/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {










}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.brand-logo img {
	max-width: 80%;
	margin-top: 10px;
}
.button_container {
	margin-top: -10px;
}
.overlay-menu ul li a {
	font-size: 24px;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 22px;
}
.carousel-caption .intro-text {
	font-size: 16px;
	line-height: 22px;
}
.navbar-custom.top-nav-collapse {
	background: #808080;
	padding-bottom: 30px !important;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	background: transparent;
}





}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.button_container {
	margin-top: 50px!important;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	background: transparent;
}









}


