/* ======================
	Dark Blue #213E75
	Blue #2674DE
	Yellow #FDAF14
========================= */

/* BODY FONT - Applies to everything */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    background-color: #FBFBFB;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fjalla One", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

a.link-text {
    color: #000;
    text-decoration: underline;
    transition: color .25s ease-in-out;
}

a:hover {
    color: #112B5C;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: inherit;
    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: 2.2rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 2.5rem;
    line-height: 2.7;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 2rem;
    line-height: 2.2;
    font-weight: 400;
    font-style: normal;
}

h4 {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
}

body.one-page {
    overflow-x: hidden;
}

.hg_ovhidden {
    overflow: hidden;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*dash-list - style for unordered lists */
ul.dash-list,
ul.dash-list ul {
    padding: 0;
    list-style: none;
}

ul.dash-list ul {
    margin-top: 10px;
    margin-bottom: 5px;
}

ul.dash-list li {
    line-height: 1.6;
    padding: 4px 0;
}

ul.dash-list li::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #FE6060;
    vertical-align: middle;
}

/* Custom Colors */
.text-white {
    color: #FFF;
}

.tcolor {
    color: #143586 !important;
}

.white {
    color: #FFF !important;
}

.black {
    color: #2D2D2D !important;
}

.gray {
    color: #7C7C7C !important;
}

.gray2 {
    color: #545D60 !important;
}

.light-gray {
    color: #A8A8A8;
}

.light-gray2 {
    color: #DEDEDE;
}

.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: #EFEFEF !important;
}

.bg-lightgray2 {
    background-color: #FEFEFE !important;
}

.bg-dark-gray {
    background-color: #353535 !important;
}

.bg-black-gray {
    background-color: #1B1B1B !important;
}

.bg-blue {
    background-color: #213E76 !important;
}

/* Colored sections */
.colored-section[data-color="darkgray"] {
    background-color: #1A1C25;
    color: #FFF;
}

h4[data-color="white"] {
    color: #FFF;
}


/* Opacity */
.op-3 {
    opacity: 0.3 !important;
}

.text-shadow {
    text-shadow: 0 2px 1px #000;
}

.vh-100 {
    height: 100vh;
}


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

.page-subheader.uh_flat_beige,
.kl-slideshow.uh_flat_beige {
    background-color: #A88C85;
}

.uh_hg_def_header_style,
.hg_def_header_style,
.page-subheader.hg_def_header_style,
.kl-slideshow.hg_def_header_style,
.page-subheader.uh_hg_def_header_style,
.kl-slideshow.uh_hg_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-600 {
    min-height: 600px !important;
}

.min-700 {
    min-height: 700px !important;
}

.min-800 {
    min-height: 800px !important;
}

.min-820 {
    min-height: 820px !important;
}

/* Max Height */
.max-300 {
    max-height: 300px !important;
}

.max-350 {
    max-height: 350px !important;
}

/* Heights */
.h-260 {
    height: 260px !important;
}

.h-300 {
    height: 300px !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-450 {
    height: 450px !important;
}

.h-500 {
    height: 500px !important;
}

.h-600 {
    height: 600px !important;
}

.h-615 {
    height: 615px !important;
}

.h-625 {
    height: 625px !important;
}

.h-700 {
    height: 700px !important;
}

.h-720 {
    height: 720px !important;
}

.h-750 {
    height: 750px !important;
}

.h-760 {
    height: 760px !important;
}

.h-800 {
    height: 800px !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 !important;
}

.textright {
    text-align: right !important;
}

.textleft {
    text-align: left !important;
}

.vertical-aligned {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.center-block {
    padding-top: calc(100vh - 50%);
}

.bottom-block {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.absolute {
    position: absolute;
}

.t-underline {
    text-decoration: underline;
}

blockquote {
    border-left: 5px solid #CD2122;
    padding-left: 30px;
}

blockquote.blockquote-reverse,
blockquote.float-right {
    padding-right: 30px;
    padding-left: 0;
    border-right: 5px solid #CD2122;
    border-left: 0;
    text-align: right;
    border-left: none;
}


/* Font Family */
.kl-font-alt {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


/* Gutter Sizes - Medium */
.row.gutter-md {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-md > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* 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 and gutter */
/* Gutter Sizes - zero gutter on container fluid */
.row.gutter {
    margin-right: -15px;
    margin-left: -15px;
}

.row.gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .hg_col_eq_first {
        padding-left: calc((100vw - 750px) / 2);
    }

    .hg_col_eq_last {
        padding-right: calc((100vw - 750px) / 2);
    }

    /* Gutter Sizes - Small */
    .row.gutter-sm {
        margin-right: -15px;
        margin-left: -15px;
    }

    .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: -15px;
        margin-left: -15px;
    }

    .row.gutter-0 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .hg_col_eq_first {
        padding-left: calc((100vw - 970px) / 2);
    }

    .hg_col_eq_last {
        padding-right: calc((100vw - 970px) / 2);
    }

    /* Gutter Sizes - Medium */
    .row.gutter-md {
        margin-right: -25px;
        margin-left: -25px;
    }

    .row.gutter-md > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {
    /* Gutter Sizes - Large */
    .row.gutter-lg {
        margin-right: -45px;
        margin-left: -45px;
    }

    .row.gutter-lg > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }

    .hg_col_eq_first {
        padding-left: calc((100vw - 1500px) / 2);
    }

    .hg_col_eq_last {
        padding-right: calc((100vw - 1500px) / 2);
    }

    body.boxed-layout .hg_col_eq_first {
        padding-left: 30px;
    }
}

/* Assure no X overflow is happening in fluid container */
.container-fluid.no-pad-cols .row,
.row.no-pad-cols {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid.no-pad-cols,
.container-fluid.no-pad-cols > .row > div[class*="col-"],
.no-pad-cols > div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}


.o-hidden {
    overflow: hidden;
}

.inline-block {
    display: inline-block !important;
}

/* Justified blocks */
.justified-blocks {
    text-align: justify;
}

.justified-blocks .jsf-block {
    display: inline-block;
}

.justified-blocks .jsf-stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}


/* 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);
    transition: left .3s ease-out;
}

.buybtn-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    display: block;
    height: 80px;
    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: #0CA919;
    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: #179F07;
    color: #FFF;
}

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

ul.list-style1 li,
ul.list-style2 li {
    list-style: none;
    background: url(/images/list-style1.png) no-repeat 2px 8px;
    padding-left: 15px;
    margin-bottom: 4px;
}

ul.list-style2 li {
    background: url(/images/list-style2.png) no-repeat 2px 9px;
    padding-left: 25px;
}

/*fancy-list - style for unordered lists */
ul.fancy-list,
ul.fancy-list ul {
    padding: 0;
    list-style: none;
    color: #888;
}

ul.fancy-list ul {
    margin-top: 10px;
}

ul.fancy-list li {
    border-top: 1px solid #E6E6E6;
    line-height: 1.4;
    padding: 12px 0;
}

ul.fancy-list li:first-child {
    border-top: 0;
}

ul.fancy-list[data-columns="2"] li:nth-child(2) {
    border-top: 0;
}

ul.fancy-list.pluses li::before {
    content: '+';
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: .8;
    font-weight: 700;
}

ul.fancy-list li a {
    font-size: 13px;
    color: #45474D;
    text-decoration: none;
    line-height: 1.6;
    display: block;
    position: relative;
}

ul.fancy-list li a:hover {
    color: #2674DE;
}

ul.fancy-list.right-icon li a::after {
    font-family: 'icomoon';
    content: '\e007';
    color: #2674DE;
    font-size: 11px;
    line-height: 1;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

ul.fancy-list.right-icon li::before,
ul.fancy-list.right-icon.pluses li::before {
    display: none;
}

.bottom-border {
    border-bottom: 1px solid #E8E8E8;
}


/* 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: #213E75;
    color: #FFF;
    border-radius: 2px;
    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: 30px;
}

.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: 111;
    display: block;
    bottom: 15%;
    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: "\f077";
    top: 10px;
    left: 50%;
    margin-left: -6px;
    font-size: 13px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.wgt-title {
    color: #454545;
    font-size: 16px;
    line-height: 1.3;
    border-bottom: 2px solid #EDEDED;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.wgt-title > span {
    border-bottom: 2px solid #CD2122;
    display: inline-block;
    margin-bottom: -12px;
    padding-bottom: 10px;
}

/* Buttons styles */
.btn:focus,
.btn.focus {
    box-shadow: none;
}

/*** Btn Lined (ghost) */
.btn-lined {
    border-width: 2px;
    background: #FFF;
    color: #2674DE;
    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: #2674DE;
    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;
    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;
    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;
    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;
}

.btn-lined.lined-custom:hover {
    border-color: #9C1617;
}

/*** Filled buttons */
.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor {
    border-width: 0;
}

.btn-fullwhite,
.btn-fullblack,
.btn-fullcolor,
.btn-fullcolor-black,
.btn-fullcolor-white,
.btn-fullcolor-yellow,
.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: 16px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    transition: background-color .15s ease-out;
}

/*** Btn FullColor */
.btn-fullcolor,
.btn-fullcolor:focus {
    background-color: #2674DE;
    color: #FFF;
}

.btn-fullcolor:hover {
    background-color: rgba(38, 116, 222, 0.7);
    color: #FFF;
}

.btn-fullcolor-black,
.btn-fullcolor-black:focus {
    background-color: #000;
    color: #FFF;
}

.btn-fullcolor-black:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.btn-fullcolor-white,
.btn-fullcolor-white:focus {
    background-color: #FFF;
    color: #000;
}

.btn-fullcolor-white:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
}

.btn-fullcolor-yellow,
.btn-fullcolor-yellow:focus {
    background-color: #FDAF14;
    color: #000;
}

.btn-fullcolor-yellow:hover {
    background-color: rgba(253, 175, 20, 0.8);
    color: #000;
}

/*** 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.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;
    transform: skewX(-8deg);
    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: 18px;
    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: 14px;
    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;
}

/* 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: 1px;
    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 (min-width: 992px) {
    .main-nav {
        display: block;
    }

    .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 li {
        margin-bottom: 0;
    }

    .main-nav ul li a {
        display: block;
        font-weight: 400;
        font-family: 'Montserrat';
    }

    /* FIRST LEVEL */
    .main-nav > ul > li {
        float: left;
        margin-top: 0;
        margin-left: 5px;
    }

    .main-nav > ul > li:not(.menu-item-mega-parent) {
        position: relative;
    }

    .main-nav > ul > li:first-child {
        margin-left: 0;
    }

    .main-nav > ul > li > a {
        position: relative;
        padding: 6px 12px;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 14px;
        color: #FFF;
        z-index: 1;
        font-weight: 400;
        transition: padding .2s ease-in-out, transform .2s ease-in-out;
        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);
        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: #213E75;
        transform: translateY(-50%);
        transition: height .2s ease-in-out;
        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,
    .main-nav > ul > li > a.active: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: 235px;
        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: 13px;
        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;
        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 .zn_mega_title_hide.v-hidden {
        display: block;
        visibility: hidden;
    }

    .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: 0.9rem;
        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 .menu-item-spacer {
        display: inline-block;
        height: 25px;
        width: 100%;
    }

    /* ANIMATIONS */
    .main-nav ul ul.sub-menu,
    .main-nav .hg_mega_container {
        left: -9999px;
        opacity: 0;
        visibility: hidden;
        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: 150%;
    }

    .main-nav .hg_mega_container {
        margin-top: 25px;
        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.sub-menu {
        top: 135%;
    }

    .main-nav ul li:hover > .hg_mega_container {
        margin-top: 10px;
    }

    .main-nav ul ul li a {
        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;
        transform: translateY(-50%);
    }

    .main-nav ul ul .hg-mega-new-item {
        left: auto;
        right: 10px;
    }

    .main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item {
        right: 23px;
    }

    .main-nav .hg_mega_container ul .hg-mega-new-item {
        right: 3px;
    }

    #menu-main-menu li > a[href="#"] {
        cursor: default;
    }
}

/* MENU CHASER STYLES */
.chaser {
    display: none
}

@media (min-width: 992px) {
    .chaser {
        display: block;
        background: rgba(0, 0, 0, .85);
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 111;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -30px, 0);
        backface-visibility: hidden;
        will-change: transform;
        transition-property: opacity, visibility, transform;
        transition-duration: .3s;
        transition-timing-function: ease-out;
    }

    .chaser.visible {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }

    .chaser #wpk-main-menu {
        position: initial;
    }

    .chaser .main-menu,
    .chaser .main-menu ul {
        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;
        transform: translateY(20px);
        opacity: 0;
        transition: opacity .15s ease-in-out, transform .15s ease-in-out;
        border-radius: 0;
    }

    .chaser .main-menu .hg_mega_container {
        left: -2999px !important;
    }

    .chaser .main-menu .zn_mega_row_start:after,
    .chaser .main-menu .zn_mega_row_start:before {
        display: table;
        content: " ";
    }

    .chaser .main-menu .zn_mega_row_start:after {
        clear: both;
    }

    .chaser .main-menu li ul {
        background: rgba(0, 0, 0, 0.9);
        min-width: 220px;
        padding: 5px;
    }

    .chaser .main-menu li ul li ul {
        background: none;
    }

    .chaser .main-menu .hg_mega_container > ul {
        padding-top: 0;
        padding-bottom: 20px
    }

    .chaser .main-menu .hg_mega_container > ul:first-child {
        padding-top: 20px
    }

    .chaser .main-menu .hg_mega_container > ul:last-child {
        padding-bottom: 30px;
    }

    .chaser .main-menu .hg_mega_container ul ul {
        background: none;
        padding: 10px 0 0;
    }

    .chaser .main-menu .hg_mega_container .zn_mega_title {
        border-bottom: 1px solid #454545;
        background: none;
        padding-left: 20px;
    }

    .chaser .main-menu .hg_mega_container .zn_mega_title_hide {
        display: none;
    }

    .chaser .main-menu .hg_mega_container .zn_mega_title_only_hide {
        display: block;
        visibility: hidden;
    }

    .chaser .main-menu li a {
        display: block;
        color: #DDD;
        font-size: 14px;
        line-height: 1.4;
        padding: 7px 15px;
        transition: all 0.15s ease-in-out;
        position: relative;
        text-transform: uppercase;
    }

    .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;
        transform: translateY(0);
    }

    .chaser .main-menu li:hover > a:not(:only-child) + .hg_mega_container {
        left: 15px !important;
    }

    .chaser .main-menu li > a:not(:only-child) {
        padding-right: 25px;
    }

    .chaser .main-menu li > a:not(:only-child):after {
        content: '';
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -1px;
        height: 2px;
        width: 6px;
        background: #CCC;
        opacity: .5;
    }

    .chaser .main-menu li li:hover > a:not(:only-child) + .sub-menu {
        left: 100%;
        top: -4px;
    }

    .chaser .main-menu li:hover > a,
    .chaser .main-menu li a:hover {
        color: #FFF;
        background: #000;
    }

    .chaser .main-menu li.active > a,
    .chaser .main-menu li > a.active {
        background: #213E75;
        color: #FFF;
    }

    .chaser .zn-mega-new-item {
        display: none;
    }

    .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 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 .menu-item-spacer {
        display: inline-block;
        height: 25px;
        width: 100%;
    }

    .chaser #wpk-main-menu {
        padding-left: 0
    }

    .chaser #_wpk-custom-bar {
        height: 32px;
    }
}


/* 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: none
}

#zn-res-menu, #zn-res-menu li ul {
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    overflow: auto;
    z-index: 11112;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease;
    transform-style: preserve-3d;
    padding: 0;
    display: none
}

#zn-res-menu ul.zn-menu-visible,
#zn-res-menu.zn-menu-visible {
    transform: translate3d(0, 0, 0)
}

#zn-res-menu li {
    position: relative;
    width: 100%;
    max-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: 16px;
    text-transform: uppercase;
}

#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: 100%;
    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: 48px;
    display: inline-block;
    width: calc(100% - 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 {
    display: block;
}

.zn-res-trigger {
    position: relative;
    display: block;
    width: 25px;
    height: 28px;
    margin: 10px;
}

#zn-res-menu .zn_res_has_submenu > span::before,
#zn-res-menu .zn_res_menu_go_back > span::before {
    display: none;
}

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

#zn-res-menu.zn-menu-visible .zn-mega-new-item {
    display: none;
}

/* Menu Overlay */
.zn-res-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11111;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-out, visibility .4s ease-out;
}

.zn-menu-visible + .zn-res-menu-overlay {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 992px) {
    #zn-res-menuwrapper {
        display: block;
    }

    .zn_res_menu_visible #zn-res-menu,
    .zn_res_menu_visible #zn-res-menu li ul {
        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;
    }

    #main-menu > ul {
        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;
    }

    #zn-res-menu .zn-close-menu-button {
        display: inline-block;
        padding: 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        height: 51px;
        width: 49px !important;
        border-left: solid 1px #CCC;
        z-index: 11111;
    }

    #zn-res-menu .zn-close-menu-button span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
}


/* Call to action Button in Header */
.ctabutton {
    clear: right;
    float: right;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 10px 10px 6px;
    border-radius: 2px;
    margin-left: 20px;
    margin-bottom: -5px;
}

.kl-cta-ribbon .trisvg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    margin-top: -0.2px;
    fill: #CD2122;
}

.kl-cta-ribbon .trisvg path {
    fill: #CD2122;
}

.kl-cta-ribbon:hover .trisvg {
    fill: #FFF;
}

.kl-cta-ribbon {
    background: #CD2122;
}

.kl-cta-ribbon:focus {
    color: #FFF;
}

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

/* Site Header & logo contain in header */
.site-logo {
    display: inline-block;
    margin-bottom: 0;
}

.site-logo img {
    max-height: 60px;
    max-width: 100%;
}

/* 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 Header */
.site-header {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.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: #FFF;
    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: 170%;
    opacity: .6;
    pointer-events: none;
    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 .site-header-top {
    height: 46px;
}

.site-header .site-header-top-wrapper {
    position: relative;
}

.site-header-main-center {
    margin-left: 30px;
}

.site-header .searchBtn.active {
    border-radius: 2px 2px 0 0;
}

.site-header .kl-header-toptext {
    font-size: 0.95rem;
    color: #FFF;
    line-height: 2.2;
}

.site-header .kl-header-toptext a {
    font-size: 1rem;
    color: #FFF;
}

.site-header .site-header-top-wrapper .topnav {
    z-index: 111;
}

.site-header .site-header-top-wrapper .topnav.topnav--lang {
    z-index: 112;
}

.site-header .social-icons.topnav {
    margin: 0;
    padding: 0;
    position: relative;
}

.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 .kl-header-toptext {
    margin-left: 20px;
}

.site-header .social-icons.topnav.sc--clean > li > a {
    color: #FFF;
}

.site-header .social-icons.topnav.sc--clean > li > a:hover {
    color: rgba(255, 255, 255, .9);
}

.site-header .kl-cta-lined {
    margin-top: 13px;
}

.site-header .site-logo-img {
    width: auto;
    height: 100%;
    padding: 10px 0;
}

/* Site header style 10 */
.site-header[data-header-style="10"] {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #2674DE;
    box-shadow: none;
    height: auto;
}

.site-header[data-header-style="10"] .site-header-main {
    height: 80px;
}

.site-header[data-header-style="10"] .site-header-bottom-wrapper .siteheader-container {
    padding-left: 0;
}

.site-header[data-header-style="10"] .separator {
    background: #000;
    height: 1px;
    opacity: .1;
    width: 100%;
}

.site-header[data-header-style="10"] .logo-container.hasInfoCard:before {
    display: none;
}

.site-header[data-header-style="10"] .main-nav > ul > li.active > a,
.site-header[data-header-style="10"] .main-nav > ul > li > a:hover,
.site-header[data-header-style="10"] .main-nav > ul > li:hover > a {
    color: #FFF;
}

.site-header[data-header-style="10"] .main-nav {
    text-align: center;
}

.site-header[data-header-style="10"] .quote-ribbon {
    position: absolute;
    top: 5px;
    right: 0;
}

.site-header[data-header-style="10"] .main-menu {
    text-align: left;
}

.site-header[data-header-style="10"] .main-nav ul ul.sub-menu {
    top: calc(100% + 11px);
}

.site-header[data-header-style="10"] .main-nav > ul {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -6px;
}

.site-header[data-header-style="10"] .kl-cta-ribbon {
    margin-top: -10px;
}

.site-header[data-header-style="10"] .main-nav .hg_mega_container {
    top: calc(100% + 8px);
}

.site-header[data-header-style="10"] .main-nav ul li:hover > ul {
    top: calc(100% - -3px);
}

.site-header[data-header-style="10"] .main-nav ul li:hover > .hg_mega_container {
    margin-top: 0px;
}

.site-header[data-header-style="10"] .main-nav > ul > li > a {
    color: #252525;
}

.site-header[data-header-style="10"] .logo-container .logo-infocard {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.site-header[data-header-style="10"] .zn-res-trigger::after {
    background: #252525;
    box-shadow: 0 8px 0 #252525, 0 16px 0 #252525;
}

/*** Sticky header ***/
body.sticky-header #header {
    position: fixed !important;
}

/* Header style 1 */
body.sticky-header .site-header[data-header-style="1"] .site-header-top-wrapper {
    height: 57px;
}

body.sticky-header .site-header[data-header-style="1"] .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="1"] .site-header-main-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="1"].header--is-sticked .site-header-top-wrapper {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="1"].header--is-sticked .site-header-main-wrapper {
    height: 60px;
}

body.sticky-header .site-header[data-header-style="1"].header--is-sticked .kl-header-bg {
    top: -20px;
}


/* Header style 2 */
body.sticky-header .site-header[data-header-style="2"] .site-header-top-wrapper {
    height: 80px;
}

body.sticky-header .site-header[data-header-style="2"] .site-header-main-wrapper {
    height: 50px;
}

body.sticky-header .site-header[data-header-style="2"] .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="2"] .site-header-main-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="2"].header--is-sticked .site-header-top-wrapper {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="2"].header--is-sticked .kl-main-header .kl-cta-ribbon {
    margin-top: 10px;
}

/* Header style 3 */
body.sticky-header .site-header[data-header-style="3"] .site-header-top-wrapper {
    height: 46px;
}

body.sticky-header .site-header[data-header-style="3"] .site-header-main-wrapper {
    height: 81px;
}

body.sticky-header .site-header[data-header-style="3"] .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="3"] .site-header-main-wrapper,
body.sticky-header .site-header[data-header-style="3"] .site-header-bottom-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="3"].header--is-sticked .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="3"].header--is-sticked .site-header-main-wrapper {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="3"].header--is-sticked .kl-main-header .kl-cta-ribbon {
    margin-top: 5px;
}


/* Header style 4 */
body.sticky-header .site-header[data-header-style="4"] .site-header-top {
    height: 46px;
}

body.sticky-header .site-header[data-header-style="4"] .site-header-top,
body.sticky-header .site-header[data-header-style="4"] .site-header-bottom {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}


body.sticky-header .site-header[data-header-style="4"].header--is-sticked .site-header-top {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="4"].header--is-sticked .kl-cta-ribbon {
    margin-top: 10px;
}

body.sticky-header .site-header[data-header-style="4"].header--is-sticked .logo-container {
    min-height: 60px;
}


/* Header style 5 */
body.sticky-header .site-header[data-header-style="5"] .site-header-top {
    height: 46px;
}

body.sticky-header .site-header[data-header-style="5"] .site-header-top,
body.sticky-header .site-header[data-header-style="5"] .site-header-bottom {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}


body.sticky-header .site-header[data-header-style="5"].header--is-sticked .site-header-top {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="5"].header--is-sticked .kl-cta-ribbon {
    margin-top: 2px;
}

body.sticky-header .site-header[data-header-style="5"].header--is-sticked .logo-container {
    min-height: 60px;
}


/* Header style 6 */
body.sticky-header .site-header[data-header-style="6"] .site-header-top {
    height: 46px;
}

body.sticky-header .site-header[data-header-style="6"] .site-header-top,
body.sticky-header .site-header[data-header-style="6"] .site-header-bottom {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}


body.sticky-header .site-header[data-header-style="6"].header--is-sticked .site-header-top {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="6"].header--is-sticked .kl-cta-ribbon {
    margin-top: 10px;
}

body.sticky-header .site-header[data-header-style="6"].header--is-sticked .logo-container {
    min-height: 60px;
}


/* Header style 7 */
body.sticky-header .site-header[data-header-style="7"].header--is-sticked {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15)
}

body.sticky-header .site-header[data-header-style="7"] .site-header-top {
    height: 46px;
}

body.sticky-header .site-header[data-header-style="7"] .site-header-top,
body.sticky-header .site-header[data-header-style="7"] .site-header-bottom {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}


body.sticky-header .site-header[data-header-style="7"].header--is-sticked .site-header-top {
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="7"].header--is-sticked .logo-container {
    min-height: 60px;
}


/* Header style 8 */
body.sticky-header .site-header[data-header-style="8"] .kl-header-bg {
    top: -30px;
}


/* Header style 9 */
body.sticky-header .site-header[data-header-style="9"].header--is-sticked {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15)
}

body.sticky-header .site-header[data-header-style="9"] .site-header-top-wrapper {
    height: 47px;
}

body.sticky-header .site-header[data-header-style="9"] .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="9"] .site-header-main-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="9"].header--is-sticked .site-header-top-wrapper {
    height: 0 !important;
    overflow: hidden;
}


/* Header style 10 */
body.sticky-header .site-header[data-header-style="10"] .site-header-main-wrapper {
    height: 107px;
}

body.sticky-header .site-header[data-header-style="10"] .site-header-main-wrapper,
body.sticky-header .site-header[data-header-style="9"] .site-header-bottom-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="10"].header--is-sticked .site-header-main-wrapper {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
}

body.sticky-header .site-header[data-header-style="10"].header--is-sticked .kl-cta-ribbon {
    margin-top: -3px;
}

/* Header style 11 */
body.sticky-header .site-header[data-header-style="11"] .site-header-top-wrapper {
    height: 47px;
}

body.sticky-header .site-header[data-header-style="11"] .site-header-top-wrapper,
body.sticky-header .site-header[data-header-style="11"] .site-header-main-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="11"].header--is-sticked .site-header-top-wrapper {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
}


/* Header style 12 */
body.sticky-header .site-header[data-header-style="12"] .site-header-main-wrapper {
    height: 81px;
}

body.sticky-header .site-header[data-header-style="12"] .site-header-main-wrapper,
body.sticky-header .site-header[data-header-style="12"] .site-header-bottom-wrapper {
    opacity: 1;
    transition: height .2s ease-out, opacity .2s ease-out;
}

body.sticky-header .site-header[data-header-style="12"].header--is-sticked .site-header-main-wrapper {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
}


/* 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: 35px;
    height: 35px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease-out;
    font-size: 0.9rem;
    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: 1rem;
    line-height: 2.2;
}

.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 .fa-facebook-f {
    background-color: #3B579D;
}

.social-icons.sc--colored .fa-twitter {
    background-color: #5EA9DD;
}

.social-icons.sc--colored .fa-google-plus-g {
    background-color: #DF4B38;
}

.social-icons.sc--colored .fa-linkedin {
    background-color: #007AB5;
}


/* kl-slideshow div styles */
.kl-slideshow-inner {
    position: relative;
    z-index: 1;
}

.kl-slideshow-inner .container {
    z-index: 1;
}

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

/*#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: 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: #fff;
}

.page-subheader[class*="maskcontainer--"] {
    min-height: 330px;
    padding-bottom: 30px;
}

.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%;
    height: 300px;
    min-height: 300px;
}

/* Safe padding for Subheader */
.page-subheader .ph-content-wrap {
    padding-top: 175px;
}

/* Page subheader styles */
.page-subheader.gradient,
.kl-slideshow.gradient {
    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;
}

.page-subheader canvas#target {
    width: 100%;
}

/* HG Section */
.hg_section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.hg_section--relative {
    position: relative;
}

.hg_section--masked {
    padding-bottom: 55px;
}

.hg_section__source {
    position: relative;
}

.kl-bg-source {
    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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.kl-bg-source:not(:empty),
.kl-bg-source__overlay,
.kl-bg-source__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.kl-bg-source__bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.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%;
    transform: skewX(-55deg);
    height: 100%;
    transform-origin: 100% 0;
    opacity: .08;
}


.kl-bgSource-imageParallax {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    will-change: transform;
}

.kl-bgSource-imageParallax .kl-bg-source__bgimage {
    top: 0;
    left: 0;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    backface-visibility: hidden;
    background-attachment: initial;
}

.kl-bgSource-imageParallax.is-fixed {
    left: -100vw;
    position: fixed;
}

.kl-bgSource-imageParallax.is-fixed.is-visible {
    left: 0;
}

.kl-bgSource-imageParallax.is-fixed .kl-bg-source__bgimage {
    height: 100vh;
}

/* Source Mask */
.ls-source__mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20vh;
    background: #FFF;
    width: 100%;
    transform-origin: 100% 0;
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
}

.ls-source__mask.ls-source__mask-front {
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6) 0%, rgba(251, 251, 251, 1) 60%);
}

.ls-source__mask.ls-source__mask-back {
    background: rgba(255, 255, 255, .4);
    transform: skewY(-3.1deg);
    -webkit-backface-visibility: hidden;
    bottom: 40px;
}


/*** 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: 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;
}

/* 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: 1;
    border-bottom: 6px solid #FFF;
    box-sizing: content-box;
}

.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: 1;
    border-bottom: 6px solid #FFF;

}

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

}

/* 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%;
    transform: translateX(-50%);
    margin-bottom: -14px;
}

.kl-bottommask--mask3 .fas {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 30px;
    opacity: 0.2;
    height: 15px;
    top: auto;
    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%;
    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 + .fas,
    .kl-bottommask--mask4 .svgmask-right {
        transform: translateX(calc(-50% + 510px));
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {
        transform: translateX(calc(-50% - 510px));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right {
        transform: translateX(calc(-50% + 410px));
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {
        transform: translateX(calc(-50% - 410px));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right {
        transform: translateX(calc(-50% + 300px));
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {
        transform: translateX(calc(-50% - 300px));
    }
}

@media (max-width: 767px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .fas,
    .kl-bottommask--mask4 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .fas,
    .kl-bottommask--mask4 .svgmask-left {
        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%;
    transform: translateX(-50%);
}

.kl-bottommask--mask5 .bmask-customfill {
    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 {
    filter: none;
}

.is-safari .kl-bottommask--mask3 .bmask-bgfill,
.is-safari .kl-bottommask--mask4 .bmask-bgfill,
.is-safari .svgmask .bmask-bgfill {
    -webkit-svg-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
    transform: translateY(4px);
}

/* 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%;
    transform: translateX(-50%);
}

/* Mask 7 */
.kl-bottommask--mask7 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.kl-bottommask--mask7.mask-over {
    z-index: 2;
}

.kl-bottommask--mask7.screffect {
    transform-origin: 0 100%
}


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

/* uppercase disabled, manually uppercase text */
h3.m_title {
    font-size: 20px;
    line-height: 1.4;
}

.smallm_title {
    color: #CD2122;
    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 6px;
    list-style: none;
    background: rgba(253, 175, 20, 0.9);
    float: left;
    border-radius: 2px;
}

.breadcrumbs li {
    float: left;
    color: #000;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.breadcrumbs li:first-child {
    padding-left: 0;
    background: none;
    margin-left: 0;
}

.breadcrumbs li a {
    color: #000;
}

.breadcrumbs li:after,
.breadcrumbs2 li:after {
    border: 4px solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    display: inline-block;
    border-left-color: #CD2122;
    margin: 0 5px 2px 10px;
}

.breadcrumbs li:last-child:after,
.breadcrumbs2 li:last-child:after {
    display: none;
}

.breadcrumbs2 {
    padding: 0;
    background-color: inherit;
    margin-bottom: 0;
    opacity: 0.4;
    transition: opacity .1s ease-out;
    list-style: none;
}

.breadcrumbs2 > li {
    display: inline-block;
    cursor: pointer;
}

.breadcrumbs2:hover {
    opacity: 1;
}

.breadcrumbs2.white a,
.breadcrumbs2.white span {
    color: #FFF;
}

/* Social list  */
.social_icons ul,
ul.social_icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_icons li {
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
}

.social_icons li:first-child {
    margin-left: 0;
}

.social_icons li a {
    color: #CDCDCD;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.social_icons li a:hover {
    color: #666;
}

.social_icons a {
    text-decoration: none;
}

.social_icons.socialstyles-extra li {
    margin: 0;
    float: left;
}

.social_icons.socialstyles-extra li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left-width: 0;
}

.social_icons.socialstyles-extra li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.social_icons.socialstyles-extra li:first-child a {
    border-left-width: 1px;
}


/* Header titles */
.subheader-titles {
    text-align: center;
    margin-top: -30px;
}

.subheader-titles.left {
    text-align: left;
}

.subheader-maintitle {
    font-family: "Qwigley";
    color: #FFF;
    font-size: 4em;
    line-height: 3rem;
    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: 12px Arial, Helvetica, sans-serif;
    float: left;
    padding: 6px 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: 35px;
}

.tbk__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
}

.tbk__subtitle {
    margin-top: 0;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
}

.tbk-thinsubtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 100;
}


/* Symbol */
.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

/* Symbol - small line */
.tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 75px;
    height: 5px;
    background-color: #FDAF14;
}

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

.kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol span {
    margin: 0 20px;
}

.kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:before,
.kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:after {
    background-color: #BFBFBF;
}

.kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol span {
    margin-right: 0;
}

.kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol:after {
    display: none;
}

.kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol:before {
    width: calc(100% - 80px);
    background-color: #BFBFBF;
}

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

/* Symbol line separator */
.symbol-line {
    font-size: 20px;
    text-align: center;
    color: #E6E6E6;
    vertical-align: middle;
    clear: both;
    line-height: 20px;
    margin-bottom: 20px;
}

.symbol-line .kl-icon {
    font-size: 18px;
}

.symbol-line::before,
.symbol-line::after {
    content: '';
    display: inline-block;
    width: 48%;
    background: #EAEAEA;
    height: 2px;
    float: right;
    margin-top: 7px;
}

.symbol-line::before {
    float: left;
}

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

/* Textbox */
.text_box {
    padding-bottom: 20px;
}

.text_box-title--style1 {
    font-size: 1rem;
    color: #CD2122;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.text_box-title--style2 {
    font-size: 1.3rem;
    color: #535353;
    font-weight: normal;
    margin-top: 0;
}

/* VideoBox Play button */
.playVideo {
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    transform: scale(.95) translate3d(0, 0, 0);
    transition: transform .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    line-height: 76px;
    font-size: 18px;
}

.playVideo:before {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.playVideo:hover {
    transform: scale(1);
    color: #FFF;
}

.playVideo ~ h5 {
    margin: 40px auto 0;
}


/* BOXED VERSION */
body.boxed-layout {
    overflow-x: hidden;
}

body.boxed-layout #page_wrapper,
body.boxed-layout .support_panel {
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
    margin: 0 auto;
    background: #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.boxed-layout .kl-slideshow + .hg_section .action_box.style3 {
    margin-top: 0 !important;
}

body.boxed-layout ul.thumbs[data-columns="5"] .project-item {
    width: 25%;
    width: calc(100% / 4);
}

body.boxed-layout .kl-bg-source__bgimage {
    background-size: initial;
}

body.boxed-layout .fancy-list.w-50 {
    width: 100% !important;
}

body.boxed-layout .kl-contentmaps__panel {
    left: 100px;
}

body.boxed-layout .cd-immersive-video .product-preview.video-zoomed-out {
    transform: translateX(812px) translateY(183.5px) !important;
}

body.boxed-layout .works_carousel .caroufredsel:hover .cfs--prev {
    left: -30px;
}

body.boxed-layout .works_carousel .caroufredsel:hover .cfs--next {
    right: -25px;
}


/* Sidebars */
.sidebar {
    background: #FFF;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.col-sm-4 .sidebar {
    padding: 25px;
}

.sidebar .widget {
    margin-bottom: 35px;
}

.sidebar .widget .widgettitle {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar .widget .widgettitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 50px;
    height: 0;
    border-bottom: 1px solid #CD2122;
}

.sidebar .widget .widgettitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ECECEC;
}

.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget ul.menu li,
.sidebar .widget ul.product-categories li,
.sidebar .widget ul.pagenav li,
.sidebar .widget_meta > ul li {
    margin-bottom: 0;
}

.sidebar .widget ul.menu li a,
.sidebar .widget ul.product-categories li a,
.sidebar .widget ul.pagenav li a,
.sidebar .widget_meta > ul a {
    color: #747474;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    position: relative;
    border-radius: 2px;
}

.sidebar .widget ul.menu li a::before,
.sidebar .widget ul.product-categories li a::before,
.sidebar .widget ul.pagenav li a::before,
.sidebar .widget_meta > ul a::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    transition: all .15s ease-out;
}

.sidebar .widget ul.menu li.active > a,
.sidebar .widget ul.product-categories li.active > a,
.sidebar .widget ul.pagenav li.active a,
.sidebar .widget ul.menu li.current-cat > a,
.sidebar .widget ul.product-categories li.current-cat > a,
.sidebar .widget ul.pagenav li.current-cat > a,
.sidebar .widget ul.menu li > a:hover,
.sidebar .widget ul.product-categories li > a:hover,
.sidebar .widget ul.pagenav li a:hover,
.sidebar .widget_meta > ul a:hover {
    color: #000;
}

.sidebar .widget ul.menu li a:hover::before,
.sidebar .widget ul.product-categories li a:hover::before,
.sidebar .widget ul.pagenav li a:hover::before,
.sidebar .widget_meta > ul a:hover::before {
    width: 12px;
    margin-right: 8px;
}

div.cloudBlock a {
    padding: 4px;
    float: left;
    display: block;
}


/* Latest Post from sidebar */
.latest_posts.style2 {
    background-color: #FFF;
    position: relative;
    padding: 30px 30px 10px 30px
}

.latest_posts.style2 .m_title {
    margin-bottom: 20px;
}

.latest_posts.style2 .viewall {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
}

.latest_posts.style2 .viewall:hover {
    color: #111;
}

.latest_posts.style2 ul.posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_posts.style2 ul.posts li {
    margin-top: 25px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
}

.latest_posts.style2 ul.posts li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.latest_posts.style2 ul.posts .title {
    font-size: 14px;
    font-weight: 700;
    color: #CD2122;
    line-height: 1.6;
    vertical-align: middle;
}

.latest_posts.style2 ul.posts .details {
    float: left;
    width: 110px;
}

.latest_posts.style2 ul.posts .details > span {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 10px
}

.latest_posts.style2 ul.posts .details span.date {
    background: #CD2122;
    color: #FFF;
    padding: 3px 10px;
    margin: 0 0 5px;
    position: relative;
}

.latest_posts.style2 ul.posts .details span.date:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 10px;
    border: 4px solid transparent;
    border-top-color: #CD2122;
}

.latest_posts.style2 ul.posts .text {
    margin-left: 110px;
}

.latest_posts.style2 ul.posts .details > span.cat {
    display: block;
}

.latest_posts.style3 {
    position: relative;
}

.latest_posts.style3 .m_title {
    margin-bottom: 20px;
}

.latest_posts.style3 .hoverBorder {
    margin-right: 20px;
    margin-top: 5px;
}

.latest_posts.style3 .viewall {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
}

.latest_posts.style3 .viewall:hover {
    color: #111;
}

.latest_posts.style3 ul.posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_posts.style3 ul.posts li {
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.latest_posts.style3 ul.posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.latest_posts.style3 ul.posts .title {
    font-size: 13px;
    font-weight: 600;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

/*.latest_posts.style3 ul.posts .title a{font-size: 13px; font-weight: normal; font-weight: 600; }*/
.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {
    margin-left: 74px;
}

.lp-post .lp-post-comments-num {
    color: #BABABA
}

.lp-post .hoverBorder + .title {
    overflow: hidden;
}

.widget .latest_posts ul li.lp-post .hoverBorder {
    margin-bottom: 0;
}


.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: 2px;
    width: 100%;
    position: relative;
}

.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
}

.theHoverBorder:hover {
    box-shadow: 0 0 0 3px #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);
}

.hoverBorder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px hsla(0, 0%, 100%, .15);
    transition: box-shadow .2s ease-out, background-color .2s ease-out;
}

.hoverBorder:hover:after {
    box-shadow: inset 0 0 0 3px #CD2122;
}


/* Image Boxes */
.image-boxes {
    margin-bottom: 30px;
}

.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 {
    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;
    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 {
    margin-bottom: 20px;
}

/* Image Boxes 1 Style 4 */
.imgboxes_style4 .imgboxes-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    height: 270px;
    width: 100%;
}

.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: 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: 10px auto 0 auto;
    transition: all 0.2s ease-out;
    z-index: 1;
}

.imgboxes_style4:hover .imgboxes-title:after {
    width: 60px;
}

.imgboxes_style4 .imgbox_image {
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.imgboxes_style4:hover .imgbox_image {
    opacity: .8
}

.cover-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.imgbox_image.cover-fit-img {
    height: 100%;
}

.contain-fit-img {
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

/* Style bottom */
.imgboxes_style4.kl-title_style_bottom .imgboxes-title {
    text-align: left;
    padding: 0 20px 30px;
    transition: padding-bottom .2s ease-out;
}

.imgboxes_style4.kl-title_style_bottom .imgboxes-title:before {
    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;
    bottom: 0;
    right: 0;
    border-bottom: solid 5px #CD2122;
    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 {
    width: 40px;
    margin-top: 10px;
}

.imgboxes_style4.kl-title_style_left:hover .imgboxes-title:after {
    width: 80px;
}


/* process boxes */
.process_box {
    position: relative;
    padding: 0;
    margin-bottom: 80px;
    box-shadow: none;
}

.process_box:after {
    border-color: transparent;
    border-top-color: #EEE;
    border-width: 10px;
    margin-left: -10px;
    left: 10%;
}

.process_box:before {
    border-color: transparent;
    border-top-color: #CCC;
    border-width: 13px;
    margin-left: -13px;
    left: 10%;
}

.process_box[data-align=right]:after,
.process_box[data-align=right]:before {
    right: 10%;
    left: auto;
    margin-left: 0;
}

.process_box[data-align=right]:before {
    margin-right: -13px;
}

.process_box[data-align=center]:after,
.process_box[data-align=center]:before {
    left: 50%;
}

.process_box[data-align=center]:after {
    border-top-color: #FFF;
}

.process_box .number {
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    text-align: center;
    float: left;
}

.process_box .number span {
    font-size: 100px;
    font-weight: 900;
    color: rgba(253, 175, 20, 0.25);
    vertical-align: middle;
    position: relative;
    top: 50%;
    line-height: 1;
    display: block;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.process_box .content {
    margin-left: 240px;
    padding: 35px 20px 35px 45px;
    float: left;
    background-color: #FFF
}

.process_box .stp_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.process_box[data-align=right] .number {
    left: auto;
    right: 0;
    border-right: 0;
}

.process_box[data-align=right] .content {
    margin-left: auto;
    margin-right: 240px;
    padding: 25px 35px 20px 35px;
}

/* end Process box element */


/* Price list element */
.priceListElement h3.menu-categ {
    font-size: 14px;
    text-align: center;
    color: #CCC;
    letter-spacing: 2px;
}

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

.priceListElement ul li {
    margin-top: 25px;
    margin-bottom: 25px;
}

.priceListElement-itemMain {
    margin-bottom: 10px;
}

.priceListElement .priceListElement-itemMain {
    display: flex;
}

.priceListElement-itemTitle {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 700;
    margin: 0;
}

.priceListElement .priceListElement-dottedSeparator {
    flex: 1 1 auto;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: calc((24px - 14px) / 2);
}

.priceListElement .priceListElement-dottedSeparator,
.priceListElement-dash--separator > ul > li {
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .2) 99%, transparent 1%);
    background-position: bottom;
    background-size: 5px 3px;
    background-repeat: repeat-x;
}

.priceListElement-itemPrice {
    color: #CD2122;
    text-align: right;
}

.priceListElement .priceListElement-itemTitle,
.priceListElement .priceListElement-itemPrice {
    flex: 0 1 auto;
}

.priceListElement-itemPrice {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* end Price list element */


/* Counter element */
.fun-fact {
    text-align: center;
}

.fun-fact .fun-number {
    font-size: 80px;
    font-weight: 300;
    color: #23262D;
    line-height: 80px;
    height: 80px;
    display: block;
}

.fun-fact .fun-thing {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    color: #45474D;
    line-height: 1.4;
    display: block;
    position: relative;
    margin-top: 40px;
}

.fun-fact .fun-thing.topline::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 1px;
    background: #DCDDDE;
}

/* end Counter element */


/* Accordions elements */
/* 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 a {
    border: 0;
    color: #CD2122;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #F8F8F8;
    padding: 20px 60px 20px 25px;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.hg_accordion_element.default-style .th-accordion .acc-group a.collapsed {
    color: #505050;
    background-color: #FFF;
}

.hg_accordion_element.default-style .th-accordion .acc-group a: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 a:not(.collapsed) {
    border-bottom: 1px solid #EEE;
}

.hg_accordion_element.default-style .th-accordion .acc-group a:before,
.hg_accordion_element.default-style .th-accordion .acc-group a:after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 2px;
    display: block;
    background: #DDD;
    transition: all .3s ease-in-out;
}

.hg_accordion_element.default-style .th-accordion .acc-group a:before {
    right: 31px;
    top: 50%;
    transform: rotate(-45deg);
}

.hg_accordion_element.default-style .th-accordion .acc-group a:after {
    right: 25px;
    top: 50%;
    transform: rotate(45deg);
}

.hg_accordion_element.default-style .th-accordion .acc-group a.collapsed:before {
    transform: rotate(45deg);
}

.hg_accordion_element.default-style .th-accordion .acc-group a.collapsed:after {
    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 a {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
    border: 0;
    background-color: #FFF;
    color: #CD2122;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.hg_accordion_element.style2 .th-accordion .acc-group a.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: #FFF;
}

.hg_accordion_element.style2 .th-accordion .acc-group .content p:last-child {
    margin-bottom: 0;
}

.hg_accordion_element.style2 .th-accordion .acc-group a:before,
.hg_accordion_element.style2 .th-accordion .acc-group a:after {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 2px;
    display: block;
    background: #BDBDBD;
    transition: all .3s ease-in-out;
}

.hg_accordion_element.style2 .th-accordion .acc-group a:before {
    right: 20px;
    top: 50%;
    transform: rotate(-45deg);
}

.hg_accordion_element.style2 .th-accordion .acc-group a:after {
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
}

.hg_accordion_element.style2 .th-accordion .acc-group a.collapsed:before {
    transform: rotate(45deg);
}

.hg_accordion_element.style2 .th-accordion .acc-group a.collapsed:after {
    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 a {
    display: block;
    width: 100%;
    color: #CD2122;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 10px 5px 0;
    background: none;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.hg_accordion_element.style3 .th-accordion .acc-group a.collapsed {
    color: #505050;
}

.hg_accordion_element.style3 .th-accordion .acc-group a:after {
    width: auto;
    height: auto;
    padding-right: 14px;
}

.hg_accordion_element.style3 .th-accordion .acc-group a:before {
    width: 36px;
    height: 50px;
    background-color: #CD2122;
    position: absolute;
    left: -54px;
    top: 5px;
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    font-size: 12px;
    transition: all .3s ease-in-out;
}

.hg_accordion_element.style3 .th-accordion .acc-group a.collapsed:before {
    content: "\f067";
    background-color: #D3D3D3;
    height: 40px;
}

.hg_accordion_element.style3 .th-accordion .acc-group .content {
    padding: 10px 15px 10px 0;
}

.hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {
    margin-bottom: 0;
}

/* Accordions - Style 4 */
.hg_accordion_element.style4 .th-accordion {
    border: solid 1px #CE2123;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hg_accordion_element.style4 .th-accordion .acc-group {
    margin-bottom: 0px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a {
    background: none;
    border: 0;
    padding: 4px 10px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.hg_accordion_element.style4 .th-accordion .acc-group a:hover {
    background: #DCDCDC;
    color: #111;
}

.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] {
    color: #CD2122;
}

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

.hg_accordion_element.style4 .th-accordion .acc-group {
    overflow: hidden;
}

.hg_accordion_element.style4 .th-accordion .acc-group:last-child a[aria-expanded="true"] {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] {
    background: #FFF;
    border-bottom: solid 1px #E6E6E6;
}

.hg_accordion_element.style4 .th-accordion .acc-group a {
    padding: 12px 20px;
    overflow: hidden;
    border-top: solid 1px #E6E6E6;
    background-color: #F9F9F9;
}

.hg_accordion_element.style4 .th-accordion .acc-group:first-child a {
    border-top: none;
}

.hg_accordion_element.style4 .th-accordion .acc-group:first-child a[aria-expanded="true"] {
    border-top: none;
}

.hg_accordion_element.style4 .th-accordion .acc-group a: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 a[aria-expanded="false"] span.acc-icon {
    position: absolute;
    right: -31px;
    width: 70px;
    height: 70px;
    border: 7px solid #000;
    border-radius: 50%;
    top: -7px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:before,
.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] 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 a[aria-expanded="true"] span.acc-icon:before {
    width: 20px;
    height: 6px;
    margin-top: -3px;
    margin-left: -9px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a[aria-expanded="true"] span.acc-icon:after {
    width: 6px;
    height: 19px;
    margin-left: -2px;
    margin-top: -10px;
}

.hg_accordion_element.style4 .th-accordion .acc-group a span.acc-icon {
    position: absolute;
    right: -20px;
    width: 70px;
    height: 70px;
    opacity: .05;
    border: 7px solid #CD2122;
    border-radius: 50%;
    top: -7px;
    transition: all .25s ease-in-out;
}

.hg_accordion_element.style4 .th-accordion .acc-group a 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 a[aria-expanded="true"]:hover span.acc-icon {
    opacity: .05;
}

/* Accordions - Style 5 */
.hg_accordion_element.style5 .th-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}

.hg_accordion_element.style5 .th-accordion .acc-group {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border-width: 1px 0 0;
}

.hg_accordion_element.style5 .th-accordion .acc-group {
    border-top: 1px solid #EFEFEF;
}

.hg_accordion_element.style5 .th-accordion .acc-group:first-child {
    border: 0;
}

.hg_accordion_element.style5 .th-accordion a {
    background: none;
    border: 0;
    font-size: 1rem;
    color: #474747;
    line-height: 2;
    min-height: 55px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 20px 10px 55px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.hg_accordion_element.style5 .th-accordion a:hover {
    color: #909090;
}

.hg_accordion_element.style5 .th-accordion a::before {
    content: attr(data-number);
    width: 22px;
    height: 22px;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #FFF;
    background: #CD2122;
    position: absolute;
    left: 17px;
    top: 17px;
    line-height: 22px;
    font-size: 12px;
}

.hg_accordion_element.style5 .th-accordion a.collapsed::before {
    background: #D3D3D3;
}

.hg_accordion_element.style5 .th-accordion .acc-group > div:last-child {
    margin: 0 17px 0 55px;
    color: #888;
    font-size: 0.95rem;
    line-height: 1.7;
}

.hg_accordion_element.style5 .th-accordion ul {
    margin-bottom: 20px;
}

.hg_accordion_element.style5 .th-accordion .inner-acc {
    padding: 15px 0 0;
}

.hg_accordion_element.style5 .th-accordion.filled-bg {
    background-color: #F4F4F4;
}


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


/* Historic timeline */
.timeline_bar {
    position: relative;
}

.timeline_bar:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    top: 26px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
}

.timeline_bar > .row {
    margin-bottom: 0;
}

.timeline_box {
    background: #FFF;
    border-radius: 3px;
    margin: 30px 30px 30px 0;
    padding: 30px;
    position: relative;
}

div[data-align="right"] .timeline_box {
    margin: 30px 0 30px 30px;
}

.timeline_box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #FFF;
    margin-top: -10px;
}

div[data-align=right] .timeline_box:after {
    left: -20px;
    right: auto;
    border-left-color: transparent;
    border-right-color: #FFF;
}

.timeline_box:before {
    content: "\f073";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    top: 50%;
    right: -70px;
    background: #E5E5E5;
    color: #FFF;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-sizing: content-box;
}

div[data-align=right] .timeline_box:before {
    right: auto;
    left: -70px;
}

.end_timeline {
    text-align: center;
}

.timeline_box,
.timeline_box .date {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.end_timeline > span {
    background: #FFF;
    border-radius: 3px;
    padding: 5px 20px;
    line-height: 2;
    display: inline-block;
}

.timeline_box:hover:before {
    background-color: #CD2122;
}

.timeline_box .date {
    font-size: 13px;
    font-weight: 700;
    background: #FFF;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    color: #787878;
    right: auto;
    white-space: nowrap;
    left: calc(100% + 90px);
}

.timeline_box .htitle {
    font-weight: bold;
}

div[data-align=right] .timeline_box .date {
    left: auto;
    right: calc(100% + 90px);
    right: -webkit-calc(100% + 90px);
}

.itemView .itemTagsBlock {
    margin: 0 0 20px
}

.itemView .itemTagsBlock > a, .eBlog .itemContainer:not(.hg_columns) .itemTagsBlock > a, .tagcloud a {
    padding: 4px 10px;
    background-color: #EAEAEA;
    margin: 0 5px 5px 10px;
    color: #9B9B9B;
    display: inline-block;
}

.itemView .itemTagsBlock > a:before,
.eBlog .itemContainer:not(.hg_columns) .itemTagsBlock > a:before,
.tagcloud a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f02b";
    font-weight: 900;
    margin-right: 5px;
    vertical-align: middle;
    color: #D2D2D2;
}

div.cloudBlock a {
    padding: 4px;
    float: left;
    display: block;
}

.eBlog .itemReadMore {
    float: right;
}

.kl-blog-post-socsharing {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.kl-blog-post-socsharing li {
    float: left;
    margin-right: 20px;
    width: 70px;
}

.blog-item-share {
    display: inline-block
}

.blog-item-share:before {
    content: attr(data-share-title);
    font-size: 12px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    color: #8A8A8A;
}

.blog-item-share-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .25);
    background-color: transparent;
    border-color: #E2E2E2;
    border: 0;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    line-height: 30px
}

.eBlog .itemList .blog-isotope-item {
    padding-left: 10px;
    padding-right: 10px
}

.itemContainer.hg_columns {
    padding: 0 0 20px;
}

.itemContainer.hg_columns .itemHeader,
.itemContainer.hg_columns .itemBody,
.itemContainer.hg_columns .itemLinks,
.itemContainer.hg_columns .itemTagsBlock {
    padding: 0 15px;
}

.itemContainer.hg_columns .itemIntroText {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 0.95rem;
}

.itemContainer .theHoverBorder {
    box-shadow: none;
    border-radius: 0
}

.itemContainer.hg_columns .hoverBorder,
.itemContainer.hg_columns .hoverBorder img {
    width: 100%;
    height: auto;
    border-radius: 0
}

.itemContainer.hg_columns .readMore {
    font-weight: normal
}

.itemContainer.hg_columns h3.itemTitle {
    line-height: 1.6;
    font-size: 1.2rem;
    padding: 20px 0 0;
}

.itemContainer.hg_columns.hg_columns4 .readMore,
.itemContainer.hg_columns.hg_columns3 .readMore {
    font-size: 13px;
}

.itemThumbnail {
    position: relative;
}

.itemThumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.itemThumbnail > a {
    display: block;
}

.itemThumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

.itemContainer.hg_columns:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.itemThumbnail .overlay__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.itemThumbnail .overlay__inner a {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    display: block;
    border: 2px solid #FFF;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    line-height: 46px;
    transition: all .3s ease-in-out;
}

.itemThumbnail .overlay__inner a:hover {
    width: 120px;
    background: #CD2122;
    border-color: #CD2122;
}

.itemThumbnail .overlay__inner a:before {
    content: "+";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.itemThumbnail .overlay__inner a:hover:before {
    opacity: 0;
}

.itemThumbnail .overlay__inner a:after {
    content: attr(data-readmore);
    opacity: 0;
    font-size: 11px;
    transition: opacity .25s ease-in-out;
}

.itemThumbnail .overlay__inner a:hover:after {
    opacity: 1;
}

.eBlog .featured-post {
    position: relative;
    padding: 0;
}

.eBlog .itemContainer.featured-post:after {
    content: none;
}

.eBlog .featured-post .hg_full_image {
    position: relative;
    border-bottom: none;
    min-height: 220px;
}

.eBlog .featured-post .hg_full_image img {
    width: 100%;
}

.eBlog .featured-post .zn_sticky_no_image {
    min-height: 400px;
    background-color: #333;
}

.eBlog .featured-post .itemFeatContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.eBlog .featured-post .itemFeatContent:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    opacity: 0;
    visibility: hidden;
}

.eBlog .featured-post .itemFeatContent-inner {
    position: relative;
}

.eBlog .featured-post .itemHeader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.eBlog .featured-post .itemTitle {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 15px;
}

.eBlog .featured-post .post_details {
    color: rgba(255, 255, 255, 0.4);
    padding: 0;
    margin: 0;
}

.eBlog .featured-post .post_details:before {
    content: none;
}

.eBlog .featured-post .itemLinks {
    color: rgba(255, 255, 255, 0.4);
}

.eBlog .featured-post a {
    color: #FFF;
}

.eBlog .featured-post a:hover {
    color: rgb(199, 199, 199);
}

.hg_post_image {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.hg_post_image,
.hg_full_image {
    border-bottom: 5px solid #CD2122;
}

#th-content-post .page-title {
    padding-bottom: 0;
    border-bottom: 0
}

/* Post Author */
.eBlog .post-author .author-avatar {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.eBlog .post-author .author-avatar img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.eBlog .post-author {
    color: #535353;
    margin-bottom: 50px;
    overflow: hidden;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 30px 0;
}

.eBlog .author-details > h4 {
    text-transform: uppercase;
}

.masonry-columns {
    height: auto !important;
}

.bigblog-page #footer {
    top: 100%;
}


/* Blockquote */
blockquote {
    margin: 25px 40px
}

/* Related Articles */
.eBlog .related-articles .rta-title {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.eBlog .related-articles .rta-post > a {
    display: block;
    position: relative;
}

.eBlog .related-articles .rta-post > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #CD2122;
    transition: height .25s ease-in-out;
}

.eBlog .related-articles .rta-post:hover > a:after {
    height: 8px;
}

.eBlog .related-articles .rta-post h5 {
    text-transform: uppercase;
    margin-top: 10px;
}

/* Pagination */
.pagination-nav {
    text-align: center;
}

.pagination-nav .pagination {
    display: inline-block;
}

.pagination {
    margin: 50px 0 0;
    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 a,
.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 a,
.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 a,
.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_page,
.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;
}

.pagination a.next_link {
    margin-left: 20px;
}

.pagination a.next_link:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.pagination a.previous_link {
    margin-right: 20px;
}

.pagination a.previous_link:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* grayhover effect */
a.grayHover {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

a.grayHover img {
    position: relative;
}


/* Blog posts for latest news */
.blog-posts {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}

.blog-posts::before, .blog-posts::after {
    display: table;
    line-height: 0;
    content: "";
}

.blog-posts::after {
    clear: both;
}

.blog-posts + hr {
    border-bottom: 2px solid #EDEDED;
}

.blog-posts .bpost {
    margin-bottom: 60px;
}

.blog-posts .bpost .post-head {
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

.blog-posts .bpost .post-head > [data-role="title"] {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    margin: 20px 35px 15px 0;
}

.blog-posts .bpost .post-head > [data-role="title"],
.blog-posts .bpost .post-head > [data-role="title"] a {
    color: #2B2D30;
}

.blog-posts .bpost .post-head > [data-role="title"] a:hover {
    color: #FE6060;
    text-decoration: none;
}

.blog-posts .bpost.col2 .post-head > [data-role="title"] {
    font-size: 24px;
}

.blog-posts .bpost.col3 .post-head > [data-role="title"] {
    font-size: 20px;
}

.blog-posts .bpost.col4 .post-head > [data-role="title"] {
    font-size: 16px;
}

.blog-posts .bpost.col5 .post-head > [data-role="title"] {
    font-size: 14px;
}

.blog-posts .bpost .post-head .date {
    font-size: 15px;
    color: #FE6060;
    float: right;
    width: 30px;
    line-height: 1;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.blog-posts .bpost .post-head .date strong {
    font-size: 25px;
    display: block;
}

.blog-posts .bpost .post-details {
    font-size: 12px;
    color: #A2A2A2;
    font-style: italic;
    line-height: 1.6;
    margin: 15px 0;
}

.blog-posts .bpost .post-details a {
    color: #808080;
}

.blog-posts .bpost .post-content {
    color: #777;
    margin-bottom: 20px;
}

.blog-posts .bpost .readmore-btn {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}

/* Blog Post Widget Style for latest news*/
.bpost.bp-widget .post-head {
    margin-bottom: 20px;
}

.bpost.bp-widget .post-head .post-image {
    margin-bottom: 15px;
}

.bpost.bp-widget [data-role="category"] a {
    color: #C1C1C1;
    text-decoration: none;
}

.bpost.bp-widget [data-role="title"] {
    margin: 10px 0 15px;
}

.bpost.bp-widget [data-role="title"],
.bpost.bp-widget [data-role="title"] a {
    color: #45474D;
}

.bpost.bp-widget [data-role="title"] a:hover {
    color: #FE6060;
    text-decoration: none;
}

.bpost.bp-widget .post-content,
.bpost.bp-widget .post-details,
.bpost.bp-widget .post-details a {
    color: #888;
}

.bpost.bp-widget .post-details {
    margin-bottom: 20px;
    font-size: 13px;
    font-style: normal;
}

.bpost.bp-widget .post-details a:hover {
    color: #FE6060;
    text-decoration: none;
}

/* EventBox */
.eventbox {
    background: #F4F4F4;
    color: #45474D;
}

.eventbox .vs-icon {
    color: #C8C9CA;
}

.eventbox .eventdate {
    font-size: 14px;
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.eventbox .eventdate::before,
.eventbox .eventdate::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 1px;
    background: #D1D1D3;
    margin-left: -26px;
}

.eventbox .eventdate::after {
    top: auto;
    bottom: 0;
}

.eventbox .eventdate > .date {
    display: block;
}

.eventbox .eventpic {
    margin-top: 40px;
    position: relative;
}

.eventbox .eventpic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border: 12px solid rgba(0, 0, 0, 0);
    border-top-color: #F4F4F4;
    margin-left: -6px;
    z-index: 1;
}

.eventbox .eventpic img {
    position: relative;
    z-index: 0;
}

.eventbox .eventpic .btn {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 20%;
    right: 20%;
}


/* PORTFOLIO */

/* Portfolio Item */
.hg-portfolio-item {
    position: relative;
}

.portfolio-item-title {
    text-transform: uppercase;
    color: #4D4D4D;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

.portfolio-item-desc {
    margin-bottom: 30px
}

.portfolio-item-desc-inner {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.portfolio-item-desc-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0, #FBFBFB 100%);
}

.portfolio-item-more-toggle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
}

.portfolio-item-more-toggle .fas {
    font-size: 11px;
    margin-right: 4px;
}

.portfolio-item-more-toggle:after {
    content: attr(data-more-text);
}

/* when opened */
.portfolio-item-desc.is-opened .portfolio-item-desc-inner {
    max-height: none;
    overflow: hidden;
}

.portfolio-item-desc.is-opened .portfolio-item-desc-inner:after {
    display: none;
}

.portfolio-item-desc.is-opened .portfolio-item-more-toggle:after {
    content: attr(data-less-text);
}

.portfolio-item-desc.is-opened .portfolio-item-more-toggle .fas:before {
    content: "\f077";
    font-weight: 900;
}

/* no-toggle */
.portfolio-item-desc.no-toggle .portfolio-item-desc-inner {
    max-height: none;
    overflow: hidden;
}

.portfolio-item-desc.no-toggle .portfolio-item-more-toggle {
    display: none;
}

.portfolio-item-desc.no-toggle .portfolio-item-desc-inner:after {
    display: none;
}

/* when in affix */
.portfolio-item-content.affixcontent .portfolio-item-desc.is-opened:not(.no-toggle) .portfolio-item-desc-inner {
    max-height: 35vh;
    overflow: auto;
}

/* details */
.portfolio-item-details {
    margin: 0 0 40px;
    list-style: none;
    padding: 0;
}

.portfolio-item-details li {
    margin-bottom: 15px;
}

.portfolio-item-details-label {
    min-width: 100px;
    font-weight: 300;
    color: #ABABAB;
    float: left;
}

.portfolio-item-details-item {
    float: left;
    overflow: hidden;
}

/* Other details */
.portfolio-item-otherdetails {
    margin-bottom: 30px;
}

.portfolio-item-livelink {
    display: inline-block;
    margin-top: 5px;
}

.portfolio-item-share {
    display: block;
    margin-bottom: 30px;
}

.portfolio-item-share:before {
    content: attr(data-share-title);
    font-size: 12px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    color: #8A8A8A;
}

.portfolio-item-share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border-color: #E2E2E2;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border: 0;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    line-height: 30px;
}

.portfolio-item-share a:hover {
    color: #FFF;
}

.portfolio-item-share .portfolio-item-share-twitter {
    font-size: 13px;
}

.portfolio-item-share-twitter:hover {
    background: #55ACEE;
}

.portfolio-item-share-facebook:hover {
    background: #3B5998;
}

.portfolio-item-share-gplus:hover {
    background: #CC3732;
}

.portfolio-item-share-pinterest:hover {
    background: #CC2127;
}

.portfolio-item-share-mail:hover {
    background: #565656;
}

/* Right part */
.hg-portfolio-item .portfolio-item-right {
    margin-bottom: 20px;
}

.portfolio-item {
    margin-bottom: 50px;
}

/* Affixed Portfolio content */
.portfolio-item-content.affixcontent {
    transition: top .2s ease-out;
    -webkit-backface-visibility: hidden;
}

/* MQ's */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-title.portfolio-item-title {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .portfolio-item-content.pinned {
        top: 60px !important;
    }
}

@media (max-width: 991px) {
    .portfolio-item-content.affixcontent {
        position: static !important;
    }

    .page-title.portfolio-item-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .portfolio-item-details-label {
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .portfolio-item-details-item {
        float: none;
        display: block;
    }

    .portfolio-item-livelink {
        margin-top: 15px;
    }

    .portfolio-item-details {
        margin: 0 0 20px;
    }
}

.portfolio-row {
    margin-bottom: 40px;
}

/* Overlay */
.kl-has-overlay .img-intro {
    position: relative;
    z-index: 0;
}

.kl-has-overlay .img-intro > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.kl-has-overlay .img-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(31, 34, 37, 0.25);
    transition: all .3s ease-in-out;
}

.kl-has-overlay .img-intro:hover .overlay {
    opacity: 1;
    visibility: visible;
    box-shadow: inset 0 -8px 0 0 #CD2122;
}

.hg-portfolio-carousel .kl-has-overlay .img-intro:hover .overlay {
    box-shadow: none;
}

.kl-has-overlay .img-intro .overlay-inner {
    position: relative;
    text-align: center;
    top: 50%;
    backface-visibility: hidden;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out;
}

.kl-has-overlay .img-intro .overlay-inner > span {
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 2px solid #FFF;
    display: inline-block;
    border-radius: 50%;
    transform: scale(.9);
    transition: transform .3s ease-in-out;
}

.kl-has-overlay .img-intro:hover .overlay-inner > span {
    transform: scale(1);
}

.portfolio-entry .title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px;
}

.portfolio-entry .pt-cat-desc {
    font-size: 0.9rem;
    line-height: 1.8;
}

.hg-portfolio-carousel .portfolio-item:before,
.hg-portfolio-carousel .portfolio-item:after {
    content: " ";
    display: table;
}

.hg-portfolio-carousel .portfolio-item:after {
    clear: both;
}

.hg-portfolio-carousel .portfolio-item {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #EBEBEB;
}

.hg-portfolio-carousel .portfolio-item:last-child {
    padding-bottom: 0;
    margin-bottom: 50px;
    border: 0;
}

.hg-portfolio-carousel .pt-content-title {
    margin-bottom: 30px;
    margin-top: 20px;
}

.hg-portfolio-carousel .pt-cat-desc {
    margin-bottom: 30px;
}

.hg-portfolio-carousel .portfolio-item-details {
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.pt-itemlinks {
    margin-bottom: 20px;
}

.pt-itemlinks .btn:first-child {
    margin-right: 10px;
}


/* SORTABLE PORTFOLIO */
.hg-portfolio-sortable h1.title {
    font-weight: bold;
}

.hg-portfolio-sortable #sorting {
    float: right;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #888;
    border-radius: 2px;
    margin-top: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hg-portfolio-sortable #sorting ul {
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 0;
    list-style: none;
}

.hg-portfolio-sortable #sort-direction {
    margin-right: 0 !important;
}

.hg-portfolio-sortable #sorting ul li {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 0;
}

.hg-portfolio-sortable #sorting ul li a {
    color: #B7B7B7;
    line-height: 1;
}

.hg-portfolio-sortable #sorting ul li a.selected {
    color: #131313
}

.hg-portfolio-sortable #sorting .sortTitle {
    line-height: 1;
}

.hg-portfolio-sortable #portfolio-nav {
    margin: 5px 0 40px;
    padding: 0;
    list-style: none;
    float: left;
}

.hg-portfolio-sortable #portfolio-nav li {
    display: inline-block;
}

.hg-portfolio-sortable #portfolio-nav li a {
    background: #FFF;
    color: #000;
    padding: 15px;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 0;
    transition: all .2s ease-in-out;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.hg-portfolio-sortable #portfolio-nav li a:hover,
.hg-portfolio-sortable #portfolio-nav li.current a {
    background: #CD2122;
    color: #FFF;
}

.hg-portfolio-sortable li.kl-has-overlay .img-intro:hover .overlay {
    box-shadow: none
}

.portfolio-item .img-intro img, .hg-portfolio-sortable .item .img-intro img {
    width: 100%;
}

.hg-portfolio-sortable ul#thumbs {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.hg-portfolio-sortable ul#thumbs li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.hg-portfolio-sortable ul#thumbs[data-columns="2"] li {
    width: 50%;
}

.hg-portfolio-sortable ul#thumbs[data-columns="3"] li {
    width: 33.333%;
}

.hg-portfolio-sortable ul#thumbs[data-columns="4"] li {
    width: 25%;
}

.hg-portfolio-sortable ul#thumbs[data-columns="5"] li {
    width: 20%;
}

.hg-portfolio-sortable ul#thumbs li .inner-item {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    background: #FFF;
    transition: all .3s ease;
    opacity: 0.9;
}

.hg-portfolio-sortable ul#thumbs li .inner-item:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    opacity: 1;
}

.hg-portfolio-sortable ul#thumbs li .inner-item h4 {
    display: block;
    line-height: 1.6;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0;
    padding: 15px
}

.hg-portfolio-sortable ul#thumbs li .inner-item .moduleDesc {
    font-size: 0.85rem;
    color: #777;
    padding: 0 15px 15px;
    margin: 15px 0 0;
    display: block;
}

.hg-portfolio-sortable ul#thumbs li .inner-item .moduleDesc p {
    margin-bottom: 10px;
}

.hg-portfolio-sortable ul#thumbs li.isotope-item {
    z-index: 2;
}

.hg-portfolio-sortable ul#thumbs li.isotope-hidden {
    z-index: 1;
}

.hg-portfolio-sortable .inner-item iframe {
    display: block;
}


/* portfolio Category */
.zn_portfolio_category.ptfcat-one-col > .row {
    margin-bottom: 50px;
}


/* Services Boxes */
.services_box--classic .services_box__inner {
    margin-bottom: 30px
}

.services_box--classic .services_box__content {
    overflow: hidden;
}

.services_box--classic .services_box__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #CD2122;
    margin: 15px 0;
    vertical-align: middle;
}

.services_box--classic .services_box__icon {
    float: left;
    width: 80px;
    line-height: 80px;
    color: #FFF;
    background: #646464;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    height: 80px;
    transition: background .15s ease-out;
    position: relative;
}

.services_box--classic:hover .services_box__icon {
    background: #CD2122;
}

.services_box--classic .services_box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services_box--classic .services_box__list li::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 900;
    margin-right: 10px;
    color: #868686;
    top: 0;
    vertical-align: middle;
    transition: color .15s;
}

.services_box--classic .services_box__list li:hover::before {
    color: #454545;
}

.services_box--classic .services_box__list-text {
    vertical-align: middle;
}

/* image */
.services_box--classic .services_box__iconimg {
    max-width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .15s ease-out;
}

.services_box--classic .services_box__iconimg-hover {
    opacity: 0;
}

.services_box--classic:hover .sb--hashover .services_box__iconimg-main {
    opacity: 0;
}

.services_box--classic:hover .services_box__iconimg-hover {
    opacity: 1;
}

/* icon */
.services_box--classic .services_box__fonticon {
    color: #FFF;
    font-size: 30px;
    line-height: 82px;
    transition: color .2s ease-out .1s;
}

.services_box--classic:hover .services_box__fonticon {
    color: #FFF;
}

/* Modern Services Boxes */
.services_box--modern .services_box__inner {
    margin-bottom: 30px;
    position: relative;
}

.services_box--modern .services_box__title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    color: #424242;
    margin: 15px 0;
    vertical-align: middle;
}

.services_box--modern .services_box__icon {
    float: left;
    width: 80px;
    line-height: 80px;
    box-shadow: inset 0 0 0 2px #CD2122;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    height: 80px;
    transition: all .15s ease-out;
}

.services_box--modern:hover .services_box__icon {
    box-shadow: inset 0 0 0 40px #CD2122;
}

.services_box--modern .services_box__icon-inner {
    position: relative;
    height: 100%;
}

.services_box--modern .services_box__icon:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 40px;
    height: calc(100% - 60px);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
}

/* image */
.services_box--modern .services_box__iconimg {
    max-width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .15s ease-out;
}

.services_box--modern .services_box__iconimg-hover {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all .15s ease-out
}

.services_box--modern:hover .sb--hashover .services_box__iconimg-main {
    opacity: 0;
}

.services_box--modern:hover .services_box__iconimg-hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

/* icon */
.services_box--modern .services_box__fonticon {
    color: #CD2122;
    font-size: 40px;
    line-height: 83px;
    transition: color .2s ease-out .1s;
}

.services_box--modern:hover .services_box__fonticon {
    color: #FFF;
}

/* list */
.services_box--modern .services_box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services_box--modern .services_box__list li {
    position: relative;
}

.services_box--modern .services_box__list li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 38px;
    top: 9px;
    border-radius: 50%;
    display: block;
    background-color: #FFF;
    box-shadow: 0 0 0 2px #CD2122;
    transition: all .15s
}

.services_box--modern .services_box__list li:hover:before {
    box-shadow: 0 0 0 3px #CD2122;
}

.services_box--modern .services_box__list-text {
    vertical-align: middle;
}

.services_box--modern.sb--hasicon .services_box__title {
    margin-left: 100px;
}

.services_box--modern.sb--hasicon .services_box__desc {
    margin-left: 100px;
}

.services_box--modern.sb--hasicon .services_box__list li {
    padding-left: 100px;
    padding-bottom: 15px;
}


/* Boxed Services Boxes */
.services_box--boxed {
    padding: 30px;
    background: #EEE;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    z-index: 1;
}

.services_box--boxed:hover {
    z-index: 2;
}

.services_box--boxed .services_box__inner {
    position: relative;
}

.services_box--boxed .services_box__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #424242;
    margin: 0 0 15px;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.services_box--boxed .services_box__desc {
    z-index: 2;
    position: relative;
}

.services_box--boxed .services_box__icon {
    max-height: 80px;
    position: relative;
    z-index: 2;
    min-height: 50px;
}

/* image */
.services_box--boxed .services_box__iconimg {
    transition: opacity .2s ease-out;
}

.services_box--boxed .services_box__iconimg-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {
    opacity: 0;
}

.services_box--boxed:hover .services_box__iconimg-hover {
    opacity: 1
}

/* icon */
.services_box--boxed .services_box__fonticon {
    color: #CD2122;
    font-size: 50px;
    transition: color .2s ease-out .1s;
}

.services_box--boxed:hover .services_box__fonticon {
    color: #454545;
}

/* list */
.services_box--boxed .services_box__list-wrapper {
    position: absolute;
    width: 100%;
    top: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
}

.services_box--boxed:hover .services_box__list-wrapper {
    opacity: 1;
    visibility: visible;
}

.services_box--boxed .services_box__list-bg {
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: -30px;
    border-radius: 5px;
}

.services_box--boxed .services_box__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 250px;
    z-index: 1;
    position: relative;
}

.services_box--boxed .services_box__list li {
    position: relative;
    line-height: 26px;
    padding: 10px 0;
    border-top: 1px solid #EEE;
    color: #CD2122;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out;
}

.services_box--boxed .services_box__list li:nth-child(1) {
    transform: translateY(10px);
    transition-delay: 0.025s;
}

.services_box--boxed .services_box__list li:nth-child(2) {
    transform: translateY(20px);
    transition-delay: 0.05s;
}

.services_box--boxed .services_box__list li:nth-child(3) {
    transform: translateY(30px);
    transition-delay: 0.075s;
}

.services_box--boxed .services_box__list li:nth-child(4) {
    transform: translateY(40px);
    transition-delay: 0.1s;
}

.services_box--boxed .services_box__list li:nth-child(5) {
    transform: translateY(50px);
    transition-delay: 0.125s;
}

.services_box--boxed .services_box__list li:nth-child(6) {
    transform: translateY(60px);
    transition-delay: 0.15s;
}

.services_box--boxed .services_box__list li:nth-child(7) {
    transform: translateY(70px);
    transition-delay: 0.175s;
}

.services_box--boxed .services_box__list li:nth-child(8) {
    transform: translateY(80px);
    transition-delay: 0.2s;
}

.services_box--boxed .services_box__list li:nth-child(9) {
    transform: translateY(90px);
    transition-delay: 0.225s;
}

.services_box--boxed .services_box__list li:nth-child(10) {
    transform: translateY(100px);
    transition-delay: 0.25s;
}

.services_box--boxed:hover .services_box__list li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* CIRCLE HOVER */
.circlehover {
    width: 130px;
    height: 130px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 10px;
    display: table;
    line-height: 1.4;
    background-color: #CD2122;
    position: relative;
    font-weight: 300;
    border-radius: 50%;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.circlehover[data-size="small"] {
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding: 8px;
}

.circlehover[data-size="medium"] {
    width: 95px;
    height: 95px;
    font-size: 16px;
    padding: 10px;
}

.circlehover > span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.circlehover:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    background: #CD2122;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.circlehover[data-position="top-left"]:before {
    top: 7px;
    left: 7px;
}

.circlehover[data-position="top-right"]:before {
    top: 7px;
    right: 7px;
    left: auto;
}

.circlehover[data-position="bottom-left"]:before {
    bottom: 7px;
    left: 7px;
    top: auto;
}

.circlehover[data-position="bottom-right"]:before {
    bottom: 7px;
    right: 7px;
    left: auto;
    top: auto;
}

.circlehover[data-position="top"]:before,
.circlehover[data-position="right"]:before,
.circlehover[data-position="left"]:before,
.circlehover[data-position="bottom"]:before {
    transform: rotate(45deg);
}

.circlehover[data-position="top"]:before {
    top: -10px;
    left: 50%;
    margin-left: -15px;
}

.circlehover[data-position="right"]:before {
    top: 50%;
    right: -10px;
    left: auto;
    margin-top: -15px;
}

.circlehover[data-position="left"]:before {
    top: 50%;
    left: -10px;
    margin-top: -15px;
}

.circlehover[data-position="bottom"]:before {
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}

.circlehover[data-position="bottom-right"] {
    box-shadow: -3px -3px 1px rgba(0, 0, 0, 0.5);
}

.circlehover:hover {
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.circlehover[data-position="bottom-right"]:hover {
    box-shadow: -5px -5px 1px rgba(0, 0, 0, 0.5);
}

.circlehover[data-align="left"] {
    float: left;
}

.circlehover[data-align="right"] {
    float: right;
}

.circlehover {
    transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.circlehover.with-symbol > span.symbol {
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 130px;
}

.circlehover.with-symbol:hover > span.text {
    opacity: 0;
}

.circlehover.with-symbol:hover > span.symbol {
    opacity: 1;
}

.call-out-banner .m_title {
    font-size: 28px;
    position: relative;
    margin-top: 20px;
    text-transform: none;
}

.call-out-banner .m_title:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #DDD;
    top: -20px;
    left: 0;
}


/* Callout Banner */
.callout-banner {
    margin-bottom: 40px;
    margin-top: 20px;
}

.callout-banner .m_title {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    position: relative;
    padding-top: 20px;
    margin-top: 0;
}

.callout-banner .m_title strong {
    font-weight: 600;
}

.callout-banner .m_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #000;
    opacity: 0.1;
}


/* Callout Banner style 2 */
.circlehover.style2 {
    width: 100%;
    height: 75px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    display: table;
    line-height: 1.3;
    background-color: #CD2122;
    position: relative;
    font-weight: 300;
    text-shadow: none;
    border-radius: 4px;
    box-shadow: none;
}

.circlehover.style2:before {
    content: '';
    position: absolute;
    background-color: #CD2122;
    width: 100%;
    height: 100%;
    top: initial;
    bottom: -4px;
    left: 0;
    border-radius: 3px;
    transform: skewY(3deg);
    z-index: 1;
}

.circlehover.style2:after {
    content: '';
    position: absolute;
    background-color: #DCDCDC;
    width: 90%;
    height: 16px;
    top: initial;
    bottom: -9px;
    left: 11px;
    border-radius: 3px;
    transform: skewY(-3deg);
}

.circlehover.style2.with-symbol > span.symbol {
    line-height: 73px;
}

.circlehover.style2.with-symbol > span.symbol img {
    max-height: 48px;
}

/* Callout Banner style 3 */
.circlehover.style3 {
    width: 150px;
    height: 150px;
    box-shadow: none;
}

.circlehover.style3:before {
    left: 3px;
    top: inherit;
    bottom: 25px;
    transform: skewY(-28deg) rotate(27deg);
}

.circlehover.style3 .text {
    background: #000;
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 15px;
    right: -23px;
    min-width: 100px;
    padding: 3px 10px;
    font-style: italic;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
}

.circlehover.style3.with-symbol > span.symbol {
    line-height: 150px;
}

.triangle {
    display: none;
}

.circlehover.style3 .triangle {
    display: block;
    position: absolute;
    left: 72px;
    transform: rotate(90deg);
    top: 65px;
}

.circlehover.style3 .play-icon {
    display: block;
    background-color: #FFF;
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
    position: relative;
    text-align: left;
}

.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.circlehover.style3 .play-icon,
.circlehover.style3 .play-icon:before,
.circlehover.style3 .play-icon:after {
    width: 16px;
    height: 16px;
    border-top-right-radius: 30%;
}

.circlehover.style3 .play-icon {
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.circlehover.style3 .play-icon:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.circlehover.style3 .play-icon:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.circlehover.style3:hover .triangle {
    display: none;
}

/* team members */
.team_member {
    background: #FFF;
    padding: 0 0 5px;
    position: relative;
}

.team_member:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.team_member .details {
    padding: 0 20px 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #FFF;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out;
    font-size: 0.9rem;
}

.team_member:hover .details {
    opacity: 1;
    visibility: visible;
}

.team_member:hover {
    z-index: 2;
}

.team_member img {
    width: 100%;
}

.team_member > h4,
.team_member > h6 {
    padding: 10px 20px 0 20px;
}

.team_member .details .social-icons {
    padding: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.team_member .details .social-icons li {
    margin: 0 4px;
}

.team_member .details .social-icons li:first-child {
    margin-left: 0;
}

.team_member .details {
    width: 100%;
}

.sctb-icon-nocolor {
    background-color: #121212;
}


/* Latest Posts Default */
.latest_posts.default-style .hoverBorder {
    margin-bottom: 10px;
}

.latest_posts.default-style .hoverBorder h6 {
    position: absolute;
    left: -10px;
    bottom: 16px;
    color: #FFF;
    padding: 11px 14px;
    background: #CD2122;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    border-radius: 2px;
}

.latest_posts.default-style .hoverBorder:hover h6 {
    left: 15px;
    background: #FFF;
    color: #CD2122;
}

.latest_posts.default-style a + em {
    font-size: 0.9rem;
    color: #7D7D7D;
}

.latest_posts.default-style .post {
    margin-bottom: 30px;
}

.latest_posts.default-style .post .m_title {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 10px;
}

.latest_posts.default-style .post em {
    display: block;
}

.latest_posts.default-style img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

/* latest posts default style - style 2 */
.latest_posts.default-style.kl-style-2 .lp-title {
    background-color: #CD2122;
    height: 120px;
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    margin: 0 0 20px;
}

.latest_posts.default-style.kl-style-2 .lp-title .m_title {
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.latest_posts.default-style.kl-style-2 .post {
    position: relative;
    margin-bottom: 20px;
}

.latest_posts.default-style.kl-style-2 .post-details {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
}

.latest_posts.default-style.kl-style-2 .m_title a {
    color: #FFF;
    text-shadow: none;
    font-style: normal;
    margin-bottom: 5px;
}

.latest_posts.default-style.kl-style-2 .post-details em {
    font-style: normal;
    color: #D6D6D6;
    font-size: 0.7rem;
}

.latest_posts.default-style.kl-style-2 .post-details em a {
    color: #FFF;
}

.latest_posts.default-style.kl-style-2 .m_title {
    position: relative;
    margin: 0 0 20px;
}

.latest_posts.default-style.kl-style-2 .post:not(.lp-title) .m_title:after {
    position: absolute;
    content: '';
    width: 88px;
    height: 3px;
    background-color: #CD2122;
    left: 0;
    bottom: -10px;
    transition: width .25s ease-in-out;
}

.latest_posts.default-style.kl-style-2 .post:not(.lp-title):hover .m_title:after {
    width: 160px;
}

.latest_posts.default-style.kl-style-2 .theHoverBorder {
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: none;
    border-radius: 0;
    transition: opacity .25s ease-in-out;
}

.latest_posts.default-style.kl-style-2 .hoverBorderWrapper img {
    border-radius: 0;
    backface-visibility: hidden;
    width: 100%;
}

.latest_posts.default-style.kl-style-2 .hoverBorder {
    margin: 0;
}

.latest_posts.default-style.kl-style-2 .hoverBorder:hover img {
    opacity: 1;
}

.latest_posts.default-style.kl-style-2 .post:hover .theHoverBorder {
    opacity: 0;
}


.latest_posts.style2 {
    background-color: #FFF;
    position: relative;
    padding: 30px 30px 10px 30px
}

.latest_posts.style2 .m_title {
    margin-bottom: 20px;
}

.latest_posts.style2 .viewall {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #757575;
}

.latest_posts.style2 .viewall:hover {
    color: #111;
}

.latest_posts.style2 ul.posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_posts.style2 ul.posts li {
    margin-top: 25px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
}

.latest_posts.style2 ul.posts li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.latest_posts.style2 ul.posts .title {
    font-size: 1rem;
    font-weight: 700;
    color: #CD2122;
    line-height: 1.6;
    vertical-align: middle;
}

.latest_posts.style2 ul.posts .details {
    float: left;
    width: 110px;
}

.latest_posts.style2 ul.posts .details > span {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 0.8rem;
}

.latest_posts.style2 ul.posts .details span.date {
    background: #CD2122;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    margin: 0 0 5px;
    position: relative;
}

.latest_posts.style2 ul.posts .details span.date:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 10px;
    border: 4px solid transparent;
    border-top-color: #CD2122;
}

.latest_posts.style2 ul.posts .text {
    margin-left: 110px;
}

.latest_posts.style2 ul.posts .details > span.cat {
    display: block;
}

.latest_posts.style3 {
    position: relative;
}

.latest_posts.style3 .m_title {
    margin-bottom: 20px;
}

.latest_posts.style3 .hoverBorder {
    margin-right: 20px;
    margin-top: 5px;
    float: left;
    margin-bottom: 50px;
}

.latest_posts.style3 .viewall {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
}

.latest_posts.style3 .viewall:hover {
    color: #111;
}

.latest_posts.style3 ul.posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_posts.style3 ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.latest_posts.style3 ul.posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.latest_posts.style3 ul.posts .title {
    font-size: 0.95rem;
    margin: 0 0 5px;
    font-weight: 600;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
}

.lp-post .hoverBorder ~ .text,
.lp-post .hoverBorder ~ .lp-post-comments-num {
    margin-left: 74px;
}

.lp-post .lp-post-comments-num {
    color: #BABABA
}

.lp-post .hoverBorder + .title {
    overflow: hidden;
}

.widget .latest_posts ul li.lp-post .hoverBorder {
    margin-bottom: 0;
}

/* Latest Posts - Accordion Style */
.latest_posts-acc {
    position: relative;
}

.latest_posts-acc-elm-title {
    position: absolute;
    top: 14px;
    z-index: 1;
    margin: 0;
}

.latest_posts-acc-viewall {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
    z-index: 1;
}

.latest_posts-acc-item,
.latest_posts-acc-inner,
.latest_posts-acc-link {
    transition: width 0.2s ease-in-out 0.2s;
}

.latest_posts-acc-wrapper {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}

.latest_posts-acc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.latest_posts-acc-item {
    width: calc(25% - 20px);
    padding-top: 50px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-top: 4px solid #E7E7E7;
}

.latestposts--dark .latest_posts-acc-item {
    border-top-color: #323232;
}

.latest_posts-acc-inner,
.latest_posts-acc-item:hover ~ .latest_posts-acc-item > .latest_posts-acc-inner {
    width: calc(200% + 40px);
}

.latest_posts-acc-item:hover > .latest_posts-acc-inner,
.latest_posts-acc-item.last > .latest_posts-acc-inner {
    width: 100%;
}

.latest_posts-acc-link {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    opacity: .8;
}

.latest_posts-acc-item.last,
.latest_posts-acc-item:hover:not(.last) {
    width: 50%;
}

.latest_posts-acc-item:hover ~ .latest_posts-acc-item {
    width: calc(25% - 20px);
}

.latest_posts-acc-item:hover .latest_posts-acc-link {
    opacity: 1;
}

.latest_posts-acc-item.last {
    margin-right: 0;
}

.latest_posts-acc-details {
    font-size: 0.8rem;
}

.latest_posts-acc-title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 10px 0;
}

.latest_posts-acc-text {
    font-size: 0.85rem;
    line-height: 1.6;
}

.latest_posts-acc-more {
    font-size: 0.7rem;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}


/** Devices Images Element */
.el-devimages--ltr {
    direction: ltr;
}

.el-devimages__laptop {
    position: relative;
    width: 1160px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.el-devimages__laptop-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.el-devimages--type-img .el-devimages__laptop {
    height: 670px;
    background-image: url(/images/devices/macbook.png);
}

.el-devimages--type-img .el-devimages__laptop-img {
    left: 14%;
    top: 7.6%;
    bottom: 13.3%;
    right: 13.9%;
}

.el-devimages--type-vector .el-devimages__laptop {
    height: 600px;
    background-image: url(/images/devices/macbook-air.svg);
}

.el-devimages--type-vector .el-devimages__laptop-img {
    left: 16.6%;
    top: 6.3%;
    bottom: 11.8%;
    right: 16.6%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
}

.el-devimages__smartphone {
    position: absolute;
    width: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -20px;
    left: 70px;
}

.el-devimages__smartphone-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

/*.el-devimages--type-img .el-devimages__smartphone {
    height: 403px;
    width: 245px;
    background-image: url(/images/devices/iphone6.png);
}*/

.el-devimages--type-img .el-devimages__smartphone-img {
    left: 15.9%;
    top: 11.6%;
    bottom: 13.8%;
    right: 14.8%;
}

.el-devimages--type-vector .el-devimages__smartphone-img {
    left: 7.2%;
    top: 14%;
    bottom: 11.7%;
    right: 7.3%;
}

/* Frame */
.el-devimages__frame {
    position: relative;
    width: 1160px;
    height: 520px;
    padding-top: 30px;
    padding-bottom: 5px;
    border-radius: 4px 4px 0 0;
    background-color: #FDAF14;
    border: 2px solid #FFF;
    box-shadow: 0 10px 13px -10px rgba(0, 0, 0, 0.3);
}

/*
.el-devimages__frame:before {content: ""; position: absolute; top: 12px; margin-top: 0; left: 25px; display: block; background: #5D73AB;
	border-radius: 30px; width: 7px; height: 7px; box-shadow: -12px 0 0 #ababab,12px 0 0 #ababab; }
*/
.el-devimages__frame-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 30px;
    bottom: 5px;
    right: 0;
}

/* Right to left */
.el-devimages--rtl {
    direction: rtl;
}

.el-devimages--rtl.el-devimages--type-img .el-devimages__smartphone {
    left: auto;
    right: 70px;
}

.el-devimages--rtl.el-devimages--type-vector .el-devimages__smartphone {
    left: auto;
    right: 110px;
}

.el-devimages--rtl .el-devimages__frame:before {
    left: auto;
    right: 25px;
}

/* Center */
.el-devimages--center .el-devimages__frame {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}


/* Tablets devices Animation */
.tablet-device {
    display: block;
    position: relative;
    margin: 0 -10.8%;
    opacity: 0;
    overflow: hidden;
    transition: transform .3s ease-out, opacity .3s ease-out;
}

.tablet-device::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #636363;
    border-radius: 8px;
    left: 50%;
    top: 6%;
    margin-left: -4px;
    border: 2px solid #FFF;
}

/*.tablet-device.has-glare::after {
    content: '';
    position: absolute;
    width: 424px;
    height: 463px;
    background-image: url(/images/glare-effect.png);
    left: 50%;
    top: 0;
    margin-left: -30px;
}*/

.tablet-device.black-tablet::before {
    background: #3F3F3F;
    border: 2px solid #686868;
}

.tablet-device img {
    padding: 14.4% 12% 0;
    border-radius: 20px 20px 0 0;
    background: #F2F2F2;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.78);
}

.tablet-device.black-tablet img {
    background: #000;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.78);
}

.tablet-device.tb-left {
    transform: scale(.9) translateX(20px) translateY(200px);
    transform-origin: 100% 100%;
    transition-delay: .1s;
}

.tablet-device.tb-right {
    transform: scale(.9) translateX(-20px) translateY(200px);
    transform-origin: 0 100%;
    transition-delay: .2s;
}

.tablet-device.tb-center {
    margin: -8.9% -14.9% 0;
    z-index: 1;
    transform: translateY(200px);
}

.started .tablet-device.tb-left,
.touch .tablet-device.tb-left {
    transform: scale(.9) translateX(20px) translateY(0);
    opacity: 1;
}

.started .tablet-device.tb-right,
.touch .tablet-device.tb-right {
    transform: scale(.9) translateX(-20px) translateY(0);
    opacity: 1;
}

.started .tablet-device.tb-center,
.touch .tablet-device.tb-center {
    transform: translateY(0);
    opacity: 1;
}


/*** SearcBox Element */
.elm-searchbox__form {
    border-radius: 4px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    position: relative;
}

.elm-searchbox__input,
.elm-searchbox__submit {
    height: 50px;
    float: left;
    border: 0;
    vertical-align: middle;
    outline: none;
    margin: 0;
    top: 0;
}

.elm-searchbox__input {
    width: calc(100% - 130px);
    background: #FFF;
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    transition: padding-left .15s ease-out;
}

.elm-searchbox__input:focus {
    padding-left: 30px;
}

.elm-searchbox__submit {
    width: 130px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.elm-searchbox__submit:not(.glyphicon) {
    font-size: 14px;
    font-weight: 600;
}

/* Normal Style */
.elm-searchbox--normal .elm-searchbox__submit {
    color: #FFF;
    background-color: #CD2122;
}

.elm-searchbox--normal .elm-searchbox__submit:hover {
    background-color: #000;
}

/* Normal with transparent button */
.elm-searchbox--normal2 .elm-searchbox__submit {
    color: #999;
    background-color: #FFF;
    position: relative;
}

.elm-searchbox--normal2 .elm-searchbox__submit:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 86%;
    top: 7%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1)
}

.elm-searchbox--normal2 .elm-searchbox__submit:hover {
    color: #767676;
}

/* Transparent */
.elm-searchbox--transparent .elm-searchbox__input {
    border: 1px solid rgba(255, 255, 255, .7);
    border-right: 0;
    background: rgba(255, 255, 255, .3);
    color: #FFF;
}

.elm-searchbox--transparent .elm-searchbox__input::-webkit-input-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent .elm-searchbox__input:-moz-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent .elm-searchbox__input::-moz-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent .elm-searchbox__input:-ms-input-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent .elm-searchbox__submit {
    color: #FFF;
    background-color: #CD2122;
}

.elm-searchbox--transparent .elm-searchbox__submit:hover {
    background-color: #000;
}

/* Transparent with transparent button */
.elm-searchbox--transparent2 .elm-searchbox__input {
    border: 1px solid rgba(255, 255, 255, .7);
    border-right: 0;
    background: rgba(255, 255, 255, .1);
    color: #FFF;
}

.elm-searchbox--transparent2 .elm-searchbox__input::-webkit-input-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent2 .elm-searchbox__input:-moz-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent2 .elm-searchbox__input::-moz-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent2 .elm-searchbox__input:-ms-input-placeholder {
    color: #FFF;
}

.elm-searchbox--transparent2 .elm-searchbox__submit {
    color: #FFF;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .7);
    border-left: 0;
    position: relative;
    cursor: pointer;
}

.elm-searchbox--transparent2 .elm-searchbox__submit:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 86%;
    top: 7%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7)
}

.elm-searchbox--transparent2 .elm-searchbox__submit:hover {
    color: rgba(255, 255, 255, .8);
}

/* Typing effect */
.elm-searchbox__input-text {
    max-width: 400px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    padding-left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    line-height: 1.2;
    color: #595959;
    overflow: hidden;
    white-space: nowrap;
    animation: elm-searchbox__inputtext 4s steps(50, end);
}

.elm-searchbox__input-text:after {
    content: ' |';
    animation: blink 1s infinite;
}

.elm-searchbox__input:focus + .elm-searchbox__input-text {
    opacity: 0;
    visibility: hidden;
}

@keyframes elm-searchbox__inputtext {
    from {
        max-width: 0;
    }
}

@keyframes blink {
    to {
        opacity: .0;
    }
}

.elm-searchbox--transparent .elm-searchbox__input-text,
.elm-searchbox--transparent2 .elm-searchbox__input-text {
    color: #FFF;
}


/** Action Box **/
.action_box {
    padding: 40px 30px;
    color: #FFF;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    background-color: #CD2122;
    clear: both;
}

.action_box h4.text {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 0;
}

.action_box .ac-subtitle {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.action_box:after,
.action_box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -25%;
    border-radius: 3px;
    border: 8px solid transparent;
    border-top-width: 7px;
    border-top-color: #CD2122;
    z-index: 1;
}

.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {
    margin-left: -7px;
}

.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {
    margin-left: 25%;
}

/* Style 2 */
.action_box.style2 .action_box_content {
    display: block;
}

.action_box.style2 .ac-content-text,
.action_box.style2 .ac-buttons {
    display: block;
    text-align: center;
    padding-left: 0;
}

.action_box.style2 .ac-content-text {
    margin-bottom: 25px;
}

.action_box.style2 .ac-btn,
.action_box.style2 .ac-btn:last-child {
    display: inline-block;
}

/* Action Box style 3 */
.style3 .action_box_inner {
    background-color: #CD2122;
    position: relative;
    padding: 35px;
    border-radius: 6px;
    z-index: 1;
}

.style3 .action_box_inner:before {
    position: absolute;
    content: '';
    background-color: #CD2122;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}

.style3 .action_box_inner:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 30%;
    display: block;
    border-radius: 4px;
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}

.action_box.style3 {
    padding: 0;
    border-radius: 6px;
}

.action_box.style3:before {
    position: absolute;
    content: '';
    background-color: #CD2122;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    transform: skewY(35deg);
}

.action_box.style3:after {
    display: none;
}

.action_box .ac-btn {
    margin: 0;
    display: inline;
}

.action_box .ac-btn:last-child {
    margin-left: 15px;
}


/*** Big Social Block Element */
.bigsocialblock {
    display: flex;
    width: 100%;
}

.bigsocialblock__item {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 25px;
    text-align: right;
    transition: all .2s ease;
    flex: 1;
    -webkit-backface-visibility: hidden;
}

.bigsocialblock__link {
    display: block;
    width: 100%;
    height: 100%;
}

.bigsocialblock__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bigsocialblock__bg a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.bigsocialblock__title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 25px;
    bottom: 20px;
}

.bigsocialblock__count {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 25px;
    bottom: 40px;
}

.bigsocialblock__follow {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.bigsocialblock__count,
.bigsocialblock__follow {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
    transform: scale(.6);
}

.bigsocialblock__social-icon {
    position: absolute;
    color: #FFF;
    z-index: 1;
    font-size: 80px;
    border: solid 5px #FFF;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 140px;
    left: -21px;
    bottom: -30px;
    text-align: center;
    opacity: 0.5;
    transition: opacity .2s ease-out;
}

/* White */
.bsb--theme-light .bigsocialblock__title,
.bigsocialblock__item:hover .bigsocialblock__title,
.bsb--theme-light .bigsocialblock__count,
.bigsocialblock__item:hover .bigsocialblock__count,
.bsb--theme-light .bigsocialblock__follow,
.bigsocialblock__item:hover .bigsocialblock__follow {
    color: #FFF;
}

.bsb--theme-light .bigsocialblock__social-icon,
.bigsocialblock__item:hover .bigsocialblock__social-icon {
    color: #FFF;
    border-color: #FFF;
}

/* Dark */
.bsb--theme-dark .bigsocialblock__title,
.bsb--theme-dark .bigsocialblock__count,
.bsb--theme-dark .bigsocialblock__follow {
    color: #8A8A8A;
}

.bsb--theme-dark .bigsocialblock__social-icon {
    color: #8A8A8A;
    border-color: #8A8A8A;
}

/* Style 1 */
.bigsocialblock__item:hover {
    box-shadow: 0 6px 22px 4px rgba(0, 0, 0, .4);
    z-index: 1;
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__title {
    bottom: 70px;
}

.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style1 .bigsocialblock__item:hover .bigsocialblock__follow {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
}

.bigsocialblock__item:hover .bigsocialblock__social-icon {
    opacity: 1;
}

.bigsocialblock.type-chover .bigsocialblock__bg {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.bigsocialblock.type-chover .bigsocialblock__item:hover .bigsocialblock__bg {
    opacity: 1;
}

/* Style 2 */
.bigsocialblock--style2 .bigsocialblock__social-icon {
    font-size: 200px;
    width: 400px;
    height: 400px;
    line-height: 400px;
    left: -130px;
    bottom: -140px;
    border: solid 15px #FFF;
}

.bigsocialblock--style2 .bigsocialblock__item:hover {
    box-shadow: none;
}

.bigsocialblock--style2 .bigsocialblock__count {
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    z-index: 1;
    bottom: auto;
    right: auto;
}

.bigsocialblock--style2 .bigsocialblock__follow {
    color: #FFF;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: right;
    bottom: auto;
    right: auto;
}

.bigsocialblock--style2 .bigsocialblock__item:hover .bigsocialblock__count,
.bigsocialblock--style2 .bigsocialblock__item:hover .bigsocialblock__follow {
    opacity: 1;
    visibility: visible;
}

/* NO FLEXBOX */
.no-flexbox .bigsocialblock {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.no-flexbox .bigsocialblock__item {
    display: table-cell;
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 25px;
    text-align: right;
    transition: all .2s ease;
}

/* End big social element */


/* Circle Title text box */
.circle-text-box .wpk-circle-span {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #FFF;
    transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box .wpk-circle-span > span {
    position: relative;
    z-index: 1;
}

.circle-text-box .wpk-circle-span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #CD2122;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box .wpk-circle-span {
    float: left;
    margin-right: 20px;
}

.circle-text-box .wpk-circle-title {
    height: 55px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    color: #CD2122;
}

.circle-text-box .wpk-circle-span + .wpk-circle-title {
    overflow: hidden;
    line-height: 60px;
}

.circle-text-box.style1:hover .wpk-circle-span:after {
    transform: scale(1.2)
}

/* Circle Title text box - Style 2 */
.circle-text-box.style2 .wpk-circle-span::before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #CD2122;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
}

.circle-text-box.style2:hover .wpk-circle-span {
}

.circle-text-box.style2:hover .wpk-circle-span::before {
    transform: translate3d(5px, 5px, 0);
}

.circle-text-box.style2:hover .wpk-circle-span::after {
    transform: scale(1.2)
}

/* Circle Title text box - Style 3 */
.circle-text-box.style3 .wpk-circle-span {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    background: #CD2122;
    color: #FFF;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: right;
    z-index: 1;
    border-radius: 3px;
    padding-left: 25px;
    margin-left: -25px;
    padding-right: 10px;
}

.circle-text-box .wpk-circle-span > span {
    position: relative;
    z-index: 1;
}

.circle-text-box.style3 .wpk-circle-span:after {
    display: none;
}

.circle-text-box.style3 .wpk-circle-title {
    height: 42px;
    margin: 0 0 35px;
}

.circle-text-box.style3 .wpk-circle-span + .wpk-circle-title {
    line-height: 45px;
}

.circle-text-box.style3:hover .wpk-circle-span {
    padding-left: 35px;
    margin-left: -35px;
}


/* 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);
    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 {
    width: 110px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    float: none;
    max-width: none;
    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;
    transform: translateX(100%);
    opacity: 0;
    transition: all .3s ease-out;
}

.hover-box.hover-box-2:hover .hb-circle {
    transform: translateX(0);
    opacity: 1;
}


/*** Icon Box - Default element */
.kl-iconbox__title {
    font-family: Open Sans;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 600;
    font-style: normal;
    color: #CD2122;
}

.kl-iconbox {
    margin-bottom: 30px;
}

.kl-iconbox__inner {
}

.kl-iconbox__icon-wrapper,
.kl-iconbox__title-wrapper,
.kl-iconbox__desc-wrapper,
.kl-iconbox__cta-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
}

.kl-iconbox__content-wrapper {
    overflow: hidden;
}

.kl-iconbox__link {
}

.kl-iconbox__title,
.kl-iconbox__desc {
    margin: 0;
}

.kl-iconbox__desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    color: #3E3F3D;
}

.kl-iconbox__icon {
    line-height: 1;
    font-size: 42px;
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox__icon.custom-size {
    font-size: 14px !important;
}

.kl-iconbox--theme-light,
.kl-iconbox--theme-light a {
    color: #FFF;
}

.kl-iconbox--theme-dark,
.kl-iconbox--theme-dark a {
    color: #323232;
}

/* Floated Icons  */
.kl-iconbox--fleft .kl-iconbox__icon-wrapper {
    float: left;
    margin-right: 20px;
}

.kl-iconbox--fright .kl-iconbox__icon-wrapper {
    float: right;
    margin-left: 20px;
}

/* Shaped Icons - Resized */
.kl-iconbox--sh .kl-iconbox__icon-wrapper {
    position: relative;
}

.kl-iconbox--align-left.kl-iconbox--sh span.kl-iconbox__icon,
.kl-iconbox--align-right.kl-iconbox--sh span.kl-iconbox__icon {
    text-align: center;
}

/* Shaped icons - Square */
.kl-iconbox--sh-square span.kl-iconbox__icon {
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 22px;
    background-color: #3498DB;
    color: #FFF;
}

.kl-iconbox--sh-square span.kl-iconbox__icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), right .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: -10%;
    background-color: #2980B9;
}

.kl-iconbox--align-left.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after,
.kl-iconbox--fleft.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: -20%;
}

.kl-iconbox--align-right.kl-iconbox--sh-square span.kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square span.kl-iconbox__icon:after {
    left: auto;
    right: 0;
}

.kl-iconbox--align-right.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after,
.kl-iconbox--fright.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: auto;
    right: -20%;
}

/* Shaped icons - Circle */
.kl-iconbox--sh-circle span.kl-iconbox__icon {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 22px;
    background-color: #E74C3C;
    color: #FFF;
    font-size: 46px;
}

.kl-iconbox--sh-circle span.kl-iconbox__icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.kl-iconbox--sh-circle:hover span.kl-iconbox__icon:after {
    transform: scale(1.15);
    opacity: 1;
    background-color: #C0392B;
}

.kl-iconbox.stage .kl-iconbox__icon {
    color: #D1D1D1;
}

.kl-iconbox.stage:hover .kl-iconbox__icon {
    color: #CD2122;
}

img.kl-iconbox__icon.agency-icons {
    max-width: 150px;
    width: 100%;
}

.default-icon-style .kl-iconbox__icon {
    font-size: 16px;
}

.default-icon-style .kl-iconbox__title {
    font-size: 17px;
    line-height: 25px;
}

/*** GRID ICON BOXES */
.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    min-height: 280px;
    background-color: #FFF;
}

.grid-ibx__item[onclick] {
    cursor: pointer;
}

.grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
}

.grid-ibx__item-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
}

.grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 20px;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
}

.grid-ibx__title,
.grid-ibx__desc {
    margin: 0;
}

.grid-ibx__icon {
    font-size: 24px;
    line-height: 1;
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    color: #E2E2E2;
}

.grid-ibx__item:hover .grid-ibx__icon {
    color: #CD2122;
}

/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {
    border-width: 1px 0 0 1px;
}

.grid-ibx--style-lined-full .grid-ibx__item {
    border-width: 0 1px 1px 0;
}

.grid-ibx--style-lined-full,
.grid-ibx--style-lined-full .grid-ibx__item {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
}

/* GridIconBox Styles - Lined Center */
.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
}

.grid-ibx--style-lined-center .grid-ibx__item {
    border-width: 0 1px 1px 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
    border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
    border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
    border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
    border-right-width: 0;
}

.grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
    border-right-width: 0;
}

.grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
    border-bottom-width: 0;
}

.grid-ibx--style-lined-center {
    border: 0;
}

/* GridIconBox Styles - Gradient */
.grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
    width: calc(100% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
    width: calc(50% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
    width: calc(33.3333% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: calc(25% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
    width: calc(20% - 30px);
}

.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
    left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #CD2122;
    border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: linear-gradient(to bottom, #CD2122 0%, transparent 100%);
}

/* Hover Effects - Shadow */
.grid-ibx--hover-shadow .grid-ibx__item {
    transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-shadow .grid-ibx__item:hover {
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

/* Hover Effects - Scale */
.grid-ibx--hover-scale .grid-ibx__item {
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-scale .grid-ibx__item:hover {
    transform: scale3d(1.05, 1.05, 1);
    z-index: 1;
    border-width: 1px !important;
    background: #FFF;
    border-radius: 3px;
}

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    background: none;
}

/* Hover Effects - Shadow & Scale */
.grid-ibx--hover-shadowscale .grid-ibx__item {
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.grid-ibx--hover-shadowscale .grid-ibx__item:hover {
    transform: scale3d(1.06, 1.06, 1);
    z-index: 1;
    border-width: 1px !important;
    background: #FFF;
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
    background: none;
}

/*** end GRID ICON BOXES */


/* Process steps */
.process_steps {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 35px;
    width: 100%;
    min-height: 0;
}

/* Process steps style1 */

.process_steps--style1 {
    margin-right: 0;
}

.process_steps--style1 .process_steps__step {
    padding: 20px 10px;
    color: #FFF;
    position: relative;
    text-align: center;
    min-height: 240px;
}

.process_steps--style1 .process_steps__step:first-child {
    border-radius: 3px 0 0 3px;
}

.process_steps--style1 .process_steps__step:last-child {
    border-radius: 0 3px 3px 0;
}

.process_steps--style1 .process_steps__step:after {
    content: '';
    position: absolute;
    top: 15px;
    right: -14px;
    border: 7px solid transparent;
    z-index: 1;
}

.process_steps--style1 .process_steps__intro {
    background: #CD2122;
    text-align: left;
    padding: 20px;
}

.process_steps--style1 .process_steps__intro:after {
    border-left-color: #CD2122;
}

.process_steps--style1 .process_steps__intro-title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 24px
}

.process_steps--style1 .process_steps__intro-title strong {
    font-size: 120%;
    display: block;
}

.process_steps--style1 .process_steps__intro-link {
    font-size: 11px;
    font-weight: 700;
    color: #EEE;
}

.process_steps--style1 .process_steps__intro-link:hover {
    color: #FFF;
}

.process_steps--style1 .process_steps__step-desc {
    margin-bottom: 0;
}

.process_steps--style1 .process_steps__step-icon {
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
    font-size: 56px;
}

.process_steps--style1 .process_steps__step-typeimg,
.process_steps--style1 .process_steps__step-typeimg img {
    max-height: 90px;
    display: inline-block;
}

.process_steps--style1 [class*="col-"]:first-child {
    overflow: visible;
}

.process_steps--style1 [class*="col-"] {
    overflow: hidden;
}

.process_steps--style1 [class*="col-"]:nth-child(2) {
    background-color: #5A5A5A;
}

.process_steps--style1 [class*="col-"]:nth-child(2):after {
    border-left-color: #5A5A5A;
}

.process_steps--style1 [class*="col-"]:nth-child(3) {
    background-color: #4A4A4A;
}

.process_steps--style1 [class*="col-"]:nth-child(3):after {
    border-left-color: #4A4A4A;
}

.process_steps--style1 [class*="col-"]:nth-child(4) {
    background-color: #3E3E3E;
}

.process_steps--style1 [class*="col-"]:nth-child(4):after {
    border-left-color: #3E3E3E;
}

.process_steps--style1 [class*="col-"]:nth-child(5) {
    background-color: #383838;
}

.process_steps--style1 [class*="col-"]:nth-child(5):after {
    border-left-color: #383838;
}

.process_steps--style1 [class*="col-"]:nth-child(6) {
    background-color: #303030;
}

.process_steps--style1 [class*="col-"]:nth-child(6):after {
    border-left-color: #303030;
}

.process_steps--style1 [class*="col-"]:nth-child(7) {
    background-color: #252525;
}

.process_steps--style1 [class*="col-"]:nth-child(7):after {
    border-left-color: #252525;
}

.process_steps--style1 [class*="col-"]:last-child:after {
    border: 0;
}


/* Process steps style2 */
.process_steps--style2 {
    overflow: hidden;
    padding: 11px 0;
}

.container .process_steps--style2 {
    overflow: visible;
}

.process_steps--style2 .process_steps__container,
.process_steps--style2 .process_steps__height {
    min-height: 235px;
}

.process_steps--style2 .process_steps__container {
    float: left;
    width: 66%;
    border-radius: 5px;
    position: relative;
    min-height: 310px;
    padding-right: calc(((100vw - 1170px) / 2) + 15px);
}

.container .process_steps--style2 .process_steps__container {
    padding-right: 0;
}

.process_steps--style2 .process_steps__container:before {
    content: '';
    width: 102%;
    height: 108%;
    position: absolute;
    left: -30px;
    transform: skewX(-10deg) translate3d(0, 0, 0);
    border: solid 1px #E0E0E0;
    top: -4%;
    padding-right: calc(((100vw - 1170px) / 2) + 60px);
    box-sizing: content-box;
    border-radius: 5px;
}

.process_steps--style2 .process_steps__container:after {
    content: '';
    width: 10px;
    height: 106%;
    position: absolute;
    left: -40px;
    transform: skewX(-10deg) translate3d(0, 0, 0);
    z-index: 1;
    top: -3%;
    background: -webkit-gradient(100% 50%, ellipse, rgba(0, 0, 0, .5), transparent 70%);
    background: radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, .5), transparent 70%);
    background: -webkit-radial-gradient(100% 50%, 100% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.process_steps--style2.kl-bgc-light .process_steps__container:before {
    background: #FFF;
}

.process_steps--style2.kl-bgc-gray .process_steps__container:before {
    background: #F1F1F1;
    border: solid 1px #F1F1F1;
}

.process_steps--style2 .process_steps__step {
    padding: 20px;
    color: #FFF;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.process_steps--style2 .process_steps__container .process_steps__step:after {
    content: '';
    width: 10px;
    height: 70%;
    background: url(/images/step-separator.svg) no-repeat left top;
    left: 100%;
    top: 15%;
    transform: skew(-10deg);
    opacity: 0.05;
    position: absolute;
}

.process_steps--style2 .process_steps__container .process_steps__step:last-child:after {
    display: none;
}

.process_steps--style2 .process_steps__step-title {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.process_steps--style2 .process_steps__step-desc {
    color: #888;
    margin-bottom: 0;
}

.process_steps--style2 .process_steps__step-icon {
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
    font-size: 48px;
}

.process_steps--style2 .process_steps__step-typeimg,
.process_steps--style2 .process_steps__step-typeimg .process_steps__step-icon-src {
    max-height: 90px;
    display: inline-block;
    margin: 0;
}

.process_steps--style2 .process_steps__intro {
    background: #CD2122;
    text-align: left;
    float: left;
    width: 34%;
    padding: 30px 40px 30px 30px;
    padding-left: calc(((100vw - 1170px) / 2) + 15px);
}

.container .process_steps--style2 .process_steps__intro {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 30px;
}

.process_steps--style2 .process_steps__intro:after {
    border-left-color: #CD2122;
}

.process_steps--style2 .process_steps__intro-title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.process_steps--style2 .process_steps__intro-title::before {
    content: '';
    height: 3px;
    width: 30px;
    background: #FFF;
    position: absolute;
    display: inline-block;
    bottom: 0;
}

.process_steps--style2 .process_steps__intro-title strong {
    font-size: 120%;
    display: block;
}

.process_steps--style2 .process_steps__intro-link {
    font-size: 11px;
    font-weight: 700;
    color: #EEE;
    display: inline-block;
}

.process_steps--style2 .process_steps__intro-link:hover {
    color: #FFF;
}

/* steps boxes #5 style 1 */
.process-list {
    position: relative;
}

.process-list .processitems {
    padding: 0;
    list-style: none;
    position: relative;
}

.process-list .processitems li {
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: -webkit-calc(20% - 20px);
    width: 20%;
}

.process-list .processitems li .ico-wrapper {
    margin-bottom: 30px;
}

.process-list .processitems li .ico-wrapper > span {
    font-size: 55px;
    color: #45474D;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    background: #F2F3F4;
    border-radius: 50%;
    line-height: 120px;
}

.process-list .processitems li .ico-wrapper > span::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    width: 100%;
    top: 60px;
    height: 2px;
    background: #F2F3F4;
    left: 100%;
}

.process-list .processitems li.lined .ico-wrapper > span::after {
    opacity: 1;
    visibility: visible;
}

.process-list .processitems li.last .ico-wrapper > span::after {
    display: none;
}

.process-list .processitems li h4 {
    font-size: 20px;
}

.process-list .processitems li p {
    color: #888;
}

.process-list .processitems li:hover .ico-wrapper > span {
    color: #FFF;
    background: #CD2122;
}


/* Animations for Process Icons */
.process_steps__step:hover .process_steps__step-icon-src[data-animation] {
    display: inline-block;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=tada] {
    animation: tada ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=pulse] {
    animation: pulse ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation=fadeOutRightBig] {
    animation: fadeOutRightBig ease-out 1 normal 1s;
}

/* Pulse */
.pulse {
    animation-name: pulse;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(0.9);
    }
    66% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Tada */
.tada {
    animation-name: tada;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

/* Fadeout right big */
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutRightBig {
    0% {
        transform: translate(2px, 1px);
    }
    3% {
        transform: translate(-1px, -2px);
    }
    6% {
        transform: translate(-3px, 0);
    }
    8% {
        transform: translate(0, 2px);
    }
    10% {
        transform: translate(1px, -1px);
    }
    20% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(120px, -120px);
    }
}


/* Process Steps 4 */
.step-boxes-4 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.process_box4 {
    display: table-cell;
    text-align: center;
    position: relative;
}

.process_box4 .stp_title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.process_box4 .number {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}

.process_box4 .number:before {
    content: '';
    background: #CD2122;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    transition: all .2s ease-out;
}

.process_box4:hover .number:before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.process_box4 .number span {
    visibility: hidden;
    opacity: 0;
    line-height: 80px;
    position: relative;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    transition: opacity .2s ease-out .1s, font-size .2s ease-out .1s, visibility .2s ease-out .1s;
    height: 80px;
    width: 80px;
    display: block;
}

.process_box4:hover .number span {
    visibility: visible;
    opacity: 1;
    font-size: 30px;
}

.pb__line {
    display: block;
    height: 1px;
    width: 100%;
    margin-left: -10px;
    background: #D8D8D8;
    margin: 50px 0;
    position: relative;
}

.process_box4 .content {
    color: #A3A3A3;
    padding: 0 10px;
}

a.step_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* Goboxes (stepsbox2) */
.gobox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #EDEDED;
}

.gobox-content {
    z-index: 1;
    position: relative;
}

.gobox-content p {
    font-size: 0.9rem;
}

.gobox-content p:last-child {
    margin-bottom: 0;
}

.gobox h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.gobox:before,
.gobox:after {
    content: '';
    position: absolute;
    top: 50%;
}

.gobox:before {
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #EDEDED;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    transform: skewX(-12deg);
    transform-origin: top left;
}

.gobox:after {
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #EDEDED;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    transform: skewX(-12deg);
    transform-origin: bottom right;
}

.gobox.gobox-first:before,
.gobox.gobox-last:after {
    display: none
}

.gobox.ok:before,
.gobox.ok:after,
.gobox.ok {
    background-color: #CD2122;
    font-size: 1rem;
    color: #FFF;
}

.gobox.ok h4 {
    color: #FFF;
}

.gobox.ok > .far {
    font-size: 42px;
    color: rgba(255, 255, 255, 0.6);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
}

.gobox.ok > .far + .gobox-content {
    overflow: hidden;
    margin-left: 30px;
}


/* info text box */
.info-text {
    background: #767676;
    border-radius: 2px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
    padding: 25px 30px;
    position: relative;
    box-shadow: 3px 3px 0 white;
    overflow: hidden;
}

.info-text p:only-child {
    margin-bottom: 0
}

.info-text:after {
    content: 'i';
    width: 90px;
    height: 90px;
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-family: Georgia;
    font-style: italic;
    border: 4px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 44px;
}

.infobox1 {
    text-align: center;
    background: #ECECEC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding: 50px 30px 30px 30px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.infobox1 .m_title {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
}

.infobox1 .m_title strong {
    font-weight: 600;
}

.infobox1:hover {
    background: #E9E9E9;
}

.infobox2 {
    background: #ECECEC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding: 40px 40px 30px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.infobox2 .m_title {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
}

.infobox2 .m_title strong {
    font-weight: 600;
}

.infobox2 .ib-button {
    float: right;
    margin-top: 5px;
    text-align: right;
}

.infobox2 .ib-button .btn {
    font-size: 14px;
}

.infobox2:hover {
    background: #E9E9E9;
}

.infobox3 {
    text-align: center;
    padding: 100px 30px;
    margin-bottom: 20px;
}

.infobox3 .m_title {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    text-shadow: none;
}

.infobox3 .m_title strong {
    font-weight: 600;
}

.infobox3 .ib-button.ib-button-1,
.infobox3 .ib-button.ib-button-2 {
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}

.infobox3 .ib-button.ib-button-1 {
    margin-right: 20px;
}

.infobox3--dark,
.infobox3--dark .m_title {
    color: #343434;
}

.infobox3--light,
.infobox3--light .m_title {
    color: #FFF;
}

/* info box style 2 */
.ib2-custom .ib2-inner {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.ib2-text-color-light-theme .ib2-inner {
    border-left: 4px solid #CD2122;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ib2-info-message {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px 42px;
    padding: 0 20px 5px 0;
    position: relative;
}

.ib2-info-message:before {
    content: 'i';
    position: absolute;
    left: -42px;
    top: -5px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    color: #CD2122;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
}

.ib2-text-color-light-theme .ib2-info-message {
    border-bottom: 1px solid #E4E4E4;
}

.ib2-text-color-dark-theme .ib2-info-message {
    color: #FFF;
}

.ib2-style2.ib2-text-color-dark-theme .ib2-info-message {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ib2-style3.ib2-text-color-dark-theme .ib2-info-message {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ib2-style2.ib2-text-color-dark-theme .ib2-info-message:before {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
}

.ib2-style3.ib2-text-color-dark-theme .ib2-info-message:before {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}

.ib2-content--title {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.4;
    margin: 0 0 10px;
}

.ib2-content--text {
    line-height: 1.8;
}

.ib2-content--text p:last-child {
    margin-bottom: 0;
}

.ib2-text-color-light-theme .ib2-content--title {
    color: #828282;
}

.ib2-text-color-light-theme .ib2-content--text {
    color: #535353;
}

.ib2-style2.ib2-text-color-dark-theme .ib2-content--title {
    color: #FFF;
}

.ib2-style2.ib2-text-color-dark-theme .ib2-content--text {
    color: rgba(255, 255, 255, 0.6);
}

.ib2-style3.ib2-text-color-dark-theme .ib2-content--title {
    color: #FFF;
}

.ib2-style3.ib2-text-color-dark-theme .ib2-content--text {
    color: rgba(255, 255, 255, 0.6);
}

.ib2-style3 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ib2-style3:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ib2-style3.ib2-text-color-dark-theme:after {
    background-color: rgba(37, 41, 43, 0.7);
}

.ib2-style3.ib2-text-color-light-theme:after {
    background-color: rgba(255, 255, 255, 0.85);
}


/* 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: 14px;
}

.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;
    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;
    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 {
    transform: translateY(0);
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--odd .statistic-box__details {
    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;
    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;
}

/* end Statistics element */


/*** STAGE Image Box */
.stage-ibx__stage {
    position: relative;
}

.stage-ibx__point {
    display: none;
}

/* tabs style 1 */
.tabs_style1 {
    background: #FFF;
    border: 1px solid #ECECEC;
}

.tabs_style1 > ul.nav {
    margin-bottom: 0;
    background: rgb(255, 255, 255);
    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 {
    display: inherit;
    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 > a.active,
.tabs_style1 > ul.nav > li > a.focus {
    background-color: #FFF !important;
    box-shadow: inset 0 3px 0 #CD2122;
}

.tabs_style1 > ul.nav > li > a:hover {
    background-color: #FFF !important;
}

.tabs_style1 > ul.nav > li > a.active {
    border-top: none;
    border-left: 0;
    font-weight: 700;
    padding: 17px 20px 15px;
    margin-top: -2px;
}

.tabs_style1 .tab-content {
    width: 100%;
    padding: 0 15px 15px;
    width: auto;
    margin-top: 10px;
}

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

.tabs_style2 > ul.nav > li > a.active {
    font-weight: bold;
}

.tabs_style2 > ul.nav > li > a.active,
.tabs_style2 > ul.nav > li > a:hover {
    background: none;
    color: #222;
}

.tabs_style2 .tab-content {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

/* 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: 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 {
    display: inline-block;
    padding: 15px 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 > a.active,
.tabs_style3 > ul.nav > li > a:hover,
.tabs_style3 > ul.nav > li > a:focus {
    background-color: #FFF !important;
}

.tabs_style3 > ul.nav > li > a.active {
    border-left: 0;
    font-weight: 700;
}

.tabs_style3 .tab-content {
    width: 100%;
    padding: 10px 15px 15px;
    margin-top: 10px;
}

/* 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: 13px 20px;
    line-height: 18px;
    color: #343434;
}

.tabs_style4 > ul.nav > li > a.active,
.tabs_style4 > ul.nav > li > a:hover {
    color: #222;
}

.tabs_style4 > ul.nav > li > a.active,
.tabs_style4 > ul.nav > li > a:focus {
    background: #FFF !important;
    border: 1px solid #ECECEC;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs_style4 .tab-content {
    width: 100%;
    padding: 10px 15px 15px;
    border: 1px solid #ECECEC;
    background: #FFF;
    margin-top: 10px;
}

/* 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 > a.active {
    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: 1.7;
    display: inline-block;
}

.tabs_style5 > ul.nav > li > a:hover {
    background: none;
}

.tabs_style5 .tab-content h5 {
    color: #4D4D4D;
}

.tabs_style5 .tab-content {
    width: 100%;
    padding: 10px 0 15px;
    margin-top: 10px;
}

/* Pricing Tables element (new style) */

.pricing-table-element {
    *zoom: 1;
    background: #FFF;
    border: 1px solid #E6E7E8;
    border-radius: 4px;
    font-size: 13px;
    color: #999;
}

.pricing-table-element::before, .pricing-table-element::after {
    display: table;
    line-height: 0;
    content: "";
}

.pricing-table-element::after {
    clear: both;
}

.pricing-table-element ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.pricing-table-element .features-column {
    background: #EEE;
    border-radius: 4px 0 0 4px;
    text-align: right;
    width: 28%;
}

.pricing-table-element .features-column ul li {
    border-bottom: 1px solid #E6E7E8;
    padding: 15px 40px 15px 0;
    height: 44px;
    line-height: 1;
}

.pricing-table-element .plan-column,
.pricing-table-element .features-column {
    float: left;
}

.pricing-table-element[data-columns="2"] .plan-column {
    width: 50%;
}

.pricing-table-element[data-columns="3"] .plan-column {
    width: 33.3333%;
}

.pricing-table-element[data-columns="4"] .plan-column {
    width: 25%;
}

.pricing-table-element[data-columns="5"] .plan-column {
    width: 20%;
}

.pricing-table-element[data-columns="1"] .features-column ~ .plan-column {
    width: 72%;
}

/* with features-col */
.pricing-table-element[data-columns="2"] .features-column ~ .plan-column {
    width: calc(72% / 2);
}

/* with features-col */
.pricing-table-element[data-columns="3"] .features-column ~ .plan-column {
    width: calc(72% / 3);
}

/* with features-col */
.pricing-table-element[data-columns="4"] .features-column ~ .plan-column {
    width: calc(72% / 4);
}

/* with features-col */
.pricing-table-element[data-columns="5"] .features-column ~ .plan-column {
    width: calc(72% / 5);
}

/* with features-col */
.pricing-table-element .plan-column {
    border-left: 1px solid #E6E7E8;
}

.pricing-table-element .plan-column:first-child {
    border-left: 0;
}

.pricing-table-element .plan-column ul {
    display: table;
}

.pricing-table-element .plan-column ul li {
    display: table-row;
}

.pricing-table-element .plan-column .inner-cell {
    border-bottom: 1px solid #E6E7E8;
    padding: 0;
    text-align: center;
    height: 50px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

.pricing-table-element .plan-column ul li:last-child .inner-cell {
    height: 100px;
}

.pricing-table-element .plan-column ul li:nth-child(odd):not(:first-child) {
    background: #FAFBFB;
}

.pricing-table-element .plan-column .plan-title {
    color: #CD2122;
    font-size: 25px;
    height: auto;
    padding: 0;
}

.pricing-table-element .plan-title .inner-cell {
    height: 75px
}

.pricing-table-element .plan-column .subscription-price {
    font-size: 13px;
    color: #999;
    height: auto;
    padding: 0;
}

.pricing-table-element .subscription-price .inner-cell {
    height: 120px;
}

.pricing-table-element .plan-column .subscription-price .currency {
    font-size: 18px;
    color: #434343;
    font-weight: 700;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1.5;
    margin-right: -2px
}

.pricing-table-element .plan-column .subscription-price .price {
    font-size: 45px;
    color: #434343;
    font-weight: 700;
    line-height: 1;
}

.pricing-table-element .plan-column .subscription-price .price::after {
    content: "\a";
    white-space: pre;
}

.pricing-table-element .plan-column.featured {
    border-radius: 4px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
    position: relative;
    margin-top: -20px;
    background: #FFF;
    margin: -20px 0;
}

.pricing-table-element .plan-column.featured + .plan-column {
    border-left-color: transparent;
}

.pricing-table-element .plan-column.featured .plan-title {
    padding: 0;
    color: #45474D;
}

.pricing-table-element .plan-column.featured .plan-title .inner-cell {
    height: 95px
}

.pricing-table-element .plan-column.featured .plan-title .inner-cell::after {
    content: 'MOST POPULAR';
    opacity: .4;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

.pricing-table-element .plan-column.featured .subscription-price .inner-cell {
    background: #CD2122;
    color: #FFF;
}

.pricing-table-element .plan-column.featured .subscription-price span {
    color: #FFF;
}

.pricing-table-element .plan-column.featured ul li:last-child .inner-cell {
    height: 120px;
}

/* Blue Color */
.pricing-table-element.blue .btn-fullcolor, .pricing-table-element.blue .plan-column.featured .subscription-price .inner-cell {
    background-color: #1E73BE;
}

.pricing-table-element.blue .btn-fullcolor:hover {
    background-color: #185C98;
}

.pricing-table-element.blue .plan-column .plan-title {
    color: #1E73BE;
}

.pricing-table-element.blue .plan-column.featured .plan-title .inner-cell {
    color: #45474D;
}

.pricing-table-element.blue {
    color: #999 !important;
}

/* Green Color */
.pricing-table-element.green .btn-fullcolor, .pricing-table-element.green .plan-column.featured .subscription-price .inner-cell {
    background-color: #4CA518;
}

.pricing-table-element.green .btn-fullcolor:hover {
    background-color: #3D8413;
}

.pricing-table-element.green .plan-column .plan-title {
    color: #4CA518;
}

.pricing-table-element.green .plan-column.featured .plan-title .inner-cell {
    color: #45474D;
}

.pricing-table-element.green {
    color: #999 !important;
}

/* Dark Blue Color */
.pricing-table-element.dark-blue .btn-fullcolor,
.pricing-table-element.dark-blue .plan-column.featured .subscription-price .inner-cell {
    background-color: #2C3E50;
}

.pricing-table-element.dark-blue .btn-fullcolor:hover {
    background-color: #1F2933;
}

.pricing-table-element.dark-blue .plan-column .plan-title {
    color: #2C3E50;
}

.pricing-table-element.dark-blue .plan-column.featured .plan-title .inner-cell {
    color: #45474D;
}

.pricing-table-element.dark-blue {
    color: #999 !important;
}


/* vertical tabs */
.vertical_tabs .tabbable .nav > li {
    display: inherit;
    position: relative;
    width: 100%;
}

.vertical_tabs {
    overflow: hidden;
}

.vertical_tabs .tabbable .nav > li > a,
.vertical_tabs .tabbable .nav > li > a > span {
    transition: color .2s ease-out;
}

.vertical_tabs .tabbable .nav > li > a > span span {
    margin: 0;
}

.vertical_tabs .tabbable .nav > li > a:focus,
.vertical_tabs .tabbable .nav > li > a:hover {
    background-color: transparent;
    border-right: 0;
}

.vertical_tabs .tabbable .nav > li > a.active,
.vertical_tabs .tabbable .nav > li > a.active > span,
.vertical_tabs .tabbable .nav > li > a:hover,
.vertical_tabs .tabbable .nav > li > a:hover > span {
    color: #CD2122 !important;
}

.vertical_tabs .tabbable .nav > li:first-child {
    border-top: 0;
}

.vertical_tabs .tabbable .tab-content > .tab-pane > h4 {
    margin: 0 0 25px;
}

/* Style1 specific */
.vertical_tabs.kl-style-1 .tabbable .nav > li > a.active {
    box-shadow: inset -3px 0 0 0 #CD2122;
}

.vertical_tabs.kl-style-1 .tabbable .nav > li > a {
    line-height: 22px;
    padding: 10px 20px 10px 0;
    margin-right: -1px;
    font-weight: 400;
    color: #8F8F8F;
    font-size: 16px;
    width: 100%;
}

.vertical_tabs.kl-style-1 .tabbable .nav > li > a > span {
    padding: 6px 0 7px;
    color: #C7C7C7;
    margin-right: 8px;
    line-height: 1;
    display: inline-block;
    margin-top: -1px;
    border-radius: 50%;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.vertical_tabs.kl-style-1 .tabbable .nav > li > a.active > span,
.vertical_tabs.kl-style-1 .tabbable .nav > li > a:hover > span {
    color: #767676;
}

/* Style 2 */
.vertical_tabs.kl-style-2 .tabbable .nav {
    margin-right: -1px;
    overflow: hidden;
    border-bottom: 0;
    border-left: 0;
}

.vertical_tabs.kl-style-2 .tabbable .nav > li > a {
    width: 100%;
    line-height: 22px;
    color: #858585;
    font-weight: normal;
    background-color: #FFF;
    padding: 20px 45px 20px 25px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-transform: none;
    margin-right: 0;
    position: relative;
    border-left: 1px solid #DDD;
    background-image: linear-gradient(to right, #FFF 70%, rgba(239, 239, 239, 0.5) 100%);
}

.vertical_tabs.kl-style-2 .tabbable .nav > li:first-child > a {
    border-radius: 3px 0 0 0;
    border-top: 1px solid #DDD;
}

.vertical_tabs.kl-style-2 .tabbable .nav > li:last-child > a {
    border-radius: 0 0 0 3px;
}

.vertical_tabs.kl-style-2 .tabbable .nav > li.active > a {
    color: #131313;
    font-weight: 600;
    box-shadow: none;
}

.vertical_tabs.kl-style-2 .tabbable .nav > li > a > span {
    color: #999;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    margin-right: 0;
    padding: 0;
    font-size: 20px;
}

.vertical_tabs.kl-style-2 .tabbable .tab-content {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 40px 25px;
}


/* Keywords box */
.keywordbox {
    border-top: 4px solid #FDAF14;
    position: relative;
    min-height: 1px;
}

.keywordbox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    border: 6px solid transparent;
    border-top-color: #FDAF14;
}

.keywordbox .title-text {
    font-size: 1.5rem;
    font-style: italic;
    color: #8D8D8D;
    line-height: 1.5;
}

/* style2 */
.keywordbox.keywordbox-2 h4,
.keywordbox.keywordbox-3 h4,
.keywordbox.keywordbox-4 h4 {
    font-size: 1.5rem;
    color: #FFF;
    margin-bottom: 0;
}

.keywordbox.keywordbox-2,
.keywordbox.keywordbox-3 {
    padding: 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 150px;
    border-top: none;
    border-bottom: solid 5px #CD2122;
    position: relative;
    z-index: 2;
}

.keywordbox.keywordbox-3 {
    border-bottom: solid 10px #CD2122;
    text-transform: uppercase;
    font-style: normal;
}

.keywordbox.keywordbox-2::after,
.keywordbox.keywordbox-3::after {
    content: none;
}

.keywordbox.keywordbox-2::after,
.keywordbox.keywordbox-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border: 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(1, 1, 1, 0.8) 94%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d161616', endColorstr='#cc000000', GradientType=0);
    z-index: -1;
}

.keywordbox.keywordbox-4 {
    padding: 60px 0;
    color: #FFF;
    text-transform: uppercase;
    font-style: normal;
    border-top: none;
}

.keywordbox.keywordbox-4::after {
    margin-left: -22px;
    border: 22px solid transparent;
    border-top-color: #FFF;
}


/* Search form */
.search-form-wrapper {
    margin: 0 0 30px;
}

.gensearch__form {
    position: relative;
}

.gensearch__input {
    height: 42px;
    width: 98%;
    padding: 0 20px;
    outline: none;
    border: 1px solid #DDD;
    font-size: 0.8rem;
}

.gensearch__submit {
    position: absolute;
    right: 0;
    border: 0;
    color: #BBB;
    background-color: transparent;
    outline: none;
    height: 100%;
    padding: 0 20px;
    font-size: 12px;
    transition: color .2s ease-in-out;
    cursor: pointer;
}

.gensearch__submit:focus {
    outline: none;
}

.gensearch__submit:hover {
    color: #131313;
}

.gensearch__submit:after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #DDD;
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}


/* Footer Styles*/
/* Footer Default style */
#footer .logo-img {
    width: 100%;
    max-width: 260px;
    height: auto;
    padding: 0;
}

#footer {
    background: rgba(38, 59, 255, 0.2);
    padding: 60px 0 20px;
    color: #081126;
    border-top: 4px solid #FDAF14;
    position: relative;
}

#footer .adresse p {
    color: #081126;
    margin-bottom: 10px;
}

#footer .adresse h3 {
    color: #081126;
    font-size: 1.5em;
    line-height: 1.1;
    margin-top: 8px;
    margin-bottom: 0;
}

#footer .adresse h3 small {
    color: rgba(8, 17, 38, 0.5);
}

#footer .adresse h5 {
    color: rgba(8, 17, 38, 0.5);
    font-size: 1.2em;
    margin-bottom: 8px;
}

#footer .adresse h4 {
    color: #081126;
    line-height: 1.4em;
    margin-bottom: 0;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #D5D5D5;
}

#footer .m_title {
    font-size: 1.1rem;
    font-weight: bold;
    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: 50%;
}

.scfooter-icon-nocolor {
    background-color: #121212;
}

#footer .payments-links li {
    display: inline-block;
}

#footer .payments-links a {
    color: #ADB5BD;
    font-size: 30px;
    margin-left: 3px;
    position: relative;
    transform: skewX(-10deg);
}

#footer .payments-links a:hover {
    color: #FFF;
}

/* END Footer Default style */

/* Footer style 5 */
#footer[data-footer-style="5"] {
    background-color: rgba(223, 245, 255, .5);
    padding: 0;
    color: rgba(0, 0, 0, 0.2);
}

#footer[data-footer-style="5"] .bottom-footer {
    background-color: #15161E;
    color: #808080
}

#footer[data-footer-style="5"] a {
    color: rgba(195, 195, 195, 0.6);
}

#footer[data-footer-style="5"] a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#footer[data-footer-style="5"] .social-icons {
    float: left;
    margin-left: 0;
}

#footer[data-footer-style="5"] h4.simple-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 25px;
}

#footer[data-footer-style="5"] .main-footer ul.menu li {
    border-top: 1px solid #555;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer[data-footer-style="5"] .main-footer ul.menu li:first-child {
    border-top: 0;
}

#footer[data-footer-style="5"] .main-footer ul.menu li a {
    line-height: 1.5;
    display: inline-block;
    padding: 10px 0;
}

#footer[data-footer-style="5"] .bottom-footer ul.menu li {
    line-height: 1.6;
    display: inline-block;
    margin: 0 10px;
}

#footer[data-footer-style="5"] .bottom-footer ul.menu li:first-child {
    border-top: 0;
}

/* END Footer style 5 */


.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: 100px;
    cursor: pointer;
    border: none !important;
}

.newsletter-signup input[type=submit]:hover {
    background: #000;
}

.newsletter-signup #result {
    display: inline-block;
    margin-bottom: 10px;
}

.newsletter-signup #result:empty {
    display: inline;
}

#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 {
    padding-top: 30px;
    border-top: 5px solid #484848;
    color: #8B8C8D;
}

#footer .footer-area--bottom {
    padding-top: 30px;
    border-top: 5px solid #484848;
    color: #8B8C8D;
}

#footer .social-icons {
    float: right;
}

#footer .copyright img {
    float: left;
    margin-right: 20px;
}

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

/* contact form errors */
.cf_response {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.ui-state-error {
    border: 1px solid #EB3034 !important;
    position: relative;
}

.ui-state-valid {
    border: none !important;
    position: relative;
}

.ui-state-error + span::after,
.ui-state-valid + span::after {
    font-family: 'icomoon';
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
    z-index: 1;
}

.ui-state-error + span::after {
    content: "\e01b";
    color: #EB3034;
}

.ui-state-valid + span::after {
    content: "\e013";
    color: #0EAB55;
}


#notification_container .alert {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}

#notification_container .close::before {
    content: "\00d7";
    color: #000;
    outline: none;
}

#notification_container .close {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 15px;
    opacity: 1;
}


/* css transitions - reducing transitions lines */
.topnav .topnav-item a,
.topnav .topnav-item span,
.topnav .topnav-item i,
.topnav--lang .languages .pPanel,
.mainnav--cart .drop .pPanel,
.kl-cart-button .fas,
.login--panel .login-icon,
#totop,
.playVideo span,
.theHoverBorder,
.hoverBorder h6,
.partners_carousel li a,
.hoverBorder:hover img,
.feature_box.style3 .box,
.services_box .icon,
.gobox, .hover-box,
.circlehover span,
.process_box,
#sidebar ul.menu li a,
.zn_sidebar ul.menu li a,
[id*='sidebar-widget-'] ul.menu li a,
.timeline_box,
.timeline_box:hover .date,
.services_box.style2 .box,
.team_member,
.ptcarousel .controls > a,
.shop-features .shop-feature,
.timeline_box:before,
.support_panel {
    transition: all 0.2s ease-out;
}


/* Kallyas Videos */
.kl-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.kl-video {
    position: absolute;
    z-index: 1;
}

.kl-video video {
    display: block;
    max-width: none;
}

.kl-video img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0 !important;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-container {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.csstransforms .kl-video.valign video {
    top: 50% !important;
    transform: translateY(-50%);
}

.csstransforms .kl-video.halign video {
    left: 50% !important;
    transform: translateX(-50%) scale(1.002);
}

.csstransforms .kl-video.halign.valign video,
.csstransforms .kl-video.halign.valign iframe {
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) scale(1.002);
}

/* Video Grid Overlay */
.video-grid-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/images/video-pattern-1.png);
    opacity: .7;
    pointer-events: none;
}

.video-grid-overlay.ovrl2:after {
    background-image: url(/images/video-pattern-2.png);
}

/* Video with subtle top gradient */
.video-subtle-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
}

/* Video Controls */
.kl-video--controls {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 3;
    width: 50px;
    opacity: .1;
    transition: opacity .2s ease-in;
}

.kl-video--controls[data-position="top-left"] {
    top: 120px;
    right: auto;
    left: 50px;
}

.kl-video--controls[data-position="top-right"] {
    top: 120px;
    left: auto;
    right: 50px;
}

.kl-video--controls[data-position="top-center"] {
    right: auto;
    left: 50%;
    margin-left: -25px;
}

.kl-video--controls[data-position="bottom-right"] {
    top: auto;
    right: 20px;
    bottom: 5px;
}

.kl-video--controls[data-position="bottom-left"] {
    top: auto;
    right: auto;
    left: 50px;
    bottom: 5px;
}

.kl-video--controls[data-position="bottom-center"] {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 5px;
    margin-left: -25px;
}

div[class*="maskcontainer--"] .kl-video--controls[data-position="bottom-right"],
div[class*="maskcontainer--"] .kl-video--controls[data-position="bottom-left"],
div[class*="maskcontainer--"] .kl-video--controls[data-position="bottom-center"] {
    bottom: 80px;
}

.kl-video--controls[data-position="middle-right"] {
    top: 50%;
    margin-top: -25px;
}

.kl-video--controls[data-position="middle-left"] {
    left: 50px;
    right: auto;
    top: 50%;
    margin-top: -25px;
}

.kl-video--controls[data-position="middle-center"] {
    left: 50%;
    right: auto;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.kl-video-container:hover .kl-video--controls,
#page-header:hover .kl-video--controls {
    opacity: 1;
}

.kl-video-container .kl-video--controls a {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    opacity: .5;
}

.kl-video--controls .btn-audio {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}

.kl-video--controls:hover .btn-audio {
    opacity: .7;
    visibility: visible;
    transform: translateY(-10px);
}

.kl-video--controls .btn-toggleplay {
    transform: translateY(0);
}

.kl-video--controls .btn-toggleplay .paused:before {
    content: "\f04c";
}

.kl-video--controls:hover .btn-toggleplay {
    transform: translateY(-10px);
}

.kl-video--controls a:hover {
    opacity: 1;
}

.kl-video--controls .btn-audio .kl-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.kl-video--controls .btn-audio .kl-icon:before {
    line-height: 29px;
}

.kl-video--controls .btn-audio .mute:before {
    content: "\f026";
}

.csstransforms .kl-video.halign.valign video {
    transform: translateY(-50%) translateX(-50%) scale(1.000);
    -o-object-fit: cover;
    object-fit: cover;
}

.kl-video video {
    display: block;
    max-width: none;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}


/* FLICKR FEED */
.flickr_feeds {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.flickrfeed.loading:after {
    content: 'Loading..';
}

.flickr_feeds li {
    float: left;
    margin: 0 0 20px 20px;
}

.flickr_feeds li a {
    display: block;
    width: 73px;
    position: relative;
}

.flickr_feeds[data-size=small] li a {
    width: 60px;
}

.flickr_feeds li a .hov1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*** Testimonials Partners */
.testimonials-partners__separator {
    background: #FFF;
    opacity: .2;
    height: 1px;
    width: 100%;
    margin-bottom: 70px;
}

.ts-pt-testimonials {
    margin-left: -50px;
}

/* Testimonial Item */
.ts-pt-testimonials__item {
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
    color: #FFF;
}

.ts-pt-testimonials__item--size-1 {
    width: calc(25% - 50px);
}

.ts-pt-testimonials__item--size-2 {
    width: calc(50% - 50px);
}

.ts-pt-testimonials__item--size-3 {
    width: calc(75% - 50px);
}

.ts-pt-testimonials__item--size-4 {
    width: calc(100% - 50px);
}

/* Testimonial content */
.ts-pt-testimonials__text {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 40px 25px 40px;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    position: relative;
}

.ts-pt-testimonials__text:after {
    content: '';
    position: absolute;
    left: 55px;
    border: 13px solid transparent;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
    top: 100%;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
    bottom: 100%;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos {
    margin-top: 15px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos {
    margin-bottom: 15px;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos--noimg {
    margin-top: 25px;
    margin-left: 20px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos--noimg {
    margin-bottom: 25px;
    margin-left: 20px;
}

.ts-pt-testimonials__img {
    position: relative;
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-left: 25px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    background-clip: content-box;
}

.ts-pt-testimonials__item--normal .ts-pt-testimonials__img {
    margin-top: -35px;
}

.ts-pt-testimonials__item--reversed .ts-pt-testimonials__img {
    margin-top: -15px;
}

.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__img {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-top: 0;
}

.ts-pt-testimonials__name {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {
    font-size: 14px;
}

.ts-pt-testimonials__position {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    opacity: 0.5;
    margin-bottom: 5px;
}

.ts-pt-testimonials__stars span {
    opacity: .6;
    font-size: 11px;
}

.ts-pt-testimonials__stars--1 span:nth-child(1) ~ span,
.ts-pt-testimonials__stars--2 span:nth-child(2) ~ span,
.ts-pt-testimonials__stars--3 span:nth-child(3) ~ span,
.ts-pt-testimonials__stars--4 span:nth-child(4) ~ span {
    opacity: .3;
}


/* Video AdBox */
.adbox.video {
    position: relative;
}

.adbox.video:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 23, 25, 0.5)
}

.adbox.video > img {
    display: block;
    width: 100%;
    height: auto;
}

.adbox.video .video_trigger_wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}

.adbox_container {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.adbox_container > h5 {
    color: white;
    font-size: 11px;
    min-width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* To Next Button */
.tonext-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    color: #FFF;
    display: block;
    z-index: 101;
    text-decoration: none;
}

.tonext-btn.has-nav {
    bottom: 70px;
}

.mouse-anim-icon {
    width: 24px;
    height: 40px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .2s ease-out;
    position: relative;
    display: block;
}

.mouse-anim-icon:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.25);
    left: 50%;
    margin-left: -1px;
    animation-duration: 1s;
    animation-name: animScroll;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.mouse-anim-icon:hover {
    background-color: rgba(255, 255, 255, .4);
}

.mouse-anim-icon:hover:after {
    top: 24px;
}

@keyframes animScroll {
    from {
        top: 8px;
    }
    to {
        top: 24px;
    }
}


/*** Media Container */
.media-container {
    position: relative;
}

.media-container__link--wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.media-container__link--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.media-container__link .kl-icon {
    color: #FFF;
}

.media-container__link--btn .kl-icon:not(.circled-icon) {
    margin-right: 5px;
    transition: margin-right .2s ease-out;
}

.media-container__link--btn:hover .kl-icon:not(.circled-icon) {
    margin-right: 15px;
}

.media-container .kl-title-block {
    z-index: 1;
}

/* Bodered animated 1 */
.media-container__link--style-borderanim1 {
    padding: 10px 30px;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    transition: color .2s ease-out;
}

.media-container__link--style-borderanim1 > i {
    opacity: .8;
    background-color: #FFF;
    display: block;
    position: absolute;
    transition: all .2s ease-out
}

.media-container__border-tt {
    width: 30%;
    height: 7px;
    top: 0;
    left: 0;
}

.media-container__border-tl {
    height: 80%;
    width: 7px;
    top: 7px;
    left: 0;
}

.media-container__border-bb {
    width: 30%;
    height: 7px;
    bottom: 0;
    right: 0;
}

.media-container__border-br {
    height: 80%;
    width: 7px;
    bottom: 7px;
    right: 0;
}

.media-container:hover > i {
    opacity: 1;
}

.media-container:hover .media-container__border-tt {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.media-container:hover .media-container__border-tl {
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
}

.media-container:hover .media-container__border-bb {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}

.media-container:hover .media-container__border-br {
    height: 100%;
    width: 3px;
    bottom: 0;
    right: 0;
}

/* Alternative animated border */
.media-container__link--style-borderanim2 .media-container__text {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.borderanim2-svg {
    position: relative;
}

.borderanim2-svg__shape {
    stroke-width: 8px;
    fill: transparent;
    stroke: #FFF;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.media-container:hover .borderanim2-svg__shape {
    stroke-width: 3px;
    stroke-dashoffset: 0;
}

.media-container .media-container__link--style-borderanim2 .media-container__text:hover {
    color: #CD2122;
}

.borderanim2-svg {
    width: 400px;
}

.borderanim2-svg .media-container__text {
    line-height: 70px;
}

.borderanim2-svg__shape {
    stroke-dasharray: 100px 1000px;
    stroke-dashoffset: -620px;
    stroke: #CD2122;
}

.style2:hover .borderanim2-svg__shape {
    stroke-dasharray: 940px;
}

/* Circle animation */
.circleanim-svg {
    width: 108px;
    height: 108px;
}

.circleanim-svg__circle-front,
.circleanim-svg__circle-back {
    fill: none;
    stroke: #FFF;
}

.circleanim-svg__circle-front {
    stroke-dasharray: 60px 1000px;
    stroke-width: 5px;
    stroke-opacity: .5;
    stroke-dashoffset: 0;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s;
}

.media-container:hover .circleanim-svg__circle-front {
    stroke-dasharray: 340px;
    stroke-width: 2px;
    stroke-opacity: 1;
}

/* Media container with custom content */
.media-container.media-container--type-pb {
    display: flex;
}

.media-container-pb {
    width: calc(100% - 50px);
    margin: 10px 25px;
}

.media-container-pb.media-container-pb--alg-top {
    align-self: flex-start;
}

.media-container-pb.media-container-pb--alg-center {
    align-self: center;
}

.media-container-pb.media-container-pb--alg-bottom {
    align-self: flex-end;
}

.prt-hover-slidein,
.prt-hover-slideout {
    transition: all .2s ease-out;
}

.prt-hover-slidein {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

.media-container:hover .prt-hover-slidein {
    opacity: 1;
    max-height: 200px;
}

.prt-hover-slidein .tbk__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 30px;
}

/*** End Media Container Element */

/* Custom container */
.custom_container.p-5 {
    padding: 0 !important;
    padding-top: 5% !important;
}


/* photo gallery */
ul.photo_gallery {
    clear: both;
    list-style: none outside none;
    margin: 8px auto;
    overflow: hidden;
    padding: 8px 0;
}

ul.photo_gallery li {
    background: none !important;
    float: left;
    margin: 5px;
    padding: 0;
    list-style: none;
}


/*** Grid Photo Gallery */
.gridPhotoGallery {
    margin-left: -5px;
    margin-right: -5px;
}

.gridPhotoGallery__item {
    float: left;
    position: relative;
    padding: 0;
}

.gridPhotoGallery__link {
    width: 100%;
    height: 0;
    display: block;
    padding: 0;
    padding-bottom: 100%;
    margin-bottom: 0;
}

.gridPhotoGallery__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
}

/* Icons */
.gridPhotoGallery .gridPhotoGallery__item .kl-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .25s ease-in-out;
    border-color: #FFF;
    color: #FFF
}

.gridPhotoGallery .gridPhotoGallery__link:hover .kl-icon {
    display: block;
    opacity: 1;
    margin-top: 0;
}

/* Title */
.gridPhotoGallery__link {
    position: relative;
}

.gridPhotoGallery__link:after {
    content: attr(title);
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    left: 15%;
    right: 15%;
    top: 50%;
    margin-top: -65px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gridPhotoGallery__link:hover:after {
    opacity: 1;
}

/* BG Overlay */
.gridPhotoGallery__img:after {
    content: '';
    position: absolute;
    background-color: rgba(28, 31, 32, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.gridPhotoGallery__link:hover .gridPhotoGallery__img:after {
    opacity: 1;
}

/* Cols Width */
.gridPhotoGallery--cols-1 .gridPhotoGallery__item {
    width: 100%;
}

.gridPhotoGallery--cols-2 .gridPhotoGallery__item {
    width: 50%;
}

.gridPhotoGallery--cols-3 .gridPhotoGallery__item {
    width: 33.3333%;
}

.gridPhotoGallery--cols-4 .gridPhotoGallery__item {
    width: 25%;
}

.gridPhotoGallery--cols-5 .gridPhotoGallery__item {
    width: 20%;
}

.gridPhotoGallery--cols-6 .gridPhotoGallery__item {
    width: 16.6666%;
}

/* 2 x width */
.gridPhotoGallery--cols-2 .gridPhotoGalleryItem--w2 {
    width: 100%;
}

.gridPhotoGallery--cols-3 .gridPhotoGalleryItem--w2 {
    width: 66.6666%;
}

.gridPhotoGallery--cols-4 .gridPhotoGalleryItem--w2 {
    width: 50%;
}

.gridPhotoGallery--cols-5 .gridPhotoGalleryItem--w2 {
    width: 40%;
}

.gridPhotoGallery--cols-6 .gridPhotoGalleryItem--w2 {
    width: 33.3333%;
}

/* height rations w1 + h1 & w2 + h2 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
    padding-bottom: 75%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
    padding-bottom: 100%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2 {
    padding-bottom: 125%;
}

/* height rations w2 + h1 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
    padding-bottom: 37.5%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
    padding-bottom: 50%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h1 {
    padding-bottom: 62.5%;
}

/* height rations w1 + h2 */
.gridPhotoGallery--ratio-short .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
    padding-bottom: 150%;
}

.gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
    padding-bottom: 200%;
}

.gridPhotoGallery--ratio-tall .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h2 {
    padding-bottom: 250%;
}


/* Photo Gallery alternative element */
.photogallery-widget .photogallery-wrapper {
    overflow: hidden;
    position: relative;
}

.photogallery-widget .caroufredsel {
    width: 74.35%;
}

.photogallery-widget ul.slides {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photogallery-widget .caroufredsel .slides li {
    position: relative;
}

.photogallery-widget .caroufredsel .slides li img {
    width: 100%;
}

.photogallery-widget .cfs--navigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}

.photogallery-widget .cfs--navigation a {
    color: #FFF;
    top: auto;
    margin-top: 0;
}

.photogallery-widget .cfs--navigation a::before {
    font-size: 35px;
}

.photogallery-widget .cfs--prev {
    left: 20px;
}

.photogallery-widget .cfs--next {
    right: 20px;
}

.photogallery-widget .caroufredsel:hover .cfs--prev {
    left: 30px;
}

.photogallery-widget .caroufredsel:hover .cfs--next {
    right: 30px;
}

.photogallery-widget .caroufredsel .pg-caption,
.photogallery-widget .caroufredsel .pg-caption a {
    color: #FFF;
    line-height: 1.8;
    font-size: 16px;
}

.photogallery-widget .caroufredsel .pg-caption {
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
}

.photogallery-widget .caroufredsel .pg-caption a {
    text-transform: none;
    font-style: italic;
}

.photogallery-widget .caroufredsel .pg-caption.blacklined {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: inline;
    border-radius: 2px;
    padding: 2px 7px;
}

.photogallery-widget .cfs-counter {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 700;
    font-style: italic;
}

.photogallery-widget .cfs--pagination {
    height: 100%;
    overflow: hidden;
    width: 25.65%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.photogallery-widget .pg-thumb {
    width: 50%;
    float: left;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    position: relative;
    background-color: #1A1C25;
}

.photogallery-widget .pg-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .8;
}

.photogallery-widget .pg-thumb:hover > a,
.photogallery-widget .pg-thumb.selected > a {
    opacity: 1;
}

.photogallery-widget .pg-thumb:hover {
    z-index: 2;
}

.photogallery-widget .pg-thumb .pg-caption {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: #CD2122;
    padding: 20px 5px 0 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.photogallery-widget .pg-thumb:nth-child(even) .pg-caption {
    right: 0;
}

.photogallery-widget .pg-thumb:nth-child(odd) .pg-caption {
    left: 0
}

.photogallery-widget .pg-thumb:nth-child(even):hover .pg-caption {
    opacity: 1;
    visibility: visible;
    right: 100%;
}

.photogallery-widget .pg-thumb:nth-child(odd):hover .pg-caption {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.photogallery-widget .pg-thumb .pg-caption::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
}

.photogallery-widget .pg-thumb:nth-child(even) .pg-caption::before {
    right: -12px;
    border-left-color: #CD2122;
}

.photogallery-widget .pg-thumb:nth-child(odd) .pg-caption::before {
    left: -12px;
    border-right-color: #CD2122;
}

.photogallery-widget .pg-thumb .pg-caption a {
    color: #FFF;
    font-size: 12px;
    opacity: .8;
}

.photogallery-widget .pg-thumb .pg-caption a:hover {
    opacity: 1;
}

.photogallery-widget .pg-thumb:nth-child(9):last-child {
    width: 100%;
}

.photogallery-widget .pg-thumb:nth-child(9):last-child .pg-caption {
    left: 0;
    right: auto;
}

.photogallery-widget .pg-thumb .pg-caption {
    transition: all 0.15s ease-out;
}

/* bottom-thumbs */
.photogallery-widget.bottom-thumbs .caroufredsel {
    width: 100%;
    position: relative;
}

.photogallery-widget.bottom-thumbs .cfs--navigation {
    width: 100%;
}

.photogallery-widget.bottom-thumbs .cfs--pagination {
    width: 100%;
    width: calc(100% + 2px);
    position: static;
    height: auto;
    margin-top: 2px;
    margin-left: -2px;
}

.photogallery-widget.bottom-thumbs .pg-thumb {
    width: 20%;
    width: calc(20% - 2px);
    height: auto;
    margin-bottom: 2px;
    margin-left: 2px;
}

/* end Photo Gallery alternative element */


/* Counter */
.ud_counter {
    margin: 0 0 50px;
}

.ud_counter:hover img[data-animation=fadeOutRightBig] {
    animation: fadeOutRightBig ease-out 1 normal 1s;
}

.ud_counter ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.ud_counter ul li {
    display: inline-block;
    margin: 0 20px 15px 0;
    font-size: 28px;
    font-weight: 700;
    padding: 2px 0;
    width: 70px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.ud_counter ul li p {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 15px;
}

.ud_counter ul li.till_lauch {
    height: 80px;
    width: 80px;
    padding: 0;
    vertical-align: top;
}

.till_lauch {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 80px;
    height: 84px;
    margin: 0 20px 14px 22px;
    overflow: hidden;
}

.mail_when_ready {
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}

/* skills diagram (shortcode) */
#skills_diagram {
    float: right;
    width: 600px;
    position: relative;
}

#skills_diagram .legend {
    position: absolute;
    right: 0;
    top: 40px;
    text-align: right;
}

#skills_diagram #thediagram {
    width: 600px;
    height: 500px;
    margin-top: -50px;
    float: right;
}

#skills_diagram .skills {
    margin: 0;
    padding: 0;
    list-style: none;
}

#skills_diagram .skills li {
    float: right;
    clear: both;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    color: white;
    margin-bottom: 1px;
    font-size: 14px;
}

/* Skills diagram element */
.kl-skills-diagram {
    position: relative;
}

.skills-responsive-diagram {
    padding-bottom: 100%;
    height: 0;
    position: relative;
}

.kl-diagram {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kl-diagram svg {
    overflow: visible !important;
    width: 100%;
    height: 100%;
}

.kl-skills-legend {
    position: absolute;
}

.kl-skills-legend.legend-topright {
    left: 100%;
    top: 40px;
    text-align: left;
}

.kl-skills-legend.legend-bottomright {
    left: 100%;
    bottom: 40px;
    text-align: left;
}

.kl-skills-legend.legend-topleft {
    right: 100%;
    top: 40px;
    text-align: right;
}

.kl-skills-legend.legend-bottomleft {
    right: 100%;
    bottom: 40px;
    text-align: right;
}

.kl-skills-list {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;
}

.kl-skills-list li {
    padding: 0 13px;
    height: 25px;
    line-height: 25px;
    color: white;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.kl-skills-legend > h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

/* end Skills diagram element */


/* Custom height for carousels */
.carousel-item--height190 {
    height: 190px;
}

.carousel-item--height200 {
    height: 200px;
}

.carousel-item--height240 {
    height: 240px;
}

.carousel-item--height280 {
    height: 280px;
}

.carousel-item--height300 {
    height: 300px;
}

.carousel-item--height500 {
    height: 500px;
}

/* Recent Work Carousel 1 - Style 1 */
.recentwork_carousel__img {
    height: 100% !important;
    width: 100% !important;
}

.recentwork_carousel__crsl {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
}

.recentwork_carousel__crsl .recent-work_carousel-item {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 20px 0 0;
}

.recentwork_carousel__link {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.recentwork_carousel__hover {
    display: block;
    position: relative;
    overflow: hidden;
}

.recentwork_carousel__hov {
    transition: all 0.2s ease-out;
}

.recentwork_carousel--1 .recentwork_carousel__hov {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background-color: rgba(35, 35, 35, 0.8);
    display: block;
}

.recentwork_carousel--1 .recentwork_carousel__hov:after {
    content: "\2b";
    position: relative;
    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;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    opacity: 0;
}

.recentwork_carousel__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recentwork_carousel__details {
    transition: all 0.2s ease-out;
}

.recentwork_carousel--1 .recentwork_carousel__details {
    display: block;
    position: relative;
}

.recentwork_carousel--1 .recentwork_carousel__bg {
    transition: all 0.2s ease-out;
}

.recentwork_carousel--1 .recentwork_carousel__bg {
    position: absolute;
    top: 0;
    height: 0;
    background: #CD2122;
    width: 100%;
    left: 0;
}

.recentwork_carousel__crsl-title {
    font-size: 1rem;
    line-height: 1.4;
    color: #CD2122;
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.recentwork_carousel__cat {
    font-size: 0.8rem;
    display: block;
    color: #343434;
    line-height: 1.4;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov {
    top: 0;
}

.recentwork_carousel__link:hover .recentwork_carousel__hov:after {
    opacity: 1;
}

.recentwork_carousel--1 .recentwork_carousel__link:hover .recentwork_carousel__bg {
    height: 100%;
}

.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,
.recentwork_carousel__link:hover .recentwork_carousel__cat {
    color: #FFF;
}

.recentwork_carousel__controls .complete {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.recentwork_carousel__controls .complete:before {
    content: '';
    border-radius: 2px;
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, .5);
    display: block;
    box-shadow: 6px 0 0 rgba(0, 0, 0, .5), 12px 0 0 rgba(0, 0, 0, .5), 0 6px 0 rgba(0, 0, 0, .5), 6px 6px 0 rgba(0, 0, 0, .5), 12px 6px 0 rgba(0, 0, 0, .5), 0 12px 0 rgba(0, 0, 0, .5), 6px 12px 0 rgba(0, 0, 0, .5), 12px 12px 0 rgba(0, 0, 0, .5);
}

.recentwork_carousel__controls {
    margin-bottom: 20px;
}

.recentwork_carousel__controls > a {
    opacity: 0.5;
}

.recentwork_carousel__controls > a:hover {
    opacity: 1;
}

.recentwork_carousel__details.nopointer {
    pointer-events: none;
}

/* Recent Work Carousel 1 - Style 2 */
.recentwork_carousel--2 li {
    text-align: left;
    padding: 0 0 0 3px;
}

.recentwork_carousel--2 .recentwork_carousel__link {
    position: relative;
}

.recentwork_carousel--2 .recentwork_carousel__img {
    height: 190px;
    transform: scale(1.05);
    transition: transform .2s ease-out
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .recentwork_carousel__img {
    transform: scale(1);
}

.recentwork_carousel--2 .recentwork_carousel__hov {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .recentwork_carousel__hov {
    opacity: 1;
    visibility: visible;
}

.recentwork_carousel--2 .recentwork_carousel__details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    backface-visibility: hidden;
    transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
}

.recentwork_carousel--2 .recentwork_carousel__link:hover .details {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.recentwork_carousel--2 .recentwork_carousel__cat {
    background-color: #CD2122;
    display: inline-block;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
    z-index: 1;
}

.recentwork_carousel--2 .recentwork_carousel__crsl-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
}

.recentwork_carousel--2 .recentwork_carousel__crsl-title,
.recentwork_carousel--2 .recentwork_carousel__cat {
    color: #FFF
}

.recentwork_carousel--2 .recentwork_carousel__title {
    color: #595959;
    font-weight: bold;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
}

.recentwork_carousel--2 .recentwork_carousel__title:after {
    position: absolute;
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #CD2122;
    bottom: 0;
    left: 0;
}

.recentwork_carousel--2 .recentwork_carousel__desc {
    margin-bottom: 30px;
}

.recentwork_carousel--2 .btn {
    font-size: 11px
}

.recentwork_carousel--2 .recentwork_carousel__controls {
    float: right;
    margin-top: 6px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.recentwork_carousel--2:hover .recentwork_carousel__controls {
    opacity: 1;
}

.recentwork_carousel--2 .recentwork_carousel__controls .glyphicon {
    display: none;
}

.recentwork_carousel--2 .hgSlickNav-arr {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block !important
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:after,
.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
    position: absolute;
    content: '';
    left: 7px;
    width: 10px;
    height: 2px;
    background-color: #2C2C2C;
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:after {
    transform: rotate(45deg);
}

.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
    transform: rotate(-45deg);
}

.recentwork_carousel--2 .recentwork_carousel__next:after,
.recentwork_carousel--2 .recentwork_carousel__prev:after {
    top: 14px;
}

.recentwork_carousel--2 .recentwork_carousel__next:before,
.recentwork_carousel--2 .recentwork_carousel__prev:before {
    top: 8px;
}

/* Recent work 1 - Style 3 */
.rwc--3 .recentwork_carousel__title {
    font-size: 28px;
    letter-spacing: -1px;
}

.container-fluid .recentwork_carousel--2 {
    margin-bottom: 0;
}

.container-fluid .recentwork_carousel--2 .recentwork_carousel__crsl-wrapper {
    padding-right: 15px;
}


/* Recent work carousel 2 - style1 */
.recentwork_carousel_v2 {
    position: relative;
    margin-bottom: 40px;
}

.recentwork_carousel_v2 .recentwork_carousel__controls {
    position: absolute;
    right: 0;
    top: 5px;
}

.recentwork_carousel_v2 .recentwork_carousel__crsl-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.recentwork_carousel_v2 li {
    padding: 0 10px;
}

.recentwork_carousel_v2 .recentwork_carousel__link {
    position: relative;
    overflow: hidden;
}

.recentwork_carousel_v2 .recentwork_carousel__details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=1);
}

.recentwork_carousel_v2 .recentwork_carousel__link:hover .recentwork_carousel__details {
    opacity: 1;
}

.recentwork_carousel_v2 .recentwork_carousel__plus {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #CD2122;
    font-size: 16px;
    color: #FFF;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.recentwork_carousel_v2 .recentwork_carousel__crsl-title {
    position: absolute;
    font-size: 1rem;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.recentwork_carousel_v2 .recentwork_carousel__cat {
    position: absolute;
    font-size: 0.8rem;
    top: 80%;
    left: 0;
    right: 0;
    padding: 0;
    color: #FFF;
}

.recent_works3 .carousel-item--height {
    height: 165px;
}

/* Recent work carousel 3 */
.recentwork_carousel_v3 {
    position: relative;
    margin-bottom: 40px;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.recentwork_carousel_v3 li {
    padding: 0 5px;
}

.recentwork_carousel_v3 .recentwork_carousel__link {
    position: relative;
    overflow: hidden;
}

.recentwork_carousel_v3 .recentwork_carousel__details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    opacity: 0;
    padding: 20px;
    transition: bottom .25s ease, opacity .25s ease, visibility .25s ease;
    -webkit-backface-visibility: hidden;
    text-align: start;
    padding-top: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.recentwork_carousel_v3 .recentwork_carousel__cat {
    background-color: #CD2122;
    display: inline-block;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.6;
    z-index: 1;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-title {
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
    color: #595959;
    font-weight: 600;
    position: relative;
    padding: 0;
    margin: 15px 0 0;
}

.recentwork_carousel_v3 .recentwork_carousel__crsl-title,
.recentwork_carousel_v3 .recentwork_carousel__cat {
    color: #FFF;
}

.recentwork_carousel_v3 .recentwork_carousel__top-container {
    padding-top: 25px;
    padding-bottom: 35px;
}

.recentwork_carousel_v3 .recentwork_carousel__title {
    font-size: 32px;
    font-weight: 700;
    color: #343434;
    line-height: 1;
}

.recentwork_carousel_v3 .btn {
    color: #585858;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}

.recentwork_carousel_v3 .btn:hover {
    color: #343434;
}

.recentwork_carousel_v3 .btn::before {
    content: '';
    background-color: #CD2122;
    margin-right: 5px;
    width: 10px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px
}

.recentwork_carousel_v3 .recentwork_carousel__link:hover .recentwork_carousel__details {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.recentwork_carousel_v3 .recentwork_carousel__img {
    transform: scale(1.05);
    transition: transform .2s ease-out
}

.recentwork_carousel_v3 .recentwork_carousel__link:hover .recentwork_carousel__img {
    transform: scale(1);
}

.recentwork_carousel_v3 .recentwork_carousel__controls {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

.recentwork_carousel_v3:hover .recentwork_carousel__controls {
    opacity: 1;
}

.recentwork_carousel_v3 .recentwork_carousel__controls .glyphicon {
    display: none;
}

.recentwork_carousel_v3 .recentwork_carousel__next,
.recentwork_carousel_v3 .recentwork_carousel__prev {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block !important
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:after,
.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
    position: absolute;
    content: '';
    left: 7px;
    width: 10px;
    height: 2px;
    background-color: #2C2C2C;
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:after {
    transform: rotate(45deg);
}

.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
    transform: rotate(-45deg);
}

.recentwork_carousel_v3 .recentwork_carousel__next:after,
.recentwork_carousel_v3 .recentwork_carousel__prev:after {
    top: 14px;
}

.recentwork_carousel_v3 .recentwork_carousel__next:before,
.recentwork_carousel_v3 .recentwork_carousel__prev:before {
    top: 8px;
}

/* Full-Width V3 */
.container-fluid .recentwork_carousel_v3 .recentwork_carousel__crsl-wrapper {
    margin-left: -10%;
    margin-right: -10%;
}

/*cfs-nav*/
.works_carousel .cfs--navigation a {
    display: block;
    width: 43px;
    height: 43px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .15s ease;
    color: #EEE;
    color: rgba(255, 255, 255, 0.15);
}

.works_carousel .cfs--prev {
    text-align: left;
    left: 10px;
}

.works_carousel .cfs--next {
    text-align: right;
    right: 10px;
}

.works_carousel .bottom-nav .cfs--prev {
    text-align: center;
    left: auto;
    right: 30px;
    bottom: 0;
    top: auto;
}

.works_carousel .bottom-nav .cfs--next {
    text-align: center;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0;
}

/*cfs--pagination*/
.works_carousel .cfs--pagination {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.works_carousel .cfs--pagination > a {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 2px 3px;
    background: #D9D9D9;
    box-shadow: none;
    border-radius: 50%;
    text-decoration: none;
}

.works_carousel .cfs--pagination > a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.5);
}

.works_carousel .cfs--pagination > a.selected {
    background: #F4F4F4;
    box-shadow: 0 0 0 3px #FE6060;
    width: 8px;
    height: 8px;
    margin: 3px 4px;
}

.works_carousel .cfs--pagination {
    bottom: -50px;
}

.works_carousel .cfs--pagination a {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    box-shadow: none;
    background: #FFF;
    background: rgba(255, 255, 255, 0.5);
}

.works_carousel .cfs--pagination a.selected {
    background: #AFAFAF;
    background: rgba(255, 255, 255, 0.96);
    cursor: default;
    box-shadow: none;
    width: 6px;
    height: 6px;
    margin: 0 2px;
}

.works_carousel .cfs--navigation a {
    opacity: 0;
    cursor: pointer;
    margin: -40px 0 0;
    box-sizing: content-box;
}

.works_carousel .cfs--navigation a::before {
    font-family: 'Glyphicons Halflings';
    color: rgba(255, 255, 255, 0.2);
    font-size: 50px;
}

.works_carousel .cfs--prev {
    left: -70px;
    padding-right: 40px;
}

.works_carousel .cfs--next {
    right: -70px;
    padding-left: 40px;
    text-align: center;
    width: 40px;
}

.works_carousel .caroufredsel:hover .cfs--prev {
    opacity: 1;
    left: -80px;
}

.works_carousel .caroufredsel:hover .cfs--next {
    opacity: 1;
    right: -80px;
}

.works_carousel .cfs--navigation a:hover::before {
    color: #CD2122;
}

.works_carousel .cfs--prev::before {
    content: "\e257";
}

.works_carousel .cfs--next::before {
    content: "\e258";
}

.works_carousel .fancy-title {
    color: #FFF;
    margin-bottom: 0;
}

.works_carousel .details [data-role="title"] {
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
}

/* Hoverlay style */
.works_carousel.stl-hoverlay .caroufredsel_wrapper {
    margin: 0;
}

.works_carousel.stl-hoverlay .inner-slide {
    position: relative;
    margin: 0;
    color: #FFF;
}

.works_carousel.stl-hoverlay .inner-slide .imgprev {
    margin: 0;
}

.works_carousel.stl-hoverlay .inner-slide .imgprev img {
    width: 100%;
    display: block;
}

.works_carousel.stl-hoverlay .inner-slide .imgprev::after {
    display: none;
}

.works_carousel.stl-hoverlay .inner-slide .details {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FE6060;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.works_carousel.stl-hoverlay .inner-slide:hover .details {
    opacity: 1;
    visibility: visible;
}

.works_carousel.stl-hoverlay .dt-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.works_carousel.stl-hoverlay .inner-slide [data-role="title"] {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}

/* simple style */
.works_carousel.stl-simple .caroufredsel_wrapper {
    margin: 0;
}

.works_carousel.stl-simple .inner-slide {
    position: relative;
    margin: 0;
}

.works_carousel.stl-simple .inner-slide .imgprev {
    margin: 0;
    background: #242731;
}

/*.works_carousel.stl-simple .inner-slide .imgprev img {width: 100%; display: block;}*/
.works_carousel.stl-simple .inner-slide:hover .imgprev img {
    opacity: .6;
}

.works_carousel.stl-simple .inner-slide .imgprev::after {
    display: none;
}

.works_carousel.stl-simple .inner-slide .details {
    display: block;
    padding: 30px 0 0;
    border-left: 1px solid #EEE;
    min-height: 105px;
}

.works_carousel.stl-simple .inner-slide [data-role="title"] {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.works_carousel.stl-simple .inner-slide [data-role="title"] a {
    color: #242731;
    text-decoration: none
}

.works_carousel.stl-simple .inner-slide:hover [data-role="title"] a,
.works_carousel.stl-simple .inner-slide [data-role="title"] a:hover {
    color: #CD2122;
}

.works_carousel.stl-simple .inner-slide [data-role="category"] {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    color: #CECED0;
}

.stg-textcenter.caroufredsel .inner-slide .details {
    text-align: center;
}

/* Navigation style for full-width style */
.works_carousel.stl-fullwidth .cfs--navigation a {
    opacity: .2;
    cursor: pointer;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 100%;
    background: url(/images/transparent_png/white40.png);
    background: rgba(255, 255, 255, 0.4);
}

.works_carousel.stl-fullwidth .cfs--navigation a:hover {
    background: url(/images/transparent_png/white70.png);
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
}

.works_carousel.stl-fullwidth .cfs--navigation a::before {
    color: #333;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.works_carousel.stl-fullwidth .cfs--navigation a:hover::before {
    color: #FE6060;
}

.works_carousel.stl-fullwidth .cfs--prev,
.works_carousel.stl-fullwidth .cfs--prev:hover {
    left: 0;
    text-align: center;
}

.works_carousel.stl-fullwidth .cfs--next,
.works_carousel.stl-fullwidth .cfs--next:hover {
    right: 0;
    text-align: center;
}

/* end Image boxes carousel element */


/*contact form */
form .row {
    margin-left: -5px;
    margin-right: -5px;
}

/*   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: 16px;
    padding: 14px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    overflow-x: hidden;
    background: #fff;
}

.form-control:focus {
    border-bottom: 2px solid #CCC;
    box-shadow: inherit;
}

.kl-fancy-form {
    position: relative;
}

.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;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    transition: all .25s ease;
    font-weight: 700;
}

.kl-fancy-form input:focus + label,
.kl-fancy-form textarea:focus + label {
    color: #C0C0C0;
}

/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .kl-fancy-form select.form-control {
        height: 52px;
        -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;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }
}

.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: 100%;
    max-width: 100%;
}

/* TWITTER FEED */
#twitterFeed {
    background: url(/images/twitter-bird.png) no-repeat 15px center #444;
    font-size: 12px;
    color: #FFF;
    padding: 15px 75px 15px 60px;
    position: relative;
    margin-bottom: 15px;
    font-style: italic;
    border-radius: 3px;
}

#twitterFeed:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 15px;
    border: 5px solid transparent;
    border-top-color: #444;
}

#twitterFeed ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
}

#twitterFeed .twTime {
    display: inline-block;
    color: #9D9D9D;
    padding-left: 10px;
    border-left: 1px solid #707070;
    font-size: 11px;
    position: absolute;
    right: -65px;
    top: 0;
    bottom: 0;
    width: 45px;
    vertical-align: middle;
    line-height: 1;
}

#twitterFeed > div:not(:only-child) {
    margin-bottom: 10px;
}

.twitterFeed {
    margin-bottom: 30px;
}

.twitter-feed > iframe {
    max-height: 20px;
}

#twitterFeed .timePosted {
    display: inline-block;
    color: #9D9D9D;
    padding-left: 10px;
    border-left: 1px solid #707070;
    font-size: 0.9rem;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: 60px;
    vertical-align: middle;
    line-height: 1;
    display: flex !important;
}

#twitterFeed .timePosted a {
    align-self: center !important;
}

#twitterFeed p {
    margin-bottom: 0;
}

#twitterFeed p.tweet a {
    text-decoration: underline;
}


/* SOCIAL SHARING */
.social-share {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.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 {
    margin-right: 10px;
}

.social-share div:last-child {
    margin-right: 0;
}

.social-share2 {
    margin: 0px 0 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}

#fb-root {
    margin: 0;
}

/* TESTIMONIALS BOX */
.testimonial_box {
    padding: 0 0 0 25px;
    margin: 15px 0;
    width: 100%;
    padding-left: 0;
    position: relative;
}

.testimonial_box[data-size=small] {
    width: 30%;
}

.testimonial_box[data-size=medium] {
    width: 50%;
}

.testimonial_box[data-size=large] {
    width: 70%;
}

.testimonial_box[data-size=full] {
    width: 100%;
}

.testimonial_box[data-size=onethird] {
    width: 33%;
}

.testimonial_box[data-size=twothirds] {
    width: 66%;
}

.testimonial_box[data-theme=light] blockquote {
    background: #DDD;
    color: #343434;
}

.testimonial_box[data-theme=dark] blockquote {
    background: #707070;
    color: #F5F5F5;
}

.testimonial_box[data-theme=light][data-align=left] blockquote:after {
    border-right-color: #FFF;
}

.testimonial_box[data-theme=dark][data-align=left] blockquote:after {
    border-right-color: #707070;
}

.testimonial_box[data-theme=light][data-align=right] blockquote:after {
    border-left-color: #DDD;
}

.testimonial_box[data-theme=dark][data-align=right] blockquote:after {
    border-left-color: #707070;
}

.testimonial_box[data-theme=light][data-align=top] blockquote:after {
    border-bottom-color: #DDD;
}

.testimonial_box[data-theme=dark][data-align=top] blockquote:after {
    border-bottom-color: #707070;
}

.testimonial_box[data-theme=light][data-align=bottom] blockquote:after {
    border-top-color: #DDD;
}

.testimonial_box[data-theme=dark][data-align=bottom] blockquote:after {
    border-top-color: #707070;
}

.testimonial_box[data-align=left] .details {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.testimonial_box[data-align=left] blockquote {
    margin-left: 90px;
}

.testimonial_box[data-align=left] blockquote:after {
    left: -14px;
    top: 50%;
}

.testimonial_box[data-align=right] .details {
    float: right;
    margin-left: 10px;
    width: 90px;
    text-align: right;
}

.testimonial_box[data-align=right] blockquote {
    margin-right: 90px;
}

.testimonial_box[data-align=right] blockquote:after {
    right: -14px;
    top: 50%;
}

.testimonial_box[data-align=top] .details {
    float: none;
    margin-left: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.testimonial_box[data-align=top] .details img {
    position: absolute;
    top: -5px;
    right: -5px
}

.testimonial_box[data-align=top] .details h6 strong {
    display: block;
}

.testimonial_box[data-align=top] .details h6 {
    margin-top: 0;
}

.testimonial_box[data-align=top] blockquote {
    margin-top: 14px;
    clear: both;
}

.testimonial_box[data-align=top] blockquote:after {
    left: 30px;
    top: -14px;
}

.testimonial_box[data-align=bottom] {
    margin-bottom: 35px;
}

.testimonial_box[data-align=bottom] .details {
    position: absolute;
    left: 25px;
    right: 5px;
    top: 100%;
    z-index: 1;
}

.testimonial_box[data-align=bottom] .details img {
    float: right;
    margin-top: -20px;
}

.testimonial_box[data-align=bottom] .details h6 strong {
    display: block;
}

.testimonial_box[data-align=bottom] blockquote {
    margin-bottom: 0;
    float: none;
    position: relative;
    z-index: 0;
}

.testimonial_box[data-align=bottom] blockquote:after {
    left: 30px;
    bottom: -14px;
}

.testimonial_box .details h6 {
    font-size: 0.8rem;
    font-weight: normal;
    margin: 10px 0 0;
    line-height: 1.4;
}

.testimonial_box .details h6 strong {
    display: block;
}

.testimonial_box blockquote {
    margin: 0;
    padding: 20px;
    border: 0;
    font-size: 1rem;
    font-style: italic;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}

.testimonial_box blockquote:after {
    content: '';
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
}

.testimonial_box:hover blockquote {
    box-shadow: 0 2px 13px rgba(0, 0, 0, .4);
}

.testimonial_box .details img {
    border-radius: 50%;
}


/* Stats boxes */
.stats_box .mb_title {
    background: none;
}

.statbox {
    background: #FFF;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.statbox img {
    margin-right: 15px;
}

.statbox__fonticon {
    margin-right: 15px;
    font-size: 46px;
    color: #8F8F8F;
    vertical-align: top;
    height: 48px;
    line-height: 51px;
}

.statbox h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #CD2122;
    line-height: 1.4;
    margin-top: 0;
}

.statbox h6 {
    color: #969696;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.8rem;
    line-height: 1.4;
}


/* Services boxes widget */
.services_boxes_wgt {
    position: relative;
    z-index: 1;
}

.services_boxes_wgt ul[class*="sbox-"] {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services_boxes_wgt ul[class*="sbox-"] > li {
    float: left;
}

.services_boxes_wgt .intro-col + ul[class*="sbox-"] {
    width: 75%;
}

.services_boxes_wgt .sbox-1 > li {
    width: 100%;
}

.services_boxes_wgt .sbox-2 > li {
    width: 50%;
}

.services_boxes_wgt .sbox-3 > li {
    width: 33.33%;
}

.services_boxes_wgt .sbox-4 > li {
    width: 25%;
}

.services_boxes_wgt .sbox-5 > li {
    width: 20%;
}

.services_boxes_wgt .intro-col {
    float: left;
    width: 25%;
    color: #888;
}

.services_boxes_wgt .inner-box {
    background: #FFF;
    padding: 35px 30px;
    margin: 0 0 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
}

.services_boxes_wgt li [data-role="title"] {
    font-size: 15px;
    font-weight: 600;
    color: #4D4D4D;
    vertical-align: top;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.services_boxes_wgt li [data-role="title"] .kl-icon {
    color: #C5C5C5;
    font-size: 40px;
    line-height: 1;
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    display: block;
    transition: color 0.3s ease-out;
}

.services_boxes_wgt .hover-details {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #FFF;
    padding: 35px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    left: 0;
    margin-top: 0;
    z-index: 9;
    transition: all 0.2s ease-out;
}

.colored-area .services_boxes_wgt .hover-details,
.colored-area .services_boxes_wgt .inner-box {
    background: #FFF;
}

.services_boxes_wgt .hover-details::after {
    background: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
    height: 1px;
    margin-left: 35px;
    margin-right: 35px;
    width: calc(100% - 70px);
}

.services_boxes_wgt li:hover .hover-details {
    opacity: 1;
    visibility: visible;
    margin-top: -30px;
}

.services_boxes_wgt li:hover [data-role="title"] .kl-icon {
    color: #FE6060;
}

.read-more-link {
    color: #A3A4A4;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 3px;
    text-decoration: none;
}

.read-more-link:hover {
    color: #888;
    text-decoration: none;
    border-bottom-color: #FE6060;
}


/* Logos / clients list */
.logos-bar {
    bottom: 100%;
    width: 100%;
}

.logos-bar--relative {
    position: relative;
    width: 100%;
}

.logolist {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logolist li {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}

.logolist li img {
    opacity: .8;
}

.logolist li:hover img {
    opacity: 1;
}

.no-flexbox .logolist {
    text-align: justify;
}

.no-flexbox .logolist li {
    min-height: 75px;
}

.no-flexbox .logolist:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    min-height: 0;
}


/* Fluid Container with normal width support */
/* Does not work with nesting columns, so basically can be used only for first level of grid columns */
.col-normal {
    position: relative;
    min-height: 1px;
    margin-left: -15px;
    margin-right: -15px;
    transition: padding .2s ease-out;
}

html:not(.js) .col-normal {
    margin: 0;
}

/* Animated Charts */
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent::after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

/* funding percentage */
.fundedperc {
    background-image: url(/images/bgfunded.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fundedperc .chart {
    width: auto;
    height: auto;
    margin: 64px auto;
    min-height: 300px;
}

.fundedperc .chart canvas {
    position: static;
}

.fundedperc .percent {
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    display: block;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin-top: 81px;
    letter-spacing: 11px;
    color: rgba(255, 255, 255, 0.7);
}

.fundedperc .percent::after {
    content: '';
    display: none;
}

.fundedperc .percent span {
    font-size: 80px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    letter-spacing: 0;
    color: #FFF;
}

.fundedperc .percent span::after {
    content: '%';
    margin-left: 0.1em;
    font-weight: 300;
}

/* World Map Offices */
.world-map-offices {
    position: relative;
}

.world-map-offices > img {
    opacity: .2;
}

.world-map-offices .world-office {
    position: absolute;
    padding-bottom: 20px;
    min-width: 7px;
    min-height: 7px;
    z-index: 1;
}

.world-map-offices .world-office:hover {
    z-index: 2;
}

.world-map-offices .world-office::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #F0D228;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    cursor: pointer;
    z-index: 1;
}

.world-map-offices .world-office:hover::before,
.world-map-offices .world-office.selected::before {
    box-shadow: 0 0 0 4px #FE6060;
    transform: scale(1.5);
}

.world-map-offices .office-details {
    color: #7B7B7B;
    font-size: 12px;
    font-weight: 600;
    min-width: 310px;
    opacity: 0;
    visibility: hidden;
    left: -3999px;
    transition: opacity .3s ease-in, visibility .3s ease-in;
    position: absolute;
    top: -140px;
    padding-bottom: 30px;
}

.world-map-offices .world-office:hover .office-details,
.world-map-offices .world-office.selected .office-details {
    opacity: 1;
    visibility: visible;
    left: -118px;
}

.world-map-offices .office-details::before {
    content: '';
    position: absolute;
    left: 120px;
    bottom: 18px;
    border-top: 12px solid #FFF;
    border-right: 12px solid rgba(0, 0, 0, 0);
}

.world-map-offices .office-content {
    padding: 7px 25px 0;
    position: relative;
    overflow: hidden;
    min-height: 130px;
    max-height: 130px;
    background: #FFF;
    border-radius: 0 2px 2px 0;
    overflow-y: visible;
}

.world-map-offices .office-content h5 {
    color: #1A1C25;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin: 5px 0 7px;
}

.world-map-offices .office-content p {
    font-size: 0.9rem;
}

.world-map-offices .office-content p:last-child {
    margin-bottom: 0;
}

.world-map-offices .office-details > a {
    float: left;
}

.world-map-offices .office-details > a img {
    border-radius: 2px 0 0 2px;
}

/* World Map Trigger Links */
.world-map-triggers {
    max-width: 400px;
    margin-bottom: 150px;
    overflow: hidden;
}

ul.world-map-triggers[data-columns] li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

ul.world-map-triggers[data-columns="3"] li {
    width: calc(33.3333% - 20px);
}

.world-map-triggers .office-name {
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    line-height: 1.4;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 3px;
}

.world-map-triggers .office-name.selected,
.world-map-triggers .office-name:hover {
    border-color: #F0D228;
}


/* Fake Loading */
.fake-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 1;
    pointer-events: none;
    animation: fake-loading .4s ease-in 2s 1 normal forwards;
}

.fake-loading.fl--nobg {
    background: none;
}

.fake-loading.loading-1s {
    animation-delay: 1s;
}

.fake-loading.loading-2s {
    animation-delay: 2s;
}

.fake-loading.loading-4s {
    animation-delay: 4s;
}

.fake-loading.loading-8s {
    animation-delay: 8s;
}

.fake-loading.loading-10s {
    animation-delay: 10s;
}

.fake-loading:after {
    content: '';
    border: 2px solid rgba(205, 33, 34, 0.16);
    border-top-color: #CD2122;
    border-right-color: #CD2122;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    animation: fake-loading-circle .5s infinite linear;
}

@keyframes fake-loading {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes fake-loading-circle {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
    content: "Example";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #F5F5F5;
    border: 1px solid #DDD;
    color: #9DA0A4;
    border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding: 0;
    padding-top: 15px;
}

/* Tweak examples  */
.bs-docs-example > p:last-child {
    margin-bottom: 0;
}

/* Special grid styles  */
.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.show-grid [class*="span"] {
    background-color: #EEE;
    text-align: center;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}

.show-grid:hover [class*="span"] {
    background: #DDD;
}

.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0;
}

.show-grid .show-grid [class*="span"] {
    background-color: #CCC;
}

/* Icon list (for demo purposes) */
.kl-icon-list {
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
}

.kl-icon-list li {
    width: 13%;
    display: inline-block;
    font-size: 32px;
    margin: 0 6px 10px;
    text-align: center;
    float: left;
    padding: 30px 0;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #999;
    transition: all .15s ease-out;
    position: relative;
    cursor: pointer;
}

.kl-icon-list li:hover {
    border-color: #DDD;
    color: #535353;
}

.kl-icon-list li:after {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    content: 'Click to copy "' attr(class) '"';
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: bold;
    color: #FFF;
    min-width: 270px;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    display: none;
    transition: background-color .2s ease-out, min-width .2s ease-out;
    z-index: 10;
}

.kl-icon-list li:hover:after {
    display: block;
}

.kl-icon-list li.is-copied:after {
    background-color: #4CAF50;
    content: "Copied!";
    min-width: 0;
}


/* Caroufredsel Default */
/* Caroufredsel default styles */
.caroufredsel {
    margin: 0;
    position: relative;
    zoom: 1;
}

.caroufredsel ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cfs--default {
    margin: 0;
    position: relative;
    zoom: 1;
    padding-left: 0;
}

.cfs--default > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cfs--default .cfs--item,
.cfs--default > ul > li {
    display: block;
    float: left;
    position: relative;
}

/* CFS SVG navigation */
.cfs-svg--next,
.cfs-svg--prev {
    width: 40px;
    height: 60px;
    display: block !important;
    cursor: pointer;
}

.cfs-svg--next svg,
.cfs-svg--prev svg {
    display: inline-block;
}

.cfs-svg--next polyline,
.cfs-svg--prev polyline {
    transition: stroke-width 250ms ease-in-out;
}

.cfs-svg--prev:hover polyline,
.cfs-svg--prev:focus polyline {
    stroke-width: 3px;
}

.cfs-svg--prev:active polyline {
    stroke-width: 6px;
    transition: stroke-width 100ms ease-in-out;
}

.cfs-svg--next:hover polyline,
.cfs-svg--next:focus polyline {
    stroke-width: 3px;
}

.cfs-svg--next:active polyline {
    stroke-width: 10px;
    transition: stroke-width 100ms ease-in-out;
}

/*cfs-nav*/
.cfs--navigation a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .15s ease;
    color: #EEE;
    color: rgba(255, 255, 255, 0.15);
}

.cfs--prev {
    text-align: left;
    left: 10px;
}

.cfs--next {
    text-align: right;
    right: 10px;
}

.stg-slimmer-arrows .cfs--prev::before,
.stg-slimmer-arrows ~ .cfs--navigation .cfs--prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.stg-slimmer-arrows .cfs--next::before,
.stg-slimmer-arrows ~ .cfs--navigation .cfs--next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.stg-slim-arrows .cfs--prev::before,
.stg-slim-arrows ~ .cfs--navigation .cfs--prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.stg-slim-arrows .cfs--next::before,
.stg-slim-arrows ~ .cfs--navigation .cfs--next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.caroufredsel:hover .cfs--prev {
    opacity: 0.7;
}

.caroufredsel:hover .cfs--next,
.caroufredsel:hover ~ .cfs--navigation .cfs--next {
    opacity: 0.7;
}

.caroufredsel:hover .cfs--next:hover,
.caroufredsel:hover .cfs--prev:hover,
.caroufredsel:hover ~ .cfs--navigation .cfs--next:hover,
.caroufredsel:hover ~ .cfs--navigation .cfs--prev:hover {
    opacity: 1;
}

/* caroufredsel hoverstyle */
.stl-hoverstyle .cfs--navigation a {
    width: 76px;
    height: 70px;
    color: #FFF;
    line-height: 70px;
    text-align: center;
    opacity: 0.7;
    margin: -35px 0 0;
}

.stl-hoverstyle:hover .cfs--navigation a {
    width: 76px;
    height: 70px;
    color: #FFF;
    line-height: 70px;
    text-align: center;
    opacity: 1;
}

.stl-hoverstyle .cfs--navigation a:before {
    font-size: 32px;
}

.stl-hoverstyle .cfs--prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.stl-hoverstyle .cfs--next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.stl-hoverstyle .cfs--navigation a:hover {
    background-color: #CD2122;
}

.caroufredsel_wrapper .slides li {
    position: relative;
    display: block;
    float: left;
}

.caroufredsel_wrapper .playVideo,
.js-slick .playVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

/*** Static content */
.static-content__wrapper {
    width: 100%;
    overflow: hidden;
    min-height: 450px;
}

/* Source Styles */
.static-content__source + .static-content__inner {
    position: relative;
}

.static-content__source {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Safe padding */
.kl-slideshow .kl-slideshow-safepadding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.static-content--fullscreen {
    height: 100vh;
}

.static-content--fullscreen .th-google_map {
    height: 100vh !important;
}

/* Static Content - default */
.static-content {
    color: #FFF;
    padding-top: 20px;
}

.static-content__title {
    font-size: 4rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.3;
}

.static-content__subtitle {
    font-size: 2rem;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.4;
}

.static-content__subtitle .stronger {
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    padding-bottom: 2px;
    cursor: help;
}

.static-content.video-style .playVideo {
    margin-bottom: 20px;
}

/* Infopop balloon */
.static-content__infopop {
    width: 300px;
    margin: 50px auto 0;
    padding: 20px;
    position: relative;
    color: #343434;
    border-radius: 8px;
    background-clip: padding-box;
    background: rgba(49, 112, 143, 0.35);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0.8) 0%, rgba(49, 112, 143, 0.35) 100%);
    box-shadow: 0 10px 11px -10px rgba(0, 0, 0, 0.8), inset 0 -1px 0 rgba(255, 255, 255, .8), inset 0 0 6px rgba(49, 112, 143, 0.35);
}

.static-content__infopop:after {
    content: "";
    position: absolute;
    border: 7px solid transparent;
}

.static-content__infopop[data-arrow=top]:after {
    top: -13px;
    left: 50%;
    margin-left: -7px;
    border-bottom-width: 7px;
    border-bottom-color: rgba(254, 254, 254, 0.8);
}

.static-content__infopop[data-arrow=bottom]:after {
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    border-top-width: 7px;
    border-top-color: rgba(254, 254, 254, 0.8);
}

.static-content__infopop[data-arrow=left]:after {
    left: -14px;
    top: 50%;
    margin-top: -7px;
    border-right-width: 7px;
    border-right-color: rgba(254, 254, 254, 0.8);
}

.static-content__infopop[data-arrow=right]:after {
    right: -14px;
    top: 50%;
    margin-top: -7px;
    border-left-width: 7px;
    border-left-color: rgba(254, 254, 254, 0.8);
}

.sc-infopop__text {
    color: rgba(37, 37, 37, 0.7);
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 1.2;
    margin: 5px 0;
}

.static-content__infopop .sc-infopop__btn {
    float: right;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #CD2122;
    padding: 10px 15px 10px;
    border: 0;
    margin: 13px -20px 0 0;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all .2s ease-in-out;
}

.static-content__infopop:hover .sc-infopop__btn {
    padding: 10px 30px 10px 15px;
}

.static-content__infopop .sc-infopop__btn:hover {
    color: #222;
    background: rgba(0, 0, 0, 0.2);
}

.static-content__infopop.sc-infopop--left {
    margin-left: 0;
}

.static-content__infopop.sc-infopop--left[data-arrow=top]:after {
    left: 0;
    margin-left: 25px;
}

.static-content__infopop.sc-infopop--right {
    margin-right: 0;
}

.static-content__infopop.sc-infopop--right[data-arrow=top]:after {
    right: 0;
    margin-right: 25px;
}

@keyframes fadeBoxIn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.fadeBoxIn {
    animation-name: fadeBoxIn;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
}

/* Static Content - boxes */
.sc__boxes {
    margin-top: 70px;
}

.sc__boxes .static-content__infopop {
    width: auto;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, .8), inset 0 0 6px rgba(255, 255, 255, .8);
    transition: opacity .2s ease-out, transform .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.sc__boxes:hover .static-content__infopop {
    opacity: .4;
}

.sc__boxes:hover .static-content__infopop:hover {
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, .8), inset 0 0 6px rgba(255, 255, 255, .8);
    transform: translateY(-10px);
}

.sc__boxes .sc__box-title {
    margin-bottom: 10px;
}

.sc__boxes .static-content__infopop .sc__img {
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    max-width: 36px;
}

.sc__boxes .static-content__infopop .sc__img--flex {
    width: 36px;
}

.sc__boxes .static-content__infopop .sc__img ~ p {
    margin-left: 52px
}

/* Static content - Video Background */
.sc__video-line {
    margin-top: 1px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 36px;
    color: #FFF;
    line-height: 1.4;
    font-weight: 300;
}

.sc__iframe-video {
    width: 100% !important;
}

.static-content__wrapper .sc--captpos-bottom {
    top: auto;
    transform: translateY(100%);
    bottom: 10px;
}

.static-content__wrapper .sc--captpos-top {
    top: auto;
    transform: none;
}

/* Static Content - textpop */
.textpop-style {
    padding-bottom: 20px;
    padding-top: 40px;
}

.textpop__texts > span {
    display: block;
    color: #EEE;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    cursor: default;
    position: relative;
    transform-origin: center bottom;
    transition: all 0.2s ease-out;
}

.textpop__line1 {
    font-size: 20px;
    letter-spacing: 10px;
    word-spacing: 5px;
}

.textpop__line2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px;
    word-spacing: 5px;
}

.textpop__line3 {
    font-size: 40px;
}

.textpop__line4 {
    font-size: 30px;
    letter-spacing: 3px;
    word-spacing: 5px;
    margin-top: 5px;
}

.textpop__texts .stronger {
    font-weight: 900;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    padding-bottom: 2px;
}

.textpop__texts > span:hover {
    color: #FFF;
    text-shadow: 0 4px 1px rgba(0, 0, 0, 0.6);
    transform: scale(1.15);
}

/* Static Content - event style */
.static-content.event-style .static-content__subtitle {
    text-align: left;
    font-size: 28px;
    margin-bottom: 50px;
}

.static-content .or {
    line-height: 30px;
    margin: 0 20px 15px 20px;
}

.static-content.event-style .or {
    float: left;
}

.static-content.event-style .social-icons li {
    margin: 0 0 15px 10px;
    vertical-align: top;
}

.black_border {
    border: 10px solid rgba(0, 0, 0, 0.32);
    border-radius: 3px;
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
}

.white_border {
    border: 10px solid white;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.scev-icon-nocolor {
    background-color: #121212;
}

/* Static Content - product zoom */
/*.productzoom-style {padding-top:0;}*/
.productzoom-style .static-content__subtitle {
    font-size: 28px;
    margin-top: 0;
}

.sc__screenshot {
    position: relative;
    padding: 24px 0 7px;
    width: 100%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    background-color: #C8D0D2;
    border-radius: 3px;
}

.sc__screenshot:before {
    content: "";
    position: absolute;
    top: 8px;
    margin-top: 0;
    left: 25px;
    display: block;
    background: #EAAE2A;
    border-radius: 30px;
    width: 8px;
    height: 8px;
    box-shadow: -12px 0 0 #ED4529, 12px 0 0 #59C626;
}

.sc__screenshot .image {
    position: relative;
}

.sc__screenshot .image img {
    width: 100%;
}

/* Loupe */
.sc__loupe {
    position: absolute;
    display: none;
    border: 1px solid #000;
    background-color: transparent;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay_white {
    background-color: #FFF;
}

.shadow {
    box-shadow: 5px 5px 10px #000;
}

.glossy {
    display: block;
    margin: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .6)), color-stop(100%, rgba(255, 255, 255, 0)));
}

.sc__loupe {
    cursor: url(../addons/jquery_loupe/blank.png), url(../addons/jquery_loupe/blank.cur), none;
    border: 2px solid white;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 5px #777, 0 0 10px #AAA inset;
    border-radius: 50%;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
}

.sc__loupe .glossy {
    display: block;
    margin: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .6)), color-stop(100%, rgba(255, 255, 255, 0)));
}

.static-content__slideshow .static-content .sc__features {
    margin: 30px 0;
    list-style: none;
    padding-left: 0;
}

.static-content .sc__features li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.static-content .sc__features li > span {
    margin: 7px 10px 0 0;
}

.static-content .btn .button-icon {
    margin-right: 5px;
}

.static-content .btn span {
    vertical-align: middle;
}

/* Static Content - text with register form */
.static-content--with-login .static-content__title {
}

.fancy_register_form {
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.3);
    color: #272727;
    position: relative;
}

.fancy_register_form form {
    margin: 0;
}

.fancy_register_form > h4 {
    margin: 10px 0 45px;
    font-size: 32px;
    font-weight: 500;
    color: #464444;
}

.fancy_register_form label {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-align: left !important;
    font-weight: normal;
    align-self: flex-end;
}

.fancy_register_form .form-control {
    padding: 10px 15px;
    height: 38px;
}

.fancy_register_form div#login_error {
    color: #000;
    text-align: center;
    text-shadow: none !important;
}

.fancy_register_form:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 100px;
    border-top: 25px solid #FFF;
    border-right: 25px solid transparent;
    opacity: .3;
}

/* Static Content - simple */
.static-content--simple {
    color: #8B8B8B;
    box-shadow: none;
}

.static-content--simple h2,
.static-content--simple .static-content__subtitle {
    text-shadow: none;
}

.static-content--simple .can_be_used {
    color: #B7B7B7;
    font-weight: 500;
    text-shadow: none;
}

.sc__simpleaction {
    margin-top: 30px;
}

.static-content--simple .btn {
    display: table-cell;
}

.static-content--simple .sc__line {
    width: 100%;
    overflow: hidden;
    display: table-cell;
    position: relative;
}

.static-content--simple .sc__line:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #C6C6C6;
}

/* Faded Bottom Mask */
.sc__fade-boxed-mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
}

.sc__fade-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #FBFBFB 100%);
}

.sc__boxed-mask {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    width: 1200px;
    height: 105%;
    border-radius: 4px;
    background: #F5F5F5;
    transform: translateX(-50%);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.sc--has-fade-mask .static-content__inner {
    padding-bottom: 140px;
}

.sc--has-fade-mask {
    margin-bottom: -100px;
    overflow: hidden;
    min-height: auto;
}

/* Text color theme */
.scs--theme-light {
    color: #FFF;
}

.scs--theme-light h2,
.scs--theme-light h3,
.scs--theme-light .can_be_used {
    color: #FFF;
}

/* dark */
.scs--theme-dark {
    color: #232323;
}

.scs--theme-dark h2,
.scs--theme-dark h3,
.scs--theme-dark .can_be_used {
    color: #232323;
}

.scs--theme-dark .sc__line:after {
    background: #343434;
}

/* Static Content - Weather box */
.sc--wb-style .static-content__title {
    text-shadow: none;
    letter-spacing: -1px;
}

.sc--wb-style .static-content__subtitle {
    text-shadow: none;
    font-weight: 300;
}

.sc--wb-style .sc__actionarea {
    text-align: center;
    margin-top: 40px;
}

.sc--wb-style .sc-infopop__text {
    font-size: 16px;
    color: #FFF;
    text-shadow: none;
    font-weight: 300;
    margin-top: 10px;
}

.sc__weather {
    min-height: 120px;
    position: relative;
}

/* Weather list */
ul.scw_list {
    margin: 30px 80px 0;
    list-style: none;
}

.scw_list li {
    width: 17%;
    float: left;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.scw_list .wt-icon {
    font-size: 140px;
    height: 110px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.scw__degs {
    font-size: 28px;
}

.scw__high {
    font-weight: 700;
}

.scw__low {
    opacity: .7;
    margin-left: 15px;
}

.scw__day {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

.scw__alt {
    font-size: 16px;
}

.scw_list li:first-child {
    width: 32%;
    margin-top: -60px;
}

.scw_list li:first-child .wt-icon {
    font-size: 230px;
    height: 180px;
    margin-bottom: 20px;
}

.scw_list li:first-child .scw__degs {
    font-size: 34px;
}

.scw_list li:first-child .scw__high {
    font-weight: 700;
}

.scw_list li:first-child .scw__day {
    font-size: 28px;
}

.scw_list li:first-child .scw__alt {
    font-size: 18px;
}

/* Static Content - Reservation Form */
.sc--resform-style .static-content__title {
    text-shadow: none;
    letter-spacing: -1px;
}

.sc--resform-style .static-content__subtitle {
    text-shadow: none;
    font-weight: 300;
}

.sc--resform-style .sc__actionarea {
    text-align: center;
    margin-top: 40px;
}

.sc--resform-style .sc-infopop__text {
    font-size: 16px;
    color: #FFF;
    text-shadow: none;
    font-weight: 300;
    margin-top: 10px;
}

/* Reservation form */
.sc__res-form {
    width: 540px;
    position: relative;
    margin: 70px auto 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.sc__form-reservation {
}

.rf__block {
    float: left;
    width: 70%;
}

.rfblock--submit {
    width: 30%;
}

.rfblock--fields {
    padding: 30px 20px;
    background-color: #345370;
    border-radius: 3px 0 0 3px;
}

.rfblock--fields .rf__field {
    width: calc(25% - 10px);
}

.rf__field {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    margin-left: 20px;
    padding-left: 20px;
    float: left;
}

.rfblock--fields .rf__field:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
    width: calc(50% - 20px);
}

.rf__label {
    display: block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px;
}

.rf__select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    background-position: 86% 50%;
    background-color: #2A425A;
    border: 0;
    height: 35px;
    padding: 0 0 0 15px;
    color: #FFF;
    outline: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUY4QjAxMDMyMDEzMTFFNTlCOTRBMEJGNDg4OEVBOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUY4QjAxMDQyMDEzMTFFNTlCOTRBMEJGNDg4OEVBOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRjhCMDEwMTIwMTMxMUU1OUI5NEEwQkY0ODg4RUE5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRjhCMDEwMjIwMTMxMUU1OUI5NEEwQkY0ODg4RUE5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgLLZzQAAAA7SURBVHjaYvz//z8DGkiD0rOQBZkYiASMSCam4VAzi2QT04hRSJYbqWMi9RWy4Ak/hkEUM9RNPQABBgBHYhbX6Sf7oQAAAABJRU5ErkJggg==);
}

.rf__select:hover,
.rf__select:focus {
    background-color: #263645;
    outline: none;
}

.rffield--bigger .rf__select {
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px;
}

.rf__select.rf__checkinmonth {
    margin-left: 0;
}

.rf__submit {
    background-color: #518AC0;
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    transition: background-color .2s ease-out, padding-left .2s ease-out;
    padding: 0 20px;
    text-align: left;
    line-height: 1.6;
    outline: none;
    color: #FFF;
    cursor: pointer;
}

.rf__submit:active,
.rf__submit:focus {
    outline: none;
}

.rf__submit:hover {
    background-color: #30689D;
    padding-left: 15px;
}

.rf__submit:after {
    content: "\f105";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 75px;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -30px;
    transition: right .2s ease-out;
}

.rf__submit:hover:after {
    right: 15px;
}

.rf__submit span {
    position: relative;
}

/* Showroom Carousel */
.sc--showroomcrs-style .sc__textcontent h2 {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
}

.sc--showroomcrs-style .sc__textcontent h3 {
    font-size: 2rem;
    font-weight: 700;
}

.sc--showroomcrs-style {
    max-width: 75%;
}

.sc__textcontent {
    margin-bottom: 40px;
}

.sc__actionarea {
    margin-bottom: 70px;
}

.sc__secbtn {
    margin-left: 20px;
}

.sc__shcar-wrapper {
    overflow: hidden;
    position: relative;
}

.sc__shcar-wrapper .caroufredsel_wrapper {
    margin-left: -20px !important;
    width: calc(100% - 10px) !important;
}

.sc__shcar-item {
    padding-top: 13px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.shc__item-link {
    display: block;
}

.shc__item-link[data-lightbox="iframe"] {
    position: relative;
}

.shc__item-link[data-lightbox="iframe"]:after {
    display: block;
    content: "\f04b";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    padding-left: 3px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.shc__item-link[data-lightbox="iframe"]:hover:after {
    transform: scale(1.1);
    border: 2px solid #FFF;
    color: #FFF;
}

.shc__item-title {
    font-size: 14px;
    font-weight: 700;
}


/* Huge Arrow */
.sc-huge-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
    left: calc(50% - 150px);
    animation-name: arrow_entry;
    animation-fill-mode: backwards;
    animation-duration: 2s;
    animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
}

.sc-huge-arrow:before,
.sc-huge-arrow:after {
    width: 1000px;
    height: 400px;
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(-45deg) skew(45deg);
    top: -400px;
    left: 0;
    position: absolute;
    transform-origin: 100% 100%;
}

.sc-huge-arrow:before {
    transform: rotate(45deg) skew(-45deg);
    top: 0;
    transform-origin: 100% 0;
}

.no-csstransforms .sc-huge-arrow {
    display: none;
}

@keyframes arrow_entry {
    0% {
        transform: scale(.9);
        opacity: 0;
        margin-left: -50px;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        margin-left: 0px;
    }
}

/* Text play */
#textplay {
    text-align: center;
}

.textplay-line {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: 800;
}

.textplay-sep {
    font-weight: 300;
    opacity: 0.2;
}

.textplay-word {
    opacity: 0.4;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.textplay-word.active {
    opacity: 1;
}

/*** Content Maps */
.scontent__maps {
    position: relative;
}

.th-google_map {
    width: 100%;
}

.th-google_map .gmap_marker p {
    font-size: 1rem !important;
}

/* 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: 750px;
}

@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((100vw - 1170px) / 2);
    top: 10%;
    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;
    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: 350px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #343434;
}

.kl-contentmaps__panel-info-text {
    max-height: 350px;
    padding-top: 20px;
    transition: max-height .3s ease-out, padding-top .3s ease-out;
}

.kl-contentmaps__panel-title {
    font-size: 1.3rem;
    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;
    transform: rotate(45deg);
    opacity: .8;
    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 {
    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 {
    transform: rotate(0);
}

.scontent__maps.maskcontainer--mask3 .kl-bottommask--mask3 {
    bottom: -8px;
}

/* Static content - Heat distortion */
.wrap-heat {
    position: relative;
    height: 100vh;
}

.Background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.Background canvas {
    height: 100vh !important;
}


/* Static content - Isometric grids */
body.isometric #page_wrapper {
    background: linear-gradient(90deg, #58A8FB, #465683);
}

.pseudo-scroller {
    pointer-events: none;
}

.isolayer {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 100%;
}

.js .grid,
.js .grid__item,
.js .grid__link {
    transform-style: preserve-3d;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.grid__item {
    width: 300px;
}

.js .grid__item {
    backface-visibility: hidden;
}

.grid__link {
    position: relative;
    z-index: 1;
    display: block;
}

.grid__img {
    display: block;
    max-width: 100%;
}

.grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #FFF;
    transform: translate3d(0, -20px, 0);
    transition: transform 0.3s, opacity 0.3s;
}

.grid__item:hover .grid__title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.layer {
    position: relative;
    display: block;
}

.layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.section--intro {
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 800px;
    max-height: 1200px;
}

/* Shadow effect */
.isolayer--shadow .grid__link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(0.95);
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    backface-visibility: hidden;
}

.isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(1);
}

/* All individual isometric grid layouts (static and scrollable) */
.isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}

.isolayer--scroll1 .grid__item {
    width: 300px;
    padding: 15px;
}

.isolayer--deco1 {
    width: 1200px;
    height: 900px;
}

.isolayer--deco1 .grid__link .layer:first-child:not(img) {
    background: #AC5CF5;
}

.isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
    background: #5DB4EB;
}

.isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
    background: #5DEBB4;
}

.isolayer--deco1 .grid__link div.layer {
    width: 370px;
    height: 270px;
    opacity: 0.4;
}

.isolayer--deco1 .grid__item {
    width: 400px;
    height: 300px;
    padding: 15px;
}

.isolayer--deco1 .grid__item:nth-child(2) {
    margin-top: 150px;
}

.isolayer--deco2 {
    width: 1200px;
    height: 100vh;
}

.isolayer--deco2 .grid__item {
    padding: 20px;
}

.isolayer--deco2 .grid__link .layer {
    border: 20px solid #FFF;
    border-width: 40px 20px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
}

.isolayer--deco3 {
    width: 960px;
    height: 500px;
}

.isolayer--deco3 .grid__item {
    width: 240px;
    height: 320px;
    padding: 0;
}

.isolayer--deco3 .grid__item:nth-child(2),
.isolayer--deco3 .grid__item:nth-child(4) {
    margin-top: -160px;
}

.isolayer--deco3 .grid__link,
.isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.isolayer--deco3 .layer {
    text-align: center;
    background: #FFF;
    transform-origin: 0 50%;
}

.isolayer--deco3 .grid__link:hover .layer:not(:first-child) {
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

.isolayer--deco3 .grid__item:nth-child(2n) .layer {
    background: #F7D2DC;
}

.isolayer--deco3 .grid__item:nth-child(3n) .layer {
    background: #FFF0F3;
}

.isolayer--deco3 .grid__item:nth-child(4n) .layer {
    background: #E9C5CC;
}

.isolayer--deco3 .grid__item:nth-child(5n) .layer {
    background: #D6CBCD;
}

.isolayer--deco3 .grid__item:nth-child(7n) .layer {
    background: #FFC9D8;
}

.isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.isolayer--deco3 .decoletter {
    font-size: 6em;
    font-weight: 900;
    line-height: 1;
    display: block;
    padding: 70px 0 0 0;
    color: #000;
}

.isolayer--deco3 .deconumber {
    font-size: 3em;
    display: block;
    color: #000;
}

.isolayer--deco4 {
    width: 1000px;
    height: 900px;
}

.isolayer--deco4 .grid__item {
    padding: 15px;
}

.isolayer--deco4 .grid__link .layer:first-child:not(img) {
    background: #AC5CF5;
}

.isolayer--deco4 .grid__link .layer:nth-child(2):not(img) {
    background: #5DB4EB;
}

.isolayer--deco4 .grid__link .layer:nth-child(3):not(img) {
    background: #5DEBB4;
}

.isolayer--deco4 .grid__link .layer {
    transform-origin: 50% 100%;
}

.isolayer--deco4 .grid__link div.layer {
    width: 270px;
    height: 203px;
    opacity: 0.4;
}

.isolayer--deco4 .grid__item {
    width: 300px;
    height: 225px;
    padding: 15px;
}

/* Flip effect for the scrollable grid */
.js .grid--effect-flip .grid__item {
    opacity: 0;
}

.js .grid--effect-flip .grid__item.shown {
    opacity: 1;
}

.grid--effect-flip .grid__item.animate {
    transform: translateY(800px);
    animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@keyframes moveUp {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* offer-banners */
.offer-banners .offer-banners-link {
    margin-bottom: 30px;
    display: block;
}

.offer-banners.ob--resize-cover .offer-banners-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* SHOP LATEST // BEST SELLING TABS - CAROUSEL */
.shop-latest .tabbable .nav {
    border-bottom: 3px solid #E7E7E7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.shop-latest .tabbable .nav li {
    margin-left: 20px;
    padding-left: 20px;
    float: none;
    display: inline-block;
}

.shop-latest .tabbable .nav li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.shop-latest .tabbable .nav li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #595959;
    position: relative;
    padding: 0;
}

.shop-latest .tabbable .nav li a:hover {
    color: #595959;
    background-color: transparent;
}

.shop-latest .tabbable .nav li a.active {
    color: #CD2122;
    background-color: transparent;
}

.shop-latest .tabbable .nav li a.active:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -4px;
    border: 4px solid transparent;
    border-bottom-color: #CD2122;
}

.shop-latest .tabbable .nav li a.active:before {
    position: absolute;
    content: '';
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #CD2122;
}

.shop-latest .tab-content {
    overflow: visible;
}

.shop-latest .tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.shop-latest .tab-content > .active {
    visibility: visible;
    height: auto;
}

.shop-latest .tabbable .spp-carousel.sppCrs--c .hgSlickNav {
    top: 0;
    right: 0;
}

.shop-latest .tabbable .spp-carousel.sppCrs--c .hgSlickNav-arr {
    background: none;
}

.shop-latest .tabbable .spp-carousel.sppCrs--c .hgSlickNav-arr:hover,
.shop-latest .tabbable .spp-carousel.sppCrs--c:hover .hgSlickNav-arr:hover {
    background: none;
}

/* Shop Latest - Content */
.spp-list .product-list-item {
    margin: 20px 30px 40px;
}

.spp-carousel.sppCrs--c .hgSlickNav {
    position: absolute;
    margin: 0;
    top: -50px;
    right: 43px;
    height: 40px;
    width: 90px;
    z-index: 0;
    opacity: 0;
    transition: opacity .6s ease-out;
}

.spp-carousel.sppCrs--c .slick-initialized ~ .hgSlickNav {
    opacity: 1;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr {
    top: 0;
    right: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #F1F1F1;
    display: inline-block !important;
    position: relative;
    transition: background 0.2s ease-out;
}

.spp-carousel.sppCrs--c:hover .hgSlickNav-arr {
    background: #EEE;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr:hover,
.spp-carousel.sppCrs--c:hover .hgSlickNav-arr:hover {
    background: #DEDEDE;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    width: 14px;
    height: 14px;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr polyline {
    stroke-width: 36px;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr:hover polyline {
    stroke-width: 46px;
}

.spp-carousel.sppCrs--c .hgSlickNav-arr:active polyline {
    stroke-width: 60px;
}

.spp-carousel.sppCrs--c .hgSlickNav-prev {
    top: 50%;
    margin-right: 10px;
}

.spp-carousel.sppCrs--m .hgSlickNav {
    opacity: 0;
    transition: opacity .6s ease-out;
}

.spp-carousel.sppCrs--m .slick-initialized ~ .znSlickNav {
    opacity: 1;
}

.spp-carousel.sppCrs--m .hgSlickNav-arr {
    opacity: .5;
    transition: opacity .25s ease-out;
}

.spp-carousel.sppCrs--m .hgnSlickNav-arr:hover {
    opacity: 1;
}

.spp-carousel.sppCrs--m .hgSlickNav-arr,
.spp-carousel.sppCrs--m .hgSlickNav-arr svg {
    width: 24px;
    height: 24px;
}

.spp-carousel.sppCrs--arrCenter .hgSlickNav-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.spp-carousel.sppCrs--arrCenter .hgSlickNav-prev {
    left: -40px;
}

.spp-carousel.sppCrs--arrCenter .hgSlickNav-next {
    right: -40px;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav {
    position: absolute;
    top: -40px;
    right: 0;
}

.spp-el-nav.text-right + .spp-el-tab-content .spp-carousel.sppCrs--arrTop .hgSlickNav {
    left: 0;
    right: auto;
}

.tab-pane .spp-carousel.sppCrs--arrTop .hgSlickNav {
    top: -50px;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav-arr,
.spp-carousel.sppCrs--arrTop .hgSlickNav-arr svg {
    width: 18px;
    height: 18px;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav-arr {
    opacity: .4;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav-arr:hover {
    opacity: 1;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav-arr polyline {
    stroke-width: 30px;
}

.spp-carousel.sppCrs--arrTop .hgSlickNav-next {
    margin-left: 12px;
}

.spp-products-rows > .row {
    margin-bottom: 35px;
}

.spp-products-rows .spp-title {
    margin-bottom: 20px;
    font-size: 26px;
}


/* Limited offers carousel */
.limited-offers-carousel {
    position: relative;
    margin-bottom: 40px;
}

.hg_limited_offers {
    margin: 0 60px 0 0;
    padding: 0;
    list-style: none;
}

.hg_limited_offers li {
    margin: 20px 20px 35px;
    min-height: 240px;
    position: relative;
    text-align: center;
    background: #FFF;
}

.hg_limited_offers li:after {
    content: attr(data-discount);
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    background: #C51212;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.hg_limited_offers li:before,
.hg_limited_offers .hg_badge_container {
    display: none;
}

.hg_limited_offers .product-list-item .kw-prodimage {
    max-height: 120px;
    line-height: 120px;
    margin: 10px 10px 15px 10px;
    overflow: hidden;
}

.hg_limited_offers .product-list-item .kw-details {
    padding: 0;
}

.hg_limited_offers .product-list-item:hover .kw-details {
    background-color: #FFF;
}

.hg_limited_offers .product-list-item .kw-details-title {
    padding: 3px 0 8px;
    margin: 0 5px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.hg_limited_offers .product-list-item .price {
    margin-top: 0;
}

.hg_limited_offers .product-list-item {
    transition: all 0.2s ease-out;
}

.hg_limited_offers.products .product-list-item .Price-amount {
    color: #77A464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 13px;
}

.hg_limited_offers.products .product-list-item .price del {
    color: inherit;
    opacity: .5;
    display: block;
    margin-bottom: 5px;
}

.hg_limited_offers.products .product-list-item .price ins {
    background: 0 0;
    font-weight: 700;
}

.hg_limited_offers.products .product-list-item .price del .Price-currencySymbol {
    margin: 0;
    color: inherit;
}

.hg_limited_offers.products .product-list-item ins .Price-amount {
    font-weight: 600;
}

.hg_limited_offers.products .product-list-item .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5);
}

.lt-offers .hgSlickNav {
    width: 58px;
    background: #FFF;
    position: absolute;
    border: 2px solid #E8E8E8;
    text-align: center;
    right: 0;
    top: 0;
    height: 100%;
}

.lt-offers .hgSlickNav:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 70%;
    margin-left: 17%;
    left: 0;
    border-top: 1px solid #E8E8E8;
}

.lt-offers .hgSlickNav-arr {
    position: absolute;
    width: 54px;
    height: 50%;
    display: block;
    opacity: .5;
}

.lt-offers .hgSlickNav-arr:hover {
    opacity: 1;
}

.lt-offers .hgSlickNav-arr.hgSlickNav-prev {
    top: 50%;
}

.lt-offers .hgSlickNav-arr svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}


/* kl-store styles */
.kl-store #content div.product .kl-store-tabs ul.tabs:after,
.kl-store #content div.product .kl-store-tabs ul.tabs:before,
.kl-store #content div.product div.thumbnails:after,
.kl-store #content div.product div.thumbnails:before,
.kl-store .col2-set:after, .kl-store .col2-set:before,
.kl-store div.product .kl-store-tabs ul.tabs:after,
.kl-store div.product .kl-store-tabs ul.tabs:before,
.kl-store div.product div.thumbnails:after,
.kl-store div.product div.thumbnails:before,
.kl-store-page #content div.product .kl-store-tabs ul.tabs:after,
.kl-store-page #content div.product .kl-store-tabs ul.tabs:before,
.kl-store-page #content div.product div.thumbnails:after,
.kl-store-page #content div.product div.thumbnails:before,
.kl-store-page .col2-set:after, .kl-store-page .col2-set:before,
.kl-store-page div.product .kl-store-tabs ul.tabs:after,
.kl-store-page div.product .kl-store-tabs ul.tabs:before,
.kl-store-page div.product div.thumbnails:after,
.kl-store-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}

.kl-store-page ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kl-store #content div.product .kl-store-tabs,
.kl-store #content div.product .kl-store-tabs ul.tabs:after,
.kl-store #content div.product div.thumbnails a.first,
.kl-store #content div.product div.thumbnails:after,
.kl-store .cart-collaterals:after, .kl-store .col2-set:after,
.kl-store .kl-store-pagination ul.page-numbers:after,
.kl-store div.product .kl-store-tabs,
.kl-store div.product .kl-store-tabs ul.tabs:after,
.kl-store div.product div.thumbnails a.first,
.kl-store div.product div.thumbnails:after,
.kl-store ul.products,
.kl-store ul.products li.first,
.kl-store ul.products:after,
.kl-store-page #content div.product .kl-store-tabs,
.kl-store-page #content div.product .kl-store-tabs ul.tabs:after,
.kl-store-page #content div.product div.thumbnails a.first,
.kl-store-page #content div.product div.thumbnails:after,
.kl-store-page .cart-collaterals:after,
.kl-store-page .col2-set:after,
.kl-store-page .kl-store-pagination ul.page-numbers:after,
.kl-store-page div.product .kl-store-tabs,
.kl-store-page div.product .kl-store-tabs ul.tabs:after,
.kl-store-page div.product div.thumbnails a.first,
.kl-store-page div.product div.thumbnails:after,
.kl-store-page ul.products,
.kl-store-page ul.products li.first,
.kl-store-page ul.products:after {
    clear: both;
}

.kl-store .col2-set, .kl-store-page .col2-set {
    width: 100%;
}

.kl-store .col2-set .col-1, .kl-store-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.kl-store .col2-set .col-2, .kl-store-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.kl-store img, .kl-store-page img {
    height: auto;
    max-width: 100%
}

.kl-store #content div.product div.thumbnails a,
.kl-store div.product div.thumbnails a,
.kl-store-page #content div.product div.thumbnails a,
.kl-store-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
}

.kl-store #content div.product div.thumbnails a.last,
.kl-store div.product div.thumbnails a.last,
.kl-store-page #content div.product div.thumbnails a.last,
.kl-store-page div.product div.thumbnails a.last {
    margin-right: 0;
}

.kl-store #content div.product div.thumbnails.columns-1 a,
.kl-store div.product div.thumbnails.columns-1 a,
.kl-store-page #content div.product div.thumbnails.columns-1 a,
.kl-store-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none;
}

.kl-store #content div.product div.thumbnails.columns-2 a,
.kl-store div.product div.thumbnails.columns-2 a,
.kl-store-page #content div.product div.thumbnails.columns-2 a,
.kl-store-page div.product div.thumbnails.columns-2 a {
    width: 46%;
    clear: right;
}

.kl-store #content div.product div.thumbnails.columns-3 a,
.kl-store div.product div.thumbnails.columns-3 a,
.kl-store-page #content div.product div.thumbnails.columns-3 a,
.kl-store-page div.product div.thumbnails.columns-3 a {
    width: 29.5%;
    clear: right;
}

.kl-store #content div.product div.thumbnails.columns-4 a,
.kl-store div.product div.thumbnails.columns-4 a,
.kl-store-page #content div.product div.thumbnails.columns-4 a, .kl-store-page div.product div.thumbnails.columns-4 a {
    width: 21.2%;
    clear: right;
}

.kl-store #content div.product div.thumbnails.columns-5 a,
.kl-store div.product div.thumbnails.columns-5 a,
.kl-store-page #content div.product div.thumbnails.columns-5 a,
.kl-store-page div.product div.thumbnails.columns-5 a {
    width: 16.9%;
    clear: right;
}

.kl-store #content div.product div.summary,
.kl-store div.product div.summary,
.kl-store-page #content div.product div.summary,
.kl-store-page div.product div.summary {
    float: right;
    width: 48%;
}

.kl-store #content div.product .kl-store-tabs ul.tabs li,
.kl-store div.product .kl-store-tabs ul.tabs li,
.kl-store-page #content div.product .kl-store-tabs ul.tabs li,
.kl-store-page div.product .kl-store-tabs ul.tabs li {
    display: inline-block;
}

.kl-store #content div.product #reviews .comment:after,
.kl-store #content div.product #reviews .comment:before,
.kl-store .kl-store-pagination ul.page-numbers:after,
.kl-store .kl-store-pagination ul.page-numbers:before,
.kl-store div.product #reviews .comment:after,
.kl-store div.product #reviews .comment:before,
.kl-store ul.products:after,
.kl-store ul.products:before,
.kl-store-page #content div.product #reviews .comment:after,
.kl-store-page #content div.product #reviews .comment:before,
.kl-store-page .kl-store-pagination ul.page-numbers:after,
.kl-store-page .kl-store-pagination ul.page-numbers:before,
.kl-store-page div.product #reviews .comment:after,
.kl-store-page div.product #reviews .comment:before,
.kl-store-page ul.products:after, .kl-store-page ul.products:before {
    content: " ";
    display: table;
}

.kl-store #content div.product #reviews .comment:after,
.kl-store div.product #reviews .comment:after,
.kl-store-page #content div.product #reviews .comment:after,
.kl-store-page div.product #reviews .comment:after {
    clear: both;
}

.kl-store #content div.product #reviews .comment img,
.kl-store div.product #reviews .comment img,
.kl-store-page #content div.product #reviews .comment img,
.kl-store-page div.product #reviews .comment img {
    float: right;
    height: auto;
}

.kl-store ul.products li.product,
.kl-store-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

.kl-store ul.products li.last, .kl-store-page ul.products li.last {
    margin-right: 0;
}

.kl-store-page.columns-1 ul.products li.product, .kl-store.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.kl-store-page.columns-2 ul.products li.product, .kl-store.columns-2 ul.products li.product {
    width: 48%;
}

.kl-store-page.columns-3 ul.products li.product, .kl-store.columns-3 ul.products li.product {
    width: 30.75%;
}

.kl-store-page.columns-5 ul.products li.product, .kl-store.columns-5 ul.products li.product {
    width: 16.95%;
}

.kl-store-page.columns-6 ul.products li.product, .kl-store.columns-6 ul.products li.product {
    width: 13.5%;
}

.kl-store .kl-store-result-count, .kl-store-page .kl-store-result-count {
    float: left;
}

.kl-store .kl-store-ordering, .kl-store-page .kl-store-ordering {
    float: right;
}

.kl-store .kl-store-pagination ul.page-numbers li, .kl-store-page .kl-store-pagination ul.page-numbers li {
    display: inline-block;
}

.kl-store #content table.cart img, .kl-store table.cart img, .kl-store-page #content table.cart img, .kl-store-page table.cart img {
    height: auto;
    width: 42px;
    box-shadow: none;
}

.kl-store #content table.cart td.actions,
.kl-store table.cart td.actions,
.kl-store-page #content table.cart td.actions,
.kl-store-page table.cart td.actions {
    text-align: right;
}

.kl-store #content table.cart td.actions .input-text, .kl-store table.cart td.actions .input-text, .kl-store-page #content table.cart td.actions .input-text, .kl-store-page table.cart td.actions .input-text {
    width: 150px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.kl-store #content table.cart td.actions .coupon,
.kl-store table.cart td.actions .coupon,
.kl-store-page #content table.cart td.actions .coupon,
.kl-store-page table.cart td.actions .coupon {
    float: left;
}

.kl-store table.shop_table td {
    border-top: 1px solid rgba(221, 221, 221, 0.64);
    padding: 6px 12px;
    vertical-align: middle;
}

.kl-store .cart-collaterals .cart_totals table td,
.kl-store .cart-collaterals .cart_totals table th {
    border-top: 1px solid #EBE9EB;
}

.kl-store .cart-collaterals .cart_totals table tr:first-child td,
.kl-store .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.kl-store-page #respond input#submit.alt, .kl-store-page a.button.alt, .kl-store-page button.button.alt, .kl-store-page input.button.alt {
    background: #000;
    font-weight: 600;
}

.kl-store #content table.cart td.actions .coupon label, .kl-store table.cart td.actions .coupon label, .kl-store-page #content table.cart td.actions .coupon label, .kl-store-page table.cart td.actions .coupon label {
    display: none;
}

.kl-store .cart-collaterals .shipping_calculator:after, .kl-store .cart-collaterals .shipping_calculator:before, .kl-store .cart-collaterals:after, .kl-store .cart-collaterals:before, .kl-store form .form-row:after, .kl-store form .form-row:before, .kl-store ul.cart_list li:after, .kl-store ul.cart_list li:before, .kl-store ul.product_list_widget li:after, .kl-store ul.product_list_widget li:before, .kl-store-page .cart-collaterals .shipping_calculator:after, .kl-store-page .cart-collaterals .shipping_calculator:before, .kl-store-page .cart-collaterals:after, .kl-store-page .cart-collaterals:before, .kl-store-page form .form-row:after, .kl-store-page form .form-row:before, .kl-store-page ul.cart_list li:after, .kl-store-page ul.cart_list li:before, .kl-store-page ul.product_list_widget li:after, .kl-store-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.kl-store .cart-collaterals, .kl-store-page .cart-collaterals {
    width: 100%;
}

.kl-store .cart-collaterals .related, .kl-store-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.kl-store .cart-collaterals .cross-sells, .kl-store-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left;
}

.kl-store .cart-collaterals .cross-sells ul.products, .kl-store-page .cart-collaterals .cross-sells ul.products {
    float: none;
}

.kl-store .cart-collaterals .cross-sells ul.products li, .kl-store-page .cart-collaterals .cross-sells ul.products li {
    width: 48%;
}

.kl-store .cart-collaterals .shipping_calculator, .kl-store-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right;
}

.kl-store .cart-collaterals .shipping_calculator:after, .kl-store form .form-row-wide, .kl-store form .form-row:after, .kl-store ul.cart_list li:after, .kl-store ul.product_list_widget li:after, .kl-store-page .cart-collaterals .shipping_calculator:after, .kl-store-page form .form-row-wide, .kl-store-page form .form-row:after, .kl-store-page ul.cart_list li:after, .kl-store-page ul.product_list_widget li:after {
    clear: both;
}

.kl-store .cart-collaterals .shipping_calculator .col2-set .col-1, .kl-store .cart-collaterals .shipping_calculator .col2-set .col-2, .kl-store-page .cart-collaterals .shipping_calculator .col2-set .col-1, .kl-store-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
}

.kl-store .cart-collaterals .cart_totals, .kl-store-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}

.kl-store ul.cart_list li img,
.kl-store ul.product_list_widget li img,
.kl-store-page ul.cart_list li img,
.kl-store-page ul.product_list_widget li img {
    float: right;
    height: auto;
}

.kl-store form .form-row label,
.kl-store-page form .form-row label {
    display: block;
}

.kl-store form .form-row label.checkbox, .kl-store-page form .form-row label.checkbox {
    display: inline;
}

.kl-store form .form-row select, .kl-store-page form .form-row select {
    width: 100%;
}

.kl-store form .form-row .input-text, .kl-store-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
}

.kl-store form .form-row-first,
.kl-store form .form-row-last,
.kl-store-page form .form-row-first,
.kl-store-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.kl-store #payment #place_order,
.kl-store form .form-row-last,
.kl-store-page #payment #place_order,
.kl-store-page form .form-row-last {
    float: right;
}

.kl-store #payment .form-row select,
.kl-store-page #payment .form-row select {
    width: auto;
}

.kl-store #payment .terms, .kl-store-page #payment .terms {
    text-align: right;
    padding: 0 1em;
}


/* Kallyas-store overide styles */

/* Products in listings */
.kl-store-page .left_sidebar ul.products li.product:nth-child(3n+1) {
    clear: both;
}

.kl-store-page ul.products {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.kl-store-page ul.products li.product {
    margin: 0 0 50px;
    padding: 0 15px;
    width: 25%;
}

/* When with sidebar */
.kl-store-page .left_sidebar ul.products li.product,
.kl-store-page .right_sidebar ul.products li.product {
    width: 33.3333%;
    float: left;
}

.kl-store-page #content div.product div.images,
.kl-store-page div.product div.images {
    width: 100%;
}


/* custom buttons */
.btn-flat,
.kl-store-page a.button,
.kl-store-page button.button,
.kl-store-page button.button.alt,
.kl-store-page input.button,
.kl-store-page input#button,
.kl-store-page #review_form #submit {
    background: #CD2122;
    font-size: 13px !important;
    padding: 10px 20px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    position: relative;
    border: 0;
    line-height: 1;
    cursor: pointer;
}

.btn-flat:hover,
.kl-store-page a.button:hover,
.kl-store-page button.button:hover,
.kl-store-page button.button.alt:hover,
.kl-store-page input.button:hover,
.kl-store-page input#button:hover,
.kl-store-page #review_form #submit:hover {
    background: #343434;
    color: #FFF !important;
}

/* Alternative Button */
.kl-store-page #respond input#submit.alt,
.kl-store-page a.button.alt,
.kl-store-page button.button.alt,
.kl-store-page input.button.alt {
    font-weight: 600;
}

.kl-store-page #respond input#submit.alt:hover,
.kl-store-page a.button.alt:hover,
.kl-store-page button.button.alt:hover,
.kl-store-page input.button.alt:hover {
    background: #232323;
}

.product-list-item,
.kl-store-page ul.products li.product .product-list-item {
    display: block;
    position: relative;
    background: #FFF;
    transition: box-shadow .15s ease-out;
}

/*.product-list-item:before,
.kl-store-page ul.products li.product .product-list-item:before {content:" "; position:absolute; left:0; top:0; z-index: 1; width:100%; height: 100%; pointer-events: none; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}*/

/* Product in listing - Image */
.product-list-item > a,
.kl-store-page ul.products li.product .product-list-item > a {
    display: block;
    position: relative;
}

.product-list-item .kw-prodimage,
.kl-store-page ul.products li.product .product-list-item .kw-prodimage {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
}

.product-list-item .kw-prodimage-img,
.kl-store-page ul.products li.product .product-list-item .kw-prodimage-img {
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
}

.product-list-item .kw-prodimage-img:not(:only-child),
.kl-store-page ul.products li.product .product-list-item .kw-prodimage-img:not(:only-child) {
    position: relative;
    z-index: 1
}

.product-list-item .kw-prodimage-img-secondary,
.kl-store-page ul.products li.product .product-list-item .kw-prodimage-img-secondary {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .4s;
    left: 50%;
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}

.product-list-item:hover .kw-prodimage-img-secondary,
.kl-store-page ul.products li.product .product-list-item:hover .kw-prodimage-img-secondary {
    opacity: 1;
    z-index: 1;
}

.product-list-item:hover .kw-prodimage-img:not(:only-child),
.kl-store-page ul.products li.product .product-list-item:hover .kw-prodimage-img:not(:only-child) {
    opacity: 0;
}

.product-list-item .kw-prodimage-img[data-src],
.kl-store-page ul.products li.product .product-list-item .kw-prodimage-img[data-src] {
    opacity: 0;
}

/* Product in listing - Details */
.product-list-item .kw-details,
.kl-store-page ul.products li.product .product-list-item .kw-details {
    padding: 25px 30px 60px;
    position: relative;
    transition: all 0.2s ease-out;
    background: #FFF;
}

.product-list-item .kw-details-title,
.kl-store-page ul.products li.product .product-list-item .kw-details-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
    min-height: 40px;
}

.product-list-item .kw-details-title,
.kl-store-page ul.products li.product .product-list-item .kw-details-title,
.product-list-item .kw-details-title a,
.kl-store-page ul.products li.product .product-list-item .kw-details-title a {
    color: #2F2F2F;
    transition: all 0.2s ease-out;
}

/* Product in listing - Actions */
.product-list-item .kw-actions,
.kl-store-page ul.products li.product .product-list-item .kw-actions {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: auto;
}

.product-list-item .kw-actions a,
.kl-store-page ul.products li.product .product-list-item .kw-actions a {
    width: 40px;
    height: 50px;
    display: block;
    float: left;
    line-height: 37px;
    text-align: center;
    margin-left: 10px;
}

.product-list-item .kw-actions .shopping-cart .svg-cart-icon {
    transition: all 0.2s ease-out;
}

.product-list-item .kw-actions .shopping-cart:hover .svg-cart-icon {
    fill: #CD2122;
}

.product-list-item .kw-actions a .cart-icon,
.product-list-item .kw-actions a .more-icon {
    vertical-align: middle;
    font-size: 25px;
}

/* Product in listing - Price */
.product-list-item .price,
.product-list-item .price ins,
.kl-store-page ul.products li.product .product-list-item .price,
.kl-store-page ul.products li.product .product-list-item .price ins {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-decoration: none;
}

.product-list-item .price del span,
.kl-store-page ul.products li.product .product-list-item .price del {
    font-weight: normal;
    display: inline-block;
}

.product-list-item .price del span,
.kl-store-page ul.products li.product .product-list-item .price del span {
    position: relative;
    color: #000;
    margin-right: 5px;
    text-decoration: line-through;
}

.product-list-item .price del,
.product-list-item .price ins,
.kl-store-page ul.products li.product .product-list-item .price del,
.kl-store-page ul.products li.product .product-list-item .price ins {
    font-size: 90%;
}

.product-list-item .price del {
    margin-right: 5px;
}

/* Product in listing - Rating */
.product-list-item .star-rating,
.product_list_widget .star-rating {
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 22px;
    height: 1em;
    line-height: 1;
    font-size: 13px;
    width: 72px;
    color: #AFAFAF;
    font-family: 'Font Awesome 5 Free';
}

.product-list-item .star-rating::before,
.product_list_widget .star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    color: #E0E0E0;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.product-list-item .star-rating span,
.product_list_widget .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.product-list-item .star-rating span::before,
.product_list_widget .star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
}

/* Product in listing - Hover item */
.product-list-item:hover,
.kl-store-page ul.products li.product .product-list-item:hover {
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}

.product-list-item .kw-details-title {
    font-family: 'Montserrat', 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.product-list-item:hover .kw-details-title,
.kl-store-page ul.products li.product .product-list-item:hover .kw-details-title {
    color: #CD2122;
}


/* PRODUCT CATEGORIES WIDGET */
.kl-store.widget_product_categories {
}

.kl-store.widget_product_categories .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kl-store.widget_product_categories .cat-item {
    margin: 10px 0;
}

.kl-store.widget_product_categories .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848 !important;
    padding: 10px 0;
    transition: all .15s ease-out;
}

.kl-store.widget_product_categories .cat-item a:hover {
    color: #111;
}

.kl-store.widget_product_categories .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    transition: all .15s ease-out;
}

.kl-store.widget_product_categories .cat-item.current-cat > a {
    font-weight: 600;
    color: #181818;
}

.kl-store.widget_product_categories .cat-item.current-cat > a:before {
    background: #BBB;
}

.kl-store.widget_product_categories .cat-item .count {
    opacity: .5;
}

.kl-store.widget_product_categories .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}


/* Price Slider Widget */
.kl-store.widget_price_filter .price_label {
    font-size: 14px;
}

.kl-store.widget_price_filter .ui-slider .ui-slider-handle {
    transition: background-color .2s ease-out;
    background-color: #C8C8C8;
    width: 10px;
    height: 10px;
    top: 2px;
}

.kl-store.widget_price_filter:hover .ui-slider .ui-slider-handle {
    background-color: #898989;
}

.kl-store.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #C8C8C8;
}

.kl-store.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #9D9D9D;
    margin-bottom: 30px;
    margin-top: 30px;
}

.kl-store.widget_price_filter .ui-slider-horizontal {
    height: 3px;
    margin-top: 25px;
}


/* Top rated produts */
.kl-store.widget ul.product_list_widget {
    list-style: none;
    padding: 0;
}

.kl-store.widget ul.product_list_widget li {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

.kl-store.widget ul.product_list_widget li a {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.kl-store.widget ul.product_list_widget li a span {
    font-weight: 400;
}

.kl-store.widget ul.product_list_widget li img {
    width: 58px;
    float: right;
}

.kl-store.widget ul.product_list_widget li .amount {
    font-weight: 300;
    display: block;
}

.kl-store.widget ul.product_list_widget li .star-rating {
    color: #CD2122;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    left: 0;
    bottom: 0;
}

.kl-store.widget:last-child {
    margin-bottom: 0;
}

/* Subcategories page */
.kl-store-page ul.products li.product-category h3 {
    margin: 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 20px;
}

.kl-store-page ul.products li.product-category h3 mark {
    background: none;
    font-weight: 400;
}

/* Cart List */
.kl-store ul.cart_list li a {
    font-size: 14px;
}

/* Shopping cart widget */
.kl-store .widget_shopping_cart .total,
.kl-store.widget_shopping_cart .total {
    font-size: 16px;
    border-top-style: solid;
    padding-top: 15px;
}

/* Category */
.kl-store-page .page-title {
    color: #343434;
}

/* Top side of category listing */
.kl-store-page .kl-store-ordering select {
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    background-image: url(/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    text-transform: uppercase;
    padding-left: 10px;
    color: #909090;
    transition: all .2s ease-out;
}

.kl-store-page .kl-store-ordering select:hover,
.kl-store-page .kl-store-ordering select:focus {
    border: 1px solid #BABABA;
    color: #787878;
}

.kl-store-page .kl-store-result-count {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: #838383;
    float: left;
}

.kl-store-page .kl-store-ordering,
.kl-store-page .kl-store-result-count {
    margin: 0 0 20px;
}

.kl-store-page .kl-store-ordering {
    float: right;
}

/* Forms */
.kl-store-page input.input-text,
.kl-store-page textarea.input-text,
.kl-store-page form .form-row select,
    /* Overrides for forced styles from WC */
.kl-store-cart table.cart td.actions .coupon .input-text {
    padding: 7px 10px;
    box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    transition: box-shadow .25s ease-in-out;
    width: 50px;
}

.kl-store-page input.input-text:hover,
.kl-store-page textarea.input-text:hover,
.kl-store-page form .form-row select:hover,
.kl-store-page input.input-text:focus,
.kl-store-page textarea.input-text:focus,
.kl-store-page form .form-row select:focus {
    border: 1px solid #BABABA;
    color: #787878;
}

.kl-store-page form .form-row select {
    height: 34px;
}

.kl-store-page input.input-text,
.kl-store-page textarea.input-text,
.kl-store-page .login .input-text {
    border: 1px solid #D8D8D8;
}

.kl-store-page form .form-row.kl-store-invalid input.input-text,
.kl-store-page form .form-row.kl-store-invalid select {
    box-shadow: inset 3px 0 0 #E2401C;
}

.kl-store-page .kl-store form .form-row label {
    font-weight: 400;
}

/* Messages / Notices */
.kl-store-page .kl-store-error,
.kl-store-page .kl-store-error:before,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-info:before,
.kl-store-page .kl-store-message,
.kl-store-page .kl-store-message:before {
    color: #FFF;
    line-height: 30px;
    border-top: 0;
}

.kl-store-page .kl-store-error,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-message {
    border-left: .618em solid rgba(0, 0, 0, .15);
}

.kl-store-page .kl-store-error a,
.kl-store-page .kl-store-info a,
.kl-store-page .kl-store-message a {
    color: #FFF;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kl-store-page .kl-store-error a:hover,
.kl-store-page .kl-store-info a:hover,
.kl-store-page .kl-store-message a:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.kl-store-page .kl-store-info {
    background-color: #3D9CD2;
}

.kl-store-page .kl-store-error {
    background-color: #E2401C;
}

.kl-store-page .kl-store-message {
    background-color: #0F834D;
}

.kl-store-page .kl-store-message .button.wc-forward {
    background: none;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.kl-store-page .kl-store-message .button.wc-forward:hover {
    background: none;
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.8);
}


/*** Shopping Cart */
.kl-store-page table.shop_table {
    border: 0;
    border-radius: 0;
    background-color: #FFF;
    min-width: 600px;
    width: 100%;
}

.kl-store-page table.shop_table thead {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
}

.kl-store-page table.shop_table thead th {
    background-color: #CCC;
    color: #454545;
    font-weight: 600;
}

.kl-store-page table.shop_table thead th:first-child {
    border-radius: 3px 0 0 0;
}

.kl-store-page table.shop_table thead th:last-child {
    border-radius: 0 3px 0 0;
}

.kl-store-page table.shop_table thead th,
.kl-store-page table.shop_table td {
    padding: 15px;
}


.kl-store-cart table.cart .product-remove {
    width: 60px;
    padding: 0;
    text-align: center;
}

.kl-store-cart table.cart .product-remove .remove {
    display: inline-block;
    margin: 0 auto;
}

.kl-store-cart table.cart .product-thumbnail {
    width: 52px;
    padding: 0;
}

.kl-store-cart table.cart .product-thumbnail img {
    width: 42px;
    box-shadow: none;
}

.kl-store-cart table.cart td.actions .coupon .input-text {
    width: auto;
    height: auto;
    line-height: normal;
}

.shipping-calculator-button {
    background-color: #D4D4D4;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
}

.shipping-calculator-button:hover {
    background-color: #CCC;
}


/*** Cart totals */
.kl-store-page .cart-collaterals .cart_totals {
    width: 50%;
}

.kl-store-page .cart-collaterals .cart_totals > h2 {
    text-transform: uppercase;
    color: #888;
}

.kl-store-page .cart-collaterals .cart_totals table {
    width: 100%;
}

.kl-store-page .cart-collaterals .cart_totals .order-total {
    background-color: #EEE;
    font-size: 16px;
}

.kl-store-page .cart-collaterals .cart_totals table th {
    text-transform: uppercase;
    font-weight: 600;
}

.kl-store-page .cart-collaterals .cart_totals table td,
.kl-store-page .cart-collaterals .cart_totals table th {
    padding: 10px;
}

.kl-store-page .cart-collaterals ul.products li.product .product-list-item .kw-prodimage {
    line-height: 180px;
    height: 180px;
}

.kl-store-page .cart-collaterals .cross-sells {
    width: 50%;
}

.kl-store-page .cart-collaterals .cross-sells > h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.kl-store-page .wc-proceed-to-checkout {
    display: inline-block;
}


/*** Checkout */
.kl-store-page .kl-store-shipping-fields > h3 {
    margin-top: 10px;
}

.kl-store-page .kl-store-shipping-fields > h3 label {
    font-weight: 400;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.kl-store-page .kl-store-checkout-review-order .product-name {
    width: 35%;
}

.kl-store table.shop_table tbody th,
.kl-store table.shop_table tfoot td,
.kl-store table.shop_table tfoot th {
    font-weight: 600;
}

.kl-store-page table.shop_table .order-total {
    background-color: #EEE;
    font-size: 16px;
}

.kl-store-page table.kl-store-checkout-review-order-table {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}

.payment_methods {
    list-style: none;
    padding: 0;
}


/*** ACCOUNT Page */
.kl-store-page table.my_account_orders th.order-total,
.kl-store-page table.my_account_orders td.order-total {
    background-color: #CCC;
    font-size: 13px;
}

.kl-store-page table.my_account_orders td.order-total {
    background-color: transparent;
}

.kl-store-page .addresses .title h3 {
    float: left;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.kl-store-page .addresses .title .edit,
.kl-store-page ul.digital-downloads li .count {
    float: right;
    padding: 7px 10px 6px;
    background-color: #DEDEDE;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #676767;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.kl-store-page .addresses .title .edit:hover,
.kl-store-page ul.digital-downloads li .count:hover {
    background-color: #CCC;
}

.kl-store-page .kl-store > form .form-row {
    padding-left: 0;
    padding-right: 0;
}

.kl-store-page .kl-store > form fieldset {
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
}

.kl-store-page .kl-store > form legend {
    clear: both;
    padding-bottom: 10px;
}

.kl-store-page .myaccount_user {
    font-size: 14px;
    line-height: 1.7;
}

.kl-store-page .myaccount_user a {
    text-decoration: underline;
}

.kl-store-page .myaccount_user ~ h2,
.kl-store-page .order-info ~ h2,
.kl-store-page .order-info ~ header h2,
.kl-store-page .kl-store > h2 {
    text-transform: uppercase;
    font-size: 20px;
}

.kl-store form.checkout_coupon,
.kl-store form.login,
.kl-store form.register {
    border: 1px solid #E9E9E9;
    padding: 10px 20px;
}

.kl-store form.login .form-row,
.kl-store form.register .form-row {
    margin-bottom: 10px;
}

.kl-store form.login .form-row .button + label,
.kl-store form.register .form-row .button + label {
    margin-left: 10px;
}


/*** PRODUCT PAGE */
.kl-store-page .product-page {
    margin-bottom: 80px;
}

.kl-store-page div.product .product_title {
    font-size: 34px;
    line-height: 1.4;
    font-weight: normal;
}

.kl-store-page div.product .tabbable {
    margin-bottom: 100px;
}

/* Prod page - main image */
.kl-store-page .single_product_main_image .images {
    border: 1px solid #EAEAEA;
    background: #FFF;
    width: 100%;
    padding-bottom: 1px;
    position: relative;
}

.kl-store-page .single_product_main_image .images .kl-store-main-image {
    width: 100%;
    text-align: center;
    display: block;
}

/* Prod page - thumbnails */
.kl-store-page div.product div.images div.thumbnails {
    padding: 10px 0 0 10px;
    margin: 0 10px;
    overflow: hidden;
}

.kl-store-page div.product div.images div.thumbnails img {
    border: 1px solid #EAEAEA;
    padding: 2px;
}

.kl-store-page div.product div.images div.thumbnails img:hover {
    border: 1px solid #EEE;
}

/* Prod page - summary (right side) */
.kl-store-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}

/* Prod page - price */
.kl-store-page.single-product div.product p.price,
.kl-store-page.single-product div.product span.price {
    font-size: 24px;
    color: #282828;
}

.kl-store-page.single-product div.product p.price .amount,
.kl-store-page.single-product div.product span.price .amount {
    margin: 0 5px;
}

.kl-store-page.single-product div.product p.price del,
.kl-store-page.single-product div.product span.price del {
    opacity: .8;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

.kl-store-page.single-product div.product p.price del .amount,
.kl-store-page.single-product div.product span.price del .amount {
    text-decoration: line-through;
}

.kl-store-page.single-product div.product p.price ins,
.kl-store-page.single-product div.product span.price ins {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.kl-store-page.single-product div.product p.price del:before,
.kl-store-page.single-product div.product span.price del:before,
.kl-store-page.single-product div.product p.price ins:before,
.kl-store-page.single-product div.product span.price ins:before {
    text-decoration: none;
    font-size: 10px;
    display: block;
    line-height: 1.4;
    margin-left: 5px;
    font-weight: 700;
}

.kl-store-page.single-product div.product p.price del:before,
.kl-store-page.single-product div.product span.price del:before {
    content: attr(data-was);
    color: #888;
}

.kl-store-page.single-product div.product p.price del + ins:before,
.kl-store-page.single-product div.product span.price del + ins:before {
    content: attr(data-now);
    color: #CD2122;
}

/* Prod page - description */
.kl-store-page.single-product div.product .kw-details-desc {
    margin-bottom: 30px;
}

/* Prod page - simple add to cart */
.kl-store-page div.product form.cart div.quantity {
    margin-right: 10px;
}

.kl-store-page div.product form.cart div.quantity .qty {
    height: 33px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}


/* Prod page - Variations (add to cart form) */
.kl-store-page div.product form.cart .variations td.label {
    display: table-cell;
    padding: 10px 0 0 0;
    font-size: 100%;
    text-align: start;
    vertical-align: top;
}

.kl-store-page div.product form.cart .variations label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-right: 20px;
}

.kl-store-page div.product form.cart .variations select {
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    text-transform: uppercase;
    padding-left: 10px;
    color: #909090;
    transition: all .2s ease-out;
}

.kl-store-page div.product form.cart .variations select:hover,
.kl-store-page div.product form.cart .variations select:focus {
    border: 1px solid #BABABA;
    color: #787878;
}

.kl-store-page div.product form.cart .reset_variations {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    display: block !important;
    margin-top: 5px;
}

.kl-store-page div.product form.cart .single_variation_wrap {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.kl-store-page div.product form.cart .single_variation_wrap:before,
.kl-store-page div.product form.cart .single_variation_wrap:after {
    display: table;
    content: " "
}

.kl-store-page div.product form.cart .single_variation_wrap:after {
    clear: both;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 15px;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation .price {
    font-size: 32px;
    color: #444;
    line-height: 1;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation .price:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #CCC;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -20px;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button {
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button:before,
.kl-store-page div.product form.cart .single_variation_wrap .variations_button:after {
    display: table;
    content: " "
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button:after {
    clear: both;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button div.quantity {
    margin-right: 10px;
    float: left;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button div.quantity .qty {
    height: 33px;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.variations {
    margin-bottom: 15px;
}

/* Prod page - product meta */
.kl-store-page .product_meta {
    margin-bottom: 10px;
}

.kl-store-page .product_meta > span {
    display: block;
}

.kl-store-page .product_meta span a {
    font-weight: normal;
}

/* Product page - rating */
.kl-store-page .kl-store-product-rating .star-rating {
    margin: 5px 5px 10px;
    float: left;
    color: #CD2122;
}

.kl-store-page #comments .star-rating {
    margin-bottom: 10px;
    float: right;
}

/* kl-store Tabs - reviews / comments */
.kl-store-page #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    border: 0;
}

.kl-store-page #reviews #comments ol.commentlist li img.avatar {
    margin: 10px;
}

/* kl-store Tabs - Tab nav */
.kl-store-page div.product .kl-store-tabs {
    margin-bottom: 50px;
}

.kl-store-page div.product .kl-store-tabs ul.tabs {
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    border-bottom: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs:before {
    border: 0;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li {
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    border: none;
    float: left;
    display: block;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li:before {
    display: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li:after {
    display: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li a {
    font-weight: normal;
    padding: 15px 20px;
    line-height: 18px;
    color: #343434;
    display: block;
    text-transform: uppercase;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li.active a {
    background: #FFF;
    border: 1px solid #ECECEC;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Product page tabs */
.product .nav {
    margin-bottom: -1px;
}

.product .nav > li {
    display: inline-block;
}

.product .nav > li > a.active {
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    border: 1px solid #E4E4E4;
    border-bottom: 0;
}

.product .nav > li > a.active:hover,
.product .nav > li > a.active:focus {
    background-color: #FFF !important;
}

.product .tab-content {
    background-color: #FFF;
    border-radius: 0px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    padding: 20px;
}

.product .tab-content h2 {
    margin-top: 0;
}

/* kl-store Tabs - panels */
.kl-store-page div.product .kl-store-tabs .panel {
    width: 100%;
    padding: 10px 15px 15px;
    border: 1px solid #ECECEC;
    background: #FFF;
}

.kl-store-page div.product .kl-store-tabs h2,
.upsells.products h2,
.related.products h2 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

div.product p.stock,
.site-content div.product p.stock {
    font-size: 11px;
    color: #535353;
}

.variation .variation-color {
    display: inline-block;
}

.shop_table .cart-subtotal,
.shop_table .shipping {
    border-top: 1px solid rgba(221, 221, 221, 0.64);
}

.kl-store table.shop_table tfoot th {
    padding-left: 10px;
}

.kl-store-checkout #payment {
    background: #EBE9EB;
    border-radius: 5px;
    padding: 20px;
}

.kl-store-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #DFDCDE;
    color: #515151;
}

.kl-store-checkout #payment div.payment_box p {
    margin-bottom: 0;
}

.payment_method_paypal img {
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

/* BADGES */
.hg_badge_container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.product-page .hg_badge_container {
    left: 35px;
}

.hg_badge_container .hg_badge_sale:not(:only-child) {
    margin-bottom: -1px
}

.hg_badge_container .hg_badge_sale:not(:only-child):after {
    display: none;
}

.hg_badge_container .hg_badge_new:not(:only-child):before {
    content: '&';
}

.hg_badge_sale,
.hg_badge_new {
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    padding: 8px 12px 7px;
    position: relative;
    display: block;
    margin-bottom: 11px;
    border-radius: 2px;
    text-align: center;
}

.hg_badge_sale {
    background: #C51212;
}

.hg_badge_sale:after,
.hg_badge_new:after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-radius: 2px;
}

.hg_badge_sale:after {
    z-index: 1;
    background-color: #CD2122;
    left: 5px;
}

.hg_badge_new {
    background-color: #12A1C5;
}

.hg_badge_new:after {
    background-color: #12A1C5;
    z-index: 1;
    left: 5px;
}

/* ORDERING FORM */
.zn_woo_cat_page {
    position: relative;
}

.kl-store_ordering {
    float: right;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

/* register form */
form .form-row input.input-text,
form .form-row textarea {
    height: auto;
    min-height: 30px;
}

#payment ul.payment_methods li label {
    display: inline-block;
}

.popupaddcart {
    z-index: 1000;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #CECECE;
    border: 3px solid #999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: #333;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -125px;
}

.zn_loop_row {
    clear: both;
    height: 1px;
}

/* Reviews */
.kl-store #reviews h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.kl-store #reviews #comments ol.commentlist {
    padding: 0;
}

.kl-store #reviews #comments ol.commentlist li img.avatar,
.kl-store-page #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    position: relative;
    margin-right: 15px;
    float: left;
}


/* WOOCOOMERCE PRODUCT SUBCATEGORY */
.zn_product_subcategory {
    text-align: center;
}

.price-range button {
    background: #CD2122;
    font-size: 13px !important;
    padding: 6px 20px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    position: relative;
    border: 0;
    display: inline-block;
}

.price-range button:hover {
    background-color: #A41A1B;
}

.price-range {
    position: relative;
}

.price-range-slider {
    height: 4px;
    background: #E7E7E7;
    border-radius: 4px;
    margin-bottom: 30px;
}

.price-range-slider .ui-slider-range {
    background: #E5E5E7;
    border-radius: 4px;
}

.price-range-slider .ui-slider-handle {
    border-radius: 9px;
    background-color: #FF525E;
    width: 17px;
    height: 17px;
    margin-top: -6px;
    outline: 0;
    cursor: pointer;
}

.price-range-slider .ui-slider-handle:active {
    outline: 0;
}

.price-range .price-result {
    border: 0;
    background: 0 0;
    max-width: 70px;
    font-size: 13px;
    color: #535353;
    outline: 0;
    height: 32px;
}

.price-range:hover .price-range-slider {
    background: #E7E7E7;
}

.price-range:hover .price-range-slider .ui-slider-range {
    background: #C1C1C1;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 1;
    width: 1.2em;
    height: 1.2em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.price-range .filter {
    position: absolute;
    right: 20px;
}

.price-range span {
    color: #535353;
    display: inline-block;
    font-size: 0.9rem;
}

.pr-result {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

/* Messages / Notices */
.kl-store-page .kl-store-error,
.kl-store-page .kl-store-error:before,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-info:before,
.kl-store-page .kl-store-message,
.kl-store-page .kl-store-message:before {
    color: #FFF;
    line-height: 30px;
    border-top: 0;
}

.kl-store-page .kl-store-error,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-message {
    border-left: .618em solid rgba(0, 0, 0, .15)
}

.kl-store-page .kl-store-error a,
.kl-store-page .kl-store-info a,
.kl-store-page .kl-store-message a {
    color: #FFF;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kl-store-page .kl-store-error a:hover,
.kl-store-page .kl-store-info a:hover,
.kl-store-page .kl-store-message a:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.kl-store-page .kl-store-info {
    background-color: #3D9CD2;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.kl-store-page .kl-store-error {
    background-color: #E2401C;
}

.kl-store-page .kl-store-message {
    background-color: #0F834D;
}

.kl-store-page .kl-store-message .button.wc-forward {
    background: none;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.kl-store-page .kl-store-message .button.wc-forward:hover {
    background: none;
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.8);
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0B0B0B;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* Fade Effect for opening */
.mfp-fade.mfp-bg {
    background: #333;
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.94;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Zoom effect */
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /** * Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* REVOLUTION SLIDER */
.tp-caption.more_details a {
    color: #FFF;
}

.tp-caption.project_subtitle {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 0 white;
    color: #888;
}

/*.rev_slider_wrapper.fullscreen-container {height: 100vh !important;}*/

/* Rev slider v5 with Kallyas v4+ */
.tp-bullets.kallyas-default.vertical {
    direction: ltr;
    height: auto !important;
    left: 99% !important;
}

.tp-bullets.kallyas-default.vertical:before {
    content: none;
}

.tp-bullets.kallyas-default.vertical .tp-bullet {
    width: 30px;
    height: 6px;
    position: relative;
    top: auto !important;
    right: 0;
    left: auto;
    background-color: transparent;
    transition: width .15s ease-out, height .15s ease-out;
    cursor: pointer;
}

.tp-bullets.kallyas-default.vertical .tp-bullet:before,
.tp-bullets.kallyas-default.vertical .tp-bullet:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    transition: background-color .15s ease-out;
}

.tp-bullets.kallyas-default.vertical .tp-bullet:before {
    top: 3px;
    background-color: rgba(0, 0, 0, .1);
}

.tp-bullets.kallyas-default.vertical .tp-bullet:after {
    top: 4px;
    background-color: rgba(255, 255, 255, .7);
}

.tp-bullets.kallyas-default.vertical .tp-bullet.selected {
    background-color: transparent;
}

.tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected {
    width: 40px;
}

.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:after,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:after {
    background-color: #CD2122;
}

.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet {
    width: 50px;
}

.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet.selected {
    width: 70px;
}

.rev_slider,
.rev_slider_wrapper {
    height: 780px;
}


/* Arrows */
.tparrows.kallyas-default {
    background-color: transparent;
}

.tparrows.kallyas-default:before {
    font-size: 24px;
}

/* A radial lighting background to simulate a gradient over a color */
.tp-caption.light-faded-radial {
    background-color: transparent !important;
    background-image: radial-gradient(circle at 43% 56%, rgba(255, 255, 255, 0.3), transparent 70%), radial-gradient(circle at 65.72% 51.72%, rgba(255, 255, 255, 0.3), transparent 50%), radial-gradient(circle at 50% 50%, transparent, transparent 100%);
}

/* Gradient Blue revolution slider background */
.rev-gradient-blue .tp-bgimg {
    background: #066ED9;
    background: linear-gradient(to right, #066ED9 0%, #0DA2BE 100%) !important;
}

/* Dash list helper for rev slider */
.rev-list-dash:before {
    content: '';
    width: 12px;
    height: 3px;
    background: #CD2122;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
    color: rgba(0, 0, 0, 1.00);
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway, Arial, "Open Sans", Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
}

.tp-caption.kl-shopslider-1,
.kl-shopslider-1 {
    color: rgba(207, 207, 207, 1.00);
    font-size: 54px;
    line-height: 60px;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
}

.tp-caption.kl-shop-btn,
.kl-shop-btn {
    color: rgba(212, 38, 39, 1.00);
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: Open Sans;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(212, 38, 39, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 3px 3px 3px 3px;
}

.tp-caption.kl-red-label,
.kl-red-label {
    color: rgba(255, 255, 255, 1.00);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Open Sans;
    padding: 5px 50px 5px 10px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(212, 38, 39, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
}

/* Bubble Box */
.bubble-box {
    max-width: 305px;
    position: fixed;
    bottom: 50px;
    left: -100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    transition: all .2s ease-in-out;
}

.bubble-box.bb--anim-show {
    left: 50px;
}

.bubble-box .bb--inner {
    padding: 25px;
}

.bubble-box p:last-child {
    margin-bottom: 0;
}

.bubble-box .bb--close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.bubble-box .bb--close:hover {
    color: #FFF;
}

.bubble-box.bb--anim-show.bb--anim-hide {
    left: -100%;
}

/* Notification Style */
.notification-box {
    max-width: 305px;
    border-radius: 7px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
}

.notification-box a {
    color: rgba(113, 189, 116, 0.75);
}

.notification-box .bb--close {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

/* Ad box */
.ads-box {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    text-align: center;
    color: #4F5152;
    max-width: 190px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.18);
    font-size: 13px;
    line-height: 1.5;
}

.ads-box .pp-adimg {
    border-radius: 2px;
    margin-bottom: 10px;
}

.ads-box .bb--close {
    right: 6px;
    top: 5px;
}

.ads-box .bb--close:hover {
    color: #000;
}

/* Kallyas Popup Box */
.kl-pp-box {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.kl-pp-box .kl-pp-inner {
    border-radius: 5px;
    background-color: #FFF;
}

.kl-pp-box[data-ppbox-timeout] .dontshow {
    font-size: 12px;
    color: #FFF;
    margin-top: 5px;
    display: inline-block;
}


/* Newsletter box */
.kl-newsletter-box {
    width: 755px;
    height: 540px;
    margin: 0 auto;
}

.kl-newsletter-box .kl-pp-inner {
    position: relative;
}

.nlbox--inner {
    padding: 80px 60px 40px;
    margin-left: 315px;
}

.nlbox--hugediscount {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin: 20px 0;
    padding: 0;
    max-height: 200px;
}

.nlbox--hugediscount > span {
    display: inline-block;
    vertical-align: top;
}

.nlbox--preview {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 315px;
    height: 100%;
    border-radius: 5px 0 0 5px;
}

.nlbox-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 60px;
}

.kl-newsletter-box input[type="email"] {
    width: calc(100% - 100px);
    height: 40px;
}

.kl-newsletter-box input,
.kl-newsletter-box input:focus {
    border: 1px solid #CED4DA !important;
}

.kl-newsletter-box form .btn {
    width: 40%;
}


/* Portfolio Full Width */
/* Project list */
ul.thumbs {
    list-style-type: none;
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
}

ul.thumbs .project-item {
    font-size: 13px;
    text-align: center;
    vertical-align: top;
    display: block;
    float: left;
}

ul.thumbs .inner-item {
    padding: 0 15px;
    margin-bottom: 2%;
}

ul.thumbs[data-columns="1"] .project-item {
    width: 100%;
    margin-bottom: 0;
}

ul.thumbs[data-columns="2"] .project-item {
    width: 50%;
    width: calc(100% / 2);
    margin-bottom: 0;
}

ul.thumbs[data-columns="3"] .project-item {
    width: 33.3333%;
    margin-bottom: 0;
}

ul.thumbs[data-columns="4"] .project-item {
    width: 25%;
    width: calc(100% / 4);
    margin-bottom: 0;
}

ul.thumbs[data-columns="5"] .project-item {
    width: 20%;
    width: calc(100% / 5);
    margin-bottom: 0;
}

ul.thumbs[data-columns="6"] .project-item {
    width: 16.66666666666667%;
    width: calc(100% / 6);
    margin-bottom: 1.8%;
}

@media (max-width: 419px) {
    ul.thumbs .project-item {
        width: 100% !important;
    }

}

@media (min-width: 420px) and (max-width: 580px) {
    ul.thumbs[data-columns="2"] .project-item,
    ul.thumbs[data-columns="3"] .project-item,
    ul.thumbs[data-columns="4"] .project-item,
    ul.thumbs[data-columns="5"] .project-item,
    ul.thumbs[data-columns="6"] .project-item {
        width: 100%;
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    ul.thumbs[data-columns="2"] .project-item,
    ul.thumbs[data-columns="3"] .project-item,
    ul.thumbs[data-columns="4"] .project-item,
    ul.thumbs[data-columns="5"] .project-item,
    ul.thumbs[data-columns="6"] .project-item {
        width: 50%;
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.thumbs[data-columns="3"] .project-item,
    ul.thumbs[data-columns="4"] .project-item,
    ul.thumbs[data-columns="5"] .project-item,
    ul.thumbs[data-columns="6"] .project-item {
        width: 33.3333%;
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.thumbs[data-columns="4"] .project-item,
    ul.thumbs[data-columns="5"] .project-item,
    ul.thumbs[data-columns="6"] .project-item {
        width: 33.333%;
        width: calc(100% / 3);
    }
}

ul.thumbs li {
}

ul.thumbs li [data-role="title"] {
    font-size: 15px;
    font-weight: 600;
    color: #686B78;
    margin: 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
}

ul.thumbs li .prj-info {
    margin-top: 20px
}

ul.thumbs li .img-placeholder {
    position: relative;
}

ul.thumbs .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

ul.thumbs .overlay-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

ul.thumbs .overlay a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    padding: 15px 30px;
    border: 1px solid #FFF;
    border-radius: 2px;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

ul.thumbs .overlay a:hover {
    border-color: transparent;
    background: #FE6060;
}

ul.thumbs .overlay a:nth-child(1) {
    top: -50px;
}

ul.thumbs .overlay a:nth-child(2) {
    top: 50px;
}

ul.thumbs li:hover .overlay {
    opacity: 1;
    visibility: visible;
}

ul.thumbs li:hover .overlay a {
    top: 0;
}

ul.thumbs li .appreciate {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #DDD;
    text-decoration: none;
}

ul.thumbs li .appreciate::before {
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #FFF;
}

ul.thumbs li .appreciate:hover {
    background: #FE6060;
}

/* project list - style2 */
ul.thumbs.style2 .inner-item {
    position: relative;
    overflow: hidden;
}

ul.thumbs.style2 .prj-info {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    text-align: left;
}

ul.thumbs.style2 .prj-info::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 100%;
    border: 6px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.95);
}

ul.thumbs.style2 .prj-info > div {
    float: left;
    width: calc(100% - 40px);
}

ul.thumbs.style2 [data-role="title"] {
    text-transform: none;
    color: #242731;
    font-size: 16px;
}

ul.thumbs.style2 [data-role="cat"] {
    color: #888;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

ul.thumbs.style2 li:hover .prj-info {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}

ul.thumbs.style2 .appreciate {
    background: none;
    float: right;
    height: auto;
    color: #888;
    text-align: center;
    line-height: 1;
}

ul.thumbs.style2 .appreciate::before,
ul.thumbs.style2 .appreciate:hover::before {
    color: #CD2122;
    line-height: 1;
    font-size: 18px
}

ul.thumbs.style2 .appreciate::after {
    font-size: 13px;
    line-height: 1;
    text-align: center;
    display: block;
    vertical-align: bottom;
    margin-top: 5px;
}

ul.thumbs.style2 .appreciate:hover::before {
    color: #565656;
}

ul.thumbs.style2 .appreciate:hover {
    background: none;
}

ul.thumbs.style2 .overlay {
    background: rgba(54, 54, 54, 0.85);
}

ul.thumbs.style2 .overlay a {
    color: #FFF;
    padding: 10px 15px;
    top: 0;
}

ul.thumbs.style2 .overlay a:hover {
    background: #CD2122;
    border-color: transparent;
}

ul.thumbs.style2 .overlay a:nth-child(1) {
    top: -50px;
}

ul.thumbs.style2 .overlay a:nth-child(2) {
    top: -55px;
    transition-delay: 0.05s !important;
}

ul.thumbs.style2 li:hover .overlay a {
    top: 0;
}

ul.thumbs .overlay-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: -50px;
}

ul.project-list.style2 li:hover .prj-info {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}

ul.project-list.style2 .prj-info {
    transition: all 0.15s ease-out;
}

.heart-count {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Open Sans';
}

.full-portfolio {
    background-color: #1A1C25;
    padding: 40px 0;
}

.full-portfolio h3 {
    color: #FFF;
    text-transform: uppercase;
}

.full-portfolio .hg-portfolio-sortable #portfolio-nav {
    margin: 0;
    float: right;
}

.full-portfolio .hg-portfolio-sortable #portfolio-nav li a {
    background: none;
    color: #FFF;
    font-size: 12px;
}

.full-portfolio .hg-portfolio-sortable #portfolio-nav li a:hover,
.full-portfolio .hg-portfolio-sortable #portfolio-nav li.current a {
    background: none;
    color: #CD2122;
}

.fullwidthportfolio.portfolio-items {
    width: 100%;
    padding: 0;
}

.fullwidthportfolio.portfolio-items > .row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidthportfolio.portfolio-items > .row > div {
    float: none;
    padding: 0;
}

.fullwidthportfolio ul.thumbs {
    margin: 0;
}

.fullwidthportfolio ul.thumbs .project-item {
    margin-bottom: 0;
}

.fullwidthportfolio ul.thumbs .inner-item {
    padding: 0;
    margin-bottom: 0;
}

.fullwidthportfolio ul.thumbs li {
    transition-property: transform, opacity, box-shadow
}

.fullwidthportfolio ul.thumbs li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.project-item .overlay a {
    transition: all 0.15s ease-out;
}

.bg-dark-blue {
    background: #1A1C25 !important;
}

/* FreeWall Gallery */
.photo-wall .isotope-item,
.photo-wall .grid-sizer {
    width: 380px;
    width: calc(100% / 5);
}

.photo-wall .isotope-item {
    float: left;
    position: relative;
    padding-bottom: 380px;
    padding-bottom: calc(100% / 5);
    overflow: hidden;
}

.photo-wall .isotope-item.width2 {
    width: 760px;
    width: calc((100% / 5) * 2);
}

.photo-wall .isotope-item.height2 {
    padding-bottom: 760px;
    padding-bottom: calc((100% / 5) * 2);
}

.photo-wall .pw-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.15s ease-out;
}

.photo-wall .pw-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FE6060;
    opacity: 0;
    visibility: hidden;
}

.photo-wall .isotope-item:hover .pw-item {
    transform: scale(1.03);
}

.photo-wall .isotope-item:hover .pw-item::after {
    opacity: .5;
    visibility: visible;
}

.photo-wall .pw-details {
    position: absolute;
    bottom: -200px;
    left: 5%;
    color: #FFF;
    width: 100%;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 40px;
    transition: all 0.15s ease-out;
}

.photo-wall .isotope-item:hover .pw-details {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.photo-wall .pw-details [data-role="title"] {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 0;
    letter-spacing: 0;
}

.photo-wall .pw-details [data-role="category"] {
    font-size: 12px;
    font-weight: 600;
    opacity: .7;
    color: inherit;
    margin-bottom: 0;
}

.photo-wall .pw-details i {
    float: left;
}

.photo-wall .pw-details h5 {
    margin-top: 0;
}

/* end FreeWall Gallery */

.g-recaptcha {
    overflow: hidden;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 15px;
}


/* One Page */
.section-video-icons .left-side {
    background-color: rgba(61, 61, 61, 0.7) !important;
    padding-right: 50px !important;
}

.section-video-icons .right-side {
    background-color: rgba(205, 33, 34, 0.7) !important;
    padding-left: 50px !important;
}

.section-video-icons img {
    width: 100%;
}

.custom-position3 {
    padding-top: 15%;
    padding-right: 15%;
    padding-bottom: 13%;
    padding-left: 10%;
    background-color: rgba(132, 105, 16, 0.7) !important;
}

.mtop-50 {
    margin-top: 50px;
}

.ptop-30 {
    padding-top: 30px;
}

.lh-24 {
    line-height: 24px !important;
}

.fa-facebook-f.color {
    color: #3B5998;
}

.fa-youtube.color {
    color: #CD201F;
}

.fa-twitter.color {
    color: #55ACEE;
}

.fa-pinterest.color {
    color: #CC2127;
}

.fa-facebook-f.color:hover,
.fa-youtube.color:hover,
.fa-twitter.color:hover,
.fa-pinterest.color:hover {
    color: #4C4C4C;
}

.custom-height .caroufredsel_wrapper,
.custom-height .recentwork_carousel__img {
    height: 500px !important;
}

.footer_nav {
    margin-top: 0 !important;
}

.kl-slideshow .kl-contentmaps__panel {
    top: 150px;
}

/* 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;
    transition: all 0.2s ease-out;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.elm-social-icons .elm-sc-icon:before {
    position: absolute;
    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;
}

.fa-facebook-f.bg-icon {
    background: #3B5998;
}

.fa-twitter.bg-icon {
    background: #55ACEE;
}

.fa-dribbble.bg-icon {
    background: #EA4C89;
}

.fa-pinterest.bg-icon {
    background: #CC2127;
}

.fa-linkedin.bg-icon {
    background: #0077B5;
}

#footer[data-footer-style="2"] .newsletter-signup .nl-email {
    width: calc(99% - 130px);
}

#footer[data-footer-style="2"] .newsletter-signup {
    margin-bottom: 30px;
}

.chaser .main-menu li a {
    background: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none !important;
}

/* LOGIN / REGISTER POPUPS */
.kl-fw-input {
    width: 100%;
}

.loginbox-popup .kl-fancy-form {
    margin-bottom: 15px;
}

.loginbox-popup .kl-fancy-form .form-control {
    padding: 26px 15px 6px 15px;
}

.auth-popup-panel {
    padding: 45px;
}

.auth-popup-title {
    font-size: 20px !important;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 20px;
    line-height: 1.9;
    text-shadow: none;
}

.auth-popup-createacc {
    margin-right: 8px;
    background: none !important;
}

.auth-popup-createacc + .auth-popup-sep {
    margin-right: 8px;
    border-left: 1px solid #CCC;
}

.auth-popup-links {
    margin-top: 20px;
    color: #4A4A4A;
    font-size: 10px;
    font-weight: 600;
}

.auth-popup-link {
    font-size: 13px;
    font-weight: 400;
    color: #898989;
}

.auth-popup-link:hover {
    color: #585858;
}

.auth-popup-remember {
    margin: 0 0 20px;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: none;
}

.auth-popup-remember-chb {
    margin: 0;
}

.mfp-bg.mfp-fade.mfp-bg-lighter {
    background: #000;
}

.mfp-bg.mfp-fade.mfp-bg-lighter.mfp-ready {
    opacity: .75;
}

.auth-popup .mfp-close {
    color: #828282;
}

.auth-popup {
    width: 420px;
    margin: 0 auto;
    border: 1px solid #FFF;
    background: #F9F9F9;
    box-shadow: 0 0 20px #000;
    border-radius: 2px;
    position: relative;
}

.register-popup {
    width: 420px;
}


/* FANCYFORMS */
.kl-fancy-form {
    position: relative;
    margin-bottom: 20px;
}

.kl-fancy-form-label {
    color: #969696;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    transition: all .25s ease;
}

.kl-fancy-form-input:focus + .kl-fancy-form-label,
.kl-fancy-form-textarea:focus + .kl-fancy-form-label {
    color: #C0C0C0;
}

.kl-fancy-form .form-control {
    padding: 26px 16px 6px 9px;
    height: auto;
}

/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .kl-fancy-form-select {
        height: 52px;
        -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;
        background-position: calc(100% - 10px) center;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }
}

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

.reset-list,
.reset-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-list {
    display: inline-block;
}

.inline-list--items > li {
    display: inline-block;
}

.fancy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fancy-list li::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    transition: all .15s ease-out;
}

.fancy-list li:hover::before {
    width: 12px;
    margin-right: 8px;
    background: #CD2122;
}


/* Contact form pop-up element (Get a quote) */
.contact-popup {
    width: 650px;
    margin: 0 auto;
    border: 1px solid #FFF;
    background: #F9F9F9;
    box-shadow: 0 0 20px #000;
    border-radius: 2px;
    position: relative;
}

.contact-popup-panel .contactForm {
    padding: 50px;
}

.contact-popup-title {
    font-size: 22px !important;
}

/* Niche Agency demo updates */
.ls__laptop-mask {
    margin-bottom: 20px;
}

.agency .ls__arrow:before,
.agency .ls__arrow:after {
    background-color: #989898;
}

.agency .ls__arrow:hover:before,
.agency .ls__arrow:hover:after {
    background-color: rgb(93, 93, 93);
}

.hover-scale {
    display: inline-block;
    transform-origin: 50% 50%;
    transition: transform .1s ease-out;
}

.hover-scale:hover {
    transform: scale(1.4, 1.4);
}

.kl-icon.ico-klmid {
    vertical-align: middle;
}

.kl-icon.ico-size-xxl {
    font-size: 32px;
}

.stg-alignleft .kl-icon {
    float: left;
    margin-right: 25px;
    font-size: 28px;
    color: #FFF;
}

.testimonials-partners--dark .ts-pt-testimonials__text.gray-bg {
    background: rgba(165, 165, 165, 0.2);
}

.cms-icon-section {
    overflow: hidden;
    position: relative;
}

.cms-icon-container {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    margin-left: -200px;
}

.cms-icon-container i {
    position: absolute;
    font-size: 400px;
    line-height: 400px;
    vertical-align: middle;
    height: 400px;
    top: 10px;
    color: rgba(0, 0, 0, 0.05);
    transform: scale(0);
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s ease-out;
}

.cms-icon-container .kl-icon.icon-github-circled {
    font-size: 520px;
    line-height: 520px;
    height: 520px;
    top: -50px;
    margin-left: -40px
}

.cms-icon-container .kl-icon.hovered {
    transform: scale(1);
    opacity: 1;
}

.colored-area {
    background: linear-gradient(135deg, #360384, #DA0B68) !important;
    background-image: linear-gradient(135deg, rgb(54, 3, 132), rgb(218, 11, 104)) !important;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}


.socialbox {
    padding: 70px 0;
    background: #EFEFEF;
    color: #BFBFBF;
    display: block;
    margin: 0 -15px;
    border-style: solid;
    text-decoration: none;
    border-color: #DBDBDB;
    border-width: 1px 0 1px 1px;
    text-align: center;
}

.socialbox:hover {
    text-decoration: none;
}

.socialbox .kl-icon {
    font-size: 44px;
    display: inline-block
}

.socialbox .fan-count {
    opacity: 0;
    visibility: hidden;
    display: block;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
    height: 0;
    transform: translateY(-20px)
}

.socialbox .fan-count > span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
}

.socialbox:hover .kl-icon,
.touch .socialbox:active .kl-icon {
    color: #FFF;
    transform: translateY(-20px)
}

.socialbox:hover .fan-count,
.socialbox:active .fan-count {
    opacity: 1;
    visibility: visible;
}

.socialbox,
.socialbox .kl-icon,
.socialbox .fan-count {
    transition: all .2s ease;
}

.socialbox.sb-twitter:hover {
    background: #00BDEC;
}

.socialbox .fa-twitter {
    color: #00BDEC;
}

.socialbox.sb-facebook:hover {
    background: #3B5998;
}

.socialbox .fa-facebook-f {
    color: #3B5998;
}

.socialbox.sb-dribbble:hover {
    background: #EF5B92;
}

.socialbox .fa-dribbble {
    color: #EF5B92;
}

.socialbox.sb-envato:hover {
    background: #7FB841;
}

.socialbox .icon-envato {
    color: #7FB841;
}

.socialbox.sb-vimeo:hover {
    background: #01557A;
}

.socialbox.sb-google-plus:hover {
    background: #D94A39;
}

.socialbox.sb-linkedin:hover {
    background: #1B92BD;
}

.socialbox.sb-behance:hover {
    background: #026AFA;
}

.socialbox.sb-pinterest:hover {
    background: #CB2027;
}

.socialbox.sb-instagram:hover {
    background: #517FA4;
}

.socialbox.sb-youtube:hover {
    background: #D20800;
}

.socialbox.sb-skype:hover {
    background: #18B7F1;
}

.socialbox.sb-flickr:hover {
    background: #EA2698;
}

.socialbox.sb-yelp:hover {
    background: #AF0606;
}

.socialbox.sb-lastfm:hover {
    background: #D2013A;
}

.el-devimages {
    position: relative;
}

.el-devimages--product .el-devimages__laptop,
.el-devimages--product .el-devimages__smartphone {
    transition: transform .2s ease-out;
}

.fade-animation:hover .el-devimages__smartphone {
    transform: translateX(20px) translateY(5px);
}

.fade-animation:hover .el-devimages__laptop {
    transform: translateX(-40px) translateY(-5px);
}


/* Eos Homepage */
.poppins {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.custom-p {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #868686;
}

.find-out .kl-icon {
    font-size: 32px;
    margin-right: 12px;
}

.find-out span {
    vertical-align: middle;
    display: inline-block;
}

.find-out .text {
    font-weight: 700;
}

/* Parallax Effects in static content - product presentation alternative */
.parallax-effects {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.parallax-effects .layer {
    width: 100%;
    height: 100%;
}

.parallax-effects .layer-element {
    position: absolute;
}

#page_wrapper .parallax-effects .slide-image {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.pos-vertical-middle {
    position: relative;
    margin: auto;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 1;
}

.pos-vertical-middle > .container {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.rotating {
    display: inline-block;
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(0) rotateZ(0);
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}

.rotating.flip {
    position: relative;
}

.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    backface-visibility: hidden;
}

.rotating .front {
    position: absolute;
    display: inline-block;
    transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
    z-index: 1;
}

.rotating .back {
    display: block;
    opacity: 0;
}

.rotating.spin {
    transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
    transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
    transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}


/* Team Boxes Carousel element*/
.team-carousel {
    margin-left: -15px;
    margin-right: -15px;
}

/* Team Member Block */
.team-member {
    margin: 0 15px 3px;
    padding: 0 0 15px;
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
}

.team-boxes__carousel-wrapper {
    position: relative;
}

.team-boxes__carousel-wrapper .team-carousel .team-member {
    margin: 0 15px 3px;
}

.team-member .mmb-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 15px;
}

.team-member .mmb-position {
    color: #2A83ED;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0 15px;
}

.team-member .mmb-desc {
    color: #888;
    padding: 0 15px;
}

.team-member .separator {
    background: #E8E8E8;
    height: 1px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.team-member.text-center .separator {
    width: 80%;
}

.team-member .mmb-social-list {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

.team-member .mmb-social-list li {
    display: inline-block;
    margin: 0 5px;
}

.team-member .mmb-social-list a {
    color: #BABABB;
    font-size: 17px;
    text-decoration: none;
}

.team-member:hover .mmb-social-list a,
.team-member .mmb-social-list a:hover {
    color: #828282;
}

.team-member.tm-hover:hover {
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.team-boxes__carousel-wrapper .hgSlickNav {
    position: absolute;
    top: -30px;
    right: 30px;
}

.team-boxes__carousel-wrapper .hgSlickNav-arr,
.team-boxes__carousel-wrapper .hgSlickNav-arr svg {
    width: 25px;
}

/* end Team Boxes Carousel element*/

/* Static content - Immersive video */
.kl-slideshow.immersive-video {
    background-color: #ECECEC;
}

.cd-overflow-hidden {
    /* this class is added to the body while the video is playing - used on desktop version only */
    height: 100vh;
}

.cd-immersive-video {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 3em 5%;
    margin: 0 auto;
}

.cd-loader {
    display: none;
}

.cd-immersive-video .product-intro {
    text-align: center;
    margin-bottom: 3em;
    animation: cd-item-move-up .5s .3s;
    animation-fill-mode: backwards;
}

.cd-immersive-video .product-intro h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: .4em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.cd-immersive-video .product-intro p {
    line-height: 1.4;
    margin: 1em 0 1.4em;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    line-height: 22px;
    margin-bottom: 30px;
}

.cd-btn {
    display: inline-block;
    color: #FFF;
    background: #2D60D5;
    padding: 1em 2em;
    box-shadow: 0 2px 10px rgba(45, 96, 213, 0.2);
    transition: all .2s;
}

.cd-btn:hover {
    box-shadow: 0 6px 30px rgba(45, 96, 213, 0.3);
    color: #FFF;
}

.cd-immersive-video .product-preview {
    position: relative;
    width: 340px;
    max-width: 90%;
    margin: 0 auto;
    animation: cd-item-move-up .5s .5s;
    animation-fill-mode: backwards;
    overflow: hidden;
}

.cd-immersive-video .product-preview .device-frame {
    position: relative;
    z-index: 1;
}

.cd-immersive-video .product-preview .device-frame img {
    display: block;
    width: 100%;
}

.cd-immersive-video .product-preview .product-image,
.cd-immersive-video .product-preview .product-video {
    position: absolute;
    top: 9.5%;
    left: 6%;
    width: 88%;
    height: 81%;
    box-shadow: 0 0 0 1px #000;
}

.cd-immersive-video .product-preview .product-image {
    z-index: 2;
    overflow: hidden;
    background: #000;
}

.cd-immersive-video .product-preview .product-image img {
    display: block;
    width: 100%;
}

.cd-immersive-video .product-preview .product-video {
    display: none;
    z-index: 3;
}

.no-cssanimations .cd-immersive-video .product-preview .product-video {
    visibility: hidden;
}


/* Slick slider default styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #FFF url('/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick--showOnMouseover .hgSlickNav {
    opacity: 0;
    transition: opacity .15s ease-out;
}

.slick--showOnMouseover:hover .hgSlickNav {
    opacity: 1;
}

.hgSlickNav-arr,
.hgSlickNav-arr svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.hgSlickNav-arr polyline {
    transition: all .15s ease-out;
    stroke: #141414;
}

.hgSlickNav-arr:hover polyline {
    stroke-width: 35px;
}

.hgSlickNav-arr:active polyline {
    stroke-width: 50px;
}

.hgSlickNav-arr.hgSlickNav-prev {
    text-align: left;
}

.hgSlickNav-arr.hgSlickNav-next {
    text-align: right;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots .slickBtn {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button,
.hgSlickNav--light .slick-dots li button {
    background-color: #FFF;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    padding: 5px;
    opacity: .5;
    transition: opacity .2s;
    margin-right: 5px;
}

.hgSlickNav--light polyline {
    stroke: #ECECEC
}

.hgSlickNav--light .slick-dots li.slick-active button {
    opacity: .8;
}

/* end Slick slider default styles */


/**** Slider element with Slick Slider styles ****/

/* Screenshot-box element */
.screenshot-box {
    background: #FFF;
    position: relative;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.screenshot-box .left-side h3.title {
    color: #CD2122;
    line-height: 1.4;
    font-size: 1.4rem;
}

.screenshot-box .left-side ul.features li:first-child {
    margin-top: 0;
}

.screenshot-box .left-side ul.features li h4 {
    font-size: 1rem;
    line-height: 1.3;
    color: #323232;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.screenshot-box .left-side ul.features li h4 + p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.screenshot-box .left-side {
    padding: 10px 0 25px 30px;
}

.screenshot-box .left-side ul.features {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.screenshot-box .left-side ul.features li {
    padding-left: 50px;
    background: url(/images/ok3.png) no-repeat left center;
    margin-top: 20px;
}

.screenshot-box .left-side > .btn {
    margin-left: 50px;
}

/* Slick slider resets */
.slick-dots li button:before {
    display: none;
}

.screenshot-slider .js-slick {
    margin-bottom: 0;
}

.screenshot-slider .slick-dots {
    bottom: 0;
}

.slick-slide {
    outline: none;
}

/* Screenshot slider */
.screenshot-box .screenshot-slider {
    position: relative;
    padding: 0 20px 20px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -30px;
}

/*
.screenshot-box .screenshot-slider:before{
	content       : "";
	position      : absolute;
	top           : 15px;
	margin-top    : 0;
	left          : 30px;
	display       : block;
	background    : #ABABAB;
	border-radius : 50%;
	width         : 7px;
	height        : 7px;
	box-shadow    : -12px 0 0 #ABABAB, 12px 0 0 #ABABAB;
}
*/

.screenshot-box .screenshot-slider img {
    width: 100%;
    height: 100%;
}

.screenshot-slider .screenshotBox-slickNav li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px;
}

.screenshot-slider .screenshotBox-slickNav .slickBtn {
    width: 35px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0;
    transition: color .2s ease;
    border-radius: 0;
    padding: 0;
}

.screenshot-slider .screenshotBox-slickNav .slick-active .slickBtn {
    background-color: #FFF;
}

.screenshot-slider .screenshotBox-slickNav {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10;
}

/* end Screenshot-box element */


/* Partners carousel element */
.ts-pt-partners__title {
    width: 22%;
    float: left;
    font-size: 18px;
    color: #FFF;
    opacity: .6;
    position: relative;
    line-height: 1.2;
}

.ts-pt-partners__title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FFF;
}

.ts-pt-partners__carousel-wrapper {
    width: 100%;
}

.ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
    width: 78%;
    float: left;
}

.ts-pt-partners__carousel-item {
    float: left;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

.ts-pt-partners__carousel.non-slick {
    display: flex;
}

.ts-pt-partners__carousel.non-slick .ts-pt-partners__carousel-item {
    flex: 1;
}

.ts-pt-partners__img {
    max-height: 60px;
    margin: 0 auto;
    width: auto;
}

.slick-initialized .ts-pt-partners__img {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease 0s, transform 0.2s ease 0s;
}

.slickSlider--activated .slick-active .ts-pt-partners__img {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s;
}

.slickSlider--activated .slick-active ~ .slick-active .ts-pt-partners__img {
    transition-delay: 0.2s, 0.1s;
}

.slickSlider--activated .slick-active ~ .slick-active ~ .slick-active .ts-pt-partners__img {
    transition-delay: 0.3s, 0.2s;
}

.slickSlider--activated .slick-active ~ .slick-active ~ .slick-active ~ .slick-active .ts-pt-partners__img {
    transition-delay: 0.4s, 0.3s;
}

/* Dark version */
.testimonials-partners--dark .testimonials-partners__separator {
    background: #181818;
}

.testimonials-partners--dark .ts-pt-testimonials__item {
    color: #181818;
}

.testimonials-partners--dark .ts-pt-testimonials__text {
    background: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.testimonials-partners--dark .ts-pt-partners__title {
    color: #181818;
}

.testimonials-partners--dark .ts-pt-partners__title:after {
    background: #181818;
}

.testimonials-partners--dark .ts-pt-partners__title.no-border:after {
    background: none;
}

/* end Partners carousel element */


/* Testimonials carousel quoter-style style element */
.testimonial_slider__carousel-wrapper {
    margin: 0 180px 20px;
    position: relative;
}

.testimonial_slider__carousel-wrapper::before,
.testimonial_slider__carousel-wrapper::after {
    position: absolute;
    top: 50px;
    font-size: 120px;
    font-family: "Trebuchet MS";
    color: #E9EAEA;
    line-height: 0;
}

.testimonial_slider__carousel-wrapper::before {
    left: -50px;
    content: '\201C';
}

.testimonial_slider__carousel-wrapper::after {
    right: -50px;
    content: '\201D';
}

.testimonial_slider__carousel-wrapper .testimonialbox {
    font-size: 16px;
    color: #595959;
    line-height: 1.8;
    text-align: center;
}

.testimonial_slider__carousel-wrapper .thead img {
    margin: 0 auto 20px;
    width: auto;
}

.testimonial_slider__carousel-wrapper .testimonialbox .who {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}

.testimonial_slider__carousel-wrapper .testimonialbox .who strong {
    display: block;
    font-size: 1.2rem;
    color: #FE6060;
    line-height: 1.6;
    margin-bottom: 5px
}

.testimonial_slider__carousel-wrapper .thead {
    margin-bottom: 20px;
}

.testimonial_slider__carousel-wrapper .testimonialbox.biggertext .tcontent {
    font-size: 16px;
}

/*no quotes*/
.testimonial_slider__carousel-wrapper.stg-no-quotes::before,
.testimonial_slider__carousel-wrapper.stg-no-quotes::after {
    display: none;
}

.testimonial_slider__carousel-wrapper.stl-light .testimonialbox .who {
    color: #ACACAC;
}

.testimonial_slider__carousel-wrapper.stl-light .testimonialbox .tcontent {
    color: #E7E7E7;
}

.testimonial_slider__carousel-wrapper .testimonialSlider-slickNav {
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10;
}

.testimonial_slider__carousel-wrapper .testimonialSlider-slickNav li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial_slider__carousel-wrapper .testimonialSlider-slickNav li .slickBtn {
    display: inline-block;
    margin: 0 3px;
    background: #E5E5E5;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    box-shadow: none;
    padding: 3px;
}

.testimonial_slider__carousel-wrapper .testimonialSlider-slickNav li .slickBtn:hover {
    background-color: #CCC;
}

.testimonial_slider__carousel-wrapper .testimonialSlider-slickNav li.slick-active .slickBtn {
    background-color: #FE6060;
    box-shadow: none;
}

.testimonial_slider__carousel-wrapper.slim-margin {
    margin: 70px 100px;
}

/* end Testimonials carousel quoter-style style element */


/* Testimonials carousel fader style element */
.testimonials_fader__carousel-wrapper {
    margin-bottom: 40px;
}

.testimonial_fader__carousel {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.testimonials_fader__carousel-wrapper .has-left-border {
    border-left: 1px solid #E2E2E2;
}

.testimonial_fader__carousel .testimonials_fader__carousel-item {
    position: relative;
    padding: 0 0 20px 100px
}

.testimonial_fader__carousel .testimonials_fader__carousel-item:after {
    content: '\201C';
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 150px;
    color: #E2E2E2;
    line-height: 1;
    font-family: tahoma;
}

.testimonials_fader__carousel-wrapper blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font: italic 20px/1.4 Georgia, Arial, sans-serif;
    overflow: hidden;
}

.testimonials_fader__carousel-wrapper blockquote + h6 {
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
}

.testimonials_fader__carousel-wrapper .testimonial-author--photo {
    width: 30px;
    height: 30px;
}

.testimonials_fader__carousel-wrapper .testimonial-author h6 {
    float: left;
    margin: 5px 0;
}

/* end Testimonials carousel fader style element */


/* Simple Testimonials carousel element */
.testimonial_simple__carousel blockquote {
    background: #FFF;
    margin: 0 10px 10px 10px;
    padding: 25px;
    color: #898989;
    font-size: 14px;
    border-left: none;
    line-height: 2;
    font-style: italic;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.testimonial_simple__carousel blockquote:after,
.testimonial_simple__carousel blockquote:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 14px;
    border: 7px solid transparent;
    border-top-color: #FFF;
}

.testimonial_simple__carousel blockquote:before {
    bottom: -16px;
    border-top-color: #D9D9D9;
}

.testimonial-author h5 {
    display: inline-block;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 500;
}

.testimonials-author blockquote + h5 {
    display: inline-block;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 500;
}

.testimonial-author {
    margin-top: 15px;
}

.testimonial-author--photo {
    margin-right: 10px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.testimonial-author--photo img {
    width: 100%;
    height: auto;
    display: block;
}

/* end Simple Testimonials carousel element */


/* Portfolio carousel element */
.pt-content-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 300;
}

.pt-content-title.small {
    font-size: 1.5rem;
}

.ptcarousel--frames-classic {
    position: relative;
    border: 4px solid #FFF;
    box-shadow: 0 0 0 2px #DDD, 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.ptcarousel--frames-classic:after {
    content: '';
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #DDD;
    z-index: 1;
}

.ptcarousel--frames-classic:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -13px;
    border: 13px solid transparent;
    border-right: 13px solid #FFF;
    z-index: 2;
}

.ptcarousel--frames-modern {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
    border-radius: 4px 4px 2px 2px;
    background-color: #DCDEE7;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 16px 10px -11px rgba(0, 0, 0, 0.12);
}

.ptcarousel--frames-modern:before {
    content: "";
    position: absolute;
    top: 12px;
    margin-top: 0;
    left: 25px;
    display: block;
    background: #ABABAB;
    border-radius: 30px;
    width: 7px;
    height: 7px;
    box-shadow: -12px 0 0 #ABABAB, 12px 0 0 #ABABAB;
}

.ptcarousel--frames-minimal {
    position: relative
}

.ptcarousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.ptcarousel li {
    float: left;
}

.ptcarousel .controls > a {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 11;
    background: #000;
    display: inline-block !important;
    margin: 0;
    margin-top: -12px;
    width: 30px;
    height: 31px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
}

.itemLinks {
    margin-top: 20px;
}

.itemLinks span a {
    background: #EEE;
    padding: 7px 10px;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    border-radius: 2px;
    display: inline-block;
    margin-right: 15px;
}

.itemLinks span a:hover {
    background: #CD2122;
    color: #FFF;
}

.hg_general__carousel .hgSlickNav-arr {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 11;
    background: rgba(0, 0, 0, .2);
    margin: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
}

.hg_general__carousel .hgSlickNav-arr svg {
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.hg_general__carousel .hgSlickNav-arr polyline {
    stroke: #FFF;
}

.hg_general__carousel .hgSlickNav-arr.hgSlickNav-prev {
    text-align: left;
}

.hg_general__carousel .hgSlickNav-arr.hgSlickNav-next {
    left: auto;
    right: 15px;
}

.hg_general__carousel:hover .hgSlickNav-arr {
    opacity: 1;
}

/* end Portfolio carousel element */


/* Partners carousel simple element */
.partners_carousel h5.title {
    font-weight: 500;
    margin-top: 0;
    text-shadow: 1px 1px 0 #FFF
}

.partners_carousel__simple .partners_carousel-item {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 0 0 10px;
    width: 250px;
}

.partners_carousel__simple .partners_carousel-item a {
    display: block;
    padding: 10px 0;
    margin: 0 5px;
    min-height: 46px;
    line-height: 46px;
    border: 4px solid #F9F9F9;
    border-radius: 3px;
    background: #FFF;
}

.partners_carousel__simple .partners_carousel-img {
    opacity: .8;
    display: inline-block;
}

.partners_carousel__simple .partners_carousel-item a:hover {
    background: #F9F9F9;
    border: 4px solid #EEE;
}

.partners_carousel__simple .partners_carousel-item a:hover .partners_carousel-img {
    opacity: 1;
}

/* end Partners carousel simple element */


/* Image boxes carousel element */
.image-boxes__carousel-wrapper {
    border-bottom: solid 1px #DDD;
}

.image-boxes__carousel-wrapper.no-border {
    border: none;
}

.image-boxes__carousel-wrapper .image-boxes__carousel .inner-slide a {
    transition: all 0.15s ease-out;
}

.image-boxes__carousel-wrapper .inner-slide {
    color: #FFF;
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.image-boxes__carousel-wrapper .inner-slide:hover {
    color: #FFF;
}

.image-boxes__carousel-wrapper .inner-slide:hover a {
    color: #CD2122;
}

.image-boxes__carousel-wrapper .inner-slide:hover .btn-fullcolor {
    color: #FFF;
}

.image-boxes__carousel-wrapper .inner-slide .imgprev {
    background: #242731;
}

.image-boxes__carousel-wrapper .inner-slide:hover .imgprev img {
    opacity: .6;
}

.image-boxes__carousel-wrapper .inner-slide .details {
    display: block;
    padding: 30px 0 0;
    border-left: 1px solid #EEE;
    min-height: 105px;
}

.image-boxes__carousel-wrapper .inner-slide .details {
    text-align: center;
}

.image-boxes__carousel-wrapper .inner-slide [data-role="title"] {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.image-boxes__carousel-wrapper .inner-slide [data-role="category"] {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    color: #CECED0;
}

.image-boxes__carousel-wrapper .slick-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10;
}

.image-boxes__carousel-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.image-boxes__carousel-wrapper .slick-dots li .slickBtn {
    display: inline-block;
    margin: 0 3px;
    background: #E5E5E5;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    box-shadow: none;
    padding: 3px;
}

.image-boxes__carousel-wrapper .slick-dots li .slickBtn:hover {
    background-color: #CCC;
}

.image-boxes__carousel-wrapper .slick-dots li.slick-active .slickBtn {
    background-color: #FE6060;
    box-shadow: none;
}

.no-touch .image-boxes__carousel-wrapper .inner-slide .imgprev::after {
    background: transparent;
    border-bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.no-touch .image-boxes__carousel-wrapper .inner-slide:hover .imgprev::after {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 8px solid #CD2122;
}

/* Hoverlay style */
.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide {
    position: relative;
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide .imgprev {
    margin: 0;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide .imgprev img {
    width: 100%;
    display: block;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide .imgprev::after {
    display: none;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide .details {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FE6060;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-left: none;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide:hover .details {
    opacity: 1;
    visibility: visible;
}

.image-boxes__carousel-wrapper.stl-hoverlay .dt-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.image-boxes__carousel-wrapper.stl-hoverlay .inner-slide [data-role="title"] {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    margin: 10px 0;
}

/* Full-width style */
.image-boxes__carousel-wrapper.full-width,
.image-boxes__carousel-wrapper.full-width .inner-slide .details {
    border: none;
}

.image-boxes__carousel-wrapper.full-width .inner-slide {
    margin: 0 12px;
}

.image-boxes__carousel-wrapper.full-width .inner-slide:hover .imgprev img {
    opacity: 1;
}

/* end Image boxes carousel element */


/* Fancy Carousel element */
.fancy-carousel__wrapper .hgSlickNav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.fancy-carousel__wrapper .hgSlickNav-arr,
.fancy-carousel__wrapper .hgSlickNav-arr svg {
    width: 30px;
    height: 30px;
}

.fancy-carousel__wrapper .hgSlickNav-arr polyline {
    stroke: #FFF;
}

.fancy-carousel__wrapper .hgSlickNav-prev {
    float: left;
    margin-left: 25px;
}

.fancy-carousel__wrapper .hgSlickNav-next {
    float: right;
    margin-right: 25px;
}

/* end Fancy Carousel element */

/* Showroom carousel styles */
.shcar__pagination {
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.shcar__pagination li button {
    background-color: rgba(255, 255, 255, 0.6);
}

.shcar__pagination li.slick-active button {
    background-color: #FFF;
}

.shcar__nav_pag {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 0;
}

.shcar__nav_pag .hgSlickNav-arr polyline {
    stroke: #FFF;
}

/*# sourceMappingURL=template-min.css.map */