/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow {
    height: 100%;
}

.header-slideshow .home-header { position: relative; }
.header-slideshow .home-header img {
    width: 100%;
    height: auto !important;
}

.header-slideshow .home-header .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.header-slideshow .home-header .text-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.header-slideshow .home-header .text-cont h1 {
    font-family:'Triomf', Arial, Sans-serif;
    font-size: 36px;
    text-shadow: 0 0 10px #000;
}

.header-slideshow .home-header .text-cont h1.haboro {
    font-family: 'haboro-contrast-condensed', serif;
    font-weight: 700;
    text-transform: unset;
}

.header-slideshow .home-header .text-cont h1:after {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    content: ' ';
    display: block;
    width: 30%;
    height: 2px;
    text-align: center;
    margin: 20px 0;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #000;
}
.header-slideshow .home-header .text-cont.no-desc h1:after {
    display:none;
}
.header-slideshow .home-header .text-cont .desc {
    max-width: 80%;
    font-family: 'Brown-Regular', sans-serif;
    font-size: 14px;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px #000;
}
.scrolldown {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 300px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 13;
}
.scrolldown p {
    margin: 0;
    font-family:'Triomf', Arial, Sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.9);
}
.scrolldown i.fa {
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.9);
}

/**** END DOTS ****/

@media only screen and (min-width: 1025px) {
    .header-slideshow { padding-top: 50px; }
    .header-slideshow .home-header .text-cont h1 { font-size: 72px; }
    .header-slideshow .home-header .text-cont .desc {
        max-width: 650px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 40em) {
    .header-slideshow .home-header {  }
}

@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
    .header-slideshow .home-header .text-cont h1 { font-size: 72px; }
    .header-slideshow .home-header .text-cont .desc { font-size: 24px; }
}

@media only screen and (min-width: 40.063em) {
    .scrolldown {
        display: block;
        bottom: 5px;
    }
}

@media only screen and (min-width: 64.063em) {
    .scrolldown {
        bottom: 150px;
    }
    .scrolldown p {
        font-size: 30px;
    }
    .scrolldown i.fa {
        font-size: 60px;
        line-height: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .scrolldown {
        bottom: 85px;
    }
}
