
.content {
    display: block;
    overflow: hidden;
}

.content_black {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.fullscreen-bg {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
    position: fixed;
}

.fullscreen-bg2 {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
}


video {
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.search_content {
    position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
    color: #000;
    width: 100%;
}

.search_content h1 {
    font-size: 38px;
}

.search_content h2 {
    font-size: 18px;
}

.search-form {
    margin-top: 20px;
}

.search {
    border: 2px solid #fff;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    color: #fff;
    padding: 3px 5px;
    float: left;
}

#mapId {
    width: 100%;
    height: 550px;
}

.marker-cluster-small {
    background-color: rgba(225, 159, 0, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(225, 159, 0, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(225, 159, 0, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(225, 159, 0, 0.6);
}

.marker-cluster-large {
    background-color: rgba(225, 159, 0, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(225, 159, 0, 0.6);
}


.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    cursor: default;
    overflow: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    overflow: hidden;
    font-size: 12px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: rgba(225, 159, 0, 1);
}

.autocomplete-suggestions strong {
    font-weight: bold;

}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #000;
}

.has-search .form-control {

}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 12px;
    top: -2px
}

.ml2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
}

.ml2 .letter {
    display: inline-block;
    line-height: 70px;
    font-size: 70px;
    color: #fff;
}

.ml3 {

    color: #fff;
    font-family: 'Playfair Display', serif;
}

.ml3 .letter {
    display: inline-block;
    line-height: 1em;
    font-size: 35px;
    color: #fff;
}


@media (max-width: 660px) {
    .ml2 .letter {
        line-height: 40px;
        font-size: 40px;
    }

    .ml3 .letter {
        line-height: 30px;
        font-size: 30px;
    }

}


