/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.carousel-caption{font-size: 21px;}
	.content .col-sm-pull-2{text-align: right;}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.dropdown-menu{top: 99%;left: -1px;}
	.dropdown:hover .dropdown-menu{display: block;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
		.slick-next {right: -5px; }
		.slick-prev {left: -5px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.social{text-align: left;}
	.menubar.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #FFF; }
	.menubar.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .menubar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {color: white; background-color: rgba(93, 80, 80, 0.02); }
	.carousel-indicators,.carousel-control {display: none;}
	.carousel-caption {bottom: 0; padding-bottom: 0; }
	.slick-prev,.slick-next {display: none !important;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}