/*Mobile*/
@media screen and (max-width: 480px){
	.carousel-caption h2{ font-size:10px;}
	.menu{ width:100%;}
	.social-header{ width:100%;}
}

/*Tablet*/
@media screen and (max-width: 768px){
	.logo{ text-align:center;}
	.carousel-caption h2{ font-size:20px;}
	.menu .navbar-default .navbar-nav > li > a{ border-bottom:1px solid #CCC;}
	.menu .navbar-default{ border-left:none; }
	.menu .navbar-nav{ margin:0px;}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.menu .navbar-nav > li > a{ padding:9px; }
	.carousel-caption h2{ font-size:30px;}


}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1280px) {
	.menu .navbar-nav > li > a{ padding:11px; }
	.carousel-caption h2{ font-size:40px;}

}

/*Huge*/
@media screen and (max-width: 1280px){

}