﻿
/********************************/
.fade-carousel {
    position: relative;
    height: 50vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }
    
    /*.fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }*/
    /********************************/
    /*          Hero Headers        */
    /********************************/
    .hero {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        color: #fff;
        text-align: center;
        /*text-transform: uppercase;*/
        /*text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

    .hero h1 {
        font-size: 4em;        
        font-weight: bold;
        margin: 15px 0 ;
        padding: 0;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
    height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url('../images/vbf_welcome.jpg');
}

.fade-carousel .slides .slide-2 {
    background-image: url('../images/giveaway.png');
}
.wide-lines{
    line-height: 1.5 !important;
}
.fade-carousel .slides .slide-3 {
    /*background-image: url('../images/fsa-store-enter-to-win1.jpg');*/

    background-image: url('../images/sweeps-fsa.jpg');
    background-size: auto 100% !important;
}
.fade-carousel .slides .slide-4 {
    background-image: url('../images/looking-forward-concept.png');
}

.link-show-hide.ng-hide {
    opacity: 0;
}

.btn-white {
    color: #000000;
    background-color: #FCFCFC;
    border-color: #08070A;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #ffffff;
    background-color: #E39919;
    border-color: #08070A;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #FCFCFC;
    border-color: #08070A;
}

.btn-white .badge {
    color: #FCFCFC;
    background-color: #000000;
}
.mt-7 {
    margin-top: 7rem !important;
}
.mt-10 {
    margin-top: 10rem !important;
}
.mt-15 {
    margin-top: 15rem !important;
}
.seventyfive-size {
    width: 75% !important;
    height: 75% !important;
}
.half-size {
    width: 50% !important;
    height: 50% !important;
}
.slider-resize {
    width: 100% !important;
    height: 100% !important;
}
.icon-sm {
    height: 20px !important;
    width: 20px !important;
    margin-left: 0 !important;
    margin-right: 5px;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

@media screen and (max-width: 900px) {
    .half-size {
        width: 30% !important;
        height: 30% !important;
    }
    .slider-resize {
        width: 100% !important;
        height: 100% !important;
    }
    .hero h1 {
        font-size: 4em;
    }
}

@media screen and (max-width: 375px) {
    .slider-resize {
        width: 100% !important;
        height: 100% !important;
    }
    .half-size {
        width: 50% !important;
        height: 50% !important;
    }

    .hero h1 {
        font-size: 4em;
    }
}