/*
section BANNER
*/
#banner {
    margin-top: 74px;
    /*background-image: url("../img/banner.png");*/
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
    overflow: hidden;
}

#banner .container {
    position: relative;
    height: inherit;
    padding: 15px 15px;
    min-height: 500px;
}

#banner .section-body {
    margin: 30px 0;
}

#banner .section-header a,
#banner .section-footer a {
    color: #fff;
    margin: 0 10px;
}

#banner .section-footer a:hover,
#banner .section-header a:hover {
    color: #00a2df;
}

#banner #tracking-block {
    color: #2669a3;

    min-height: 20px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);

    padding: 9px;
    border-radius: 3px;

}

#banner #tracking-block ul {
    padding: 4px;
}

#banner #tracking-block li {
    margin: 5px;
}

#banner #tracking-block li:hover i {
    font-weight: bold;
}

#banner #tracking-block li:hover a {
    font-weight: bold;
}

#banner #tracking-block i {
    float: right;
}

#banner li {
    list-style-type: none;
}

#banner .registration-label {
    font-size: 12px;
    text-align: left;
}

#banner .section-footer div {

    float: left;
}

#banner .banner-slide-reference {
    text-align: left;
}

#banner .swiper-pagination-banner {
    position: absolute;
    z-index: 4400;
}

#banner .slide {
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
}

#banner .highlighted {
    color: red;
    text-transform: uppercase;
}

#banner .slide.new-york-new {
    background-image: url('../img/banner-new-york-new.png');
    background-position: center 70%;
}

#banner .slide.download-application-slide {
    background-image: url('../img/banner-application@2x.png');
}

@media (max-width: 767px) {
    #banner .slide.download-application-slide {
        background-position: 1330px 0;
    }
}

#banner .slide.download-application-slide h1 {
    color: #fff;
    margin-top: 130px;
    margin-bottom: 70px;
    font-style: normal;
    font-weight: normal;
}
@media only screen and  (min-width: 768px){
    #banner .slide.download-application-slide {
        text-align: left;
    }
}
@media only screen and  (min-width: 1200px){
    #banner .slide.download-application-slide h1 {
        font-size: 46px; 
    }
}

#banner .repurchase-slide {
    background-image: url('../img/banner-repurchase.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
}

#banner .how-to-buy-slide {
    background-image: url('../img/banner-how-to-buy.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
}

#banner .catalog-slide {
    background-image: url('../img/banner-catalog.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
}
#banner .covid-19 {
    background-image: url('../img/banner-covid-19.png');
    background-size: cover;
    background-position: top;
    text-align: center;
    box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
}

@media only screen and (max-width: 479px) {
    #banner {
        margin-top: 74px;
        /*background-image: url("../img/banner.png");*/
        background-size: cover;
        background-position: center;
        text-align: center;
        min-height: 500px;
        box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
        padding: 0;
    }

    #banner #tracking-block {
        color: white;
        margin-top: 10px;
        min-height: 20px;
        margin-bottom: 0;
        background-image: none;
        padding: 9px;
        border-radius: 3px;

    }

    #banner #tracking-block a {
        color: white;
        font-weight: 600;
    }

    #banner .section-body h1 {
        margin: 5px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
        text-align: center;
        font-size: x-large;
    }

    #banner .section-footer div {
        float: none;
        position: absolute;
        top: 274px;
        left: 35%;
    }

    #banner .section-body {
        margin: 70px 0 0 0;
    }

    #banner .banner-slide-reference {
        text-align: center;
    }

    #banner .container {
        min-height: 725px;
    }

    #banner .repurchase-slide .section-body {
        margin: 150px 0 0 0;
    }

    #banner .how-to-buy-slide .section-body {
        margin: 150px 0 0 0;
    }

    #banner .catalog-slide .section-body {
        margin: 150px 0 0 0;
    }

    #banner .catalog-slide {
        background-image: url('../img/banner-catalog-xs.png');
    }

    #banner .how-to-buy-slide {
        background-image: url('../img/banner-how-to-buy-xs.png');
    }

    #banner .repurchase-slide {
        background-image: url('../img/banner-repurchase-xs.png');
    }
}

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

    #banner .catalog-slide {
        background-image: url('../img/banner-catalog-xs.png');
    }

    #banner .how-to-buy-slide {
        background-image: url('../img/banner-how-to-buy-xs.png');
    }

    #banner .repurchase-slide {
        background-image: url('../img/banner-repurchase-xs.png');
    }

    #banner .section-body h1 {
        margin: 5px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
        text-align: center;
        font-size: x-large;
    }

    #banner {
        padding: 0;
    }

    #banner #tracking-block {
        color: white;
        margin-top: 20px;
        min-height: 20px;
        margin-bottom: 0;
        background-image: none;
        padding: 9px;
        border-radius: 3px;
    }

    #banner #tracking-block a {
        color: white;
        font-weight: 600;
    }

    #banner .section-footer div {

        float: none;
        /*display:inline-block;*/
        position: absolute;
        top: 182px;
        left: 40%;
    }

    #banner .section-body {
        margin: 30px 0 0 0;
    }

    #banner .banner-slide-reference {
        text-align: center;
    }

    #banner .container {
        min-height: 595px;
    }

    #banner .repurchase-slide .section-body {
        margin: 190px 0 0 0;
    }

    #banner .how-to-buy-slide .section-body {
        margin: 190px 0 0 0;
    }

    #banner .catalog-slide .section-body {
        margin: 190px 0 0 0;
    }

}

@media only screen and  (min-width: 768px) and (max-width: 992px) {
    #banner .section-body h1 {
        margin: 30px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
        text-align: left;
    }

}

@media only screen and  (min-width: 992px) and (max-width: 1200px) {
    #banner .section-body h1 {
        margin: 120px 0 80px 0;
        color: white;
        text-shadow: 2px 2px 5px black;

    }

    #banner {
        margin-top: 74px;
        /*background-image: url("../img/banner.png");*/
        background-size: cover;
        /*background-size: 100%;*/
        background-position: center;
        /*background-repeat: no-repeat;*/
        text-align: center;
        min-height: 500px;
        box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
    }

}

@media only screen and  (min-width: 1200px)  and (max-width: 1600px) {
    #banner .section-body h1 {
        margin: 120px 0 80px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
    }

}

@media only screen and  (min-width: 1600px) {
    #banner .section-body h1 {
        margin: 120px 0 80px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
    }

    #banner {
        margin-top: 74px;
        /*background-image: url("../img/banner.png");*/
        background-size: cover;
        background-position: center;
        text-align: center;
        min-height: 500px;
        box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
    }

    #banner .repurchase-slide {
        background-image: url('../img/banner-repurchase.png');
        background-size: cover;
        background-position: top;
        text-align: center;
        box-shadow: inset 0 50px 69px -23px rgba(50, 50, 50, 0.75);
    }

}

.head-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 4444;
}

@media (min-width: 768px) {
    .head-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .head-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .head-container {
        width: 1170px;
    }
}

/*
section BANNER
*/