/*! custom.css v1.0 */


/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */


/*
* Simple style overrides or custom adds
*/


/*1. Colors*/

.ab-dark {
    background: #002347 !important;
}

.ve-def {
    background: #A6CE39 !important;
}

.gr-dark {
    background: #4A4B4C !important;
}

.tbg {
    background-color: #002347 !important;
}


/*old colors*/

.burgundy-bg {
    background: #5B262E;
}

.red-bg {
    background: #cd2122;
}

.mustard-bg {
    background: #F8CF00;
}

.mustard-light {
    background: #FEF7D5;
}

.dark-grey-bg {
    background: #676767;
}

.white-bg {
    background: #fff;
}

.burgundy-tx {
    color: #5B262E !important;
}

.mustard-tx {
    color: #F8CF00;
}

.dark-grey-tx {
    color: #676767;
}

.white-tx {
    color: #fff;
}

.white-bg-90 {
    background: rgba(255, 255, 255, 0.9);
}


/* special layout*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* HEADER 4 */

.site-header.style4,
.site-header.style5 {
    height: 123px;
    background: rgba(255, 255, 255, 0.9);
}

.site-header.style4 .site-logo,
.site-header.style5 .site-logo,
.site-header.style6 .site-logo {
    min-height: 100px;
}

.site-header.style4 .site-logo a {
    background: none;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 2px solid #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #002347;
}

.site-header.style4 .site-logo a:after,
.site-header.style6 .site-logo a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -3px;
    border: 5px solid transparent;
    border-top-width: 5px;
    border-top-color: #002347;
    border-top-color: rgba(0, 0, 0, 0.7);
}

.site-header.style4 .topnav.navLeft,
.site-header.style6 .topnav.navLeft {
    float: left;
}

.site-header.style4 .main-nav,
.site-header.style5 .main-nav,
.site-header.style6 .main-nav {
    float: right;
    margin-top: 0;
}

.site-header.style4 .header-links-container,
.site-header.style5 .header-links-container,
.site-header.style6 .header-links-container {
    float: none;
    height: 42px;
}

.site-header.style4 .topnav,
.site-header.style5 .topnav {
    margin-top: 10px;
    float: right;
}

.site-header.style4 .social-icons.topnav,
.site-header.style5 .social-icons.topnav {
    float: right;
}

.site-header.style4 .header-search,
.site-header.style5 .header-search,
.site-header.style6 .header-search {
    right: 16px;
}

.site-header.style4 .logo-container.hasInfoCard:before {
    top: 40px;
}

.logo-container.hasInfoCard::before {
    display: none;
}


/*
.logo-infocard {
    background: #002347;
}
*/

.toplang-item span {
    padding-right: 10px !important;
    padding: 3px 10px !important;
}
.toplang-item img {
    margin-right: 10px;
}

.zn-res-trigger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    top: 50%;
    margin-top: -10px;
    background: #002347;
    border-radius: 4px;
    left: 0;
    box-shadow: 0 8px 0 #002347, 0 16px 0 #002347;
}

.site-logo img {
    max-height: 120px;
}

.site-header .header-links-container {
    margin-right: 0;
}

.main-nav > ul > li > a:before {
    background-color: #002347;
}

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

.main-nav > ul > li > a {
    color: #2c2c2c;
}

.topnav > li > a {
    color: #2c2c2c;
}

.icon-white {
    color: #2c2c2c;
}

.cin {
    font-family: Cinzel, serif;
}

.upper {
    text-transform: uppercase;
}

.trans-bg-white {
    background-color: #fff;
    opacity: 0.8;
}

.page-subheader {
    background-color: #fff;
}

.kl-cta-ribbon:hover {
    color: #fff;
}

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

.products li {
    list-style: none;
}

.main-nav {
    margin-right: 0;
}

.main-nav .hg_mega_container {
    background: rgba(255, 255, 255, 1);
}

.main-nav ul li {
    display: table !important;
    display: flex;
    align-items: center;
}

.men-a {
    content: "";
    clear: both;
    /*
    display: table-cell;
    vertical-align: middle;
*/
    font-size: 11px !important;
    /*    height: 50px;*/
    margin: 0 0 7px 0 !important;
    padding: 1px !important;
    display: flex !important;
    align-items: center;
    line-height: 1.5;
}

.men-a:hover {
    /*    background: red;*/
}

.men-ico {
    width: 50px !important;
    height: 50px !important;
    float: left;
    margin-right: 12px;
}

.men-text {
    display: flex;
    align-items: center;
}

.action_box.style1 {
    margin: 0;
    padding: 0;
    color: #002347;
}

.action_box.style1 h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}


/* PRODUCT PAGE */

.thumbnails .first {
    /*    display: none;*/
}
.tab-content .align_left {
    float: left;
}
.tab-content .align_right {
    float: right;
}

/* 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: 3px 5px 3px 5px !important;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.kl-store.widget_product_categories .cat-item a:hover {
    color: #fff !important;
    background: #cd2122;
}

.kl-store.widget_product_categories .cat-item a.active {
    color: #fff !important;
    background: #cd2122;
}

.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;
    -webkit-transition: all .15s ease-out;
    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
}


/*special icons*/

.icon-checkmark2:before {
    content: "\ea11";
}

.icon-home:before {
    content: "\e900";
}

.services_box--modern .services_box__fonticon {
    color: #cd2122;
    font-size: 40px;
    line-height: 70px;
    transition: color 0.2s ease-out 0.1s;
}

.scontent__maps:not(.static-content--fullscreen) {
    height: 400px;
}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width: 1921px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .site-header .xs-icon {
        font-size: 14px;
        color: #002347;
        line-height: 23px;
        opacity: 1;
    }
    .site-header.style4 .site-logo a {
        background: none;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .cin {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}