/*
Theme Name: Optimizer PRO
Description: Optimizer, an easy to customize multipurpose theme with lots of powerful features. This theme lets you customize each elements without you having to touch any code. The theme comes with 2 site layout:Full width & boxed, Beautiful image slider, easy Logo upload, powerful theme options, Custom CSS Field & lots of layouts. Optimizer is 100% responsive built with HTML5 & CSS3, it's SEO friendly,mobile optimized & retina ready. It's translation ready and translated in 5 languages. Ready for WooCommerce, bbPress, Mailchimp, Contact Form 7.  The theme is rigorously tested and optimized for speed and faster page load time and has secure and clean code. It's perfect for any types of website - small business, portfolio, photography, corporate, personal & eCommerce websites.
Version: 0.2.3
Theme URI: https://www.layerthemes.com/theme/optimizer
Author: Layerthemes
Author URI: https://www.layerthemes.com/
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: optimizer
Tags: black, blue, gray, white, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, theme-options, right-sidebar, full-width-template, one-column, three-columns, flexible-header, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

body{ background:#ffffff; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#999;}
.center{ width:85%; margin:0 auto;}
img{max-width:100%;height: auto;}

/*Full width pages*/
body .no_sidebar{ width:100%;}


/*DIVIDERS*/
.optimizer_divider { width: 130px; height: 30px;margin: 0 auto; margin-top:30px;}
span.div_left { width: 45px;height: 1px;background: #999; float: left;}
span.div_right { width: 45px; float: left; height: 1px; background: #999;}
span.div_middle {  float: left; margin: 10px; margin-top: -10px;}
span.div_middle .fa-heart{font-size: 14px;}
span.div_middle .fa-bolt{font-size: 18px;}
span.div_middle .fa-stop{font-size: 14px;transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);position: relative;top: -5px;}
span.div_middle i.fa-minus {width: 6px;position: relative;top: -5px;transform: rotate(117deg); -webkit-transform: rotate(117deg); -moz-transform: rotate(117deg);}


/*HEADER*/
.header{width:100%; float:left;}
.header .center{ }
.header{-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.home.has_trans_header .sticky-wrapper {position: absolute;width: 100%;}
.home.has_trans_header.page .sticky-wrapper {position: relative;width: 100%;}

/*TOP HEADER*/
.head_top{padding: 7px;background: rgba(0, 0, 0, 0.1);width: 100%;float: left;text-align: right;box-sizing: border-box;}
.head_top .center{ width:87%;}
.head_phone {font-size: 0.9em;color: #fff;display: inline-block;opacity: 0.7; margin-right:15px;}
.head_search {display: inline-block;color: #fff;}


.head_search form { display: inline-block; margin-right: 5px;width: 0px; overflow: hidden;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.head_search input { padding: 3px 7px; border: none;}
.head_search i{ cursor:pointer; opacity:0.7;width: 16px;}
.head_search i:hover{ opacity:1;}

.headsearch_on .head_phone, .headsearch_on .head_search i{ position:relative;top: -2px;}

#topbar_menu {float: left;}
#topbar_menu ul { margin: 0;  padding: 0; text-align: left;}
#topbar_menu ul li { display: inline-block; margin: 0 12px;padding-top: 3px;}
#topbar_menu ul li a { font-size: 0.9em; opacity:0.7;}
#topbar_menu ul li a:hover{ opacity:1;}

.topmenu_switch #topbar_menu{ float:right;}
.topmenu_switch #topbar_right{ float:left;}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/*HEADER IN SINGLE/PAGE */
.head_switch{ position:absolute; z-index:999; bottom:30px; font-size:14px;  text-align:center; width:60px; left:0; right:0; margin:0 auto;}
.head_switch i{ cursor:pointer; color:#fff; padding:5px 8px; border:2px solid; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.head_switch.switchleft{left:7%!important; right:auto!important;}


/*LOGO*/
.logo{ float:left;max-width:100%;}
.logo h1, .logo h2{ float:left; font-size:44px; margin:12px 0; margin-bottom:0;}
.logo h1 a, .logo h2 a{ font-weight:bold;}
.logo img{ border:none; margin:10px 0; max-width:100%; height:auto;}

/*LOGO Alignment*/
.logo_right .logo { float: right;}
.logo_right #topmenu { float: left;}
.logo_center .logo { float: left; width:100%; text-align:center;}
.logo_center #topmenu { float: left; width:100%; text-align:center;}
.logo_center .logo h1, .logo_center .logo h2{ float:none;}
.logo_center #topmenu ul.menu>li{ padding:10px;}
/*DESCRIPTION*/
span.desc{ display:block; clear:both; font-size:14px; font-size:11px;opacity: 0.6; padding-bottom:10px;}


/*Top Menu*/

/*Mobile Menu*/
.head_inner{position: relative;width: 100%;float: left;}
#simple-menu{display: block;float: right;margin-top: 1%;color: #fff;font-size: 36px; position: absolute;right: 20px; top:15px;}
#simple-menu{ display:none;}
.pad_menutitle{padding: 5%;width: 90%;}
.pad_menutitle span{display: inline-block;float: right; cursor:pointer;}
/*Hide the mobile menu on desktop*/
#sidr-main{ display:none;}

#topmenu{ float:right; margin-top:25px;}
#topmenu ul{ margin:0; padding:0;}
#topmenu ul li{ list-style-type:none; display:inline-block; margin-left:15px;position: relative; padding:5px 10px;}
#topmenu ul>li{ padding-bottom:20px;}


#topmenu .menu_hover > a{border-bottom: 2px solid; padding-bottom:12px;}
#topmenu ul li.current-menu-item a:hover, #topmenu .menu_hover.current-menu-item:hover > a {border: none;}
#topmenu ul li a, #topmenu ul li ul li{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}


#topmenu ul li ul{ display:none; background: rgba(0, 0, 0, 0.5)!important;position: absolute;width: 200px;z-index: 9999999; margin-top:12px;margin-left:-50px;}
#topmenu ul li ul {  -webkit-animation-duration: 0.4s; -moz-animation-duration: 0.4s;animation-duration: 0.4s;}
#topmenu .menushow{ display:block;}
#topmenu ul li ul li{ margin:0; padding:0; width:100%; display:block; text-align:center;}
#topmenu ul li ul li a{ padding:12px 10%; width:80%; margin:0px; display:block; color:#fff!important;}

/*#topmenu ul li ul li a{ font-size:13px!important;}*/
#topmenu ul li ul li ul{right: 100%; margin-top:-40px; float:none; margin-left:0px;}

#topmenu ul li span{ font-size:12px; opacity:0.5; padding-left:5px;}
#topmenu ul li ul li span{ display:none;}

#topmenu .zn_parent_menu:hover a{border:none!important;}

/*Menu Description*/
span.menu_desc {display: block;padding-top: 5px;}

/*Menu Styles*/
.menu_style_1 ul>li i.menu_icon, .menu_style_1 ul .menu_desc{ display:none;}

.menu_style_2{}
.menu_style_2 ul>li{ text-align:center;}
.menu_style_2 ul>li a:hover { border:none!important;}
.menu_style_2 ul>li i.menu_icon{ display:none;}
#topmenu.menu_style_2 .menu_hover > a{ border:none!important}
.menu_style_2 .menu_arrow{ display:none;}

.menu_style_3 ul>li .menu_desc{ display:none;}

.menu_style_4{}
.menu_style_4 ul>li{ text-align:center;}
.menu_style_4 ul>li a:hover { border:none!important;}
#topmenu.menu_style_4 .menu_hover > a{ border:none!important}
.menu_style_4 .menu_arrow{ display:none;}

.menu_style_5 ul>li a strong{ display:none;}
.menu_style_5 ul>li{ text-align:center;}
.menu_style_5 ul>li i.menu_icon{ font-size:30px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.menu_style_5 ul .menu_desc{ display:none;}
.menu_style_5 ul>li a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.menu_style_5 ul>li a:hover { border:none!important;}
#topmenu.menu_style_5 .menu_hover > a{ border:none!important}
.menu_style_5 .menu_arrow{ display:none;}
#topmenu.menu_style_5 .menu_hover > a > i {transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8);}

.menu_style_6 ul>li a strong{ display:none;}
.menu_style_6 ul>li{ text-align:center;}
.menu_style_6 ul>li i.menu_icon{ font-size:30px;}
.menu_style_6 ul>li a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.menu_style_6 ul>li a:hover { border:none!important;}
#topmenu.menu_style_6 .menu_hover > a{ border:none!important}
.logo_middle #topmenu.menu_style_6 .logo{ top:0;}
.menu_style_6 .menu_arrow{ display:none;}

/*Mid Logo*/
.logo_middle{ opacity:0;}
.logo_middle .logo{ display:none;}
.logo_middle #topmenu {float: left;margin-top: 0;width: 100%;text-align: center;}
.logo_middle #topmenu .logo{ display:inline-block; margin:0 40px; float:none;top: 15px;position: relative;}
.sidr-class-logo{ display:none;}
/*MEGA MENU*/
.megamenu{}
#topmenu .menu-header li.megamenu> a{padding-bottom:33px!important;}
#topmenu .menu-header li.megamenu ul li a{ width:auto;}
#topmenu .menu-header li.megamenu ul li a:hover{ background:none; opacity:0.7; }
#topmenu .menu-header li.megamenu ul li ul{ display:block; position:relative;padding: 0;}
#topmenu .menu-header li.megamenu ul li{ text-align:left;width: 200px;  float:left;margin: 25px;}
#topmenu .menu-header li.megamenu ul li ul{ left:auto; margin-top:10px;margin-left: 0px;border-top:1px solid rgba(255, 255, 255, 0.3)!important;opacity: 1!important;}
#topmenu .menu-header li.megamenu ul{ width:auto; margin-left:0;}
#topmenu .menu-header li.megamenu{position:initial;}
#topmenu .menu-header li.megamenu > ul{ padding:15px 30px; right:0; border-top:1px solid rgba(0, 0, 0, 0.07)!important;width: 80%!important;left: 0;margin:0px auto!important;background: rgba(0, 0, 0, 0.8);}
.is_boxed #topmenu .menu-header li.megamenu > ul{ width:100%!important; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#topmenu .menu-header li.megamenu.menu_hover ul li a{color:#fff!important;}
#topmenu .menu-header li.megamenu ul li a{ padding:0;}
#topmenu .menu-header li.megamenu ul>li>a {padding-bottom: 10px;}
#topmenu .menu-header li.megamenu > ul > li > a:hover{ background:none;}
#topmenu .menu-header li.megamenu ul li ul li a {padding: 10px 0;width: 100%; opacity:1;font-size: 13px!important;line-height: 19px;}
#topmenu .menu-header li.megamenu ul li ul li{ margin:0;padding: 0;}
#topmenu .menu-header li.megamenu ul li ul li:first-child {margin-top: 15px;}
#topmenu .menu-header li.megamenu ul li ul li.menu-item-has-children{margin-top: 40px;}
#topmenu .menu-header li.megamenu  ul li ul{right: auto;}
#topmenu .menu-header li.megamenu ul>li.zn_parent_menu>a {font-weight: bold;font-size: 0.9em!important;}

#topmenu li.menu_highlight{}
#topmenu li.menu_highlight_slim{}
#topmenu li.menu_highlight_slim, #topmenu li.menu_highlight{ padding-bottom:0; padding:8px 12px; border-radius:4px; border:2px solid transparent;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#topmenu li.menu_highlight_slim>a, #topmenu li.menu_highlight>a{ padding-bottom:30px;border: none;}



/*-----SOCIAL BOOKMARKS----*/
.social_bookmarks {}
.social_bookmarks a { display: inline-block;padding: 2px 8px;text-align: center;font-size: 16px;opacity: 0.6;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.social_bookmarks i { width: 14px;}
.social_bookmarks a:hover{ opacity:1;}

/*Button Styles*/
.social_bookmarks.bookmark_simple a {font-size: 18px;}
.social_bookmarks.bookmark_round a{border: 1px solid;border-radius: 50%;height: 18px;width: 23px;text-align: center;padding-top: 4px;margin-right: 5px;padding: 4px 0 0 0; }
.social_bookmarks.bookmark_square a{border: 1px solid;margin-right: 5px;}
.social_bookmarks.bookmark_hexagon a{ font-size:12px;opacity:1;padding: 0 5px; }
.social_bookmarks.bookmark_hexagon a:before {content: "";width: 0;  height: 0;  border-left: 14px solid transparent;  border-right: 14px solid transparent;   border-bottom: 8px solid rgba(255, 255, 255, 0.3);display: block;}
.social_bookmarks.bookmark_hexagon a i {width: 22px;background: rgba(255, 255, 255, 0.3);border-radius: 0; top: -3px; position: relative; color: inherit;padding: 0px 2px;border: none;}
.social_bookmarks.bookmark_hexagon a:after { content: "";  width: 0;  height: 0;  border-left: 14px solid transparent;  border-right: 14px solid transparent;  border-top: 8px solid rgba(255, 255, 255, 0.3);  display: block; position: relative; top: -5.5px;}

.social_bookmarks.social_color a{ color:#fff!important;border:none}
.social_bookmarks.social_color a.ast_fb, .social_bookmarks.social_color.bookmark_hexagon a.ast_fb i{ background:#47639e!important;}
.social_bookmarks.social_color a.ast_twt, .social_bookmarks.social_color.bookmark_hexagon a.ast_twt i{ background:#35c2f6!important;}
.social_bookmarks.social_color a.ast_gplus, .social_bookmarks.social_color.bookmark_hexagon a.ast_gplus i{ background:#ea493f!important;}
.social_bookmarks.social_color a.ast_ytb, .social_bookmarks.social_color.bookmark_hexagon a.ast_ytb i{ background:#c5101d!important;}
.social_bookmarks.social_color a.ast_pin, .social_bookmarks.social_color.bookmark_hexagon a.ast_pin i{ background:#e90d1c!important;}
.social_bookmarks.social_color a.ast_rss, .social_bookmarks.social_color.bookmark_hexagon a.ast_rss i{ background:#ffb037!important;}
.social_bookmarks.social_color a.ast_flckr, .social_bookmarks.social_color.bookmark_hexagon a.ast_flckr i{background:#fe0084!important;}
.social_bookmarks.social_color a.ast_lnkdin, .social_bookmarks.social_color.bookmark_hexagon a.ast_lnkdin i{background:#017eb4!important;}
.social_bookmarks.social_color a.ast_tmblr, .social_bookmarks.social_color.bookmark_hexagon a.ast_tmblr i{background:#304d6b!important;}
.social_bookmarks.social_color a.ast_insta, .social_bookmarks.social_color.bookmark_hexagon a.ast_insta i{background:#d4c5a4!important;}


.social_bookmarks.social_color.bookmark_hexagon a.ast_fb:after{ border-top-color:#47639e!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_twt:after{ border-top-color:#35c2f6!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_gplus:after{ border-top-color:#ea493f!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_ytb:after{ border-top-color:#c5101d!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_pin:after{ border-top-color:#e90d1c!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_rss:after{ border-top-color:#ffb037!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_flckr:after{border-top-color:#fe0084!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_lnkdin:after{border-top-color:#017eb4!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_tmblr:after{border-top-color:#304d6b!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_insta:after{border-top-color:#d4c5a4!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_fb:before{ border-bottom-color:#47639e!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_twt:before{ border-bottom-color:#35c2f6!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_gplus:before{ border-bottom-color:#ea493f!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_ytb:before{ border-bottom-color:#c5101d!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_pin:before{ border-bottom-color:#e90d1c!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_rss:before{ border-bottom-color:#ffb037!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_flckr:before{border-bottom-color:#fe0084!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_lnkdin:before{border-bottom-color:#017eb4!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_tmblr:before{border-bottom-color:#304d6b!important;}
.social_bookmarks.social_color.bookmark_hexagon a.ast_insta:before{border-bottom-color:#d4c5a4!important;}

.social_bookmarks.social_color.bookmark_simple a.ast_fb i{ color:#47639e!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_twt i{ color:#35c2f6!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_gplus i{ color:#ea493f!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_ytb i{ color:#c5101d!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_pin i{ color:#e90d1c!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_rss i{ color:#ffb037!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_flckr i{color:#fe0084!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_lnkdin i{color:#017eb4!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_tmblr i{color:#304d6b!important;}
.social_bookmarks.social_color.bookmark_simple a.ast_insta i{color:#d4c5a4!important;}

.social_bookmarks.social_color.bookmark_hexagon a, .social_bookmarks.social_color.bookmark_simple a{background:transparent!important;}

/*BUTTON SIZE*/
.top_head_soc .social_bookmarks.bookmark_size_large a{transform: scale(1.1); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); margin-right:12px!important;}
.head_soc .social_bookmarks.bookmark_size_large a{transform: scale(1.1); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); margin-right:12px!important;}
.foot_soc .social_bookmarks.bookmark_size_large a{transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); margin-right:20px!important;}
.head_soc .social_bookmarks.bookmark_hexagon.bookmark_size_large {margin-right: 5px!important;}

/*BUTTONS IN TOPBAR*/
.top_head_soc{display: inline-block;}
.top_head_soc .social_bookmarks.bookmark_square a, .top_head_soc .social_bookmarks.bookmark_round a {font-size: 12px;position: relative;
top: -3px;}
.top_head_soc i { }
.top_head_soc a:hover{transform:rotate3d(-2, 1, 1, 40deg); -webkit-transform:rotate3d(-2, 1, 1, 40deg); -moz-transform:rotate3d(-2, 1, 1, 40deg); }
.top_head_soc .ast_fb{ }

/*BUTTONS IN HEADER*/
.has_bookmark .menu-header, .head_soc{display: inline-block;}
.head_soc a{}
.head_soc .social_bookmarks a{font-size: 12px; opacity:1;}
.head_soc .social_bookmarks.bookmark_simple a{font-size: 18px;}

/*BUTTONS IN FOOTER*/
.copyright_center .social_bookmarks {width: 100%;float: left; padding:20px 0; text-align: center!important;}
#footer .foot_soc .social_bookmarks.social_color a {color: #fff!important;border: none; margin-right:8px;}
.foot_soc .social_bookmarks.bookmark_round a{height: 23px;width: 29px;}
.foot_soc .social_bookmarks.bookmark_simple a{ font-size:24px;}
.copyright_center .social_bookmarks a:hover{ transform:none;}
.foot_soc {float: right;padding: 18px;}
.copyright_center .foot_soc{ float:none; padding:0;}
.foot_soc.hide_footsoc{ display:none;}
.foot_soc a:hover{ opacity:0.8;}

/*SLIDER
---------------------------------------
*/
#slidera{width:100%; margin:0 auto;float: left; background: rgba(0, 0, 0, 0.3);}
.selected_stat{min-height:500px; }
.slider-wrapper{ position:relative; min-height:500px;}

/*Hide Slider by default*/
#zn_nivo{ display:none;}
.pbar_overlay {width: 100%;height: 500px;position: absolute;background: #111;z-index: 9;}

.pbar_wrap{margin-bottom:20px; width:30px; position:absolute; left:0; right:0; margin-left:auto; margin-right:auto;bottom: 45%; z-index:999999; padding:12px;}

.sk-spinner-cube-grid.sk-spinner{width:30px;height:30px;margin:0 auto}.sk-spinner-cube-grid .sk-cube{width:33%;height:33%;background:#FFF;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-spinner-cube-grid .sk-cube:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-spinner-cube-grid .sk-cube:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-spinner-cube-grid .sk-cube:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sk-spinner-cube-grid .sk-cube:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-spinner-cube-grid .sk-cube:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-spinner-cube-grid .sk-cube:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-spinner-cube-grid .sk-cube:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}.sk-spinner-cube-grid .sk-cube:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-spinner-cube-grid .sk-cube:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}


/*Nivo Slider*/
.slider-wrapper, #zn_nivo, .slide_wrap{ height:auto;}

#zn_nivo {position:relative;  width:100%; overflow:hidden;}
.slide_wrap{width:100%; margin:0 auto;overflow:hidden;}
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}

.nivo-main-image:nth-child(1){ width: 100% !important;height:auto !important;}
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;height:auto !important;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white; opacity:0;}
/* The slices and boxes in the Slider */
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {position:absolute;bottom:10%;left:0; right:0; margin-left:auto; margin-right:auto;color:#fff;opacity:1;width:70%;z-index:8;text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.5); text-align:center; opacity:0;}
.nivo-caption h3{ margin-bottom:20px; width:100%; float:left;}
.nivo-caption h3 a{display:block; color:#fff!important;}

.nivo-caption p a{color:#0e92dd;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
.nivo-caption p:empty, .nivo-caption h2 a:empty{display:none!important;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav, .nivo-directionNav a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.nivoSlider:hover .nivo-directionNav{}
.nivo-directionNav a {position:absolute;bottom:46%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:10px;width:27px; height:53px; display:block; text-indent:-999999px; background:url(assets/images/nivo_nav.png) left no-repeat;}
.nivo-nextNav {right:10px;width:27px; height:53px; display:block; text-indent:-999999px; background:url(assets/images/nivo_nav.png) right no-repeat;}

.nivoinner h3 a:empty{ display:none!important;}

.nivoinner .slide_desc{ opacity:0; position: relative;top:20px; width:100%; float:left;}
.nivoinner .slide_button_wrap .lts_button{opacity:0; display:none; text-shadow:none; font-weight:bold; display:inline-block!important; margin-top:20px; padding:12px 30px; border-radius:4px; font-size:20px;-webkit-transition-delay: 1.0s;-moz-transition-delay: 0.3s;-ms-transition-delay: 1.0s;-o-transition-delay: 1.0s;-transition-delay: 1.0s;}
.nivoinner .slide_button_wrap.sld_button_hollow a.lts_button {background: transparent!important;border: 3px solid; color:#fff!important;}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {text-align: center;padding: 15px 0;bottom: 10px;position: absolute;z-index: 99;left: 0; right:0;margin-left: auto;margin-right: auto; width:200px;}
.nivo-controlNav a {cursor: pointer;width: 8px;height: 8px;display: inline-block;margin-right: 10px;
-webkit-border-radius: 50%;border-radius: 50%; -moz-border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.8);text-indent: -999999px;}
.nivo-controlNav a.active {background:#ffffff;}
.selected_slide .nivo-controlNav{ bottom:70px;}
.home .selected_slide .nivo-controlNav{ bottom:30px;}
#slidera .nivoSlider a.nivo-nextNav {right: -60px;}
#slidera .nivoSlider a.nivo-prevNav {left: -60px;}
#slidera .nivoSlider:hover a.nivo-nextNav {right: 10px;}
#slidera .nivoSlider:hover a.nivo-prevNav {left: 10px;}

		
/*ACCORDION
---------------------------------------
*/
#slide_acord{width:100%; background:#fff; float:left; position:relative; overflow:hidden;}
.kwicks {list-style: none;position: relative;margin: 0;padding: 0; display:block; list-style-type:none;}
.kwicks li{min-height: 550px;max-height: 550px;
/*do not change these */
display: block;
overflow: hidden;
padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {	float: left;box-shadow: 0 1px 5px rgba(0,0,0,.8);-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.8);-moz-box-shadow: 0 1px 5px rgba(0,0,0,.8);}
.kwicks.horizontal li img{ border:none; max-width: none; vertical-align:bottom;}

#accordion{ width:100%; height:550px;overflow:hidden;text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);}
#accordion h3{ margin:0;}
#accordion h3 a{ color:#fff;}
.acord_text{position:absolute; bottom:20px; padding:15px; width:700px; color:#fff; left:20px;}
.acord_text p a{}
.kwicks > * {display: block;overflow: hidden;padding: 0;margin: 0;}
.kwicks.kwicks-processed > * {margin: 0;position: absolute;}
.kwicks-horizontal > * {float: left;}
.kwicks-horizontal > :first-child {margin-left: 0;}
.kwicks-vertical > :first-child {margin-top: 0;}
#accordion img{  height:auto;}

.acc_overlay{width: 100%;height: 200px;position: absolute;z-index: 2;}

#accordion .slide_button_wrap .lts_button{ margin-left:0; text-shadow:none; font-weight:bold; display:inline-block!important; margin-top:20px; padding:12px 30px; font-size:20px;}
#accordion .slide_button_wrap.sld_button_hollow a.lts_button {background: transparent!important;border: 3px solid; color:#fff!important;}

/*------STATIC SLIDERS-----*/

#stat_img{ position:relative;}
#stat_img img{ max-width:100%; width:auto; height:auto; vertical-align:bottom;}
.stat_content_inner{ position:absolute; bottom:15%; width:100%; z-index:11; line-height:1.9em;}

.static_gallery .nivo-caption{ display:none!important;}

.stat_content .scl_button{margin: 50px;}
.stat_content .scl_button a{padding: 15px 40px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.stat_content .scl_button a:hover{ opacity:0.8;}

/*Shortcodes compatibility*/
.stat_content_inner img, .stat_content_inner .col1, .stat_content_inner .col2, .stat_content_inner .col3, .stat_content_inner .col4 {margin-bottom: 0;}
.stat_content_inner .lts_button{ margin:25px 25px 20px 0px;}

.stat_bg, .stat_bg_overlay{width: 100%;position: absolute;left: 0px;right: 0px;margin-left: auto;margin-right: auto;background-repeat: no-repeat;background-attachment: fixed;background-position: center top;background-size: cover;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;}
.stat_bg_overlay{background:#222;}
.home .stat_has_img .stat_bg_img{ opacity:0;}
.overlay_off{ opacity:0;}
.overlay_on{ opacity:0.45;}


video#bgvid {position: relative; right: 0; bottom: 0;min-width: 100%; min-height: 100%;width: 100%; height: auto; z-index: -100;background-size: cover;vertical-align: bottom;}
.vid_overlay{ width:100%; height:100%; position:absolute; background:rgba(0, 0, 0, 0.2);z-index: 10;}
#ytplayer{ width:100%; height:100%;}

.front_ytb_vid .responsive-container{padding-bottom: 54.25%;}

.cta_buttons{ text-align:center;}
.cta_buttons a{ margin:30px 10px 20px 10px; font-size:14px;font-weight: bold;padding: 10px 25px; border:2px solid;display: inline-block;}
.cta_buttons a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.cta_buttons .cta_hollow, .cta_buttons .cta_hollow_big{ border:2px solid;}
.cta_buttons .cta_flat_big, .cta_buttons .cta_hollow_big, .cta_buttons .cta_rounded, .cta_buttons .cta_rounded_big{ font-size:20px;padding: 18px 40px;}
.cta_buttons .cta_rounded, .cta_buttons .cta_rounded_big{ border-radius:60px;}
.cta_buttons .cta_hollow:hover, .cta_buttons .cta_hollow_big:hover{ border-color:transparent!important; opacity:1!important;}

/*POST SLIDER*/
#post_slider { height: 1%;  overflow: hidden; position: relative; background:#fff;}
#post_slider .viewport { height: 560px; overflow: hidden; position: relative; }
#post_slider .buttons {background: rgba(0, 0, 0, 0.2); display: block; position: absolute; top: 0px; left: 0;width: 28px; border-right:2px solid transparent; height: 330px;padding-top: 230px;color: #fff; font-weight: bold; text-align: center; line-height: 35px;text-decoration: none; font-size: 22px;z-index: 9;}
#post_slider .next {right: 0; left: auto;}
#post_slider .buttons:hover {  background:rgba(0, 0, 0, 0.3);}
#post_slider .disable { visibility: hidden; }
#post_slider .overview { list-style: none;padding:30px!important; position: absolute; padding: 0; margin: 0; width: 300px; left: 0; top: 0; }
#post_slider .overview li { float: left; margin: 0 30px 0 0; height: 500px; width: 300px; background:rgba(0, 0, 0, 0.06);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#post_slider .overview li:hover{ background:rgba(0, 0, 0, 0.1);transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06);}
#post_slider .slide_image {max-height: 200px;overflow: hidden;}
#post_slider .slide_image img {max-width: 100%;height: auto;}

.slide_content{font-size:0.9em; line-height:1.8em;text-align: center;padding: 0 15px;}
.slide_content h2{ font-size:1.3em; margin:20px 0 10px 0;}
.cat_name{ font-size:0.8em;}
.slide_content .slide_excerpt{ margin-bottom: 40px;}
.slide_readmo{text-align: center;}
.slide_readmo a {padding: 2px 12px;display: inline-block;text-align: center;border: 2px solid;border-radius: 3px;opacity: 0.5;font-weight: bold;}
.slide_readmo a:hover{ opacity:1;}
.slide_readmo i{background: rgba(0, 0, 0, 0.1);width: 12px;border-radius: 50%;padding: 1px 2px 2px 2px;}


/*Woo SLIDER*/
.woo-slider{}
.woo_sale{ display:none;}
.woo-slider #post_slider li{ position:relative;overflow: hidden;}
.woo-slider #post_slider .slide_image{ max-height:350px;}
.woo-slider .slide_content h3{margin:20px 0 10px 0;}
.woo-slider .add_to_cart_button{padding: 2px 12px;display: block;width: 100px;text-align: center;border: 2px solid;border-radius: 3px;opacity: 0.5;font-weight: bold;margin: 20px auto 0 auto;}
.woo-slider .add_to_cart_button:hover{ opacity:1;}
.woo-slider .add_to_cart_button i{background: rgba(0, 0, 0, 0.1);width: 12px;border-radius: 50%;padding: 1px 2px 2px 2px;}
.woo-slider #post_slider li.sale .woo_sale{ display:block; position:absolute; width: 100px; text-align: center; padding: 5px; text-transform: uppercase; font-weight: bold; font-size: 0.7em; transform: rotate(-40deg); margin-left: -30px; margin-top: 10px;}
.woo-slider .slide_content a:first-child{display: block;width: 100%;margin-bottom: 20px;}
.woo-slider .star-rating {float: none;margin: 10px auto;}
.woo-slider .price span.amount {font-weight: bold;font-size: 16px;}
.woo-slider .price del span.amount {opacity: 0.7;font-size: 12px;}

/*Homepage blocks margin*/
.home_blocks:empty{ display:none;}
.activeblock{width:100%; float:left;}
.lastmap{ margin-bottom:0;}

/*Homepage Elements Title*/
.home_title{ font-size:2em; margin:0;}
.home_subtitle{font-size: 14px;margin-top: 10px; opacity:0.6;}

/*About Block*/
.about_inner{ width:60%; margin:0 auto;}
.aboutblock {text-align: center;padding: 80px 0px; }
.about_pre{ font-style:italic; font-size: 30px; opacity:0.6;}
.about_header{ font-size:48px; letter-spacing:2px; margin-top:10px; line-height:1.3em;}
.about_content{ line-height:2em;}


/*Midrow Blocks*/
.ast_blocks{ margin:0;}
.midrow{width:100%; float:left; overflow:hidden;}
.midrow_wrap{}

.midrow_block{width:25%; padding:4%; float:left; text-align:center;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.blocks_hover .midrow_block:hover{ background:rgba(0, 0, 0, 0.02);  -webkit-transform: scale(1.14); -moz-transform: scale(1.14);-ms-transform: scale(1.14); -o-transform: scale(1.14); transform: scale(1.14); }
.twoblocks .midrow_block{width:46%;}
.oneblock .midrow_block{width:46%;}
.threeblocks .midrow_block{}

.midrow_block img{ max-width:100%; height:auto;}


.midrow_block h3{ font-size: 0.9em;}
.midrow_block .block_content{ line-height:1.8em;}
.midrow a:hover {font-weight: bold;}
.block_img{}

.midrow_block .icon_wrap{ padding-top:20px; text-align:center;}
.midrow_block .icon_wrap i{}
.midrow_block img{ max-width:100%;}


.block_type2 .center { width: 100%!important;}
.block_type2 .midrow_block { width: 80%; padding: 5% 10%; text-align: left;}
.block_type2 .midrow_block:hover {background: transparent;transform: none;}
.block_type2 .midrow_block .block_img { width:35%;float: left; text-align: right;padding-right: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.block_type2 .midrow_block h3{ font-size:1.6em;margin-top: 0;}
.block_type2 .midrow_block .block_content{ float:left;}

/*Text Block*/
.text_block{ width:100%; float:left; padding:30px 0; background-attachment:fixed;}
.text_block_wrap{padding: 1%;clear: both; line-height:1.9em;}



/*Call to Action*/
.home_action{ float:left; width:94%; padding:3%; text-align:center; position:relative;}
.home_action_left{}
.home_action_right{}
.home_action_button{ display:inline-block;padding:7px 20px; cursor:pointer; text-decoration:none; text-align:center;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; font-size:18px; color:#fff; font-weight:600; border:2px solid #fff; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.home_action_button a{ color:#fff;}

.home_action_button:hover{ }

.home_action_right{ }
.home_action_button_wrap{float: left;width: 100%;margin-top: 30px;}

.cta_button_right .home_action_left{ width:75%; float:left;text-align: left;}
.cta_button_right .home_action_right{right:14%; margin-left:2%; float:left;}
.cta_button_left .home_action_left{width:75%; float:right;text-align: right;}
.cta_button_left .home_action_right{right:13%; margin-left:2%; float:left;}
.cta_button_right .home_action_button_wrap, .cta_button_left .home_action_button_wrap{ margin-top:0;}

.button_rounded{ border-radius:25px!important; -webkit-border-radius:25px!important; -moz-border-radius:25px!important;}
.button_flat{}
button_hollow{}

/*TESTIMONIALS*/
.home_testi_inner{padding: 40px 0px; float:left; width:100%;}
.home_tweets_wrap {width: 100%;float: left;padding-bottom: 30px;}
.home_tweet {width: 30%; float: left; margin: 1.5%;}
.testi_col1 .home_tweet{width: 97%;}
.testi_col2 .home_tweet{width: 47%;}

.home_testi .looper {padding: 0;border: none;}
.home_testi .looper ul{ padding:0; text-align:center;}
.home_testi .looper li.testi_item{ list-style-type:none;}
.testi_content {font-style: italic;font-size: 24px;line-height: 2em;}
img.testi_avatar {width: 60px;height: 60px;border-radius: 50%;display: block;margin: 30px auto 0px;}
.testi_author a {display: block;margin: 15px 0;font-size: 14px;}
.testi_author a:link, .testi_author a:visited{ font-weight:bold;}
.looper-nav span {display: inline-block;width: 7px;height: 7px;border: 2px solid rgba(0, 0, 0, 0.5);margin: 0 2px;border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; opacity:0.7;}
.looper-nav li.active span{ background:rgba(0, 0, 0, 0.5);border: 2px solid transparent; opacity:1;}

.home_testi iframe.twitter-tweet{ box-shadow:none!important; border:none!important; width:100%!important;}

.testi_col3 ul.looper-inner, .testi_col2 ul.looper-inner {margin: 0; padding: 0;}
.testi_col3 ul.looper-inner li, .testi_col2 ul.looper-inner li { list-style-type: none; width: 30%; float: left; margin: 1.5%;}
.testi_col2 ul.looper-inner li{ width: 47%;}
.testi_col3 ul.looper-inner .testi_content, .testi_col2 ul.looper-inner .testi_content{ font-size: 1em; text-align: center;}
.testi_col3 ul.looper-inner li .testi_author, .testi_col2 ul.looper-inner li .testi_author { text-align: center;}
.testi_col2 ul.looper-inner {margin: 0; padding: 0;}

/*Google MAP*/
.ast_map{ width:100%; float:left; padding:30px 0 0 0;}
#asthemap{width:100%; height:500px; margin-top:20px;}


/*CLIENTS*/
.client_logoimg { max-width: 160px;height: auto; opacity:0.8; margin: 35px 20px;-webkit-filter: grayscale(100%);filter: grayscale(100%);filter: gray;filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.client_logoimg:hover{ opacity:1;-webkit-filter:initial; -moz-filter:initial;filter:initial; filter:initial;filter:initial;}
.clients_logo { text-align: center;}
.ast_clientlogos .homeposts_title {margin-top: 30px;}
.clientsblck .homeposts_title .home_title{ font-size:30px;}

.clients_logo a:nth-child(2) img{-webkit-transition-delay: 0.1s;-moz-transition-delay: 0.1s;-ms-transition-delay: 0.1s;-o-transition-delay: 0.1s;-transition-delay: 0.1s;}
.clients_logo a:nth-child(3) img{-webkit-transition-delay: 0.2s;-moz-transition-delay: 0.2s;-ms-transition-delay: 0.2s;-o-transition-delay: 0.2s;-transition-delay: 0.2s;}
.clients_logo a:nth-child(4) img{-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;-ms-transition-delay: 0.3s;-o-transition-delay: 0.3s;-transition-delay: 0.3s;}
.clients_logo a:nth-child(5) img{-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-ms-transition-delay: 0.4s;-o-transition-delay: 0.4s;-transition-delay: 0.4s;}
.clients_logo a:nth-child(6) img{-webkit-transition-delay: 0.5s;-moz-transition-delay: 0.5s;-ms-transition-delay: 0.5s;-o-transition-delay: 0.5s;-transition-delay: 0.5s;}

/*----------NEWSLETTER----------*/
.ast_subs_form { padding: 30px 0;}
.ast_newsletter {padding: 50px 0;}
.ast_newsletter form{ text-align:center;}
.ast_newsletter input[type="text"], .ast_newsletter input[type="email"], .ast_newsletter textarea{border: 3px solid; padding: 12px; box-sizing: border-box; background: none; border-radius: 4px; font-size: 18px;font-weight: bold; color: #fff;}
.ast_newsletter input[type="submit"], .ast_newsletter input[type="button"] {border: 3px solid; background: none; padding: 14px; border-radius: 4px;  cursor: pointer; font-size: 14px; font-weight: bold;  text-transform: uppercase;letter-spacing: 1px;margin-top: 40px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.ast_subs_form a:link, .ast_subs_form a:visited {border-bottom: 1px solid;}
.ast_newsletter input[type="submit"]:hover, .ast_newsletter input[type="button"]:hover{ opacity:0.7;}


/*MAILCHIMP*/
.indicates-required { display: none;}
.mc-field-group { margin-right: 1.5%; display:inline-block;}
.mc-field-group label { display: none;}

/*JETPACK*/
.ast_newsletter .jetpack_subscription_widget { text-align:center;}
.ast_newsletter .jetpack_subscription_widget input[type="submit"]{ margin-top:20px;}
.ast_newsletter .jetpack_subscription_widget input[type="email"]{width: 60%;margin-top: 20px;}

/*wysija*/
.wysija-submit{margin: 40px auto 20px auto;}
.shortcode_wysija input[type="text"], .shortcode_wysija input[type="email"]{ min-width:320px;}

/*Subscribe2*/
.s2email{ display:none;}
.ast_subscribe2{ padding:0;}
.ast_subscribe2 label{ display:none;}
.ast_subscribe2 #s2email{ width:60%;}
.ast_subscribe2 input[type="submit"], .ast_subscribe2 input[type="button"]{ margin-top:0;margin-right: 10px;}


/*Layout 1*/
.postsblck h2.postitle a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.home .lay1, .home .lay2, .home .lay3, .home .lay4, .home .lay5{ padding:60px 0;}
.lay1{width:100%; float:left; padding:40px 0;}
.lay1 .center {max-width: 1200px;}
.lay1_wrap{overflow: hidden;}
.home .lay1_wrap{ margin-top:30px;}
.lay1 .hentry{ width:33.3334%; max-width:400px; float:left; }
.lay1 .hentry img{ width:100%; height:auto; border:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; vertical-align:bottom;}


.lay1 h2.postitle{ padding:10px;text-align:center; margin:0;font-weight: 400; line-height:1.4em;}
.lay1 h2.postitle a{ font-size:24px; color:#fff;}
.lay1 .lowreadmo h2.postitle a {font-size: 18px;}
.lay1 .lowreadmo h2.postitle { line-height:20px;}
.lay1_title, .homeposts_title{ text-align:center;}
.lay1_title h3, .homeposts_title h3{ color:#e64429; font-size:42px; margin:20px 0 0 0;}
.lay1_title p, .homeposts_title p{margin-bottom:30px; margin-top:0;}


.lay1 .post_image{width: 100%;position: relative; overflow:hidden;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; max-height:260px;}
.lay1 .post_content{position: absolute; top:-200px;width: 100%;-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;-ms-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out;transition:all 0.6s ease-out; z-index:3;}

.lay1 .post_image:hover img, .lay2 .post_image:hover img, .lay3 .post_image:hover img
{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.post_image:hover .post_content, .vidwrap:hover .post_content{ top:20%;}
.post_image:hover .img_hover{ opacity:1;}

.hentry .post_image:hover .icon_wrap{ display:block;bottom: 30%;}


.img_hover{ width:100%; height:100%; background:rgba(10, 167, 255, 0.7);position:absolute;opacity:0; -webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out; z-index:2;}
.post_image.lowreadmo .icon_wrap, .post_image.post_image.lowreadmo:hover .icon_wrap{bottom: 25px;}
.hentry .post_image .icon_wrap{ display:none;text-align: center;position: absolute;margin: 0 auto;z-index: 9;text-align: center;width: 100%; bottom:-600px;left: 0;right: 0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.post_image .icon_wrap a{ display:inline-block;font-family: serif; margin-right:4px; font-weight:bold; color:#fff; padding:9px 12px;background: rgba(0, 0, 0, 0.3);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; opacity:0.8;}

.lay1 .post_image .icon_wrap a{font-size:14px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; margin-right:5px;}
.post_image .icon_wrap a:hover{ opacity:1;  -webkit-transform: scale(1.1);-moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);  transform: scale(1.1);}


.lay2 .hide_img_hover .img_hover, .lay2 .hide_img_hover .icon_wrap, .lay3 .hide_img_hover .img_hover, .lay3 .hide_img_hover .icon_wrap{display: none;}


/*AJAX*/
.ast_ajaxwrap{ width:100%; margin-bottom:30px; min-height:300px; position:relative;}
.ast_ajax{ width:45px; height:37px; background:url(assets/images/newloader.gif) no-repeat; margin:0 auto; left:0; right:0; bottom:40%; position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.ast_row{ overflow:hidden;}

/*Layout2 */

.lay2{width:100%; float:left; padding:40px 0;}
.lay2_wrap{overflow: hidden;}
.lay2 .imgwrap{ position:relative; width:100%; height:auto; overflow:hidden; max-height:170px;}
.lay2 .hentry{ width:21%; float:left; margin:1%;margin-bottom: 2%; padding:1%; background:#fff; height:330px; overflow:hidden;}
.lay2 .hentry img{ width:100%; height:auto; border:none;vertical-align: bottom;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}

.lay2 .post_content{ text-align:center; overflow:hidden;}
.lay2 h2{line-height: 1em;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.lay2 h2 a{font-size:0.7em;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.lay2 .hentry p{ line-height:1.8em; font-size:0.9em;}
.lay2 .img_hover .icon_wrap{margin-top: 0;bottom: 35%;position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;}


/*Layout3 */

.lay3{width:100%; float:left; padding:20px 0;}
.lay3_wrap{overflow: hidden; margin:40px 0;}
.lay3 .imgwrap{ position:relative; width:100%; height:auto; overflow:hidden;}
.lay3 .hentry{ width:22.8%; padding:10px; box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box; float:left; margin:0.45%; background:#fff;}
.lay3 .hentry img{ width:100%; height:auto; border:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.lay3 .post_content{}
.lay3 h2{margin:10px 0;text-transform: uppercase;}
.lay3 h2 a{font-size: 0.7em;}
.lay3 .hentry p{line-height: 1.8em;font-size: 0.9em;}
.lay3 .img_hover .icon_wrap{margin-top: 0;bottom: 35%;position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;}
.lay3 .img_hover{ height:100%;}



/*Layout 4*/

.lay4{width:100%; float:left; padding:40px 0;}
.lay4_wrap{overflow: hidden;width:68%; float:left; position:relative;}
.lay4 .hentry{width: 100%;float: left;padding: 10px 20px 0 20px;margin: 20px 0;background: #fff; margin-bottom:20px; position:relative;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lay4 .post_image{width: 25%;height: auto; max-height:200px;float: left;margin-right: 2%; overflow:hidden; padding-top:10px;}
.lay4 .post_content{float: right;width: 71%;}
.lay4 .hentry img{ width:100%; height:auto; border:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2 ease-out;}
.lay4 .hentry:hover img{-webkit-transition:all 2.0s ease-out;-moz-transition:all 2.0s ease-out;-ms-transition:all 2.0s ease-out;-o-transition:all 2.0s ease-out;transition:all 2.0 ease-out;}

.lay4 h2{ margin:0; margin-bottom:10px;margin-top: 5px;}
.lay4 p{ padding-bottom:20px;padding-top: 5px;line-height: 1.7em;}
.lay4 .single_metainfo{ padding-bottom:0;}
.lay4 .single_metainfo, .lay4 .single_post .single_metainfo a{ font-size:0.8em;}
.lay4 #sidebar{ margin-top:20px;}
.more-link, .moretag{ font-size:14px; padding:7px 15px; color:rgba(0, 0, 0, 0.2); display:block; margin:15px 0; float:right; position:relative; -webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;border: 2px solid rgba(0, 0, 0, 0.2);opacity: 0.5;font-weight: bold;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.thn_post_wrap .more-link:hover, .moretag:hover{  opacity:1;}
.lay4 a.comm_date{ margin-left:0;}


/*Layout5*/
.lay5 .single_post{ margin-bottom:20px;border-bottom: 1px solid rgba(0, 0, 0, 0.08);padding-bottom: 40px;}
.lay5 .single_post:last-child {border-bottom: none;}
.postsblck #content{ margin-top:0;}
.postsblck .lay5 #sidebar{margin-top: 0px; }
.postsblck .lay5 .edit_wrap a{ top:5px;}



/*Pagination*/
.ast_pagenav, .comments_template .navigation{width: 100%;text-align: center;margin-top: 50px;}
.ast_pagenav .page-numbers, .comments_template .navigation .page-numbers{ display:block; margin-bottom:15px; padding:3px 10px; display:inline-block; margin-right:15px; text-align:center; color:#999; font-size:14px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; }
.thn_paginate a.page-numbers:nth-last-child(1){ margin-right:0;}
.page-numbers:hover, .comments_template .navigation .page-numbers:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.ast_pagenav .current, .comments_template .navigation .current{ border:2px solid rgba(0, 0, 0, 0.3);font-weight: 600; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.comments_template .navigation .prev, .comments_template .navigation .next{ display:none;}
.comments_template .navigation{float: left;}

/*Infinite Scrolling Navigation*/
#nav-below {width: 100%;float: left;text-align: center;opacity:0.6;}
#nav-below a { display: inline-block;padding: 7px 20px;margin: 30px 0 0 0;border: 2px solid;font-weight: bold;text-transform: uppercase;font-size: 0.9em;border-radius: 3px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}

#infscr-loading{position: fixed; width: 30px;height: 28px;padding-top: 2px; bottom:20%;left: 0;right: 0;margin: 0 auto;z-index: 999;text-align: center;display: inline-block;background: #fff;border-radius: 3px;box-shadow: 0 0 3px;}

.lay4 #infscr-loading{ position:absolute; bottom:300px;}

/*Older/Newer Navigation*/
.ast_navigation a {border: 2px solid rgba(0, 0, 0, 0.2); padding: 3px 10px; font-weight: bold;font-size: 0.8em; text-transform: uppercase;}
.ast_navigation { margin: 30px 0 0 0; width: 100%; float: left;}

.ast_navigation a:hover { color: #222; border-color: #222;}

/*SINGLE*/

.edit_wrap{}
.edit_wrap a {display: block;margin-top: 4px;padding-left: 26px;position: absolute;right: 5px;top: -4px;font-size: 12px;opacity: 0.4;font-weight: bold;text-transform: uppercase;padding: 0 3px;border: 2px solid;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.edit_wrap a:hover{opacity:0.8;}

.single_wrap{width:68%; float:left;}
.single_post{ padding:2.5%; position:relative;}
.single_post .postitle{ margin-top:0px; color:#444;font-weight:600; -ms-word-wrap:break-word; word-wrap:break-word;}

.thn_post_wrap { overflow:hidden; float:left; width:100%;}
.single_featured{ margin-bottom:20px;}
.single_featured img {max-width: 100%;height: auto;}
.thn_post_wrap img{ max-width:100%; height:auto;}

.thn_post_wrap{ line-height:1.7em;}
.single_metainfo a i{ color:#aaa;}
.single_metainfo a i:hover{color:#0e92dd;}


.meta_comm, .catag_list{ display:inline;}
.single_metainfo{ padding-bottom:20px;}
.single_metainfo, .single_post .single_metainfo a{ font-size:0.9em;}
.single_metainfo i{ padding-left:10px; padding-right:5px;opacity:0.7;}
.single_metainfo .fa-calendar{ padding-left:0;}

.tag_list ul {margin: 0;padding: 0;}
.tag_list ul li {list-style-type: none; display: inline-block; margin:8px; background: rgba(0, 0, 0, 0.1); padding: 0 5px;   padding-bottom: 2px;font-size: 12px; line-height:22px;  border-radius: 3px;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.tag_list ul li i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg);  margin-right: 6px;padding-left: 2px;}
.tag_list ul li:hover{background: rgba(0, 0, 0, 0.14);}


.single_metainfo:empty{ display:none;}
.post_foot {padding: 15px 0;width: 100%;float: left;}
.single .post_foot{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.post-password-form input {padding: 10px;border: 2px solid rgba(0, 0, 0, 0.1);border-radius: 3px;}
.post-password-form input[type~=submit]{ border: 2px solid; background: transparent;font-weight: bold; opacity: 0.7; cursor: pointer; text-transform: uppercase;}
.post-password-form input[type~=submit]:hover{ opacity:1;}


/*EXIF DATA*/
.exif_data{position: fixed;background: #222;padding: 40px 30px 20px 30px;font-size: 13px;color: #999;left: 0;right: 0;margin: 0 auto;width: 360px;top: 20%;z-index: 9999; min-height:270px; text-align:left;line-height: 2.6em;}
.exif_button {display:block;position: absolute;font-size: 20px;color: #fff;background: #222;padding: 10px;cursor: pointer;opacity: 0.7;}
.exif_button:hover{ opacity:1;}
.exif_data .fa-times {position: absolute;right: 10px;top: 10px;font-size: 16px;cursor: pointer;}
.exif_data .fa-times:hover{ color:#fff;}
.exif_data label {display: inline-block;float: left;width: 120px;color: #ccc;font-weight: bold;}
.no_exif{ padding:30px 0; cursor:default; opacity:0.4; font-size:24px; text-align:center;text-transform: uppercase;}
.no_exif i{display: block;padding: 10px;font-size: 50px;}

/*NEXT PREVIOUS POSTS*/
#ast_nextprev{ width: 100%;float: left;padding: 20px 0;border-bottom: 1px solid rgba(0, 0, 0, .08);}
#ast_nextprev .nav-box img {max-width: 90px;height: auto;float: left; margin-right: 15px;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#ast_nextprev .nav-box img:hover{ opacity:0.8;}
#ast_nextprev .nav-box i {color: rgba(0, 0, 0, 0.6);opacity: 0.6;font-size: 20px;display: block;float: left;height: 55px;padding: 35px 3px 0 3px;background: rgba(0, 0, 0, 0.2);position: absolute;left: 7px;}
#ast_nextprev a{ font-size:0.8em; font-weight: bold;}
#ast_nextprev a span{ font-size:1.1em; font-weight:bold;display: block;}
#ast_nextprev .ast-prev a span{ padding-right:20px;}
#ast_nextprev .ast-next a span{ padding-left:20px;}
#ast_nextprev .nav-box i:hover{ opacity:1;}
#ast_nextprev .ast-next i{ float:right;right: 7px;left: auto;}
.nav-box.ast-prev {float: left; width: 50%;}

.nav-box.ast-next { float: right; width: 50%;text-align: right;}
.nav-box.ast-next img { float: right!important; margin-right: 0!important; margin-left: 15px;}


#ast_nextprev span.div_middle {margin: 10px;position: absolute;left: 0;right: 0;margin: 0 auto;width: 20px;padding-top: 5px;margin-top: 35px;border: 1px solid rgba(0, 0, 0, 0.1);padding: 3px;text-align: center;color: #ddd;}
#ast_nextprev span.div_middle:before {display: block;width: 1px;height: 25px;background: rgba(0, 0, 0, 0.1);content: "";position: absolute;margin-left: 8px;margin-top: -30px;}
#ast_nextprev span.div_middle:after {display: block;width: 1px;height: 25px;background: rgba(0, 0, 0, 0.1);content: "";position: absolute;margin-left: 8px;margin-top: 3px;}

.prev_cat_name, .next_cat_name{ font-size: 1em;opacity: 0.6;display: block;float: left;}
#ast_nextprev .prev_cat_name a, #ast_nextprev .next_cat_name a{font-weight: normal!important;}
.next_cat_name{ float:right;}

.no_sidebar #ast_nextprev .nav-box i{left: 17px;} 
.no_sidebar #ast_nextprev .ast-next i{left: auto;right: 17px;} 
 .navbox-noimg a i {display: none!important;}
 
/*SINGLE SOCIAL BUTTONS*/
.share_foot.share_pos_before{ padding:10px 0; margin-bottom:20px; margin-top:0;}
.share_foot.share_pos_after{ display:none; border-top:none;margin-top: 0;}

.site_boxed .share_foot.share_pos_left{margin-left: -80px;}
.site_boxed .share_pos_left .social_buttons {padding-left: 10px;box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}


.share_foot.share_pos_left{border: none;width: 40px;position: absolute;top: 100px;margin-left: -65px;}
.share_foot.share_pos_left .social_round_color a, .share_foot.share_pos_left .social_round a, .share_foot.share_pos_left .social_square a, .share_foot.share_pos_left .social_square_color a, .share_foot.share_pos_left .social_hexagon a, .share_foot.share_pos_left .social_hexagon_color a{margin-bottom: 10px;transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3);}
.share_foot.share_pos_left span.share_label {font-size: 10px;text-align: center;line-height: 14px!important;display: block;margin-bottom: 15px;}
.share_foot.share_pos_left .social_buttons div { margin-bottom: 10px;}

.share_foot{width: 100%;float: left;padding: 15px 0;border:1px solid rgba(0, 0, 0, 0.08);border-left: none;border-right: none;margin-top: 30px;}
.share_this {float:left;}
span.share_label {margin-right: 20px;text-transform: uppercase;font-size: 16px;letter-spacing: 1px;}
.social_buttons div{ display:inline-block;}
.social_buttons div a{ opacity:0.5; display:inline-block;text-align:center;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.social_buttons div i, .social_buttons div a{}
.social_buttons div i{ padding:5px 2px; border:1px solid;width: 24px; border-radius:3px;}
.social_buttons div a:hover{ opacity:0.6;-webkit-transform: scale(1.1);-moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);  transform: scale(1.1);}
.social_buttons div a{ font-size:16px;margin-right: 5px;}
.lgn_email a, .lgn_print a{ cursor:pointer;}

.social_round .social_buttons div i{border-radius: 50%;}

.social_buttons .lgn_email a, .social_buttons .lgn_print a{color: inherit!important;}

.social_hexagon .social_buttons div a:before, .social_hexagon_color .social_buttons div a:before {content: "";        width: 0;  height: 0;  border-left: 14px solid transparent;  border-right: 14px solid transparent;   border-bottom: 8px solid rgba(0, 0, 0, 0.1);display: block;}
.social_hexagon .social_buttons div i, .social_hexagon_color .social_buttons div i {background: rgba(0, 0, 0, 0.1);border-radius: 0; top: -4px; position: relative; color: inherit;padding: 0px 2px;border: none;}
.social_hexagon div a:after, .social_hexagon_color div a:after { content: "";  width: 0;  height: 0;  border-left: 14px solid transparent;  border-right: 14px solid transparent;  border-top: 8px solid rgba(0, 0, 0, 0.1);  display: block; position: relative; top: -6.2px;}
.share_foot.share_pos_left .social_hexagon div a:after, .share_foot.share_pos_left .social_hexagon_color div a:after{top: -6px;}


.social_rectangle_counter .social_buttons div a{font-size: 14px;padding: 0 10px;color: #fff;border-radius: 4px;opacity: 1;margin-right: 3px;}
.social_rectangle_counter .social_buttons a:hover{opacity:0.7; transform:none; -webkit-transform:none; -moz-transform:none;}
.social_rectangle_counter .social_buttons div i{ border:none;}
.social_rectangle_counter .social_buttons div a span{font-size: 11px;font-family: sans-serif;font-weight: bold;background: rgba(0, 0, 0, 0.3);padding: 1px 3px;border-radius: 2px;margin-left: 5px;position: relative;top: -1px;}

.share_foot .social_hexagon_color .social_buttons div a i{ color:#fff;}

.social_rectangle_counter .lgn_fb a, .social_square_counter .lgn_fb a, .social_round_color .lgn_fb a, .social_square_color .lgn_fb a, .social_hexagon_color .lgn_fb a i{ background:#47639e;}
.social_rectangle_counter .lgn_twt a, .social_square_counter .lgn_twt a, .social_round_color .lgn_twt a, .social_square_color .lgn_twt a, .social_hexagon_color .lgn_twt a i{ background:#35c2f6;}
.social_rectangle_counter .lgn_gplus a, .social_square_counter .lgn_gplus a, .social_round_color .lgn_gplus a, .social_square_color .lgn_gplus a, .social_hexagon_color .lgn_gplus a i{ background:#ea493f;}
.social_rectangle_counter .lgn_pin a, .social_square_counter .lgn_pin a, .social_round_color .lgn_pin a, .social_square_color .lgn_pin a, .social_hexagon_color .lgn_pin a i{ background:#e90d1c;}
.social_rectangle_counter .lgn_stmbl a, .social_square_counter .lgn_stmbl a, .social_round_color .lgn_stmbl a, .social_square_color .lgn_stmbl a, .share_foot  .social_hexagon_color .lgn_stmbl a i{color:#ea493f!important; background:#eee;}
.social_rectangle_counter .lgn_linkedin a, .social_square_counter .lgn_linkedin a, .social_round_color .lgn_linkedin a, .social_square_color .lgn_linkedin a, .social_hexagon_color .lgn_linkedin a i{ background:#017eb4;}
.social_rectangle_counter .lgn_del a, .social_square_counter .lgn_del a, .social_original_small .lgn_del a, .social_round_color .lgn_del a, .social_square_color .lgn_del a, .social_hexagon_color .lgn_del a i{ background:#4088da;}
.social_rectangle_counter .lgn_digg a, .social_square_counter .lgn_digg a, .social_original_small .lgn_digg a, .social_round_color .lgn_digg a, .social_square_color .lgn_digg a, .social_hexagon_color .lgn_digg a i{ background:#222;}
.social_rectangle_counter .lgn_email a, .social_square_counter .lgn_email a, .social_original_small .lgn_email a, .social_round_color .lgn_email a, .social_square_color .lgn_email a, .social_hexagon_color .lgn_print a i{ background:rgba(0, 0, 0, 0.1);}
.social_rectangle_counter .lgn_print a, .social_square_counter .lgn_print a, .social_original_small .lgn_print a, .social_round_color .lgn_print a, .social_square_color .lgn_print a, .social_hexagon_color .lgn_print a i{background:rgba(0, 0, 0, 0.1);}

.social_square_counter .social_buttons div a{font-size: 14px;padding: 0;width: 50px;color: #fff;border-radius: 4px;opacity: 1;margin-right: 3px;height: 42px;float: left;}
.social_square_counter .social_buttons a:hover{opacity:0.7; transform:none; -webkit-transform:none; -moz-transform:none;}
.social_square_counter .social_buttons div i{ border:none; padding:7px 2px;}
.social_square_counter .social_buttons div a span{display:block;font-size: 11px;font-family: sans-serif;font-weight: bold;background: rgba(0, 0, 0, 0.3);padding: 1px 3px;border-radius: 2px;}
.social_square_counter .lgn_stmbl i, .social_square_counter .lgn_del i, .social_square_counter .lgn_digg i, .social_square_counter .lgn_email i, .social_square_counter .lgn_print i{font-size: 24px;}

.social_round_color .social_buttons div a{ color:#fff;border-radius:50%;opacity:1; margin-right:5px;}
.social_round_color .social_buttons div i, .social_square_color .social_buttons div i{ border:none; }
.social_square_color .social_buttons div a{ color:#fff;border-radius:4px;opacity:1; margin-right:5px;}
.social_hexagon_color .social_buttons div a{opacity:1; margin-right:5px;}


.share_foot .social_hexagon_color .lgn_fb a:before{ border-bottom-color:#47639e;}
.share_foot .social_hexagon_color .lgn_twt a:before{ border-bottom-color:#35c2f6;}
.share_foot .social_hexagon_color .lgn_gplus a:before{ border-bottom-color:#ea493f;}
.share_foot .social_hexagon_color .lgn_pin a:before{ border-bottom-color:#e90d1c;}
.share_foot .social_hexagon_color .lgn_stmbl a:before{border-bottom-color:#eee;}
.share_foot .social_hexagon_color .lgn_linkedin a:before{ border-bottom-color:#017eb4;}
.share_foot .social_hexagon_color .lgn_del a:before{ border-bottom-color:#4088da;}
.share_foot .social_hexagon_color .lgn_digg a:before{ border-bottom-color:#222;}
.share_foot .social_hexagon_color .lgn_email a:before{ border-bottom-color:#eee;}
.share_foot .social_hexagon_color .lgn_print a:before{border-bottom-color:#eee;}

.share_foot .social_hexagon_color .lgn_fb a:after{ border-top-color:#47639e;}
.share_foot .social_hexagon_color .lgn_twt a:after{border-top-color:#35c2f6;}
.share_foot .social_hexagon_color .lgn_gplus a:after{border-top-color:#ea493f;}
.share_foot .social_hexagon_color .lgn_pin a:after{ border-top-color:#e90d1c;}
.share_foot .social_hexagon_color .lgn_stmbl a:after{border-top-color:#eee;}
.share_foot .social_hexagon_color .lgn_linkedin a:after{border-top-color:#017eb4;}
.share_foot .social_hexagon_color .lgn_del a:after{ border-top-color:#4088da;}
.share_foot .social_hexagon_color .lgn_digg a:after{ border-top-color:#222;}
.share_foot .social_hexagon_color .lgn_email a:after{ border-top-color:#eee;}
.share_foot .social_hexagon_color .lgn_print a:after{border-top-color:#eee;}
.share_foot .social_hexagon_color .lgn_email a i, .share_foot .social_hexagon_color .lgn_print a i{color: inherit!important;}


.social_original_small .lgn_fb{width: 100px;height: 22px;overflow: hidden;position: relative;}
.social_original_small .lgn_twt{width: 90px;position: relative;top: -3px;}
.social_original_small .lgn_gplus{position: relative;width: 80px;}
.social_original_small .lgn_pin{width: 70px;position: relative;top: 3px;}
.social_original_small .lgn_linkedin{position: relative;top: 3px;width: 75px;}
.social_original_small .lgn_stmbl{position: relative;top: -2px;width: 90px;}
.social_original_small .lgn_del, .social_original_small .lgn_digg, .social_original_small .lgn_email, .social_original_small .lgn_print{position: relative;top: -4px;}


.social_original_small .lgn_del a, .social_original_small .lgn_digg a, .social_original_small .lgn_email a, .social_original_small .lgn_print a{font-size: 14px;padding: 0 10px;color: #fff;border-radius: 4px;opacity: 1;margin-right: 3px;}
.social_original_small .lgn_del a:hover, .social_original_small .lgn_digg a:hover, .social_original_small .lgn_email a:hover, .social_original_small .lgn_print a:hover{opacity:0.7; transform:none; -webkit-transform:none; -moz-transform:none;}
.social_original_small .lgn_del i, .social_original_small .lgn_digg i, .social_original_small .lgn_email i, .social_original_small .lgn_print i{ border:none;}
.social_original_small .lgn_del a span, .social_original_small .lgn_digg a span, .social_original_small .lgn_email a span, .social_original_small .lgn_print a span{font-size: 11px;font-family: sans-serif;font-weight: bold;background: rgba(0, 0, 0, 0.3);padding: 1px 3px;border-radius: 2px;margin-left: 5px;position: relative;top: -1px;}
.social_original_small .share_label{float: left;padding-top: 5px;}

.social_original_big .social_buttons div{width: 65px;height: 70px;overflow: hidden;}
.social_original_big .lgn_del a, .social_original_big .lgn_digg a, .social_original_big .lgn_email a, .social_original_big .lgn_print a{font-size: 14px;padding: 0;width: 50px;color: #fff;border-radius: 4px;opacity: 1;margin-right: 3px;height: 37px;float: left;}
.social_original_big .lgn_del a:hover, .social_original_big .lgn_digg a:hover, .social_original_big .lgn_email a:hover, .social_original_big .lgn_print a:hover{opacity:0.7; transform:none; -webkit-transform:none; -moz-transform:none;}
.social_original_big .social_buttons div i{ border:none; padding:7px 2px;}
.social_original_big .lgn_del i, .social_original_big .lgn_digg i, .social_original_big .lgn_email i, .social_original_big .lgn_print i{font-size: 24px;}
.social_original_big .share_label{float: left;padding-top: 20px;}
.social_original_big .lgn_pin{ width: 55px!important;}
.social_original_big .lgn_del a{ color:#4088da!important; border:1px solid rgba(0, 0, 0, 0.2);}
.social_original_big .lgn_digg a{ color:#222!important; border:1px solid rgba(0, 0, 0, 0.2);}
.social_original_big .lgn_print a{ border:1px solid rgba(0, 0, 0, 0.2); color:inherit!important;}
.social_original_big .lgn_email a{ border:1px solid rgba(0, 0, 0, 0.2); color:inherit!important;}
.social_original_big .pin_count {display: block;width: 38px;text-align: center;border: 1px solid rgba(0, 0, 0, 0.2);padding: 4px 0px;margin-bottom: 6px;border-radius: 3px;}

.submit_del, .submit_digg, .submit_email, .submit_print {font-size: 11px;font-family: sans-serif;font-weight: bold;width: 50px;display: block;border: 1px solid rgba(0, 0, 0, 0.2);float: left;border-radius: 2px;margin-top: 4px;padding: 2px 0;}
.submit_del {color: #4088da!important;}
.submit_digg{color: #222222!important;}

/*AUTHOR BOX*/
.author_box { width: 100%; margin-bottom: 30px; float: left; padding: 30px 0;  border-bottom: 1px solid rgba(0, 0, 0, 0.07);}
.author_avatar {width: 13%;float: left; margin-right: 4%;}
.athor_desc {width: auto; float: left; line-height: 1.7em; font-size: 0.9em;}
.athor_social {  clear: both; padding-top: 10px;}
.author_inner {  width: 83%; float: left;}
.author_inner h5 {  margin-top: 0; font-size: 1.1em;margin-bottom: 15px;}
.athor_social a {  display: inline-block;  margin-right: 5px; width:24px; height:22px; padding-top:2px; border-radius:50%; text-align:center; font-size:15px;}
.author_avatar img {  width: 100%;  height: auto;}

.athor_social a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.athor_social a:hover{color:#fff; -webkit-transform: scale(1.14); -moz-transform: scale(1.14);-ms-transform: scale(1.14); -o-transform: scale(1.14); transform: scale(1.14);}
.athor_social a.auth_website:hover{ background:rgba(0, 0, 0, 0.3);}
.athor_social a.auth_facebook:hover{ background:#47639e;}
.athor_social a.auth_twt:hover{ background:#35c2f6;}
.athor_social a.auth_googleplus:hover{ background:#ea493f;}
.athor_social a.auth_pinterest:hover{ background:#e90d1c;}
.athor_social a.auth_linkedin:hover{background:#017eb4;}
.athor_social a.auth_instagram:hover{background:#d4c5a4;}
.athor_social a.auth_dribble:hover{background:#e04c86;}
.athor_social a.auth_behance:hover{background:#4176fa;}

/*Related Posts*/
#ast_related_wrap{ width:100%; float:left;}
#ast_related{ width:100%; float:left;position:relative;}
.related_h3{font-size: 18px;width: 100%;margin:20px 0;}
#ast_related ul{ margin:0; padding:0; float:left; width:35%; background:#f1f2f3;}
#ast_related ul li{ list-style-type:none; display:block; width:80%; padding:5% 10%;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;background: rgba(0, 0, 0, 0.04);}
#ast_related ul li.active{ background:#fff;}
#ast_related ul li a{ color:#aaa;}

#ast_related .panel-container{ width:100%; float:left; }
#ast_related .panel-container .rel_tab{ padding:1%; width:23%; float:left;}
#ast_related .panel-container .rel_tab:nth-child(1){padding-left:0!important;}
.related_img{ display:block; width:100%; height:120px; overflow:hidden; float:left; position:relative;}
.related_img img{ width:100%; height:auto; border:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.rel_tab:hover img{opacity:0.6;}
.rel_tab:hover .related_img{ }
.rel_tab:hover .rel_hover{}

.rel_tab .related_img i{position: absolute;z-index: 99;color: #fff;text-align: center;width: 100%;top: 42%; opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.rel_tab:hover .related_img i{ opacity:1;}

.rel_content{ width:55%; margin-left:5%; float:left;}
.rel_content a{ color:#0e92dd;}
.rel_content .rel_more{ position: absolute; bottom:0; right:0;width: 0px;height: 0px;border-style: solid;border-width: 0 0 40px 40px;border-color: transparent transparent #f1f2f3 transparent;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}

a.rel_hover {font-size: 13px;font-weight: 600;margin-top: 10px;display: inline-block;}



/*COMMENTS*/
.comments_template{ float:left; width:100%; margin-top:40px;}

body.page .nocomments{ display:none;}
.nocomments{ }
.comments_template{ }
.comments_template #comments, #comments_ping, #reply-title{font-size: 18px;width: 100%;margin:20px 0;}
#reply-title small a{ font-size:16px; opacity:0.5;vertical-align: text-bottom;padding-left: 5px;}
#reply-title small a:hover{ opacity:0.8;}

#comments_ping{ float:left; width:100%;}

.commentlist{padding-left:0px; float:left; margin-top:0px; width:100%;}
.commentlist li.comment{ list-style-type:none;}


.commentlist li{ list-style-type:none;width:100%;float:left;}
.commentlist li ul li{ width:96%; border:none; float:right;}
.commentlist > li.comment:nth-child(1) .comment-body{ border-top:none;}

.commentlist .depth-1{ position:relative;}
.commentlist .depth-2{}
.commentlist .depth-3{}
.commentlist .depth-4{}
.commentlist.depth-5{}
h3#comments{font-size:20px;}
h3#comments_ping{font-size:20px;}



/*Comment Metadata*/
.comment-author{ font-size:14px;}
.commentlist a.comm_date {margin-left: 15px;padding-top: 4px;display: inline-block;}
.comm_auth {padding-top: 4px;margin-left: 10px;}
.comm_reply {display: inline-block;margin-left: 10px; opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.comment-body:hover .comm_reply{ opacity:1;}
.comment-body{float:left;width:94%;position:relative; z-index:3; padding:30px 0; border-top:1px solid rgba(0, 0, 0, 0.1);}

.avatar, .comm_auth{ display:inline-block; vertical-align:top;}

.avatar img{ height:auto; max-width:30px; max-height:30px;}

.org_comment {float: left;}
.commentlist .org_comment ul li{ border:none; list-style-type:circle; float:none;}
.commentlist .org_comment ol li{ list-style-type:inherit; border:none;float:none;}
.commentlist li.comment img {max-width: 100%;height: auto;}

.org_ping .comm_date{ font-size:14px;}


/*COMMENT EDIT LINK*/
a.comment-edit-link {position: absolute;right: 0;top: 30px;font-size: 12px;font-weight: bold;padding: 1px 4px;border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;border: 2px solid;color: rgba(0, 0, 0, 0.1); opacity:0.4;text-transform: uppercase;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
a.comment-edit-link:hover{ opacity:0.8;}

.comment-reply-link{ }
.comment-edit-link{ }
.comm_date i{padding-right:5px;}
.comm_reply{ display:inline-block; margin-left:15px;}


/*Comment Form*/
div#respond {width: 100%;float: left;margin-bottom: 40px;}
.comm_wrap{ width:100%; float:left;}
.comment-form-comment{width:100%; float:left; margin-bottom:0;}
.comment-notes, .form-allowed-tags, .comment-form-comment label{ display:none;}

.comm_wrap p {width: 32%;float: left;margin-right: 2%;margin-bottom: 0;}
p.comment-form-url {margin-right: 0;}
.comm_wrap input{ padding:15px 4%;width: 92%;border: 1px solid rgba(0, 0, 0, 0.1); }
.comment-form-comment textarea{  width:92%; padding:4%;  min-height:150px; float:right;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; overflow:auto;}

p.form-submit {width: 100%;float: left;}
#submit {width: 100%;float: right;padding: 2%;cursor: pointer;background: none;border: 1px solid;border-radius: 3px;font-size: 14px;opacity: 0.5;}
#submit:hover{ opacity:1;}

.logged-in-as {font-size: 14px;}
.logged-in .comment-form-comment{width:100%;}
.logged-in .comment-form-comment textarea{ width:92%;}


.commentlist #respond{ width:94%; float:left; margin-top:-15px;}
.commentlist #reply-title{margin-bottom:15px;}
.commentlist .logged-in-as{margin: 0;padding: 2%;padding-left: 0;}
.commentlist .comment-form-comment{ margin-top:20px;}
.logged-in .commentlist .comment-form-comment{ margin-top:0px;}


/*PAGE*/
#content{ width:100%; float:left; margin-top:30px;}
.page_tt{ float:left; width:100%; padding:20px 0; text-align:center;}

.pagetitle_wrap.page_head_left{text-align:left;}
.pagetitle_wrap.page_head_right{text-align:right;}

/*Sidebar*/
#sidebar{width:30%; float:right;margin-top: 10px;}
#sidebar .widgets ul{ margin:0; padding:0; }
#sidebar .widget{ background:#f1f2f3; margin-bottom:30px; list-style-type:none;width: 100%;float: left; color:#999; position:relative;}
#sidebar .widget .widgettitle, #sidebar .widget .widgettitle a{ font-size:16px; margin-bottom:10px;}
#sidebar .widget li{ list-style-type:none; margin:20px 0;}
#sidebar .widget_wrap{width:80%; padding:20px 10%;}
.untitled .widget_wrap{ padding: 10%!important;}
#sidebar .widget .widgettitle{ margin-top:0;}
#sidebar .widget img{ max-width:100%;}
#sidebar .widget select{max-width:100%;}

span.widget_border {width: 35px;height: 2px;display: block;margin-bottom: 20px;}

/*Home Widgets*/
.home_sidebar{width:100%;float:left;}
#home_widgets{width:100%; float:right;}
#home_widgets .widget a:link, #home_widgets .widget a:visited{ color:#0e92dd;}
#home_widgets .widgets ul{ margin:0; padding:0; }
#home_widgets .widget{width: 31%; background:#f1f2f3; margin:40px 0; margin-right:3.5%;list-style-type:none;float: left; color:#999; position:relative;}
#home_widgets .frontwdgt_col1 .widget{width: 100%; margin-right:0;}

#home_widgets .frontwdgt_col2 .widget{width: 46.5%; margin-right:3.5%;}
#home_widgets .frontwdgt_col2 .widget:nth-child(2), #home_widgets .frontwdgt_col2 .widget:nth-child(4), #home_widgets .frontwdgt_col2 .widget:nth-child(6), #home_widgets .frontwdgt_col2 .widget:nth-child(8), #home_widgets .frontwdgt_col2 .widget:nth-child(10){ margin-right:0;}

#home_widgets .frontwdgt_col3 .widget{}
#home_widgets .frontwdgt_col3 .widget:nth-child(3), #home_widgets .frontwdgt_col3 .widget:nth-child(6), #home_widgets .frontwdgt_col3 .widget:nth-child(9), #home_widgets .frontwdgt_col3 .widget:nth-child(12){ margin-right:0;}

#home_widgets .widget .widgettitle{ color:#555;text-align: center!important;border: none!important;padding-bottom: 10px!important; font-size:1.3em;}
#home_widgets .widget li{ list-style-type:none; margin:20px 0;}
#home_widgets .widget li a{ color:#999;}
#home_widgets .widget_wrap{width:80%; padding:20px 10%;}
#home_widgets .widget img{ max-width:100%;}
#home_widgets .widget select{max-width:100%;}


/*Page Templates*/

/*Search*/
.search_term {width: 96%;padding: 2%;float: left;margin-top: 50px;text-align: center;}
.search_term h2{ margin-bottom:5px;}
.search_term #searchform #s, .error_msg #searchform #s{font-size:16px;border: none;-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;width: 70%;padding: 20px;margin-top: 30px;margin-bottom: 30px;background: rgba(0, 0, 0, 0.04); color:#999;}
.search_term #searchsubmit, .error_msg #searchsubmit{ padding:20px 15px;font-size: 16px;font-weight: bold;cursor:pointer;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.search_term #searchsubmit:hover, .error_msg #searchsubmit:hover{opacity:0.7;}

/*404*/
.fourofour a{font-size: 280px; opacity:0.4;}
.error404 .postitle{margin-top: -30px;font-size: 50px;text-transform: uppercase; opacity:0.5;}
.error_page{ text-align:center;}
.error_msg {line-height: 2em;}


/*Author*/
.author_div{ padding:2%; width:96%; float:left;}
.author_left{ width:100%; text-align:center;}
.author_right{ line-height:1.9em; text-align:center;}
.author_right h2{ margin-bottom:20px;}
.author_right h2, .author_right a{}
.author_div img{ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; }
.author_posts{padding: 20px 0;float: left;width: 100%;text-align: center;margin-top: 0;margin-bottom: 0px;}
.author_posts span{display: block;font-size: 0.7em;opacity: 0.6;}




/*To Top*/
.to_top{width:40px; height:38px; display:block; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; color:#fff; background:rgba(0, 0, 0, 0.2); -webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; position:fixed; bottom:20px; right:20px; cursor:pointer; text-align:center; padding-top:2px;display:none; opacity:0.4; z-index:99;}
.to_top:hover{ opacity:1;}
.to_top i{ font-size:26px;padding-top: 4px;}

/*FOOTER*/
#footer{width:100%; background:#333; float:left; font-size:14px;}
#footer .widgets{ padding:40px 0;}
#footer .widgets ul{ margin:0; padding:0;}
#footer .widgets .widget{ width:23%; display:inline-block; vertical-align:top; margin:1%; list-style-type:none; margin-bottom:25px;}
#footer .widgets .widgettitle{font-size:1.3em; font-weight:normal;}
#footer .widgets .widget ul{ margin:0; padding:0;}
#footer .widgets .widget ul li{ list-style-type:none; padding:4px 0;}
#footer .widgets .widget ul li a{ text-decoration:none;}
#footer #wp-calendar #today{ background:#222;}
#footer #wp-calendar caption {border-bottom-style:dashed;border-width:1px}
#footer .widget img{ max-width:100%;}
#footer .widget select{max-width:100%;}

.footer_center{text-align: center;}
#copyright{width:100%;  float:left; background:rgba(0, 0, 0, 0.2);}
.copytext{padding:20px 0;}
.copytext a{opacity: 0.7;}




.copytext{ float:left;}

/*Footer Menu*/
#footer_menu { display:inline-block;}
#footer_menu ul {margin: 0;padding: 0;}
#footer_menu ul li {display: inline-block; margin:0 10px;padding: 15px 5px;}
#footer_menu ul li a {}

.foot_right_wrap {float: right;width: auto;}
.foot_soc{display: inline-block;float:none;}

/*Center Copyright Text*/
.copyright_center {text-align: center;}

.copyright_center .copytext { width: 100%;}
.copyright_center #footer_menu {width: 100%; display:block;}
.copyright_center .foot_right_wrap{ float:none;}

/*MAINTANACE MODE*/
.ast_maintanace{ padding-top:5%;}
.ast_maintanace .logo, .ast_maintanace .logo h1{ float:none; text-align:center;}
.ast_maintanace .logo h1 a{ color:#0e92dd;}
.under-construction-message{ text-align:center;width:60%; margin:0 auto; margin-top:40px; margin-bottom:20px;}
.under-construction-inner{ padding:2%; padding-bottom:4%; float:left; min-width:660px; }

.under-construction-inner #countdown_mntnc{ margin:0; padding:0; margin-top:60px;}
.under-construction-inner #countdown_mntnc li{ list-style-type:none; display:inline-block;width:100px; border-right: 1px solid rgba(255, 255, 255, 0.5);padding: 15px 30px; }
.under-construction-inner #countdown_mntnc li:last-child{ margin-right:0!important; border-right:none;}
.under-construction-inner #countdown_mntnc li span {font-size: 48px;font-weight: bold;}
.under-construction-inner #countdown_mntnc li p {font-size: 13px;}
.ast_maintanace .head_soc {width: 100%;float: left;text-align: center;padding: 20px 0;}
.ast_maintanace .head_soc a { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2);}
.ast_maintanace .head_soc .bookmark_size_large a{ transform:scale(1.5); -webkit-transform:scale(1.5); -moz-transform:scale(1.5);}

.maint_msg{ margin:30px 0;}

.under-construction-inner .offline_circle #countdown_mntnc li{ border-radius:50%; width:40px; height:70px; margin-right:40px;background:rgba(0, 0, 0, 0.06); border:8px solid rgba(0, 0, 0, 0.06);}
.under-construction-inner .offline_circle #countdown_mntnc li span{ font-size:32px;}
.under-construction-inner .offline_circle #countdown_mntnc li:last-child{border-right:8px solid rgba(0, 0, 0, 0.06);}
.under-construction-inner .offline_circle #countdown_mntnc li p{ margin-top:0;}

.under-construction-inner .offline_cube #countdown_mntnc li{ border:none; border-radius:5px; width:auto; height:auto; margin-right:40px;background:rgba(0, 0, 0, 0.06); padding:0;}
.under-construction-inner .offline_cube #countdown_mntnc li span{ font-size:32px;background:rgba(0, 0, 0, 0.06); padding:15px 30px; display:block; float:left;}
.under-construction-inner .offline_cube #countdown_mntnc li:last-child{border-right:none;}
.under-construction-inner .offline_cube #countdown_mntnc li p{ margin:0px; padding:10px 0; position:relative; top:3px;}

.lgn_info {display: block;position: fixed;z-index: 99;bottom: -25px;left: -12px;padding: 10px;background: #333;transform: rotate(-47deg);-webkit-transform:rotate(-47deg);-ms-transform:rotate(-47deg);height: 40px;width: 20px;}
.lgn_info i{position: relative;left: 10px;transform: rotate(37deg);-webkit-transform:rotate(37deg);-ms-transform:rotate(37deg);bottom: -3px;}


/*--------------PLUGIN SUPPORT--------------*/
/*WOOCOMMERCE SUPPORT*/
div#container {width: 70%;float: left;}
.woocommerce #woocontent{ margin:30px 0;}

#review_form_wrapper form{ margin-top:30px;}
.woocommerce #reviews h3, .woocommerce-page #reviews h3{margin: 40px 0 20px 0;}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {padding: 7px;opacity: 0.7;}
		
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product{width:18%!important;}

.woocommerce .star-rating span, .woocommerce-page .star-rating span{ color:#F4D431;}

.woocommerce.single .breadcrumbs {margin-top: -30px;padding-bottom: 20px;}

	
.home .lay1{ display:block!important;}	
.lay1 .product { width:33.3%; max-width:400px; float:left; }
.lay1 .product img{ width:100%; height:auto; border:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;bottom:-100px; vertical-align:bottom;}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {display: block;font-size: 12px;opacity: 0.5;font-weight: bold;text-transform: uppercase;padding: 0 3px;border: 2px solid;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;line-height: 18px;}
#topmenu ul li .wcmenucart-contents span{ opacity:0.7;}
#topmenu ul li a.wcmenucart-contents {border: none!important;}

/*Contact Form 7 SUPPORT*/
.wpcf7-text{padding: 12px;border: none;background: rgba(0, 0, 0, 0.03);width: 60%; border:1px solid; border-color:rgba(0, 0, 0, 0.05);}
.wpcf7-textarea{padding: 2%;border: none;background: rgba(0, 0, 0, 0.03);width: 96%;min-height: 200px;border:1px solid; border-color:rgba(0, 0, 0, 0.05);}
.wpcf7-submit{ float:right; padding:10px 35px;  border:none; font-size:18px; cursor:pointer;}



/*-----------------------------------------------------PRINT CSS--------------------------------------------*/
@media print {
.single_wrap {  width: 100%;}
.header, #sidebar, .share_foot, .author_box, #ast_related_wrap, #ast_nextprev, .edit_wrap, .comments_template, .footer_wrap.layer_wrapper{ display: none;}
}
/*-----------------------------------------------------MOBILE CSS--------------------------------------------*/
.touchon #topmenu{ display:none;}
.touchon #simple-menu{ display:block;}
.touchon .lay1 h2.postitle a{ font-size:18px; line-height:1.2em;}

@media screen and (min-width: 1200px){
	.ast_row{ height:auto!important;}
}
@media screen and (max-width: 1024px){
	#topmenu{ display:none;}
	#simple-menu{ display:block;}
	#simple-menu.hide_mob_menu{ display:none;}
	.logo_middle .logo{ display:block;}
	.center{ width:95%!important; }
	.ast_row{ max-height:210px;}
	.lts_layout1 div.listing-item{ max-height:200px; overflow:hidden;}
	.lts_layout2 a.image{ height:auto;}
	.lts_layout2 a.image img{ vertical-align:bottom;}
	
	.about_inner{ width:70%;}
	.stat_content_inner{ bottom:10%;}
	.img_hover .icon_wrap{ bottom:20%;}
	
	.page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera{height: 130px;}
	.single .nivoinner, .page .nivoinner, .archive .nivoinner, .search .nivoinner, .error404 .nivoinner{ opacity: 0;}
	.single .stat_content, .page .stat_content, .archive .stat_content, .search .stat_content, .error404 .stat_content{ opacity: 0;}
	
	.comm_reply{ opacity:1!important;}
	.related_img{ height:100px!important;}
	.under-construction-inner{margin-left: -50px;}
	
	.has_share_pos_left{ padding-left:40px;}
	.share_foot.share_pos_left{margin-left: -55px;}
}

@media screen and (max-width: 960px){
	.home .stat_has_img .stat_bg_img{ display: none;}
	.midrow_wrap{ width:95%;}
	.selected_stat{min-height: initial;}
	.stat_has_img{ width:100%; float:left;}
	.stat_has_img .stat_content_inner{ position:relative;}
	#slidera .nivoSlider img, .stat_has_img .stat_bg_img{ width:100%!important; max-width:100%!important;}
	#zn_nivo, #slidera .slider-wrapper, .slide_wrap{ height:auto!important;}
	.nivoinner p{ display:none;}
	
	.lay1 h2.postitle a{ font-size:18px!important;}
	.lay1 h2.postitle{ line-height:18px;}
	.img_hover .icon_wrap{ bottom:20px!important;}
	.home .img_hover{background: none!important;opacity: 1;}
	body .lay1 .hentry{margin-bottom: 10px;margin-left: auto;margin-right: auto;}
	.lay1 .post_image .post_content{ top:20%;}
	.lay1 .post_image .img_hover .icon_wrap{ right:0px;}
	.lay1 .hentry img{ transform:none!important;}
	
	.lay2 .hentry{height: 290px!important;margin-bottom: 40px;overflow: hidden;}
	.lay3 .post_content {max-height: 150px;overflow: hidden;margin-bottom: 30px;}
	.lay4_wrap{width: 100%!important;}
	
	.wp_link_pages a{ padding:3px 10px; border:2px solid;border-radius: 3px;margin: 0 5px;}
	.home .selected_slide .nivo-controlNav {bottom: 0px!important;}
	.selected_slide .nivo-controlNav {bottom: 50px!important;}
	.selected_stat{ overflow:hidden;}
	

	.home_action_button_wrap{ margin-top:20px!important; margin-bottom:20px!important;}
	#sidebar .widget_wrap {padding: 0 15px; width:100%!important;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
	#sidebar .widget{max-width: 220px;float: left;margin-right: 20px;margin-top: 40px;}
	#sidebar .widget:nth-child(3), #sidebar .widget:nth-child(6), #sidebar .widget:nth-child(9){ margin-right:0;}
	
	.single_wrap, #sidebar{width: 100%!important;}
	
	
	body .slide_wrap, body #zn_nivo{ max-height:350px!important; overflow:hidden;}
	body .slide_wrap h3, body #zn_nivo h3{ font-size:30px!important;}
	
	
	/*Accordion*/
	body .kwicks.horizontal li, body #accordion{ height:380px; max-height:380px;min-height:350px!important;}
	
	.ast_gall{min-height:300px!important;}
	.mfp-content .lts_lightbox_content{ width:85%!important;}
	.under-construction-inner{margin-left: -120px; width:600px; min-width:600px;}
	.under-construction-inner #countdown_mntnc li{ width:80px;}
	span.desc{text-align: center;}
	
.lts_headline:after, .lts_headline:before, .headline_type3:before{ display:none;}
.page_contact_wrap.layer_wrapper.has_contact_map .entry-content{ position:relative!important;width: 100%!important; padding:20px; z-index:inherit!important; bottom:auto!important; right:auto!important; margin-bottom:30px!important;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.page_contact_wrap.layer_wrapper.has_contact_map .contact_verify {font-size: 13px;}
.page_contact_wrap.layer_wrapper.has_contact_map #asthemap{ height:350px!important;}
}
@media screen and (max-width: 960px) and (min-width: 481px){
	.stat_has_img{ height:auto!important;}
	.lay1 .post_image .img_hover .icon_wrap{ display:none;}
}
@media screen and (min-width: 961px){
	#stat_img{ background:none!important;}
}
@media screen and (max-width: 480px){
.logo_right .logo{ float:left!important;}

.mobile_hide_footwdgt, .mobile_hide_slide, .mobile_hide_frontposts, .mobile_hide_frontposts, .mobile_hide_about, .mobile_hide_blocks, .mobile_hide_clients, .mobile_hide_frontwdgt, .mobile_hide_map, .mobile_hide_newsletter, .mobile_hide_testi, .mobile_hide_welcm, .mobile_hide_frontposts{ display:none!important;}
	
h1, h2, h3, h4{word-wrap: break-word;}
body .header_wrap .header { position: relative!important; }
.site_boxed .header_wrap .header { max-width: 100%!important; }
#simple-menu{  text-shadow:0 0 2px rgba(0, 0, 0, 0.3); z-index:999;  top:5px; right:12px;}
.to_top{ left:20px; right:auto;}

.aboutblock{padding: 40px 0px;}
body #accordion h3 a, body #zn_nivo h3 a{ font-size:24px!important; }
#accordion h3, #zn_nivo h3{line-height:24px!important;}
.acord_text{ width:250px;padding-left: 0;}
.slide_wrap .nivo-directionNav{ display:none;}
.slide_wrap{ background:none;}
#slidera .nivoSlider img, .stat_has_img .stat_bg_img {width: 200%!important;max-width: 200%!important;}
.stat_has_img .stat_bg_img {height: 100%;}
#stat_img{height: auto!important;}

body .stat_content_inner{ bottom:0!important; word-break:break-word;}
.nivo-caption{ width:300px; bottom:0;}	
.nivo-caption p{ display:none;}
.nivo-controlNav a{width: 15px;height: 15px;margin-right: 20px;}
body .stat_content_inner .center{width: 92%!important;}

.header{ float:left;}
.head_contact { margin-top:20px; margin-bottom:20px;width: 100%;text-align: center;}


body .slide_wrap, body #zn_nivo, body .slider-wrapper{ height:auto!important;}

.midrow_block:hover h3{}
.midrow_block{width:96%!important;padding: 5%!important;}
.block_type2 .midrow_block .block_img{ width:100%; padding:20px 0!important;text-align: center!important;}
.block_type2 .midrow_block .block_content{ width:100%;text-align: center!important;}


.about_pre{ font-size:20px;}
.about_header{ font-size:32px;}
/*Call to Action*/
.home_action_right{height:auto!important; float:none;width:60%; margin:0 auto;}
.home_action_left{width:96%!important; text-align:center; padding:2%;}

/*Testimonials*/
.home_tweet {width: 98%!important;}

/*Home Widgets*/
body #home_widgets .widget{width:100%!important; margin-right:0;}
/*footer Widgets*/
#footer .widgets .widget{width:98%;}

/*Single Page*/
.single_wrap, #sidebar, #contact_block{ width:100%}
.comments_template{ margin-bottom:30px;}
.hide_mob_headerimg img{ opacity:0;}

/*Layouts*/
.ast_row {max-height: none!important; height:auto!important;}
.lay1 .hentry {width: 100%!important;}
.img_hover .icon_wrap {bottom: 20%!important;}
.lay2 .hentry{width: 100%!important;height: auto!important;}
.lay2 .hentry{ margin:0; padding:0;}
.lay2 .imgwrap{ max-height:none;}
.lay2 .img_hover .icon_round{ display:none;}
.lay3 .img_hover .icon_round{ display:none;}
body .lay3 .hentry{width: 100%!important;}

.lay1 .post_image:hover img, .lay2 .post_image:hover img, .lay3 .post_image:hover img{ -webkit-transform: initial;  -moz-transform: initial;  -o-transform: initial; -ms-transform: initial;  transform: initial;}
.lay4_wrap{width:100%!important;}
.lay4 .post_image{width:100%!important;}
.lay4 .post_content{width:100%!important; margin-top:20px;}
.lay4 .hentry{margin-bottom: 30px;}
#sidebar .widget{ width:100%; max-width:none!important; margin-bottom:0px;}

.under-construction-message{width:90%!important;}
.page .page_head .postitle, .page .single_post .postitle, .archive .single_post .postitle {font-size: 24px!important;}
.page_head{ min-height:initial!important;}
.selected_slide .nivo-controlNav {bottom: 30px!important;text-align: left;padding-left: 10px;z-index: 999;}
.home .selected_slide .nivo-controlNav{ text-align:center;}

span.share_label{ display:none;}
#ast_related .panel-container .rel_tab{ width:48%;}
#sidebar .widget_wrap {padding: 0 25px;}
.comm_wrap p{ width:100%;}
#submit{padding: 20px 0;}
.related_img {height: auto!important;}
#ast_related .panel-container .rel_tab {width: 100%;}
.related_img img{vertical-align: bottom;}

/*Accordion*/
.kwicks li, #accordion{ height:250px; max-height:250px;min-height:250px!important;}
.kwicks.horizontal li img{ max-height: 100%; width:380px;}
body .acc-sld_layout3{width: 180px!important;margin-left: 20px!important;left: 0!important;}
.acord_text h3{ margin:0!important; line-height:1.2em!important;font-size:16px!important;}
.acord_text h3 a{ }
.acord_text p{ display:none;}

/*Comments*/
.comm_wrap, .comment-form-comment{width:100%;}

.under-construction-inner{margin-left: auto;width: 270px;min-width: 270px;float: none;margin: 0 auto;}
.under-construction-inner #countdown_mntnc li{margin-left: -5px;width: 70px;}
.under-construction-inner #countdown_mntnc li:nth-child(1), .under-construction-inner #countdown_mntnc li:nth-child(2){border-bottom:1px solid;}
.under-construction-inner #countdown_mntnc li:nth-child(2){border-right:none;}
.under-construction-message{ margin-top:20px;}


.fourofour a{ font-size:170px;}
.error_msg #searchform #s{width:60%;}

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product{ width:48%!important;}
}


@media screen and (max-width: 360px){
.site_boxed .layer_wrapper{width: 100%!important;float: none;margin:0!important;}
	
.header{ height:auto;}
.logo h1, .logo h2{ float:none; text-align:center;}

.header2 .head_soc{width: 100%;text-align: center;}


body .lay2 .hentry, .lay3 .hentry{ width:94%!important; margin-bottom:15px; height:auto!important; padding:2%!important;}
body .lay4 .hentry{ width:90%!important;padding:5%!important;margin-bottom: 0;}
body .lay4 .post_image, .lay4 .post_content{ width:100%;}
.testi_content{ line-height:1.3em;}
.more-link, .moretag{ float:none; text-align:center;}


.ast_gall{ min-height:200px;}
.ast_slider .nivo-caption{ width:90%; padding:5%;}
.col2, .col3, .col4{ width:96%;}
.act_left{  width:90%;padding:5%; text-align:center;}
.act_right{margin:5%; width:90%;}
.rel_content p{ display:none;}
#submit{ font-size:18px;}

.ast_gall{min-height:200px!important;}

.comment-body{ width:98%;}

.ast_navigation div {display: block;float: none; width: 100%;margin: 10px 0;}
.ast_navigation a { display: block; padding: 10px;}
.ast_navigation { margin-top: 0;}
.edit_wrap a{ top:-22px;}
a.comment-edit-link{ position:relative;top: -15px; float:right;}
.nav-box.ast-prev, .nav-box.ast-next {width: 100%;background: rgba(0, 0, 0, 0.03);float: left;padding: 15px 0;margin-bottom: 10px;}
#ast_nextprev .nav-box i{ display:none;}
#ast_nextprev span.div_middle{ display:none;}
.nav-box.ast-next img{margin-right: 15px!important;}
.nav-box.ast-prev img{margin-left: 15px!important;}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{ font-size:10px; font-weight:bold; padding:0;}
.woocommerce table.cart th {font-size: 12px;font-weight: bold;}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {padding: .8em;}
	}

/*STATIC SLIDER RESPONSIVENESS (Quick Fix in v-0.2.2)*/	
.touchon .stat_bg { background-size: 100%;}
.touchon #slidera {background: none;}
.touchon .stat_bg , .touchon .stat_bg_overlay {display: none;}
.stat_has_img .stat_content_inner {min-height: 250px;}
.touchon .stat_has_img .stat_bg_img{ opacity:1;}
.has_trans_header.touchon .stat_content_inner {bottom: 0!important;}
@media screen and (max-width: 480px){
.touchon .stat_has_img .stat_content_inner{ padding-top:0!important;}
}