@media only screen and (max-width: 1200px) {
	.product-sample-two{display:none;}
	.button-styles ul li{margin-bottom:30px;}
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
	#menu ul li{margin-right:15px;}
}

@media only screen and (min-width: 850px) and (max-width: 1100px) {
	#menu ul li{margin-right:9px;}
}
@media only screen and (min-width: 935px) and (max-width: 888px) {
	.menu-container div.logo a h2 {font-size:14px}
}

@media only screen and (max-width: 935px) {
	#socialbuts {display: none !important;}
	.nav-collapse.opened{max-height:9999px;}
	.nav-toggle{position:absolute;top:10px;right:30px;width:40px;height:40px;text-indent:-9999px;overflow:hidden;display:block;background:url(../img/mobile-menu.png) no-repeat;}
	.js .nav-collapse{max-height:0;position:absolute;display:block;overflow:hidden;top:-26px;}
	#nav li a{font-size:14px !important;font-weight:600 !important;}
	.menu-container li{float:none;width:100%;background-color:#fff;border-bottom:1px solid #bbb;padding-left:25px;padding-bottom:10px;padding-top:10px;}
	.contact ul{margin-left:40px;}
	.contact ul li{margin-bottom:40px;}
	#cnext{right:12px;}
	#cprev{left:12px;}
	#cnexttwo{right:0px;}
	#cprevtwo{left:0px;}
	[class*="col-"]{padding-top:15px;padding-bottom:15px;}
	.view .mask{padding:15px;}
	.some-stats-in ul{margin-left:40px;}
	.some-stats-in ul li{margin-bottom:20px;}
	.menu-container div.logo a h2 {font-size:14px}
}

@media only screen and (max-width: 767px) {
	.meet-team .team-box{border-right:0;}
	.more-details-box{padding:0;padding-left:10px;}
	.customer-box{margin:0 !important;margin-top:-20px;}
	.click-to-buy a{float:none;margin-top:-30px !important;}
	.contact-form-style-1 ul li{float:none !important; width: 100% !important;}
	.home-slider ul li h2{font-size:70px;}
}


/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.contact ul{margin-left:70px;}
	.home-slider{margin-top:25%;}
	.home-slider ul li h2{font-size:40px;}
}


