/*
 * 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:1024px;}
#custom_wrapper, #custom-button { display:none; }
.skin_top_content { padding:20px;}
.icons_menu{ margin-right:16px; }

/*--------- menu style ----------*/
#standardMenu .rootMenu li a span , #megaMenu .root li a span{ padding:0 7px; font-size:12px; font-weight:normal;}
#megaMenu .category { width: 340px!important;}
#megaMenu .category li { width: 160px;}

/*--------- Pane Style ----------*/
.dnnpane > [class*="col-sm"],.dnnpane > [class^="col-sm"] { padding: 10px 10px; }

/*--------- Footer Address ----------*/
.footer_address span.glyphicon{ display:none;}

/*--------- CarouFredSel4 Style ----------*/
.caroul4_prev { background:none;display:none;}
.caroul4_next { background:none;display:none;}
.caroul4_prev:hover { background:none!important; display:none;}
.caroul4_next:hover {background:none!important;display:none;}

/*--------- Img Over Style ----------*/
.img_over h2{ display:none;}

/*---------Rising Style---------------*/
.rising02_position{ display:none; }
.rising03_position{ display:none;}

/*--------- Parallax Bg Style ----------*/
.parallax_bg .parallax_bg_left{ position:relative; padding-top:35px; }
.parallax_bg .parallax_bg_right{ padding-top:0;}

/*--------- Togglable Tabs Style ----------*/
.tab_left_style .nav-tabs > li > a span{ line-height:40px; padding:0 15px 0 15px; font-size:12px; }
.tab_left_style .tab-content{ padding-left:285px;}
}