/*IMPORT SCSS*/


/*-------------------------------------------*/


/*-------------------------------------------*/


/* FONTS */


/*-------------------------------------------*/


/*-------------------------------------------*/


/* COLORS */


/*-------------------------------------------*/


/*-------------------------------------------*/

section#sliding-banner .caption-text {
    position: absolute;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transition: all ease 0.3s;
    /* IE 9 */
    -webkit-transition: all ease 0.3s;
    /* Safari */
    transition: all ease 0.3s;
    color: #fff;
    padding: 15px;
}

section#sliding-banner .caption-text.fadeMeRight {
    right: 100px;
    opacity: 1;
}

section#sliding-banner .caption-text h2 {
    font-size: 80px;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    font-family: "Fester", sans-serif;
    font-weight: 500;
    letter-spacing: 10px;
    margin-bottom: -25px;
    line-height: 1;
    margin-left: 30px;
    position: relative;
}

section#sliding-banner .caption-text:before {
        content: "";
        background-color: rgba(101, 175, 255, 0.75);
        height: calc(100% - 65px);
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
        top: 55px;
    z-index: -1;
}

section#sliding-banner .caption-text p {
    line-height: 2;
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: left !important;
}

section#sliding-banner .flex-control-paging {
    width: auto;
    right: 100px;
    top: calc(50vh - 100px);
    bottom: auto;
}

section#sliding-banner .flex-control-paging li {
    display: block;
    margin: 10px 0;
}

section#sliding-banner .banner-bottom {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    color: #D5DCF9;
}

section#sliding-banner .banner-bottom>div:hover span,
section#sliding-banner .banner-bottom>div:focus span {
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

section#sliding-banner .banner-bottom img {
    width: 90px;
    margin-bottom: 10px;
}

section#sliding-banner .banner-bottom div {
    font-size: 15px;
    -ms-transition: all ease 0.5s;
    /* IE 9 */
    -webkit-transition: all ease 0.5s;
    /* Safari */
    transition: all ease 0.5s;
}

@media (max-width: 576px){
    section#sliding-banner .caption-text:before {
            height: 100%;
            width: 100%;
            top: 0;
            left:0;
    }
}

/*# sourceMappingURL=homepage.css.map */