/*.language {
    position: relative;
    top: 100px;
    right: 11px;
}
.language a {
    color:#0FA0CE;
}
.language a:hover {
    color:#0063be;
}
@media (max-width: 901px) {
    .language {
        display: none;
    }
}*/
.mySlides {display: none}
    /* Slideshow container */
    .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Fading animation */
    .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
.image-caption {
    margin-left: 0px;
    margin-top: -30px;
    width: 100%;
    background-color: white;
}
.image-caption p {
    color: #a6a6a6;
    font-size: small;
    line-height: 1.4em;
    padding: 12px 17px;
}
.image-caption-bottom {
    padding-bottom: 10px;
}
select {
	margin: 0;
	color: #fff;
    min-width: 9em;
    padding: 0.5em;
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
    box-sizing: border-box;
    float: right;
}
.fixed option {
    position: relative;
    float: right;
	background: #1d1160;
}