﻿/*!
* 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
-------------------------------------------------- */
.imageslider .carousel-inner {
    height: 100%;
}
.imageslider .carousel-caption {
    z-index: 10;
}
.imageslider.carousel .carousel-control {
    visibility: hidden;
}
.imageslider.carousel:hover .carousel-control {
    visibility: visible;
}
.imageslider .carousel-indicators {
    margin-left: 0; 
    bottom:3px;
    width:auto;
    right:0;
    text-align:right;
}
.imageslider .carousel-indicators li {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}
.imageslider .carousel-indicators .active {
    background-color: rgb(229,0,0);
    border: 1px solid rgb(229,0,0);
}
.imageslider .carousel-inner > .item > img, 
.imageslider .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}
/*.imageslider.carousel,
.imageslider .item,
.imageslider .active {
    height: 100%;
}*/
.imageslider .carousel-inner {
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.imageslider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.imageslider footer {
    margin: 50px 0;
}
.imageslider .carousel-inner > .item > img {
    min-width: 100%;
    width: 100%;
}
.imageslider .carousel-inner > .item > img {
    height: auto;
    position: relative;
}
.imageslider .carousel .item {
    overflow: hidden;
    height: auto;
}
.imageslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.imageslider .carousel-caption {
    width: 100%;
    text-shadow:none;
    bottom: 0;
    left: 0; 
    padding-left: 40px;
    padding-right:40px;
    position: absolute;
    text-align: left; 
    padding-bottom:10px; 
    height:20%; 
    color:black;
}
.imageslider.no-caption-overlay .carousel-caption {
    position: relative;
    height:auto; 
    min-height:80px;
    background-color: #fbf8f5;
}

.imageslider .CaptionIcon{
    font-size:35px; 
    float:left; 
    margin-right:20px; 
    color:#000000;    
}
.imageslider.no-caption-overlay .CaptionIcon {
    margin-top:-10px;
}
.imageslider .CaptionText{
    float:left; 
    width:50%; 
    color:#000000;
}


/* WHAT IS THIS !!! */
.sf-static-Content{
    right:auto !important;
}
.sf-static-Content .imageslider .carousel-caption {
    display:none !important;
}

.sf-support > .sf-videosphotos{
    margin-bottom:7px;
}


/* PHOTOS Could Delete Production section in CSS if this works....time will tell*/

/* ORIGINAL PRODUCTION FORMAT BY DW */
.sf-photos{
    overflow:hidden;
}
.sf-photos > .imageslider.carousel {
}
.sf-photos > .imageslider .carousel-indicators {
    right:7px;
    bottom: -35px;
}
.sf-photos > .imageslider .carousel-inner {
    overflow:visible;
    /*max-height:370px;*/
}
.sf-photos > .imageslider.no-caption .carousel-inner {
    max-height: 500px;
}
.sf-photos > .imageslider .carousel-inner .item img {
}
.sf-photos > .imageslider .carousel-caption {
    width: 100%;
    height:auto;
    /*min-height:100px;*/
    bottom: 0;
    padding:40px 6%;
    position:relative;
}
.sf-photos > .imageslider.no-caption .carousel-caption {
    display: none;
}
.sf-photos > .imageslider .carousel-caption .CaptionIcon {
    margin-top:-10px;
}
@media (min-width: 768px) {
    .sf-photos > .imageslider .carousel-inner .item img {
        height: 354px;
    }
    .sf-photos > .imageslider.no-caption .carousel-inner .item img {
        height: 479px;
    }
    .sf-photos > .imageslider .carousel-caption {
        /*bottom: -100px;
        padding:0px 50px;
        position:absolute;*/
    }
}
@media (min-width: 992px) {
    .sf-photos > .imageslider .carousel-inner .item img {
        height: 306px;
    }
    .sf-photos > .imageslider.no-caption .carousel-inner .item img {
        height: 414px;
    }
    .sf-photos > .imageslider .carousel-caption {
        bottom: -75px;
        padding:0px 50px;
        position:absolute;
    }
}
@media (min-width: 1200px) {
    .sf-photos > .imageslider .carousel-inner .item img {
        height: 370px;
    }
    .sf-photos > .imageslider.no-caption .carousel-inner .item img {
        height: 500px;
    }
    .sf-photos > .imageslider .carousel-caption {
        bottom: -85px;
        padding:0px 50px;
        position:absolute;
    }
}

/*WATCH AND EXPLORE*/
.sf-watchandexplore-carousel .carousel-caption{
    background-color:#fff;
}
.sf-watchandexplore-carousel .carousel-indicators{
    right:15px;
}