.clearDiv{
    clear: both;
}

.errorImg{
    
}

.isleMap{
    border: 0px solid black;
    width:600px;
    height:450px;
}

.overview_body{
    background: url("../../img/slider/eolie.jpg");
    background-size: cover;

}

.overviewText{
    color: white;
    border: 1px solid black;
    box-shadow: 2px 2px 2px 2px black;
    position: absolute;
    overflow: auto;
    cursor: pointer;
}

.overviewTextCover{
    background-color: black;
    opacity: 0.8;
    position: absolute;
}

.placeBlock{
    cursor: pointer;
}

.placeCoverDiv{
    background-color: black;
    opacity: 1;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    display: none;
    text-align: center;
}

.placeLoaderImage{
    border: 1px solid white;
    margin: 0.03%;
    width: 40%;
}

.contactFormLabel{
    color: white;
    border: 1px solid burlywood;
    background-color: chocolate;
    display: none;
    position: absolute;
}

.contactFormLabel li{
    list-style-type: none;
}

.contactsContainer{
    display: none;
}

.responseGreen{
    background-color: green;
    color: black;
    font-weight: normal;
}
.responseRed{
    background-color: red;
    color: white;
    font-weight: bold;
}

.responseContactDiv{
    text-align: center;
    cursor: pointer;
}

.closePortraitDiv{
    display: none;
}

.placeLoaderContainer{
    height: 100%;
    overflow: auto;
}