/* CSS Document */

/* Slideshow */

/* Slideshow */
/* .slideshow {
    display: block;
    height: 550px;
    position: relative;
} */
.slideshow {
    display: block;
    min-height: 320px;
    position: relative;
}
.slideshow .slide {
    position: absolute;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 0.4s ease-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slideshow .slide.active {
    opacity: 1;
    z-index: 1;
}
.slideshow h1 {
    font-weight: 600;
    font-size: 40px;
    color: #FFF;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 20px;
}
.slideshow p {
    /* font-size: 30px; */
    color: #FFF;
    margin: 0;
    max-width: 100%;

}
.slideshow > .control {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
    text-align: center;
}
.slideshow > .control > div {
    position: relative;
    max-width: 1452px;
    padding: 0 20px;
    margin: auto;
    display: block;
}
#slideshow-controls span {
    display: inline-block;
    margin: 0 10px 0 0px;
    position: relative;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: solid #FFF 2px;
    border-radius: 50%;
}
#slideshow-controls span.active {
    background: #FFF;
}


.control div {
    display: inline-block;
}
.slideshow .left-btn:not(.inline), .slideshow .right-btn:not(.inline) {
    position: absolute;
    width: 20px;
    height: 38px;
    display: block;
    z-index: 2;
    cursor: pointer;
}
.slideshow .left-btn:not(.inline) {
    left: 0px;
    top: 200px;
}
.slideshow .right-btn:not(.inline) {
    right: 0px;
    top: 200px;
}
.slide .template {
    padding-left: 200px;
    padding-top: 0px;
}
.slideshow .control-container {
    position: relative;
    display: block;
    max-width: 1436px;
    margin: 0 auto;
}

.header-banner {
    color: #fff;
    text-align: left;
    position: relative;
    padding: 0;
	padding-top: 71px;
}

.header-banner figure {
    background: transparent;
}

/*.header-banner  picture {
    height: 400px;
}*/

.header-banner figure {margin: 0;position: relative;}
.header-banner img { width: 100%;display:block;}
.header-banner figcaption {position: absolute;top: 50%;transform: translateY(-50%);max-width: 1180px;left: 0;right: 0;margin-left: 8.33333333%;padding: 0 10px;padding-right: 30%;}
.header-banner figcaption { width: 100%;}
.header-banner figure figcaption { margin: 0 auto;}
.header-banner h1  {color:#fff; font-size:48px;font-family:'VodafoneLight',serif; font-weight: 100;}
.breadcrumbs { background-color:#F4F4F4; padding: 0 10px; min-height:60px}

/* Components */
.gray {
    background: #F4F4F4;
}



.home-gradient{background: rgba(200, 160, 100, 0.45);min-height:100%;margin: 0;}




@media screen and (max-width:520px){

    .slideshow {
        min-height: 500px !important;
    }
}


