/*!

 =========================================================
 * Now-ui-kit - v1.1.0
 =========================================================

 * Product Page: http://www.creative-tim.com/product/now-ui-kit
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)

 * Designed by www.invisionapp.com Coded by www.creative-tim.com

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */


/*     brand Colors              */


/*      light colors         */


/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.r13_display_image {
    max-width: 100%;
    border-radius: 1px;
}

.hss15_section {
    /*padding: 70px 0;*/
    position: relative;
    background: #FFFFFF;
}

.hss15_section .row+.category {
    margin-top: 15px;
}

.hss15-header {
    height: 100vh;
    max-height: 1050px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.hss15-header .hss15-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hss15-header .container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative;
}

.hss15-header .container>.center-ele {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
    color: #FFFFFF;
    width: 100%;
    max-width: 880px;
}

.hss15-header .category,
.hss15-header .description {
    color: rgba(255, 255, 255, 0.5);
}

.hss15-header.hss15-header-small {
    height: 60vh;
    max-height: 440px;
}

.hss15-header:after,
.hss15-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.hss15-header:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.hss15-header .container {
    z-index: 2;
}

.empty-filter:after,
.empty-filter:before {
    display: none;
}


.hss15_section-images {
    max-height: 670px;
    /*height: 670px;*/
}

.hss15_section-images .header-images-container,
.hss15_section-images .header-images-container-1,
.hss15_section-images .header-images-container-2 {
    margin-top: -38vh;
}

.hss15_section-images .header-images-container {
    max-width: 670px;
}

.hss15_section-images .header-images-container-1 {
    max-width: 390px;
    position: absolute;
    top: 55%;
    right: 18%;
}

.hss15_section-images .header-images-container-2 {
    max-width: 225px;
    position: absolute;
    top: 68%;
    right: 12%;
}

@media screen and (max-width: 991px) {
    .hss15_section-images {
        height: 500px;
        max-height: 500px;
    }
    .hss15_section-images .header-images-container {
        max-width: 500px;
    }
    .hss15_section-images .header-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }
    .hss15_section-images .header-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }
}

@media screen and (max-width: 576px) {
    .hss15-header .container h6.ele-absolute {
        width: 90%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .hss15_section-images .header-images-container-1 {
        right: 9%;
        max-width: 370px;
    }
    .hss15_section-images .header-images-container-2 {
        right: 2%;
        max-width: 216px;
    }
}

@media screen and (max-width: 768px) {
    .hss15_section-images {
        height: 300px;
        max-height: 300px;
    }
    .hss15_section-images .header-images-container {
        max-width: 380px;
    }
    .hss15_section-images .header-images-container-1 {
        right: 7%;
        top: 87%;
        max-width: 210px;
    }
    .hss15_section-images .header-images-container-2 {
        right: 1%;
        max-width: 133px;
        top: 99%;
    }
}

@media screen and (min-width: 1200px) {
    .hss15_section-images .header-images-container-1 {
        top: 51%;
        right: 21%;
    }
    .hss15_section-images .header-images-container-2 {
        top: 66%;
        right: 14%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hss15_section-images .header-images-container,
    .hss15_section-images .header-images-container-1,
    .hss15_section-images .header-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px;
    }
    .hss15_section-images .header-images-container {
        max-width: 300px;
    }
    .hss15_section-images .header-images-container-1 {
        right: 28%;
        top: 40%;
    }
    .hss15_section-images .header-images-container-2 {
        right: 21%;
        top: 55%;
    }
}