.main_menu .menu-item a {
    text-shadow: #3e3e3e 1px 1px 0px;
}
.extended-space {
    height: 100px;
}
.bookingyatch-btn {
    font-size: 13px;
    border: 1px solid #3b91bb;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #404040 !important;
    padding: 15px;
    display: inline-block;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bookingyatch-btn:hover {
    border: 1px solid #FFF;
    background: #3b91bb;
    color: #FFF !important;
}
.global_subscribe_section h4 {
    font-size: 15px;
    line-height: 25px;
}
.imagelist-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 10;
}
.vimeo_banner {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.overlay {
    z-index: 2;
}
.child_menu {
    z-index: 9;
}