/* ==========================================================================
	Core Style of Microvista Website
========================================================================== */

/* BODY FONT - Applies to everything */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #535353;
    /*background-color: #f5f5f5;*/
	background-color: #EFF3F6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

p {
    margin: 0 0 20px;
    text-align: center;
}

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;
    }

section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

h1, .page-title {
    font-family: Montserrat;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-family: Montserrat;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: Open Sans;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
}

h4 {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-family: Open Sans;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
}

body.one-page {
    overflow-x: hidden;
}

.hg_ovhidden {
    overflow: hidden;
}


/* Custom Colors */
.tcolor {
    color: #cd2122 !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #2d2d2d !important;
}

.gray {
    color: #7c7c7c !important;
}

.gray2 {
    color: #545d60 !important;
}

.light-gray {
    color: #a8a8a8;
}

.light-gray2 {
    color: #eaeaea;
}

.light-gray3 {
    color: #c8c8c8;
}

.dark-gray {
    color: #343434 !important;
}

.orange {
    color: #e74c3c !important;
}

.blue {
    color: #3498db !important;
}

.b-gray {
    border-bottom-color: #898989 !important;
}

/* Backgrounds Colors */
.bg-white {
    background-color: #fff !important;
}

.tbg {
    background-color: #cd2122 !important;
}

.bg-gray {
    background-color: #6b6b6b !important;
}

.bg-lightgray {
    background-color: #ECECEC !important;
}

.bg-lightgray2 {
    background-color: #FEFEFE !important;
}

.bg-dark-gray {
    background-color: #353535 !important;
}


/* Opacity */
.op-3 {
    opacity: 0.3 !important;
}


/* Page Subheader Colors */
.page-subheader.uh_flat_dark_blue,
.kl-slideshow.uh_flat_dark_blue {
    background-color: #345370;
}

.page-subheader.uh_light_blue_-_flat,
.kl-slideshow.uh_light_blue_-_flat {
    background-color: #26ade4;
}

.page-subheader.uh_neutral_color,
.kl-slideshow.uh_neutral_color {
    background-color: #607d8b;
}

.page-subheader.uh_light_gray,
.kl-slideshow.uh_light_gray {
    background-color: #e0e0e0;
}

.page-subheader.uh_flat_redish,
.kl-slideshow.uh_flat_redish {
    background-color: #db4437;
}

.uh_zn_def_header_style,
.zn_def_header_style,
.page-subheader.zn_def_header_style,
.kl-slideshow.zn_def_header_style,
.page-subheader.uh_zn_def_header_style,
.kl-slideshow.uh_zn_def_header_style {
    background-color: #066fd9;
}


/* Min Height */
.min-200 {
    min-height: 200px !important;
}

.min-300 {
    min-height: 300px !important;
}

.min-380 {
    min-height: 380px !important;
}

.min-330 {
    min-height: 330px !important;
}

.min-370 {
    min-height: 370px !important;
}

.min-400 {
    min-height: 400px !important;
}

.min-450 {
    min-height: 450px !important;
}

.min-500 {
    min-height: 500px !important;
}

.min-700 {
    min-height: 700px !important;
}

.min-820 {
    min-height: 820px !important;
}

/* Max Height */
.max-300 {
    max-height: 300px !important;
}

/* Heights */
.h-260 {
    height: 260px !important;
}

.h-320 {
    height: 320px !important;
}

.h-370 {
    height: 370px !important;
}

.h-520 {
    height: 520px !important;
}

.h-545 {
    height: 545px !important;
}

.h-400 {
    height: 400px !important;
}

.h-420 {
    height: 420px !important;
}

.h-500 {
    height: 500px !important;
}

.h-600 {
    height: 600px !important;
}

.h-615 {
    height: 615px !important;
}

.h-625 {
    height: 625px !important;
}

.h-720 {
    height: 720px !important;
}

.h-760 {
    height: 760px !important;
}

/* Align Styles */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.vertical-aligned {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Font Family */
.montserrat {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.kl-font-alt {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

/* Gutter Sizes - Large */
.row.gutter-lg {
    margin-right: -40px;
    margin-left: -40px;
}

    .row.gutter-lg > [class*="col-"] {
        padding-right: 40px;
        padding-left: 40px;
    }
/* Gutter Sizes - Medium */
.row.gutter-md {
    margin-right: -25px;
    margin-left: -25px;
}

    .row.gutter-md > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
    }
/* Gutter Sizes - Small */
.row.gutter-sm {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.gutter-sm > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
/* Gutter Sizes - Extra small */
.row.gutter-xs {
    margin-right: -5px;
    margin-left: -5px;
}

    .row.gutter-xs > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
/* Gutter Sizes - zero gutter */
.row.gutter-0 {
    margin-right: 0;
    margin-left: 0;
}

    .row.gutter-0 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* Equalizer classes used for first or last elements in a row to align to fixed-width
containers of the page, from inside of a full-width section */
@media (min-width: 768px) {
    .hg_col_eq_first {
        padding-left: calc( ( 100vw - 750px ) / 2 );
    }

    .hg_col_eq_last {
        padding-right: calc( ( 100vw - 750px ) / 2 );
    }
}

@media (min-width: 992px) {
    .hg_col_eq_first {
        padding-left: calc( ( 100vw - 970px ) / 2 );
    }

    .hg_col_eq_last {
        padding-right: calc( ( 100vw - 970px ) / 2 );
    }
}

@media (min-width: 1200px) {
    .hg_col_eq_first {
        padding-left: calc( ( 100vw - 1170px ) / 2 );
    }

    .hg_col_eq_last {
        padding-right: calc( ( 100vw - 1170px ) / 2 );
    }
}

.o-hidden {
    overflow: hidden;
}

.inline-block {
    display: inline-block !important;
}

/* Circled Icon */
.circled-icon {
    display: inline-block;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    box-sizing: content-box;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
}

    .circled-icon:before {
        vertical-align: middle;
        display: block;
        line-height: 46px;
    }

    .circled-icon.ci-xsmall {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

        .circled-icon.ci-xsmall:before {
            line-height: 23px;
        }

    .circled-icon.ci-small {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

        .circled-icon.ci-small:before {
            line-height: 36px;
        }

    .circled-icon.ci-large {
        width: 76px;
        height: 76px;
        line-height: 76px;
    }

        .circled-icon.ci-large:before {
            line-height: 76px;
        }

    .circled-icon.ci-faded {
        border-color: rgba(255,255,255,.5);
    }

/* Call to action button in demo */
.buybtn-panel {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 0;
    padding: 20px 50px 20px 20px;
    background: rgba(0,0,0,0.7);
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
}

.buybtn-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    display: block;
    height: 82px;
    width: 30px;
    right: 0;
    font-size: 18px;
    color: rgba(255,255,255,.69);
    line-height: 80px;
    border-left: 1px solid rgba(255,255,255,.16);
    padding: 0;
    text-align: center;
}

    .buybtn-close:before {
        content: "\00d7";
    }

    .buybtn-close:hover {
        color: rgba(255,255,255,.9);
    }

.buybtn-cta {
    background: #21cacd;
    border-radius: 2px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

    .buybtn-cta span {
        opacity: .5;
        display: inline-block;
        border-left: 1px solid #fff;
        width: 1px;
        margin: 0 7px;
        height: 20px;
        vertical-align: middle;
    }

    .buybtn-cta:hover, .buybtn-cta:focus {
        background: #fff;
        color: #21cacd;
    }

.buybtn-panel.is-hidden {
    left: -200px;
}

    .buybtn-panel.is-hidden .buybtn-close:before {
        content: "\203A";
        font-size: 24px;
    }


ul.list-style1,
ul.list-style2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

    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: 8px;
        font-size: 14px;
    }

    ul.list-style2 li {
        background: url(../images/list-style2.png) no-repeat 2px 5px;
        padding-left: 25px;
    }


/* Icons used in Kallyas */

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?30847743');
    src: url('../fonts/fontello.eot?30847743#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?30847743') format('woff'), url('../fonts/fontello.ttf?30847743') format('truetype'), url('../fonts/fontello.svg?30847743#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?30847743#fontello') format('svg');
	}
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello", 'Glyphicons Halflings', 'icomoon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-eventful:before {
    content: '\e800';
}
/* '' */
.icon-smashmag:before {
    content: '\e801';
}
/* '' */
.icon-gplus:before {
    content: '\e802';
}
/* '' */
.icon-wikipedia:before {
    content: '\e803';
}
/* '' */
.icon-lanyrd:before {
    content: '\e804';
}
/* '' */
.icon-calendar:before {
    content: '\e805';
}
/* '' */
.icon-reddit:before {
    content: '\e806';
}
/* '' */
.icon-guest:before {
    content: '\e807';
}
/* '' */
.icon-gowalla:before {
    content: '\e808';
}
/* '' */
.icon-appstore:before {
    content: '\e809';
}
/* '' */
.icon-blogger:before {
    content: '\e80a';
}
/* '' */
.icon-cc:before {
    content: '\e80b';
}
/* '' */
.icon-skype:before {
    content: '\e80c';
}
/* '' */
.icon-twitter:before {
    content: '\e80d';
}
/* '' */
.icon-youtube:before {
    content: '\e80e';
}
/* '' */
.icon-vimeo:before {
    content: '\e80f';
}
/* '' */
.icon-windows:before {
    content: '\e810';
}
/* '' */
.icon-xing:before {
    content: '\e811';
}
/* '' */
.icon-googleplay:before {
    content: '\e812';
}
/* '' */
.icon-itunes:before {
    content: '\e813';
}
/* '' */
.icon-plurk:before {
    content: '\e814';
}
/* '' */
.icon-songkick:before {
    content: '\e815';
}
/* '' */
.icon-lastfm:before {
    content: '\e816';
}
/* '' */
.icon-gmail:before {
    content: '\e817';
}
/* '' */
.icon-stumbleupon:before {
    content: '\e818';
}
/* '' */
.icon-fivehundredpx:before {
    content: '\e819';
}
/* '' */
.icon-pinterest:before {
    content: '\e81a';
}
/* '' */
.icon-bitcoin:before {
    content: '\e81b';
}
/* '' */
.icon-w3c:before {
    content: '\e81c';
}
/* '' */
.icon-foursquare:before {
    content: '\e81d';
}
/* '' */
.icon-html5:before {
    content: '\e81e';
}
/* '' */
.icon-ie:before {
    content: '\e81f';
}
/* '' */
.icon-dribbble:before {
    content: '\e820';
}
/* '' */
.icon-evernote:before {
    content: '\e821';
}
/* '' */
.icon-flickr:before {
    content: '\e822';
}
/* '' */
.icon-google:before {
    content: '\e823';
}
/* '' */
.icon-viadeo:before {
    content: '\e824';
}
/* '' */
.icon-instapaper:before {
    content: '\e825';
}
/* '' */
.icon-weibo:before {
    content: '\e826';
}
/* '' */
.icon-klout:before {
    content: '\e827';
}
/* '' */
.icon-yahoo:before {
    content: '\e828';
}
/* '' */
.icon-chrome:before {
    content: '\e829';
}
/* '' */
.icon-email:before {
    content: '\e82a';
}
/* '' */
.icon-macstore:before {
    content: '\e82b';
}
/* '' */
.icon-myspace:before {
    content: '\e82c';
}
/* '' */
.icon-podcast:before {
    content: '\e82d';
}
/* '' */
.icon-amazon:before {
    content: '\e82e';
}
/* '' */
.icon-steam:before {
    content: '\e82f';
}
/* '' */
.icon-pinboard:before {
    content: '\e830';
}
/* '' */
.icon-openid:before {
    content: '\e831';
}
/* '' */
.icon-quora:before {
    content: '\e832';
}
/* '' */
.icon-soundcloud:before {
    content: '\e833';
}
/* '' */
.icon-tumblr:before {
    content: '\e834';
}
/* '' */
.icon-eventasaurus:before {
    content: '\e835';
}
/* '' */
.icon-wordpress:before {
    content: '\e836';
}
/* '' */
.icon-yelp:before {
    content: '\e837';
}
/* '' */
.icon-intensedebate:before {
    content: '\e838';
}
/* '' */
.icon-eventbrite:before {
    content: '\e839';
}
/* '' */
.icon-scribd:before {
    content: '\e83a';
}
/* '' */
.icon-posterous:before {
    content: '\e83b';
}
/* '' */
.icon-stripe:before {
    content: '\e83c';
}
/* '' */
.icon-opentable:before {
    content: '\e83d';
}
/* '' */
.icon-cart:before {
    content: '\e83e';
}
/* '' */
.icon-print:before {
    content: '\e83f';
}
/* '' */
.icon-angellist:before {
    content: '\e840';
}
/* '' */
.icon-instagram:before {
    content: '\e841';
}
/* '' */
.icon-dwolla:before {
    content: '\e842';
}
/* '' */
.icon-appnet:before {
    content: '\e843';
}
/* '' */
.icon-statusnet:before {
    content: '\e844';
}
/* '' */
.icon-acrobat:before {
    content: '\e845';
}
/* '' */
.icon-drupal:before {
    content: '\e846';
}
/* '' */
.icon-buffer:before {
    content: '\e847';
}
/* '' */
.icon-pocket:before {
    content: '\e848';
}
/* '' */
.icon-bitbucket:before {
    content: '\e849';
}
/* '' */
.icon-lego:before {
    content: '\e84a';
}
/* '' */
.icon-login:before {
    content: '\e84b';
}
/* '' */
.icon-stackoverflow:before {
    content: '\e84c';
}
/* '' */
.icon-hackernews:before {
    content: '\e84d';
}
/* '' */
.icon-lkdto:before {
    content: '\e84e';
}
/* '' */
.icon-github-circled:before {
    content: '\e84f';
}
/* '' */
.icon-rss:before {
    content: '\e850';
}
/* '' */
.icon-spotify:before {
    content: '\e851';
}
/* '' */
.icon-android:before {
    content: '\e852';
}
/* '' */
.icon-github:before {
    content: '\e853';
}
/* '' */
.icon-facebook:before {
    content: '\e854';
}
/* '' */
.icon-ebay:before {
    content: '\e855';
}
/* '' */
.icon-dropbox:before {
    content: '\e856';
}
/* '' */
.icon-linkedin:before {
    content: '\e857';
}
/* '' */
.icon-cloudapp:before {
    content: '\e858';
}
/* '' */
.icon-meetup:before {
    content: '\e859';
}
/* '' */
.icon-vk:before {
    content: '\e85a';
}
/* '' */
.icon-plancast:before {
    content: '\e85b';
}
/* '' */
.icon-disqus:before {
    content: '\e85c';
}
/* '' */
.icon-digg:before {
    content: '\e85d';
}
/* '' */
.icon-flattr:before {
    content: '\e85e';
}
/* '' */
.icon-paypal:before {
    content: '\e85f';
}
/* '' */
.icon-forrst:before {
    content: '\e860';
}
/* '' */
.icon-ninetyninedesigns:before {
    content: '\e861';
}
/* '' */
.icon-delicious:before {
    content: '\e862';
}
/* '' */
.icon-aim:before {
    content: '\e863';
}
/* '' */
.icon-grooveshark:before {
    content: '\e864';
}
/* '' */
.icon-call:before {
    content: '\e865';
}
/* '' */
.icon-duckduckgo:before {
    content: '\e866';
}
/* '' */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gfgf6m');
    src: url('../fonts/icomoon.eot?#iefixgfgf6m') format('embedded-opentype'), url('../fonts/icomoon.ttf?gfgf6m') format('truetype'), url('../fonts/icomoon.woff?gfgf6m') format('woff'), url('../fonts/icomoon.svg?gfgf6m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-kallyas:before {
    content: "\e615";
}

.icon-noun_61152:before {
    content: "\e612";
}

.icon-noun_167805:before {
    content: "\e613";
}

.icon-noun_65754:before {
    content: "\e614";
}

.icon-process1:before {
    content: "\e60f";
}

.icon-process2:before {
    content: "\e610";
}

.icon-process3:before {
    content: "\e611";
}

.icon-gi-ico-1:before {
    content: "\e600";
}

.icon-gi-ico-2:before {
    content: "\e601";
}

.icon-gi-ico-3:before {
    content: "\e602";
}

.icon-gi-ico-4:before {
    content: "\e603";
}

.icon-gi-ico-5:before {
    content: "\e604";
}

.icon-gi-ico-6:before {
    content: "\e605";
}

.icon-gi-ico-7:before {
    content: "\e606";
}

.icon-gi-ico-8:before {
    content: "\e607";
}

.icon-gi-ico-9:before {
    content: "\e608";
}

.icon-gi-ico-10:before {
    content: "\e609";
}

.icon-gi-ico-11:before {
    content: "\e60a";
}

.icon-gi-ico-12:before {
    content: "\e60b";
}

.icon-gi-ico-13:before {
    content: "\e60c";
}

.icon-gi-ico-14:before {
    content: "\e60d";
}

.icon-gi-ico-15:before {
    content: "\e60e";
}


/* Main 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;
    text-transform: uppercase;
}

.main-nav ul ul.sub-menu li a:not(:only-child) .zn-mega-new-item {
    right: 23px;
}

.main-nav .zn_mega_container ul .zn-mega-new-item {
    right: 3px;
}


/* Scroll to top button */
#totop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
    width: 49px;
    z-index: 9999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #404040;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 28px 0 21px 0;
}

    #totop:before {
        position: absolute;
        content: "\e080";
        top: 10px;
        left: 50%;
        margin-left: -6px;
        font-size: 11px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    #totop.show {
        right: 10px;
        opacity: 0.7;
    }

    #totop:hover {
        opacity: 1;
    }


/*  Sparkles */
#sparkles,
.th-sparkles {
    display: none;
}

.th-sparkles-visible .th-sparkles {
    display: block;
}

.th-sparkles > span {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.th-sparkles .shiny-spark1 {
    width: 20px;
    height: 20px;
    opacity: .4;
}

.th-sparkles .shiny-spark2 {
    width: 10px;
    height: 10px;
    opacity: .7;
}

.th-sparkles .shiny-spark3 {
    width: 30px;
    height: 30px;
    opacity: .1;
}

.th-sparkles .shiny-spark4 {
    width: 3px;
    height: 3px;
    opacity: .9;
}

.th-sparkles .shiny-spark5 {
    width: 15px;
    height: 15px;
    opacity: .3;
}

.th-sparkles .shiny-spark6 {
    width: 25px;
    height: 25px;
    opacity: .5;
}


/* page title */
.page-title,
.subtitle {
    line-height: 1.4;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cbcbcb;
}

.page-title {
    font-size: 36px;
    color: #050505;
    margin-top: 0;
}

.subtitle {
    font-size: 36px;
    color: #595959;
    font-weight: 300;
}


/* support panel */
.spanel-label {
    cursor: pointer;
    margin-top: 3px;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .spanel-label:hover {
        opacity: 1;
    }

.panel-checkbox {
    display: none;
}

.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,.4) inset;
}

#support_p:checked + .support_panel {
    margin-top: 0;
    max-height: 1000px;
    -webkit-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}

#sliding_panel.opened {
    margin-top: 0;
}

.support_panel .container {
    padding: 15px;
}

#close_sliding_panel {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 0;
    background: #CCC;
    padding: 40px 10px 10px 10px;
}

    #close_sliding_panel:hover {
        background: #ddd;
    }

.support-info {
    margin-top: 5px;
}

.support-panel-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    background: rgba(0,0,0,.08);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}

#support_p:checked + .support_panel .support-panel-close {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.support-panel-close:hover {
    background: rgba(0,0,0,.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,.15);
}

.how_to_shop > .row {
    font-size: 14px;
    margin-bottom: 20px;
}

.how_to_shop > p {
    font-size: 13px;
    margin-top: 15px;
}

.how_to_shop .number {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #CD2122;
    text-align: center;
    margin-right: 10px;
    font-weight: 900;
    border-radius: 50%;
    margin-bottom: 5px;
}


/* Buttons styles */
/*** 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 {
        border-color: rgba(255,255,255,.7);
        color: #fff;
    }
    /* Btn Lined - Skewed style */
    .btn-lined.btn-skewed {
        border: 0;
        background: none;
        position: relative;
    }

        .btn-lined.btn-skewed:before {
            content: '';
            border: 2px solid #fff;
            border-radius: 4px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: skewX(-8deg);
            -ms-transform: skewX(-8deg);
            transform: skewX(-8deg);
        }

        .btn-lined.btn-skewed:hover:before {
            border-color: rgba(255,255,255,.7);
        }
    /* Btn Lined Dark (ghost) */
    .btn-lined.lined-dark {
        color: #242424;
        border-color: #242424;
    }

        .btn-lined.lined-dark:hover {
            color: #343434;
        }
        /* Btn Lined DARK - Skewed style */
        .btn-lined.lined-dark.btn-skewed {
            border: 0;
            background: none;
            position: relative;
        }

            .btn-lined.lined-dark.btn-skewed:before {
                content: '';
                border: 2px solid #242424;
                border-radius: 4px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: skewX(-8deg);
                -ms-transform: skewX(-8deg);
                transform: skewX(-8deg);
            }

            .btn-lined.lined-dark.btn-skewed:hover:before {
                border-color: rgba(0,0,0,.7);
            }
    /* Btn Lined Dark (ghost) */
    .btn-lined.lined-gray {
        color: #8E8E8E;
        border-color: #8E8E8E;
    }

        .btn-lined.lined-gray:hover {
            color: #454545;
        }
        /* Btn Lined Gray - Skewed style */
        .btn-lined.lined-gray.btn-skewed {
            border: 0;
            background: none;
            position: relative;
        }

            .btn-lined.lined-gray.btn-skewed:before {
                content: '';
                border: 2px solid #8E8E8E;
                border-radius: 4px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: skewX(-8deg);
                -ms-transform: skewX(-8deg);
                transform: skewX(-8deg);
            }

            .btn-lined.lined-gray.btn-skewed:hover:before {
                border-color: rgba(0,0,0,.4);
            }
    /* Button Lined Full Light */
    .btn-lined.lined-full-light {
        color: #242424;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.8);
    }

        .btn-lined.lined-full-light:hover {
            color: #343434;
            background-color: #fff;
        }
    /* Button Lined Full Dark */
    .btn-lined.lined-full-dark {
        color: #e0e0e0;
        border-color: #000;
        background: rgba(0, 0, 0, 0.8);
    }

        .btn-lined.lined-full-dark:hover {
            color: #f9f9f9;
            background-color: #000;
        }
    /* Button Lined Custom */
    .btn-lined.lined-custom {
        color: #cd2122;
        border-color: #cd2122;
    }

/*** 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: 10px 20px;*/
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}



.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor {
    border-width: 0;
}

.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor,
.btn-default,
.btn-primary,
.btn-success,
.btn-info1,
.btn-warning,
.btn-danger,
.btn-link {
    text-shadow: none;
    padding: 4px 5px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}
    /*** Btn FullColor */
    .btn-fullcolor,
    .btn-fullcolor:focus {
        background-color: #cd2122;
        color: #fff;
    }

        .btn-fullcolor:hover {
            color: #fff;
        }
/*** Btn Fullwhite */
.btn-fullwhite {
    background-color: #fff;
    color: #242424;
}

    .btn-fullwhite:hover {
        color: #353535;
        background-color: rgba(255,255,255,0.85);
    }
/*** Btn Fullblack */
.btn-fullblack {
    background-color: #090909;
    color: #f9f9f9;
}

    .btn-fullblack:hover {
        color: #eee;
        background-color: rgba(0,0,0,0.85);
    }

.btn-fullcolor:hover, .btn-fullcolor.btn-skewed:hover:before, .cart-container .buttons .button.wc-forward:hover {
    background-color: #a41a1b;
}
/* 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 */
.btn-fullwidth {
    width: 100%;
}

.btn-halfwidth {
    width: 50%;
}

.btn-third {
    width: 33.33%;
}

.btn-forth {
    width: 25%;
}

/* Button element */
.btn-element > span,
.btn-element > i {
    vertical-align: middle;
    display: inline-block;
}

    .btn-element > span + i {
        margin-left: 10px;
    }

    .btn-element > i + span {
        margin-left: 10px;
    }

/* Small hack for icon font */
[data-zniconfam]:before,
[data-zniconfam] {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hg_separator {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #e2e2e2;
}

    .hg_separator.style2 {
        margin-top: 30px;
        margin-bottom: 45px;
        border-top-width: 4px;
        border-top-color: #ededed;
    }

.section-shadow {
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 2px 0px rgba(0, 0, 0, 0.07), inset 0 3px 0px rgba(0, 0, 0, 0.03);
}

body .kl-ioscaption--style4 .more:before {
    border-color: #cd2122;
    background: rgba(205,33,34,0.7);
}

body .kl-ioscaption--style4 .more:hover:before {
    background: rgba(205,33,34,0.9);
}


/*** NEW MENU SYSTEM ***/
.main-nav {
    display: none;
}

@media screen and (min-width: 992px) {
    .main-nav {
        display: block;
        margin-right: 20px;
        font-size: 14px;
        float: right;
    }

        .main-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 1;
        }

        .main-nav > ul:after,
        .main-nav > ul:before {
            display: table;
            content: " ";
        }

        .main-nav > ul:after {
            clear: both;
        }

        .main-nav > ul {
            margin: 15px 0;
        }

        .main-nav ul li {
            margin-bottom: 0;
        }

            .main-nav ul li a {
                display: block;
                font-weight: 400;
                font-family: 'Montserrat';
            }

        /* FIRST LEVEL */
        .main-nav > ul > li {
            float: left;
            margin-top: 0;
            margin-left: 3px;
        }

        .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 8px;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 14px;
                color: #5a5a5a;
                z-index: 1;
                font-weight: 400;
                -webkit-transition: padding .2s ease-in-out, -webkit-transform .2s ease-in-out;
                transition: padding .2s ease-in-out, transform .2s ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            }

            .main-nav > ul > li.menu-item-has-children > a:after {
                content: '';
                opacity: 1;
                position: absolute;
                height: 1px;
                width: 7px;
                bottom: 3px;
                left: 17px;
                background-color: rgba(255,255,255,.4);
                -webkit-transition: opacity .2s ease-in-out;
                transition: opacity .2s ease-in-out;
            }

            .main-nav > ul > li > a:before {
                content: '';
                opacity: 0;
                position: absolute;
                border-radius: 2px;
                height: 50%;
                width: 100%;
                top: 50%;
                left: 0;
                background-color: #cd2122;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: height .2s ease-in-out;
                transition: height .2s ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                z-index: -1;
            }

            .main-nav > ul > li.active > a,
            .main-nav > ul > li > a:hover,
            .main-nav > ul > li:hover > a {
                text-decoration: none;
                color: #fff;
            }

                .main-nav > ul > li.active > a:before,
                .main-nav > ul > li > a:hover:before,
                .main-nav > ul > li:hover > a:before {
                    height: 100%;
                    opacity: 1;
                }

            .main-nav > ul > li.active.menu-item-has-children > a:after,
            .main-nav > ul > li.menu-item-has-children > a:hover:after,
            .main-nav > ul > li.menu-item-has-children:hover > a:after {
                opacity: 0;
            }

        /* FIRST SUB-LEVEL */
        .main-nav ul ul.sub-menu li {
            position: relative;
        }

        .main-nav ul ul.sub-menu ul {
            top: 100%;
            margin-top: 0;
        }

        .main-nav ul ul.sub-menu li a:not(:only-child):after {
            position: absolute;
            top: 50%;
            margin-top: -1px;
            right: 10px;
            content: '';
            opacity: .6;
            background-color: rgba(0, 0, 0, 0.3);
            width: 10px;
            height: 2px;
        }

        .main-nav ul ul.sub-menu li a {
            min-width: 230px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: rgba(0, 0, 0, 0.03);
            padding: 10px 20px;
            font-size: 12px;
            color: #757575;
            position: relative;
            text-transform: uppercase;
        }

            .main-nav ul ul.sub-menu li a[title="separator"] {
                text-indent: -2999px;
                padding: 0;
                background-color: rgba(0, 0, 0, 0.05) !important;
                background-clip: padding-box;
                height: 5px;
            }

            .main-nav ul ul.sub-menu li.active > a,
            .main-nav ul ul.sub-menu li a:hover {
                color: #323232;
                background: rgba(0,0,0,0.04);
            }

        /* REST OF SUB-LEVELS */
        .main-nav ul ul.sub-menu,
        .main-nav .hg_mega_container {
            position: absolute;
            border-radius: 2px;
            border: 1px solid rgba(255,255,255,.8);
            box-shadow: 0 0 4px rgba(0,0,0,.4);
            background: #f5f5f5;
            padding: 6px 0;
            background: rgba(245, 245, 245, 1);
        }

        .main-nav > ul > li > ul.sub-menu:before {
            content: '';
            display: block;
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 10px;
        }
        /* fix for top hover */
        .main-nav > ul > li > ul.sub-menu:after {
            content: '';
            display: block;
            position: absolute;
            top: -11px;
            left: 14px;
            border: 6px solid transparent;
            border-bottom-width: 5px;
            border-bottom-color: #f5f5f5;
        }

        .main-nav ul ul.sub-menu li:hover > ul {
            left: 100%;
            top: -3px;
            opacity: 1;
        }

        /* MEGAMENU OVERRIDES */
        .main-nav .hg_mega_container a.zn_mega_title[href="#custom-invisible"],
        .main-nav .hg_mega_container li:last-child a.zn_mega_title[href="#custom-invisible"] {
            color: transparent;
        }

        .main-nav .hg_mega_container {
            border: 1px solid rgba(255,255,255,.8);
            box-shadow: 0 0 4px rgba(0,0,0,.4);
            background: #f5f5f5;
            padding: 6px 0;
            background: rgba(245, 245, 245, 0.95);
            position: absolute;
            padding: 20px 0;
            margin-top: 10px;
        }

            .main-nav .hg_mega_container:before {
                content: '';
                display: block;
                position: absolute;
                top: -10px;
                left: 0;
                width: 100%;
                height: 10px;
            }
            /* fix for top hover */
            .main-nav .hg_mega_container li a {
                padding: 10px 0;
                font-size: 12px;
                color: #757575;
                position: relative;
                text-transform: uppercase;
            }

                .main-nav .hg_mega_container li a:not(.zn_mega_title):hover,
                .main-nav .hg_mega_container li.active > a:not(.zn_mega_title) {
                    color: #323232;
                }

                .main-nav .hg_mega_container li a:not(.zn_mega_title):before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 2px;
                    background-color: #cd2122;
                    bottom: 0;
                    -webkit-transition: width .15s cubic-bezier(0.680, 0, 0.265, 1);
                    transition: width .15s cubic-bezier(0.680, 0, 0.265, 1);
                }

                .main-nav .hg_mega_container li a:not(.zn_mega_title):hover:before,
                .main-nav .hg_mega_container li.active > a:not(.zn_mega_title):before {
                    width: 100%;
                }

            .main-nav .hg_mega_container .zn_mega_title_hide {
                display: none;
            }

            .main-nav .hg_mega_container li a.zn_mega_title,
            .main-nav div.hg_mega_container ul li:last-child > a.zn_mega_title {
                font-size: 14px;
                padding-left: 0;
                padding-right: 0;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                padding: 12px 0px;
                margin-bottom: 15px;
                font-weight: 600;
                text-transform: uppercase;
                color: #333;
                border-bottom-color: rgba(0, 0, 0, 0.1);
            }

            .main-nav .hg_mega_container .zn_mega_row_start {
                margin-top: 20px;
            }

        /* ANIMATIONS */
        .main-nav ul ul.sub-menu,
        .main-nav .hg_mega_container {
            left: -9999px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .4s ease, top .45s ease;
            transition: opacity .4s ease, top .45s ease;
        }

        .main-nav .hg_mega_container {
            margin-left: 15px;
            margin-right: 15px;
            width: calc(100% - 30px);
        }

        .main-nav ul ul.sub-menu {
            top: 120%;
        }

        .main-nav .hg_mega_container {
            margin-top: 5px;
            -webkit-transition: opacity .4s ease, top .45s ease, margin-top .4s ease;
            transition: opacity .4s ease, top .45s ease, margin-top .4s ease;
        }

        .main-nav ul li:hover > ul,
        .main-nav ul li:hover > .hg_mega_container {
            left: 0;
            opacity: 1;
            visibility: visible;
            z-index: 100;
        }

        .main-nav ul li:hover > ul {
            top: 100%;
        }

        .main-nav ul li:hover > .hg_mega_container {
            margin-top: -15px;
        }

        .main-nav ul ul li a {
            -webkit-transition: padding-left .35s ease, border-right .35s ease;
            transition: padding-left .35s ease, border-right .35s ease;
        }

        /* MENU BADGES */
        .main-nav ul .hg-mega-new-item {
            position: absolute;
            line-height: 1;
            padding: 5px;
            text-transform: initial;
            font-size: 10px;
            top: 50%;
            right: 3px;
            background-color: #cd2122;
            color: #fff;
            border-radius: 2px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .main-nav ul ul .hg-mega-new-item {
            left: auto;
            right: 10px;
        }

        .main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item {
            right: 23px;
        }

        .main-nav .hg_mega_container ul .hg-mega-new-item {
            right: 3px;
        }

    #menu-main-menu li > a[href="#"] {
        cursor: pointer;
    }
}

/* MENU CHASER STYLES */
.chaser {
    display: none;
}

@media screen and (min-width:100px) {
    .chaser {
        display: block;
        background: rgba(255, 255, 255, 1);
        padding: 0;
        position: fixed;
        left: -2999px;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 99999;
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
        transition: opacity .15s ease-in-out, transform .15s ease-in-out;
        box-shadow: 1px 1px 1px 1px #e6e6e6;
    }

        .chaser.visible {
            left: 0;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    body.admin-bar > .chaser {
        margin-top: 32px;
    }

    #wpk-main-menu {
        position: initial;
    }

    .chaser .main-menu,
    .chaser .main-menu ul {
        float: none;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .chaser .main-menu li:not(.menu-item-mega-parent) {
            position: relative;
        }

        .chaser .main-menu > li {
            float: left;
            border-left: 1px solid rgba(255,255,255,.1);
        }

            .chaser .main-menu > li:last-child {
                border-right: 1px solid rgba(255,255,255,.1);
            }

        .chaser .main-menu .sub-menu,
        .chaser .main-menu .hg_mega_container {
            left: -2999px;
            position: absolute;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
            -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
            transition: opacity .15s ease-in-out, transform .15s ease-in-out;
            border-radius: 0;
        }

        .chaser .main-menu .hg_mega_container {
            left: -2999px !important;
        }

        .chaser .main-menu .zn_mega_row_start:after,
        .chaser .main-menu .zn_mega_row_start:before {
            display: table;
            content: " ";
        }

        .chaser .main-menu .zn_mega_row_start:after {
            clear: both;
        }

        .chaser .main-menu li ul {
            background: #ffffff !important;
            min-width: 200px;
            padding: 5px;
            box-shadow: 0px 3px 1px 1px #e8e8e8;
        }

            .chaser .main-menu li ul li ul {
                background: none;
            }

        .chaser .main-menu .hg_mega_container > ul {
            padding-top: 0;
            padding-bottom: 20px;
        }

            .chaser .main-menu .hg_mega_container > ul:first-child {
                padding-top: 20px;
            }

            .chaser .main-menu .hg_mega_container > ul:last-child {
                padding-bottom: 30px;
            }

        .chaser .main-menu .hg_mega_container ul ul {
            background: none;
            padding: 10px 0 0;
        }

        .chaser .main-menu .hg_mega_container .zn_mega_title {
            border-bottom: 1px solid #454545;
            background: none;
        }

        .chaser .main-menu .hg_mega_container .zn_mega_title_hide {
            display: none;
        }

        .chaser .main-menu li a {
            display: block;
            color: #000;
            font-size: 13px;
            text-transform: uppercase;
            line-height: 1.4;
            padding: 7px 15px;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            position: relative;
        }

        .chaser .main-menu li:hover > a:not(:only-child) + .sub-menu,
        .chaser .main-menu li:hover > a:not(:only-child) + .hg_mega_container {
            left: 0;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .chaser .main-menu li:hover > a:not(:only-child) + .hg_mega_container {
            left: -15px !important;
        }

        .chaser .main-menu li > a:not(:only-child) {
            padding-right: 25px;
        }

        .chaser .main-menu li li:hover > a:not(:only-child) + .sub-menu {
            left: 100%;
            top: -4px;
        }

        .chaser .main-menu li:hover > a,
        .chaser .main-menu li a:hover {
            color: #fff;
            background: #ed1c24;
        }

        .chaser .main-menu li.active > a {
            background: #cd2122;
        }

    .chaser .zn-mega-new-item {
        display: none;
    }

    .chaser .navRight,
    .chaser .spanel-label,
    .chaser .topnav--lang {
        display: none;
    }

    .chaser .kl-header-toptext,
    .chaser .kl-header-toptext a {
        color: #fff;
        float: right;
        margin-left: 5px;
    }

    .chaser .header-leftside-container {
        padding-top: 10px;
    }

    .chaser .header-search {
        display: none;
    }

    .chaser .main-menu > li,
    .chaser .main-menu > li:last-child {
        border: none;
    }

    .chaser .main-menu {
    }

    .chaser .logo-container.hasInfoCard:before {
        top: 30px;
    }

    .chaser .logosize--yes .site-logo {
        height: 92px;
        width: 100%;
        text-align: center;
    }

    .chaser .site-logo img {
        max-height: 92px;
    }

    .chaser .main-menu li a[title="separator"] {
        text-indent: -2999px;
        display: none;
    }

    .chaser .main-menu,
    .chaser .col-sm-10,
    .chaser .col-md-12 {
        position: initial;
    }

    .chaser .row {
        position: relative;
    }

    .chaser .main-menu li li:hover > a:not(:only-child) + .sub-menu {
        background: rgba(0,0,0,0.9);
    }
    /*.chaser .logo-container { float: none;}*/
    .chaser #logo-container {
        padding-right: 0;
    }
    /*	.chaser.visible .logo-container.hasInfoCard { position: initial;}*/
}

/* Responsive Menu */
#zn-res-menuwrapper {
    display: none;
}

#zn-res-menu ul {
    position: fixed !important;
}

#zn-res-menu, #zn-res-menu li, #zn-res-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #zn-res-menu * {
        -webkit-backface-visibility: hidden;
    }

.zn_res_menu_visible #zn-res-menu,
.zn_res_menu_visible #zn-res-menu li ul {
    display: block;
}

#zn-res-menu, #zn-res-menu li ul {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 11112;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0;
    display: none;
}

    #zn-res-menu ul.zn-menu-visible, #zn-res-menu.zn-menu-visible {
        -ms-transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    #zn-res-menu li {
        position: relative;
        width: 100%;
        border-color: #D9D9D9;
    }

    #zn-res-menu .zn_mega_container {
        width: 100%;
    }

        #zn-res-menu .zn_mega_container li {
            width: 100%;
            float: none;
        }

    #zn-res-menu li > a {
        padding: 13px 28px;
        border-bottom: 1px solid;
        border-bottom-color: inherit;
        display: block;
        z-index: 1;
        color: #8C8C8C;
        font-size: 12px;
    }

    #zn-res-menu li.active > a {
        color: #333;
    }

    #zn-res-menu a {
        cursor: pointer;
    }

    #zn-res-menu .zn_res_has_submenu > span, #zn-res-menu .zn_res_menu_go_back > span {
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        height: 44px;
        border-left: 1px solid;
        border-left-color: inherit;
        line-height: 49px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        z-index: 2;
    }

    #zn-res-menu .zn_res_menu_go_back > a {
        text-align: center;
        padding-right: 0;
        padding-left: 49px;
    }

    #zn-res-menu .zn_res_menu_go_back > span {
        left: 0;
        right: auto;
        border-left: none;
        border-right: 1px solid;
        border-right-color: inherit;
    }

.zn-res-menuwrapper {
    float: right;
    display: block;
    margin-top: 42px;
}

.zn-res-trigger {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 28px;
    margin-right: 25px;
    float: left;
    margin-left: 30px;
    margin-top: 14px;
}

    .zn-res-trigger::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 4px;
        top: 50%;
        margin-top: -10px;
        background: #fff;
        border-radius: 4px;
        left: 0;
        box-shadow: 0 8px 0 #fff,0 16px 0 #fff;
    }

#zn-res-menu li > a[title=separator], .zn_res_has_submenu .new-item {
    display: none;
}

@media (max-width: 992px) {
    #zn-res-menuwrapper {
        display: block;
    }

    #main-menu {
        display: none;
    }

    #zn-res-menu li.active {
        background-color: #F3F3F3;
    }

        #zn-res-menu li.active > li {
            background-color: #F3F3F3;
        }

    #main-menu .dropdown-menu {
        margin-left: -20px;
        padding-left: 10px;
    }

    #main-menu .dropdown-menu {
        border: none;
        box-shadow: none;
    }

        #main-menu .dropdown-menu li > a {
            padding: 3px 8px;
            font-size: 12px;
        }

            #main-menu .dropdown-menu li > a:hover {
                background-color: transparent;
            }

        #main-menu .dropdown-menu > .active > a,
        #main-menu .dropdown-menu > .active > a:hover,
        #main-menu .dropdown-menu > .active > a:focus {
            background-color: transparent;
        }

        #main-menu .dropdown-menu li.active > .inner-elem {
            background-color: #cd2122;
        }

    #page_wrapper {
        -webkit-transition: margin-left 0.2s ease-out;
        -moz-transition: margin-left 0.2s ease-out;
        -o-transition: margin-left 0.2s ease-out;
        -ms-transition: margin-left 0.2s ease-out;
        transition: margin-left 0.2s ease-out;
        -webkit-backface-visibility: hidden;
    }

    #main-menu > ul {
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        -ms-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
        -webkit-backface-visibility: hidden;
    }

        #main-menu > ul ul {
            position: static;
            opacity: 1 !important;
            visibility: visible !important;
            background: transparent;
        }

        #main-menu > ul li {
            float: none;
            width: 100%;
            margin-left: 0;
            padding-left: 0;
            padding: 5px 0;
        }
}


/* Call to action Button in Header */
.site-header.cta_button .header-search {
    position: absolute;
    clear: none;
    float: none;
}

    .site-header.cta_button .header-search .searchBtn {
        margin: 0;
    }

.ctabutton {
    clear: right;
    float: right;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 10px 7px;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 20px;
}

.kl-cta-ribbon .trisvg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
}

    .kl-cta-ribbon .trisvg path {
        fill: #cd2122;
    }

.kl-cta-ribbon:hover .trisvg path {
    fill: #fff;
}

.kl-cta-ribbon {
    margin-bottom: -7px;
    background: #cd2122;
}

    .kl-cta-ribbon:hover {
        background: #fff;
        color: #000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .kl-cta-ribbon strong {
        font-size: 17px;
        font-weight: 900;
        display: block;
        line-height: 24px;
    }

.kl-cta-lined {
    margin-top: 5px;
    background-color: transparent;
    box-shadow: none;
    padding: 8px 20px 9px;
}


/* SEARCH PANEL */
.icon-white {
    color: #fff;
}

.header-search {
    float: right;
    clear: right;
    position: relative;
    z-index: 100;
}

    .header-search .search-container {
        display: none;
        position: absolute;
        right: -10px;
        padding: 30px;
        background: #f4f4f4;
        width: 240px;
        border-bottom: 1px solid #fff;
        z-index: 1;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    }

        .header-search .search-container.panel-opened {
            display: block;
        }

    .header-search .searchBtn {
        line-height: 1;
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 1;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        margin: 10px 0 0 10px;
        border-radius: 2px;
    }

        .header-search .searchBtn:hover {
            background: rgba(0, 0, 0, 0.7);
        }

        .header-search .searchBtn.active {
            background: #f4f4f4;
            border-radius: 2px 2px 0 0;
        }

            .header-search .searchBtn.active .glyphicon {
                color: #000;
            }

.header-searchform {
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    position: relative;
}

    .header-searchform:hover {
        border-bottom: 1px solid #b5b5b5;
    }

    .header-searchform input[type=text] {
        background: none;
        border: none;
        font-size: 12px;
        font-style: italic;
        color: #999;
        padding: 5px 0;
        margin: 0;
        display: inline-block;
        box-shadow: none;
        outline: none;
        font-style: italic;
        width: -webkit-calc( 100% - 30px );
        width: calc( 100% - 30px );
        text-transform: uppercase;
    }

        .header-searchform input[type=text]:focus {
            font-style: normal;
            color: #565656;
        }

    .header-searchform .searchsubmit {
        width: 20px;
        background-color: transparent;
        border: none;
        padding: 0;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        vertical-align: text-top;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -8px;
        outline: none;
        color: rgba(108, 108, 108, 0.4);
    }

.screen-reader-text {
    display: none;
}

/* TOP NAVIGATION */
.topnav {
    float: right;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 101;
    font-size: 11px;
}

    .topnav > li {
        float: left;
        margin-left: 25px;
        position: relative;
    }

        .topnav > li > a {
            font-size: 11px;
            font-weight: 700;
            color: #5a5a5a;
            line-height: 24px;
            display: block;
            padding: 0;
            border-radius: 2px;
            opacity: .8;
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }

            .topnav > li:hover > a,
            .topnav > li > a:hover {
                opacity: 1;
            }

            .topnav > li > a > span {
                margin-right: 3px;
                margin-top: 0;
            }

    .topnav li.drop .pPanel {
        position: absolute;
        left: auto;
        width: auto;
        min-width: 120px;
        height: 0;
        opacity: 0;
        visibility: hidden;
        margin-left: -11px;
        right: 0;
    }

    .topnav li.drop .inner {
        margin: 4px;
        list-style: none;
        background: #f5f5f5;
        padding: 10px 5px;
        margin-top: 5px;
        position: relative;
        box-shadow: 0 0 5px rgba(0,0,0, 0.4);
        border-radius: 2px;
    }

        .topnav li.drop .inner:after {
            content: "";
            top: -8px;
            position: absolute;
            left: 9px;
            border: 5px solid transparent;
            border-bottom-width: 4px;
            border-bottom-color: #f5f5f5;
        }

    .topnav li.drop:hover .pPanel {
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .topnav li.drop li a {
        font-size: 10px;
        color: #222;
        padding: 0 5px 0 10px;
        display: block;
        text-transform: uppercase;
        margin-top: 1px;
    }

        .topnav li.drop li.active a,
        .topnav li.drop li a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .topnav li.drop li a span {
            float: right;
            opacity: .3;
            margin-top: 2px;
        }

/* Cart details panel */
.site-header .kl-cart-button + .pPanel {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
    padding-top: 10px;
}

body .site-header .kl-cart-button + .pPanel {
    min-width: 320px;
}

.site-header .kl-cart-button + .pPanel .inner:after {
    left: auto;
    right: 9px;
}

.site-header .kl-cart-button .glyphicon {
    font-size: 13px;
    top: 2px;
    margin-right: 7px;
}

    .site-header .kl-cart-button .glyphicon:after {
        content: attr(data-count);
        font-size: 9px;
        background-color: #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-family: "Montserrat",Helvetica,Arial,sans-serif;
                text-transform: initial;
                font-size: 11px;
                font-weight: normal;
                padding: 0 30px 0 0 !important;
                text-align: left;
            }

        .cart-container .cart_list .remove {
            float: right;
            font-size: 16px;
            color: #C3C3C3;
            padding: 0 !important;
        }

            .cart-container .cart_list .remove:hover {
                color: #7F7F7F;
            }

        .cart-container .cart_list .product-title:hover {
            color: #cd2122;
        }

        .cart-container .cart_list .color-variations,
        .cart-container .cart_list .quantity {
            display: block;
            text-align: left;
        }

        .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;
        line-height: 18px;
    }

    .cart-container .total {
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }

    .cart-container .buttons {
        overflow: hidden;
        margin: 0;
    }

        .cart-container .buttons .button {
            width: 49%;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            text-transform: uppercase;
        }

            .cart-container .buttons .button.wc-forward {
                background-color: #cd2122;
                color: #fff;
                text-shadow: none;
                font-weight: normal;
                padding: 9px 20px;
                line-height: 1.6;
                box-shadow: none;
                font-size: 14px;
                font-weight: 600;
                border-radius: 3px;
                -webkit-transition: background-color .2s ease-in-out;
                transition: background-color .2s ease-in-out;
            }

            .cart-container .buttons .button.checkout {
                color: #242424;
                border-color: #242424;
                font-weight: normal;
                border-width: 2px;
                background: none;
                text-shadow: none;
                padding: 8px 20px;
                line-height: 1.6;
                box-shadow: none;
                font-size: 14px;
                border-style: solid;
                border-radius: 3px;
                -webkit-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
                margin-left: 0;
                background-color: transparent !important;
            }



/* Site Header & logo */
.site-logo {
    float: left;
    margin: 0;
    display: table;
    padding-top: 5px;
}

    .site-logo a {
        padding: 0;
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }

    .site-logo img {
        max-height: 92px;
    }

/* Logo size preset */
.logosize--contain .site-logo .logo-img {
    width: auto;
    height: 100%;
}


/*** Header Height */
.site-header,
.logosize--contain .site-logo a {
    height: 100px;
}

.logosize--contain .site-logo .logo-img,
.logosize--contain .site-logo .logo-img-sticky {
    max-height: 100px;
    vertical-align: middle;
}

/* Site Content */
#page_wrapper {
    position: relative;
    overflow: hidden;
}

.site-content {
    position: relative;
}

.site-content {
    margin-top: 60px;
}

.site-header + .site-content {
    padding-top: 200px;
    margin-top: 0;
}

.site-content .kl-slideshow {
    background: none transparent;
    clear: both;
    display: block;
}


/* Site Header */
.site-header {
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.siteheader-container {
    position: relative;
}

.site-header {
    background: none;
    border: 0;
    box-shadow: none;
    height: auto;
}

    .site-header .logosize--contain .site-logo a {
        height: 70px;
    }

    .site-header .separator {
        background: #5a5a5a;
        height: 1px;
        opacity: .2;
        margin-bottom: 5px;
    }

        .site-header .separator.dark {
            background: #9a9a9a;
        }

    .site-header .kl-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        pointer-events: none;
        background: #f1f1f1;
    }
    /*.site-header .kl-header-bg {position:absolute; top:0; left:0; width:100%; height:100%; opacity:.8; 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 .kl-top-header { /*color:rgba(255, 255, 255, 0.8);*/
        position: relative;
    }

    .site-header .header-links-container {
        float: right;
        height: auto;
        margin-right: 60px;
    }

    .site-header .header-search {
        z-index: 102;
        position: absolute;
        top: -3px;
        right: 0;
        clear: none;
        float: none;
    }

        .site-header .header-search .searchBtn,
        .site-header.cta_button .header-search .searchBtn {
            margin: 10px 0 0 10px;
        }

    .site-header .searchBtn.active {
        border-radius: 2px 2px 0 0;
    }

    .site-header .header-leftside-container {
        line-height: 24px;
        margin: 12px 0;
        position: relative;
    }

    .site-header .kl-header-toptext {
        font-size: 13px;
        color: #5a5a5a;
    }

        .site-header .kl-header-toptext a {
            font-size: 13px;
            color: #5a5a5a;
        }

    .site-header .main-nav {
        float: left;
        margin-left: 30px;
    }

    .site-header .topnav {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .site-header .kl-top-header .topnav {
        margin-bottom: 8px;
        margin-top: 12px;
        z-index: 111;
    }

    .site-header .social-icons.topnav {
        margin: 0;
        padding: 0;
        position: relative;
        top: -3px;
        float: left;
    }

        .site-header .social-icons.topnav li {
            margin: 0;
            margin-left: 10px;
        }

        .site-header .social-icons.topnav.sc--clean li {
            margin-left: 0;
        }

        .site-header .social-icons.topnav li:first-child {
            margin-left: 0;
        }

        .site-header .social-icons.topnav ~ .kl-header-toptext {
            margin-left: 10px;
            margin-top: 5px;
        }

        .site-header .social-icons.topnav.sc--clean > li > a {
            color: #5a5a5a;
        }

            .site-header .social-icons.topnav.sc--clean > li > a:hover {
                color: rgba(255,255,255,.9);
            }

    .site-header .kl-cta-lined {
        margin-top: 13px;
    }
    /*body .site-header .zn-res-menuwrapper .zn-res-trigger:after{background: #FFFFFF; box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;}*/
    /*body .site-header .zn-res-menuwrapper {float: left; margin-top: 10px; margin-left: 30px; }*/
    /*.site-header .zn-res-menuwrapper .zn-res-trigger { margin-top: 15px;}*/
    /*.site-header.style1 .main-nav { margin-left: 50px; }*/
    .site-header.style1 .main-nav {
        margin-left: 25px;
    }

    /* Style2 */
    /**** HEADER 2 */
    .site-header.style2 {
        background: none;
        border: 0;
        box-shadow: none;
        height: auto;
    }

        .site-header.style2 .logo-container.hasInfoCard:before {
            top: 40px;
        }

        .site-header.style2 .logosize--contain .site-logo a,
        .site-header.style2 .header-search,
        .site-header.style2.cta_button .header-search {
            height: 80px;
        }

        .site-header.style2 .site-logo {
            height: 80px;
        }

        .site-header.style2 .kl-top-header2 {
            background: rgba(0,0,0,.7);
            color: rgba(255, 255, 255, 0.8);
        }

        .site-header.style2 .kl-main-header {
            background: rgba(0,0,0,.6);
            border-bottom: 3px solid #cd2122;
        }

        .site-header.style2 .main-nav {
            float: left;
            margin-top: 0px;
            clear: none;
        }

            .site-header.style2 .main-nav > ul {
                margin: 5px 0;
            }

        .site-header.style2 .kl-main-header .topnav {
            margin: 6px 0;
        }

        .site-header.style2 .h-right-inner .topnav {
            z-index: 102;
        }

        .site-header.style2 .header-rightside-container {
            float: right;
            padding-top: 5px;
        }

            .site-header.style2 .header-rightside-container .topnav {
                margin-bottom: 0;
                margin-top: 5px;
            }

        .site-header.style2.ht--dark .social-icons.sc--clean > li > a {
            color: rgba(255,255,255,.7);
        }

            .site-header.style2.ht--dark .social-icons.sc--clean > li > a:hover {
                color: rgba(255,255,255,.9);
            }

        .site-header.style2 .header-search,
        .site-header.style2.cta_button .header-search {
            position: static;
            top: auto;
            left: auto;
            right: auto;
            width: 240px;
            margin: 0 auto;
            clear: none;
            display: table;
            float: none;
        }

            .site-header.style2 .header-search .search-container {
                padding: 0;
                position: static;
                display: block;
                box-shadow: none;
                border: 0;
                background: none;
                display: table-cell;
                vertical-align: middle;
            }

        .site-header.style2 .header-searchform {
            border: 0;
            padding: 5px 10px;
            background-color: transparent;
            border-radius: 3px;
        }

        .site-header.style2 .header-search .searchBtn {
            display: none;
        }

        .site-header.style2 .header-search .inputbox {
            position: relative;
            z-index: 1;
        }

        .site-header.style2 .header-search .searchsubmit {
            z-index: 1;
            color: rgba(255, 255, 255, 0.4);
        }

        .site-header.style2 .header-search .kl-field-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
            -webkit-transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);
            transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);
        }

        .site-header.style2 .header-search .inputbox:focus {
            color: #E3E3E3;
        }

        .site-header.style2 .header-search .inputbox:hover ~ .kl-field-bg {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .site-header.style2 .header-search .inputbox:focus ~ .kl-field-bg {
            background-color: rgba(255, 255, 255, 0.2);
            width: 120%;
            left: -10%;
            height: 120%;
            top: -10%;
        }

        .site-header.style2 .kl-cart-button + .pPanel {
            left: auto;
            right: 0;
            margin-left: 0;
            margin-right: -10px;
            margin-top: 5px;
        }

        .site-header.style2 .kl-main-header .kl-cta-ribbon {
            margin-top: -7px;
            margin-bottom: -10px;
        }

        .site-header.style2 .kl-main-header .kl-cta-lined {
            margin-top: -3px;
            margin-bottom: -8px;
            font-size: 90%;
            padding: 14px 10px;
            color: #fff;
            border: 0;
            background: #000;
        }

            .site-header.style2 .kl-main-header .kl-cta-lined:hover {
                color: #343434;
                background-color: #fff;
            }

        .site-header.style2 .main-nav > ul > li.active > a:before,
        .site-header.style2 .main-nav > ul > li > a:hover:before,
        .site-header.style2 .main-nav > ul > li:hover > a:before {
            height: -webkit-calc(100% + 23px);
            height: calc(100% + 23px);
            margin-bottom: -23px;
            margin-top: 3px;
        }

body .site-header.style2 .zn-res-menuwrapper {
    float: left;
    margin-top: 0;
    margin-left: 0;
}

    body .site-header.style2 .zn-res-menuwrapper .zn-res-trigger {
        margin-top: 8px;
        margin-bottom: 6px;
    }

        body .site-header.style2 .zn-res-menuwrapper .zn-res-trigger:after {
            background: #FFFFFF;
            box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
            height: 2px;
        }

.site-header.style2 .topnav.social-icons {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
}

    .site-header.style2 .topnav.social-icons li {
        margin: 0;
        margin-left: 10px;
    }

    .site-header.style2 .topnav.social-icons.sc--clean li {
        margin-left: 0;
    }

    .site-header.style2 .topnav.social-icons li:first-child {
        margin-left: 0;
    }


.site-header.style2 .kl-top-header2 {
    background: rgba(0,0,0,.7);
    color: rgba(255, 255, 255, 0.8);
}

.site-header.style2 .kl-main-header .topnav {
    margin: 9px 0;
}

.site-header.style2 .main-nav ul ul.sub-menu {
    top: calc(100% + 15px);
}

.site-header.style2 .main-nav .hg_mega_container {
    top: calc(100% + 8px);
}

.site-header.style2 .main-nav ul li:hover > ul {
    top: calc(100% - -8px);
}

.site-header.style2 .main-nav ul li:hover > .hg_mega_container {
    top: calc(100% - -18px);
}

.site-header.style2 .main-nav > ul > li > a {
    padding-top: 9px;
    padding-bottom: 4px;
}

    .site-header.style2 .main-nav > ul > li.active > a:before,
    .site-header.style2 .main-nav > ul > li:hover > a:before,
    .site-header.style2 .main-nav > ul > li > a:hover:before {
        height: calc(100% + 25px);
        margin-bottom: -25px;
        margin-top: 8px;
    }

/* Style 2- light theme */
.site-header.style2.ht--light .kl-top-header {
    background: rgba(255,255,255,.6);
    color: rgba(0, 0, 0, 0.8);
}

.site-header.style2.ht--light .kl-main-header {
    background: rgba(255,255,255,.5);
}

.site-header.style2.ht--light .topnav:not(.social-icons) > li > a,
.site-header.style2.ht--light .topnav.sc--clean > li > a,
.site-header.style2.ht--light .topnav > li .icon-white {
    color: #333;
}

    .site-header.style2.ht--light .topnav:not(.social-icons) > li > a:hover,
    .site-header.style2.ht--light .topnav.sc--clean > li > a:hover,
    .site-header.style2.ht--light .topnav > li a:hover .icon-white {
        color: #111;
    }

.site-header.style2.ht--light .main-nav > ul > li > a {
    color: #252525;
}

    .site-header.style2.ht--light .main-nav > ul > li.active > a,
    .site-header.style2.ht--light .main-nav > ul > li > a:hover,
    .site-header.style2.ht--light .main-nav > ul > li:hover > a {
        color: #fff;
    }

.site-header.style2.ht--light .main-nav > ul > li.menu-item-has-children > a:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.site-header.style2.ht--light .header-search .searchsubmit {
    color: rgba(0, 0, 0, 0.4);
}

.site-header.style2.ht--light .header-search .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.1);
}

.site-header.style2.ht--light .header-search .inputbox:focus {
    color: #454545;
}

.site-header.style2.ht--light .header-search .inputbox:hover ~ .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.15);
}

.site-header.style2.ht--light .header-search .inputbox:focus ~ .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.2);
}

.site-header.style2.ht--light .kl-main-header .kl-cta-lined:hover {
    color: #f9f9f9;
    background-color: #000;
}

body .site-header.style2.ht--light .zn-res-menuwrapper .zn-res-trigger:after {
    background: #353535;
    box-shadow: 0 8px 0 #353535, 0 16px 0 #353535;
}
/* Page subheader top padding after style2 header */
.site-header.style2 + .page-subheader:not(.site-subheader-cst) .ph-content-wrap {
    padding-top: 190px;
}

.site-header.style2 .zn-res-trigger {
    margin-top: 7px;
    margin-left: 0;
}

.site-header.style2 .main-nav {
    margin-left: 0;
}

/**** HEADER 3 */
.site-header.style3 {
    background: rgba(255,255,255,0.9);
    border-bottom: 3px solid #cd2122;
    box-shadow: none;
    height: auto;
}

.site-header.style3 {
    height: auto;
}

    .site-header.style3 .spanel-label {
        color: #252525;
    }

    .site-header.style3 .logosize--contain .site-logo a {
        height: 60px;
    }

    .site-header.style3 .logosize--yes .site-logo {
        min-height: 60px;
    }

    .site-header.style3 .kl-default-logo {
        -webkit-filter: none;
        filter: none;
    }

        .site-header.style3 .kl-default-logo path {
            fill: #757575;
        }

    .site-header.style3 .separator {
        background: #000;
        height: 1px;
        opacity: .1;
    }

    .site-header.style3 .kl-top-header {
        color: rgba(0, 0, 0, 0.7);
    }

    .site-header.style3 .header-links-container {
        float: right;
        height: auto;
        margin-right: 0;
    }

    .site-header.style3 .header-leftside-container {
        float: left;
        line-height: 24px;
        margin: 5px 0;
        position: relative;
    }

    .site-header.style3 .kl-header-toptext {
        margin-left: 30px;
        font-size: 12px;
        line-height: 24px;
        display: block;
        float: left;
        margin-top: 3px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 700;
    }

        .site-header.style3 .kl-header-toptext a {
            color: rgba(0, 0, 0, 0.7);
        }

    .site-header.style3 .popup-with-form {
        margin: 3px 0 5px 25px;
    }

    .site-header.style3 .topnav {
        margin-bottom: 0;
        margin-top: 0;
        margin-top: 9px;
    }

        .site-header.style3 .topnav:not(.social-icons) > li > a,
        .site-header.style3 .topnav.sc--clean > li > a,
        .site-header.style3 .topnav > li .icon-white {
            color: #878787;
        }

            .site-header.style3 .topnav:not(.social-icons) > li > a:hover,
            .site-header.style3 .topnav.sc--clean > li > a:hover,
            .site-header.style3 .topnav > li a:hover .icon-white {
                color: #676767;
            }

        .site-header.style3 .topnav.social-icons {
            margin: 0;
            padding: 0;
            position: relative;
            top: 4px;
            margin-left: 10px;
        }

            .site-header.style3 .topnav.social-icons li {
                margin: 0;
                margin-left: 10px;
                margin-top: 2px;
            }

                .site-header.style3 .topnav.social-icons.sc--clean li,
                .site-header.style3 .topnav.social-icons li:first-child {
                    margin-left: 0;
                }

    .site-header.style3 .header-leftside-container .topnav {
        margin-bottom: 0;
        margin-top: 0;
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }

        .site-header.style3 .header-leftside-container .topnav > li {
            margin-left: 0;
        }

    .site-header.style3 .kl-main-header {
        position: relative;
    }

        .site-header.style3 .kl-main-header .topnav {
            float: right;
            clear: none;
            position: absolute;
            right: 0;
            margin-top: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .site-header.style3 .kl-cart-button + .pPanel {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -10px;
    }

    .site-header.style3 .header-search {
        float: left;
        clear: none;
    }

    .site-header.style3 .header-search,
    .site-header.style3.cta_button .header-search {
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        width: 240px;
        margin: 0 auto;
        clear: none;
        display: table;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .site-header.style3 .header-search .search-container {
            padding: 0;
            position: static;
            display: block;
            box-shadow: none;
            border: 0;
            background: none;
            display: table-cell;
            vertical-align: middle;
        }

    .site-header.style3 .header-searchform {
        border: 0;
        padding: 5px 10px;
        background-color: transparent;
        border-radius: 3px;
    }

    .site-header.style3 .header-search .searchBtn {
        display: none;
    }

    .site-header.style3 .header-search .inputbox {
        position: relative;
        z-index: 1;
    }

    .site-header.style3 .header-search .searchsubmit {
        z-index: 1;
        color: rgba(0, 0, 0, 0.4);
    }

    .site-header.style3 .header-search .kl-field-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        -webkit-transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);
        transition: all .15s cubic-bezier(0.680, 0, 0.265, 1);
    }

    .site-header.style3 .header-search .inputbox:focus {
        color: #454545;
    }

    .site-header.style3 .header-search .inputbox:hover ~ .kl-field-bg {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .site-header.style3 .header-search .inputbox:focus ~ .kl-field-bg {
        background-color: rgba(0, 0, 0, 0.2);
        width: 120%;
        left: -10%;
        height: 120%;
        top: -10%;
    }

    .site-header.style3 .ctabutton {
        position: absolute;
        right: 15px;
        z-index: 1;
    }

    .site-header.style3 .kl-cta-ribbon {
        margin-top: 0px;
        margin-bottom: -10px;
    }

    .site-header.style3 .kl-cta-lined {
        margin-top: -6px;
        margin-bottom: -8px;
        font-size: 90%;
        padding: 17px;
        color: #fff;
        border: 0;
        background: #000;
    }

        .site-header.style3 .kl-cta-lined:hover {
            color: #f9f9f9;
            background-color: #000;
        }

    .site-header.style3 .logo-container,
    .site-header.style3 .site-logo {
        margin: 10px auto;
        float: none;
        clear: none;
    }

        .site-header.style3 .logo-container .logo-infocard {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 2;
        }

    .site-header.style3 .main-nav {
        float: none;
        text-align: center; /*position: relative;*/
    }

        .site-header.style3 .main-nav > ul {
            display: inline-block;
            text-align: start;
            margin-top: 8px;
            margin-bottom: 2px;
        }

            .site-header.style3 .main-nav > ul > li > a {
                color: #656565;
            }

            .site-header.style3 .main-nav > ul > li.menu-item-has-children > a:after {
                background-color: rgba(39, 39, 39, 0.4);
            }

            .site-header.style3 .main-nav > ul > li.active > a,
            .site-header.style3 .main-nav > ul > li > a:hover,
            .site-header.style3 .main-nav > ul > li:hover > a {
                color: #fff;
            }

body .site-header.style3 .zn-res-trigger:after {
    background: #575757;
    box-shadow: 0 8px 0 #575757, 0 16px 0 #575757;
}

body .site-header.style3 .zn-res-trigger {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 0;
}


.site-header.style3 .header-search,
.site-header.style3.cta_button .header-search {
    margin-top: -3px;
}

.site-header.style3 .logo-container,
.site-header.style3 .site-logo {
    margin: 5px auto;
}

.site-header.style3 .main-nav > ul {
    margin-bottom: -6px;
}

.site-header.style3 .main-nav ul ul.sub-menu {
    top: calc(100% + 11px);
}

.site-header.style3 .main-nav > ul {
    margin-top: 5px;
}

    .site-header.style3 .main-nav > ul > li {
        padding-bottom: 10px;
    }

.site-header.style3 .kl-cta-ribbon {
    margin-top: -10px;
}

.site-header.style3 .main-nav .hg_mega_container {
    top: calc(100% + 8px);
}

.site-header.style3 .main-nav ul li:hover > ul {
    top: calc(100% - -3px);
}

.site-header.style3 .main-nav ul li:hover > .hg_mega_container {
    margin-top: 0px;
}

.site-header.style3 .topnav.sc--clean > li > a,
.site-header.style3 .topnav:not(.social-icons) > li > a,
.site-header.style3 .topnav > li .icon-white {
    color: #252525;
}

.site-header.style3 .main-nav > ul > li > a {
    color: #252525;
}

/* Site header text colors (Light) */
.site-header.style3.sh--light .topnav:not(.social-icons) > li > a,
.site-header.style3.sh--light .topnav.sc--clean > li > a,
.site-header.style3.sh--light .topnav > li .icon-white {
    color: #fff;
}

    .site-header.style3.sh--light .topnav:not(.social-icons) > li > a:hover,
    .site-header.style3.sh--light .topnav.sc--clean > li > a:hover,
    .site-header.style3.sh--light .topnav > li a:hover .icon-white {
        color: #fff;
        opacity: .9;
    }

.site-header.style3.sh--light .main-nav > ul > li > a {
    color: #f5f5f5;
}

.site-header.style3.sh--light .main-nav > ul > li.menu-item-has-children > a:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-header.style3.sh--light .kl-top-header {
    color: rgba(255, 255, 255, 0.7);
}

.site-header.style3.sh--light .separator {
    background: #FFF;
    opacity: 0.15;
}

.site-header.style3.sh--light .kl-cta-lined:hover {
    color: #111;
    background-color: #fff;
}

.site-header.style3.sh--light .header-search .searchsubmit {
    color: rgba(255, 255, 255, 0.4);
}

.site-header.style3.sh--light .header-search .kl-field-bg {
    background-color: rgba(255, 255, 255, 0.1);
}

.site-header.style3.sh--light .header-search .inputbox:focus {
    color: #E3E3E3;
}

.site-header.style3.sh--light .header-search .inputbox:hover ~ .kl-field-bg {
    background-color: rgba(255, 255, 255, 0.15);
}

.site-header.style3.sh--light .header-search .inputbox:focus ~ .kl-field-bg {
    background-color: rgba(255, 255, 255, 0.2);
}

body .site-header.style3.sh--light .zn-res-menuwrapper .zn-res-trigger:after {
    background: #eee;
    box-shadow: 0 8px 0 #eee, 0 16px 0 #eee;
}
/* Site header text colors (Dark) */
.site-header.style3.sh--dark .topnav:not(.social-icons) > li > a,
.site-header.style3.sh--dark .topnav.sc--clean > li > a,
.site-header.style3.sh--dark .topnav > li .icon-white {
    color: #222;
}

.site-header.style3.sh--dark .kl-header-toptext a {
    color: rgba(0, 0, 0, 0.8);
}

.site-header.style3.sh--dark .topnav:not(.social-icons) > li > a:hover,
.site-header.style3.sh--dark .topnav.sc--clean > li > a:hover,
.site-header.style3.sh--dark .topnav > li a:hover .icon-white {
    color: #111;
}

.site-header.style3.sh--dark .main-nav > ul > li > a {
    color: #252525;
}

    .site-header.style3.sh--dark .main-nav > ul > li.active > a,
    .site-header.style3.sh--dark .main-nav > ul > li > a:hover,
    .site-header.style3.sh--dark .main-nav > ul > li:hover > a {
        color: #fff;
    }

.site-header.style3.sh--dark .main-nav > ul > li.menu-item-has-children > a:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.site-header.style3.sh--dark .kl-top-header {
    color: rgba(0, 0, 0, 0.7);
}

.site-header.style3.sh--dark .separator {
    background: #000;
    opacity: 0.15;
}

.site-header.style3.sh--dark .header-search .searchsubmit {
    color: rgba(0, 0, 0, 0.5);
}

.site-header.style3.sh--dark .header-search .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.2);
}

.site-header.style3.sh--dark .header-search .inputbox:focus {
    color: #fff;
}

.site-header.style3.sh--dark .header-search .inputbox:hover ~ .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.25);
}

.site-header.style3.sh--dark .header-search .inputbox:focus ~ .kl-field-bg {
    background-color: rgba(0, 0, 0, 0.3);
}

body .site-header.style3.sh--dark .zn-res-menuwrapper .zn-res-trigger:after {
    background: #252525;
    box-shadow: 0 8px 0 #252525, 0 16px 0 #252525;
}
/* Sticked state */
.header--is-sticked .site-header.style3 .logo-container,
.header--is-sticked .site-header.style3 .site-logo {
    margin-top: 0;
    margin-bottom: 0;
}

    .header--is-sticked .site-header.style3,
    .header--is-sticked .site-header.style3 .site-logo a {
        min-height: 120px;
    }

        .header--is-sticked .site-header.style3.cta_button .ctabutton {
            margin-top: -6px;
        }
/* Page subheader top padding after style8 header */
.site-header.style3 + .page-subheader:not(.site-subheader-cst) {
    min-height: 350px;
}

    .site-header.style3 + .page-subheader:not(.site-subheader-cst) .ph-content-wrap {
        padding-top: 230px;
    }
/* Safe padding for first elements right after the header */
.site-header.style3 + .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
.site-header.style3 + .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {
    padding-top: 160px;
}


/* HEADER 4 */
.site-header.style4,
.site-header.style5 {
    height: 100px;
    background: rgba(0,0,0,0.5);
}

    .site-header.style4 .site-logo,
    .site-header.style5 .site-logo,
    .site-header.style6 .site-logo {
        min-height: 100px;
    }

        .site-header.style4 .site-logo a {
            background: rgba(0,0,0,0.3);
            padding-left: 25px;
            padding-right: 25px;
            border-bottom: 2px solid #000;
            border-bottom: 2px solid rgba(0,0,0,0.7);
            border-top-width: 3px;
            border-top-style: solid;
            border-top-color: #CD2122;
        }

            .site-header.style4 .site-logo a:after,
            .site-header.style6 .site-logo a:after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -11px;
                margin-left: -3px;
                border: 5px solid transparent;
                border-top-width: 5px;
                border-top-color: #000;
                border-top-color: rgba(0,0,0,0.7);
            }

    .site-header.style4 .topnav.navLeft,
    .site-header.style6 .topnav.navLeft {
        float: left;
    }

    .site-header.style4 .main-nav,
    .site-header.style5 .main-nav,
    .site-header.style6 .main-nav {
        float: right;
        margin-top: 0;
    }

    .site-header.style4 .header-links-container,
    .site-header.style5 .header-links-container,
    .site-header.style6 .header-links-container {
        float: none;
        height: 42px;
    }

    .site-header.style4 .topnav,
    .site-header.style5 .topnav {
        margin-top: 10px;
        float: right;
    }

    .site-header.style4 .social-icons.topnav,
    .site-header.style5 .social-icons.topnav {
        float: right;
    }

    .site-header.style4 .header-search,
    .site-header.style5 .header-search,
    .site-header.style6 .header-search {
        right: 16px;
    }

    .site-header.style4 .logo-container.hasInfoCard:before {
        top: 40px;
    }


/* HEADER 5 */
.site-header.style5 {
    border-top-color: #cd2122;
    border-bottom: 2px solid rgba(0,0,0,0.7);
    border-top: 3px solid #CD2122;
}

    .site-header.style5:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -2px;
        border: 5px solid transparent;
        border-top-width: 5px;
        border-top-color: #000;
        border-top-color: rgba(0,0,0,0.7);
    }

    .site-header.style5 .logo-container.hasInfoCard:before {
        top: 40px;
    }

    .site-header.style5 .social-icons.sc--clean.topnav,
    .site-header.style6 .social-icons.sc--clean.topnav {
        margin-left: 22px;
    }


/* HEADER 6 */
.site-header.style6 .site-logo a {
    background: rgba(0,0,0,0.3);
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 2px solid rgba(0,0,0,0.7);
    border-top: 3px solid #CD2122;
}

.site-header.style6 .social-icons.topnav {
    float: right;
    margin-top: 10px;
}

.site-header.style6 .topnav.navLeft,
.site-header.style6 .topnav.navRight {
    margin-top: 10px;
}

.site-header.style6 .spanel-label {
    margin-right: 15px;
}

.site-header.style6 .navRight.topnav > li {
    margin-left: 15px;
}

/* Header style 7 */
.site-header.style5.new {
    border-bottom: #fff;
    background-color: #fff;
}

    .site-header.style5.new:after {
        display: none;
    }

    .site-header.style5.new .main-nav > ul > li > a {
        color: #252525;
    }

        .site-header.style5.new .main-nav > ul > li.active > a,
        .site-header.style5.new .main-nav > ul > li > a:hover,
        .site-header.style5.new .main-nav > ul > li:hover > a {
            color: #fff;
        }

    .site-header.style5.new .topnav > li > a {
        color: #252525;
    }

    .site-header.style5.new .icon-white {
        color: #252525;
    }

    .site-header.style5.new .social-icons.topnav.sc--clean > li > a:hover {
        color: #616161;
    }

    .site-header.style5.new .spanel-label {
        color: #252525;
    }

    .site-header.style5.new .searchBtn .icon-white {
        color: #fff !important;
    }

    .site-header.style5.new .separator {
        background: #4E4E4E;
    }

    .site-header.style5.new .zn-res-trigger::after {
        background: #333;
        box-shadow: 0 8px 0 #333,0 16px 0 #333;
    }

/* Header style 8 */
.site-header.style8 .siteheader-container {
    margin-top: 17px;
}

.site-header.style8 .logo-container.hasInfoCard:before {
    top: 40px;
}

/* Header style 9 */
.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 !important;
}

.site-header.style9 .logo-container.hasInfoCard:before {
    content: url(../images/hoverme-dark.png);
}

.site-header.style9 .logo-container.hasInfoCard:before {
    top: 20px;
}

.site-header.style9 {
    background-color: #fff;
}

    .site-header.style9 .kl-top-header {
        color: #252525;
    }

    .site-header.style9 .topnav > li > a {
        color: #252525;
    }

    .site-header.style9 .topnav--lang .icon-white {
        color: #252525;
    }

    .site-header.style9 .social-icons.topnav.sc--clean > li > a {
        color: #252525;
    }

        .site-header.style9 .social-icons.topnav.sc--clean > li > a:hover {
            color: #6B6B6B;
        }

    .site-header.style9 .kl-header-toptext,
    .site-header.style9 .kl-header-toptext a {
        color: #252525;
    }

    .site-header.style9 .main-nav > ul > li > a {
        color: #252525;
    }

    .site-header.style9 .main-nav > ul > li:hover > a {
        color: #fff;
    }

    .site-header.style9 .glyphicon-shopping-cart {
        color: #252525;
    }

    .site-header.style9 .zn-res-trigger::after {
        background: #000;
        box-shadow: 0 8px 0 #000,0 16px 0 #000;
    }

    .site-header.style9 .topnav.sc--clean > li > a,
    .site-header.style9 .topnav:not(.social-icons) > li > a,
    .site-header.style9 .topnav > li .icon-white,
    .site-header.style9 .spanel-label {
        color: #252525;
    }

/* Header style 10 */

/* Header style 11 */
.site-header.style11 {
    background: rgba(0, 0, 0, 0.65);
}

    .site-header.style11 .logo-container {
        padding: 0 20px;
    }

    .site-header.style11 .site-logo {
        min-height: 71px;
    }

    .site-header.style11 .main-nav {
        float: right;
    }

    .site-header.style11 .zn-res-trigger {
        float: right;
        margin-top: 22px;
    }

    .site-header.style11 .logo-container .logo-infocard {
        left: 0;
    }

    .site-header.style11 .main-nav > ul {
        margin-top: 20px;
    }

    .site-header.style11 .site-logo img {
        max-height: 71px;
    }

/* Header style 12 */
.site-header.style12 .site-logo {
    margin: 0 auto;
    float: none;
}

.site-header.style12 .logo-container {
    float: none;
    display: inline-block;
    position: relative;
}

.site-header.style12 .main-nav {
    float: none;
    text-align: center;
}

.site-header.style12 .kl-main-header {
    text-align: center;
}

.site-header.style12 .logo-container .logo-infocard {
    left: -150px;
}

.site-header.style12 .logo-container.hasInfoCard:before {
    top: 30px;
}

.site-header.style12 .site-logo a {
    padding-top: 5px;
}


/* Social icons */
.social-icons {
    margin-left: 10px;
    margin-bottom: 0;
    z-index: 1;
}

    .social-icons li {
        display: inline-block;
        margin: 5px;
        margin-left: 10px;
        margin-right: 0;
        vertical-align: top;
    }

        .social-icons li a {
            display: inline-block;
            color: #fff;
            width: 30px;
            height: 30px;
            position: relative;
            border-radius: 3px;
            text-align: center;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            font-size: 14px;
            font-weight: normal;
            opacity: 1;
        }

            .social-icons li a:before {
                line-height: 30px;
            }

            .social-icons li a:hover {
                box-shadow: 0 0 6px rgba(0,0,0,0.4);
            }

    .social-icons.sc--normal li a {
        background-color: #111;
    }

        .social-icons.sc--normal li a:hover {
            background-color: #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;
}

    .site-header .social-icons.topnav li {
        margin: 0;
        margin-left: 10px;
    }

    .site-header .social-icons.topnav.sc--clean li {
        margin-left: 0;
    }

    .site-header .social-icons.topnav li:first-child {
        margin-left: 0;
    }

.scheader-icon-nocolor {
    background-color: #121212;
}

/* Social color bg */
.social-icons.sc--colored .icon-facebook {
    background-color: #3b579d;
}

.social-icons.sc--colored .icon-twitter {
    background-color: #5ea9dd;
}

.social-icons.sc--colored .icon-google {
    background-color: #df4b38;
}

.social-icons.sc--colored .icon-linkedin {
    background-color: #007ab5;
}


/* kl-slideshow div styles */
.kl-slideshow-inner {
    position: relative;
    z-index: 1; /* z-index: 100; */
}

.kl-slideshow .bgback {
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.kl-slideshow {
    margin-bottom: 0;
}

.kl-ios-selectors-block.bullets2 .item.selected::before,
.kl-ios-selectors-block.bullets2 .item:hover:before {
    background-color: #CD2122;
}
/* used in several sliders */
.zn-shadow-lifted {
    box-shadow: 0 40px 20px -25px rgba(0, 0, 0, 0.25);
}

/* For elements that are positioned right under the header, a safe padding is added */
.kl-slideshow .kl-slideshow-safepadding {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (min-width:480px) {
    .zn_pb_wrapper > .zn_pb_el_container:first-child > .kl-slideshow .kl-slideshow-safepadding,
    .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding {
        padding-top: 150px;
        padding-bottom: 45px;
    }
}

/*#sparkles,
.th-sparkles {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; display:none;}*/
#sparkles,
.th-sparkles {
    display: none;
}

.th-sparkles-visible .th-sparkles {
    display: block;
}

.th-sparkles > span {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.th-sparkles .shiny-spark1 {
    width: 20px;
    height: 20px;
    opacity: .4;
}

.th-sparkles .shiny-spark2 {
    width: 10px;
    height: 10px;
    opacity: .7;
}

.th-sparkles .shiny-spark3 {
    width: 30px;
    height: 30px;
    opacity: .1;
}

.th-sparkles .shiny-spark4 {
    width: 3px;
    height: 3px;
    opacity: .9;
}

.th-sparkles .shiny-spark5 {
    width: 15px;
    height: 15px;
    opacity: .3;
}

.th-sparkles .shiny-spark6 {
    width: 25px;
    height: 25px;
    opacity: .5;
}


/*** Page Subheader's defaults  */
.page-subheader {
    min-height: 300px;
    background-color: #066fd9;
}

    .page-subheader[class*="maskcontainer--"] {
        min-height: 150px;
    }

    .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_header.no-bg {
    background: none;
}

.page-subheader .ph-content-wrap {
    width: 100%;
    display: table;
    height: 180px;
}

.page-subheader .ph-content-v-center {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

/* Page-subheader padding (default) */
/*.page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top:170px;}*/
/* Safe padding for Subheader */
.page-subheader .ph-content-wrap {
    padding-top: 70px;
}

/* 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%);
    background-color: #345370;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

.page-subheader,
.kl-slideshow {
    position: relative;
    top: 0;
    z-index: 0;
}

    .page-subheader.nobg,
    .kl-slideshow.nobg {
        background: none;
    }

    .page-subheader.hasMargin,
    .kl-slideshow.hasMargin {
        margin-bottom: 40px;
    }

/* HG Section */
.hg_section {
    padding-top: 0px;
    padding-bottom: 35px;
}

.hg_section--relative {
    position: relative;
}

.hg_section--masked {
    padding-bottom: 55px;
}

.hg_section__source + .hg_section_size {
    position: relative;
}

.kl-bg-source + .hg_section_size {
    position: relative;
}

/* PORTFOLIO */
.hg_other_images > div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hg_other_images {
    margin-top: 20px;
}


/* Background source for elements */
.kl-bg-source:not(:empty),
.kl-bg-source__overlay,
.kl-bg-source__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.kl-bg-source__bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kl-bg-source__overlay {
    pointer-events: none;
}

.kl-bg-source__video {
}

.kl-bg-source__iframe {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

    .kl-bg-source__iframe iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.kl-bg-source__overlay-gloss {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -43%;
    background-color: #FFF;
    width: 100%;
    -webkit-transform: skewX(-55deg);
    -ms-transform: skewX(-55deg);
    transform: skewX(-55deg);
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: .08;
}


/*** Special Bottom masks */
.kl-bottommask {
    z-index: 1;
}

.fake-loading ~ .kl-bottommask {
    z-index: 2;
}

/* Shadow up mask Simple */
.maskcontainer--shadow_simple {
    border-bottom: 0 !important;
}

.kl-bottommask--shadow_simple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(../images/shadow-up.png) no-repeat center bottom;
    z-index: 2;
    border-bottom: 0;
    box-sizing: content-box;
    background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
}

/* Shadow Down mask Simple */
.maskcontainer--shadow_simple_down {
    border-bottom: 0 !important;
}

.kl-bottommask--shadow_simple_down {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/shadow-down.png) no-repeat center top;
    opacity: .6;
    background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
}

/* Shadow up mask - width border and arrow */
.maskcontainer--shadow {
    border-bottom: 0 !important;
}

.kl-bottommask--shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(../images/shadow-up.png) no-repeat center bottom;
    z-index: 2;
    border-bottom: 6px solid #FFFFFF;
    box-sizing: content-box;
    background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
}

    .kl-bottommask--shadow:after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        border: 6px solid transparent;
        border-top-color: #fff;
        margin-left: -6px;
    }

/* Shadow up & down mask */
.maskcontainer--shadow_ud {
    border-bottom: 0 !important;
}

.kl-bottommask--shadow_ud {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../images/shadow-up.png) no-repeat center bottom;
    z-index: 2;
    border-bottom: 6px solid #FFFFFF;
    background: -webkit-gradient(50% 100%, ellipse, rgba(0,0,0,.5), transparent 70%);
    background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0,0,0,.3), transparent 70%);
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,0.3) 0, transparent 70%);
    background: -webkit-radial-gradient( 50% 90%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
}

    .kl-bottommask--shadow_ud:after {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 50%;
        border: 6px solid transparent;
        border-top-color: #fff;
        margin-left: -6px;
    }

    .kl-bottommask--shadow_ud:before {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 10px;
        background: url(../images/shadow-down.png) no-repeat center top;
        opacity: .6;
        background: -webkit-gradient(50% 0%, ellipse, rgba(0,0,0,.5), transparent 70%);
        background: -webkit-radial-gradient(50% 0%, ellipse, rgba(0,0,0,.3), transparent 70%);
        background: radial-gradient(ellipse at 50% 0%,rgba(0,0,0,0.3) 0, transparent 70%);
        background: -webkit-radial-gradient( 50% 0%, 70% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
    }

/* Mask 1 */
.maskcontainer--mask1 {
    border-bottom: 0 !important;
    padding-bottom: 30px;
}

.kl-bottommask--mask1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27px;
    z-index: 99;
    background: url(../images/bottom_mask.png) no-repeat center top;
}

/* Mask 2 */
.maskcontainer--mask2 {
    border-bottom: 0 !important;
    padding-bottom: 40px;
}

.kl-bottommask--mask2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 33px;
    background: url(../images/bottom_mask2.png) no-repeat center top;
}


/* Mask 3 */
.maskcontainer--mask3 {
    border-bottom: 0 !important;
}

.kl-bottommask--mask3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
}

    .kl-bottommask--mask3 .svgmask {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -15px;
    }

    .kl-bottommask--mask3 .glyphicon {
        position: absolute;
        bottom: 5px;
        left: 50%;
        display: block;
        width: 30px;
        text-align: center;
        font-size: 22px;
        opacity: 0.2;
        height: 15px;
        top: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 1px;
    }

/* Mask 4 */
.maskcontainer--mask4 {
    border-bottom: 0 !important;
    padding-bottom: 40px;
}

.kl-bottommask--mask4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27px;
}

    .kl-bottommask--mask4 .svgmask {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

/* Mask 3 and 4, left or right aligned */
@media (min-width: 1200px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX( calc(-50% + 510px) );
        -ms-transform: translateX( calc(-50% + 510px) );
        transform: translateX( calc(-50% + 510px) );
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX( calc(-50% - 510px) );
        -ms-transform: translateX( calc(-50% - 510px) );
        transform: translateX( calc(-50% - 510px) );
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX( calc(-50% + 410px) );
        -ms-transform: translateX( calc(-50% + 410px) );
        transform: translateX( calc(-50% + 410px) );
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX( calc(-50% - 410px) );
        -ms-transform: translateX( calc(-50% - 410px) );
        transform: translateX( calc(-50% - 410px) );
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX( calc(-50% + 300px) );
        -ms-transform: translateX( calc(-50% + 300px) );
        transform: translateX( calc(-50% + 300px) );
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX( calc(-50% - 300px) );
        -ms-transform: translateX( calc(-50% - 300px) );
        transform: translateX( calc(-50% - 300px) );
    }
}

@media (max-width: 767px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* Mask 5 */
.maskcontainer--mask5 {
    border-bottom: 0 !important;
    padding-bottom: 75px;
}

.kl-bottommask--mask5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

    .kl-bottommask--mask5 .svgmask {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .kl-bottommask--mask5 .bmask-customfill {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
/* Hack for safari only to hide shadow */
.is-safari .svgmask .bmask-bgfill,
.is-safari .kl-bottommask--mask3 .bmask-bgfill,
.is-safari .kl-bottommask--mask4 .bmask-bgfill {
    -webkit-filter: none;
    filter: none;
}

/* Mask 6 */
.maskcontainer--mask6 {
    border-bottom: 0 !important;
    padding-bottom: 70px;
}

.kl-bottommask--mask6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
}

    .kl-bottommask--mask6 .svgmask {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/* Static content with mask, do things a bit differently */
.static-content__slideshow[class*="maskcontainer--"] {
    padding-bottom: 0;
}

    .static-content__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {
        padding-bottom: 60px;
    }
/* Same goes for portfolio slider */
.portfolio-slider__sideshow[class*="maskcontainer--"] {
    padding-bottom: 0;
}
/* Same goes for fancy slider */
/*.fancyslider__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {padding-bottom: 60px}*/
/* Same goes for revolution slider */
.kl-revolution-slider[class*="maskcontainer--"] {
    padding-bottom: 0;
}

/* 3D Cute slider def. padding */
.cute3dslider .kl-slideshow-inner {
    padding-top: 170px;
    padding-bottom: 50px;
}
/*.br-circle-timer .br-timer-dot {-webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);}*/


/* Mod Title */
.m_title {
    margin-top: 0;
    color: #CD2122; /*text-transform: uppercase;*/
}
/* uppercase disabled, manually uppercase text */
h3.m_title {
    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;
    }


/* Breadcrumbs */
.breadcrumbs {
    margin: 0 0 10px;
    padding: 7px 15px 5px;
    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: #cd2122;
            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;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.shadowUP {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow-up.png) no-repeat center bottom;
    z-index: 2;
}

.shadowDown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow-down.png) no-repeat center bottom;
    z-index: 2;
}

.subheader-currentdate {
    color: #383838;
    font: 10px Arial, Helvetica, sans-serif;
    float: left;
    padding: 3px 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.5);
    clear: left;
    border-radius: 2px;
}


/* Title Block Element */
.kl-title-block {
    padding-top: 0;
    padding-bottom: 0px;
}

.tbk__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
}

.tbk__subtitle {
    margin-top: 0;
    font-size: 20px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}

.tbk-thinsubtitle {
    font-size: 18px;
    line-height: 32px;
    font-weight: 100;
}

.tbk__text {
    margin-top: 0;
    line-height: 1.6;
}

/* Symbol */
.tbk__symbol {
    margin-top: 0;
    display: block;
}

/* Symbol - small line */
.tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ccc;
}

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 20px;
    margin-top: -5px;
    display: inline-block;
}

/* Symbol - border */
.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {
    margin-bottom: 20px;
}

    .tbk-symbol--border .tbk__symbol span,
    .tbk-symbol--border2 .tbk__symbol span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }

.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
    margin-top: 30px;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
    border-bottom: 3px solid #D2D2D2;
    padding-bottom: 15px;
    margin-bottom: -12px;
    display: inline-block;
}

/* Symbol - small line and border */
.tbk-symbol--line_border .tbk__symbol span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #cd2122;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
}

.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {
    content: '';
    display: inline-block;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #cd2122;
    vertical-align: middle;
}

/* Line Border - aligned left */
.tbk--left.tbk-symbol--line_border .tbk__symbol span {
    margin-left: 0;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
    display: none;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
    content: '';
    display: inline-block;
    width: calc(100% - 80px);
    height: 1px;
    background-color: #ccc;
}

/* Line Border - aligned right */
.tbk--right.tbk-symbol--line_border .tbk__symbol span {
    margin-right: 0;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
    content: '';
    display: inline-block;
    width: calc(100% - 75px);
    height: 1px;
    background-color: #ccc;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
    display: none;
}

/*Line Border - Positions */
.tbk-symbol--line_border.tbk-icon-pos--after-title .tbk__title {
    margin-bottom: 10px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__title {
    margin-bottom: 10px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
    margin-bottom: 20px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
}

/* Symbol - icon */
.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
}

/* Symbol inside title */
.tbk__title .tbk__symbol {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tbk__title .tbk__icon {
    vertical-align: middle;
}

/* Text colors */
.tbk--text-light {
    color: #f5f5f5;
}

.tbk--text-dark {
    color: #232323;
}

/* Theme Color */
.tbk--color-theme.tbk-symbol--line .tbk__symbol span,
.tbk--color-theme.tbk-symbol--line_border .tbk__symbol span {
    background-color: #cd2122;
}

.tbk--color-theme.tbk-symbol--icon .tbk__icon {
    color: #cd2122;
}

/* Site Content */

.hoverBorder {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

    .hoverBorder:hover img {
        border-radius: 2px;
        opacity: 0.8;
    }

.hoverBorderWrapper {
    position: relative;
    display: block;
}

    .hoverBorderWrapper img {
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
    }

.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}

    .theHoverBorder:hover {
        box-shadow: 0 0 0 5px #cd2122 inset;
    }

.plus .theHoverBorder {
    background-position: center center;
}

    .plus .theHoverBorder:hover {
        background-image: url(../images/plus01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(35,35,35,0.5);
    }

/* Image Boxes */
.image-boxes {
    margin-bottom: 30px;
    overflow: hidden;
}

    .image-boxes .hoverBorder {
        margin-bottom: 20px;
    }

    .image-boxes .box {
        margin-bottom: 20px;
    }

    .image-boxes img {
        width: 100%;
        height: auto;
    }

    .image-boxes a {
        display: block;
    }

/* 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);
    }

    .imgboxes_style1 .hoverBorderWrapper {
        height: 270px;
    }

/* Style 2 */
.image-boxes.ib_style2 .hoverBorder {
    margin-bottom: 0;
}

.imgboxes_style2 .imgboxes-wrapper {
    height: 270px;
}

/* Style 3 */
.slidingDetails {
    position: relative;
    display: block;
    overflow: hidden;
}

    .slidingDetails img {
        position: relative;
    }

    .slidingDetails,
    .slidingDetails .details {
        -webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
        transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
    }

        .slidingDetails .details {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 100%;
            opacity: 0;
            visibility: hidden;
            padding: 30px;
            font-size: 12px;
            color: #fff;
            background: #232323;
            background: rgba(35,35,35,0.8);
        }

        .slidingDetails:hover .details {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

        .slidingDetails:hover {
            box-shadow: 0 0 7px rgba(0,0,0,0.5);
        }

        .slidingDetails .details h4 {
            font-size: 17px;
            margin-top: 5px;
        }

        .slidingDetails .details h6 {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.5;
            margin: 0;
        }

/* Image Boxes 1 Style 4 */
.imgboxes_style4 .imgboxes-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    height: 270px;
}

.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;
    -webkit-backface-visibility: hidden;
}

.imgboxes_style4:hover .imgbox_image {
    opacity: .8;
}

.cover-fit-img {
    object-fit: cover;
    overflow: hidden;
}

.imgbox_image.cover-fit-img {
    height: 100%;
}

/* 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;
}



/* 404 error page */
.error404 .page-subheader {
    height: 200px;
    min-height: 0;
}

.error404-content {
    margin: 20px auto;
    text-align: center;
    line-height: 1;
}

    .error404-content h2 {
        font-weight: bold;
        font-size: 260px;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 28px rgba(35,35,35,.5);
        text-transform: uppercase;
        margin: 20px 0;
        color: transparent;
    }

    .error404-content h3 {
        font-size: 30px;
        text-align: center;
        opacity: 0.2;
    }

.error404 .search {
    margin: 40px auto;
    text-align: center;
}

.error404 .gensearch__form {
    position: relative;
    display: inline-block;
    width: 300px;
}

/* Pagination */
.pagination {
    margin: 10px 0 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.6;
    color: #888;
}
    /* Do some bootstrap resetting */
    .pagination ul,
    ul.pagination {
        list-style-type: none;
        padding: 10px 0;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px;
    }

        .pagination li > a,
        .pagination li > a:focus,
        .pagination li > a:hover,
        .pagination li > span,
        .pagination li > span:focus,
        .pagination li > span:hover {
            border: 0;
            background: none;
            text-shadow: none;
        }
        /* Normal state */
        .pagination li a,
        .pagination li > span,
        .pagination p.counter {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            padding: 0;
            display: inline-block;
            margin: 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            vertical-align: middle;
            float: none;
            color: rgba(0, 0, 0, 0.85);
            border-radius: 3px;
        }
        /* Move left and right arrows */
        .pagination li:first-child {
            margin-right: 50px;
        }

        .pagination li:last-child {
            margin-left: 50px;
        }
            /* hide first or last if no pages */
            .pagination li:first-child > span,
            .pagination li:last-child > span {
                display: none;
            }
            /* Add left & right glyphs */
            .pagination li:first-child span.zn_icon,
            .pagination li:last-child span.zn_icon {
                line-height: 40px;
            }
            /* Hover state */
            .pagination li a:hover,
            .pagination li:first-child > a:hover:before,
            .pagination li:last-child > a:hover:before {
                color: rgba(0, 0, 0, 0.5);
            }
    /* Active */
    .pagination .active > a,
    .pagination .active > a:focus,
    .pagination .active > a:hover,
    .pagination .active > span,
    .pagination .active > span:focus,
    .pagination .active > span:hover {
        color: rgba(0, 0, 0, 0.5);
        background: none;
        border: 2px solid rgba(0, 0, 0, 0.18);
        height: 40px;
        line-height: 38px;
        width: 40px;
    }

/* grayhover effect */
a.grayHover {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

    a.grayHover img {
        position: relative;
    }



/* Hover Box Style 1 */
.hover-box {
    display: block;
    padding: 15px;
    background: #969696;
    border: 1px solid rgba(0,0,0,0.4);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .hover-box:hover {
        background-color: #CD2122 !important;
        color: #fff;
    }

    .hover-box.centered {
        text-align: center;
    }

    .hover-box > img {
        float: left;
        margin: 15px 15px 8px 10px;
    }

    .hover-box.centered > img {
        float: none;
    }

    .hover-box > h3 {
        line-height: 1.1;
        margin-top: 0;
    }

    .hover-box > h4 {
        line-height: 1.1;
        margin-top: 0;
    }

    .hover-box > p {
        margin-bottom: 0;
        line-height: 1.1;
    }

    /* Hover Box Style 2 & 3 */
    .hover-box.hover-box-2,
    .hover-box.hover-box-3 {
        text-shadow: none;
        border: none;
        padding: 25px;
        margin-bottom: 0;
        min-height: 180px;
        position: relative;
    }

        .hover-box.hover-box-2:hover,
        .hover-box.hover-box-3:hover {
            box-shadow: 0 10px 2px -6px rgba(0,0,0,0.8);
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }

        .hover-box.hover-box-3 img {
            display: none;
        }

        .hover-box.hover-box-2 > h3,
        .hover-box.hover-box-3 > h3 {
            margin-bottom: 20px;
        }

        .hover-box.hover-box-2 > h4,
        .hover-box.hover-box-3 > h4 {
            font-weight: bold;
        }

        .hover-box.hover-box-2 .hb-img {
            margin: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 15px;
            float: none;
            max-width: none;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            .hover-box.hover-box-2 .hb-img.rb-right {
                right: 0;
            }

        .hover-box.hover-box-2 > p,
        .hover-box.hover-box-3 > p {
            line-height: 1.4;
        }

            .hover-box.hover-box-2 > p:after,
            .hover-box.hover-box-3 > p:after {
                content: '';
                height: 3px;
                width: 50px;
                display: block;
                background: #fff;
                margin-top: 22px;
            }

        .hover-box.hover-box-2:hover .hb-img {
            opacity: 0;
            right: -100%;
        }

        .hover-box.hover-box-2 .hb-circle {
            background: url(../images/circle-arr-hover.svg) no-repeat left top;
            width: 187px;
            height: 187px;
            display: block;
            position: absolute;
            bottom: -40px;
            right: -40px;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .hover-box.hover-box-2:hover .hb-circle {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }



/* SOCIAL SHARING */
.social-share {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

    .social-share li {
        display: inline-block;
        margin-left: 10px;
        width: 90px;
        max-height: 20px;
        vertical-align: top;
    }

        .social-share li.sc-gplus {
            width: 70px;
        }

        .social-share li.sc-pinterest > a {
            width: 40px !important;
            margin-left: -40px !important;
            vertical-align: top !important;
        }

    .social-share.sc--colored {
        margin-top: 15px;
    }

        .social-share.sc--colored li {
            padding: 10px;
            border-radius: 3px;
        }

            .social-share.sc--colored li.sc-facebook {
                background: #3B5998;
            }

            .social-share.sc--colored li.sc-twitter {
                background: #3CF;
            }

            .social-share.sc--colored li.sc-gplus {
                background: #D34836;
                width: 70px;
            }

            .social-share.sc--colored li.sc-pinterest {
                background: #CB2027;
            }

    .social-share div {
        float: right;
        margin-right: 7px;
    }

    .social-share .fb-like {
        margin-top: -2px;
    }

.social-share2 {
    margin: 0px 0 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}

/* Social Icons Element */
.elm-social-icons {
    margin-left: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

    .elm-social-icons li {
        display: inline-block;
        margin: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .elm-social-icons .elm-sc-icon {
        display: inline-block;
        color: #fff;
        width: auto;
        height: auto;
        padding: 23px;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        font-size: 14px;
        font-weight: normal;
        opacity: 1;
    }

        .elm-social-icons .elm-sc-icon:before {
            position: absolute;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            -webkit-backface-visibility: hidden;
            top: 50%;
            left: 50%;
        }

    .elm-social-icons.sc--normal .elm-sc-icon {
        background-color: #111;
    }

        .elm-social-icons.sc--normal .elm-sc-icon:hover {
            background-color: #CD2122;
        }
    /* Colored social icons */
    .elm-social-icons.sc--colored .elm-sc-icon:hover {
        background-color: #111;
    }
    /* Colored social icons */
    .elm-social-icons.sc--colored_hov .elm-sc-icon {
        background-color: #111;
    }

        .elm-social-icons.sc--colored_hov .elm-sc-icon:hover {
            background-color: rgba(0,0,0,0.05);
        }
    /* Social icons - clean style */
    .elm-social-icons.sc--clean .elm-sc-icon {
        background: none !important;
    }

        .elm-social-icons.sc--clean .elm-sc-icon:hover {
            background: none !important;
            box-shadow: none;
        }
    /* Shape */
    .elm-social-icons.sh--rounded .elm-sc-icon {
        border-radius: 3px;
    }

    .elm-social-icons.sh--circle .elm-sc-icon {
        border-radius: 50%;
    }

    .elm-social-icons.sh--special1 .elm-sc-icon:before {
        top: 75%;
        left: 75%;
    }

.elm-socialicons {
    margin-bottom: 35px;
}

.icon-facebook.icon-bg {
    background: #3B5998;
}

.icon-twitter.icon-bg {
    background: #55ACEE;
}

.icon-dribbble.icon-bg {
    background: #ea4c89;
}

.icon-pinterest.icon-bg {
    background: #CC2127;
}

.icon-linkedin.icon-bg {
    background: #0077B5;
}

.one-page-footer .newsletter-signup .nl-email {
    width: calc(99% - 130px);
}

.one-page-footer .newsletter-signup {
    margin-bottom: 30px;
}

.chaser .main-menu li a {
    background: transparent;
}

.chaser .main-menu li.active > a {
    background: #cd2122 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none !important;
}

/*--- Testimonial ------*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 30%;
    height: 100%;
    position: relative;
    margin-right: 20px;
}

.person {
    text-align: center;
    background-color: #f3f3f3;
    padding: 2rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

    .person img {
        width: 124px;
        border-radius: 100%;
        border: 12px solid #fff;
        margin-top: -6rem;
        margin-bottom: 2rem;
    }

    .person h4 {
        font-weight: bold;
        margin-bottom: 0.125rem;
    }

    .person small {
        display: block;
        margin-bottom: 1.5rem;
        font-weight: 300;
    }

.brands {
    text-align: center;
}

    .brands div {
        display: inline-block;
        margin-right: 30px;
    }

/* Goboxes (stepsbox2) */
.gobox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #fff;
}

.gobox-content {
    z-index: 1;
    position: relative;
}

    .gobox-content p:last-child {
        margin-bottom: 0;
    }

.gobox h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.gobox:before, .gobox:after {
    content: '';
    position: absolute;
    top: 50%;
}

.gobox:before {
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #fff;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.gobox:after {
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #fff;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.gobox.gobox-first:before,
.gobox.gobox-last:after {
    display: none;
}

.gobox.ok:before,
.gobox.ok:after,
.gobox.ok {
    font-size: 13px;
    min-height: 196px;
}

    .gobox.ok > .glyphicon {
        font-size: 42px;
        color: rgba(255, 255, 255, 0.6);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0px;
    }

        .gobox.ok > .glyphicon + .gobox-content {
            overflow: hidden;
            margin-left: 30px;
        }

/*--- Owl Carousal ---*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}



.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        background: #121f2f;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/*------ Blog and News -----*/
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
}

    .card img {
        max-width: 100%;
        border-radius: 0 !important;
    }

    .card .card-title {
        line-height: 1.7rem;
    }

.card-block {
    padding: 20px;
}

.card time {
    display: inline-block;
}

.card h4,
.card h5 {
    font-weight: bold;
}

.card-border {
    border: 1px solid #e8e8e8;
}

.card-imagely {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    padding: 1.5rem 1rem;
    z-index: 0;
}

    .card-imagely::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 40, 59, 0.9);
        z-index: -1;
    }

    .card-imagely h1,
    .card-imagely h2,
    .card-imagely h3,
    .card-imagely h4,
    .card-imagely h5,
    .card-imagely h6,
    .card-imagely a {
        color: #fff;
    }

    .card-imagely .skill:last-child .progress {
        margin-bottom: 0;
    }

.card-content .card-block {
    padding: 0;
    margin-top: 1.5rem;
}

.card-content .card-title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
}

.card-content time {
    margin-bottom: 1rem;
}

.card-news {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
}

    .card-news a {
        color: #fff;
    }

    .card-news:hover .card-block {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .card-news .card-block {
        background-color: rgba(0, 40, 59, 0.9);
        -webkit-transform: translateY(57%);
        -o-transform: translateY(57%);
        transform: translateY(57%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.card-service {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
    height: 270px;
}

    .card-service a {
        color: #fff;
    }

    .card-service .card-block {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        height: 68px;
        overflow: hidden;
        background-color: rgba(0, 40, 59, 0.95);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .card-service .card-block .card-text,
        .card-service .card-block .btn {
            opacity: 0;
            -webkit-transition: opacity 0s;
            -o-transition: opacity 0s;
            transition: opacity 0s;
        }

    .card-service:hover .card-block {
        height: 250px;
    }

        .card-service:hover .card-block .card-text,
        .card-service:hover .card-block .btn {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in-out 0.3s;
            -o-transition: opacity 0.3s ease-in-out 0.3s;
            transition: opacity 0.3s ease-in-out 0.3s;
        }

    .card-service .card-title {
        font-weight: bold;
        text-align: center;
        line-height: 68px;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .card-service .card-title::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 20%;
            right: 20%;
            border-top: 1px solid #113b76;
        }

.card-portfolio-1 {
    margin-bottom: 1.5rem;
}

    .card-portfolio-1:hover .card-img-overlay {
        opacity: 1;
    }

    .card-portfolio-1 .card-img-overlay {
        background-color: rgba(0, 40, 59, 0.94);
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .card-portfolio-1 dl {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

        .card-portfolio-1 dl::after {
            content: '';
            display: table;
            clear: both;
        }

        .card-portfolio-1 dl dt,
        .card-portfolio-1 dl dd {
            width: 50%;
            float: left;
        }

        .card-portfolio-1 dl dt {
            text-align: right;
            padding-right: 10px;
        }

        .card-portfolio-1 dl dd {
            padding-left: 10px;
        }

    .card-portfolio-1 .card-block {
        padding: 0;
        margin-top: 1rem;
    }

    .card-portfolio-1 .card-title {
        font-weight: bold;
    }

    .card-portfolio-1 .card-title,
    .card-portfolio-1 .card-text {
        margin-bottom: 0;
    }

    .card-portfolio-1 .card-img {
        width: 100%;
    }

.card-portfolio-2-sizer {
    width: 33%;
}

.card-portfolio-2 .card-img-overlay {
    background-color: rgba(0, 40, 59, 0.9);
    color: #fff;
    padding: 2rem;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-portfolio-2 .card-block,
.card-portfolio-2 .card-plus {
    padding: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.card-portfolio-2 .card-plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-left: 2rem;
    font-size: 2rem;
    font-weight: 100;
}

.card-portfolio-2 .card-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.card-portfolio-2:hover .card-img-overlay {
    opacity: 1;
}

.card-portfolio-2 .card-img {
    width: 100%;
}

.card-portfolio-3 {
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    height: 300px;
}

    .card-portfolio-3 a {
        color: #fff;
    }

    .card-portfolio-3 .card-block {
        position: absolute;
        background-color: rgba(0, 40, 59, 0.96);
        bottom: 0;
        padding-bottom: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .card-portfolio-3 .card-title {
        position: relative;
        margin-bottom: 20px;
        font-weight: bold;
        padding-left: 20px;
    }

        .card-portfolio-3 .card-title small {
            display: block;
            color: #fff;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .card-portfolio-3 .card-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            bottom: 10px;
            width: 4px;
            background-color: #f8283b;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    .card-portfolio-3 .card-text {
        height: 0;
        overflow: hidden;
        font-weight: 500;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .card-portfolio-3 .card-img {
        width: 100%;
    }

    .card-portfolio-3:hover .card-title::before {
        background-color: #e6ab07;
    }

    .card-portfolio-3:hover a,
    .card-portfolio-3:hover .card-title,
    .card-portfolio-3:hover .card-text {
        color: #00283b;
    }

        .card-portfolio-3:hover .card-title small {
            color: #b58606;
        }

    .card-portfolio-3:hover .card-text {
        height: 73px;
        margin-bottom: 20px;
    }

    .card-portfolio-3:hover .card-block {
        background-color: rgba(249, 200, 65, 0.96);
    }

.card-advisor {
    margin-bottom: 3rem;
}

    .card-advisor .card-block {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -16px;
        padding: 15px;
        background-color: rgba(18, 31, 47, 0.9);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .card-advisor:hover .card-block {
        background-color: rgba(29, 50, 76, 0.9);
    }

        .card-advisor:hover .card-block .card-title a {
            color: #fff;
        }

            .card-advisor:hover .card-block .card-title a:hover {
                color: #f8283b;
            }

        .card-advisor:hover .card-block .card-text {
            color: #c2c2c2;
        }

        .card-advisor:hover .card-block .social-icons {
            height: 43px;
        }

    .card-advisor .card-title {
        font-weight: bold;
    }

    .card-advisor .card-title,
    .card-advisor p {
        margin-bottom: 0;
    }

    .card-advisor .card-img-top {
        width: 100%;
    }
.table-striped th{
	background:#e3f0f9;
}

/* Footer Styles*/
#footer {
    background: #f1f1f1;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    color: #444;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #d5d5d5;
        }

    #footer .m_title {
        font-size: 14px;
        color: #fff;
        text-shadow: none;
    }

    #footer .menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #footer .menu a {
            padding-right: 10px;
        }

    #footer .sbs .menu li {
        float: left;
        width: 100%;
    }

.scfooter-icon-nocolor {
    background-color: #121212;
}

.newsletter-signup form {
    margin-bottom: 0;
}

.newsletter-signup input {
    vertical-align: top;
    margin-bottom: 10px;
    width: calc(90% - 130px);
    display: inline-block;
    height: 40px;
}

    .newsletter-signup input[type=text] {
        color: #4d4d4d;
        background: #EFEFEF;
        border: 1px solid #a3a3a3;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
        width: 190px;
        display: inline-block;
        height: 40px;
        width: calc(90% - 130px);
    }

    .newsletter-signup input[type=submit] {
        color: #fff;
        background: #CD2122;
        border: 0;
        font-weight: 700;
        font-size: 13px;
        height: 40px;
        padding: 0 15px;
        margin-left: 10px;
        border-radius: 3px;
        width: 120px;
    }

        .newsletter-signup input[type=submit]:hover {
            background: #000;
        }

.newsletter-signup #result {
    display: inline-block;
    margin-bottom: 10px;
}

    .newsletter-signup #result:empty {
        display: inline;
    }

/* NEWSLETTER SIDEBAR */
#sidebar .newsletter-signup input[type="text"],
.zn_sidebar .newsletter-signup input[type="text"],
[id*='sidebar-widget-'] .newsletter-signup input[type="text"] {
    width: 139px;
}

.newsletter-signup.cd-news .nl-email {
    width: calc(70% - 130px);
}

.map-link > span {
    margin-top: 2px;
}

#footer .bottom {
    color: #8b8c8d;
}
/*#footer .bottom {padding-top:30px; border-top:0.5px solid #2c4054; color:#8b8c8d;}*/
#footer .social-icons {
    float: right;
}

#footer .copyright img {
    float: left;
    margin-right: 20px;
    /*width: 100%;*/
}

#footer .social-icons li.title {
    line-height: 30px;
}

#footer .social-icons li {
    margin: 0 0 0 10px;
}

    #footer .social-icons li:first-child {
        margin-left: 0;
    }

#footer .contact-details {
    min-height: 64px;
    background: url(../images/say_hi.png) no-repeat right top;
}

.copyright p {
    padding-top: 10px;
    color: #000;
}

.cf_response {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

/*** Content Maps */
.scontent__maps {
    position: relative;
}

.th-google_map {
    width: 100%;
    height: 100px;
    min-height: 450px;
}
/* Start with the defualt 700px in height but if the viewport
height is lower than 700, make it 90vh (90% of the viewport) */
.scontent__maps:not(.static-content--fullscreen) {
    height: 700px;
}

@media only screen and (max-height : 700px) {
    .scontent__maps:not(.static-content--fullscreen) {
        height: 90vh;
    }

    #map {
        width: 100%;
        height: 700px;
    }
}

.scontent__maps.static-content--fullscreen {
    height: 100vh;
}

.scontent__maps .static-content__infopop {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 50px;
}

.kl-contentmaps__panel {
    position: absolute;
    width: 350px;
    left: calc( ( 87vw - 1170px ) / 2 );
    top: 32%;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.kl-slideshow .kl-contentmaps__panel {
    top: 180px;
}

.kl-contentmaps__panel-img {
    width: 100%;
    display: block;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .2s ease-out, height .3s ease-out;
    transition: opacity .2s ease-out, height .3s ease-out;
    opacity: 1;
}

    .kl-contentmaps__panel-img:hover {
        opacity: .7;
    }

.kl-contentmaps__panel-info {
    padding: 30px;
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    color: #343434;
}

.kl-contentmaps__panel-info-text {
    max-height: 500px;
    padding-top: 20px;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out;
    transition: max-height .3s ease-out, padding-top .3s ease-out;
}

.kl-contentmaps__panel-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.kl-contentmaps__linkapp {
    margin: 20px;
    display: block;
}

.kl-contentmaps__panel-tgg {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .8;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .2s ease-out, transform .4s ease-out;
    background-color: rgba(0, 0, 0, 0.3);
}

    .kl-contentmaps__panel-tgg:hover {
        opacity: 1;
    }

    .kl-contentmaps__panel-tgg:before,
    .kl-contentmaps__panel-tgg:after {
        content: '';
        width: 2px;
        height: 14px;
        background: #fff;
        display: block;
        transform-origin: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -1px;
    }

    .kl-contentmaps__panel-tgg:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
/* Hide panel if checked */
.is-closed.kl-contentmaps__panel {
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.is-closed .kl-contentmaps__panel-info-text {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
}

.is-closed .kl-contentmaps__panel-img {
    height: 80px;
}

.is-closed .kl-contentmaps__panel-tgg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* Work properly for fixed with parent containers 
.kl-contentmaps__panel {position:static; width:100%; border-radius: 0; display: table; margin-top: 20px;}
.kl-contentmaps__panel-tgg {display: none;}
.kl-contentmaps__panel-img {width:30%; display: table-cell; min-height: 200px; height: auto;}
.kl-contentmaps__panel-info { width: 70%; display: table-cell;}*/

/*contact form */
form .row {
    /*margin-left: -30px;
    margin-right: -20px;*/
}

    form .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.inline-form {
    font-size: 0;
}

.contact_form textarea {
    height: 100px;
}

.inline-form .form-group, .contact_form .form-group {
    padding: 0 8px;
}

.contact_form .form-control {
    font-size: 13px;
    padding: 14px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
}
/*.form-control { box-sizing: content-box; padding-top: 0px; padding-bottom: 0px;}*/
.form-control:focus {
    border-color: rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.kl-fancy-form {
    position: relative;
    text-align: left;
}

.inline-form .kl-fancy-form label, .contact_form .kl-fancy-form label {
    left: 25px;
}

.kl-fw-form .form-control, .kl-fw-form.form-control {
    width: 100%;
}

.kl-hw-field {
    width: 50%;
    display: inline-block;
}

.kl-fancy-form label {
    /*color: #969696;*/
	color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    cursor: text;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.kl-fancy-form input:focus + label, .kl-fancy-form textarea:focus + label {
    color: #c0c0c0;
}

.kl-fancy-form .form-control {
    padding: 10px 0px 5px 10px;
    /*margin: 0px 115px;*/
	float:right;
}
/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .kl-fancy-form select.form-control {
        background-position: calc( 100% - 10px ) center;
        height: 37px;
        -webkit-appearance: none;
        box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
        background-image: url('../images/select-arrow.svg');
        background-repeat: no-repeat;
        background-size: 6px 12px;
    }
}

.kl-fancy-form input::-webkit-input-placeholder {
    color: #bababa;
}

.kl-fancy-form input:focus::-webkit-input-placeholder {
    color: #D7D7D7;
}
/* Firefox < 19 */
.kl-fancy-form input:-moz-placeholder {
    color: #bababa;
}

.kl-fancy-form input:focus:-moz-placeholder {
    color: #D7D7D7;
}
/* Firefox > 19 */
.kl-fancy-form input::-moz-placeholder {
    color: #bababa;
}

.kl-fancy-form input:focus::-moz-placeholder {
    color: #D7D7D7;
}
/* Internet Explorer 10 */
.kl-fancy-form input:-ms-input-placeholder {
    color: #bababa;
}

.kl-fancy-form input:focus:-ms-input-placeholder {
    color: #D7D7D7;
}

textarea.form-control {
    /*width: 86%;
    max-width: 200%;*/
}

.text_box-title {
    margin-top: 0;
    line-height: 30px;
}

/* Statistics element */
/* General */
.statistic-box__title {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px;
}

.statistic-box__content {
    color: #fff;
    font-size: 13px;
}

.statistic-box__details {
    margin: 0;
    position: relative;
    width: 100%;
}

.statistic-box__icon-holder {
    width: 100%;
    margin: 0;
    vertical-align: middle;
}

.statistic-box__icon {
    color: #fff;
    opacity: .8;
    line-height: 60px;
    margin: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

span.statistic-box__icon {
    font-size: 80px;
}

.statistic-box__icon-holder--img {
    line-height: 60px;
}

.statistic-box__iconimg {
    max-height: 80px;
    width: auto;
}

.statistic-box:hover .statistic-box__icon {
    opacity: 1;
}

.statistic-box__line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #cd2122;
    margin: 0;
}

    .statistic-box__line::before {
        content: '';
        position: absolute;
        height: 3px;
        background-color: #fff;
        width: 3px;
        display: block;
        left: 50%;
        border-radius: 3px;
        top: -1px;
        box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff, 0px 20px 0 -1px #fff;
    }
/* Style 1 - horiontal odd/even */
.statistic-box--stl-style1.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
}

.statistic-box--stl-style1 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
}

.statistic-box--stl-style1 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 35px;
}

.statistic-box--stl-style1 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--odd .statistic-box__icon-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--odd .statistic-box__details {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 35px;
    padding-top: 0;
}

.statistic-box--odd .statistic-box__line::before {
    bottom: -2px;
    box-shadow: 0px -5px 0 -1px #fff, 0px -10px 0 -1px #fff, 0px -15px 0 -1px #fff, 0px -20px 0 -1px #fff;
}
/* Style 1 - horiontal normal */
.statistic-box--stl-style2.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
}

.statistic-box--stl-style2 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
}

.statistic-box--stl-style2 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 35px;
}

.statistic-box--stl-style2 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 35px;
    padding-bottom: 0;
}
/* Dark */
.statistic-box--dark .statistic-box__title {
    color: #121212;
}

.statistic-box--dark .statistic-box__content {
    color: #121212;
}

.statistic-box--dark .statistic-box__icon {
    color: #121212;
}

.statistic-box--dark .statistic-box__line {
    border-bottom-color: #d6d6d6;
}

    .statistic-box--dark .statistic-box__line::before {
        background-color: #121212;
        box-shadow: 0px 5px 0 -1px #121212, 0px 10px 0 -1px #121212, 0px 15px 0 -1px #121212, 0px 20px 0 -1px #121212;
    }

.statistic-box--dark .statistic-box--odd .statistic-box__line::before {
    box-shadow: 0px -5px 0 -1px #121212, 0px -10px 0 -1px #121212, 0px -15px 0 -1px #121212, 0px -20px 0 -1px #121212;
}


/* MQ's */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .statistic-box__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    /* Style 1 - horiontal odd/even */
    .statistic-box--stl-style1.statistic-box__container {
        width: 100%;
        display: block;
        margin: 0;
    }

    .statistic-box--stl-style1 .statistic-box {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .statistic-box--stl-style1 .statistic-box__icon-holder {
        position: static;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box__details {
        position: static;
        min-height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box--odd .statistic-box__icon-holder {
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box--odd .statistic-box__details {
        transform: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .statistic-box--stl-style1 .statistic-box__line {
        display: none;
    }
    /* Style 2 - horiontal odd/even */
    .statistic-box--stl-style2.statistic-box__container {
        width: 100%;
        display: block;
        margin: 0;
    }

    .statistic-box--stl-style2 .statistic-box {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .statistic-box--stl-style2 .statistic-box__icon-holder {
        position: static;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box__details {
        position: static;
        min-height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box--odd .statistic-box__icon-holder {
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box--odd .statistic-box__details {
        transform: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .statistic-box--stl-style2 .statistic-box__line {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .statistic-box--stl-style1 .statistic-box,
    .statistic-box--stl-style2 .statistic-box {
        float: none;
        display: block;
        width: 100%;
    }
}

kl-iconbox__desc {
    margin: 0;
}

.kl-iconbox__desc {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #6f6f6f;
}

h2.montserrat.fw-extrabold.dark {
    margin-bottom: 25px;
}

h4.montserrat.fw-extrabold.dark {
    margin-bottom: 15px;
}

/* Accordions */
.acc-group button {
    outline: 0 !important;
}

.acc-group > button.collapsed {
    padding-right: 30px;
}

/* Accordion Default Style / Re-Styling / */
.hg_accordion_element.default-style > h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hg_accordion_element.default-style .th-accordion {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

    .hg_accordion_element.default-style .th-accordion .acc-group {
        margin-bottom: 0;
        border-bottom: 1px solid #E3E3E3;
    }

        .hg_accordion_element.default-style .th-accordion .acc-group:last-child {
            border-bottom: 0;
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button {
            border: 0;
            padding: 4px 10px;
            color: #CD2122;
            display: block;
            width: 100%;
            text-align: left;
            background-color: #F8F8F8;
            padding: 20px 60px 20px 25px;
            font-size: 14px;
            font-weight: 600;
            position: relative;
        }

            .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed {
                color: #505050;
                background-color: #fff;
            }

            .hg_accordion_element.default-style .th-accordion .acc-group > button:hover {
                background: #F8F8F8;
                color: #111;
            }

        .hg_accordion_element.default-style .th-accordion .acc-group .content {
            background-color: #F8F8F8;
            padding: 20px 25px;
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button:not(.collapsed) {
            border-bottom: 1px solid #EEEEEE;
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button:before,
        .hg_accordion_element.default-style .th-accordion .acc-group > button:after {
            position: absolute;
            content: ' ';
            width: 10px;
            height: 2px;
            display: block;
            background: #ddd;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button:before {
            right: 31px;
            top: 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button:after {
            right: 25px;
            top: 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

/* accordions style2 */
.hg_accordion_element.style2 .th-accordion .acc-group {
    margin-bottom: 2px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

    .hg_accordion_element.style2 .th-accordion .acc-group > button {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        margin: 0;
        background: transparent;
        border: 0;
        background-color: #FFFFFF;
        color: #cd2122;
        padding: 15px;
        font-size: 14px;
        font-weight: 600;
    }

        .hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed {
            color: #505050;
            background-color: transparent;
        }

    .hg_accordion_element.style2 .th-accordion .acc-group .content {
        padding: 10px 15px;
        border-top: 1px solid #E5E5E5;
        background-color: #FFFFFF;
    }

        .hg_accordion_element.style2 .th-accordion .acc-group .content p:last-child {
            margin-bottom: 0;
        }

    .hg_accordion_element.style2 .th-accordion .acc-group > button:before,
    .hg_accordion_element.style2 .th-accordion .acc-group > button:after {
        position: absolute;
        content: ' ';
        width: 8px;
        height: 2px;
        display: block;
        background: #BDBDBD;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hg_accordion_element.style2 .th-accordion .acc-group > button:before {
        right: 20px;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hg_accordion_element.style2 .th-accordion .acc-group > button:after {
        right: 15px;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hg_accordion_element.style2 .th-accordion .acc-group > button.collapsed:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* accordions style3 */
.hg_accordion_element.style3 .th-accordion {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

    .hg_accordion_element.style3 .th-accordion .acc-group {
        margin-bottom: 8px;
        margin-left: 54px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e5e5e5;
    }

        .hg_accordion_element.style3 .th-accordion .acc-group:last-child {
            border-bottom: 0;
        }

        .hg_accordion_element.style3 .th-accordion .acc-group > button {
            display: block;
            width: 100%;
            color: #cd2122;
            text-align: left;
            position: relative;
            margin: 0;
            padding: 10px 10px 5px 0;
            background: none;
            border: 0;
            font-size: 14px;
        }

            .hg_accordion_element.style3 .th-accordion .acc-group > button.collapsed {
                color: #505050;
            }

            .hg_accordion_element.style3 .th-accordion .acc-group > button:after {
                width: auto;
                height: auto;
                padding-right: 14px;
            }

            .hg_accordion_element.style3 .th-accordion .acc-group > button:before {
                width: 36px;
                height: 50px;
                background-color: #cd2122;
                position: absolute;
                left: -54px;
                top: 5px;
                content: "\2212";
                font-family: 'Glyphicons Halflings';
                color: #fff;
                text-align: center;
                border-radius: 3px;
                line-height: 40px;
                font-size: 12px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            .hg_accordion_element.style3 .th-accordion .acc-group > button.collapsed:before {
                content: "\2b";
                background-color: #D3D3D3;
                height: 40px;
            }

        .hg_accordion_element.style3 .th-accordion .acc-group .content {
            padding: 10px 15px 10px 0;
        }

            .hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {
                margin-bottom: 0;
            }

/* Accordions - Style 4 */
.hg_accordion_element.style4 .th-accordion {
    border: solid 1px #eeeeee;
    border-top: none;
	background-color: #F9F9F9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .hg_accordion_element.style4 .th-accordion .acc-group {
        margin-bottom: 0px;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button {
            background: none;
            border: 0;
            padding: 4px 10px;
            color: #CD2122;
            display: block;
            width: 100%;
            text-align: left;
            position: relative;
        }

            .hg_accordion_element.style4 .th-accordion .acc-group > button:hover {
                background: #dcdcdc;
                color: #111;
            }

            .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {
                color: #505050;
            }

        .hg_accordion_element.style4 .th-accordion .acc-group .content {
            padding: 10px;
        }

.hg_accordion_element.style4 > h3 {
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    padding: 15px 20px;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    /*background-color: #cd2122;*/
	background-color:#3782C9;
    text-align: center;
}

.hg_accordion_element.style4 .th-accordion .acc-group {
    overflow: hidden;
}

    .hg_accordion_element.style4 .th-accordion .acc-group:last-child > button.collapsed {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {
        background: #f9f9f9;
        border-top: solid 1px #e0e0e0;
        border-bottom: none;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button {
        padding: 12px 20px;
        overflow: hidden;
        border-bottom: solid 1px #E6E6E6;
        border-top: solid 1px #E6E6E6;
        background-color: #fff;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group:first-child > button {
        border-top: none;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group:first-child > button.collapsed {
            border-top: none;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button:hover {
        background: #F5F5F5;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group .content {
        border-bottom: none;
        background: #fff;
        padding: 20px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group:last-child .content {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon {
        position: absolute;
        right: -21px;
        width: 58px;
        height: 58px;
        border: 7px solid #000;
        border-radius: 50%;
        top: -7px;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before,
        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {
            content: '';
            background-color: #000;
            display: inline-block;
            text-align: center;
            line-height: 63px;
            position: absolute;
            left: 50%;
            top: 50%;
        }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before {
            width: 20px;
            height: 6px;
            margin-top: -3px;
            margin-left: -9px;
        }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {
            width: 6px;
            height: 19px;
            margin-left: -2px;
            margin-top: -10px;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon {
        position: absolute;
        right: -11px;
        width: 58px;
        height: 58px;
        opacity: .05;
        border: 7px solid #cd2122;
        border-radius: 50%;
        top: -7px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon:before {
            content: '';
            width: 20px;
            height: 6px;
            background-color: #cd2122;
            display: inline-block;
            text-align: center;
            line-height: 63px;
            position: absolute;
            left: 50%;
            margin-left: -9px;
            top: 50%;
            margin-top: -3px;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed:hover span.acc-icon {
        opacity: .05;
    }

/* 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 {
                background-color: #fff;
                box-shadow: inset 0 3px 0 #cd2122;
            }

            .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;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: transparent;
}
/*-- data table CSS --*/
/*table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}*/
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-left: 199px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}
/*Added by mayur on 22-06-2017*/
.pageview {
    margin-left: 500px !important;
    /*background-color: #006dcc;*/
	background: #f5f5f5;
    padding: 2px;
    margin: 2% auto;
}

    .pageview a {
		text-align: center;
		margin: auto 1%;
		border: 1px solid #a7a4a4;
		border-radius: 5px;
		/* background-color: #ffffff; */
		padding: 5px 10px 5px 10px;
		color: #fff;
		text-decoration: none;
		/*-o-box-shadow: 1px 1px 1px #111;
		-moz-box-shadow: 1px 1px 1px #111;*/
		/* -webkit-box-shadow: 1px 1px 1px #111; */
		/* box-shadow: 1px 1px 1px #111; */
    }

        /*.pageview a:hover {
            background-color: #5bc0de;
            color: #fff;
        }*/

    .pageview span {
        text-align: center;
        background-color: #337ab7;
        color: #fff;
        /*-o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;*/
		border-radius: 5px;
		padding: 7px 12px 7px 12px;
    }
/*Added by mayur on 22-06-2017*/
