/* @media screen  and (max-width: 1200px) {
    html{
		width: 1366px;
	}
	.top {
		width: 1140px;
	}
}


@media screen  and (min-width: 1200px) {
    .top {
    	width: 1140px;
    }
}
 */
/* @media screen and (max-width: 1200px) and (min-width: 1100px) {
    .top {
    	width: 1000px;
    }
} */

/* @media screen and (max-width: 1100px) and (min-width: 1000px) {
    .top {
    	width: 900px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 900px) {
    .top {
    	width: 800px;
    }
}

@media screen and (max-width: 900px) and (min-width: 800px) {
    .top {
    	width: 700px;
    }
}

@media screen and (max-width: 800px) and (min-width: 700px) {
    .top {
    	width: 600px;
    }
}

@media screen and (max-width: 700px) {
    .top {
    	width: 600px;
    }
} */


@media screen  and (max-width: 768px) {
    .main-button-left{
    	float: none!important;
    }
    .main-button-right{
    	float: none!important;
    }
	.splash{
		top: -150px!important;
	}
	.top {
		padding: 0px!important;
		text-align: center!important;
	}
}


@media screen  and (min-width: 768px) {
   
}