html {
    font-size: 100%;
}
body {
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
.top {
	position:absolute;

}
.top1{
	position:absolute;
	left:250px;
	top:250px;

}
.top2{
	position: absolute;
	left:750px;
	top:250px;
}

@media only screen and (min-width: 1230px){
	.slider{
		margin-right: 100px;
	}


}
@media only screen and (max-width: 780px){
	.container-fluid{
		/*width: 30%;*/
	}


}
