@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1158px) {
	body{ overflow-x:hidden;}
}

@media screen and (min-width:768px) and (max-width:991px) {
header{ height:auto; }
.sec_menu ul li:nth-child(-n+3) { display: block !important; }
.first_menu{ display:none !important; }
.nav_container, nav{ background:none !important; }
.logo{	margin:0; }
#cssmenu > ul > li > a{ border:none !important;}
.donate { text-align: center; }
.nav_container, nav{ padding:10px 0 !important;}
.slider, .content { margin-top:20px;}
.main-con {float: none;  height: 0; }
}

@media screen and (max-width:767px) {
.slider { margin-top:10px;}
header{	height:auto; }
.sec_menu ul li:nth-child(-n+3) { display: block !important; }
.first_menu{ display:none !important; }
.nav_container, nav{ background:none !important; }
.logo{ margin:0; }
#cssmenu > ul > li > a{ border:none !important;}
.donate { text-align: center; }
.nav_container, nav{ padding:10px 0 !important;}
.main-con {float: none;  height: 0; }
}


/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {
.padd_top{ padding-top:15px; }
.gallery .flex-control-thumbs { width: 100%; }
.gallery .flex-viewport { width: 100%; }
#slider, #carousel {  width: 100%; padding:0;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:480px) {
.col-full{ width:100%; padding-bottom:10px !important; padding-right:0 !important;}
.video1_link{padding: 5px 11px;}
}


