/*.language {
    position: relative;
    top: 100px;
    right: 11px;
}
.language a {
    color:#0FA0CE;
}
.language a:hover {
    color:#0063be;
}
@media (max-width: 901px) {
    .language {
        display: none;
    }
}*/

/* Small device nav section brake */
.section-brake {
    padding-top: 20px;
    font-size: x-large;
    color: black;
}

.map-container {
  position: relative;
  }
  .map-container #map {
    position: relative;
    width: 100%;
    height: 520px;
  }
  .map-container .search-bar {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    border: none;
    height: 2rem;
    width: 12.5rem;
    cursor: pointer;
    padding: 0 0.55rem 0 0.65rem;
    box-shadow: none;
  }
  .map-container .search-button {
    position: relative;
    right: 0px;
    z-index: 2;
    border: none;
    height: 2rem;
    width: 2.3rem;
    cursor: pointer;
    box-shadow: none;
  }
  .map-container #address-search {
    position: relative;
    width: 15rem;
    padding: 0 0.55rem 0 0.65rem;
    margin: 0.7rem 0.7rem 0.7rem .7rem;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border: none;
    border-radius: 0.1rem;
    color: #000;
    background: #fff;
  }
  .map-container .btn {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
}

.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;
}
.image-float {
    float: left;
    margin: 0 25px 0 0;
    width: 350px;
}

@media (max-width: 768px) {
    .image-float {
    float: left;
    margin: 0 25px 0 0;
    width: 250px;
    }
}

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;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indent {margin-left:25px!important;}
