/* OVERRIDES */
.wrapper.style2 {
    height: 350px;
}

/* Mobile */
@media (max-width: 767px) {
    .wrapper.style2 {
        height: 250px;
    }
}

#get-notified-btn{
    font-size: 18px;
    padding: 7px 15px;
    width: 100px;
    display: inline;
}

#getNotifiedModal .modal-body h3{
    text-align: center;
}

/* Bootstrap Carousel Override  */
.carousel-header, .carousel-body, .carousel-footer{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-header{
    text-align: center;
    background: rgba(60,60,30,0.8);
    border: 3px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 20px 50px;
    /*box-shadow: #000000 0 0 0 2px;*/
    /*text-transform: uppercase;*/
}

.carousel-header img{
    position: relative;
    top: -7px;
    opacity: .9;
}

.carousel-btns{
    /*font-family: CenturyGothic,"Source Sans Pro",sans-serif !important;*/
    width: 545px;
    margin: auto;
}
.carousel-body{
    top: 350px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.carousel-body-text{
    margin-top: 10px;
    color: var(--main1);
}

.carousel-footer{
    bottom: 100px;
    left: 25%;
}

.carousel-inner>.item {
    max-height: 650px;
    height: 650px;
}

.carousel-inner>.item>img{
    width: 100%;
}

.carousel-control {
    border: none;
    z-index: 999;
}


.carousel-btn{
    float: left;
    margin-right: 20px;
    border-radius: 8px;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    text-decoration: none !important;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    text-shadow: none;
}

.carousel-btn:hover, .carousel-btn:active, .carousel-btn:focus{
    color: #FFF !important;
    text-decoration: none !important;
}

.carousel-btn-style-1{
    background: #40ae49;
}

.carousel-btn-style-1:hover{
    background: #358f3c;
}

.carousel-btn-style-2{
    background: #30aadf;
}

.carousel-btn-style-2:hover{
    background: #2992bf;
}

.carousel-highlight{
    color: #f1ac2e;
    font-weight: bold;
}

.horizontal-separator{
    height: 2px;
    width: 200px;
    background-color: #FFF;
    margin: auto;
}

.search-products-link{
    width: 80%;
    padding: 10px 0;
}

.search-products-link:hover, .search-products-link:focus, .search-products-link:active{
    text-decoration: none;
    border-bottom: none !important;
}


.banner-bottom-text{
    width: 100%;
    background: #EEE;
    color: #fff;
    height: 110px;
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.banner-bottom-text h2 {
    font-size: 1.10em !important;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.banner-bottom-text .button {
    line-height: 2.15em;
    vertical-align: middle;
    margin-left: 1em;
    width: 90%;
}

.banner-bottom-text .button{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
    margin-top: 10px;
}

.banner-bottom-text .button i:last-child{
    margin-right: 5px;
}



/* Sections */
section {
    margin: 25px auto;
    width: 90%;
    color: #6c6c6c;
    clear: both;
}

.section-header {
    text-align: center;
}

.section-header-text {
    font-size: 36px;
    color: #4e4e4e;
}

.section-header-separator {
    background: var(--accent1);
    width: 100px;
    height: 2px;
    margin: 10px auto 20px;
}

section p {
    font-size: 20px;
    line-height: 30px;
}

.alt-section {
    background-color: #f8f8f8;
    margin: 0;
    width: 100%;
    padding: 25px 50px;
}

.btn-category-type.active{
    background: #000000;
    color: #FFF;
}
.carousel-line.md {
    font-size: 40px;
}
.carousel-line.xl{
    font-family: var(--font-header-family);
    font-size: var(--font-header-xl-size);
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.03em;
}
.carousel-line.lg {
    font-size: 36px;
}

.carousel-line.ss {
    font-size: 20px;
}
.carousel-line.sm {
    font-size: var(--font-header-sm-size);
    margin-top: 22px;
    line-height: 1.4;
}
.carousel-header img {
    height: 60px;
}


/* Armstrong private styles */
section.get-started-section {
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    display: inline-block;
}

section.get-started-section.first {
    background-color: #EFEFEF;

}

.get-started-section .section-img {
    width: 100%;
    max-width: 100px;
}

.get-started-section h4 {
    color: var(--accent1);
    font-weight: bold;
    font-size: 22px;
}

.get-started-section h2 {
    text-align: center;
    color: #000000;
}

.get-started-section ul li {
    list-style: disc;
    font-size: 20px;
    margin: 10px 0;
}

#searchBarLi {
    margin-bottom: 45px;
    margin-top: 15px;
}

#searchBarLi i, #searchBarLi input{
    float: left;
    position: relative;
}

#searchBarLi i{
    margin: 12px 10px 0 0;
}

#searchBarLi input {
    width: 70%;
    height: 40px;
    margin-right: 5px;
}

#searchBtn{
    height: 40px;
    padding: 9px 12px;
    border-color: #CCC;
    width: 80px;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 0 !important;
}

#section-our-brands {
    margin-bottom: 40px;
}

.item-gap {
    width: 100px;
}

#carousel-xintory {
    width: 90%;
    margin-left: 5%;
}

/* MEDIA */
@media screen and (max-width: 1450px){
}

@media screen and (max-width: 1350px){
    .carousel-header img {
        height: 55px;
    }

    .carousel-line.ss {
        font-size: 18px;
    }
}

@media screen and (max-width: 1150px){
    .carousel-inner>.item {
        max-height: 500px;
        height: 500px;
    }

    .carousel-header img {
        height: 50px;
    }

    .carousel-body {
        top: 255px;
        font-size: 24px;
        line-height: 40px;
    }

    .carousel-btns {
        width: 445px;
    }

    .carousel-btn {
        padding: 5px 10px;
        width: 200px;
        font-size: 20px;
    }

    .carousel-line.lg {
        font-size: 31px;
    }

    .carousel-line.md {
        font-size: 28px;
    }

    .carousel-line.sm {
        font-size: 20px;
        margin-top: 20px;
    }


}

@media screen and (max-width: 1050px){
    .carousel-header {
        width: 90%;
    }
    .carousel-line.xl {
        font-size: 35px;
    }
    .carousel-line.ss {
        font-size: 14px;
    }

}


@media (max-width: 950px) {

    .carousel-line.xl{
        font-size: 25px;
    }
    .carousel-line.sm {
        font-size: 18px;
        margin-top: 10px;
    }

    .carousel-line.lg {
        font-size: 26px;
    }
    .carousel-line.ss {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .carousel-header img {
        height: 40px;

    }

    .carousel-body {
        top: 220px;
        line-height: 30px;
    }

    .carousel-inner>.item {
        max-height: 420px;
        height: 420px;
    }

    .carousel-btn {
        padding: 0 10px;
        width: 140px;
        font-size: 14px;
    }

    .carousel-btns {
        width: 325px;
    }

    section p {
        font-size: 16px;
        line-height: 22px;
    }

    .get-started-section h2 {
        font-size: 25px !important;
    }

    .get-started-section h2 > img {
        height: 20px !important;
    }

    .get-started-section h4 {
        font-size: 18px;
    }

    .get-started-section ul li {
        font-size: 15px;
    }
    .carousel-line.xl{
        font-size: 20px;
    }
    .carousel-line.sm {
        font-size: 16px;
        margin-top: 10px;
    }
    .carousel-line.ss {
        font-size: 11px;
    }
}

@media screen and (max-width: 550px) {
    #carousel-xintory {
        width: 100%;
        margin-left: 0;
    }
    .carousel-line.xl{
        font-size: 20px;
    }
    .carousel-line.sm {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {
    .carousel-header img {
        height: 30px;
    }

    .carousel-inner>.item {
        max-height: 350px;
        height: 350px;
    }

    .carousel-body {
        top: 175px;
        line-height: 20px;
    }

    .carousel-line.sm {
        font-size: 16px;
    }

    .carousel-line.lg {
        font-size: 18px;
    }

    .carousel-line.ss {
        font-size: 11px;
    }

    .get-started-section h2 {
        font-size: 20px !important;
        line-height: 30px;
    }
}

