

button:focus {
    outline: none;
}


.title {
    position: relative;
    top: 5%;
    text-align: center;
    font-family: 'Quicksand';
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}


/* Slideshow CSS */

#slide-container {
    background: #0c1817;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    padding: 100px 10px;
}


#slides article {
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right:10px;
}

    #slides article a {
        text-decoration: none;
        color: inherit;
    }


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


#slides article img {
    width: 100%;
    height: 100%;
    position: absolute;
}

#slides article:first-child {
    top: 0;
    z-index: 2;
}


/* Slideshow caption */

#slides article .caption-container {
    background-color: #0c1817;
    position: relative;
    display: block;
    margin: 0 auto;
    transition-duration: 0.3s;
    color: black;
    border-radius: 5px;
}

    #slides article .caption-container:hover {
        transition-duration: 0.3s;
    }

#slides article .caption {
   /* text-align: center;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding:50px 15px;
/*    font-family: "Times New Roman", Georgia, Serif;
*/}

#slides article{
    height:100% !important;
}

#slides article .caption a {
    height: 100%;
}
.caption h2{
    font-size:20px !important;
}


    #slides article .caption h1 {
        text-align: center;
        font-size: 30px;
        font-family: 'Playfair Display', serif;
        letter-spacing: 3px;
    }



/* Slideshow button */

button.next {
    background: inherit;
    border: none;
    color: #C41543;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}

    button.next:active {
        cursor: pointer;
        margin-bottom: -7px;
        -webkit-transition-duration: 0.1s;
    }

button.prev {
    background: inherit;
    border: none;
    color: #C41543;
    position: absolute;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}

    button.prev:active {
        cursor: pointer;
        margin-top: -7px;
        -webkit-transition-duration: 0.1s;
    }

.dots-container {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    margin-right: 0 !important;
    padding-right: 10px !important;
    left:15px;
}

.dots-container-En {
    position: absolute;
    top: 50%;
    z-index: 10;
    right:0;
    transform: translateY(-50%);
/*    padding-right: 10px !important;
*/}

.dots-container li {
    width: 10px;
    height: 10px;
    display: block;
    font-size: 10px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 10px 10px;
    z-index: 10;
}
.dots-container-En li {
    width: 10px;
    height: 10px;
    display: block;
    font-size: 10px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 10px 10px;
    z-index: 10;
}


    .dots-container li:hover {
        background-color: #C41543;
        cursor: pointer;
        -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
.dots-container-En li:hover {
    background-color: #C41543;
    cursor: pointer;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#dots .selected {
    background-color: #C41543;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
