/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2014 By BESTDNNSKINS.COM
 */
/*--------- CSS Reset for Tablet ----------*/
@media handheld, only screen and (max-width: 1140px){
#skin_wrapper { width:auto!important; margin:0 auto; max-width:768px;}
#custom_wrapper, #custom-button { display:none; }

.skin_header{ background:url(../images/page_name_bg.png) repeat #D7AA33;}
.skin_banner{ min-height:0;}

.logo_style .site_logo{ max-width:180px;}
.home_page .skin_top{ background:#111; background:rgba(0,0,0,0.8); position:relative; width:100%;z-index:1000; height:35px;}
.home_page #header_style{background:#111; background:rgba(0,0,0,0.8);position:relative; z-index:1000; width:100%; top:0; }

/*--------- menu style ----------*/
/*- menu style -*/
#standardMenu .subMenu ,#megaMenu .category{padding:15px 0 0 0;   }
#standardMenu .rootMenu li a span , #megaMenu .root li a span{ padding:0 8px; font-size:12px; font-weight:normal;}
#megaMenu .category { width: 340px!important;}
#megaMenu .category li { width: 160px;}

/*--------- Main Top Style ----------*/
.main_top h1{ font-size:18px;}

/*--------- Pane Style ----------*/
.dnnpane [class*="col-sm"],.dnnpane [class^="col-sm"] { padding: 10px 10px; }

/*--------- CarouFredSel Style ----------*/
.carouFredSel_style .carouFredSel_nav { display:none;}

/*--------- Select Customers Styles ----------*/
.select_customers h3{ color:#000; font-size:14px; padding-top:5px; }
.select_customers .select_logo a{ padding:0 5px;}


/*---------Footer Contact Style ----------*/
.footer_contact span.glyphicon{ display:none;}

/*------------------ Fancybox Style -------------------*/
.fancybox_style{height:auto; padding:0;overflow:hidden;}
.fancybox_style ul { list-style:none; margin:0; padding:0;}
.fancybox_style ul li { list-style:none; padding:2px; float:left; }
}


