/***********************************************
* Global
***********************************************/
* {
    outline: none !important;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    overflow-x: hidden;
}

a,
button {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

.section-title {
    color: #fff;
    /*font-family: 'Yantramanav', sans-serif;*/
    font-style: italic;
    margin: 0 0 30px 0;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.slide-caption {
    /*font-family: 'Yantramanav', sans-serif;*/
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    display: block;
}

.program-note {
    /*font-family: 'Yantramanav', sans-serif;*/
    font-size: 13px;
    text-align: center;
    padding: 15px 10px;
}

.ls-videowrap,
.ls-vpcontainer,
.ls-videopreview {
    border-radius: 4px !important;
    overflow: hidden;
}

/***********************************************
* Header
***********************************************/
#header {
    padding: 15px 0;
    position: relative;
    z-index: 10;
    background: #008086;
    min-height: 80px;

    -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 20px 20px -20px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 20px 20px -20px rgba(0, 0, 0, 0.15);
}

#header .header-wrap {
    position: relative;
}

#main-brand {
    background: url("/Images/custom/royalvkb.svg") no-repeat;
    background-size: contain;
    text-indent: -9999em;
    width: 154px;
    height: 45px;
    display: inline-block;
    float: left;

    position: absolute;
    top: 6px;
}

/*#retailer-brand {
    background: url("/Images/custom/logo-whitelabel.svg") #fff no-repeat;
    background-size: 70px;
    text-indent: -9999em;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    z-index: 5;
    bottom: -95px;
    right: 0;
    background-position: center center !important;
}*/

/***********************************************
* Navigation
***********************************************/
#main-nav {
    float: right;
}

    #main-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        #main-nav li {
            display: inline-block;
            margin-left: 10px;
            float: left;
        }

        #main-nav a {
            font-weight: 700;
            color: #fff;
            font-size: 16px;
            margin: 14px;
            display: block;
            position: relative;
            text-decoration: none !important;
        }

        #main-nav a::after {
            -webkit-transition: all .1s ease;
            -moz-transition: all .1s ease;
            transition: all .1s ease;
            content: "";
            display: block;
            position: absolute;
            border-bottom: 0;
            bottom: -5px;
        }

        #main-nav a.router-link-active::after,
        #main-nav a.active::after,
        #main-nav a:hover::after,
        #main-nav a:focus::after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            border-bottom: 4px solid #81bbc0;
        }


/***********************************************
* Secondary navigation
***********************************************/
#top-nav {
    background: #f8f8f8;
    padding: 7px 0;
    text-align: right;
}

#downloads {
    display: inline-block;
}

    #downloads ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #downloads li {
        display: inline-block;
    }

    #downloads a {
        padding: 7px 12px;
        background: #ed3024;
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        border-radius: 4px;
        display: block;
        margin-left: 5px;
    }

        #downloads a:hover {
            background: #000;
        }

    #downloads a .fa-download {
        margin-right: 5px;
    }

#languages {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

    #languages #dropper-languages {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        background: #81bbc0;
        border-radius: 4px;
        position: absolute;
        z-index: 50;
        top: 100%;
        top: calc(100% + 4px);
        /* hide */
        display: none;

        -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    0px 0 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow:         0px 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    #languages #dropper-languages ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
        #languages #dropper-languages li a {
            float: none;
            display: block;
            width: 100%;
            text-align: left;
        }

    #languages a {
        padding: 7px 12px;
        background: #81bbc0;
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        border-radius: 4px;
        display: block;
    }

        #languages a:hover {
            background: #000;
        }

    #languages .dropper .fa-flag {
        margin-right: 5px;
    }

    #languages .dropper .fa-angle-down {
        margin-left: 5px;
    }


/***********************************************
* Products
***********************************************/
slick-multiple {
    margin: 0;
}

slick-multiple .slick-list {
    margin: 0;
    padding: 15px 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #333 !important;
}

.blogslider {
    background: #6d788c;
    background: url("/Images/custom/bg-concrete.jpg") repeat;
    margin: 0 auto;
    padding: 60px 0;
    overflow-x: hidden;
}

.blogslider .container {
    position: relative;
}


.blogslider .slick-prev {
        left: 0;
        z-index: 20;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .blogslider .slick-prev .fa {
            position: relative;
            left: -2px;
        }

    .blogslider .slick-next {
        right: 0;
        z-index: 20;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .blogslider .slick-next .fa {
            position: relative;
            right: -2px;
        }

    .blogslider .slick-arrow {
        width: 40px;
        height: 50px;
        background: #ed3024;
        text-align: center;
        border-radius: 3px;
    }

    .blogslider .slick-arrow .fa {
        color: #fff;
        font-size: 20px;
    }

    .blogslider .slick-prev:before,
    .blogslider .slick-next:before {
        display: none;
    }
    
.categoryslider {
    background: #6d788c;
    background: url("/Images/custom/bg-concrete.jpg") repeat;
    margin: 0 auto;
    padding: 60px 0;
    overflow-x: hidden;
}

.categoryslider .container {
    position: relative;
}


.categoryslider .slick-prev {
        left: 0;
        z-index: 20;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .categoryslider .slick-prev .fa {
            position: relative;
            left: -2px;
        }

    .categoryslider .slick-next {
        right: 0;
        z-index: 20;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .categoryslider .slick-next .fa {
            position: relative;
            right: -2px;
        }

    .categoryslider .slick-arrow {
        width: 40px;
        height: 50px;
        background: #ed3024;
        text-align: center;
        border-radius: 3px;
    }

    .categoryslider .slick-arrow .fa {
        color: #fff;
        font-size: 20px;
    }

    .categoryslider .slick-prev:before,
    .categoryslider .slick-next:before {
        display: none;
    }

.products {
    background: #efefef;
    margin: 0 auto;
    padding: 60px 0;
    overflow-x: hidden;
}

.products .container {
    position: relative;
}

.products .slick-prev {
        left: 0;
        z-index: 20;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .products .slick-prev .fa {
            position: relative;
            left: -2px;
        }

    .products .slick-next {
        right: 0;
        z-index: 20;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .products .slick-next .fa {
            position: relative;
            right: -2px;
        }

    .products .slick-arrow {
        width: 40px;
        height: 50px;
        background: #008086;
        text-align: center;
        border-radius: 3px;
    }

    .products .slick-arrow .fa {
        color: #fff;
        font-size: 20px;
    }

    .products .slick-prev:before,
    .products .slick-next:before {
        display: none;
    }

.product {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 100px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.product.blog {
    padding-bottom: 20px;
}

    .product:hover {
        transform: scale(1.02);
    }

    .product:hover .outside {
        background: #008086;
    }

    .product .inside {
        padding: 30px 30px 0 30px;
    }

    .product .title {
        /*font-family: 'Yantramanav', sans-serif;*/
        margin: 0 0 10px 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.5px;
        min-height: 45px;
    }

    .product .outside {
        padding: 15px 30px;
        background: #81bbc0;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 0;
        -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }

    .product .main-price {
        display: block;
        font-size: 34px;

        font-weight: 700;
    }

    .product .stamps {
        display: block;
        font-weight: 300;
        font-size: 15px;
    }

    .product .product-sub {
        font-weight: 300;
        display: block;
        margin: 0;
    }

    .product .product-sub:last-of-type {
        color: #ed3024;
        font-weight: 700;
        text-transform: uppercase;
    }

.products-wrap .product {
    margin-bottom: 30px;
}

.product-container {
    display: flex;
    flex-direction: column;
    
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    
    -webkit-justify-content: flex-start; /* align items in Main Axis */
    -webkit-align-items: stretch; /* align items in Cross Axis */
    -webkit-align-content: stretch; /* Extra space in Cross Axis */
}


/***********************************************
* Product Detail
***********************************************/
.product-detail {
    border-top: 1px solid #efefef;
    background: #fafafa;
    padding: 60px 0;
}

    .product-detail .title {
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.3px;
        /*font-family: 'Yantramanav', sans-serif;*/
    }

    .product-detail .main-price {
        display: block;
        font-size: 34px;
        font-weight: 700;
    }

    .product-detail .product-sub {
        font-weight: 300;
        display: block;
        margin: 0 0 5px 0;
    }

    .product-detail .discount {
        text-transform: uppercase;
        font-weight: 700;
        color: #ed3024;
    }

    .product-detail .price {
        margin-top: 30px;
        display: inline-block;
        background: #81bbc0;
        padding: 20px 35px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }

    .product-detail .intro {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .product-detail .text {
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }

    .product-detail .details {
        font-size: 15px;
        line-height: 25px;
    }

    .product-detail p {
        margin-bottom: 20px;
    }

.btn-back {
    background: #81bbc0;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .btn-back .fa {
        margin-right: 5px;
    }

    .btn-back:hover {
        background: #000;
        color: #fff;
    }



/***********************************************
* Page banner
***********************************************/
.page-banner {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    height: 500px;
    z-index: 0;
    text-align: center;
    color: #fff;
    /*font-family: 'Yantramanav', sans-serif;*/
    font-weight: 700;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
}

    .page-banner.customheight {
        height: auto;
    }

    .page-banner slick-single {
        margin: 40px 0;
    }

    .page-banner slick-single img {
        max-width: 100%;
        width: auto;
        min-width: 50%;
        margin: 0 auto;
    }

    .page-banner .container,
    .page-banner div {
        height: 100%;
    }

    /*.page-banner::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 62px;
        background: url("/Images/custom/plank.png") repeat-x;
        background-position: center top;
    }*/

    /*.page-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        display: block;
    }*/

    .page-banner .title {
        margin: 0;
        font-size: 60px;
        line-height: normal;
        position: relative;
        top: 45%;
        transform: translateY(-55%);
    }

    .page-banner .subtitle {
        margin: 0;
        font-size: 30px;
        position: relative;
        top: 45%;
        display: block;
        transform: translateY(-55%);
    }


/***********************************************
* Content
***********************************************/
.page-bg {
    background: #efefef;
    margin: 0 auto;
    padding: 60px 0;
    color: #fff;
}

.custom-content {
    background: #fff;
    color: #482412;
    padding: 70px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

    .custom-content .title {

    }

    .custom-content p {
        margin-bottom: 20px;
    }

    .custom-content h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .custom-content .no-margin {
        margin: 0;
    }

    .custom-content .subtitle {
        font-weight: 700;
        font-size: 18px;
    }

.customimg-1 {
    max-width: 480px;
    position: absolute;
    right: -250px;
    top: 60px;
}

.custom-padding {
    padding-right: 25%;
}

.video-embed{
    width:100%;
    height:0px;
    padding-bottom:56%;
    position:relative;
}

.video-embed iframe{
    position:absolute;
    width:100%;
    height:100%;
}

.product.blog {
    padding-bottom: 0px;
}

/***********************************************
* Social wall
***********************************************/
.social .post .bottom .text {
    font-size: 14px;
}
.social .post .bottom .date {
    font-size: 12px;
}

.social .post .top .avatar {
    border-radius: 2px;
    overflow: hidden;
}

.social {
    margin-bottom: 50px;
}

.social-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}


/***********************************************
* Iframe
***********************************************/
.iframe-wrapper {
    min-height: calc(100vh - 183px);
}


/***********************************************
* Footer
***********************************************/
footer {
    background: #fff;
    font-size: 11px;
    border-top: 1px solid #efefef;
    text-transform: uppercase;
}

    footer span {
        display: block;
    }

.terms {
    display: inline-block;
    color: #ed3024;
    text-decoration: underline;
    margin-top: 3px;
}

    .terms:hover {
        color: #333;
    }


/***********************************************
* MD Mediaquery
***********************************************/
@media (max-width: 1199px) {
    .customimg-1 {
        max-width: 450px;
        right: -220px;
    }
}

/***********************************************
* SM Mediaquery
***********************************************/
@media (max-width: 991px) {
    .customimg-1 {
        max-width: 330px;
        right: -260px;
    }

    .page-banner .title {
        font-size: 40px;
    }

    .page-banner .subtitle {
        font-size: 26px;
    }
}

/***********************************************
* XS Mediaquery
***********************************************/
@media (max-width: 767px) {
    .custom-padding {
        padding-right: 0;
    }
    .custom-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom-content h2 {
        margin: 20px 0;
    }

    .product-detail .price {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    /* NAVIGATION */
    .main-nav-trigger {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 5px;
        background: #fff;
        padding: 5px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 21px;
        color: #000;
    }

    #main-brand {
        float: none;
        top: -54px;
            width: 124px;
    height: 36px;
    }

    #main-nav {
        display: none;
        float: none;
        position: static;
        padding-top: 50px;
    }

    #main-nav ul {
        
        width: 100%;
    }

        #main-nav li {
            display: block;
            width: 100%;
            margin: 0;
        }
}

@media (min-width: 992px) {
    #main-nav {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .products .slick-next {
        right: -60px;
    }
    .products .slick-prev {
        left: -60px;
    }
}