﻿ /*!
* Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* CUSTOMIZE THE FULL WIDTH CAROUSEL
-------------------------------------------------- */
.fullwidthslider .carousel-inner {
    height: 100%;
}
.fullwidthslider .carousel-caption {
    z-index: 10;
}
.fullwidthslider .carousel-link {
    width:100%;
}
.fullwidthslider .carousel-link a {
    background-color: rgb(229, 0, 0);
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    width: 100%;
    text-align:center;
}
.fullwidthslider .carousel-link a:hover,
.fullwidthslider .carousel-link a:focus,
.fullwidthslider .carousel-link a:active {
    color: #000;
    text-decoration:underline;
}

.fullwidthslider .carousel-block2 a{
    color: #fff;
    text-decoration:none;
}
.fullwidthslider .carousel-block2 a span{
    display: inline-block !important;
    width: 20px !important;
    margin-top: -4px;
    margin-left: 5px;
}
.fullwidthslider .carousel-block2 a:hover,
.fullwidthslider .carousel-block2 a:focus,
.fullwidthslider .carousel-block2 a:active {
    color: #fff;
    text-decoration:underline;
}


.fullwidthslider .jumbotron-overlay{
   position: relative;
   bottom: 50px;
   z-index: 1;
}
@media (min-width: 768px) {
    .fullwidthslider .carousel-link {
        position:absolute;
        bottom:0;
        width:100%;
    }
    .fullwidthslider .carousel-link a {
        font-size: 1.1em;
        padding: 10px 0px;
        /*width: 180px;*/
    }
    
.fullwidthslider .jumbotron-overlay{
   position: relative;
   bottom: 78px;
   z-index: 1;
}
}
@media (min-width: 992px) {
    .fullwidthslider .carousel-link a {
        font-size: 1.1em;
        padding: 15px 0px;
        /*width: 200px;*/
    }
}
@media (min-width: 1200px) {
    .fullwidthslider .carousel-link a {
        font-size: 1.2em;
        padding: 20px 0px;
        /*width: 240px;*/
        letter-spacing: 0.05em;
    }
}

.fullwidthslider .carousel-content {
    position: relative;
    width: 100%;
}
.fullwidthslider .carousel-content .carousel-block1 {
    background-color: #eee;
}
.fullwidthslider .carousel-content .carousel-block2 {
    background-color: #ddd;
    display: table;
}
.fullwidthslider .carousel-content .carousel-block2 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
@media (min-width: 768px) {
    .fullwidthslider .carousel-content {
        height: 50%;
        position: relative;
        width: 100%;
    }
    .fullwidthslider .carousel-content .carousel-block1 {
        background-color: #eee;
        height: 220px;
    }
    .fullwidthslider .carousel-content .carousel-block2 {
        background-color: #ddd;
        height: 220px;
    }

}
@media (min-width: 992px) {
    .fullwidthslider .carousel-content {
        height: 58%;
        position: absolute;
        right: 0;
        top: 42%;
        width: 66%;
    }
    .fullwidthslider .carousel-content .carousel-block1 {
        background-color: #eee;
        height: 100%;
    }
    .fullwidthslider .carousel-content .carousel-block2 {
        background-color: #ddd;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .fullwidthslider .carousel-content {
        height: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        width: 66%;
    }
    .fullwidthslider .carousel-content .carousel-block1 {
        background-color: #eee;
        height: 100%;
    }
    .fullwidthslider .carousel-content .carousel-block2 {
        background-color: #ddd;
        height: 100%;
    }
}

/*FULL WIDTH VIDEO*/
.sf-fw-video-caption{
    background-color:#fff;
    color:#000 !important;
    position: relative;
}
.sf-fw-video-caption h2{
    margin-top:0;
    margin-bottom:0;
    font-weight:normal;
}
.sf-fw-video-caption p{
    margin-top:0;
    margin-bottom:0;
}


.fullwidthslider.carousel .carousel-control-event{
    bottom:110px;
}


















.fullwidthslider.carousel .carousel-control {
    visibility: hidden;
}
.fullwidthslider.carousel:hover .carousel-control {
    visibility: visible;
}
.fullwidthslider .carousel-indicators li {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}
.fullwidthslider .carousel-indicators .active {
    background-color: rgb(229,0,0);
    border: 1px solid rgb(229,0,0);
}
.fullwidthslider .carousel-inner > .item  img, 
.fullwidthslider .carousel-inner > .item a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}
/*.fullwidthslider.carousel,
.fullwidthslider .item,
.fullwidthslider .active {
    height: 100%;
}*/
.fullwidthslider .carousel-inner {
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.fullwidthslider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fullwidthslider footer {
    margin: 50px 0;
}
.fullwidthslider .carousel-inner > .item  img {
    min-width: 100%;
    width: 100%;
}
.fullwidthslider .carousel-inner > .item  img {
    height: auto;
    position: relative;
}
.fullwidthslider .carousel .item {
    overflow: hidden;
    height: auto;
}
.fullwidthslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.fullwidthslider .carousel-caption {
    bottom: 0;
    padding-top: 0;
    padding-left:15px;
    padding-bottom:5px;
    width: 100%;
    left: 0;
    text-align: left;
    text-shadow: none;
    color: #ffffff;
}

@media (max-width: 767px) {
    .fullwidthslider .carousel-action {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
    }
    .fullwidthslider .carousel-action a {
        font-size: 1.2em;
        font-weight: bold;
        padding: 1.5vw 4vw !important;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .fullwidthslider .carousel-action {
        position: absolute;
        width: auto;
    }
    .fullwidthslider .carousel-action a {
        font-size: 1.5vw;
        font-weight: bold;
        padding: 1.5vw 4vw !important;
        width: auto;
    }
}