/*Global Responsive CSS*/
img {
    height: auto;
    max-width: 100% !important;
}
form{margin:0px !important;}
#mobile_search form .search label{display: none !important;}
#container_logo_menu_mobile .wrapper960{width: 100% !important;}

/* # - Medium Devices
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

/* Default Settings */
.wrapper960 {width:100% !important;}
.spacer {height: 0px !important;}
.spacer-2 {height: 80px !important;}

/* Hide Containers/divs */
#container_header {display:none !important;}
#hornav{display:none !important; background-color: red !important;}
#hornav2{display:none !important;}

/* disable css animations */
.animated {
	-webkit-animation-duration: 0;
	animation-duration: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* Adjust divs*/
#container_header-sticky-wrapper{height: 0px !important;}
#slideshow.block_holder{padding-top: 0px !important;}
#social {
    box-shadow:none !important;
    border-radius:none !important;
    background-color: transparent !important; 
    top: 80px !important;  
}

/*------ Mobile Containers Styling------ */

/* Mobile Menu */
.slicknav_menu {display:block; clear: both; position: relative;}
.slicknav_nav {margin-top: 35px !important;}
.slicknav_menu .slicknav_btn {margin-right: 5px; margin-top: -33px;}


/* Show mobile logo and navigation */
#container_logo_menu_mobile {display: block; z-index: 5000; height: 80px; position: absolute; top: 0px;}
#logo_mobile {position: relative; top: 30px; left:5px; z-index: 10000; max-width: 250px;}


/* Show mobile social */
#social_mobile{height:auto;}
#social{float: right; margin-top: 20px; margin-right: 20px; z-index: 11;}

}


/* # - Small Devices
================================================== */

@media only screen and (max-width: 768px) {

/* Default Settings */	
.wrapper960 {width:100% !important;}
.spacer {height: 0px !important;}
.spacer-2 {height: 80px !important;}
.top-1, .top-2, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {width:100% !important;}
#sidecol_a, #sidecol_b{width:100% !important; height:auto !important;}
#content_remainder {width:100% !important;}

/* Hide divs */
#container_header {display:none !important;}
#hornav{display:none !important;}
#hornav2{display:none !important;}
#breadcrumb.block_holder {display: none;}

/* disable css animations */
.animated {
	-webkit-animation-duration: 0;
	animation-duration: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* Adjust divs*/
#container_header-sticky-wrapper{height: 0px !important;}
#container_main{padding-top:0px !important;}
#slideshow.block_holder{padding-top: 0px;}
#sidecol_a, #sidecol_b{height:auto !important;}
#social {
    box-shadow:none !important;
    border-radius:none !important;
    background-color: transparent !important; 
    top: 80px !important;  
}



/*------ Mobile Containers Styling------ */

/* Mobile Menu */
.slicknav_menu {display:block; clear: both; position: relative;}
.slicknav_nav {margin-top: 35px !important;}
.slicknav_menu .slicknav_btn {margin-right: 0px; margin-top: 8px;}


/* Show mobile logo and navigation */
#container_logo_menu_mobile {display: block; z-index: 5000; height: 80px; padding-top: 0px; position:  absolute; top: 0px;}
#logo_mobile a img{display: block;}
#logo_mobile {position: relative; top: 5px; left:5px; z-index: 10000; max-width: 350px;}


/* Show mobile social icons */
#social_mobile{height:auto;}
#social {float: right; margin-top: 20px; margin-right: 20px; z-index: 11;}

}



/* ipad iphone specific */

/* # - iPad Landscape
================================================== */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  { 

}

/* # - iPad Potrait
================================================== */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

/* Default Settings */	
.wrapper960 {width:95% !important;}
.top-1, .top-2, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {width:100% !important;}
#content_remainder {width:100% !important;}
img {float:none !important;}

}



/* # - iPhone 2G-4S in portrait & landscape
================================================== */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

}