/*
Title:   Main Template Css File
Author:  http://themeforest.net/user/hogash
*/

/* BODY FONT - Applies to everything */
body {
	font-family: "GillSansStd-light" !important;
	font-size: 16px;
	line-height: 1.7;
	color: #grey;
	background-color: #fFFFFF;
}
h1, h2, h3, h4, h5, h6 {

	font-family: "GillSansStd-light" !important;
	font-weight:normal;
}
.home-title {
font-family: "GillSansStd-condensed" !important;
	font-weight:normal;
	font-size:29px;
	line-height:26px;
	color:#112247;
}
	
p {
    margin: 0 0 0px;
	

}
#th-content-post ul li {
    
    font-family: "GillSansStd" !important;
    font-size: 16px;
}
iframe {border: 0;}

a {color: #000; /*-webkit-transition: color .25s ease-in-out; transition: color .25s ease-in-out;*/}
a:hover { color: #CD2122; text-decoration:none;}
a:focus {  outline: none; text-decoration: none; color: initial; text-shadow: none; }
.zn_text_box.eluiddd7426c2 h1{font-family:GillSansStd-condensed;}
.zn_text_box.eluid5e6d7a0c h1{font-family:GillSansStd-condensed;}
.zn_text_box.eluid1e6b01d0 h1{font-family:GillSansStd-condensed;}

/* Use fixclear class on parent to clear nested columns */
.fixclear:after,.fixclear:before,
.clear:after,.clear:before {display: table; content: " "}
.fixclear:after,
.clear:after {clear: both }

hr.bs-docs-separator { margin-top: 30px; margin-bottom: 30px;}
.zn_separator {border-top-style: solid;}

.align-center {text-align:center;}
.align-right {text-align:right;}

.zn_ovhidden {overflow: hidden;}

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;}

/* 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) {
    .zn_col_eq_first { padding-left: calc( ( 100vw - 750px ) / 2 );}
	.zn_col_eq_last {padding-right: calc( ( 100vw - 750px ) / 2 );}
}
@media (min-width: 992px) {
    .zn_col_eq_first { padding-left: calc( ( 100vw - 970px ) / 2 );}
	.zn_col_eq_last {padding-right: calc( ( 100vw - 970px ) / 2 );}
}
@media (min-width: 1200px) {
    .zn_col_eq_first { padding-left: calc( ( 100vw - 1170px ) / 2 );}
	.zn_col_eq_last {padding-right: calc( ( 100vw - 1170px ) / 2 );}
}


/* Gutter Sizes - Large */
.row.gutter-lg { margin-right: -40px; margin-left: -40px;}
.row.gutter-lg > [class*="col-"] {padding-right: 40px; padding-left: 45px;}
/* Gutter Sizes - Medium */
.row.gutter-md { margin-right: -25px; margin-left: -35px;}
.row.gutter-md > [class*="col-"] {padding-right: 25px; padding-left: 25px; padding-bottom:50px;}
/* 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: 5px; padding-left: 5px;}
/* Gutter Sizes - zero gutter */
.row.gutter-0 { margin-right: 0; margin-left: 0;}
.row.gutter-0 > [class*="col-"] {padding-right: 0; padding-left: 0;}

/* Snippet for vertically centering childs (this class should be appended to the absolute parent) */
.flex-vcenter { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; }

/*.btn > span {vertical-align: middle;}*/

/*** Btn Lined (ghost) */
.btn-lined { border-width: 2px; background: none; color: #fff; text-shadow: none; padding: 7px 20px; 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,
.btn-lined:focus { 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,
.btn-lined.lined-dark:focus { 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,
.btn-lined.lined-gray:focus { 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,
.btn-lined.lined-full-light:focus { 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,
.btn-lined.lined-full-dark:focus { color: #f9f9f9; background-color: #000;}

/*** Filled buttons */
.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor { border-width: 0;}
.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-link { text-shadow: none; padding: 4px 8px 2px 8px;  box-shadow: none; font-family:font-family: "GillSansStd" !important; font-size: 16px;  border-style: solid; border-radius: 0px; -webkit-transition: background-color .15s ease-out; transition: background-color .15s ease-out;}

/*** Btn FullColor */
.btn-fullcolor,
.btn-fullcolor:focus { background-color: #333; color: #fff;}
.btn-fullcolor:hover {color: #fff;}
/*** Btn Fullwhite */
.btn-fullwhite { background-color: #444; color: #fff;}
.btn-fullwhite:hover {color: #353535; background-color: rgba(255,255,255,0.85);}
/*** Btn Fullblack */
.btn-fullblack { background-color: #090909; color: #f9f9f9;}
.btn-fullblack:hover {color: #eee; background-color: rgba(0,0,0,0.85);}

/* 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-skewed:before { background-color: #cd2122; }
/*** 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 */
@media screen and (min-width: 992px){
	.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; }

/*** SITE HEADER  ***/

/*** NEW MENU SYSTEM ***/
.main-nav {display:block; margin-right: -8px; margin-top:50px; 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: " "; color:#F00;}
.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; }
.main-nav li > a[href="#"] { cursor:default; }

/* 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; font-size: 14px; line-height: 1; color: #333; z-index: 1; font-weight: 600; -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; }
.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: transparent; -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: underlinenone; color: red !important ; border-bottom: 2px solid red; }
.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; }

/* Smaller menu items on tablets */
@media screen and (min-width:992px) and (max-width:1199px) {
    .main-nav > ul > li { margin-left:3px; }
    .main-nav > ul > li:first-child { margin-left:0; }
    .main-nav > ul > li > a { font-size:12px; padding:6px;}
}

/* FIRST SUB-LEVEL */
.main-nav ul ul.sub-menu li {position: relative;}
.main-nav ul ul.sub-menu ul { top: 100%; margin-top: 0px; }
.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: #fff; position: relative; }
.main-nav ul ul.sub-menu li a[href="#custom-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: #f5f5f5; background: rgba(0,0,0,0.04);}

/* REST OF SUB-LEVELS */
.main-nav ul ul.sub-menu,
.main-nav .zn_mega_container { position: absolute; border-radius: 2px; border: 1px solid rgba(238,41,39,.8); box-shadow: 0 0 4px rgba(0,0,0,.4); background: #ee2927; padding: 6px 0; background: rgba(238,41,39, 1); color:#f5f5f5; }
.main-nav > ul > li > ul.sub-menu:before { content:''; display: block; position:absolute; top: -10px; left:0; width:100%; height:10px; color:#F00; } /* 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; }
.main-nav .sub-menu ul li a {color:#f5f5f5;}

/* MEGAMENU OVERRIDES */
.main-nav .zn_mega_container { border: 1px solid rgba(238,41,39,.8); box-shadow: 0 0 4px rgba(0,0,0,.4); background: #ee2927; padding: 6px 0; background: rgba(238,41,39, 0.95); position: absolute; padding: 20px 0; margin-top: 10px;}
.main-nav .zn_mega_container:before { content:''; display: block; position:absolute; top: -10px; left:0; width:100%; height:10px; } /* fix for top hover */
.main-nav .zn_mega_container li a { padding: 10px 0; font-size: 12px; color: #f5f5f5; position: relative; text-transform: uppercase;}
.main-nav .zn_mega_container li a:not(.zn_mega_title):hover,
.main-nav .zn_mega_container li.active > a:not(.zn_mega_title) { color: #f5f5f5; font-weight:bold; }
.main-nav .zn_mega_container li a:not(.zn_mega_title):before {content:''; display:block; position:absolute; width:0; height:2px; background-color:transparent; 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); color:#F00}
.main-nav .zn_mega_container li a:not(.zn_mega_title):hover:before,
.main-nav .zn_mega_container li.active > a:not(.zn_mega_title):before {width:100%; }
.main-nav .zn_mega_container .zn_mega_title_hide {display: none;}
.main-nav .zn_mega_container li a.zn_mega_title,
.main-nav div.zn_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 .zn_mega_container .zn_mega_row_start { margin-top: 20px;}
.main-nav .zn_mega_container a.zn_mega_title[href="#custom-invisible"],
.main-nav .zn_mega_container li:last-child a.zn_mega_title[href="#custom-invisible"] {color:transparent;}

/* ANIMATIONS */
.main-nav ul ul.sub-menu,
.main-nav .zn_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 .zn_mega_container { margin-left: 15px; margin-right: 15px; width: calc(100% - 30px); }
.main-nav ul ul.sub-menu { top: 120%; }
.main-nav .zn_mega_container {margin-top:30px; -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 > .zn_mega_container { left: 0; opacity: 1; visibility: visible; z-index: 100; }
.main-nav ul li:hover > ul { top:100%; }
.main-nav ul li:hover > .zn_mega_container { margin-top:10px;}

/* Fix submenu exiting the page */
.main-nav ul > li:hover > ul.zn_menu_on_left { right: 0; left:auto; }
.main-nav > ul > li > ul.zn_menu_on_left.sub-menu:after { left:auto;right:14px; }
.main-nav ul > li:hover > ul ul.zn_menu_on_left { right: 100%; left:auto; }


.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.style9 .main-nav ul li:hover > .zn_mega_container { margin-left: -15px;}*/

/* MENU BADGES */
.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: #cd2122; 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; }
.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;}

/* Responsive Menu */
.zn-res-menuwrapper,
#zn-res-menu { display: block;}
.zn-res-menuwrapper { float: right; }
#zn-res-menu .zn-mega-new-item {display: none; }
.zn-res-menuwrapper .zn-res-trigger { vertical-align: middle; position: relative; display: inline-block; width: 25px; margin-right: 20px; height: 22px; margin-top: 5px;}
.zn-res-menuwrapper .zn-res-trigger:after { content: ''; position: absolute; width: 25px; height: 4px; top: 50%; margin-top: -10px; background: #D6D6D6; border-radius: 4px; left: 0; box-shadow: 0 8px 0 #D6D6D6, 0 16px 0 #D6D6D6; }
#zn-res-menu,
#zn-res-menu ul,
#zn-res-menu li { padding: 0;margin: 0; list-style: none;}
#zn-res-menu * {-webkit-backface-visibility: hidden; border-color: #D9D9D9;}
#page_wrapper.zn_res_menu_visible {overflow-x:hidden;}
.zn_res_menu_visible #zn-res-menu ,
.zn_res_menu_visible #zn-res-menu li ul.sub-menu,
.zn_res_menu_visible #zn-res-menu li div.zn_mega_container {display: block; }
#zn-res-menu,
#zn-res-menu li ul.sub-menu,
#zn-res-menu li div.zn_mega_container {right: 0; top:0; position: absolute; width: 100%; height: 100%; background: #fff; overflow: hidden; z-index: 10000; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; -ms-transform: translate(100%, 0); -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: -webkit-transform 500ms ease; transition: transform 500ms ease; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; display: none; }
#zn-res-menu.zn-menu-visible,
#zn-res-menu ul.zn-menu-visible.sub-menu,
#zn-res-menu li div.zn-menu-visible {-webkit-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); }
#zn-res-menu .zn_mega_container { padding-left: 0; padding-right: 0; }
#zn-res-menu .zn_mega_title  { margin-right: 0; text-align: left; font-weight: 600; text-transform: uppercase; color: #454545; }
#zn-res-menu .zn_mega_container .zn_mega_title_hide { display: none;}
#zn-res-menu li { position: initial; border-bottom: 1px solid #D9D9D9; }
#zn-res-menu li.menu-item-has-children > a.zn_mega_title { border-bottom:1px solid #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: 12px 28px 11px; display: block; font-weight: 400; color: #999;}
#zn-res-menu li .zn_res_submenu_trigger + a { margin-right: 49px; }
#zn-res-menu a[href="#custom-separator"]{ display:none;}
#zn-res-menu li.active > a,
#zn-res-menu li a:hover {color: #333;}
#zn-res-menu li.active > a {background-color: rgba(0, 0, 0, 0.05);}
/* RESPONSIVE SUBMENUS */
#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; width: 49px; height: 45px; border-left: 1px solid #D9D9D9; line-height: 45px; vertical-align: middle; text-align: center;cursor: pointer;color: #999; top: auto;}
#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 #D9D9D9; }


/* Call to action Button in Header */
.site-header.cta_button .header-search {position:absolute; top: 5px; right:15px; clear:none; float:none;}
.site-header.cta_button .header-search .searchBtn {margin:0;}
.ctabutton {clear:right; float: right; position: relative; font-size: 11px; font-weight: 700; color:#fff; text-align: center ; padding: 10px 10px 5px; 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:#cd2122;}
.kl-cta-ribbon:hover .trisvg path,
.kl-cta-ribbon:focus .trisvg path {fill:#fff;}
.kl-cta-ribbon { margin-bottom: -7px; background: #cd2122;}
.kl-cta-ribbon:hover,
.kl-cta-ribbon:focus {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;}
.kl-cta-lined {margin-top:5px; background-color: transparent ; box-shadow: none; padding: 8px 20px 9px;}

/* Header style #1-#6 */
.site-header.cta_button .header-links-container { margin-right: 60px; }
.site-header.cta_button .header-links-container.nomarginright { margin-right: 0; }
.header-links-container {height: 0px !important; float: right; }

/* BOXED VERSION */

body.boxed #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);}
body.boxed .site-header { width: 100%;}

@media screen and (max-width:991px) {
	body.boxed #page_wrapper {width:100%; border:0;}
}
@media screen and (min-width:992px) {
	/* Boxed on 960px width layout */
	body.boxed.res960 #page_wrapper {width: 1000px; }
	/* Header Sticky and Boxed Layout (both) */
	body.boxed .site-header.header--sticky,
	/* Header Sticky + Boxed Layout + 960px layout */
	body.boxed.res960 .site-header.header--sticky { width: 994px; }
}
@media screen and (min-width: 1200px){
	/* Boxed layout */
	body.boxed #page_wrapper {width: 1200px; }
	/* Header Sticky and Boxed Layout */
	body.boxed .site-header.header--sticky { width: 1194px; }
}

/* TOP NAVIGATION */
.topnav {float:right; margin:10px 0; padding:0; list-style:none; position: relative; }
.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; }
.topnav > li:hover > a,
.topnav > li > a:hover {opacity:1; }
.topnav > li > a > span {margin-right:3px; margin-top: 0; float:right; color:#333;}
.topnav li.drop .pPanel  {position: absolute; left: auto; width:auto; min-width: 120px; height:0; opacity:0; visibility: hidden; margin-left: -11px; right: 0; z-index: 101;}
.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;}

/* 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; }
.toplang-item .glyphicon-ok { padding-top: 3px;}
.toplang-item .toplang-flag { margin-right:5px;}


/*** Header Nav */
.zn_header_top_nav-wrapper {float:right; margin-left: 10px;}
/* All but Extra small */
@media screen and (min-width: 992px) {
	.zn_header_top_nav li {position:relative; }
	.zn_header_top_nav li a { font-weight:400; }
	/* 2nd lvl+ */
	.zn_header_top_nav li ul {display: block; list-style:none; margin-top:10px; position:absolute; left:-2999px; z-index:11; top:100%; min-width: 150px; opacity:0; visibility: hidden; padding: 8px 0 0; box-shadow: 0 5px 5px rgba(0,0,0, 0.15); border-radius:2px; -webkit-transition: opacity .25s ease-out, visibility .25s ease-out, margin-top .25s ease-out; transition:opacity .25s ease-out, visibility .25s ease-out, margin-top .25s ease-out; }
	.zn_header_top_nav li:hover > ul {opacity:1; visibility:visible; left:0; margin-top:0;}
	.zn_header_top_nav li:hover > ul ul {left:99%; top:4px; padding-top:0px;}
	.zn_header_top_nav ul li a { font-weight:400; padding: 10px; font-size: 12px; color: #6F6B6B; background: #f5f5f5; padding: 6px 0 6px 10px; display: block; border-top:1px solid rgba(0,0,0,0.1); -webkit-transition:all .1s ease-out; transition:all .1s ease-out;}
	.zn_header_top_nav ul li a:hover,
	.zn_header_top_nav ul li.active > a { color: #6F6B6B; background: #E6E6E6; }
	.zn_header_top_nav ul li:first-child > a { border-radius: 2px 2px 0 0; border-top-width:0;}
	.zn_header_top_nav ul li:last-child > a { border-radius:0 0 2px 2px;}
}
/* Only Extra small */
@media screen and (max-width: 991px){
	.zn_header_top_nav-wrapper {position:relative; margin-top: 13px; }
	.headernav-trigger {display: block; width: 18px; height: 2px; border-radius: 2px;background-color: rgba(255, 255, 255, 0.7); box-shadow: 0 -6px 0 rgba(255, 255, 255, 0.7),  0 -12px 0 rgba(255, 255, 255, 0.7); position: relative; cursor: pointer; top: 15px;}
	.headernav-trigger:before {content:''; display:block; height:20px; width:20px;position: absolute; bottom: 0;}

	.zn_header_top_nav { display: none; float:none; margin:0; list-style:none; margin-top:0px; min-width: 170px; background-color: #fff;  padding: 8px; border-radius:2px; position: absolute; top: 15px; right: 0; z-index: 11; }
	ul.zn_header_top_nav ul,
	ul.zn_header_top_nav li { display: block; width: 100%; float: none;margin: 0; padding: 0;}
	ul.zn_header_top_nav ul {padding-left:10px;}
	.zn_header_top_nav li a { width:100%; font-weight:400;  font-size: 12px; color: #6F6B6B; padding: 6px; display: block;}
	.zn_header_top_nav li a:hover,
	.zn_header_top_nav li.active > a { color: #6F6B6B; background: #E6E6E6; }
	.zn_header_top_nav-wrapper.is-opened .zn_header_top_nav {display: block;}
	.zn_header_top_nav-wrapper.is-opened .headernav-trigger { box-shadow: 0 -6px 0 #fff,  0 -12px 0 #fff; background-color: #fff;}
	/* Override on Site header - Style 6 */
	.site-header.style6 .headernav-trigger {background-color: #898989; box-shadow: 0 -6px 0 #898989, 0 -12px 0 #898989; }
}


/* 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: #cd2122; 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:#CD2122; 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: bold; font-size: 15px; }
.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: calc(50% - 6px); display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 600; line-height: 1.42857143; text-align: center; white-space: normal; 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; text-transform: uppercase;}
.cart-container .buttons .button.wc-forward { background-color: #cd2122; color: #fff; text-shadow: none;  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;  border-width: 2px; background: none; text-shadow: none; padding: 9px 20px; line-height: 1.6; box-shadow: none;  border-style: solid; border-radius: 3px; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; margin-left: 9px;  background-color: transparent !important;}
.cart-container .buttons .button.checkout:hover,
.cart-container .buttons .button.checkout:focus { color: #000 !important; border-color: #000;}

@media (max-height: 600px) {
    .cart-container .cart_list { max-height: 180px; overflow-x: hidden;}
}

@media (max-width: 480px) {
    body .site-header .kl-cart-button + .pPanel { min-width: 280px }
}

/* SEARCH PANEL */
.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; }

/* 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:relative;}
.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:#cd2122; 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 { background: url(../images/say_hi.png) no-repeat right top; }

/* Logo size preset */
.logosize--contain .site-logo .logo-img {width: auto; height:100%; padding: 10px 0;}

/*** Header Height */
.site-header,
.logosize--contain .site-logo a,
.site-header.site-header--relative.header--sticky + .siteheader-helper { }
.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 */
body:not(.header--is-sticked) .logosize--yes .site-logo {min-height: 100px;}
/* Relative Site Header */
.site-header.site-header--relative {position: relative;}

/* SiteHeader Helper (for relative header + sticky) */
.siteheader-helper {display: none;}
@media screen and (min-width: 768px) {
	.site-header.site-header--relative.header--sticky + .siteheader-helper {display: block;}
}

/* Sticky Logo - with animations */
.site-logo .logo-img-sticky {display: none;} /* by default, hide it */
.header--sticky .site-logo .logo-img-sticky {display:block;position: absolute; top: 50%; left: 53%; opacity:0; -webkit-transform: translateX(-50%) translateY(0%); -ms-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(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; -webkit-backface-visibility:hidden; }
.header--sticky .site-logo .logo-img-sticky + .logo-img {opacity:1; -webkit-transition:opacity .15s ease-in-out; transition:opacity .15s ease-in-out;}
.header--is-sticked .site-logo .logo-img-sticky + .logo-img {opacity:0;}
.header--is-sticked .site-logo .logo-img-sticky {opacity:1; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

/* drop shadow filter for kallyas default svg logo */
.kl-default-logo {-webkit-filter: drop-shadow( 0 2px 0 rgba(0,0,0,0.2) ); filter: drop-shadow( 0 2px 0 rgba(0,0,0,0.2) ); }

/* Site Header */
.site-header {position:relative; width:100%; background:#FFF; z-index:3; }
.siteheader-container {
    position: relative;
    max-width: 1170px;
}
/* Sticky Header */
.site-header.header--sticky {position:fixed; width:100%; }
.site-header.header--sticky,
.site-header.header--sticky .site-logo a {-webkit-transition: height .1s ease-in;transition: height .1s ease-in;}
/* Sticky Header - when is sticked */
.header--is-sticked .site-header .header-links-container {height:0; overflow: hidden;}
/*.header--is-sticked .site-header,
.header--is-sticked .site-header .site-logo a {height: 60px; } */
.header--is-sticked .site-header .site-logo .logo-img {  max-height: 55px; display: block; /*max-width: none !important;*/ width:auto;}
.header--is-sticked .site-header .logo-container.hasInfoCard:before {display: none;}
.header--is-sticked .site-header .header-search {margin-top:3px;}
.header--is-sticked .site-header.cta_button .header-search {position: static; float: right; margin: 14px 0 0 20px;}
.header--is-sticked .site-header.cta_button .ctabutton {float: right; clear:none; margin-top: 11px;}
.header--is-sticked .site-header .main-nav {margin-top:2px;}
.header--sticky .zn-res-menuwrapper .zn-res-trigger {margin-top:13px;}
.header--is-sticked .zn-res-menuwrapper .zn-res-trigger {margin-right: 10px; margin-top: 19px;}

/* Site header text colors (Gray) */
.sh--gray:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a,
.sh--gray:not(.style7):not(.style8) .topnav.sc--clean > li > a,
.sh--gray:not(.style7):not(.style8) .topnav > li .icon-white {color:#878787;}
.sh--gray:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a:hover,
.sh--gray:not(.style7):not(.style8) .topnav.sc--clean > li > a:hover,
.sh--gray:not(.style7):not(.style8) .topnav > li a:hover .icon-white {color:#676767;}
.sh--gray:not(.style7):not(.style8) .main-nav > ul > li > a {color: #8C8C8C;}
.sh--gray:not(.style7):not(.style8):not(.style9) .kl-cta-lined {color: #8C8C8C; border-color:#8c8c8c;}
.sh--gray:not(.style7):not(.style8):not(.style9) .kl-cta-lined:hover {color: #777; border-color:#777;}
/* Site header text colors (Light) */
.sh--light:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a,
.sh--light:not(.style7):not(.style8) .topnav.sc--clean > li > a,
.sh--light:not(.style7):not(.style8) .topnav > li .icon-white {color:#fff; }
.sh--light:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a:hover,
.sh--light:not(.style7):not(.style8) .topnav.sc--clean > li > a:hover,
.sh--light:not(.style7):not(.style8) .topnav > li a:hover .icon-white {color:#fff; opacity:.9;}
.sh--light:not(.style7):not(.style8) .main-nav > ul > li > a {color: #f5f5f5;}
.sh--light:not(.style7):not(.style8):not(.style9) .kl-cta-lined {color: rgba(255,255,255,.8); border-color:rgba(255,255,255,.8);}
.sh--light:not(.style7):not(.style8):not(.style9) .kl-cta-lined:hover {color: #fff; border-color:#fff;}
/* Site header text colors (Dark) */
.sh--dark:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a,
.sh--dark:not(.style7):not(.style8) .topnav.sc--clean > li > a,
.sh--dark:not(.style7):not(.style8) .topnav > li .icon-white {color:#333;}
.sh--dark:not(.style7):not(.style8) .topnav:not(.social-icons) > li > a:hover,
.sh--dark:not(.style7):not(.style8) .topnav.sc--clean > li > a:hover,
.sh--dark:not(.style7):not(.style8) .topnav > li a:hover .icon-white {color:#111;}
.sh--dark:not(.style7):not(.style8) .main-nav > ul > li > a {color: #252525;}
.sh--dark:not(.style7):not(.style8) .main-nav > ul > li.active > a,
.sh--dark:not(.style7):not(.style8) .main-nav > ul > li > a:hover,
.sh--dark:not(.style7):not(.style8) .main-nav > ul > li:hover > a {color:#fff;}
.sh--dark:not(.style7):not(.style8):not(.style9) .kl-cta-lined {color: #252525; border-color:#252525;}
.sh--dark:not(.style7):not(.style8):not(.style9) .kl-cta-lined:hover {color: #111; border-color:#111;}

/**** HEADER 1 */
.site-header.style1 {border-bottom:2px solid #000; border-bottom:2px solid rgba(0,0,0,0.7); border-top: 3px solid #CD2122;}
.site-header.style1: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--is-sticked .site-header.style1 .main-nav {margin-top:0;}

/*** HEADER 2 */
.site-header.style2 .site-logo a {padding-left:0px; padding-right:0px; border-bottom:2px solid #000; border-bottom:2px solid rgba(0,0,0,0.7); border-top-width: 3px; border-top-style: solid}
.site-header.style2 .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.style2 .topnav.navLeft {float:left;}
.header--is-sticked .site-header.style1 .main-nav {margin-top:0;}

/**** HEADER 3 */
body:not(.header--is-sticked) .site-header.style3 {background:none;}
.site-header.style3 .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: 3px solid #CD2122;*/}
.site-header.style3 .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.style3 .topnav.navLeft {float:left;}
.site-header.style3 .kl-cart-button + .pPanel {left:0; right:auto; }
.site-header.style3 .kl-cart-button + .pPanel .inner:after {left: 9px; right: auto; }
.site-header.style3 .kl-cart-button .glyphicon:after {padding-right: 0;}

/**** HEADER 5 */
body:not(.header--is-sticked) .site-header.style5 {background:none;}
/*.site-header.style5 > .container {border-bottom: 2px solid rgba(255, 255, 255, 0.1);}*/
.site-header.style5 .topnav:not(.social-icons) > li {border-left:1px solid rgba(255,255,255,0.1); padding-left:20px; margin-left: 20px; /*margin-top:5px*/}
.site-header.style5 .topnav:not(.social-icons):last-of-type li:first-child {border-left:0; margin-left:0; padding-left:0;}
.site-header.style5 .topnav:not(.social-icons) > li >a {line-height:18px;}
.site-header.style5 .site-logo a {padding-left:0; padding-right:0;}
/* Color presets gray */
.site-header.style5.sh--gray > .container {border-bottom: 2px solid rgba(135, 135, 135, 0.1);}
/* Color presets dark */
.site-header.style5.sh--dark > .container {border-bottom: 2px solid rgba(48, 48, 48, 0.2);}

/*** HEADER 6 */
.site-header.style6 {background:rgba(255,255,255,0.95); border-top: 3px solid #CD2122; box-shadow:0 3px 5px rgba(0,0,0,0.1);}
.site-header.style6 .kl-default-logo {-webkit-filter: none; filter: none;}
.site-header.style6 .kl-default-logo path {fill:#757575;}
.site-header.style6 .main-nav > ul > li > a { color:#535151; }
.site-header.style6 .main-nav > ul > li.active > a,
.site-header.style6 .main-nav > ul > li > a:hover,
.site-header.style6 .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style6 .topnav:not(.social-icons) > li > a,
.site-header.style6 .topnav.sc--clean > li > a,
.site-header.style6 .topnav > li > a .icon-white,
.site-header.style6 .topnav > li > a .xs-icon { color: #898989; }
.site-header.style6 .topnav:not(.social-icons) > li > a > span {opacity:.5;}
.site-header.style6 .zn-res-menuwrapper .zn-res-trigger:after {background: #ADADAD; box-shadow: 0 8px 0 #ADADAD, 0 16px 0 #ADADAD; }
.site-header.style6 .kl-cta-lined {color:#747474; border-color:#747474; margin-top: 3px;}
/* Color presets gray */
.site-header.style6.sh--gray .main-nav > ul > li > a { color:#8C8C8C; }
.site-header.style6.sh--gray .topnav:not(.social-icons) > li > a,
.site-header.style6.sh--gray .topnav.sc--clean > li > a { color: #878787; }
.site-header.style6.sh--gray .zn-res-menuwrapper .zn-res-trigger:after {background: #999; box-shadow: 0 8px 0 #999, 0 16px 0 #999;}
.site-header.style6.sh--gray .kl-cta-lined {color:#747474; border-color:#747474; }



/****HEADER 7 */
.site-header.style7 {background:none; border:0; box-shadow: none; height: auto;}
.site-header.style7 + .siteheader-helper {display: none !important;}
.site-header.style7 .logosize--contain .site-logo a {height: 70px; }
.site-header.style7 .logosize--contain .site-logo .logo-img {padding-top:0; padding-bottom: 0;}
.site-header.style7 .logosize--yes .site-logo {min-height: 70px; }
.site-header.style7 .separator {background:#fff; height:1px; opacity:.2; margin-bottom: 5px;}
.site-header.style7 .kl-header-bg {position:absolute; top:0; left:0; width:100%; height:170%; opacity:.6; pointer-events:none;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, transparent 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,transparent)); background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%); background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%); background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,transparent 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );}
.site-header.style7 .kl-top-header {color:rgba(255, 255, 255, 0.8); position: relative;}
.site-header.style7 .header-links-container {float: right; height:auto; margin-right: 60px;}
.site-header.style7 .header-search {z-index: 102; position: absolute; top: -3px; right: 0; clear: none; float: none;}
.site-header.style7 .header-search .searchBtn,
.site-header.style7.cta_button .header-search .searchBtn {margin:10px 0 0 10px;}
.site-header.style7 .searchBtn.active {border-radius: 2px 2px 0 0;}
.site-header.style7 .header-leftside-container {line-height: 24px; margin:10px 0;/* position: relative;*/}
.site-header.style7 .kl-header-toptext {font-size: 11px; }
.site-header.style7 .kl-header-toptext a {color:rgba(255, 255, 255, 0.8);}
.site-header.style7 .main-nav {float:left; margin-left: 30px; margin-top: 5px;}
.site-header.style7 .topnav {margin-bottom: 0; margin-top: 20px;}
.site-header.style7 .kl-top-header .topnav {margin-bottom: 10px; margin-top: 10px;}
.site-header.style7 .social-icons.topnav {margin: 0; padding: 0; position: relative; top: -3px; float: left;}
.site-header.style7 .social-icons.topnav li { margin:0; margin-left: 10px;}
.site-header.style7 .social-icons.topnav.sc--clean li { margin-left:0;}
.site-header.style7 .social-icons.topnav li:first-child { margin-left:0;}
.site-header.style7 .social-icons.topnav ~ .kl-header-toptext {margin-left:10px; color:rgba(255, 255, 255, 0.8);}
.site-header.style7 .social-icons.topnav.sc--clean > li > a {color:rgba(255,255,255,.7);}
.site-header.style7 .social-icons.topnav.sc--clean > li > a:hover {color:rgba(255,255,255,.9);}
.site-header.style7 .kl-cta-lined { margin-top: 13px; }
body .site-header.style7 .zn-res-menuwrapper .zn-res-trigger:after{background: #FFFFFF; box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;}
body .site-header.style7 .zn-res-menuwrapper {float: left; margin-top: 10px; margin-left: 30px; }
.site-header.style7 .zn-res-menuwrapper .zn-res-trigger { margin-top: 15px;}
/* Style 8 - light theme */
.site-header.style7.ht--light .separator {background:#000;}
.site-header.style7.ht--light .kl-header-bg {opacity:.7; background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFFFF',GradientType=0 );}
.site-header.style7.ht--light .kl-top-header {color:rgba(0, 0, 0, 0.8);}
.site-header.style7.ht--light .kl-header-toptext a {color:rgba(0, 0, 0, 0.8);}
.site-header.style7.ht--light .topnav:not(.social-icons) > li > a,
.site-header.style7.ht--light .topnav.sc--clean > li > a,
.site-header.style7.ht--light .topnav > li .icon-white {color:#333;}
.site-header.style7.ht--light .topnav:not(.social-icons) > li > a:hover,
.site-header.style7.ht--light .topnav.sc--clean > li > a:hover,
.site-header.style7.ht--light .topnav > li a:hover .icon-white {color:#111;}
.site-header.style7.ht--light .main-nav > ul > li > a {color: #252525;}
.site-header.style7.ht--light .main-nav > ul > li.active > a,
.site-header.style7.ht--light .main-nav > ul > li > a:hover,
.site-header.style7.ht--light .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style7.ht--light .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(0, 0, 0, 0.5);}
.site-header.style7.ht--light .kl-cta-lined {border-color: #222; color:#111; }
.site-header.style7.ht--light .kl-cta-lined:hover {border-color: #000; color:#fff; background: #000; }
body .site-header.style7.ht--light .zn-res-menuwrapper .zn-res-trigger:after {background: #353535; box-shadow: 0 8px 0 #353535, 0 16px 0 #353535;}
.header--is-sticked .site-header.style7 .kl-top-header  {height:0; overflow: hidden;}
.header--is-sticked .site-header.style7 .zn-res-menuwrapper {margin-top: 5px;}
.header--is-sticked .site-header.cta_button .kl-cta-lined {margin-top:13px;}

/**** HEADER 8 */
.site-header.style8 {background:none; border:0; box-shadow: none; height: auto;}
.site-header.style8 .logosize--contain .site-logo a,
.site-header.style8 .header-search,
.site-header.style8.cta_button .header-search,
.site-header.style8.site-header--relative.header--sticky + .siteheader-helper {height: 80px; }
.site-header.style8 .logosize--yes .site-logo {min-height: 80px; }
.site-header.style8 .kl-top-header {background:rgba(0,0,0,.7); color:rgba(255, 255, 255, 0.8);}
.site-header.style8 .kl-main-header {background:rgba(0,0,0,.6); border-bottom:3px solid #cd2122;}
.site-header.style8 .main-nav {float:left; margin-top: 0px; clear: none;}
.site-header.style8 .main-nav > ul {margin: 5px 0 0px;}
.site-header.style8 .kl-main-header .topnav {margin: 6px 0;}
.site-header.style8 .h-right-inner .topnav {z-index: 102;}
.site-header.style8 .header-rightside-container {float: right; padding-top: 5px;}
.site-header.style8 .header-rightside-container .topnav {margin-bottom: 0; margin-top:5px;}
.site-header.style8.ht--dark .social-icons.sc--clean > li > a {color:rgba(255,255,255,.7);}
.site-header.style8.ht--dark .social-icons.sc--clean > li > a:hover {color:rgba(255,255,255,.9);}
.site-header.style8 .header-search,
.site-header.style8.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.style8 .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.style8 .header-searchform {border:0; padding: 5px 10px; background-color: transparent; border-radius: 3px; }
.site-header.style8 .header-search .searchBtn {display: none}
.site-header.style8 .header-search .inputbox {position: relative; z-index: 1;}
.site-header.style8 .header-search .searchsubmit {z-index: 1; color: rgba(255, 255, 255, 0.4);}
.site-header.style8 .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.style8 .header-search .inputbox:focus {color: #E3E3E3; }
.site-header.style8 .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.15);}
.site-header.style8 .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.style8 .kl-cart-button + .pPanel {left:auto; right:0; margin-left: 0; margin-right: -10px; margin-top: 5px; }
.site-header.style8 .kl-main-header .kl-cta-ribbon {  margin-top: -7px; margin-bottom: -10px; }
.site-header.style8 .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.style8 .kl-main-header .kl-cta-lined:hover { color: #343434; background-color: #fff;}
.site-header.style8 .main-nav > ul > li.active > a:before,
.site-header.style8 .main-nav > ul > li > a:hover:before,
.site-header.style8 .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.style8 .zn-res-menuwrapper {float: left; margin-top: 0; margin-left: 0; }
body .site-header.style8 .zn-res-menuwrapper .zn-res-trigger {margin-top: 8px; margin-bottom: 6px;}
body .site-header.style8 .zn-res-menuwrapper .zn-res-trigger:after{background: #FFFFFF; box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF; height: 2px;}
.site-header.style8 .topnav.social-icons {margin: 0; padding: 0; position: relative; top: -3px;}
.site-header.style8 .topnav.social-icons li { margin:0; margin-left: 10px;}
.site-header.style8 .topnav.social-icons.sc--clean li { margin-left:0;}
.site-header.style8 .topnav.social-icons li:first-child { margin-left:0;}
/* Style 8 - light theme */
.site-header.style8.ht--light .kl-top-header {background: rgba(255,255,255,.6); color: rgba(0, 0, 0, 0.8); }
.site-header.style8.ht--light .kl-main-header {background: rgba(255,255,255,.5); }
.site-header.style8.ht--light .topnav:not(.social-icons) > li > a,
.site-header.style8.ht--light .topnav.sc--clean > li > a,
.site-header.style8.ht--light .topnav > li .icon-white {color:#333;}
.site-header.style8.ht--light .topnav:not(.social-icons) > li > a:hover,
.site-header.style8.ht--light .topnav.sc--clean > li > a:hover,
.site-header.style8.ht--light .topnav > li a:hover .icon-white {color:#111;}
.site-header.style8.ht--light .main-nav > ul > li > a {color: #252525;}
.site-header.style8.ht--light .main-nav > ul > li.active > a,
.site-header.style8.ht--light .main-nav > ul > li > a:hover,
.site-header.style8.ht--light .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style8.ht--light .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(0, 0, 0, 0.5);}
.site-header.style8.ht--light .header-search .searchsubmit {color: rgba(0, 0, 0, 0.4);}
.site-header.style8.ht--light .header-search .kl-field-bg {background-color: rgba(0, 0, 0, 0.1); }
.site-header.style8.ht--light .header-search .inputbox:focus {color: #454545; }
.site-header.style8.ht--light .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.15);}
.site-header.style8.ht--light .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.2);}
.site-header.style8.ht--light .kl-main-header .kl-cta-lined:hover { color: #f9f9f9; background-color: #000;}
body .site-header.style8.ht--light .zn-res-menuwrapper .zn-res-trigger:after {background: #353535; box-shadow: 0 8px 0 #353535, 0 16px 0 #353535;}
/* Sticked state */
.header--is-sticked .site-header.style8 .site-logo a,
.header--is-sticked .site-header.style8 .header-search,
.header--is-sticked .site-header.style8.cta_button .header-search {height: 55px; }
/* Page subheader top padding after style8 header */
.site-header.style8 ~ .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top: 190px; }
/* Page subheader top padding force 50px when in Relative position mode */
.site-header.style8.site-header--relative ~ .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top:50px;}

/**** HEADER 9 */
.site-header.style9 {background:rgba(255,255,255,0.9); border-bottom:3px solid #ababab; box-shadow: none; height: auto;}
.site-header.style9,
.site-header.style9.site-header--relative.header--sticky + .siteheader-helper {height: auto; min-height: 160px; }
.site-header.style9 .logosize--contain .site-logo a {height: 60px;}
.site-header.style9 .logosize--yes .site-logo {min-height: 60px; }
.site-header.style9 .logosize--contain .site-logo .logo-img {padding-top:0; padding-bottom: 0;}
.site-header.style9 .kl-default-logo {-webkit-filter: none; filter: none;}
.site-header.style9 .kl-default-logo path {fill:#757575;}
.site-header.style9 .separator {background:#000; height:1px; opacity:.1;}
.site-header.style9 .kl-top-header {color:rgba(0, 0, 0, 0.7);}
.site-header.style9 .header-links-container {float: right; height:auto; margin-right: 0}
.site-header.style9 .header-leftside-container {float:left; line-height: 24px; margin: 5px 0; position: relative;}
.site-header.style9 .kl-header-toptext {margin-left:30px; font-size: 11px; line-height: 24px;display: block;float: left;}
.site-header.style9 .kl-header-toptext a {color:rgba(0, 0, 0, 0.7);}
.site-header.style9 .topnav {margin-bottom: 0; margin-top: 0;}
.site-header.style9 .topnav:not(.social-icons) > li > a,
.site-header.style9 .topnav.sc--clean > li > a,
.site-header.style9 .topnav > li .icon-white {color:#878787;}
.site-header.style9 .topnav:not(.social-icons) > li > a:hover,
.site-header.style9 .topnav.sc--clean > li > a:hover,
.site-header.style9 .topnav > li a:hover .icon-white {color:#676767;}
.site-header.style9 .topnav.social-icons {margin: 0; padding: 0; position: relative; top: 0; margin-left: 10px}
.site-header.style9 .topnav.social-icons li { margin:0; margin-left: 10px; margin-top:2px;}
.site-header.style9 .topnav.social-icons.sc--clean li,
.site-header.style9 .topnav.social-icons li:first-child { margin-left:0;}
.site-header.style9 .header-leftside-container .topnav {margin-bottom: 0; margin-top: 0;float: left;margin-left: 0;margin-right: 10px;}
.site-header.style9 .header-leftside-container .topnav > li{margin-left:0}
.site-header.style9 .kl-main-header {position:relative; z-index: 0;}
.site-header.style9 .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.style9 .kl-cart-button + .pPanel {left:auto; right:0;   margin-left: 0; margin-right: -10px;}
.site-header.style9 .header-search { float: left; clear: none;}
.site-header.style9 .header-search,
.site-header.style9.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.style9 .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.style9 .header-searchform {border:0; padding: 5px 10px; background-color: transparent; border-radius: 3px; }
.site-header.style9 .header-search .searchBtn {display: none}
.site-header.style9 .header-search .inputbox {position: relative; z-index: 1;}
.site-header.style9 .header-search .searchsubmit {z-index: 1;  color: rgba(0, 0, 0, 0.4);}
.site-header.style9 .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.style9 .header-search .inputbox:focus { color: #454545; }
.site-header.style9 .header-search .inputbox:hover ~ .kl-field-bg { background-color: rgba(0, 0, 0, 0.15);}
.site-header.style9 .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.style9 .ctabutton {position: absolute; right:15px; z-index: 1; }
.site-header.style9 .kl-cta-ribbon {  margin-top: -7px; margin-bottom: -10px; }
.site-header.style9 .kl-cta-lined {margin-top: -6px; margin-bottom: -8px; font-size: 90%; padding: 17px; color: #fff; border:0; background: #000; }
.site-header.style9 .kl-cta-lined:hover { color: #f9f9f9; background-color: #000; }
.site-header.style9 .logo-container,
.site-header.style9 .site-logo {margin:10px auto; float:none; clear: none;}
.site-header.style9 .logo-container .logo-infocard {left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }
.site-header.style9 .main-nav {float:none; text-align: center; /*position: relative;*/ }
.site-header.style9 .main-nav > ul {display: inline-block; text-align: start; margin-top:8px; margin-bottom: 2px;}
.site-header.style9 .main-nav > ul > li {padding-bottom: 0; }
.site-header.style9 .main-nav > ul > li > a {color: #656565;}
.site-header.style9 .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(39, 39, 39, 0.4);}
.site-header.style9 .main-nav > ul > li.active > a,
.site-header.style9 .main-nav > ul > li > a:hover,
.site-header.style9 .main-nav > ul > li:hover > a {color:#fff;}
body .site-header.style9 .zn-res-menuwrapper {float: left; margin-top: 0; margin-left: 0; }
body .site-header.style9 .zn-res-menuwrapper .zn-res-trigger:after{background: #575757; box-shadow: 0 8px 0 #575757, 0 16px 0 #575757;}
body .site-header.style9 .zn-res-menuwrapper .zn-res-trigger {margin-top: 9px; margin-bottom: 9px; }
/* Site header text colors (Light) */
.site-header.style9.sh--light .topnav:not(.social-icons) > li > a,
.site-header.style9.sh--light .topnav.sc--clean > li > a,
.site-header.style9.sh--light .topnav> li .icon-white {color:#fff; }
.site-header.style9.sh--light .topnav:not(.social-icons) > li > a:hover,
.site-header.style9.sh--light .topnav.sc--clean > li > a:hover,
.site-header.style9.sh--light .topnav > li a:hover .icon-white {color:#fff; opacity:.9;}
.site-header.style9.sh--light .main-nav > ul > li > a {color: #f5f5f5;}
.site-header.style9.sh--light .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(255, 255, 255, 0.5);}
.site-header.style9.sh--light .kl-top-header {color: rgba(255, 255, 255, 0.7); }
.site-header.style9.sh--light .separator {background: #FFF; opacity: 0.15; }
.site-header.style9.sh--light .kl-cta-lined:hover { color: #111; background-color: #fff; }
.site-header.style9.sh--light .header-search .searchsubmit {color: rgba(255, 255, 255, 0.4);}
.site-header.style9.sh--light .header-search .kl-field-bg {background-color: rgba(255, 255, 255, 0.1); }
.site-header.style9.sh--light .header-search .inputbox:focus {color: #E3E3E3;}
.site-header.style9.sh--light .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.15);}
.site-header.style9.sh--light .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(255, 255, 255, 0.2);}
body .site-header.style9.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.style9.sh--dark .topnav:not(.social-icons) > li > a,
.site-header.style9.sh--dark .topnav.sc--clean > li > a,
.site-header.style9.sh--dark .topnav > li .icon-white {color:#222;}
.site-header.style9.sh--dark .kl-header-toptext a {color:rgba(0, 0, 0, 0.8);}
.site-header.style9.sh--dark .topnav:not(.social-icons) > li > a:hover,
.site-header.style9.sh--dark .topnav.sc--clean > li > a:hover,
.site-header.style9.sh--dark .topnav > li a:hover .icon-white {color:#111;}
.site-header.style9.sh--dark .main-nav > ul > li > a {color: #252525;}
.site-header.style9.sh--dark .main-nav > ul > li.active > a,
.site-header.style9.sh--dark .main-nav > ul > li > a:hover,
.site-header.style9.sh--dark .main-nav > ul > li:hover > a {color:#fff;}
.site-header.style9.sh--dark .main-nav > ul > li.menu-item-has-children > a:after {background-color: rgba(0, 0, 0, 0.7);}
.site-header.style9.sh--dark .kl-top-header {color: rgba(0, 0, 0, 0.7); }
.site-header.style9.sh--dark .separator {background: #000; opacity: 0.15; }
.site-header.style9.sh--dark .header-search .searchsubmit {color: rgba(0, 0, 0, 0.5);}
.site-header.style9.sh--dark .header-search .kl-field-bg {background-color: rgba(0, 0, 0, 0.2); }
.site-header.style9.sh--dark .header-search .inputbox:focus {color: #fff;}
.site-header.style9.sh--dark .header-search .inputbox:hover ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.25);}
.site-header.style9.sh--dark .header-search .inputbox:focus ~ .kl-field-bg {background-color: rgba(0, 0, 0, 0.3);}
body .site-header.style9.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.style9 .logo-container,
.header--is-sticked .site-header.style9 .site-logo {margin-top:0; margin-bottom: 0;}
.header--is-sticked .site-header.style9,
.header--is-sticked .site-header.style9 .site-logo a {min-height: 120px;}
.header--is-sticked .site-header.style9.cta_button .ctabutton {margin-top: -6px; }
/* Page subheader top padding after style8 header */
.site-header.style9 ~ .page-subheader:not(.site-subheader-cst) {min-height: 350px; }
.site-header.style9 ~ .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top: 230px; }
/* Safe padding for first elements right after the header */
.site-header.style9 ~ .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
.site-header.style9 ~ .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {padding-top:160px;}

@media (max-width: 480px) {
    .site-header.style9 .site-logo .logo-img {max-width: 200px !important; height: auto;}
	.site-header.style5 .site-logo .logo-img {max-width: 150px !important; height: auto;top:10px; margin-left:-150px; }
	.header--sticky .site-logo .logo-img-sticky{top: 160%;
left: 24%;}
.siteheader-container {
    position: relative;

}
.cat_post_inner {
  background-color: #eee;
  float: left;
  height: 300px;
  margin: 3% 3% 0 0;
  width: 97%;
}
.cat_main {
  margin: 0 auto;
  width: 100%;
}
#searchsubmit {
  display: none;
  
}
.jobsearch {
    display:none;
}
#jobsearch input {
    display:none;
}
.right-baidgrams {
	display:none;
	}
img	{
	width:auto;
	height:auto;
	}
.mailtext{
font-size:11px;
}
.browse-index {
    float: left;
    margin: 0 5% 0 0;
    width: 100%;
}

}
@media (min-width: 768px) and (max-width: 991px)   {
    .site-header.style9 .site-logo .logo-img {max-width: 200px !important; height: auto;}
	.site-header.style5 .site-logo .logo-img {max-width: 150px !important; height: auto; top:0px; margin-left:0px;  }
	.header--sticky .site-logo .logo-img-sticky{top: 160%;
left: 21%;}
.siteheader-container {
    position: relative;
}
.site-logo {padding-bottom:60px;}

.mailtext{color: #17174A;
margin-left: 3px;
font-weight: normal;
font-family:gillsansstd;
font-size:13px;
}

.mtext {
   
    font-size: 9pt;
    height: 17px;
    margin-left: 3px;
    padding-left: 7px;
    padding-top: 1px;
    width: 18px;
}

.mname {
    font-size: 11pt;
    color: #7F7FA1;
    font-weight: normal;
    margin-left: 15px;
}

.michname {
    color: #1e1e57;
    font-family: gillsansstd-condensed;
    font-size: 16pt;
    font-weight: normal;
    margin-left: 11px;
	margin-top: 9px;
	 display: inline-block;
}
.footdiv{

margin-top: 0px;

}

.cat_main {
  margin: 0 auto;
  width: 95%;
}
.read {
	
	font-family:gillsansstd;
	font-size:9px;
	padding-left:6px;
	padding-right:6px;
	
	
}
img	{
	width:99%;}
.col-md-9 {
	width:100%
}
.col-md-3 {
	width:100%;}
.browse-index {
    float: left;
    margin: 0 5% 0 0;
    width: 45%;
}
 .thumbnaill > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right:auto;
    margin-left: auto;
	
 border-bottom: 2px solid red;
}.thumbnaill {
    float: left !important;
    padding: 10px 45px 10px 45px;
	border: 0px solid #DDD !important;
}
.footdiv{
height:115px !important;
}
	
}

/* social icons */
.social-icons {margin-left:10px; margin-bottom:0; z-index: 1; float:right; }
.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:#CD2122;}
/* 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; margin-top:5px; margin-left:20px;}
.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;}

/* 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; }
/* used in several sliders */
.zn-shadow-lifted {box-shadow: 0 40px 20px -25px rgba(0, 0, 0, 0.25);}

#page_wrapper {position: relative; overflow: hidden;}

/* 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;}
	/* Safepadding after the relative header */
	.site-header--relative ~ .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
	.site-header--relative ~ .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {padding-top:50px;}
}

.site-content {position:relative; }
.site-content {margin-top: 0px;  }
.site-header.site-header--absolute + .site-content {padding-top: 200px; margin-top:0; }
@media screen and (max-width: 767px){
	.site-header.site-header--absolute + .site-content  {padding-top: 80px; }
}
.site-content .kl-slideshow {background: none transparent; clear: both; display: block; }

/*#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: 330px; }
.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;}
.page-subheader .bgback.bg1 {background:url(/images/page-headers/bg1.jpg) no-repeat center top;}
.page-subheader .bgback.bg2 {background:url(../images/page-headers/xbg2.jpg) no-repeat center top;}
.page-subheader .bgback.bg3 {background:url(../images/page-headers/xbg3.jpg) no-repeat center top;}
.page-subheader .bgback.bg4 {background:url(../images/page-headers/xbg4.jpg) no-repeat center top;}

.ph-content-wrap {padding-bottom: 50px}
/* 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;}

/* Subheader coming after the relative header */
.site-header--relative ~ .page-subheader,
.site-header--relative ~ .zn_pb_wrapper .page-subheader { min-height:100px; }
.site-header--relative ~ .page-subheader .ph-content-wrap,
.site-header--relative ~ .page-subheader:not(.site-subheader-cst) .ph-content-wrap,
.site-header--relative ~ .zn_pb_wrapper .page-subheader .ph-content-wrap,
.site-header--relative ~ .zn_pb_wrapper .page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top:50px;}

/*.ph-content-v-center {display: table; width: 100%; height: 100%; }
.ph-content-v-center > div {display: table-cell; vertical-align: middle; }*/

/* 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: -15px; z-index: 0;}
.page-subheader.nobg,
.kl-slideshow.nobg {background:none;}
.page-subheader.hasMargin,
.kl-slideshow.hasMargin {margin-bottom:40px;}

/* HOLIDAY HEADERS */
.christmas-header .page-subheader {min-height:400px;}
.christmas-header .page-subheader .bgback {background:url(../images/holiday_headers/christmas.jpg) no-repeat center top;}
.christmas-header .site-logo {position:relative;}
body.christmas-header .site-logo a {padding:35px 25px 15px;}
.christmas-header .site-logo:after {content:''; width:50px; height:43px; position:absolute; top: 12px; left:50%; margin-left: 25px; z-index:99999; background:url(../images/holiday_headers/christmas_hat.png) no-repeat;}
.easter-header .page-subheader {min-height:400px;}
.easter-header .page-subheader .bgback {background:url(../images/holiday_headers/easter.jpg) no-repeat center top;}

.page-subheader .row {margin-bottom:0;}

.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;}
/* 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: rgba(255, 255, 255, 1); 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:#fff; line-height:1.3; margin:0 0 5px}
.subheader-subtitle { color: #fff; display: inline-block; margin: 0; font-weight: 400; font-size: 16px;}

.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;}


/* page preloader */
#page-loading { background-color: #fff; position: fixed; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: all .3s ease; transition: all .3s ease; z-index: 999999; }
#page-loading:after { position: absolute; content: ' '; width: 42px; height: 42px; left: 50%; top: 50%; margin: -21px 0 0 -21px; border: 2px solid #ff2021; border-radius: 30px; opacity: 0; -webkit-animation: pulsate 1s ease-out; animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
@-webkit-keyframes pulsate {
	0% { -webkit-transform: scale(.1); transform: scale(.1);  opacity: 0.0; }
	50% { opacity: 1; }
	100% { -webkit-transform: scale(1.2); transform: scale(1.2);  opacity: 0; }
}
@keyframes pulsate {
	0% { -webkit-transform: scale(.1); transform: scale(.1);  opacity: 0.0; }
	50% { opacity: 1; }
	100% { -webkit-transform: scale(1.2); transform: scale(1.2);  opacity: 0; }
}

.kl-slideshow ul {list-style:none; margin:0; padding:0;}

/* kl-slideshow background skins */
.kl-slideshow.dark-blue,
.page-subheader.dark-blue {background-color: #345370;} /* also default */
.kl-slideshow.normal-blue,
.page-subheader.normal-blue {background-color: #2A8FBD;}
.kl-slideshow.light-blue,
.page-subheader.light-blue  {background-color: #00B4FF;}
.kl-slideshow.dark-red,
.page-subheader.dark-red  {background-color: #A40802;}
.kl-slideshow.normal-red,
.page-subheader.normal-red  {background-color: #F02311;}
.kl-slideshow.light-red,
.page-subheader.light-red  {background-color: #FF4040;}
.kl-slideshow.dark-green,
.page-subheader.dark-green  {background-color: #2A6400;}
.kl-slideshow.normal-green,
.page-subheader.normal-green  {background-color:#7FAF1B;}
.kl-slideshow.light-green,
.page-subheader.light-green  {background-color: #72DB27;}
.kl-slideshow.dark-gray,
.page-subheader.dark-gray  {background-color: #333;}
.kl-slideshow.normal-gray,
.page-subheader.normal-gray  {background-color: #777;}
.kl-slideshow.light-gray,
.page-subheader.light-gray  {background-color: #aaa;}
.kl-slideshow.yellow,
.page-subheader.yellow  {background-color: #FFFF00;}
.kl-slideshow.purple,
.page-subheader.purple  {background-color: #47092E;}
.kl-slideshow.orange,
.page-subheader.orange  {background-color: #FF7213;}
.kl-slideshow.black,
.page-subheader.black  {background-color: #0C0C0C;}
.kl-slideshow.white,
.page-subheader.white  {background-color: #f5f5f5;}

/* static content in kl-slideshow */
#kl-slideshow .bg-wrapper-image {width:100%; height:100%; min-height:500px; background:url(../images/sliders/static/bg1.jpg) no-repeat center center;background-size: cover;}
#kl-slideshow #bottom_mask {position:absolute; bottom:0; left:0; width:100%; height:27px; z-index:99; background:url(../images/bottom_mask.png) no-repeat center top;}
#kl-slideshow #bottom_mask.mask2 {height:33px; background:url(../images/bottom_mask2.png) no-repeat center top;}

.kl-slideshow .bg-wrapper-png {width:100%; height:100%; min-height:500px; background:url(../images/sliders/static/rayoflight.png) no-repeat center center;}

/*** 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; padding-bottom: 35px;}
.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);}
/* 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);}*/

/* Counter */
.ud_counter{margin:0 0 50px;}
.ud_counter ul{display:inline-block;margin:0;padding:0;list-style:none}
.ud_counter ul li{display:inline-block; margin:0 20px 15px 0; font-size:28px; font-weight:700; padding:15px 0; width:70px; text-align:center; background:rgba(0,0,0,0.2); border-radius:2px;}
.ud_counter ul li span{display:block;font-size:13px; margin-top: 17px; line-height: 1;}
.ud_counter ul li.till_lauch {height: 80px; width:80px; padding:0; vertical-align:top;}

#mail_when_ready {float:left; margin: 0;}
#mail_when_ready input[type=submit] {vertical-align:top;}

/* Caroufredsel Default */
.cfs--default {margin: 0; position: relative; zoom: 1;}
.cfs--default > ul {margin:0; padding:0; list-style: none;}
.cfs--default .cfs--item,
.cfs--default > ul > li {display:block; float:left; position: relative;}
/* CFS SVG navigation */
.cfs-svg--next,
.cfs-svg--prev { width:40px; height: 60px; display: block !important; cursor: pointer;}
.cfs-svg--next svg,
.cfs-svg--prev svg {display: inline-block; }
.cfs-svg--next polyline,
.cfs-svg--prev polyline {-webkit-transition: stroke-width 250ms ease-in-out;transition: stroke-width 250ms ease-in-out; }
.cfs-svg--prev:hover polyline,
.cfs-svg--prev:focus polyline {stroke-width: 3; }
.cfs-svg--prev:active polyline {stroke-width: 6; -webkit-transition: stroke-width 100ms ease-in-out; transition: stroke-width 100ms ease-in-out; }
.cfs-svg--next:hover polyline,
.cfs-svg--next:focus polyline {stroke-width: 3; }
.cfs-svg--next:active polyline {stroke-width: 10; -webkit-transition: stroke-width 100ms ease-in-out; transition: stroke-width 100ms ease-in-out; }



/* Mod Title */
.m_title {margin-top:0; color:#CD2122; font-family:"GillSansStd"; /*text-transform: uppercase;*/} /* uppercase disabled, manually uppercase text */
h3.m_title {font-family:"GillSansStd" !important; font-size:18px; line-height: 1.4;  }
.smallm_title {color:#CD2122; 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:#CD2122; 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;}

/* Textbox */
.zn_text_box {/*padding-bottom: 20px;*/ font-family:"GillSansStd"; margin-top: 25px; font-size:16px;}
.zn_text_box-title--style1 {font-size: 16px; color:#CD2122; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);}
.zn_text_box-title--style2 {font-size: 26px; color:#535353; font-weight: normal; margin-top: 0; font-family:"GillSansStd";}



/* Circle Title text box */
.circle-text-box .circle-headline { }
.circle-text-box .wpk-circle-span {font-size: 12px; font-weight:300; display:inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; position: relative; color: #ffffff; -webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1); transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box .wpk-circle-span > span { position:relative; z-index:1; }
.circle-text-box .wpk-circle-span:after {content:''; position:absolute; left:0; top:0; display:inline-block; background-color: #cd2122; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; -webkit-transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1); transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box .wpk-circle-span { float: left; margin-right: 20px;}
.circle-text-box .wpk-circle-title { height: 55px; margin: 0 0 30px; font-size: 20px; font-weight: 600; border-bottom: 1px dotted rgba(0,0,0,0.3); color: #cd2122;}
.circle-text-box .wpk-circle-span + .wpk-circle-title { overflow: hidden; line-height: 60px;}
.circle-text-box.style1:hover .wpk-circle-span:after {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}
/* Circle Title text box - Style 2 */
.circle-text-box.style2 .wpk-circle-span::before { content: ''; position: absolute; right: 5px; bottom: 5px; background: #CD2122; width: 14px; height: 14px; border-radius: 2px; -webkit-transition:all .2s cubic-bezier(0.680, 0, 0.265, 1); transition:all .2s cubic-bezier(0.680, 0, 0.265, 1);}
.circle-text-box.style2:hover .wpk-circle-span {}
.circle-text-box.style2:hover .wpk-circle-span::before { -webkit-transform:translate3d(5px, 5px, 0); transform:translate3d(5px, 5px, 0); }
.circle-text-box.style2:hover .wpk-circle-span::after { -webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2) }
/* Circle Title text box - Style 3 */
.circle-text-box.style3 .wpk-circle-span  {font-size:12px; font-weight:300; display:inline-block; background: #cd2122; color:#ffffff; width: auto; height: 45px; line-height: 45px; text-align: right; z-index: 1; border-radius: 3px; padding-left: 25px; margin-left:-25px; padding-right: 10px;  }
.circle-text-box .wpk-circle-span > span { position:relative; z-index:1; }
.circle-text-box.style3 .wpk-circle-span:after {display:none;}
.circle-text-box.style3 .wpk-circle-title { height: 42px; margin: 0 0 35px; }
.circle-text-box.style3 .wpk-circle-span + .wpk-circle-title { line-height: 45px;}
.circle-text-box.style3:hover .wpk-circle-span  { padding-left: 35px; margin-left:-35px; }

/* page title */
.page-title,
.subtitle {line-height:1.4; margin-bottom: 25px; padding-bottom: 25px; border-bottom:1px solid #cbcbcb;}
.page-title {font-size:26px; color:#050505; margin-top: -9px; font-family:gillsansstd !important;}
.subtitle {font-size:36px; color:#595959; font-weight:300;}

/* support panel */
.support_panel {background:#eee; height:auto; max-height:0; -webkit-transition:max-height .2s ease-out; transition:max-height .2s ease-out; position:relative; overflow:hidden; z-index: 1; box-shadow:0 0 15px rgba(0, 0, 0, 0.4) inset; }
.support_panel.is-opened { margin-top:0; /*height:auto;*/ max-height:1000px; -webkit-transition: max-height .4s ease-out; transition: max-height .4s ease-out;}
.support_panel .container {padding:15px 0; }
.support_panel .widget {margin-bottom:0; margin-left: 15px; margin-right: 15px;}
#open_sliding_panel .glyphicon-remove-circle,
#open_sliding_panel.active .glyphicon-info-sign {display: none !important;}
#open_sliding_panel.active .glyphicon-remove-circle {display: inline-block !important;}
#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;}

.how_to_shop > .row {display: none; 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:#CD2122;text-align: center; margin-right: 10px; font-weight: 900; border-radius:50%;margin-bottom: 5px;}


/** Login Register stuff */
.login-panel,
.register-panel,
.forgot-panel { padding: 50px;}
.loginbox-popup .m_title {font-size: 16px; font-weight: 400; color: #4a4a4a; margin-bottom: 20px; line-height: 1.9; text-shadow: none; }
.loginbox-popup input[type=submit] {border:0; vertical-align: top; }
.loginbox-popup input[type=submit],
.login-panel .login_facebook {display: inline-block; background: #E12121; color: white; font-size: 14px;  }
.loginbox-popup input[type=submit] {margin-right: 0; }
.login-panel .create_account {margin-right: 8px; background: none !important; }
.login-panel .create_account + .sep {margin-right: 8px; border-left: 1px solid #ccc;}
.login-panel .login_facebook {background:#3b5998; margin-right:30px;}
.loginbox-popup .links a {font-size:11px; font-weight:400; color:#898989; }
.loginbox-popup .links a:hover {color:#585858; }
.loginbox-popup .links {margin-top:20px; color: #4A4A4A; font-size: 10px; font-weight: 600; }
.zn_remember {margin: 0 0 20px; display: block; font-weight: 300; text-transform: uppercase; font-size: 11px; text-shadow: none; }
.zn_remember input {margin:0; }
.loginbox-popup input.zn_blocked   {opacity:0.5; }

.mfp-bg.mfp-fade.mfp-bg-lighter {background:#000;}
.mfp-bg.mfp-fade.mfp-bg-lighter.mfp-ready {opacity:.75;}
.loginbox-popup {width: 420px; margin:0 auto; border: 1px solid #fff; background: #ededed; box-shadow: 0 0 20px #000; border-radius: 2px; position: relative;}
.register-popup {width:350px;}

/** Scroll to top button **/
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:49px; z-index:999; 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); }
.on--totop #totop { right:10px; opacity:0.7; }
#totop:hover { opacity:1; }

/** Action Box **/
.action_box {padding:24px 0; color:#fff; border-top:2px solid #fff; border-bottom:1px solid #fff; position:relative; background-color:#CD2122; clear: both; }
.action_box .action_box_content { max-width: 1170px; margin: 0 auto; padding:0 15px; width: 100%; }
.action_box h4.text {margin: 10px 0; font-weight: 200; font-size: 24px; line-height: 1.4;}
.action_box .ac-subtitle { color: rgba(255, 255, 255, 0.6); line-height: 1.6 }
.action_box .ac-btn { margin-left: 5px; margin-right:5px;}
.action_box:after,
.action_box:before {content:""; position:absolute; left:50%; bottom:-14px; margin-left: -25%; border-radius:3px; border: 8px solid transparent; border-top-width: 7px; border-top-color:#CD2122;}
.action_box:after { border-top-color:rgba(0,0,0,0.2); }
.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {margin-left: -7px; }
.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {margin-left: 25%; }
/* Style 2 */
.action_box.style2 .action_box_content { display: block; }
.action_box.style2 .ac-content-text, .action_box.style2 .ac-buttons { display: block; text-align: center; padding-left: 0; }
.action_box.style2 .ac-content-text { margin-bottom: 25px; }
.action_box.style2 .ac-btn, .action_box.style2 .ac-btn:last-child { display: inline-block; margin: 0 5px; }
/* Action Box style 3 */
.style3 .action_box_inner {background-color: #CD2122; position: relative; padding: 35px; border-radius: 6px; z-index: 1;}
.style3 .action_box_inner:before {position: absolute; content: ''; background-color: #CD2122; top: -6px; left: 0; width: 100%; height: 100%; display: block; -webkit-transform: skewY(1.5deg); -ms-transform: skewY(1.5deg); transform: skewY(1.5deg); border-radius: 6px; transform-origin: right top;}
.style3 .action_box_inner:after {position: absolute; content: ''; background-color: rgba(0, 0, 0, 0.2); width: 90%; height: 30%; display: block; border-radius: 4px; -webkit-transform: skewY(-2deg); -ms-transform: skewY(-2deg); transform: skewY(-2deg); right: 5%; top: -20px; z-index: -1; }
.action_box.style3 {padding:0;border-radius: 6px;}
.action_box.style3 .action_box_content{position:relative;}
.action_box.style3:before {position: absolute; content: ''; background-color: #CD2122; width: 30px; height: 32px; display: block; bottom: -6px; left: 20%; border-radius: 4px; -webkit-transform: skewY(35deg); -ms-transform: skewY(35deg); transform: skewY(35deg); }
.action_box.style3:after {display:none}

@media (min-width: 1200px) {
	.action_box .action_box_content { display: table; }
	.action_box .ac-content-text { display: table-cell; }
	.action_box .row.flex {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
	.action_box .ac-buttons { text-align: right; display: table-cell; vertical-align: middle; padding-left: 30px;}
	.action_box .ac-btn {  display: inline; }
/* 	.action_box .ac-btn:last-child { margin-left: 15px; }  */
}
@media (max-width: 1200px) {
	.action_box { text-align: center; }
	.action_box .ac-content-text { margin-bottom: 25px; }
	.action_box.style3 {margin-top:40px;}
}
@media (max-width: 991px) {
	.action_box .ac-btn { margin-top:10px; }
}


/* Site Content */

.hoverBorder {position:relative; display:inline-block; margin-bottom: 25px;}
.hoverBorder:hover img { border-radius:2px; opacity:0.8; }
.hoverBorderWrapper {position:relative; display:inline-block;}
.hoverBorderWrapper img {max-width:100%; box-sizing: border-box; border-radius: 3px; width: 100%;}
@media screen and (max-width: 767px) {
	.hoverBorderWrapper img {margin-left: auto; margin-right: auto;}
}
.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 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; border-radius: 2px;}
.image-boxes .hoverBorder {margin-bottom:20px;}
.image-boxes .theHoverBorder {box-shadow: none}
.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:#CD2122; 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.zn_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;}
.imgboxes_style4 .imgboxes-wrapper:not(:only-child) {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: #CD2122; 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 #cd2122; -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 #cd2122;}
.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;}

/* tabs style 1 */
.tabs_style1 {background:#fff; border:1px solid #ececec;}
.tabs_style1 > ul.nav {margin-bottom:0; background: rgb(255,255,255); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); border-bottom: 1px solid #ececec;}
.tabs_style1 > ul.nav > li {float:left; margin-bottom: -3px;}
.tabs_style1 > ul.nav > li > a {padding: 14px 20px 15px; line-height: 1.4;  border-right:1px solid #ececec; color:#343434;margin-bottom: 2px;}
.tabs_style1 > ul.nav > li.active > a,
.tabs_style1 > ul.nav > li > a:hover {background-color:#fff;}
.tabs_style1 > ul.nav > li.active > a {border-top: none; border-left:0; font-weight:700; padding: 17px 20px 15px; margin-top: -2px;}
.tabs_style1 .tab-content {display: table; width: 100%;padding: 0 15px 15px; width:auto;}
.tabs_style1 .tab-content>.active{ padding-top: 10px;}

/* tabs style 2 */
.tabs_style2 {margin:10px 0;}
.tabs_style2 > ul.nav {margin-bottom:10px;}
.tabs_style2 > ul.nav > li {float:left; border-left:1px dotted #ccc; line-height:18px; }
.tabs_style2 > ul.nav > li:first-child {border-left:0;}
.tabs_style2 > ul.nav > li:first-child a {border-left:0; padding-left:0; }
.tabs_style2 > ul.nav > li > a {padding: 4px 20px; line-height: 18px; color:#555; font-weight:bold;}
.tabs_style2 > ul.nav > li.active > a,
.tabs_style2 > ul.nav > li > a:hover {background:none; color:#222;}
.tabs_style2 .tab-content {display: table; width: 100%; padding:0;}

/* tabs style 3 */
.tabs_style3 {background:#fff; border:1px solid #ececec;border-radius: 5px;position: static;overflow: hidden;}
.tabs_style3 > ul.nav {margin-bottom:0; background: rgb(255,255,255); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );}
.tabs_style3 > ul.nav > li {float:left; margin-bottom:-1px;}
.tabs_style3 > ul.nav > li > a {padding: 8px 20px; line-height: 18px; border: 1px solid transparent; border-left:1px solid #fff; border-right:1px solid #ececec; color:#343434;}
.tabs_style3 > ul.nav > li.active > a,
.tabs_style3 > ul.nav > li > a:hover {background-color:#fff;}
.tabs_style3 > ul.nav > li.active > a {border-left:0; font-weight:700; }
.tabs_style3 .tab-content {display: table; width: 100%;padding: 10px 15px 15px;}

/* tabs style 4 */
.tabs_style4 > ul.nav {margin-bottom:0;}
.tabs_style4 > ul.nav > li {float:left; margin-bottom:-1px;}
.tabs_style4 > ul.nav > li > a {padding: 8px 20px; line-height: 18px; color:#343434;}
.tabs_style4 > ul.nav > li.active > a,
.tabs_style4 > ul.nav > li > a:hover {color:#222;}
.tabs_style4 > ul.nav > li.active > a { background:#fff; border:1px solid #ececec; border-bottom:0; border-top-left-radius:5px; border-top-right-radius:5px; }

.tabs_style4 .tab-content {display: table; width: 100%;padding: 10px 15px 15px; border:1px solid #ececec; background:#fff; }

/* tabs style 5 */
.tabs_style5 > ul.nav {border-bottom: 2px solid #dfdfdf;}
.tabs_style5 > ul.nav > li { float: left; margin-bottom: -2px;}
.tabs_style5 > ul.nav li > a { color: #909090;}
.tabs_style5 > ul.nav li > a:hover { color: #535353;}
.tabs_style5 > ul.nav > li.active > a { color: #535353; border-bottom: 2px solid #cd2122; background: none;}

.tabs_style5 > ul.nav > li:first-child > a { padding: 8px 20px 8px 0;}
.tabs_style5 > ul.nav > li > a { padding: 8px 20px; line-height: 18px; }
.tabs_style5 > ul.nav > li > a:hover { background: none; }

.tabs_style5 .tab-content h5 { color: #4d4d4d; }
.tabs_style5 .tab-content {display: table; width: 100%; padding: 10px 0 15px;}

/* Centered Tabs */
ul.nav.nav-alignment--center {text-align: center;}
ul.nav.nav-alignment--center > li {float:none !important; display: inline-block;}
/* Style5 tweak */
.tabs_style5 > ul.nav.nav-alignment--center > li:first-child > a { padding-left:20px;}

/* Right aligned Tabs */
ul.nav.nav-alignment--right {text-align: right;}
ul.nav.nav-alignment--right > li {float:none !important; display: inline-block;}
/* Style5 tweak */
.tabs_style5 > ul.nav.nav-alignment--right > li:first-child > a { padding-left:20px;}
.tabs_style5 > ul.nav.nav-alignment--right > li:last-child > a { padding-right:0;}

@media (max-width: 600px) {
    .tabbable > ul.nav > li {
        float: none;
        display: block;
    }

    .tabbable > ul.nav > li > a {
        padding: 12px 20px !important;
    }
}

/* partners carousel */
.partners_carousel h5.title {font-weight:500; margin-top:0; text-shadow:1px 1px 0 #fff}
.partners_carousel ul { margin:0; padding:0; list-style:none; }
.partners_carousel li { float: left; text-align:center; margin:0; padding:0 0 0 10px; width: 250px;}
.partners_carousel li a { display:block; padding: 10px 0; margin:0; min-height:46px; line-height:46px; border:4px solid #f9f9f9; border-radius:3px; background: #ffffff;}
.partners_carousel li a img {opacity:.8; }
.partners_carousel li a:hover { background:#f9f9f9; border:4px solid #eee;}
.partners_carousel li a:hover img { opacity:1; }
.partners_carousel .controls > a {opacity:0.5; }
.partners_carousel .controls > a:hover {opacity:1; }

.infobox1 {text-align:center; background:#ececec; border-bottom:1px solid rgba(255,255,255,0.9); padding: 50px 30px 30px 30px; border-radius:3px; margin-bottom: 30px;}
.infobox1 .m_title { margin: 0 0 10px; font-weight: 300; font-size: 24px; line-height: 1.6;}
.infobox1 .m_title strong { font-weight:600; }
.infobox1:hover {background:#e9e9e9;}

.infobox2 {background:#ececec; border-bottom:1px solid rgba(255,255,255,0.9); padding: 40px 40px 30px; border-radius:2px; margin-bottom: 30px;}
.infobox2 .m_title { margin: 0 0 10px; font-weight: 300; font-size: 24px; line-height: 1.6;}
.infobox2 .m_title strong { font-weight:600; }

.infobox2 .ib-button {float:right; margin-top: 5px; text-align: right;}
.infobox2 .ib-button .btn { font-size: 14px; }
.infobox2:hover {background:#e9e9e9;}


.infobox3 {text-align:center; padding: 80px 30px; margin-bottom: 30px;}
.infobox3 .m_title { margin: 0 0 10px; font-weight: 300; font-size: 24px; line-height: 1.6; text-shadow:none;}
.infobox3 .m_title strong { font-weight:600; }
.infobox3 .ib-button.ib-button-1,
.infobox3 .ib-button.ib-button-2 {margin-top: 30px; display:inline-block; text-transform: uppercase; }
.infobox3 .ib-button.ib-button-1 { margin-right: 20px; }
.infobox3--dark,
.infobox3--dark .m_title {color:#343434;}
.infobox3--light,
.infobox3--light .m_title  {color:#FFF;}

/* info box style 2 */
.ib2-custom .ib2-inner {  padding: 40px;  position: relative;  z-index: 1;  }
.ib2-text-color-light-theme .ib2-inner { border-left: 4px solid #cd2122; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.ib2-info-message { font-size: 13px; font-weight: bold; margin: 0 0 20px 42px; padding: 0 20px 5px 0; display: inline-block; position: relative;  }
.ib2-info-message:before { content: 'i'; position:absolute; left: -42px; top: -5px; width: 32px; height: 32px; line-height: 30px; text-align: center;  border-width: 2px; border-style: solid; color: #CD2122; border-radius: 50%; font-size: 17px; font-weight: 900; }
.ib2-text-color-light-theme .ib2-info-message{ border-bottom: 1px solid #E4E4E4; }
.ib2-text-color-dark-theme .ib2-info-message { color: #fff; }
.ib2-style2.ib2-text-color-dark-theme .ib2-info-message { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.ib2-style3.ib2-text-color-dark-theme .ib2-info-message { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.ib2-style2.ib2-text-color-dark-theme .ib2-info-message:before { border-color: rgba(0, 0, 0, 0.2); color: rgba(0, 0, 0, 0.2); }
.ib2-style3.ib2-text-color-dark-theme .ib2-info-message:before { border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.2); }
.ib2-content--title { font-size: 22px; font-weight: 100; line-height: 1.4; margin: 0 0 10px; }
.ib2-content--text { line-height: 1.8; }
.ib2-content--text p:last-child { margin-bottom: 0; }
.ib2-text-color-light-theme .ib2-content--title { color: #828282; }
.ib2-text-color-light-theme .ib2-content--text { color: #535353; }
.ib2-style2.ib2-text-color-dark-theme .ib2-content--title { color: #fff; }
.ib2-style2.ib2-text-color-dark-theme .ib2-content--text { color: rgba(255, 255, 255, 0.6); }
.ib2-style3.ib2-text-color-dark-theme .ib2-content--title { color: #fff; }
.ib2-style3.ib2-text-color-dark-theme .ib2-content--text { color: rgba(255, 255, 255, 0.6); }
.ib2-style3 { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.ib2-style3:after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; }
.ib2-style3.ib2-text-color-dark-theme:after { background-color: rgba(37, 41, 43, 0.7); }
.ib2-style3.ib2-text-color-light-theme:after { background-color: rgba(255, 255, 255, 0.85); }

.feature_box .box {margin-bottom:15px}
.feature_box .title {font-size: 14px; font-weight: 700; color: #CD2122; text-shadow: 1px 1px 0 white; vertical-align: middle;}
.feature_box .box .title + p {min-height: 0; }
.feature_box.default_style .title > img {margin-right: 10px;}
.feature_box span.icon ~ p {overflow: hidden; }
.feature_box.style2 .box {min-height:0}
.feature_box.style2 span.icon {margin-right: 14px; display:inline-block; padding: 8px;background: #646464;float: left; border-radius: 50%;}
.feature_box.style2 span.icon img {vertical-align:middle;}

.feature_box.style3 .box {min-height:90px; padding:10px; text-align:center; position:relative;}

.feature_box.style3 span.icon.ico1 {
    background: url(../images/icons/featured_boxes3/ico-01.png) no-repeat center top
}

.feature_box.style3 span.icon.ico2 {
    background: url(../images/icons/featured_boxes3/ico-02.png) no-repeat center top
}

.feature_box.style3 span.icon.ico3 {
   	background: url(../images/icons/featured_boxes3/ico-03.png) no-repeat center top
}

.feature_box.style3 span.icon.ico4 {
   	background: url(../images/icons/featured_boxes3/ico-04.png) no-repeat center top
}

.feature_box.style3 .box .title {margin-bottom:25px;}
.feature_box.style3 span.icon {display:inline-block; margin-bottom:20px; width:32px; height:32px;}
.feature_box.style3 .box:hover {background:#CD2122; color:#fff;}
.feature_box.style3 .box:hover .title {margin-bottom:25px; color:#fff; text-shadow:none;}
.feature_box.style3 .box:hover:after {content:''; position:absolute; top:0; left:0; height:2px; width:100%; background:#fff;}
.feature_box.style3 .box:hover:before {content:''; position:absolute; top:2px; left:50%; margin-left:-2px; border:4px solid transparent; border-top-color:#fff;}
.feature_box.style3 .box:hover span.icon {background-position:center bottom;}

.feature_boxes .feature_box[class*="span"] {margin-left: 20px; }


/* Services Boxes */
.services_box--classic .services_box__inner {margin-bottom:30px}
.services_box--classic .services_box__content {overflow: hidden;}
.services_box--classic .services_box__title {font-size: 16px; font-weight: 700; line-height: 1.6; color: #CD2122; margin: 15px 0; vertical-align: middle;}
.services_box--classic .services_box__icon {float:left; width:80px; line-height: 80px; color:#fff; background:#646464; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:background .15s ease-out; transition:background .15s ease-out; position: relative;}
.services_box--classic:hover .services_box__icon {background:#CD2122;}
.services_box--classic .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--classic .services_box__list .glyphicon { font-size:7px; margin-right:10px; color:#868686; top:0; vertical-align: middle; -webkit-transition:color .15s; transition:color .15s;}
.services_box--classic .services_box__list li:hover .glyphicon { color:#454545;}
.services_box--classic .services_box__list-text { vertical-align: middle;}
/* image */
.services_box--classic .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition:opacity .15s ease-out; transition:opacity .15s ease-out;}
.services_box--classic .services_box__iconimg-hover {opacity:0;}
.services_box--classic:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--classic:hover .services_box__iconimg-hover {opacity:1; }
/* icon */
.services_box--classic .services_box__fonticon {color: #fff; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--classic:hover .services_box__fonticon {color:#fff; }

/* Modern Services Boxes */
.services_box--modern .services_box__inner {margin-bottom:30px;position: relative;}
.services_box--modern .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;}
.services_box--modern .services_box__icon { float:left; width:80px; line-height: 80px; box-shadow:inset 0 0 0 2px #cd2122; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:all .15s ease-out; transition:all .15s ease-out;}
.services_box--modern:hover .services_box__icon {box-shadow:inset 0 0 0 40px #cd2122;}
.services_box--modern .services_box__icon-inner {position: relative;height: 100%;}
.services_box--modern .services_box__icon:after {content:''; position:absolute; top:80px; left:40px; height: calc(100% - 60px); width:1px; background-color: rgba(0, 0, 0, 0.07);}
/* image */
.services_box--modern .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition:opacity .15s ease-out;}
.services_box--modern .services_box__iconimg-hover {opacity:0; -webkit-transform: translateX(-50%) translateY(-50%) scale(0); transform: translateX(-50%) translateY(-50%) scale(0); transition:all .15s ease-out}
.services_box--modern:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--modern:hover .services_box__iconimg-hover {opacity:1;  -webkit-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1);}
/* icon */
.services_box--modern .services_box__fonticon {color: #cd2122; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--modern:hover .services_box__fonticon {color:#fff; }
/* list */
.services_box--modern .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--modern .services_box__list li {position: relative;}
.services_box--modern .services_box__list li:before {content:''; width: 5px; height: 5px; position: absolute; left: 38px; top: 9px; border-radius: 50%; display: block;background-color: #fff;box-shadow: 0 0 0 2px #cd2122; -webkit-transition:all .15s; transition:all .15s}
.services_box--modern .services_box__list li:hover:before {box-shadow: 0 0 0 3px #cd2122;}
.services_box--modern .services_box__list-text { vertical-align: middle;}
.services_box--modern.sb--hasicon .services_box__title {margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__desc { margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__list li {padding-left: 100px;}

/* Boxed Services Boxes */
.services_box--boxed {padding: 30px; background:#eee; margin: 0; position:relative; margin-bottom: 30px; border-radius:5px; position: relative;}
.services_box--boxed:hover {z-index: 2; }
.services_box--boxed .services_box__inner {position: relative;}
.services_box--boxed .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;z-index: 2;position: relative;}
.services_box--boxed .services_box__desc {z-index: 2;position: relative;}
.services_box--boxed .services_box__icon { max-height:80px; position: relative; z-index: 2; min-height: 50px;}
/* image */
.services_box--boxed .services_box__iconimg {transition:opacity .2s ease-out;}
.services_box--boxed .services_box__iconimg-hover { position: absolute; left:0; top:0; opacity:0; }
.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {opacity:0; }
.services_box--boxed:hover .services_box__iconimg-hover {opacity:1}
/* icon */
.services_box--boxed .services_box__fonticon {color: #cd2122; font-size: 22px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--boxed:hover .services_box__fonticon {color:#454545; }
/* list */
.services_box--boxed .services_box__list-wrapper {position: absolute; width: 100%;top: -30px;opacity: 0;visibility: hidden; transition:all .2s ease-out;}
.services_box--boxed:hover .services_box__list-wrapper {opacity: 1;visibility: visible;}
.services_box--boxed .services_box__list-bg {position: absolute; width: calc(100% + 60px); height: calc(100% + 30px); background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index: 1; opacity:1;left: -30px;border-radius: 5px;}
.services_box--boxed .services_box__list { list-style:none; margin:0; padding:0; padding-top: 200px; z-index: 1; position: relative;}
.services_box--boxed .services_box__list li {position: relative; line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color: #CD2122; opacity:0;visibility: hidden; transition:all .25s ease-out;}
.services_box--boxed .services_box__list li:nth-child(1) { transform:translateY(10px); transition-delay:0.025s; }
.services_box--boxed .services_box__list li:nth-child(2) { transform:translateY(20px); transition-delay:0.05s; }
.services_box--boxed .services_box__list li:nth-child(3) { transform:translateY(30px); transition-delay:0.075s; }
.services_box--boxed .services_box__list li:nth-child(4) { transform:translateY(40px); transition-delay:0.1s; }
.services_box--boxed .services_box__list li:nth-child(5) { transform:translateY(50px); transition-delay:0.125s; }
.services_box--boxed .services_box__list li:nth-child(6) { transform:translateY(60px); transition-delay:0.15s; }
.services_box--boxed .services_box__list li:nth-child(7) { transform:translateY(70px); transition-delay:0.175s; }
.services_box--boxed .services_box__list li:nth-child(8) { transform:translateY(80px); transition-delay:0.2s; }
.services_box--boxed .services_box__list li:nth-child(9) { transform:translateY(90px); transition-delay:0.225s; }
.services_box--boxed .services_box__list li:nth-child(10) { transform:translateY(100px); transition-delay:0.25s; }
.services_box--boxed:hover .services_box__list li {opacity:1; visibility: visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
/* MQ's */
@media (max-width: 1199px) {
	.services_box .services_box__icon {float: none;}
	/* Modern */
	.services_box--modern.sb--hasicon .services_box__title {margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__desc { margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__list li {padding-left: 0;}
	.services_box--modern .services_box__list li:before,
	.services_box--modern .services_box__icon:after {display: none;}
}
@media (max-width: 767px) {
	.services_box .services_box__inner {text-align: center; }
	.services_box .services_box__icon {float: none; margin: 0 auto; }
	.services_box .services_box__list .glyphicon {display: none}
}
@media (max-width: 568px) {
	.services_box {width: 100%; }
}

/* SERVICES Boxes Element */
.services_box_element .box {padding: 30px; background:#eee; margin: 0; position:relative; height:360px; margin-bottom: 30px;}
.services_box_element .box:hover {background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index:1; border-radius:5px}
.services_box_element .box .title {font-size:22px; margin-bottom: 15px; padding: 6px 0 15px 0; margin-top: 0; text-shadow: 1px 1px 0 white; vertical-align: middle;}
.services_box_element .box .icon {width: 45px; height: 45px; line-height: 45px; border-radius: 3px; transition: all .2s ease-out; background: #646464; float: left; text-align: center; margin-right: 20px; vertical-align: middle; }
.services_box_element .box .icon img {vertical-align: middle; line-height: 45px;display: inline-block;margin-top: -2px; max-width:30px;}
.services_box_element .box .list {margin:0; padding:0; list-style:none; display:none; float:none}
.services_box_element .box .list li {line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color:#CD2122}
.services_box_element .box .list li:first-child {border-top: 0; padding-top: 0}
@media (min-width: 1200px) {
    .services_box_element .box {height:530px;}
}
@media (min-width: 481px) and (max-width: 991px) {
    .services_box_element .box {overflow:hidden;}
}


/* Latest Posts Default */
.latest_posts.default-style .hoverBorder {margin-bottom:10px;}
.latest_posts.default-style .hoverBorder h6 {position:absolute; left:-10px; bottom:16px; color:#fff; padding:11px 14px; background:#CD2122; font-size:12px; font-weight:500; line-height:1; margin: 0; border-radius:2px; }
.latest_posts.default-style .hoverBorder:hover h6 { left:15px; background:#fff; color:#CD2122;}
.latest_posts.default-style a + em {font-size:11px; color:#7d7d7d;}
.latest_posts.default-style .post {margin-bottom: 30px; }
.latest_posts.default-style .post .m_title {font-style:italic; font-size:16px; line-height:1.4; margin-top:10px;}
.latest_posts.default-style .post em {display: block;}
.latest_posts.default-style img { box-shadow: 0 1px 1px rgba(0,0,0,.22); }

/* latest posts default style - style 2 */
.latest_posts.default-style.kl-style-2 .lp-title {background-color: #cd2122; height: 120px; width: 100%; text-align: center; padding: 20px 40px; margin: 0 0 20px; }
.latest_posts.default-style.kl-style-2 .lp-title .m_title {position: relative; color: #fff; text-shadow: none; font-weight: bold; font-size: 20px; line-height: 1; top: 50%; margin: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.latest_posts.default-style.kl-style-2 .post {position: relative; margin-bottom: 10px; }
.latest_posts.default-style.kl-style-2 .post-details {position: absolute; bottom: 0; padding: 20px 15px 15px; }
.latest_posts.default-style.kl-style-2 .m_title a {color: #fff; text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); font-style: normal; margin-bottom: 5px; }
.latest_posts.default-style.kl-style-2 .post-details em {font-style: normal; color: rgba(255, 255, 255, 0.8); font-size: 11px; }
.latest_posts.default-style.kl-style-2 .post-details em a {color: #fff; }
.latest_posts.default-style.kl-style-2 .m_title {position: relative; margin: 0 0 20px; }
.latest_posts.default-style.kl-style-2 .post:not(.lp-title) .m_title:after {position: absolute; content: ''; width: 88px; height: 3px; background-color: #cd2122; left: 0; bottom: -10px; -webkit-transition: width .25s ease-in-out; transition: width .25s ease-in-out; }
.latest_posts.default-style.kl-style-2 .post:not(.lp-title):hover .m_title:after {width: 160px; }
.latest_posts.default-style.kl-style-2 .theHoverBorder {background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%);background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%); box-shadow: none; border-radius: 0; -webkit-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
.latest_posts.default-style.kl-style-2 .hoverBorderWrapper img {border-radius: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.latest_posts.default-style.kl-style-2 .hoverBorder {margin: 0; }
.latest_posts.default-style.kl-style-2 .hoverBorder:hover img {opacity: 1; }
.latest_posts.default-style.kl-style-2 .post:hover .theHoverBorder {opacity: 0; }
/* MQ's */
@media (min-width: 768px) {
	.latest_posts.default-style.kl-style-2 .lp-title {margin-bottom: 0; }
}
@media (min-width: 1200px) {
	.latest_posts.default-style.kl-style-2 .lp-title {height: 350px; margin-bottom: 20px; }
	.latest_posts.default-style.kl-style-2 .lp-title .m_title {font-size: 54px; }

	.latest_posts.default-style.kl-style-2 .post {margin-bottom: 20px; }
}
@media (max-width: 991px) and (min-width: 768px) {
	.latest_posts.default-style.kl-style-2 .lp-title {height: 219px; }
}
@media (max-width: 1199px) and (min-width: 992px) {
	.latest_posts.default-style.kl-style-2 .lp-title {height: 288px; }
}
@media (max-width: 480px) {
	.latest_posts.default-style.kl-style-2 .m_title {margin-bottom: 0; font-size: 10px; }
	.latest_posts.default-style.kl-style-2 .post:not(.lp-title) .m_title:after {content: none; }
	.latest_posts.default-style.kl-style-2 .post-details em {display: none; }
}

.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: #CD2122; 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:#cd2122; 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:#cd2122;}
.latest_posts.style2 ul.posts .text {margin-left:110px;}
.latest_posts.style2 ul.posts .details > span.cat {display: block; }

.latest_posts.style3 {position:relative;margin-top: 23px;}
.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; 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;  font-family: gillsansstd !important; }
.itemBody {
    color: grey;
    font-family: gillsansstd !important;
    font-size: 16px;
}
/*.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; }
.widget_recent_entries .latest_posts .hoverBorder img { max-width: 54px; }


/* latest posts - accordion style */
.latest_posts.acc-style {position:relative;}
.latest_posts.acc-style h3.m_title {position:absolute; top: 14px; z-index:1;margin: 0;}
.latest_posts.acc-style .viewall {position:absolute; top:12px; right:0; font-size:10px; font-weight:bold; color:#757575; z-index:1;}
.latest_posts.acc-style .viewall:hover {color:#111;}
/*
 * Latest Posts Carousels
 * @wpk
 * @since v3.6.8
 */
.latest-posts-carousel {position: relative; }
.latest-posts-carousel .controls {position: relative; right: auto; float: right; }
.latest-posts-carousel .controls > a {opacity: 0.5; filter: alpha(opacity=50); }
.latest-posts-carousel .post em {display: block; }
.latest-posts-carousel .post .m_title {font-style: italic; font-size: 16px; line-height: 1.4; margin-top: 10px; }
.latest-posts-carousel .m_title {float: left; }
.latest-posts-carousel a + em {font-size: 11px; color: #7d7d7d; }
.latest-posts-carousel .hoverBorder h6 {position: absolute; left: -10px; bottom: 16px; padding: 6px 10px; background: #cd2122; font-size: 12px; font-weight: 500; line-height: 1; margin: 0; border-radius: 2px; }
.latest-posts-carousel .hoverBorder a {color: #fff; }
.latest-posts-carousel .hoverBorder:hover h6 {left: 15px; background: #fff; }
.latest-posts-carousel .hoverBorder:hover a {color: #cd2122; }
.latest-posts-carousel .hoverBorder {margin-bottom: 10px; }
.lp_carousel {margin: 0; padding: 0; list-style: none; height: auto; height: auto !important; position: relative !important;}
.lp_carousel li {float: left; margin: 0; padding: 0 10px;}
/* Css3 Accordion Latest posts */
.css3accordion>ul>li,
.css3accordion>ul>li>.inner-acc,
.css3accordion>ul>li .thumb {-webkit-transition: width  0.2s ease-in-out 0.2s; transition: width 0.2s ease-in-out 0.2s;}
.css3accordion  { width:100%; margin:0 auto 20px; overflow:hidden; position:relative;}
.css3accordion>ul {list-style:none; padding:0; margin:0; width: 100%;}
.css3accordion>ul>li {width: calc(25% - 20px); padding-top:50px; position:relative; float:left; overflow:hidden;
	margin-right: 20px; border-top:4px solid #E7E7E7; }
.css3accordion>ul>li>.inner-acc,
.css3accordion>ul>li:hover ~ li>.inner-acc { width:calc( 200% + 40px); }
.css3accordion>ul>li:hover>.inner-acc,
.css3accordion>ul>li.last>.inner-acc { width:100%; }
.css3accordion>ul>li .thumb { width: calc(50% - 20px); float:left; margin-right:20px; opacity:.8; }
.css3accordion>ul>li.last,
.css3accordion>ul>li:hover:not(.last) {width:50%;}
.css3accordion>ul>li:hover ~ li {width: calc(25% - 20px);}
.css3accordion>ul>li:hover .thumb {opacity:1;}
.css3accordion>ul>li.last {margin-right:0;}
.css3accordion .content > em {font-size:11px; color:#7d7d7d;}
.css3accordion .content > .m_title {font-size: 12px; line-height: 1.3; margin:8px 0;}
.css3accordion .text {font-size:11px; line-height:1.4; }
.css3accordion .text + a { font-size:10px; font-weight:bold; color:#888; display: inline-block; margin-top: 5px; }

/* process steps */
.process_steps {overflow:hidden; border-radius:2px; margin-bottom:35px; width: 100%; min-height: 0;}
/* process steps style1 */
.process_steps--style1 {display: table; table-layout: fixed; }
.process_steps--style1 .process_steps__step {display: table-cell; padding: 20px 10px;  color:#fff; position:relative; text-align:center; vertical-align: middle; height:240px}
.process_steps--style1 .process_steps__step:first-child {border-radius: 3px 0 0 3px;}
.process_steps--style1 .process_steps__step:last-child {border-radius: 0 3px 3px 0;}
.process_steps--style1 .process_steps__step:after {content:''; position:absolute; top:15px; right:-14px; border:7px solid transparent; z-index:1;}
.process_steps--style1 .process_steps__intro {background:#CD2122; text-align:left; padding: 20px;}
.process_steps--style1 .process_steps__intro:after {border-left-color:#CD2122; }
.process_steps--style1 .process_steps__intro-title {margin-top:0; line-height:1.2; font-weight:500; font-size:24px}
.process_steps--style1 .process_steps__intro-title strong {font-size:120%; display:block; }
.process_steps--style1 .process_steps__intro-link {font-size:11px; font-weight:700; color:#eee;}
.process_steps--style1 .process_steps__intro-link:hover {color:#fff;}
.process_steps--style1 .process_steps__step-desc {margin-bottom:0;}
.process_steps--style1 .process_steps__step-icon {margin:20px 0 15px; min-height: 50px; line-height: 50px; font-size: 56px; }
.process_steps--style1 .process_steps__step-typeimg,
.process_steps--style1 .process_steps__step-typeimg img { max-height: 90px; display: inline-block;}
.process_steps--style1 .process_steps__step:nth-child(2) {background-color: #5a5a5a; }
.process_steps--style1 .process_steps__step:nth-child(2):after {border-left-color: #5a5a5a; }
.process_steps--style1 .process_steps__step:nth-child(3) {background-color: #4a4a4a; }
.process_steps--style1 .process_steps__step:nth-child(3):after {border-left-color: #4a4a4a; }
.process_steps--style1 .process_steps__step:nth-child(4) {background-color: #3e3e3e; }
.process_steps--style1 .process_steps__step:nth-child(4):after {border-left-color: #3e3e3e; }
.process_steps--style1 .process_steps__step:nth-child(5) {background-color: #383838; }
.process_steps--style1 .process_steps__step:nth-child(5):after {border-left-color: #383838; }
.process_steps--style1 .process_steps__step:nth-child(6) {background-color: #303030; }
.process_steps--style1 .process_steps__step:nth-child(6):after {border-left-color: #303030; }
.process_steps--style1 .process_steps__step:nth-child(7) {background-color: #252525; }
.process_steps--style1 .process_steps__step:nth-child(7):after {border-left-color: #252525; }
.process_steps--style1 .process_steps__step:last-child:after {border: 0; }
/* MQ's */
@media screen and (min-width: 768px) and (max-width: 991px){
	.process_steps--style1 {display: block; }
	.process_steps--style1 .process_steps__step {float: left; width: 33.3333%; }
	.process_steps--style1 .process_steps__intro {display: block; width: 100%; float: none; height: auto; }
}
@media screen and (max-width: 767px){
	.process_steps--style1 {display: block; }
	.process_steps--style1 .process_steps__step {float: left; width: 100%; }
	.process_steps--style1 .process_steps__intro {display: block; width: 100%; float: none; height: auto; }
}

/* process steps style2 */
.process_steps--style2 { overflow: hidden; padding: 11px 0;}
.container .process_steps--style2 { overflow: visible; }
.process_steps--style2 .process_steps__container,
.process_steps--style2 .process_steps__height {min-height: 235px;}
.process_steps--style2 .process_steps__container { float: left; width:66%; border-radius: 5px; position: relative; min-height: 230px; padding-right: calc( ( ( 100vw - 1170px ) / 2) + 15px );}
.container .process_steps--style2 .process_steps__container { padding-right: 0;}
.process_steps--style2 .process_steps__container:before { content: ''; width: 102%; height: 108%; position: absolute; left: -30px; -webkit-transform: skewX(-10deg) translate3d(0,0,0); -ms-transform: skewX(-10deg) translate3d(0,0,0); transform: skewX(-10deg) translate3d(0,0,0); border: solid 1px #E0E0E0; top: -4%; padding-right: calc( ( ( 100vw - 1170px ) / 2) + 60px ); box-sizing: content-box; border-radius: 5px;}
.process_steps--style2 .process_steps__container:after { content: ''; width: 10px; height: 106%; position: absolute; left: -40px; -webkit-transform: skewX(-10deg) translate3d(0,0,0); -ms-transform: skewX(-10deg) translate3d(0,0,0); transform: skewX(-10deg) translate3d(0,0,0); z-index: 1; top: -3%; background: -webkit-gradient(100% 50%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(100% 50%, ellipse, rgba(0,0,0,.5), transparent 70%); background: radial-gradient(ellipse at 100% 50%,rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient( 100% 50%, 100% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 70%);}
.process_steps--style2.kl-bgc-light .process_steps__container:before { background: #fff;}
.process_steps--style2.kl-bgc-gray .process_steps__container:before { background: #F1F1F1; border: solid 1px #F1F1F1;}
.process_steps--style2 .process_steps__step { padding: 20px; color:#fff; position:relative; text-align:center; height: 100%; display: table-cell; vertical-align: middle;}
.process_steps--style2 .process_steps__container .process_steps__step:after { content: ''; width: 10px; height: 70%; background: url(../images/step-separator.svg) no-repeat left top; left: 100%; top: 15%; -webkit-transform: skew(-10deg); -ms-transform: skew(-10deg); transform: skew(-10deg); opacity: 0.05; position: absolute;}
.process_steps--style2 .process_steps__container .process_steps__step:last-child:after { display: none;}
.process_steps--style2 .process_steps__inner {display: table; table-layout: fixed; width:100%;}
.process_steps--style2 .process_steps__step-title { color: #333333; font-weight: bold; font-size: 20px;}
.process_steps--style2 .process_steps__step-desc {color: #888888; margin-bottom:0; /* padding-left: 20px; */}
.process_steps--style2 .process_steps__step-icon {margin:20px 0 15px; min-height: 50px; line-height: 50px; font-size: 48px; }
.process_steps--style2 .process_steps__step-typeimg,
.process_steps--style2 .process_steps__step-typeimg .process_steps__step-icon-src { max-height: 90px; display: inline-block; margin: 0;}
.process_steps--style2 .process_steps__intro {background:#CD2122; text-align:left; float: left; width:34%; padding: 30px 40px 30px 30px;padding-left: calc( ( ( 100vw - 1170px ) / 2) + 15px );}
.container .process_steps--style2 .process_steps__intro {border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-left: 30px; }
.process_steps--style2 .process_steps__intro:after {border-left-color:#CD2122; }
.process_steps--style2 .process_steps__intro-title {margin-top:0; line-height:1.2; font-weight:500; position: relative; padding-bottom: 10px; }
.process_steps--style2 .process_steps__intro-title::before { content: ''; height: 3px; width: 30px; background: #fff; position: absolute; display: inline-block; bottom: 0;}
.process_steps--style2 .process_steps__intro-title strong {font-size:120%; display:block;}
.process_steps--style2 .process_steps__intro-link {font-size:11px; font-weight:700; color:#eee; display: inline-block; }
.process_steps--style2 .process_steps__intro-link:hover {color:#fff;}
/* MQ's */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.process_steps--style2 .process_steps__container { padding-right: calc( ( ( 100vw - 970px ) / 2) + 15px );}
	.process_steps--style2 .process_steps__container:before { padding-right: calc( ( ( 100vw - 970px ) / 2) + 60px );}
	.process_steps--style2 .process_steps__intro { padding-left: calc( ( ( 100vw - 970px ) / 2) + 15px );}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.process_steps--style2 {display: block; }
	.process_steps--style2 .process_steps__container {width:100%;}
	.process_steps--style2 .process_steps__step {float: left; width: 33.3333%; }
	.process_steps--style2 .process_steps__intro {display: block; width: 100%; float: none; height: auto; min-height:0; }
	.process_steps--style2 .process_steps__container:before {-webkit-transform:none;-ms-transform:none;transform:none;left: -5px;padding: 0;width: calc(100% + 10px);}
	.process_steps--style2 .process_steps__container:after {display:none;}
	.process_steps--style2 .process_steps__container .process_steps__step:after {-webkit-transform:none;-ms-transform:none;transform:none;}
}
@media screen and (max-width: 767px){
	.process_steps--style2 {display: block; }
	.process_steps--style2 .process_steps__container {width:100%;}
	.process_steps--style2 .process_steps__step {float: left; width: 100%; margin-bottom:30px; }
	.process_steps--style2 .process_steps__intro {display: block; width: 100%; float: none; height: auto; min-height:0; padding:30px; margin-bottom:0;}
	.process_steps--style2 .process_steps__container:before {-webkit-transform:none;-ms-transform:none;transform:none;left: -5px;padding: 0;width: calc(100% + 10px);}
	.process_steps--style2 .process_steps__container:after ,
	.process_steps--style2 .process_steps__container .process_steps__step:after {display:none;}
}


/* Animations for Process Icons */
.process_steps__step:hover .process_steps__step-icon-src[data-animation=tada] {-webkit-animation: tada ease-in-out 1 normal 800ms; animation: tada ease-in-out 1 normal 500ms; }
.process_steps__step:hover .process_steps__step-icon-src[data-animation=pulse] {-webkit-animation: pulse ease-in-out 1 normal 500ms; animation: pulse ease-in-out 1 normal 500ms; }
.process_steps__step:hover .process_steps__step-icon-src[data-animation=fadeOutRightBig] {-webkit-animation: fadeOutRightBig ease-out 1 normal 1s; animation: fadeOutRightBig ease-out 1 normal 1s;}
/* Pulse */
.pulse {-webkit-animation-name: pulse; animation-name: pulse;}
@-webkit-keyframes pulse {0% { -webkit-transform: scale(1); } 33% { -webkit-transform: scale(0.9); } 66% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); } }
@keyframes pulse {0% { -webkit-transform: scale(1); transform: scale(1); } 33% { -webkit-transform: scale(0.9); transform: scale(0.9); } 66% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } }
/* Tada */
.tada {-webkit-animation-name: tada; animation-name: tada;}
@-webkit-keyframes tada {0% {-webkit-transform: scale(1);} 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);} }
@keyframes tada {0% {-webkit-transform: scale(1);transform: scale(1);} 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} }
/* Fadeout right big */
.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig;}
@-webkit-keyframes fadeOutRightBig {0% { -webkit-transform: translate(2px, 1px); } 3% { -webkit-transform: translate(-1px, -2px); } 6% { -webkit-transform: translate(-3px, 0); } 8% { -webkit-transform: translate(0, 2px); } 10% { -webkit-transform: translate(1px, -1px); } 20% { -webkit-transform: translate(20px, -20px); } 100% { -webkit-transform: translate( 120px, -120px);} }
@keyframes fadeOutRightBig {0% {-webkit-transform: translate(2px, 1px);transform: translate(2px, 1px); } 3% {-webkit-transform: translate(-1px, -2px);transform: translate(-1px, -2px); } 6% {-webkit-transform: translate(-3px, 0);transform: translate(-3px, 0); } 8% {-webkit-transform: translate(0, 2px);transform: translate(0, 2px); } 10% {-webkit-transform: translate(1px, -1px);transform: translate(1px, -1px); } 20% {-webkit-transform: translate(20px, -20px);transform: translate(20px, -20px); } 100% {-webkit-transform: translate( 120px, -120px);transform: translate( 120px, -120px);} }


/* Process Steps 4 ( from 4.0+ ) */
.step-boxes-4 { display: table; table-layout: fixed; width: 100%;}
.process_box4 { display: table-cell; text-align: center; position: relative;}

.process_box4 .stp_title { text-align: center; font-weight: 600; font-size: 16px;}
.process_box4 .number { display: block; width: 80px; height: 80px; position: absolute; top: -40px; left: 50%; margin-left: -40px; }
.process_box4 .number:before {content:''; background: #cd2122; border-radius: 50%; display: block; width: 20px; height: 20px; position: absolute; top:50%; margin-top: -10px; left: 50%; margin-left: -10px; transition:all .2s ease-out; }
.process_box4:hover .number:before { width: 80px; height:80px; margin-left: -40px; margin-top:-40px;}
.process_box4 .number span { visibility: hidden; opacity: 0; line-height: 80px; position:relative; color:#fff; font-weight:700; font-size:20px; text-align:center; transition: opacity .2s ease-out .1s,
font-size .2s ease-out .1s, visibility .2s ease-out .1s; height: 80px; width: 80px; display: block;}
.process_box4:hover .number span { visibility: visible; opacity: 1;  font-size:30px; }
/* Line */
.pb__line {display: block; height: 1px; width: 100%; margin-left: -10px; background: #d8d8d8; margin: 50px 0;position: relative;}
.process_box4:first-child .pb__line {background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(216,216,216,1) 40%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(216,216,216,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%); }
.process_box4:last-child .pb__line {background: -moz-linear-gradient(left,  rgba(216,216,216,1) 60%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(60%,rgba(216,216,216,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%); }
.process_box4 .content { color: #a3a3a3; padding: 0 10px;}

@media (max-width: 768px) {
	.process_box4 { display: block; margin-bottom: 50px;}
}

/* Recent Work Carousel 1 - Style 1 */
.recentwork_carousel__crsl { margin:0; padding:0; list-style:none; height:auto;}
.recentwork_carousel__crsl li {   float: left; text-align:center; margin:0; padding:0 20px 0 0; }
.recentwork_carousel__link { display:block; padding: 0; margin:0; line-height:0;}
.recentwork_carousel__hover {display:block; position:relative; overflow:hidden;}
.recentwork_carousel__hov {-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.recentwork_carousel--1 .recentwork_carous