﻿
.fragment.slides {
}





/* main slide show */
.Slideshow {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    max-width: 1030px;
}

    .Slideshow ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.slides li {
    margin: 0;
    padding: 0;
}

.Slideshow .slides li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slides .middle {
}

.slides .info {
    background-color: rgba(255, 255, 255,0.5);
    position:absolute;
    bottom: 16%;
    left: 9.7%;
    width:510px;
    /*width: 49.5%;*/
}

    .slides .info > div {
        position: relative;
        padding: 30px 25px 73px 28px;
        font-size: 20px;
        line-height: 24px;
        color: #3a4149;
        font-family: 'Ubuntu', sans-serif;
    }

        .slides .info > div > h1 {
            margin: 0;
            font-size: 40px;
            line-height: 48px;
            color: #3a4149;
            font-family: 'Ubuntu', sans-serif;
            margin-bottom: 15px;
        }


    .slides .info .lighter {
        position: absolute;
        overflow: hidden;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

.slides .readMore {
    text-transform: uppercase;
    color: inherit;
    text-decoration: inherit;
    font-family: 'Ubuntu Condensed', sans-serif;
    background: transparent url('/images/readmorearrow.png') no-repeat scroll left center;
    float: right;
    padding: 0 0 0 25px;
    margin: 0 24px 0 17px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    color: #0096d5;
}

.Slideshow .leftArrow, .Slideshow .rightArrow {
    background: url(/images/slideshow_arrowleft.png) no-repeat center center;
    left: 0;
    top: 46%;
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 1;
    margin: 10px;
    cursor: pointer;
}

.Slideshow .rightArrow {
    background: url(/images/slideshow_arrowright.png) no-repeat center center;
    left: auto;
    right: 0;
}

.Slideshow .progress {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 9px;
    left: 50%;
}

    .Slideshow .progress li {
        margin: 0;
        padding: 0;
        background-color: #b3b3b3;
        width: 9px;
        height: 9px;
        float: left;
        cursor: pointer;
        margin-right: 5px;
        border: solid 2px #b3b3b3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .Slideshow .progress .selected {
        background-color: #3a4149;
        border: solid 2px #3a4149;
    }


@media screen and (max-width: 750px) {
    .slides .info {
        bottom: 10%;
        width:64%;
        
    }
    .slides .info > div {
    
    
padding: 17px 25px 50px 28px;
    }
        .slides .info > div > h1 {
            font-size: 33px;
            line-height: 42px;
        }
}

@media screen and (max-width: 544px) {
    .Slideshow {
        
        height: 400px;
    }
    .Slideshow .leftArrow, .Slideshow .rightArrow {
    width:20px;}

    .slides .info > div > h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (max-width: 460px) {
    .Slideshow .leftArrow, .Slideshow .rightArrow {
    display:none;
    
    }
    section.hasSlideshow {
    overflow:visible!important;
    margin-bottom:30px;
    }
        section.hasSlideshow > .middle {
    overflow:visible;    
        }
    .slides .info {

left: 0;
width: 100%;

bottom: -30px;
}
    .slides .info > div {
        
font-size: 17px;
line-height: 21px;
padding: 10px 20px 39px 20px;
    }
    .slides .info > div > h1 {
        
margin-bottom: 2px;
        font-size: 25px;
        line-height: 28px;
    }
    .Slideshow .progress {

bottom: -23px;
left: 20px;
margin-left:0!important;
}
}



/*


@media screen and (max-width: 800px) {

    .slides .info {
        background-color: #f6f5f2;
        bottom: -270px;
        left: 0;
        right: 0;
        width: 100%;
        height: 270px;
    }

        .slides .info > div {
            padding: 20px 5.3% 0;
            font-size: 16px;
        }

            .slides .info > div h1, .slides .info > div h1:first-child {
                font-size: 38px;
                margin: 15px 0 15px;
                line-height: 43px;
            }
}

@media screen and (max-width: 450px) {
    .slides .info > div h1, .slides .info > div h1:first-child {
        font-size: 32px;
        margin: 10px 0 8px;
        line-height: 38px;
    }

    .slides .info > div {
        font-size: 14px;
    }
}
        */
