/* ==========================================================================
   ========================================================================== */

/* BODY FONT - Applies to everything */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #535353;
	background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
}
p {
    margin: 0 0 20px;
}

a {color: #000; /*-webkit-transition: color .25s ease-in-out; transition: color .25s ease-in-out;*/}
a:hover { color: #3565a2; text-decoration:none;}
a:focus { outline: none; text-decoration: none; color: initial; text-shadow: none; }
section {
	/*padding-top: 15px !important;
	padding-bottom: 15px !important;*/
}
.clear { clear: both;}
img { max-width: 100%; height: auto;}
h1, .page-title { font-family: Montserrat; font-size: 36px; line-height: 40px; font-weight: 400; font-style: normal;}
h2 { font-family: Montserrat; font-size: 30px; line-height: 40px; font-weight: 400; font-style: normal;}
h3 { font-family: Open Sans; font-size: 24px; line-height: 40px; font-weight: 400; font-style: normal;}
h4 { font-family: Open Sans; font-size: 18px; line-height: 28px; font-weight: 400; font-style: normal;}
h5 { font-family: Open Sans; font-size: 14px; line-height: 20px; font-weight: 400; font-style: normal;}
h6 { font-family: Open Sans; font-size: 12px; line-height: 20px; font-weight: 400; font-style: normal;}

body.one-page { overflow-x: hidden; }
.hg_ovhidden {overflow: hidden;}

/* Font weight helpers */
.fw-vthin {font-weight: 100 !important;}
.fw-thin {font-weight: 300 !important;}
.fw-normal {font-weight: 400 !important;}
.fw-semibold {font-weight: 600 !important;}
.fw-bold {font-weight: 700 !important;}
.fw-extrabold {font-weight: 800 !important;}

/* Font size */
.fs-smaller {font-size: 70% !important;}
.fs-small {font-size: 90% !important;}
.fs-big {font-size: 110% !important;}
.fs-bigger {font-size: 140% !important;}
.fs-large {font-size: 200% !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 20px !important;}
.fs-22 { font-size: 22px !important;}
.fs-26 { font-size: 26px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important; line-height: 36px !important;}
.fs-32 { font-size: 32px !important;}
.fs-34 { font-size: 34px !important; line-height: 40px !important}
.fs-36 { font-size: 36px !important; line-height: 42px !important;}
.fs-38 { font-size: 38px !important;}
.fs-40 { font-size: 40px !important;}
.fs-42 { font-size: 42px !important;}
.fs-44 { font-size: 44px !important;}
.fs-46 { font-size: 46px !important; line-height: 49px !important;}
.fs-50 { font-size: 50px !important;}
.fs-57 { font-size: 57px !important;}
.fs-60 { font-size: 60px !important;}
.fs-62 { font-size: 62px !important;}

/* Letter spacing */
.lt-spacing-1 {letter-spacing: 1px !important;}
.lt-spacing-2 {letter-spacing: 2px !important;}
.lt-spacing-3 {letter-spacing: 3px !important;}
.lt-spacing-5 {letter-spacing: 5px !important;}
.lt-spacing-10 {letter-spacing: 10px !important;}
/* Letter spacing - Negative */
.lt-spacing-neg-1 {letter-spacing: -1px !important;}
.lt-spacing-neg-2 {letter-spacing: -2px !important;}
.lt-spacing-neg-3 {letter-spacing: -3px !important;}
.lt-spacing-neg-5 {letter-spacing: -5px !important;}
.lt-spacing-neg-10 {letter-spacing: -10px !important;}

/* Line Height */
.lh-22 { line-height: 22px !important;}
.lh-26 { line-height: 26px !important;}
.lh-30 { line-height: 30px !important;}
.lh-32 { line-height: 32px !important;}
.lh-34 { line-height: 34px !important;}
.lh-38 { line-height: 38px !important;}
.lh-44 { line-height: 44px !important;}
.lh-46 { line-height: 46px !important;}
.lh-62 { line-height: 62px !important;}

/* Opacity helpers */
.opacity0,
.hov-opacity0:hover {opacity:0 !important;}
.opacity1,
.hov-opacity1:hover {opacity:.1 !important;}
.opacity2,
.hov-opacity2:hover {opacity:.2 !important;}
.opacity3,
.hov-opacity3:hover {opacity:.3 !important;}
.opacity4,
.hov-opacity4:hover {opacity:.4 !important;}
.opacity5,
.hov-opacity5:hover {opacity:.5 !important;}
.opacity6,
.hov-opacity6:hover {opacity:.6 !important;}
.opacity7,
.hov-opacity7:hover {opacity:.7 !important;}
.opacity8,
.hov-opacity8:hover {opacity:.8 !important;}
.opacity9,
.hov-opacity9:hover {opacity:.9 !important;}
.opacity10,
.hov-opacity10:hover {opacity:1 !important;}

/* Reset line height */
.reset-line-height {line-height: 1}

/* to uppercase */
.uppercase {text-transform: uppercase;}

.flipX-icon:before {  -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); display: inline-block;}
.flipY-icon:before {  -webkit-transform: scaleY(-1); -ms-transform: scaleY(-1); transform: scaleY(-1); display: inline-block;}

/* Paddings */
.p-0 { padding: 0 !important;}
.p-14 { padding: 14px !important;}
.p-50 { padding: 50px !important;}
.ptop-0 { padding-top: 0 !important;}
.ptop-5 { padding-top: 5px !important;}
.ptop-25 { padding-top: 25px !important;}
.ptop-35 { padding-top: 35px !important;}
.ptop-40 { padding-top: 40px !important;}
.ptop-50 { padding-top: 50px !important;}
.ptop-60 { padding-top: 60px !important;}
.ptop-70 { padding-top: 70px !important;}
.ptop-65 { padding-top: 65px !important;}
.ptop-75 { padding-top: 75px !important;}
.ptop-80 { padding-top: 80px !important;}
.ptop-100 { padding-top: 100px !important;}
.ptop-160 { padding-top: 160px !important;}
.ptop-180 { padding-top: 180px !important;}
.ptop-190 { padding-top: 190px !important;}
.ptop-200 { padding-top: 200px !important;}
.ptop-210 { padding-top: 210px !important;}
.ptop-220 { padding-top: 220px !important;}
.ptop-230 { padding-top: 230px !important;}
.ptop-250 { padding-top: 250px !important;}
.ptop-290 { padding-top: 290px !important;}
.ptop-300 { padding-top: 300px !important;}
.ptop-505 { padding-top: 505px !important;}

.p-top-6 { padding-top: 6% !important;}
.p-top-7 { padding-top: 7% !important;}
.p-left-6 { padding-left: 6% !important;}
.p-right-6 { padding-right: 6% !important;}
.pb-42 { padding-bottom: 42%;}
.pb-47 { padding-bottom: 47%;}
.pb-49 { padding-bottom: 49%;}

.pbottom-0 { padding-bottom: 0 !important;}
.pbottom-5 { padding-bottom: 5px !important;}
.pbottom-10 { padding-bottom: 10px !important;}
.pbottom-15 { padding-bottom: 15px !important;}
.pbottom-20 { padding-bottom: 20px !important;}
.pbottom-25 { padding-bottom: 25px !important;}
.pbottom-50 { padding-bottom: 50px !important;}
.pbottom-55 { padding-bottom: 55px !important;}
.pbottom-60 { padding-bottom: 60px !important;}
.pbottom-65 { padding-bottom: 65px !important;}
.pbottom-70 { padding-bottom: 70px !important;}
.pbottom-80 { padding-bottom: 80px !important;}
.pbottom-85 { padding-bottom: 85px !important;}
.pbottom-90 { padding-bottom: 90px !important;}
.pbottom-100 { padding-bottom: 100px !important;}
.pbottom-160 { padding-bottom: 160px !important;}
.pbottom-170 { padding-bottom: 170px !important;}

/* Margins */
.m-65 { margin-top: 65px !important; margin-bottom: 65px !important;}
.mtop-80 { margin-top: 80px !important;}

.mt-20 { margin-top: 20px !important;}
.mt-40 { margin-top: 40px !important;}
.mt-50 { margin-top: 50px !important;}
.mt-65 { margin-top: 65px !important;}
.mt-80 { margin-top: 80px !important;}

.mb-20 { margin-bottom: 20px !important;}
.mb-40 { margin-bottom: 40px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mb-65 { margin-bottom: 65px !important;}
.mb-80 { margin-bottom: 80px !important;}

.ml-20 { margin-left: 20px !important;}
.ml-40 { margin-left: 40px !important;}
.ml-50 { margin-left: 50px !important;}
.ml-65 { margin-left: 65px !important;}
.ml-80 { margin-left: 80px !important;}

.mr-20 { margin-right: 20px !important;}
.mr-40 { margin-right: 40px !important;}
.mr-50 { margin-right: 50px !important;}
.mr-65 { margin-right: 65px !important;}
.mr-80 { margin-right: 80px !important;}


/* Custom Colors */
.tcolor { color: #3565a2 !important;}

.white { color: #fff !important;}
.black { color: #2d2d2d !important;}
.gray {color: #7c7c7c !important;}
.gray2 {color: #545d60 !important;}
.light-gray { color: #a8a8a8;}
.light-gray2 { color: #eaeaea;}
.light-gray3 { /*color: #c8c8c8;*/}
.dark-gray { color: #343434 !important;}
.orange { color: #e74c3c !important;}
.blue { color: #3498db !important;}
.b-gray { border-bottom-color: #898989 !important; }

/* Backgrounds Colors */
.bg-white { background-color: #fff !important;}
.tbg { background-color: #3565a2 !important;}
.bg-gray { background-color: #6b6b6b !important;}
.bg-lightgray { background-color: #ECECEC !important;}
.bg-lightgray2 { background-color: #FEFEFE !important;}
.bg-dark-gray { background-color: #353535 !important;}


/* Opacity */
.op-3 { opacity: 0.3 !important;}


/* Page Subheader Colors */
.page-subheader.uh_flat_dark_blue, .kl-slideshow.uh_flat_dark_blue { background-color: #345370;}
.page-subheader.uh_light_blue_-_flat, .kl-slideshow.uh_light_blue_-_flat { background-color: #26ade4;}
.page-subheader.uh_neutral_color, .kl-slideshow.uh_neutral_color { background-color: #607d8b;}
.page-subheader.uh_light_gray, .kl-slideshow.uh_light_gray { background-color: #e0e0e0;}
.page-subheader.uh_flat_redish, .kl-slideshow.uh_flat_redish { background-color: #db4437;}
.uh_zn_def_header_style,
.zn_def_header_style,
.page-subheader.zn_def_header_style,
.kl-slideshow.zn_def_header_style,
.page-subheader.uh_zn_def_header_style,
.kl-slideshow.uh_zn_def_header_style { /*background-color: #066fd9;*/}

/* Min Height */
.min-200 { min-height: 200px !important;}
.min-380 { min-height: 380px !important;}
.min-330 { min-height: 330px !important;}
.min-370 { min-height: 370px !important;}
.min-400 { min-height: 400px !important;}
.min-450 { min-height: 450px !important;}
.min-500 { min-height: 500px !important;}
.min-700 { min-height: 700px !important;}
.min-820 { min-height: 820px !important;}

/* Max Height */
.max-300 { max-height: 300px !important;}

/* Heights */
.h-260 { height: 260px !important;}
.h-320 { height: 320px !important;}
.h-370 { height: 370px !important;}
.h-520 { height: 520px !important;}
.h-545 { height: 545px !important;}
.h-400 { height: 400px !important;}
.h-420 { height: 420px !important;}
.h-500 { height: 500px !important;}
.h-600 { height: 600px !important;}
.h-625 { height: 625px !important;}
.h-720 { height: 720px !important;}
.h-760 { height: 760px !important;}

/* Align Styles */
.aligncenter {display:block; margin:0 auto; }
.alignright {float:right; margin:0 0 10px 20px; }
.alignleft {float:left; margin:0 20px 10px 0; }
.floatleft {float:left; }
.floatright {float:right; }
.textcenter {text-align:center; }
.textright {text-align:right; }
.textleft {text-align:left; }

/* Font Family */
.montserrat { font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;}

/* Gutter Sizes - Large */
.row.gutter-lg { margin-right: -40px; margin-left: -40px;}
.row.gutter-lg > [class*="col-"] {padding-right: 40px; padding-left: 40px;}
/* Gutter Sizes - Medium */
.row.gutter-md { margin-right: -25px; margin-left: -25px;}
.row.gutter-md > [class*="col-"] {padding-right: 25px; padding-left: 25px;}
/* Gutter Sizes - Small */
.row.gutter-sm { margin-right: -10px; margin-left: -10px;}
.row.gutter-sm > [class*="col-"] {padding-right: 10px; padding-left: 10px;}
/* Gutter Sizes - Extra small */
.row.gutter-xs { margin-right: -5px; margin-left: -5px;}
.row.gutter-xs > [class*="col-"] {padding-right: 20px; padding-left: 20px;}
/* Gutter Sizes - zero gutter */
.row.gutter-0 { margin-right: 0; margin-left: 0;}
.row.gutter-0 > [class*="col-"] {padding-right: 0; padding-left: 0;}

/* Equalizer classes used for first or last elements in a row to align to fixed-width
containers of the page, from inside of a full-width section */
@media (min-width: 768px) {
  .hg_col_eq_first { padding-left: calc( ( 100vw - 750px ) / 2 );}
  .hg_col_eq_last {padding-right: calc( ( 100vw - 750px ) / 2 );}
}
@media (min-width: 992px) {
  .hg_col_eq_first { padding-left: calc( ( 100vw - 970px ) / 2 );}
  .hg_col_eq_last {padding-right: calc( ( 100vw - 970px ) / 2 );}
}
@media (min-width: 1200px) {
  .hg_col_eq_first { padding-left: calc( ( 100vw - 1170px ) / 2 );}
  .hg_col_eq_last {padding-right: calc( ( 100vw - 1170px ) / 2 );}
}

.o-hidden { overflow: hidden;}
.inline-block { display: inline-block !important;}

/* Circled Icon */
.circled-icon { display: inline-block; border-radius: 50%; width: 46px; height: 46px; line-height: 46px; box-sizing: content-box; text-align: center; position: relative;
vertical-align: middle; border-width: 2px; border-style: solid;}
.circled-icon:before { vertical-align: middle; display: block; line-height: 46px;}
.circled-icon.ci-xsmall { width: 22px; height: 22px; line-height: 22px;}
.circled-icon.ci-xsmall:before { line-height: 23px;}
.circled-icon.ci-small { width: 36px; height: 36px; line-height: 36px;}
.circled-icon.ci-small:before { line-height: 36px;}
.circled-icon.ci-large { width: 76px; height: 76px; line-height: 76px;}
.circled-icon.ci-large:before { line-height: 76px;}
.circled-icon.ci-faded { border-color: rgba(255,255,255,.5);}

/* Call to action button in demo */
.buybtn-panel { position: fixed; z-index: 999; bottom: 50px; left: 0; padding: 20px 50px 20px 20px; background: rgba(0,0,0,0.7); -webkit-transition: left .3s ease-out; 
transition: left .3s ease-out}
.buybtn-close { position: absolute; top: 0; cursor: pointer; display: block; height: 82px; width: 30px; right: 0; font-size: 18px; color: rgba(255,255,255,.69); line-height: 80px;
border-left: 1px solid rgba(255,255,255,.16); padding: 0; text-align: center}
.buybtn-close:before { content: "\00d7"}
.buybtn-close:hover { color: rgba(255,255,255,.9)}
.buybtn-cta { background: #21cacd; border-radius: 2px; padding: 10px 20px; color: #fff; font-weight: 600; font-size: 12px; width: 160px; display: inline-block; text-align: center}
.buybtn-cta span { opacity: .5; display: inline-block; border-left: 1px solid #fff; width: 1px; margin: 0 7px; height: 20px; vertical-align: middle;}
.buybtn-cta:hover,.buybtn-cta:focus { background: #fff; color: #21cacd;}
.buybtn-panel.is-hidden { left: -200px;}
.buybtn-panel.is-hidden .buybtn-close:before { content: "\203A"; font-size: 24px}
@media screen and (max-width: 767px) {
  .buybtn-panel { padding-top:10px; padding-bottom: 10px;}
  .buybtn-cta { padding: 5px 12px; font-size: 12px;}
  .buybtn-close { height: 60px; line-height: 47px;}
}


ul.list-style1,
ul.list-style2 {margin-left:0; padding-left: 0;}
ul.list-style1 li,
ul.list-style2 li { list-style:none; background:url(../images/list-style1.png) no-repeat 2px 8px; padding-left: 15px; margin-bottom: 4px;}
ul.list-style2 li { background:url(../images/list-style2.png) no-repeat 2px 5px; padding-left: 25px;}


@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot?30847743');
  src: url('./fonts/fontello.eot?30847743#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff?30847743') format('woff'),
       url('./fonts/fontello.ttf?30847743') format('truetype'),
       url('./fonts/fontello.svg?30847743#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30847743#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello", 'Glyphicons Halflings', 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-eventful:before { content: '\e800'; } /* '' */
.icon-smashmag:before { content: '\e801'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-wikipedia:before { content: '\e803'; } /* '' */
.icon-lanyrd:before { content: '\e804'; } /* '' */
.icon-calendar:before { content: '\e805'; } /* '' */
.icon-reddit:before { content: '\e806'; } /* '' */
.icon-guest:before { content: '\e807'; } /* '' */
.icon-gowalla:before { content: '\e808'; } /* '' */
.icon-appstore:before { content: '\e809'; } /* '' */
.icon-blogger:before { content: '\e80a'; } /* '' */
.icon-cc:before { content: '\e80b'; } /* '' */
.icon-skype:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\e80d'; } /* '' */
.icon-youtube:before { content: '\e80e'; } /* '' */
.icon-vimeo:before { content: '\e80f'; } /* '' */
.icon-windows:before { content: '\e810'; } /* '' */
.icon-xing:before { content: '\e811'; } /* '' */
.icon-googleplay:before { content: '\e812'; } /* '' */
.icon-itunes:before { content: '\e813'; } /* '' */
.icon-plurk:before { content: '\e814'; } /* '' */
.icon-songkick:before { content: '\e815'; } /* '' */
.icon-lastfm:before { content: '\e816'; } /* '' */
.icon-gmail:before { content: '\e817'; } /* '' */
.icon-stumbleupon:before { content: '\e818'; } /* '' */
.icon-fivehundredpx:before { content: '\e819'; } /* '' */
.icon-pinterest:before { content: '\e81a'; } /* '' */
.icon-bitcoin:before { content: '\e81b'; } /* '' */
.icon-w3c:before { content: '\e81c'; } /* '' */
.icon-foursquare:before { content: '\e81d'; } /* '' */
.icon-html5:before { content: '\e81e'; } /* '' */
.icon-ie:before { content: '\e81f'; } /* '' */
.icon-dribbble:before { content: '\e820'; } /* '' */
.icon-evernote:before { content: '\e821'; } /* '' */
.icon-flickr:before { content: '\e822'; } /* '' */
.icon-google:before { content: '\e823'; } /* '' */
.icon-viadeo:before { content: '\e824'; } /* '' */
.icon-instapaper:before { content: '\e825'; } /* '' */
.icon-weibo:before { content: '\e826'; } /* '' */
.icon-klout:before { content: '\e827'; } /* '' */
.icon-yahoo:before { content: '\e828'; } /* '' */
.icon-chrome:before { content: '\e829'; } /* '' */
.icon-email:before { content: '\e82a'; } /* '' */
.icon-macstore:before { content: '\e82b'; } /* '' */
.icon-myspace:before { content: '\e82c'; } /* '' */
.icon-podcast:before { content: '\e82d'; } /* '' */
.icon-amazon:before { content: '\e82e'; } /* '' */
.icon-steam:before { content: '\e82f'; } /* '' */
.icon-pinboard:before { content: '\e830'; } /* '' */
.icon-openid:before { content: '\e831'; } /* '' */
.icon-quora:before { content: '\e832'; } /* '' */
.icon-soundcloud:before { content: '\e833'; } /* '' */
.icon-tumblr:before { content: '\e834'; } /* '' */
.icon-eventasaurus:before { content: '\e835'; } /* '' */
.icon-wordpress:before { content: '\e836'; } /* '' */
.icon-yelp:before { content: '\e837'; } /* '' */
.icon-intensedebate:before { content: '\e838'; } /* '' */
.icon-eventbrite:before { content: '\e839'; } /* '' */
.icon-scribd:before { content: '\e83a'; } /* '' */
.icon-posterous:before { content: '\e83b'; } /* '' */
.icon-stripe:before { content: '\e83c'; } /* '' */
.icon-opentable:before { content: '\e83d'; } /* '' */
.icon-cart:before { content: '\e83e'; } /* '' */
.icon-print:before { content: '\e83f'; } /* '' */
.icon-angellist:before { content: '\e840'; } /* '' */
.icon-instagram:before { content: '\e841'; } /* '' */
.icon-dwolla:before { content: '\e842'; } /* '' */
.icon-appnet:before { content: '\e843'; } /* '' */
.icon-statusnet:before { content: '\e844'; } /* '' */
.icon-acrobat:before { content: '\e845'; } /* '' */
.icon-drupal:before { content: '\e846'; } /* '' */
.icon-buffer:before { content: '\e847'; } /* '' */
.icon-pocket:before { content: '\e848'; } /* '' */
.icon-bitbucket:before { content: '\e849'; } /* '' */
.icon-lego:before { content: '\e84a'; } /* '' */
.icon-login:before { content: '\e84b'; } /* '' */
.icon-stackoverflow:before { content: '\e84c'; } /* '' */
.icon-hackernews:before { content: '\e84d'; } /* '' */
.icon-lkdto:before { content: '\e84e'; } /* '' */
.icon-github-circled:before { content: '\e84f'; } /* '' */
.icon-rss:before { content: '\e850'; } /* '' */
.icon-spotify:before { content: '\e851'; } /* '' */
.icon-android:before { content: '\e852'; } /* '' */
.icon-github:before { content: '\e853'; } /* '' */
.icon-facebook:before { content: '\e854'; } /* '' */
.icon-ebay:before { content: '\e855'; } /* '' */
.icon-dropbox:before { content: '\e856'; } /* '' */
.icon-linkedin:before { content: '\e857'; } /* '' */
.icon-cloudapp:before { content: '\e858'; } /* '' */
.icon-meetup:before { content: '\e859'; } /* '' */
.icon-vk:before { content: '\e85a'; } /* '' */
.icon-plancast:before { content: '\e85b'; } /* '' */
.icon-disqus:before { content: '\e85c'; } /* '' */
.icon-digg:before { content: '\e85d'; } /* '' */
.icon-flattr:before { content: '\e85e'; } /* '' */
.icon-paypal:before { content: '\e85f'; } /* '' */
.icon-forrst:before { content: '\e860'; } /* '' */
.icon-ninetyninedesigns:before { content: '\e861'; } /* '' */
.icon-delicious:before { content: '\e862'; } /* '' */
.icon-aim:before { content: '\e863'; } /* '' */
.icon-grooveshark:before { content: '\e864'; } /* '' */
.icon-call:before { content: '\e865'; } /* '' */
.icon-duckduckgo:before { content: '\e866'; } /* '' */

@font-face {
  font-family: 'icomoon';
  src:url('./fonts/icomoon.eot?gfgf6m');
  src:url('./fonts/icomoon.eot?#iefixgfgf6m') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?gfgf6m') format('truetype'),
    url('./fonts/icomoon.woff?gfgf6m') format('woff'),
    url('./fonts/icomoon.svg?gfgf6m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-kallyas:before {content: "\e615";}
.icon-noun_61152:before { content: "\e612";}
.icon-noun_167805:before { content: "\e613";}
.icon-noun_65754:before { content: "\e614";}
.icon-process1:before { content: "\e60f";}
.icon-process2:before { content: "\e610";}
.icon-process3:before { content: "\e611";}
.icon-gi-ico-1:before { content: "\e600";}
.icon-gi-ico-2:before { content: "\e601";}
.icon-gi-ico-3:before { content: "\e602";}
.icon-gi-ico-4:before { content: "\e603";}
.icon-gi-ico-5:before { content: "\e604";}
.icon-gi-ico-6:before { content: "\e605";}
.icon-gi-ico-7:before { content: "\e606";}
.icon-gi-ico-8:before { content: "\e607";}
.icon-gi-ico-9:before { content: "\e608";}
.icon-gi-ico-10:before { content: "\e609";}
.icon-gi-ico-11:before { content: "\e60a";}
.icon-gi-ico-12:before { content: "\e60b";}
.icon-gi-ico-13:before { content: "\e60c";}
.icon-gi-ico-14:before { content: "\e60d";}
.icon-gi-ico-15:before { content: "\e60e";}

/* Pace Progress bar & Page Preloader */
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.pace-inactive { display: none; }
.pace .pace-progress { background: #3565a2; position: fixed; z-index: 2000; top: 0; left: 0; height: 2px;
-webkit-transition: width 1s; -moz-transition: width 1s; -o-transition: width 1s; transition: width 1s; }
.pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #fe6060, 0 0 5px #fe6060; opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px);}
.pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #fe6060; border-left-color: #fe6060; border-radius: 10px; display: none; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; }
@media (max-width: 767px) {.pace .pace-activity {right: auto; left:120px;} }
@-webkit-keyframes pace-spinner {0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}@-moz-keyframes pace-spinner {0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }}@-o-keyframes pace-spinner {0% { -o-transform: rotate(0deg); transform: rotate(0deg); }100% { -o-transform: rotate(360deg); transform: rotate(360deg); }}@-ms-keyframes pace-spinner {0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes pace-spinner {0% { transform: rotate(0deg); transform: rotate(0deg); }100% { transform: rotate(360deg); transform: rotate(360deg); }}
/* Loader */
.loader {position: fixed; left: 0; top: 0; bottom: 0; right: 0; background: rgba(255, 255, 255, 0.95); z-index: 1999; -webkit-transition:opacity .2s ease; transition:opacity .2s ease;}
.loader.hideit {opacity:0;}
.pace-done .loader {opacity:0; display:none;}
.loader svg {position: absolute;left: 50%;top: 50%;width: 50px;height: 50px;margin: -20px 0 0 -20px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite;}
.loader svg path { fill: #3565a2; }
.main-nav ul .zn-mega-new-item {position: absolute; line-height: 1; padding: 5px; text-transform: initial; font-size: 10px; top: 50%; right: 3px; background-color: #3565a2; color: #fff; border-radius: 2px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.main-nav ul ul .zn-mega-new-item { left: auto; right: 10px; text-transform: uppercase; }
.main-nav ul ul.sub-menu li a:not(:only-child) .zn-mega-new-item {right:23px;}
.main-nav .zn_mega_container ul .zn-mega-new-item {right: 3px;}
/* Scroll to top button */
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:49px; z-index:9999; display:block; top:85%; background-repeat:no-repeat; background-position:center 15px; background-color:#404040; font-size: 9px; font-weight: 900; color: #fff; text-align: center; line-height: 1; border-radius:2px; padding: 28px 0 21px 0; }
#totop:before {position: absolute; content:"\e080"; top: 10px; left: 50%; margin-left: -6px; font-size: 11px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); }
#totop.show { right:10px; opacity:0.7; }
#totop:hover { opacity:1; }

/*#sparkles,
.th-sparkles {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; display:none;}*/
#sparkles,
.th-sparkles { display:none;}
.th-sparkles-visible .th-sparkles {display: block;}
.th-sparkles > span {display: block; width: 15px; height: 15px; position: absolute;
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );}
.th-sparkles .shiny-spark1 { width:20px; height:20px; opacity:.4; }
.th-sparkles .shiny-spark2 { width:10px; height:10px; opacity:.7; }
.th-sparkles .shiny-spark3 { width:30px; height:30px; opacity:.1; }
.th-sparkles .shiny-spark4 { width:3px; height:3px; opacity:.9; }
.th-sparkles .shiny-spark5 { width:15px; height:15px; opacity:.3; }
.th-sparkles .shiny-spark6 { width:25px; height:25px; opacity:.5; }


/* page title */
.page-title,
.subtitle {line-height:1.4; margin-bottom: 25px; padding-bottom: 25px; border-bottom:1px solid #cbcbcb;}
.page-title {font-size:36px; color:#050505; margin-top: 0;}
.subtitle {font-size:36px; color:#595959; font-weight:300;}

/* support panel */
#support_p:checked + .support_panel { height: 150px;}
.spanel-label { cursor: pointer; margin-top: 3px;}
.panel-checkbox { display: none;}
.support_panel {background:#eee; height: 0; position:relative; overflow:hidden; z-index: 1; box-shadow:0 0 15px rgba(0, 0, 0, 0.4) inset; }
#sliding_panel.opened { margin-top:0; }
.support_panel .container {padding:15px; }
.spanel-label .glyphicon-remove-circle,
.spanel-label .glyphicon-info-sign {display:none;}
#support_p:checked .spanel-label .glyphicon-remove-circle, #support_p:checked .spanel-label .glyphicon-info-sign {display:block;}
#close_sliding_panel {display: block; width: 14px; height: 14px; position: absolute; right: 14px; top: 0; background: #CCC; padding: 40px 10px 10px 10px;}
#close_sliding_panel:hover {background:#ddd;}
.support-info { margin-top: 5px;}

.how_to_shop > .row {font-size:14px; margin-bottom: 20px;}
.how_to_shop > p {font-size:13px; margin-top:15px;}
.how_to_shop .number {display:inline-block; width:28px; height:28px; line-height:28px; font-size:16px; color:#fff; background:#3565a2;text-align: center; margin-right: 10px; font-weight: 900; border-radius:50%;margin-bottom: 5px;}




/*** Btn Lined (ghost) */
.btn-lined { border-width: 2px; background: none; color: #fff; text-shadow: none; padding: 3px 6px; line-height: 1.6; box-shadow: none; font-size: 14px; font-weight: 700; border-style: solid; border-radius: 3px; border-color: #fff; -webkit-transition:all .1s ease-in-out; transition:all .1s ease-in-out;}
.btn-lined:hover { border-color: rgba(255,255,255,.7); color: #fff;}
/* Btn Lined - Skewed style */
.btn-lined.btn-skewed { border:0; background: none; position: relative; }
.btn-lined.btn-skewed:before { content:''; border: 2px solid #fff; border-radius: 4px; position:absolute; top:0; left:0; right:0; bottom: 0; -webkit-transform:skewX(-8deg); -ms-transform:skewX(-8deg); transform:skewX(-8deg);}
.btn-lined.btn-skewed:hover:before { border-color: rgba(255,255,255,.7); }
/* Btn Lined Dark (ghost) */
.btn-lined.lined-dark { color: #242424; border-color: #242424;}
.btn-lined.lined-dark:hover { color: #343434;}
/* Btn Lined DARK - Skewed style */
.btn-lined.lined-dark.btn-skewed { border:0; background: none; position: relative; }
.btn-lined.lined-dark.btn-skewed:before { content:''; border: 2px solid #242424; border-radius: 4px; position:absolute; top:0; left:0; right:0; bottom: 0; -webkit-transform:skewX(-8deg); -ms-transform:skewX(-8deg); transform:skewX(-8deg);}
.btn-lined.lined-dark.btn-skewed:hover:before { border-color: rgba(0,0,0,.7); }
/* Btn Lined Dark (ghost) */
.btn-lined.lined-gray { color: #8E8E8E; border-color: #8E8E8E;}
.btn-lined.lined-gray:hover { color: #454545;}
/* Btn Lined Gray - Skewed style */
.btn-lined.lined-gray.btn-skewed { border:0; background: none; position: relative; }
.btn-lined.lined-gray.btn-skewed:before { content:''; border: 2px solid #8E8E8E; border-radius: 4px; position:absolute; top:0; left:0; right:0; bottom: 0; -webkit-transform:skewX(-8deg); -ms-transform:skewX(-8deg); transform:skewX(-8deg);}
.btn-lined.lined-gray.btn-skewed:hover:before { border-color: rgba(0,0,0,.4); }
/* Button Lined Full Light */
.btn-lined.lined-full-light { color: #242424; border-color: #fff; background: rgba(255, 255, 255, 0.8); }
.btn-lined.lined-full-light:hover { color: #343434; background-color: #fff;}
/* Button Lined Full Dark */
.btn-lined.lined-full-dark { color: #e0e0e0; border-color: #000; background: rgba(0, 0, 0, 0.8); }
.btn-lined.lined-full-dark:hover { color: #f9f9f9; background-color: #000;}
/* Button Lined Custom */
.btn-lined.lined-custom { color: #3565a2; border-color: #3565a2;}

/*** Filled buttons */
.btn-fullwhite,
.btn-fullblack, .btn-fullgrey,
.btn-fullcolor, .btn-standard {
	border-width: 0;
}
.btn-fullwhite, .btn-fullgrey,
.btn-fullblack,
.btn-fullcolor, .btn-standard,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-link {
	text-shadow: none;
	padding: 10px 20px;
	line-height: 1.6;
	box-shadow: none;
	font-weight: 700;
	border-style: solid;
	border-radius: 3px;
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
}

/*** Btn FullColor */
.btn-fullcolor,
.btn-fullcolor:focus { /*background-color: #3565a2; color: #fff;*/}
.btn-fullcolor:hover {/*color: #fff;*/}
/*** Btn Fullwhite */
.btn-fullwhite { background-color: #fff; color: #242424;}
.btn-fullwhite:hover {color: #353535; background-color: rgba(255,255,255,0.85);}
/*** Btn fullgrey */
	.btn-fullgrey {
		background-color: #636363;
		color: #000000;
	}

		.btn-fullgrey:hover {
			background-color: #7d7d7d;
		}
/*** Btn Fullblack */
.btn-fullblack {
	background-color: #090909;
	color: #f9f9f9;
}
.btn-fullblack:hover {color: #eee; background-color: rgba(0,0,0,0.85);}
.btn-fullcolor:hover,.btn-fullcolor.btn-skewed:hover:before,.cart-container .buttons .button.wc-forward:hover {/*background-color: #3565a2*/}
/* Filled buttons - Skewed style */
.btn-fullwhite.btn-skewed,
.btn-fullblack.btn-skewed,
.btn-fullcolor.btn-skewed,
.btn-fullwhite.btn-skewed:hover,
.btn-fullblack.btn-skewed:hover,
.btn-fullcolor.btn-skewed:hover { border:0; background: none; position: relative; z-index: 0;}
.btn-fullwhite.btn-skewed:before,
.btn-fullblack.btn-skewed:before,
.btn-fullcolor.btn-skewed:before { content:''; border-radius: 4px; position:absolute; top:0; left:0; right:0; bottom: 0; -webkit-transform:skewX(-8deg); -ms-transform:skewX(-8deg); transform:skewX(-8deg); -webkit-transition:background-color .2s ease-in-out; transition:background-color .2s ease-in-out; z-index: -1;}
/*** Btn FullColor */
.btn-fullcolor.btn-accedi.btn-skewed:before { /*background-color: #64a1d0;*/ }
.btn-fullcolor.btn-regist.btn-skewed:before { /*background-color: #16a085;*/ }
/*** Btn Fullwhite */
.btn-fullwhite.btn-skewed:before { background-color: #fff; }
.btn-fullwhite.btn-skewed:hover:before { background-color: rgba(255,255,255,0.85);}
/*** Btn Fullblack */
.btn-fullblack.btn-skewed:before { background-color: #090909; }
.btn-fullblack.btn-skewed:hover:before { background-color: rgba(0,0,0,0.85);}

/* Btn sizing presets */
.btn-group-lg>.btn, .btn-lg {padding: 20px 30px; font-size: 18px; line-height: 1.3333333; }
.btn-group-lg>.btn.btn-lined, .btn-lg.btn-lined {padding: 18px 30px; }
.btn-group-md>.btn, .btn-md {padding: 16px 25px; font-size: 14px; line-height: 1.3333333; }
.btn-group-md>.btn.btn-lined, .btn-md.btn-lined {padding: 14px 25px; }
.btn-group-sm>.btn, .btn-sm {padding: 5px 10px 4px; font-size: 12px; line-height: 1.5; font-weight: 600; }
.btn-group-sm>.btn.btn-lined, .btn-sm.btn-lined {padding: 3px 10px 2px; }
.btn-group-xs>.btn, .btn-xs {padding: 1px 5px; font-size: 12px; line-height: 1.6; font-weight: 400; }
.btn-group-xs>.btn.btn-lined, .btn-xs.btn-lined {padding: 1px 5px; }
/* Width presets */
.btn-fullwidth {width:100%;}
.btn-halfwidth {width:50%;}
.btn-third {width:33.33%;}
.btn-forth {width:25%;}

/* Button element */
.btn-element > span,
.btn-element > i {vertical-align: middle; display: inline-block;}
.btn-element > span + i {margin-left:10px}
.btn-element > i + span {margin-left:10px}

/* Small hack for icon font */
[data-zniconfam]:before,
[data-zniconfam] { font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.hg_separator { margin-top: 15px; margin-bottom: 15px; border-top-style: solid; border-top-width: 2px; border-top-color: #e2e2e2;}
.hg_separator.style2 { margin-top: 30px; margin-bottom: 45px; border-top-width: 4px; border-top-color: #ededed;}
.section-shadow { box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 2px 0px rgba(0, 0, 0, 0.07), inset 0 3px 0px rgba(0, 0, 0, 0.03);}

body .kl-ioscaption--style4 .more:before { border-color: #3565a2; background: rgba(205,33,34,0.7);}
body .kl-ioscaption--style4 .more:hover:before { background: rgba(205,33,34,0.9);}


/*** NEW MENU SYSTEM ***/
.main-nav {display:none;}

@media screen and (min-width: 992px){
	.main-nav {display:block; margin-right: 20px; font-size: 14px; float: right; }
	.main-nav ul { list-style: none; padding: 0; margin: 0; line-height: 1; }
	.main-nav  ul:after,
	.main-nav  ul:before {display: table; content: " "}
	.main-nav  ul:after {clear: both}
	.main-nav  ul { margin: 15px 0; }
	.main-nav ul li { margin-bottom: 0; }
	.main-nav ul li a { display: block; font-weight: 400; font-family: 'Montserrat';}

	/* FIRST LEVEL */
	.main-nav  ul  li { float: left; margin-top: 0; margin-left: 5px;}
	.main-nav  ul  li { padding-bottom: 10px; }
	.main-nav  ul  li:not(.menu-item-mega-parent) { position: relative;}
	.main-nav  ul  li:first-child { margin-left: 0;}
	.main-nav  ul  li  a { position:relative; padding: 6px 12px; text-transform: uppercase; font-size: 12px; line-height: 14px; 
                           /*color: #fff;*/ 
                           z-index: 1; font-weight: 400; -webkit-transition:padding .2s ease-in-out, -webkit-transform .2s ease-in-out; transition:padding .2s ease-in-out, transform .2s ease-in-out; -webkit-backface-visibility:hidden; backface-visibility:hidden; font-family: "Montserrat" , "Helvetica Neue", Helvetica, Arial, sans-serif;}
	.main-nav  ul  li.menu-item-has-children  a:after { content:''; opacity:1; position:absolute; height:1px; width: 7px; bottom: 3px; left: 17px; background-color: rgba(255,255,255,.4); -webkit-transition:opacity .2s ease-in-out; transition:opacity .2s ease-in-out;}
	.main-nav  ul  li  a:before { content:''; opacity:0; position:absolute; border-radius:2px; height:50%; width: 100%; top:50%; left: 0; 
                                  /*background-color: #3565a2;*/ 
                                  -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:height .2s ease-in-out; transition:height .2s ease-in-out; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index: -1}
	.main-nav  ul  li.active  a,
	.main-nav  ul  li  a:hover,
	.main-nav  ul  li:hover  a { text-decoration:none; color: #fff; }
	.main-nav  ul  li.active  a:before,
	.main-nav  ul  li  a:hover:before,
	.main-nav  ul  li:hover  a:before { height:100%; opacity:1; }
	.main-nav  ul  li.active.menu-item-has-children  a:after,
	.main-nav  ul  li.menu-item-has-children  a:hover:after,
	.main-nav  ul  li.menu-item-has-children:hover  a:after { opacity:0; }

	/* FIRST SUB-LEVEL */
	.main-nav ul ul.sub-menu li {position: relative;}
	.main-nav ul ul.sub-menu ul { top: 100%; margin-top: 0; }
	.main-nav ul ul.sub-menu li a:not(:only-child):after { position: absolute; top: 50%; margin-top: -1px; right: 10px; content: ''; opacity: .6; background-color: rgba(0, 0, 0, 0.3); width: 10px; height: 2px;}
	.main-nav ul ul.sub-menu li a { min-width: 230px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0, 0, 0, 0.03); padding: 10px 20px; font-size: 12px; color: #757575; position: relative; text-transform: uppercase;}
	.main-nav ul ul.sub-menu li a[title="separator"] {text-indent: -2999px; padding: 0; background-color: rgba(0, 0, 0, 0.05) !important; background-clip: padding-box; height: 5px;}
	.main-nav ul ul.sub-menu li.active > a,
	.main-nav ul ul.sub-menu li a:hover { color: #323232; background: rgba(0,0,0,0.04);}

	/* REST OF SUB-LEVELS */
	.main-nav ul ul.sub-menu,
	.main-nav .hg_mega_container { position: absolute; border-radius: 2px; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 0 4px rgba(0,0,0,.4); background: #f5f5f5; padding: 6px 0; background: rgba(245, 245, 245, 1); }
	.main-nav > ul > li > ul.sub-menu:before { content:''; display: block; position:absolute; top: -10px; left:0; width:100%; height:10px; } /* fix for top hover */
	.main-nav > ul > li > ul.sub-menu:after {content:''; display: block; position:absolute; top: -11px; left:14px; border: 6px solid transparent; border-bottom-width: 5px; border-bottom-color:#f5f5f5; }
	.main-nav ul ul.sub-menu li:hover > ul  { left: 100%; top: -3px; opacity: 1; }

	/* MEGAMENU OVERRIDES */
  .main-nav .hg_mega_container a.zn_mega_title[href="#custom-invisible"], 
  .main-nav .hg_mega_container li:last-child a.zn_mega_title[href="#custom-invisible"] {color: transparent;}
	.main-nav .hg_mega_container { border: 1px solid rgba(255,255,255,.8); box-shadow: 0 0 4px rgba(0,0,0,.4); background: #f5f5f5; padding: 6px 0; background: rgba(245, 245, 245, 0.95); position: absolute; padding: 20px 0; margin-top: 10px;}
	.main-nav .hg_mega_container:before { content:''; display: block; position:absolute; top: -10px; left:0; width:100%; height:10px; } /* fix for top hover */
	.main-nav .hg_mega_container li a { padding: 10px 0; font-size: 12px; color: #757575; position: relative; text-transform: uppercase;}
	.main-nav .hg_mega_container li a:not(.zn_mega_title):hover,
	.main-nav .hg_mega_container li.active > a:not(.zn_mega_title) { color: #323232; }
	.main-nav .hg_mega_container li a:not(.zn_mega_title):before {content:''; display:block; position:absolute; width:0; height:2px; background-color:#3565a2; bottom:0; -webkit-transition: width .15s cubic-bezier(0.680, 0, 0.265, 1); transition: width .15s cubic-bezier(0.680, 0, 0.265, 1);}
	.main-nav .hg_mega_container li a:not(.zn_mega_title):hover:before,
	.main-nav .hg_mega_container li.active > a:not(.zn_mega_title):before {width:100%; }
	.main-nav .hg_mega_container .zn_mega_title_hide {display: none;}
	.main-nav .hg_mega_container li a.zn_mega_title,
	.main-nav div.hg_mega_container ul li:last-child > a.zn_mega_title { font-size: 14px; padding-left: 0; padding-right: 0; border-bottom-width:1px; border-bottom-style: solid;padding: 12px 0px; margin-bottom: 15px; font-weight: 600; text-transform: uppercase; border-bottom-color: rgba(0, 0, 0, 0.1); color: #333;}
	.main-nav .hg_mega_container .zn_mega_row_start { margin-top: 20px;}

	/* ANIMATIONS */
	.main-nav ul ul.sub-menu,
	.main-nav .hg_mega_container { left: -9999px; opacity: 0; visibility: hidden; -webkit-transition: opacity .4s ease, top .45s ease; transition: opacity .4s ease, top .45s ease; }
    .main-nav .hg_mega_container { margin-left: 15px; margin-right: 15px; width: calc(100% - 30px); }
	.main-nav ul ul.sub-menu { top: 120%; }
	.main-nav .hg_mega_container {margin-top:15px; -webkit-transition: opacity .4s ease, top .45s ease, margin-top .4s ease; transition: opacity .4s ease, top .45s ease, margin-top .4s ease; }
	.main-nav ul li:hover > ul,
	.main-nav ul li:hover > .hg_mega_container { left: 0; opacity: 1; visibility: visible; z-index: 100; }
	.main-nav ul li:hover > ul { top:100%; }
	.main-nav ul li:hover > .hg_mega_container { margin-top:-15px;}
	.main-nav ul ul li a { -webkit-transition: padding-left .35s ease, border-right .35s ease; transition: padding-left .35s ease, border-right .35s ease; }
	/*.site-header.style3 .main-nav ul li:hover > .hg_mega_container { margin-left: -15px;}*/

	/* MENU BADGES */
	.main-nav ul .hg-mega-new-item {position: absolute; line-height: 1; padding: 5px; text-transform: initial; font-size: 10px; top: 50%; right: 3px; background-color: #3565a2; color: #fff; border-radius: 2px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.main-nav ul ul .hg-mega-new-item { left: auto; right: 10px; }
	.main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item {right:23px;}
	.main-nav .hg_mega_container ul .hg-mega-new-item {right: 3px;}

  #menu-main-menu li>a[href="#"] { cursor: default;}
}

/* MENU CHASER STYLES */
.chaser {display: none}
@media screen and (min-width:992px){
	.chaser {display:block; /*background:rgba(0,0,0,0.85);*/ padding:0; position:fixed; left:-2999px; right:0; top:0; width:100%; z-index: 99999; opacity:0; -webkit-transform:translateY(-30px); -ms-transform:translateY(-30px); transform:translateY(-30px); -webkit-transition:opacity .15s ease-in-out, -webkit-transform .15s ease-in-out; transition:opacity .15s ease-in-out, transform .15s ease-in-out;}
	.chaser.visible {left:0; opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
	body.admin-bar > .chaser {margin-top:32px;}
  #wpk-main-menu { position: initial;}
	.chaser .main-menu,
	.chaser .main-menu ul {float:none; display:block; list-style:none; margin:0; padding:0; position: relative;}
	.chaser .main-menu li:not(.menu-item-mega-parent) {position:relative;}
	.chaser .main-menu > li {float:left; border-left:1px solid rgba(255,255,255,.1); }
	.chaser .main-menu > li:last-child { border-right:1px solid rgba(255,255,255,.1); }
	.chaser .main-menu .sub-menu,
	.chaser .main-menu .hg_mega_container {left:-2999px; position:absolute; -webkit-transform:translateY(20px); -ms-transform:translateY(20px); transform:translateY(20px); opacity:0; -webkit-transition:opacity .15s ease-in-out, -webkit-transform .15s ease-in-out; transition:opacity .15s ease-in-out, transform .15s ease-in-out; border-radius: 0;}
	.chaser .main-menu .hg_mega_container {left:-2999px !important;}
	.chaser .main-menu .zn_mega_row_start:after,
	.chaser .main-menu .zn_mega_row_start:before {display: table; content: " ";}
	.chaser .main-menu .zn_mega_row_start:after {clear: both }
	.chaser .main-menu li ul { background:rgba(0,0,0,0.9); min-width:200px; padding:5px; }
  .chaser .main-menu li ul li ul { background: none;}
	.chaser .main-menu .hg_mega_container > ul { padding-top: 0; padding-bottom:20px}
	.chaser .main-menu .hg_mega_container > ul:first-child { padding-top: 20px; }
	.chaser .main-menu .hg_mega_container > ul:last-child { padding-bottom: 30px; }
	.chaser .main-menu .hg_mega_container  ul ul {background: none; padding: 10px 0 0;}
	.chaser .main-menu .hg_mega_container .zn_mega_title {border-bottom:1px solid #454545; background:none;}
	.chaser .main-menu .hg_mega_container .zn_mega_title_hide { display: none;}
	.chaser .main-menu li a {display:block; color:#ddd; font-size:12px; line-height:1.4; padding:7px 15px; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;position: relative;}
	.chaser .main-menu li:hover > a:not(:only-child) + .sub-menu,
	.chaser .main-menu li:hover > a:not(:only-child) + .hg_mega_container  { left:0; opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
	.chaser .main-menu li:hover > a:not(:only-child) + .hg_mega_container  { left:-15px !important;}
	.chaser .main-menu li > a:not(:only-child) { padding-right:25px; }
	.chaser .main-menu li > a:not(:only-child):after {  content: ''; position: absolute; top: 50%; right: 9px; margin-top: -1px; height: 2px; width: 6px; background: #ccc; opacity: .5;}
	.chaser .main-menu li li:hover > a:not(:only-child) + .sub-menu { left:100%; top:-4px; }
	.chaser .main-menu li:hover > a,
	.chaser .main-menu li a:hover {color:#fff; background:#000;}
	.chaser .main-menu li.active > a {background:#3565a2;}
	.chaser .zn-mega-new-item {display: none;}
  .chaser .navRight,
  .chaser .spanel-label,
  .chaser .topnav--lang { display: none;}
  .chaser .kl-header-toptext,
  .chaser .kl-header-toptext a { color: #fff; }
  .chaser .header-leftside-container {padding-top: 10px; text-align: right; }
  .chaser .header-search { display: none;}
  .chaser .main-menu > li,
  .chaser .main-menu > li:last-child { border: none;}
  .chaser .main-menu { /*margin-top: 30px;*/}
  .chaser .logo-container.hasInfoCard:before { top: 30px;}
  .chaser .logosize--yes .site-logo { min-height: 92px; width: 100%; text-align: center;}
  .chaser .site-logo .logo-img { max-height: 45px;}
  .chaser .main-menu li a[title="separator"] { text-indent: -2999px; display: none;}
  .chaser .main-menu,
  .chaser .col-sm-10,
  .chaser .col-md-12 { position: initial;}
  .chaser .row { position: relative;}
  .chaser .main-menu li li:hover > a:not(:only-child) + .sub-menu { background: rgba(0,0,0,0.9);}
  .chaser .logo-container { float: none;}
  .chaser #logo-container { padding-right: 0;}
    .site-logo img {
        width: 99%;
    }
}

/* Responsive Menu */
#zn-res-menuwrapper {display: none}
#zn-res-menu ul {position: fixed !important;}
#zn-res-menu,#zn-res-menu li,#zn-res-menu ul {padding: 0; margin: 0; list-style: none}
#zn-res-menu * { -webkit-backface-visibility: hidden}
.zn_res_menu_visible #zn-res-menu,
.zn_res_menu_visible #zn-res-menu li ul {display: block}
#zn-res-menu,#zn-res-menu li ul { right: 0; top: 0; position: absolute; width: 100%; height: 100%; background: #fff;
overflow: hidden; z-index: 11112; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch;
-ms-transform: translate(100%,0); -webkit-transform: translate3d(100%,0,0); -moz-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0); -o-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);
-webkit-transition: -webkit-transform .5s ease; -moz-transition: -moz-transform .5s ease; 
-ms-transition: -ms-transform .5s ease; -o-transition: -o-transform .5s ease; transition: transform .5s ease;
-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d; transform-style: preserve-3d; padding: 0; display: none}

#zn-res-menu ul.zn-menu-visible,#zn-res-menu.zn-menu-visible { -ms-transform: translate(0,0); 
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0); transform: translate3d(0,0,0)}
#zn-res-menu li { position: relative; width: 100%; border-color: #D9D9D9}
#zn-res-menu .zn_mega_container { width: 100%}
#zn-res-menu .zn_mega_container li { width: 100%; float: none}
#zn-res-menu li a { padding: 13px 28px; border-bottom: 1px solid; border-bottom-color: inherit; display: block; z-index: 1;
color: #8C8C8C; font-size: 12px}
#zn-res-menu li.active>a { color: #333}
#zn-res-menu a { cursor: pointer}
#zn-res-menu .zn_res_has_submenu>span,#zn-res-menu .zn_res_menu_go_back>span { position: absolute; right: 0; top: 0;
width: 49px; height: 44px; border-left: 1px solid; border-left-color: inherit; line-height: 49px; vertical-align: middle;
text-align: center; cursor: pointer; z-index: 2;}
#zn-res-menu .zn_res_menu_go_back>a { text-align: center; padding-right: 0; padding-left: 49px;}
#zn-res-menu .zn_res_menu_go_back>span { left: 0; right: auto; border-left: none; border-right: 1px solid;
border-right-color: inherit;}
.zn-res-menuwrapper { float: right; display: block; margin-top: 42px}
/* BY SARA AGGIUNTO IL MARGIN BOTTOM PER TEMPLATE PICCOLI e float right perchè su dispositivi a metà con logo era allineato male*/
.zn-res-trigger { vertical-align: middle; position: relative; display: inline-block; width: 25px; height: 28px; 
margin-right: 25px; float: left; margin-left: 30px; margin-top: 20px; margin-bottom: 15px;}
.zn-res-trigger::after { content: ''; position: absolute; width: 25px; height: 4px; top: 50%; margin-top: -10px;
background: #fff; border-radius: 4px;left: 0; box-shadow: 0 8px 0 #fff,0 16px 0 #fff}
#zn-res-menu li a[title=separator],.zn_res_has_submenu .new-item { display: none;}



@media (max-width: 992px) {
  #zn-res-menuwrapper {display: block;}
  #main-menu { display: none;}
  #zn-res-menu li.active { background-color: #F3F3F3;}
  #zn-res-menu li.active > li { background-color: #F3F3F3;}
}

@media (max-width: 992px) {
  #main-menu .dropdown-menu { margin-left: -20px; padding-left: 10px;}
  #main-menu .dropdown-menu { border: none; box-shadow: none;}
  #main-menu .dropdown-menu li > a { padding: 3px 8px; font-size: 12px;}
  #main-menu .dropdown-menu li > a:hover { background-color: transparent;}
  #main-menu .dropdown-menu > .active > a, 
  #main-menu .dropdown-menu > .active > a:hover, 
  #main-menu .dropdown-menu > .active > a:focus {background-color: transparent;}
  #main-menu .dropdown-menu li.active > .inner-elem { background-color: #3565a2;}

  #page_wrapper { -webkit-transition: margin-left 0.2s ease-out; -moz-transition: margin-left 0.2s ease-out; -o-transition: margin-left 0.2s ease-out; 
  -ms-transition: margin-left 0.2s ease-out; transition: margin-left 0.2s ease-out; -webkit-backface-visibility: hidden;}
  #main-menu > ul { -webkit-transition: left 0.2s ease-out; -moz-transition: left 0.2s ease-out; -o-transition: left 0.2s ease-out; -ms-transition: left 0.2s ease-out; transition: left 0.2s ease-out; -webkit-backface-visibility: hidden;}
  #main-menu > ul ul { position: static; opacity: 1 !important; visibility: visible !important; background: transparent;}
  #main-menu > ul li { float:none; width: 100%; margin-left: 0;  padding-left: 0; padding: 5px 0;}

}


/* Call to action Button in Header */
.site-header.cta_button .header-search {position:absolute; clear:none; float:none;}
.site-header.cta_button .header-search .searchBtn {margin:0;}
.ctabutton {clear:right; float: left; position: relative; font-size: 11px; font-weight: 700; color:#fff; text-align: center ; padding: 10px 10px 7px; 
border-radius: 2px; margin-top: 8px; margin-left: 20px; }
.kl-cta-ribbon .trisvg {position:absolute; top: 100%; left:0; width: 100%; height: 5px;}
.kl-cta-ribbon .trisvg path {fill:#3565a2;}
.kl-cta-ribbon:hover .trisvg path {fill:#fff;}
.kl-cta-ribbon { margin-bottom: -7px; background: #3565a2;}
.kl-cta-ribbon:hover {background: #fff; color:#000; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}
.kl-cta-ribbon strong {font-size: 17px; font-weight: 900; display:block; line-height: 24px;}
.kl-cta-lined {margin-top:5px; background-color: transparent ; box-shadow: none; padding: 8px 20px 9px;}

/* SEARCH PANEL */
.icon-white {color: #fff;}
.header-search {float:right; clear: right; position:relative;z-index:100;}
.header-search .search-container {display:none; position: absolute; right: -10px; padding:30px; background:#f4f4f4; width: 240px; border-bottom:1px solid #fff; z-index: 1; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); }
.header-search .search-container.panel-opened {display: block;}
.header-search .searchBtn {line-height: 1; display: inline-block; background: rgba(0, 0, 0, 0.5); position: relative; z-index: 1; height: 30px; width: 30px; text-align: center; line-height: 30px; font-size: 12px; margin: 10px 0 0 10px;   border-radius: 2px; }
.header-search .searchBtn:hover {background: rgba(0, 0, 0, 0.7);}
.header-search .searchBtn.active {background:#f4f4f4; border-radius: 2px 2px 0 0;}
.header-search .searchBtn.active .glyphicon {color: #000;}
.header-searchform {border-bottom: 1px solid #CCCCCC; margin: 0; position: relative;}
.header-searchform:hover {border-bottom:1px solid #b5b5b5;}
.header-searchform input[type=text] {background: none; border: none; font-size: 12px; font-style: italic; color: #999; padding:5px 0; margin:0; display: inline-block; box-shadow: none; outline: none; font-style: italic; width: -webkit-calc( 100% - 30px ); width: calc( 100% - 30px ); text-transform: uppercase; }
.header-searchform input[type=text]:focus {font-style: normal; color: #565656;}
.header-searchform .searchsubmit {width:20px; background-color: transparent; border: none; padding:0; display: inline-block; height: 14px; line-height: 14px; vertical-align: text-top; position: absolute; right: 5px; top: 50%; margin-top: -8px; outline: none; color: rgba(108, 108, 108, 0.4);}
.screen-reader-text {display:none; }

/* TOP NAVIGATION */
.topnav {float:right; margin:10px 0; padding:0; list-style:none; position: relative; z-index: 101; font-size: 11px;}
.topnav > li {float:left; margin-left:25px; position:relative;}
.topnav > li > a {font-size:11px; font-weight:700; color:#fff; line-height: 24px; display: block; padding: 0; border-radius:2px; opacity:.8; 
font-family: "Montserrat" , "Helvetica Neue", Helvetica, Arial, sans-serif}
.topnav > li:hover > a,
.topnav > li > a:hover {opacity:1; }
.topnav > li > a > span {margin-right:3px; margin-top: 0;}
.topnav li.drop .pPanel  {position: absolute; left: auto; width:auto; min-width: 120px; height:0; opacity:0; visibility: hidden; margin-left: -11px;right: 0; }
.topnav li.drop .inner {margin:4px; list-style:none; background: #f5f5f5; padding: 10px 5px; margin-top:5px; position:relative; box-shadow: 0 0 5px rgba(0,0,0, 0.4); border-radius:2px;}
.topnav li.drop .inner:after {content:"";top:-8px; position:absolute; left:9px; border: 5px solid transparent; border-bottom-width: 4px; border-bottom-color:#f5f5f5; }
.topnav li.drop:hover .pPanel {opacity:1; height:auto; visibility: visible;}
.topnav li.drop li a {font-size:10px; color:#222; padding:0 5px 0 10px; display: block; text-transform:uppercase; margin-top:1px; }
.topnav li.drop li.active a,
.topnav li.drop li a:hover {background: rgba(0, 0, 0, 0.1); }
.topnav li.drop li a span {float: right; opacity: .3; margin-top: 2px;}
/* Cart details panel */
.site-header .kl-cart-button + .pPanel {left:auto; right:0; margin-left: 0; margin-right: -10px; padding-top: 10px;}
body .site-header .kl-cart-button + .pPanel {min-width: 320px}
.site-header .kl-cart-button + .pPanel .inner:after {left:auto; right:9px;}
.site-header .kl-cart-button .glyphicon { font-size: 13px; top: 2px; margin-right: 7px; }
.site-header .kl-cart-button .glyphicon:after {   content: attr(data-count); font-size: 9px; background-color: #3565a2; color: #fff; width: 15px; height: 15px; display: block; text-align: center; line-height: 13px; border-radius: 50%; position: absolute; top: -8px; left: -12px; font-weight: 600; padding-right: 1px; }
.cart-container > .widget_shopping_cart_content {display:block;font-size:11px;}
.cart-container > .widget_shopping_cart_content .checkout {border-left: 1px solid #CCC; margin-left: 15px; padding-left: 15px; display: inline-block; color:#3565a2; font-size:12px; text-transform:uppercase; }
.cart-container > .widget_shopping_cart_content .checkout:hover {color:#333;}
.cart-container > .widget_shopping_cart_content .checkout span {margin-top: 1px; opacity: 0.2; }

/*.topnav li.drop .pPanel { min-width: 320px; }*/
.cart-container { margin: 0 !important; background: #f5f5f5 !important; padding: 25px !important; }
.cart-container .cart_list { margin: 0 0 15px !important; list-style: none; border-bottom: 1px solid #ddd; padding: 0; }
.cart-container .cart_list a:hover { background-color: transparent !important; }
.cart-container .cart_list li { overflow: hidden; margin: 0 0 15px !important; text-align: center;}
.cart-container .cart_list li a:not(.remove) { font-size: 11px; font-weight: normal; padding: 0 30px 0 0 !important; }
.cart-container .cart_list .remove { float: right; font-size: 16px; color: #C3C3C3 !important; padding: 0 !important; }
.cart-container .cart_list .remove:hover { color: #7F7F7F; }
.cart-container .cart_list li img { float: left !important; margin-right: 15px; margin-left: 0 !important; width: 60px !important }
.cart-container .cart_list li .variation, .cart-container .cart_list li .variation p { margin: 0;}
.cart-container .cart_list li .variation { overflow: hidden !important; border: 0!important; padding: 0!important;}
.cart-container .cart_list li .variation-Color { display: inline-block; padding: 0 !important; margin: 0 !important; clear: none !important; }
.cart-container .cart_list li .variationr:before, .cart-container .cart_list li .variation:after {content: none}
.cart-container .total .amount { float: right; font-weight: 600; font-size: 15px; line-height: 18px; }
.cart-container .total { border-bottom: 1px solid #ddd; padding: 0 0 15px; margin: 0 0 15px; }
.cart-container .buttons { overflow: hidden; margin: 0; }
.cart-container .buttons .button { width: 49%; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; }
.cart-container .buttons .button.wc-forward { background-color: #3565a2; color: #fff; text-shadow: none; font-weight: normal; padding: 10px 20px; line-height: 1.6; box-shadow: none; font-size: 13px; border-radius: 3px; -webkit-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out; }
.cart-container .buttons .button.checkout { color: #242424; border-color: #242424; font-weight: normal; border-width: 2px; background: none; text-shadow: none; padding: 8px 20px; line-height: 1.6; box-shadow: none; font-size: 14px; border-style: solid; border-radius: 3px; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; margin-left: 0; text-transform: none; background-color: transparent !important;}

/* Languages */
.topnav.topnav--lang ul.inner {padding-left: 0; padding-right: 0; }
.topnav li.languages .pPanel { left: 0;}
.topnav--lang ul.inner:after {display: none;}
.toplang-item {}
.toplang-item a {padding-right: 10px !important; padding: 3px 10px !important;}
.toplang-item .glyphicon-ok { padding-top: 3px;}
.toplang-item .toplang-flag { margin-right:5px;}


/* Site Header & logo */
.site-logo { float: left; margin:0; display: table;}
.site-logo a { padding: 0; display: table-cell; position:relative; vertical-align: middle; }
.site-logo .logo-img {max-width: 100% !important;}
/* Logo with InfoCard on Hover */
.logo-container {float:left;}
.logo-container.hasInfoCard {position:initial;}
.logo-container.hasInfoCard:before {content:url(../images/hoverme.png); width: 98px; height:35px; right:100%; margin-right: 20px; top:40px; position:absolute;}
.boxed .logo-container.hasInfoCard:before { display: none;}
.logo-container .logo-infocard {position:absolute; top:100%; margin-top:20px; width:440px; padding:30px 20px 25px; background:#3565a2; border-radius: 2px; font-size: 12px; display:block; visibility:hidden; opacity:0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); z-index:1; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; -webkit-transition-delay: .3s; transition-delay: .3s; -webkit-backface-visibility: hidden;}
.logo-container:hover .site-logo + .logo-infocard { visibility:visible; opacity:1; margin-top:10px; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 2;}
.logo-infocard,
.logo-infocard a {color: #FFF; font-weight: normal; line-height: 1.6;}
.logo-infocard a:hover {color: rgba(255,255,255,.7);}
.logo-infocard p:last-child {margin-bottom: 0;}
.logo-infocard .social-icons {margin-left: 0; padding-left: 0;}
.logo-infocard .social-icons li {margin:0;}
.logo-infocard .social-icons li.title {margin-right: 10px;font-size: 15px;}
.logo-infocard .social-icons li a {background-color:transparent; box-shadow: none;}
.logo-infocard .social-icons li a:hover {opacity:.7;}
.logo-infocard .contact-details { }

/* Logo size preset */
.logosize--contain .site-logo .logo-img {width: auto; height:100%;}


/*** Header Height */
.site-header,
.logosize--contain .site-logo a { height:100px; }
.logosize--contain .site-logo .logo-img,
.logosize--contain .site-logo .logo-img-sticky { max-height:100px; vertical-align: middle;}
/* Autosized logo, add a minheight for proper display */
.logosize--yes .site-logo {min-height: 100px;}

/* Site Content */
#page_wrapper {position: relative; overflow: hidden;}
.site-content {position:relative; }
.site-content {margin-top: 60px; }
.site-header + .site-content {padding-top: 200px; margin-top:0; }
.site-content .kl-slideshow {background: none transparent; clear: both; display: block; }
body.one-page #page_wrapper { overflow: auto;}

/* Site Header */
.site-header {position:absolute; width:100%; background:rgba(0,0,0,0.5); z-index:2; }
.siteheader-container {position:relative;}


.site-header {background:none; border:0; box-shadow: none; height: auto;}
.site-header .logosize--contain .site-logo a {height: 70px; }
.site-header .logosize--yes .site-logo {min-height: 70px; }
.site-header .separator {background:#fff; height:1px; opacity:.2; margin-bottom: 5px;}

.site-header .kl-top-header {/*color:rgba(255, 255, 255, 0.8);*/ position: relative;}
.site-header .header-links-container {float: right; height:auto; margin-right: 20px;}
.site-header .header-search {z-index: 102; position: absolute; top: -3px; right: 0; clear: none; float: none;}
.site-header .header-search .searchBtn,
.site-header.cta_button .header-search .searchBtn {margin:10px 0 0 10px;}
.site-header .searchBtn.active {border-radius: 2px 2px 0 0;}
.site-header .header-leftside-container {line-height: 24px; margin:10px 0; position: relative; text-align: right;}
.site-header .kl-header-toptext {font-size: 13px; color: #fff; font-weight: 700;}
.site-header .kl-header-toptext a {font-size: 13px; /*color: #fff;*/}
.site-header .main-nav {float:left; margin-left: 30px; margin-top: 5px;}
.site-header .topnav {margin-bottom: 0; margin-top: 20px;}
.site-header .kl-top-header .topnav {margin-bottom: 8px; margin-top: 10px; z-index: 111;}
.site-header .social-icons.topnav {margin: 0; padding: 0; position: relative; top: -3px; float: left;}
.site-header .social-icons.topnav li { margin:0; margin-left: 10px;}
.site-header .social-icons.topnav.sc--clean li { margin-left:0;}
.site-header .social-icons.topnav li:first-child { margin-left:0;}
.site-header .social-icons.topnav ~ .kl-header-toptext {margin-left:10px; margin-top: 5px;}
.site-header .social-icons.topnav.sc--clean > li > a {color:rgba(255,255,255,.7);}
.site-header .social-icons.topnav.sc--clean > li > a:hover {color:rgba(255,255,255,.9);}
.site-header .kl-cta-lined { margin-top: 13px; }
/*body .site-header .zn-res-menuwrapper .zn-res-trigger:after{background: #FFFFFF; box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;}*/
/*body .site-header .zn-res-menuwrapper {float: left; margin-top: 10px; margin-left: 30px; }*/
/*.site-header .zn-res-menuwrapper .zn-res-trigger { margin-top: 15px;}*/


/* Style2 */
/**** HEADER 2 */
.site-header.style2 {background:none; border:0; box-shadow: none; height: auto;}
.site-header.style2 .logosize--contain .site-logo a,
.site-header.style2 .header-search,
.site-header.style2.cta_button .header-search {height: 80px; }
.site-header.style2 .logosize--yes .site-logo {min-height: 80px; }
.site-header.style2 .kl-top-header2 {background:rgba(0,0,0,.7); color:rgba(255, 255, 255, 0.8);}
.site-header.style2 .kl-main-header {background:rgba(0,0,0,.6); border-bottom:3px solid #3565a2;}
.site-header.style2 .main-nav {float:left; margin-top: 0px; clear: none;}
.site-header.style2 .main-nav > ul {margin: 5px 0;}
.site-header.style2 .kl-main-header .topnav {margin: 6px 0;}
.site-header.style2 .h-right-inner .topnav {z-index: 102;}
.site-header.style2 .header-rightside-container {float: right; padding-top: 5px;}
.site-header.style2 .header-rightside-container .topnav {margin-bottom: 0; margin-top:5px;}
.site-header.style2.ht--dark .social-icons.sc--clean > li > a {color:rgba(255,255,255,.7);}
.site-header.style2.ht--dark .social-icons.sc--clean > li > a:hover {color:rgba(255,255,255,.9);}
.site-header.style2 .header-search,
.site-header.style2.cta_button .header-search {position: static; top:auto; left:auto; right:auto; width:240px; margin:0 auto; clear:none; display: table; float: none;}
.site-header.style2 .header-search .search-container {padding:0; position: static; display: block; box-shadow: none; border:0; background:none; display: table-cell; vertical-align: middle; }
.site-header.style2 .header-searchform {border:0; padding: 5px 10px; background-color: transparent; border-radius: 3px; }
.site-header.style2 .header-search .searchBtn {display: none}
.site-header.style2 .header-search .inputbox {position: relative; z-index: 1;}
.site-header.style2 .header-search .searchsubmit {z-index: 1; color: rgba(255, 255, 255, 0.4);}
.site-header.style2 .header-search .kl-field-bg {position:absolute; width:100%; height:100%; top:0; left:0; background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; -webkit-transition: all .15s cubic-bezier(0.680, 0, 0.265, 1); transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);}
.site-header.style2 .header-search .inputbox:focus {color: #E3E3E3; }
.site-header.style2 .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.15);}
.site-header.style2 .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.2); width: 120%; left: -10%; height: 120%; top: -10%;}
.site-header.style2 .kl-cart-button + .pPanel {left:auto; right:0; margin-left: 0; margin-right: -10px; margin-top: 5px; }
.site-header.style2 .kl-main-header .kl-cta-ribbon {  margin-top: -7px; margin-bottom: -10px; }
.site-header.style2 .kl-main-header .kl-cta-lined {margin-top: -3px; margin-bottom: -8px; font-size: 90%; padding: 14px 10px; color: #fff; border:0; background: #000; }
.site-header.style2 .kl-main-header .kl-cta-lined:hover { color: #343434; background-color: #fff;}
.site-header.style2 .main-nav > ul > li.active > a:before,
.site-header.style2 .main-nav > ul > li > a:hover:before,
.site-header.style2 .main-nav > ul > li:hover > a:before { height: -webkit-calc(100% + 23px); height: calc(100% + 23px); margin-bottom: -23px; margin-top: 3px; }
body .site-header.style2 .zn-res-menuwrapper {float: left; margin-top: 0; margin-left: 0; }
body .site-header.style2 .zn-res-menuwrapper .zn-res-trigger {margin-top: 8px; margin-bottom: 6px;}
body .site-header.style2 .zn-res-menuwrapper .zn-res-trigger:after{background: #FFFFFF; box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF; height: 2px;}
.site-header.style2 .topnav.social-icons {margin: 0; padding: 0; position: relative; top: -3px;}
.site-header.style2 .topnav.social-icons li { margin:0; margin-left: 10px;}
.site-header.style2 .topnav.social-icons.sc--clean li { margin-left:0;}
.site-header.style2 .topnav.social-icons li:first-child { margin-left:0;}
/* Style 2- light theme */
.site-header.style2.ht--light .kl-top-header {background: rgba(255,255,255,.6); color: rgba(0, 0, 0, 0.8); }
.site-header.style2.ht--light .kl-main-header {background: rgba(255,255,255,.5); }
.site-header.style2.ht--light .topnav:not(.social-icons) > li > a,
.site-header.style2.ht--light .topnav.sc--clean > li > a,
.site-header.style2.ht--light .topnav > li .icon-white {color:#333;}
.site-header.style2.ht--light .topnav:not(.social-icons) > li > a:hover,
.site-header.style2.ht--light .topnav.sc--clean > li > a:hover,
.site-header.style2.ht--light .topnav > li a:hover .icon-white {color:#111;}
.site-header.style2.ht--light .main-nav > ul > li > a {color: #252525;}
.site-header.style2.ht--light .main-nav > ul > li.active > a,
.site-header.style2.ht--light .main-nav > ul > li > a:hover,
.site-header.style2.ht--light .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style2.ht--light .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(0, 0, 0, 0.5);}
.site-header.style2.ht--light .header-search .searchsubmit {color: rgba(0, 0, 0, 0.4);}
.site-header.style2.ht--light .header-search .kl-field-bg {background-color: rgba(0, 0, 0, 0.1); }
.site-header.style2.ht--light .header-search .inputbox:focus {color: #454545; }
.site-header.style2.ht--light .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.15);}
.site-header.style2.ht--light .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.2);}
.site-header.style2.ht--light .kl-main-header .kl-cta-lined:hover { color: #f9f9f9; background-color: #000;}
body .site-header.style2.ht--light .zn-res-menuwrapper .zn-res-trigger:after {background: #353535; box-shadow: 0 8px 0 #353535, 0 16px 0 #353535;}
/* Page subheader top padding after style2 header */
.site-header.style2 + .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top: 190px; }

.site-header.style2 .zn-res-trigger { margin-top: 7px; margin-left: 0;}
.site-header.style2 .main-nav { margin-left: 0;}

/**** HEADER 3 */
.site-header.style3 {background:rgba(255,255,255,0.9); border-bottom:3px solid #3565a2; box-shadow: none; height: auto;}
.site-header.style3 {height: auto; min-height: 160px; }
.site-header.style3 .logosize--contain .site-logo a {height: 60px;}
.site-header.style3 .logosize--yes .site-logo {min-height: 60px; }
.site-header.style3 .kl-default-logo {-webkit-filter: none; filter: none;}
.site-header.style3 .kl-default-logo path {fill:#757575;}
.site-header.style3 .separator {background:#000; height:1px; opacity:.1;}
.site-header.style3 .kl-top-header {color:rgba(0, 0, 0, 0.7);}
.site-header.style3 .header-links-container {float: right; height:auto; margin-right: 0}
.site-header.style3 .header-leftside-container {float:left; line-height: 24px; margin: 5px 0; position: relative;}
.site-header.style3 .kl-header-toptext {margin-left:30px; font-size: 11px; line-height: 24px;display: block;float: left; margin-top: 3px;}
.site-header.style3 .kl-header-toptext a {color:rgba(0, 0, 0, 0.7);}
.site-header.style3 .topnav {margin-bottom: 0; margin-top: 0; margin-top: 9px;}
.site-header.style3 .topnav:not(.social-icons) > li > a,
.site-header.style3 .topnav.sc--clean > li > a,
.site-header.style3 .topnav > li .icon-white {color:#878787;}
.site-header.style3 .topnav:not(.social-icons) > li > a:hover,
.site-header.style3 .topnav.sc--clean > li > a:hover,
.site-header.style3 .topnav > li a:hover .icon-white {color:#676767;}
.site-header.style3 .topnav.social-icons {margin: 0; padding: 0; position: relative; top: 4px; margin-left: 10px}
.site-header.style3 .topnav.social-icons li { margin:0; margin-left: 10px; margin-top:2px;}
.site-header.style3 .topnav.social-icons.sc--clean li,
.site-header.style3 .topnav.social-icons li:first-child { margin-left:0;}
.site-header.style3 .header-leftside-container .topnav {margin-bottom: 0; margin-top: 0;float: left;margin-left: 0;margin-right: 10px;}
.site-header.style3 .header-leftside-container .topnav > li{margin-left:0}
.site-header.style3 .kl-main-header {position:relative}
.site-header.style3 .kl-main-header .topnav {float:right; clear:none;position: absolute;right: 0;margin-top: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.site-header.style3 .kl-cart-button + .pPanel {left:auto; right:0;   margin-left: 0; margin-right: -10px;}
.site-header.style3 .header-search { float: left; clear: none;}
.site-header.style3 .header-search,
.site-header.style3.cta_button .header-search {position: absolute; top: 50%; left: 0; right:auto; width:240px; margin:0 auto; clear:none; display: table;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.site-header.style3 .header-search .search-container {padding:0; position: static; display: block; box-shadow: none; border:0; background:none; display: table-cell; vertical-align: middle; }
.site-header.style3 .header-searchform {border:0; padding: 5px 10px; background-color: transparent; border-radius: 3px; }
.site-header.style3 .header-search .searchBtn {display: none}
.site-header.style3 .header-search .inputbox {position: relative; z-index: 1;}
.site-header.style3 .header-search .searchsubmit {z-index: 1;  color: rgba(0, 0, 0, 0.4);}
.site-header.style3 .header-search .kl-field-bg {position:absolute; width:100%; height:100%; top:0; left:0; background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; -webkit-transition: all .15s cubic-bezier(0.680, 0, 0.265, 1); transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);}
.site-header.style3 .header-search .inputbox:focus { color: #454545; }
.site-header.style3 .header-search .inputbox:hover ~ .kl-field-bg { background-color: rgba(0, 0, 0, 0.15);}
.site-header.style3 .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.2); width: 120%; left: -10%; height: 120%; top: -10%;}
.site-header.style3 .ctabutton {position: absolute; right:15px; z-index: 1; }
.site-header.style3 .kl-cta-ribbon {  margin-top: 0px; margin-bottom: -10px; }
.site-header.style3 .kl-cta-lined {margin-top: -6px; margin-bottom: -8px; font-size: 90%; padding: 17px; color: #fff; border:0; background: #000; }
.site-header.style3 .kl-cta-lined:hover { color: #f9f9f9; background-color: #000; }
.site-header.style3 .logo-container,
.site-header.style3 .site-logo {margin:10px auto; float:none; clear: none;}
.site-header.style3 .logo-container .logo-infocard {left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }
.site-header.style3 .main-nav {float:none; text-align: center; /*position: relative;*/ }
.site-header.style3 .main-nav > ul {display: inline-block; text-align: start; margin-top:8px; margin-bottom: 2px;}
.site-header.style3 .main-nav > ul > li > a {color: #656565;}
.site-header.style3 .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(39, 39, 39, 0.4);}
.site-header.style3 .main-nav > ul > li.active > a,
.site-header.style3 .main-nav > ul > li > a:hover,
.site-header.style3 .main-nav > ul > li:hover > a {color:#fff;}
body .site-header.style3 .zn-res-trigger:after{background: #575757; box-shadow: 0 8px 0 #575757, 0 16px 0 #575757;}
body .site-header.style3 .zn-res-trigger {margin-top: 9px; margin-bottom: 9px; margin-left: 0;}
/* Site header text colors (Light) */
.site-header.style3.sh--light .topnav:not(.social-icons) > li > a,
.site-header.style3.sh--light .topnav.sc--clean > li > a,
.site-header.style3.sh--light .topnav> li .icon-white {color:#fff; }
.site-header.style3.sh--light .topnav:not(.social-icons) > li > a:hover,
.site-header.style3.sh--light .topnav.sc--clean > li > a:hover,
.site-header.style3.sh--light .topnav > li a:hover .icon-white {color:#fff; opacity:.9;}
.site-header.style3.sh--light .main-nav > ul > li > a {color: #f5f5f5;}
.site-header.style3.sh--light .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(255, 255, 255, 0.5);}
.site-header.style3.sh--light .kl-top-header {color: rgba(255, 255, 255, 0.7); }
.site-header.style3.sh--light .separator {background: #FFF; opacity: 0.15; }
.site-header.style3.sh--light .kl-cta-lined:hover { color: #111; background-color: #fff; }
.site-header.style3.sh--light .header-search .searchsubmit {color: rgba(255, 255, 255, 0.4);}
.site-header.style3.sh--light .header-search .kl-field-bg {background-color: rgba(255, 255, 255, 0.1); }
.site-header.style3.sh--light .header-search .inputbox:focus {color: #E3E3E3;}
.site-header.style3.sh--light .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.15);}
.site-header.style3.sh--light .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.2);}
body .site-header.style3.sh--light .zn-res-menuwrapper .zn-res-trigger:after{background: #eee; box-shadow: 0 8px 0 #eee, 0 16px 0 #eee;}
/* Site header text colors (Dark) */
.site-header.style3.sh--dark .topnav:not(.social-icons) > li > a,
.site-header.style3.sh--dark .topnav.sc--clean > li > a,
.site-header.style3.sh--dark .topnav > li .icon-white {color:#222;}
.site-header.style3.sh--dark .kl-header-toptext a {color:rgba(0, 0, 0, 0.8);}
.site-header.style3.sh--dark .topnav:not(.social-icons) > li > a:hover,
.site-header.style3.sh--dark .topnav.sc--clean > li > a:hover,
.site-header.style3.sh--dark .topnav > li a:hover .icon-white {color:#111;}
.site-header.style3.sh--dark .main-nav > ul > li > a {color: #252525;}
.site-header.style3.sh--dark .main-nav > ul > li.active > a,
.site-header.style3.sh--dark .main-nav > ul > li > a:hover,
.site-header.style3.sh--dark .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style3.sh--dark .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(0, 0, 0, 0.7);}
.site-header.style3.sh--dark .kl-top-header {color: rgba(0, 0, 0, 0.7); }
.site-header.style3.sh--dark .separator {background: #000; opacity: 0.15; }
.site-header.style3.sh--dark .header-search .searchsubmit {color: rgba(0, 0, 0, 0.5);}
.site-header.style3.sh--dark .header-search .kl-field-bg {background-color: rgba(0, 0, 0, 0.2); }
.site-header.style3.sh--dark .header-search .inputbox:focus {color: #fff;}
.site-header.style3.sh--dark .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.25);}
.site-header.style3.sh--dark .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.3);}
body .site-header.style3.sh--dark .zn-res-menuwrapper .zn-res-trigger:after{background: #252525; box-shadow: 0 8px 0 #252525, 0 16px 0 #252525;}
/* Sticked state */
.header--is-sticked .site-header.style3 .logo-container,
.header--is-sticked .site-header.style3 .site-logo {margin-top:0; margin-bottom: 0;}
.header--is-sticked .site-header.style3,
.header--is-sticked .site-header.style3 .site-logo a {min-height: 120px;}
.header--is-sticked .site-header.style3.cta_button .ctabutton {margin-top: -6px; }
/* Page subheader top padding after style8 header */
.site-header.style3 + .page-subheader:not(.site-subheader-cst) {min-height: 350px; }
.site-header.style3 + .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top: 230px; }
/* Safe padding for first elements right after the header */
.site-header.style3 + .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
.site-header.style3 + .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {padding-top:160px;}

/* HEADER STYLES OLD */
/* HEADER 4 */
.site-header.style4,
.site-header.style5 { height: 100px; background: rgba(0,0,0,0.5);}
.site-header.style4 .site-logo,
.site-header.style5 .site-logo,
.site-header.style6 .site-logo { min-height: 100px;}
.site-header.style4 .site-logo a {background:rgba(0,0,0,0.3); padding-left:25px; padding-right:25px; border-bottom:2px solid #000; border-bottom:2px solid rgba(0,0,0,0.7); border-top-width: 3px; border-top-style: solid; border-top-color: #3565a2;}
.site-header.style4 .site-logo a:after,
.site-header.style6 .site-logo a:after {content:""; position:absolute; left:50%; bottom:-11px; margin-left: -3px; border: 5px solid transparent; border-top-width: 5px; border-top-color:#000; border-top-color:rgba(0,0,0,0.7); }
.site-header.style4 .topnav.navLeft,
.site-header.style6 .topnav.navLeft {float:left;}
.site-header.style4 .main-nav,
.site-header.style5 .main-nav,
.site-header.style6 .main-nav { float: right; margin-top: 0;}
.site-header.style4 .header-links-container,
.site-header.style5 .header-links-container,
.site-header.style6 .header-links-container { float: none; height: 42px;}
.site-header.style4 .topnav,
.site-header.style5 .topnav { margin-top: 10px; float: right;}
.site-header.style4 .spanel-label,
.site-header.style5 .spanel-label,
.site-header.style6 .spanel-label { color: #e6e6e6;}
.site-header.style4 .social-icons.topnav,
.site-header.style5 .social-icons.topnav { float: right;}
.site-header.style4 .header-search,
.site-header.style5 .header-search,
.site-header.style6 .header-search { right: 16px;}

/* HEADER 5 */
.site-header.style5 { border-top-color: #3565a2; border-bottom: 2px solid rgba(0,0,0,0.7); border-top: 3px solid #3565a2; }
.site-header.style5:after { content: ""; position: absolute; left: 50%; bottom: -10px; margin-left: -2px; border: 5px solid transparent; border-top-width: 5px; border-top-color: #000;
border-top-color: rgba(0,0,0,0.7);}

/* HEADER 6 */
.site-header.style6 .site-logo a { background: rgba(0,0,0,0.3); padding-left: 25px; padding-right: 25px; border-bottom: 2px solid rgba(0,0,0,0.7); border-top: 3px solid #3565a2;}
.site-header.style6 .social-icons.topnav { float: right; margin-top: 10px;}
.site-header.style6 .topnav.navLeft,
.site-header.style6 .topnav.navRight { margin-top: 10px;}
.site-header.style6 .spanel-label { margin-right: 15px;}

/* Sticky Header */
.site-header.header--sticky {position:fixed; width:100%; }



/* social icons */
.social-icons {margin-left:10px; margin-bottom:0; z-index: 1; }
.social-icons li {display:inline-block; margin:5px; margin-left:10px; margin-right:0; vertical-align: top;}
.social-icons li a {display:inline-block; color:#fff; width:30px; height:30px; position:relative; border-radius:3px; text-align: center;-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-size: 14px; font-weight: normal; opacity: 1;}
.social-icons li a:before {line-height:30px;}
.social-icons li a:hover {box-shadow:0 0 6px rgba(0,0,0,0.4)}
.social-icons.sc--normal li a { background-color: #111; }
.social-icons.sc--normal li a:hover {background-color:#3565a2;}
/* Colored social icons */
.social-icons.sc--colored li a:hover {background-color:#121212;}
/* Colored social icons */
.social-icons.sc--colored_hov li a:not(:hover) {background-color:#121212;}
/* Social icons - clean style */
.social-icons.sc--clean li {margin-left: 0; margin-right: 0;}
.social-icons.sc--clean li a {background:none;  box-shadow: none; font-size:14px;}
.social-icons.sc--clean li a:hover {background:none; box-shadow: none; }

/* Default social icons in header */
.site-header .social-icons.topnav {z-index: 1; }
.site-header .social-icons.topnav li { margin:0; margin-left: 10px;}
.site-header .social-icons.topnav.sc--clean li { margin-left:0;}
.site-header .social-icons.topnav li:first-child { margin-left:0;}
.scheader-icon-nocolor {background-color:#121212;}

/* Social color bg */
.social-icons.sc--colored .icon-facebook { background-color: #3b579d;}
.social-icons.sc--colored .icon-twitter { background-color: #5ea9dd;}
.social-icons.sc--colored .icon-google { background-color: #df4b38;}
.social-icons.sc--colored .icon-linkedin { background-color: #007ab5;}


/* kl-slideshow div styles */
.kl-slideshow-inner {position: relative; z-index: 1; /* z-index: 100; */ }
.kl-slideshow .bgback {background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; }
.kl-slideshow {margin-bottom: 0; }
.kl-ios-selectors-block.bullets2 .item.selected::before, 
.kl-ios-selectors-block.bullets2 .item:hover:before {background-color: #3565a2;}
/* used in several sliders */
.zn-shadow-lifted {box-shadow: 0 40px 20px -25px rgba(0, 0, 0, 0.25);}

/* For elements that are positioned right under the header, a safe padding is added */
.kl-slideshow .kl-slideshow-safepadding {padding-top:35px; padding-bottom: 35px;}
@media screen and (min-width:480px){
  .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
  .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {padding-top:150px; padding-bottom: 45px;}
}

/*#sparkles,
.th-sparkles {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; display:none;}*/
#sparkles,
.th-sparkles { display:none;}
.th-sparkles-visible .th-sparkles {display: block;}
.th-sparkles > span {display: block; width: 15px; height: 15px; position: absolute;
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );}
.th-sparkles .shiny-spark1 { width:20px; height:20px; opacity:.4; }
.th-sparkles .shiny-spark2 { width:10px; height:10px; opacity:.7; }
.th-sparkles .shiny-spark3 { width:30px; height:30px; opacity:.1; }
.th-sparkles .shiny-spark4 { width:3px; height:3px; opacity:.9; }
.th-sparkles .shiny-spark5 { width:15px; height:15px; opacity:.3; }
.th-sparkles .shiny-spark6 { width:25px; height:25px; opacity:.5; }


/*** Page Subheader's defaults  */
.page-subheader {min-height:300px; }
.page-subheader[class*="maskcontainer--"] { min-height: 300px; }
.page-subheader .container {padding: 0 15px; z-index: 1; position: relative; }
.page-subheader > .shadowUP:after {content:''; position:absolute; bottom:-18px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px; }
.page-subheader .bgback {position:absolute; left:0; top:0; right:0; bottom:0; z-index:0; background-size: cover; background-position: center;}

.ph-content-wrap {padding-bottom: 70px}
/* Page-subheader padding (default) */
.page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top:170px;}
/* Safe padding for Subheader */
.site-subheader-cst .ph-content-wrap {padding-top:170px;}

/* Page subheader styles */
.page-subheader.gradient,
.kl-slideshow.gradient { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))); background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 100%); background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); background-color: #345370;}
.page-subheader,
.kl-slideshow {position: relative; top: 0; z-index: 0;}
.page-subheader.nobg,
.kl-slideshow.nobg {background:none;}
.page-subheader.hasMargin,
.kl-slideshow.hasMargin {margin-bottom:40px;}

/* HG Section */
.hg_section {
	padding-top: 5px !important;
	padding-bottom: 5px !important;

}
.hg_section--relative {position: relative;}
.hg_section--masked { padding-bottom: 55px;}
.hg_section__source + .hg_section_size {position: relative;}
.kl-bg-source + .hg_section_size {position: relative;}

/* PORTFOLIO */
.hg_other_images  >div{margin-top:15px; margin-bottom:15px; }
.hg_other_images  {margin-top:20px; }


/* Background source for elements */
.kl-bg-source:not(:empty),
.kl-bg-source__overlay,
.kl-bg-source__bgimage { position: absolute; top:0; left:0; bottom: 0; right:0; }
.kl-bg-source__bgimage { background-position: center; background-repeat: no-repeat; background-size: cover;}
.kl-bg-source__overlay { pointer-events: none;}
.kl-bg-source__video {}
.kl-bg-source__iframe { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%;}
.kl-bg-source__iframe iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.kl-bg-source__overlay-gloss {pointer-events: none; position: absolute; top: 0; left: -43%; background-color: #FFF; width: 100%; -webkit-transform: skewX(-55deg); -ms-transform: skewX(-55deg); transform: skewX(-55deg); height: 100%; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; opacity: .08;}


/*** Special Bottom masks */
.kl-bottommask {z-index: 1;}
.fake-loading ~ .kl-bottommask {z-index: 2;}
/* Shadow up mask Simple */
.maskcontainer--shadow_simple {border-bottom: 0 !important;}
.kl-bottommask--shadow_simple {position:absolute; bottom:0; left:0; width:100%; height:6px; background:url(../images/shadow-up.png) no-repeat center bottom; z-index: 2; border-bottom:0; box-sizing: content-box;
background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }
/* Shadow Down mask Simple */
.maskcontainer--shadow_simple_down {border-bottom: 0 !important;}
.kl-bottommask--shadow_simple_down {position:absolute; bottom:-10px; left:0; width:100%; height:10px; background:url(../images/shadow-down.png) no-repeat center top; opacity:.6; background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);}
/* Shadow up mask - width border and arrow */
.maskcontainer--shadow {border-bottom: 0 !important;}
.kl-bottommask--shadow {position:absolute; bottom:0; left:0; width:100%; height:6px; background:url(../images/shadow-up.png) no-repeat center bottom; z-index: 2; border-bottom:6px solid #FFFFFF; box-sizing: content-box;
background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }
.kl-bottommask--shadow:after {content:''; position:absolute; bottom:-18px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px;}
/* Shadow up & down mask */
.maskcontainer--shadow_ud {border-bottom: 0 !important;}
.kl-bottommask--shadow_ud {position:absolute; bottom:0; left:0; width:100%; height:12px; background:url(../images/shadow-up.png) no-repeat center bottom; z-index: 2; border-bottom:6px solid #FFFFFF; background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%); }
.kl-bottommask--shadow_ud:after {content:''; position:absolute; bottom:-17px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px;}
.kl-bottommask--shadow_ud:before {content:''; position:absolute; bottom:-16px; left:0; width:100%; height:10px; background:url(../images/shadow-down.png) no-repeat center top; opacity:.6; background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%); background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%); background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);}
/* Mask 1 */
.maskcontainer--mask1 {border-bottom: 0 !important; padding-bottom: 30px;}
.kl-bottommask--mask1 {position:absolute; bottom:0; left:0; width:100%; height:27px; z-index:99; background:url(../images/bottom_mask.png) no-repeat center top;}
/* Mask 2 */
.maskcontainer--mask2 {border-bottom: 0 !important; padding-bottom: 40px;}
.kl-bottommask--mask2 {position:absolute; bottom:0; left:0; width:100%; z-index:99; height:33px; background:url(../images/bottom_mask2.png) no-repeat center top;}
/* Mask 3 */
.maskcontainer--mask3 {border-bottom: 0 !important;}
.kl-bottommask--mask3 { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px;}
.kl-bottommask--mask3 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); margin-bottom: -15px;}
.kl-bottommask--mask3 .glyphicon {position: absolute; bottom: 5px; left: 50%; display: block; width: 30px; text-align: center; font-size: 22px; opacity: 0.2; height: 15px; top: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 1px;}
/* Mask 4 */
.maskcontainer--mask4 {border-bottom: 0 !important; padding-bottom: 40px;}
.kl-bottommask--mask4 { position: absolute; bottom: 0; left: 0; width: 100%; height: 27px;}
.kl-bottommask--mask4 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}
/* Mask 3 and 4, left or right aligned */
@media  (min-width: 1200px) {
  .kl-bottommask--mask3 .svgmask-right,
  .kl-bottommask--mask3 .svgmask-right + .glyphicon,
  .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 510px) ); -ms-transform:translateX( calc(-50% + 510px) ); transform: translateX( calc(-50% + 510px) );}
  .kl-bottommask--mask3 .svgmask-left,
  .kl-bottommask--mask3 .svgmask-left + .glyphicon,
  .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 510px) ); -ms-transform:translateX( calc(-50% - 510px) ); transform: translateX( calc(-50% - 510px) );}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kl-bottommask--mask3 .svgmask-right,
  .kl-bottommask--mask3 .svgmask-right + .glyphicon,
  .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 410px) ); -ms-transform:translateX( calc(-50% + 410px) ); transform: translateX( calc(-50% + 410px) );}
  .kl-bottommask--mask3 .svgmask-left,
  .kl-bottommask--mask3 .svgmask-left + .glyphicon,
  .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 410px) ); -ms-transform:translateX( calc(-50% - 410px) ); transform: translateX( calc(-50% - 410px) );}
}
@media (min-width: 768px) and (max-width: 991px) {
  .kl-bottommask--mask3 .svgmask-right,
  .kl-bottommask--mask3 .svgmask-right + .glyphicon,
  .kl-bottommask--mask4 .svgmask-right {-webkit-transform:translateX( calc(-50% + 300px) ); -ms-transform:translateX( calc(-50% + 300px) ); transform: translateX( calc(-50% + 300px) );}
  .kl-bottommask--mask3 .svgmask-left,
  .kl-bottommask--mask3 .svgmask-left + .glyphicon,
  .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX( calc(-50% - 300px) ); -ms-transform:translateX( calc(-50% - 300px) ); transform: translateX( calc(-50% - 300px) );}
}
@media (max-width: 767px) {
  .kl-bottommask--mask3 .svgmask-right,
  .kl-bottommask--mask3 .svgmask-right + .glyphicon,
  .kl-bottommask--mask4 .svgmask-right,
  .kl-bottommask--mask3 .svgmask-left,
  .kl-bottommask--mask3 .svgmask-left + .glyphicon,
  .kl-bottommask--mask4 .svgmask-left {-webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform: translateX(-50%);}
}
/* Mask 5 */
.maskcontainer--mask5 {border-bottom: 0 !important; /*padding-bottom: 75px;*/}
.kl-bottommask--mask5 { position: absolute; bottom: 0; left: 0; width: 100%; height: 64px;}
.kl-bottommask--mask5 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}
.kl-bottommask--mask5 .bmask-customfill {-webkit-transform: translateY(-1px);-ms-transform: translateY(-1px);transform: translateY(-1px);}
/* Hack for safari only to hide shadow */
.is-safari .svgmask .bmask-bgfill,
.is-safari .kl-bottommask--mask3 .bmask-bgfill,
.is-safari .kl-bottommask--mask4 .bmask-bgfill { -webkit-filter:none; filter: none;}
/* Mask 6 */
.maskcontainer--mask6 {border-bottom: 0 !important; padding-bottom: 70px;}
.kl-bottommask--mask6 { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px;}
.kl-bottommask--mask6 .svgmask {position: absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}
/* Static content with mask, do things a bit differently */
.static-content__slideshow[class*="maskcontainer--"] {padding-bottom: 0;}
.static-content__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {padding-bottom: 60px}
/* Same goes for portfolio slider */
.portfolio-slider__sideshow[class*="maskcontainer--"] {padding-bottom: 0;}
/* Same goes for fancy slider */
/*.fancyslider__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {padding-bottom: 60px}*/
/* Same goes for revolution slider */
.kl-revolution-slider[class*="maskcontainer--"] {padding-bottom: 0;}

/* 3D Cute slider def. padding */
.cute3dslider .kl-slideshow-inner {padding-top:170px; padding-bottom: 50px;}
/*.br-circle-timer .br-timer-dot {-webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);}*/

/* Mod Title */
.m_title {margin-top:0; color:#3565a2; /*text-transform: uppercase;*/} /* uppercase disabled, manually uppercase text */
h3.m_title {font-size:18px; line-height: 1.4;}
.smallm_title {color:#3565a2; text-shadow:0 1px 0 #fff; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); font-size:14px; font-weight: 700;border-bottom: 1px solid #bcbcbc; margin:0 0 20px;}
.smallm_title span {padding-bottom: 9px; display:inline-block; border-bottom: 1px solid #bcbcbc; position:relative;}
.smallm_title span:before {content:''; position:absolute; left:50%; bottom:0; margin-left:-2px; border:3px solid transparent; border-bottom-color:#bcbcbc; }
.smallm_title.centered {text-align:center;}
.smallm_title.bigger {font-size:18px;}
.circle_title {color:#3565a2; text-shadow:0 1px 0 #fff; position:relative; margin-top:0;}
.circle_title:after {content:''; position:absolute; left:0; right:0; bottom:5px; border-bottom:1px dotted #bbb;}
.mb_title {font-size: 20px; background: white; display: inline-block; padding: 0 10px; color: #595959; line-height: 1.5;}
.mb_title img {margin-right: 5px; margin-top: -3px;}


/* Breadcrumbs */
.breadcrumbs {margin: 0 0 10px; padding:9px 10px 7px; list-style:none; background:rgba(0, 0, 0, 0.8); float: left; border-radius: 2px;}
.breadcrumbs li {float:left; color:#eee; line-height:1.5; font-size:13px; font-weight:600; position:relative; text-transform: uppercase;}
.breadcrumbs li:first-child { padding-left:0; background:none; margin-left:0;}
.breadcrumbs li a {color:#fff;}
.breadcrumbs li:after{ border: 4px solid transparent; content: ''; height: 0; width: 0; pointer-events: none; display: inline-block; border-left-color: #3565a2; 
margin: 0 5px 0 10px;}
.breadcrumbs li:last-child:after{display:none;}
/* Header titles */
.subheader-titles {text-align:right; margin-top: -7px;}
.subheader-maintitle {/*color:#3565a2;*/ line-height:1.3; margin:0 0 5px}
.subheader-subtitle { color: #fff; display: inline-block; margin: 0; font-weight: 400; font-size: 16px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}

.shadowUP {position:absolute; bottom:0; left:0; width:100%; height:20px; background:url(../images/shadow-up.png) no-repeat center bottom; z-index: 2;}
.shadowDown {position:absolute; bottom:0; left:0; width:100%; height:20px; background:url(../images/shadow-down.png) no-repeat center bottom; z-index: 2;}

.subheader-currentdate { color:#383838; font:10px Arial, Helvetica, sans-serif; float: left; padding: 3px 10px; line-height:1; background: rgba(255, 255, 255, 0.5); clear: left; border-radius: 2px;}


/* Title Block Element */
.kl-title-block {padding-top:15px; padding-bottom: 0px;}
.tbk__title {margin-top: 0; margin-bottom:10px; font-family: 'Open Sans'; font-size: 24px; line-height: 30px; font-weight: 400; font-style: normal;}
.tbk__subtitle {margin-top: 0; font-size: 20px; font-family: 'Open Sans'; font-size: 20px; line-height: 26px; font-weight: 400; font-style: normal;}
.tbk-thinsubtitle { font-size: 18px; line-height: 32px; font-weight: 100;}
.tbk__text {margin-top: 0; line-height: 1.6;}
/* Symbol */
.tbk__symbol {margin-top:0; margin-bottom:10px; display: block;}
/* Symbol - small line */
.tbk-symbol--line .tbk__symbol span {display: inline-block; width:50px; height: 3px; background-color: #ccc;}
.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {margin-bottom:20px; margin-top:-5px; display: inline-block;}
/* Symbol - border */
.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {margin-bottom: 20px;}
.tbk-symbol--border .tbk__symbol span,
.tbk-symbol--border2 .tbk__symbol span {display: block; width:100%; height: 1px; background-color: #ccc;}
.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {margin-top: 30px;}
.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper { border-bottom: 3px solid #D2D2D2; padding-bottom: 15px; margin-bottom: -12px; display: inline-block;}
/* Symbol - small line and border */
.tbk-symbol--line_border .tbk__symbol span {display: inline-block; width:50px; height: 3px; background-color: #3565a2; margin-right: 25px; margin-left: 25px; 
vertical-align: middle;}
.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {content:''; display: inline-block; width:calc(50% - 50px); height: 1px; background-color: #3565a2; vertical-align: middle; }
/* Line Border - aligned left */
.tbk--left.tbk-symbol--line_border .tbk__symbol span {margin-left: 0;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:before {display: none;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:after {content:''; display: inline-block; width:calc(100% - 80px); height: 1px; background-color: #ccc;}
/* Line Border - aligned right */
.tbk--right.tbk-symbol--line_border .tbk__symbol span {margin-right: 0;}
.tbk--right.tbk-symbol--line_border .tbk__symbol:before {content:''; display: inline-block; width:calc(100% - 75px); height: 1px; background-color: #ccc;}
.tbk--right.tbk-symbol--line_border .tbk__symbol:after {display: none;}
/*Line Border - Positions */
.tbk-symbol--line_border.tbk-icon-pos--after-title .tbk__title {margin-bottom: 10px;}
.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__title {margin-bottom: 10px;}
.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {margin-bottom: 20px;}
.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {margin-bottom: 25px;}
/* Symbol - icon */
.tbk__icon {}
.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {margin-bottom: 25px;}
/* Symbol inside title */
.tbk__title .tbk__symbol { display: inline-block; margin-right: 10px; vertical-align: middle; }
.tbk__title .tbk__icon {vertical-align: middle;}
/* Text colors */
.tbk--text-light {color:#f5f5f5;}
.tbk--text-dark {color:#232323;}
/* Theme Color */
.tbk--color-theme.tbk-symbol--line .tbk__symbol span,
.tbk--color-theme.tbk-symbol--line_border .tbk__symbol span {background-color:#3565a2;}
.tbk--color-theme.tbk-symbol--icon .tbk__icon {color:#3565a2;}

/* Textbox */
.text_box {padding-bottom: 20px;}
.text_box-title--style1 {font-size: 16px; color:#3565a2; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);}
.text_box-title--style2 {font-size: 22px; color:#535353; font-weight: normal; margin-top: 0;}

/* VideoBox Play button */
.playVideo {display:block; width:80px; height:80px; border:2px solid #fff; border-radius:50%; cursor: pointer; margin: 0 auto;  -webkit-transform: scale(.95) translate3d(0,0,0); -ms-transform: scale(.95) translate3d(0,0,0); transform: scale(.95) translate3d(0,0,0); -webkit-transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; -webkit-backface-visibility: hidden; vertical-align: middle;text-align: center; color: #fff; line-height: 76px; font-size: 18px;}
.playVideo:before { content: "\e072"; font-family: 'Glyphicons Halflings'; }
.playVideo:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); color:#fff;}
.playVideo ~ h5 {  margin:40px auto 0; }

/* BOXED VERSION */

body.boxed-layout #page_wrapper {width:1000px; border-left: 3px solid #fff; border-right: 3px solid #fff; margin:0 auto; background:#f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}

/* sidebars */
@media (min-width: 992px) {
  .left_sidebar {float:right;}
}
#sidebar,
[id*='sidebar-widget'],
.zn_sidebar {background: white; padding: 20px 15px; border-radius: 3px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);}
#sidebar .widget,
.zn_sidebar .widget,
[id*='sidebar-widget'] .widget {margin-bottom:35px;}
.sidebar .widget .widgettitle {color: #050505; line-height: 1.4; margin: 10px 0 10px 0px; padding-bottom: 8px; position: relative; font-size: 14px; text-transform: uppercase; font-weight:bold;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sidebar .widget .widgettitle:after {content: ''; position: absolute; left: 0; bottom: 2px; width: 50px; height: 0; border-bottom: 1px solid ;}
.sidebar .widget .widgettitle:before {content: ''; position: absolute; left: 0; bottom: 2px; width: 100%; height: 0; border-bottom: 1px solid #ececec;}
.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {margin:0; padding:0; list-style:none;}
.sidebar .widget ul.menu li,
.sidebar .widget ul.product-categories li,
.sidebar .widget ul.pagenav li,
.sidebar .widget_meta > ul li {margin-bottom:0;}
.sidebar .widget ul.menu li a,
.sidebar .widget ul.product-categories li a,
.sidebar .widget ul.pagenav li a,
.sidebar .widget_meta > ul a {color: #747474; display: inline-block; padding: 0; margin-right: 5px; position: relative; border-radius: 2px;}
.sidebar .widget ul.menu li a::before,
.sidebar .widget ul.product-categories li a::before,
.sidebar .widget ul.pagenav li a::before,
.sidebar .widget_meta > ul a::before {content: ''; display: inline-block; margin-right: 12px; width: 8px; height: 2px; background: #E1E1E1; vertical-align: middle; -webkit-transition: all .15s ease-out; transition: all .15s ease-out; }
.sidebar .widget ul.menu li.active > a,
.sidebar .widget ul.product-categories li.active > a,
.sidebar .widget ul.pagenav li.active a,
.sidebar .widget ul.menu li.current-cat > a,
.sidebar .widget ul.product-categories li.current-cat > a,
.sidebar .widget ul.pagenav li.current-cat > a,
.sidebar .widget ul.menu li > a:hover,
.sidebar .widget ul.product-categories li > a:hover,
.sidebar .widget ul.pagenav li a:hover,
.sidebar .widget_meta > ul a:hover {color: #000000;}
.sidebar .widget ul.menu li a:hover::before,
.sidebar .widget ul.product-categories li a:hover::before,
.sidebar .widget ul.pagenav li a:hover::before,
.sidebar .widget_meta > ul a:hover::before {width: 12px; margin-right: 8px;}
div.cloudBlock a { padding: 4px; float: left; display: block; }
/* Latest Post from sidebar */
.latest_posts.style2 {background-color: #fff; position:relative; padding: 30px 30px 10px 30px}
.latest_posts.style2 .m_title {margin-bottom: 20px;}
.latest_posts.style2 .viewall {position:absolute; top: 28px; right: 20px; font-size:10px; font-weight:bold; color:#757575;}
.latest_posts.style2 .viewall:hover {color:#111;}
.latest_posts.style2 ul.posts {margin:0; padding:0; list-style:none;}
.latest_posts.style2 ul.posts li {margin-top: 25px; border-bottom: 1px solid #ECECEC; padding-bottom: 25px;}
.latest_posts.style2 ul.posts li:last-child {margin-bottom:0; border-bottom: 0;}
.latest_posts.style2 ul.posts .title {font-size: 14px; font-weight: 700; color: #3565a2; line-height: 1.6; vertical-align: middle;}
.latest_posts.style2 ul.posts .details {float:left; width:110px;}
.latest_posts.style2 ul.posts .details > span {display:inline-block; margin-bottom:2px; font-size:10px}
.latest_posts.style2 ul.posts .details span.date {background:#3565a2; color:#fff; padding:3px 10px; margin: 0 0 5px; position:relative}
.latest_posts.style2 ul.posts .details span.date:after {content:''; position:absolute; bottom:-8px; left:10px; border:4px solid transparent; border-top-color:#3565a2;}
.latest_posts.style2 ul.posts .text {margin-left:110px;}
.latest_posts.style2 ul.posts .details > span.cat {display: block; }

.latest_posts.style3 {position:relative;}
.latest_posts.style3 .m_title {margin-bottom: 20px;}
.latest_posts.style3 .hoverBorder {margin-right:20px; margin-top: 5px;}
.latest_posts.style3 .viewall {position:absolute; top: 0; right:0; font-size:10px; font-weight:bold; color:#757575;}
.latest_posts.style3 .viewall:hover {color:#111;}
.latest_posts.style3 ul.posts {margin:0; padding:0; list-style:none;}
.latest_posts.style3 ul.posts li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #E3E3E3; overflow: hidden; }
.latest_posts.style3 ul.posts li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.latest_posts.style3 ul.posts .title {font-size: 13px; margin:0 0 5px; font-weight: 600; text-shadow: 1px 1px 0 white; vertical-align: middle; line-height: 20px; margin: 0 0 5px; padding: 0; text-shadow: 1px 1px 0 white; vertical-align: middle; }
/*.latest_posts.style3 ul.posts .title a{font-size: 13px; font-weight: normal; font-weight: 600; }*/
.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num { margin-left: 74px; }
.lp-post .lp-post-comments-num { color:#bababa }
.lp-post .hoverBorder + .title { overflow: hidden; }
.widget .latest_posts ul li.lp-post .hoverBorder { margin-bottom: 0; }

/* Site Content */

.hoverBorder {position:relative; display:inline-block; margin-bottom: 25px;}
.hoverBorder:hover img { border-radius:2px; opacity:0.8; }
.hoverBorderWrapper {position:relative; display:block;}
.hoverBorderWrapper img {max-width:100%; box-sizing: border-box; border-radius: 3px;}
.theHoverBorder {position:absolute; left:0; top:0; bottom:0; right:0; border-radius:3px; box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset; }
.theHoverBorder:hover { box-shadow:0 0 0 5px #ffffff  inset;}
.plus .theHoverBorder {background-position:center center;}
.plus .theHoverBorder:hover {background-image:url(../images/plus01.png); background-repeat: no-repeat; background-position: center center; background-color: rgba(35,35,35,0.5);}

/* Image Boxes */
.image-boxes {margin-bottom:30px; overflow: hidden; }
.image-boxes .hoverBorder {margin-bottom:20px;}
.image-boxes .box {margin-bottom:20px;}
.image-boxes img {width:100%; height:auto; }
/* Style 1 */
.imgboxes_style1 {overflow:visible;}
.imgboxes_style1 .hoverBorder h6 {position:absolute; left: -10px; bottom:20px; 
                                  /*color:#fff;*/ 
                                  padding:11px 15px; 
                                  /*background:#3565a2;*/ 
                                  font-size:12px; font-weight:500; line-height:1; margin: 0; border-radius: 2px;}
.imgboxes_style1 .hoverBorder:hover h6 { left:20px;}
.imgboxes_style1 img {box-shadow: 0 1px 1px rgba(0,0,0,.22)}
/*Style2*/
.image-boxes.ib_style2 .hoverBorder {margin-bottom:0; }
/*Style3*/
.slidingDetails {position:relative; display:block; overflow:hidden;}
.slidingDetails img {position:relative;}
.slidingDetails,
.slidingDetails .details {-webkit-transition:all .2s cubic-bezier(0.680, 0, 0.265, 1); transition:all .2s cubic-bezier(0.680, 0, 0.265, 1);}
.slidingDetails .details {position:absolute; left:0; right:0; bottom:0; top:100%; opacity:0; visibility:hidden; padding:30px; font-size:12px; color:#fff; background:#232323; background:rgba(35,35,35,0.8); }
.slidingDetails:hover .details { visibility:visible; opacity:1; top:0;}
.slidingDetails:hover { box-shadow:0 0 7px rgba(0,0,0,0.5);}
.slidingDetails .details h4 {font-size:17px; margin-top:5px;}
.slidingDetails .details h6 {color:#fff; font-size:12px; font-weight:500; line-height:1.5; margin: 0;}

/* Image Boxes 1 Style 4 */
.imgboxes_style4 .imgboxes-wrapper {position:relative; display:inline-block; margin-bottom: 20px;}
.imgboxes_style4 .imgboxes-title { position: absolute; bottom: 0; color: #fff; width: 100%; text-align: center; font-size: 16px; margin-bottom: 0; padding-bottom: 30px; z-index: 0;}
.imgboxes_style4 .imgboxes-title:before { content:''; position: absolute; top:-100%; left:0; height:200%; width: 100%; background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%); z-index: -1; opacity: .8;}
.imgboxes_style4 .imgboxes-title:after { content: ''; height: 2px; width: 30px; background: #3565a2; display: block; margin: 0 auto; margin-top: 10px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; z-index: 1;}
.imgboxes_style4:hover .imgboxes-title:after { width: 60px; ;}
.imgboxes_style4 .imgbox_image {-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;}
.imgboxes_style4:hover .imgbox_image {opacity:.8}
/* Style bottom */
.imgboxes_style4.kl-title_style_bottom .imgboxes-title { text-align: left; padding: 0 20px 30px; -webkit-transition:padding-bottom .2s ease-out; transition:padding-bottom .2s ease-out;}
.imgboxes_style4.kl-title_style_bottom .imgboxes-title:before {-webkit-transition:opacity .2s ease-out; transition:opacity .2s ease-out;}
.imgboxes_style4.kl-title_style_bottom .imgboxes-title:after { display: none;}
.imgboxes_style4.kl-title_style_bottom .imgboxes-border-helper { position:absolute; left:0; top:0; bottom:0; right:0; border-bottom: solid 5px #3565a2; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; z-index: 1;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-border-helper { border-bottom: solid 10px #3565a2;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title:before {opacity:.5;}
.imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title { text-align: left; padding-bottom: 25px;}
/* Style left */
.imgboxes_style4.kl-title_style_left .imgboxes-title { text-align: left; padding: 0 20px 30px;}
.imgboxes_style4.kl-title_style_left .imgboxes-title:after { margin: initial; width: 40px; margin-top: 10px;}
.imgboxes_style4.kl-title_style_left:hover .imgboxes-title:after { width: 80px;}

/*-----------------------------------------------------------------------------------*/
/*  *Blog Comments
/*-----------------------------------------------------------------------------------*/
.zn_comments { margin-top: 20px; }
.zn_comments label {display: block; margin-bottom: 5px; }
.zn_comments textarea {max-width: 100% !important; }
.zn_comments .form-control {width: 100%; }
.commentlist { margin-left: 0; list-style-type: none; }
.commentlist > li { margin-bottom: 15px; }
.commentlist > li > .children { margin-bottom: 0; margin-top: 15px;}
.commentlist li .photo , #reviews #comments ol.commentlist li img { display: block; width: 64px; height: 64px; float: left; margin-right: 15px; overflow: hidden; padding: 2px; border: 1px solid #ddd; line-height: 0; border-radius:2px }
.commentlist li .comment-author { font-size: 13px; font-weight: bold;}
.commentlist li .comment-meta { font-size: 11px; font-style: normal; margin-bottom: 5px; color:#999;}
.commentlist li .comment-meta a { color:#999;}
.commentlist > li .comment-meta a.comment-edit-link { float: right; margin-right: 52px; position: relative; top: -20px; }
.commentlist > li p , #reviews #comments ol.commentlist li .meta{ padding-left: 85px; margin: 4px 0 10px; }
.commentlist > li .reply { position: absolute; right: 0; top: 0; }
.commentlist > li a.comment-reply-link {position: absolute; top: -1px; right: -1px; padding: 3px 7px; font-size: 10px; font-weight: bold; background-color: whiteSmoke; border: 1px solid #DDD; color: #9DA0A4; border-radius: 0 4px 0 4px; text-transform: uppercase;}
.commentlist > li a.comment-reply-link:hover {color:#222;}
.commentlist > li .reply a.comment-reply-link {font-size: 11px; padding: 3px 6px; border-radius: 3px; }
.commentlist > li .reply a:hover.comment-reply-link { text-decoration: none; }
.commentlist li .comment-body { margin-bottom: 15px; position: relative; padding-bottom: 15px; border-bottom-width: 1px; border-bottom-style: solid; }
.commentlist li.comment > div[id*="comment-"] {position: relative; margin: 0; padding: 10px; background-color: white; border: 1px solid #DDD; border-radius: 4px;}
.commentlist .children { margin-bottom: 0; margin-left: 0; padding-left: 50px; border-left: 1px solid #fff;}
.commentlist .children li { margin-bottom: 0; list-style: none;}
h3#comments { font-size: 22px; line-height: 28px; margin-bottom: 20px; }
h3#comments span { font-style: italic; }
.commentlist .zn-separator { *zoom: 1; }
.commentlist .zn-separator:before,
.commentlist .zn-separator:after {display: table; content: "";line-height: 0;}
.commentlist .zn-separator:after {clear: both;}

/* #Respond
================================================== */
#respond { padding: 15px 0; position:relative; margin-top:15px; }
.zn_comments .commentlist #respond { padding: 15px 20px 0; position:relative; background-color: #F8F8F8; border: 1px solid #ccc; border-radius: 4px; margin-top:15px; }
.commentlist #respond:after {content:''; position:absolute; left:35px; top:-16px; border:8px solid transparent; border-bottom-color:#F8F8F8;}
.commentlist #respond:before {content:''; position:absolute; left:34px; top:-18px; border:9px solid transparent; border-bottom-color:#ccc;}
#respond .row {margin-bottom:10px;}
#respond .zn_com_title {margin-top:0;}
#respond .cancel-comment-reply a {position: absolute; top: -1px; right: -1px; padding: 3px 7px; font-size: 10px; font-weight: bold; background-color: #fff; border: 1px solid #ccc; border-radius: 0 4px 0 4px; text-transform: uppercase;}
#respond .cancel-comment-reply a {color: #9DA0A4;}
#respond .cancel-comment-reply a:hover {color:#222;}
#respond p { margin-bottom: 5px; padding-left: 0 !important; }
#respond .comment-notes .required { position: static; }
#respond input[type="text"] { margin-bottom: 0; }
#respond .form-allowed-tags code { margin-top: 10px; }

/* recent comments */
#recentcomments {list-style: none outside none; margin: 0; padding: 0; }
#recentcomments li {padding-left: 10px; position: relative; margin-bottom:0; }
#recentcomments li:before {content:'\201C'; width:3px; height:0; position:absolute; top:0; left:0; color:#ddd;}


/* process boxes */
.process_box { position: relative; padding: 0; margin-bottom: 80px; box-shadow: none; }
.process_box:after { border-color: transparent; border-top-color: #eee; border-width: 10px; margin-left: -10px; left: 10%;}
.process_box:before { border-color: transparent; border-top-color: #ccc; border-width: 13px; margin-left: -13px; left: 10%;}
.process_box[data-align=right]:after,
.process_box[data-align=right]:before {right: 10%; left:auto; margin-left: 0;}
.process_box[data-align=right]:before {margin-right: -13px;}
.process_box[data-align=center]:after,
.process_box[data-align=center]:before {left: 50%; }
.process_box[data-align=center]:after {border-top-color: #fff;}
.process_box .number { padding: 0;height: 100%; position: absolute; left: 0;top: 0; bottom: 0; width: 240px; text-align: center; float:left;}
.process_box .number span { font-size:100px; font-weight:900; color: #333; vertical-align: middle; position: relative; top: 50%; line-height: 1; display: block;
font-family: "Montserrat" , "Helvetica Neue", Helvetica, Arial, sans-serif; }
.process_box .content {margin-left: 240px; padding: 25px 35px 20px 35px; float:left; font-size: 14px; line-height: 30px; color: #929292; background-color: #fff }
.process_box .stp_title {  font-size: 14px; text-transform: uppercase; font-weight: bold; color: #333; }
.process_box[data-align=right] .number {left:auto; right:0; border-right:0; }
.process_box[data-align=right] .content {margin-left:auto; margin-right:240px; padding: 25px 35px 20px 35px; color: #929292; line-height: 30px; font-size: 14px; }

@media (min-width: 768px) {
  .process_box .number span { transform: translateY(-50%); -webkit-transform: translateY(-50%) }
  .process_box[data-align=right] .content { text-align: right; }
  .process_box .content:before, .process_box .content:after { -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
  .process_box .content:before { position: absolute; content: ''; top: 0; width: 2px; height: 100%; background-color: #3565a2; }
  .process_box[data-align=left] .content:before {  left: 240px; }
  .process_box[data-align=right] .content:before { right: 240px; }
  .process_box:hover .content:before { width: 5px; }
  .process_box .content:after { position: absolute; content: ''; border: 14px solid; border-color: transparent; top: 50%; margin-top: -14px; }
  .process_box[data-align=left] .content:after { left: 242px; border-left-color: #3565a2; }
  .process_box[data-align=right] .content:after { right: 242px; border-right-color: #3565a2; }
  .process_box[data-align=left]:hover .content:after { left: 245px; }
  .process_box[data-align=right]:hover .content:after { right: 245px; }

  .process_box:after, .process_box .number:before,.process_box .number:after { background-color: #F1F1F1 !important; }
  .process_box:after { position: absolute; content: ''; width: calc(100% - 234px); height: 6px; bottom: -43px; }
  .process_box[data-align=left]:after { left: 130px; }
  .process_box[data-align=right]:after { right: 114px; }
  .process_box .number:before, .process_box .number:after { position: absolute; content: ''; width: 6px; height: 50px; }
  .process_box .number:before { top: -37px; }
  .process_box .number:after { bottom: -37px; }
  .process_box:first-child .number:before, .process_box.last .number:after, .process_box.last:after { content: none; }
    .process_box.last { margin-bottom: 0 }
}

/* accordions */
.acc-group button {outline: 0 !important; }
.acc-group > button.collapsed {padding-right: 30px; }
/* Accordion Default Style / Re-Styling / */
.hg_accordion_element.default-style > h3 { font-size: 18px; line-height: 1.4; margin-top: 0;    text-transform: uppercase;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); }
.hg_accordion_element.default-style .th-accordion {border: 1px solid #E3E3E3; border-radius: 4px; }
.hg_accordion_element.default-style .th-accordion .acc-group {margin-bottom:0; border-bottom: 1px solid #E3E3E3;}
.hg_accordion_element.default-style .th-accordion .acc-group:last-child {  border-bottom: 0;  }
.hg_accordion_element.default-style .th-accordion .acc-group > button { border:0; padding:4px 10px; color:#3565a2; display: block; width: 100%; text-align: left; background-color: #F8F8F8; padding: 20px 60px 20px 25px; font-size: 14px; font-weight: 600; position: relative; }
.hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed {color:#505050; background-color: #fff; }
.hg_accordion_element.default-style .th-accordion .acc-group > button:hover {background: #F8F8F8; color: #111; }
.hg_accordion_element.default-style .th-accordion .acc-group .content {background-color: #F8F8F8; padding: 20px 25px; }
.hg_accordion_element.default-style .th-accordion .acc-group > button:not(.collapsed) {border-bottom: 1px solid #EEEEEE; }
.hg_accordion_element.default-style .th-accordion .acc-group > button:before,
.hg_accordion_element.default-style .th-accordion .acc-group > button:after {position: absolute; content: ' '; width: 10px; height: 2px; display: block; background: #ddd; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.hg_accordion_element.default-style .th-accordion .acc-group > button:before {right: 31px; top: 50%; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.hg_accordion_element.default-style .th-accordion .acc-group > button:after {right: 25px; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:before {-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:after {-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* accordions style2 */
.hg_accordion_element.style2 .th-accordion .acc-group { margin-bottom: 2px; padding: 0; border: 1px solid #e5e5e5; border-radius: 4px; }
.hg_accordion_element.style2 .th-accordion .acc-group > button {display: block; width: 100%; text-align: left; position:relative; margin:0; background: transparent; border: 0; background-color: #FFFFFF; color: #3565a2; padding: 15px; font-size: 14px; font-weight: 600;}
.hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed {color:#505050; background-color: transparent; }
.hg_accordion_element.style2 .th-accordion .acc-group .content {padding: 10px 15px; border-top: 1px solid #E5E5E5; background-color: #FFFFFF;}
.hg_accordion_element.style2 .th-accordion .acc-group .content p:last-child {margin-bottom:0;}
.hg_accordion_element.style2 .th-accordion .acc-group > button:before,
.hg_accordion_element.style2 .th-accordion .acc-group > button:after {position: absolute; content: ' '; width: 8px; height: 2px; display: block; background: #BDBDBD; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.hg_accordion_element.style2 .th-accordion .acc-group > button:before {right: 20px; top: 50%; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group > button:after {right: 15px; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed:before {-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed:after {-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* accordions style3 */
.hg_accordion_element.style3 .th-accordion { background: #fff; border: 1px solid #e3e3e3; padding: 15px; }
.hg_accordion_element.style3 .th-accordion .acc-group { margin-bottom: 8px; margin-left: 54px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; }
.hg_accordion_element.style3 .th-accordion .acc-group:last-child { border-bottom: 0; }
.hg_accordion_element.style3 .th-accordion .acc-group > button {display: block; width: 100%; color: #3565a2; text-align: left; position:relative; margin:0; padding:10px 10px 5px 0; background:none; border:0; font-size:14px}
.hg_accordion_element.style3 .th-accordion .acc-group > button.collapsed { color: #505050; }
.hg_accordion_element.style3 .th-accordion .acc-group > button:after {width: auto; height: auto; padding-right: 14px; }
.hg_accordion_element.style3 .th-accordion .acc-group > button:before {  width: 36px;  height: 50px;  background-color: #3565a2;  position: absolute;  left: -54px; top: 5px; content: "\2212";  font-family: 'Glyphicons Halflings';  color: #fff;  text-align: center;  border-radius: 3px;  line-height: 40px; font-size: 12px;  -webkit-transition: all .3s ease-in-out;  -moz-transition: all .3s ease-in-out;  -ms-transition: all .3s ease-in-out;  -o-transition: all .3s ease-in-out;  transition: all .3s ease-in-out;  }
.hg_accordion_element.style3 .th-accordion .acc-group > button.collapsed:before {  content: "\2b";  background-color: #D3D3D3;  height: 40px;  }
.hg_accordion_element.style3 .th-accordion .acc-group .content {padding: 10px 15px 10px 0; }
.hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {margin-bottom:0;}

/* Accordions - Style 4 */
.hg_accordion_element.style4 .th-accordion {border: solid 1px #CE2123; border-top: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hg_accordion_element.style4 .th-accordion .acc-group {margin-bottom:0px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button {background:none; border:0; padding:4px 10px; color:#3565a2; display: block; width: 100%; text-align: left; position:relative; }
.hg_accordion_element.style4 .th-accordion .acc-group > button:hover {background:#dcdcdc; color:#111; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {color:#505050; }
.hg_accordion_element.style4 .th-accordion .acc-group .content {padding:10px; }
.hg_accordion_element.style4 > h3 {line-height: 1.4; color: #fff; font-size: 14px; font-weight: 400; text-shadow: none; padding: 15px 20px; margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; text-transform: uppercase; background-color: #3565a2;}
.hg_accordion_element.style4 .th-accordion .acc-group {overflow: hidden; }
.hg_accordion_element.style4 .th-accordion .acc-group:last-child > button.collapsed {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button:last-child {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {background: #f9f9f9; border-top: solid 1px #e0e0e0; border-bottom: none; }
.hg_accordion_element.style4 .th-accordion .acc-group > button {padding: 12px 20px; overflow: hidden; border-bottom: solid 1px #E6E6E6; border-top: solid 1px #E6E6E6; background-color: #fff; }
.hg_accordion_element.style4 .th-accordion .acc-group:first-child > button {border-top: none; }
.hg_accordion_element.style4 .th-accordion .acc-group:first-child > button.collapsed {border-top: none; }
.hg_accordion_element.style4 .th-accordion .acc-group > button:hover {background: #F5F5F5; }
.hg_accordion_element.style4 .th-accordion .acc-group .content {border-bottom: none; background: #fff; padding: 20px; }
.hg_accordion_element.style4 .th-accordion .acc-group:last-child .content {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon {position: absolute; right: -21px; width: 58px; height: 58px; border: 7px solid #000; border-radius: 50%; top: -7px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before, .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {content: ''; background-color: #000; display: inline-block; text-align: center; line-height: 63px; position: absolute; left: 50%; top: 50%;  }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before {width: 20px; height: 6px; margin-top: -3px; margin-left: -9px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {width: 6px; height: 19px; margin-left: -2px; margin-top: -10px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon {position: absolute; right: -11px; width: 58px; height: 58px; opacity: .05; border: 7px solid #3565a2; border-radius: 50%; top: -7px; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon:before {content: ''; width: 20px; height: 6px; background-color: #3565a2; display: inline-block; text-align: center; line-height: 63px; position: absolute; left: 50%; margin-left: -9px; top: 50%; margin-top: -3px; }
.hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed:hover span.acc-icon { opacity: .05; }

/* 404 error page */
.error404 .page-subheader {height:200px; min-height: 0;}
.error404-content { margin: 20px auto; text-align:center;line-height: 1;}
.error404-content h2{ font-weight:bold; font-size:260px; line-height:1; text-align:center; text-shadow:0 0 28px rgba(35,35,35,.5); text-transform:uppercase; margin:20px 0; color:transparent}
.error404-content h3{ font-size:30px; text-align:center; opacity:0.2;}
.error404 .search {margin:40px auto; text-align: center; }
.error404 .gensearch__form { position: relative; display: inline-block; width: 300px; }
