@font-face {
    font-family: DINPro;
    src: url("fonts/DINPro-Regular_0.otf") format("opentype");
}

@font-face {
    font-family: DINPro;
    font-weight: bold;
    src: url("fonts/DINPro-Bold_0.otf") format("opentype");
}

body{
    color: black;
    background: none;
    font-family: "DINPro", Helvetica, Arial, sans-serif;
}

.clear{
    clear: both;
}

a{
    text-decoration: none;
    color: white;
}
a:hover, a:focus{
    text-decoration: none;
    color: white;
}
.lang {
    margin-top: 10px;
    position: fixed;
    width: 150px;
}
.lang li {
    float: left;
    color: white;
    font-size: 16px;
    list-style-type: none;
    margin-right: 20px;
}

.lang .active li:before{
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 4px;
}

.lang .active li:after{
    content: "•"; /* Insert content that looks like bullets */
    padding-left: 4px;
}

.lang .active li:hover{
    text-decoration: none;
}

.lang li:hover{
    text-decoration: underline;
}

.sidebar {
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
}

.logo {
    padding-top: 100px;
    width: 246px;
    margin: 0 auto;
}
.menu {
    margin-left: -50px;
    width: 250px;
    margin-top: 30px;
}
.menu li{
    list-style-type: none;
    margin-bottom: 30px;
    width: 100%;
}
.menu a li{
    color: white;
    text-shadow: 2px 2px black;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.menu a:hover:before {
    content: url('/bundles/app/css/images/indicator.png');
    z-index: 10;
    float: left;
    padding: 3px;
}

.menu .indicator:before{
    content: url('/bundles/app/css/images/indicator.png');
    z-index: 10;
    float: left;
    padding: 3px;
}

.menu .indicator:hover:before{
    content: "";
    z-index: 10;
    padding:-3px;
}

.middle{
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 30px;
    overflow: auto;
    color: black;
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
    margin-top: -32px;
}
.middle .title{
    margin-top: 100px;
    text-transform: uppercase;
    font-size: 20px;
}

.middle .content{
    margin-top: 36px;
    line-height: 168%;
}

.middle .content img,
.img-top{
    max-width:100%;
    max-height:100%;
}

.img-top{
    margin-top: 100px;
}

.middle .content a{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
    width: 200px;
}

.equipment {
    width: 100%;
    padding: 0px;
}

.equipment li{
    list-style-type: none;
    float: left;
    text-align: left;
    width: 232px;
}

.equipment li:before{
    content: url('/bundles/app/css/images/check.png');
    padding-right: 3px;
    vertical-align: -12%;
}

.property {
    width: 100%;
    padding: 0px;
}

.property li{
    list-style-type: none;
    float: left;
    text-align: left;
    width: 139px;
    font-size: 12px;
    margin-top: 20px;
}

.property .house:before{
    content: url('/bundles/app/css/images/house.png');
    padding-right: 15px;
    vertical-align: -30%;
}

.property .person:before{
    content: url('/bundles/app/css/images/person.png');
    padding-right: 15px;
    vertical-align: -30%;
}

.property .pet:before{
    content: url('/bundles/app/css/images/pet.png');
    padding-right: 15px;
    vertical-align: -30%;
}

.property .room:before{
    content: url('/bundles/app/css/images/room.png');
    padding-right: 15px;
    vertical-align: -30%;
}

.property .wifi:before{
    content: url('/bundles/app/css/images/wifi.png');
    padding-right: 15px;
    vertical-align: -30%;
}
.property .wifi,
.property .room{
    float: left;
    text-align: left;
    width: 103px;
    font-size: 12px;
}

.property .wifi{
    width: 159px;
}

.property .room{
    margin-top: 28px;
}

.property .parking:before{
    content: url('/bundles/app/css/images/parking.png');
    padding-right: 15px;
    vertical-align: -30%;
}

.property .parking{
    float: left;
    text-align: left;
    width: 232px;
    font-size: 12px;
}

.eq_title{
    margin-top: 15px;
    margin-bottom: -14px;
}

.thumb img{
    object-fit: cover;
    object-position: center;
    width: 125px;
    height: 125px;
    margin: 15px;
    box-shadow: 5px 5px 5px #888888;
}

.middle .content input{
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 5px 5px 5px #888888;
    border: 0;
    margin-bottom: 17px;
}

.middle .content label {
    width: 100%;
    font-weight: normal;
}

.middle .content .send{
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #4c4c4c;
    color: white;
    margin-top: 40px;
}

.alert {
    display: none;
}


.widget{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    width: 250px;
    color: white;
}

.widget .book-button{
    width: 100%;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}


.book a {
    font-size: 34px;
    text-transform: uppercase;
    zoom: 100%;
}

.book:hover{
    zoom: 102%;
}

.widget .temp{
    border-bottom: 1px solid white;
    height: 56px;
    margin-bottom: 30px;
}

.widget .temp .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.widget .temp .item p {
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.widget .last-minute {
    text-align: center;
    text-transform: uppercase;
}

.widget .last-minute h1{
    font-size: 49px;
    font-weight: bold;
}
.widget .last-minute h2{
    font-size: 29px;
}
.widget .last-minute h3{
    font-size: 16px;
}


.social {
    width: 174px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.social a {
    float: left;
    color: white;
    font-size: 16px;
    list-style-type: none;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-top: 20px;
}

.social a img:hover, a:focus {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

#sea_temperature{
    float: right;
    margin-right: 15px;
}

#sea_temperature table tbody tr:first-child{
    display: none;
}

#sea_temperature table tbody tr td:first-child{
    display: none;
}

#sea_temperature table tbody tr td{
    background: rgba(0, 0, 0, 0);
}

#sea_temperature table tbody tr .sea_temperature2{
    color: white;
    font-size: 12px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0);
}

#sea_temperature .sea_temperature1{
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1199px){
    .thumb img{
        object-fit: cover;
        object-position: center;
        width: 152px;
        height: 152px;
        margin: 15px;
        box-shadow: 5px 5px 5px #888888;
    }
}

@media (max-width: 991px){
    .middle .title{
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 20px;
    }

    .widget{
        position: relative;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .navbar-header {
        float: none;
        background: rgba(255, 255, 255, 0.8);
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding-left: 30px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-default {
        background-color: rgba(248, 248, 248, 0);
        border-color: rgb(231, 231, 231);
        width: 100%;
    }

    .logo {
        padding-top: 50px;
        width: 246px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .menu {
        padding-left: 80px;
        width: 100%;
    }

    .menu a li{
        color: white;
        text-shadow: 2px 2px black;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .middle{
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 30px;
        overflow: auto;
        color: black;
        font-size: 18px;
        text-align: justify;
        text-justify: inter-word;
        margin-top: 0px;
    }

    .lang {
        margin-top: 10px;
        position: relative;
    }

    .thumb img{
        object-fit: cover;
        object-position: center;
        width: 170px;
        height: 170px;
        margin: 15px;
        box-shadow: 5px 5px 5px #888888;
    }
}


@media (max-width: 764px){
    .thumb img{
        object-fit: cover;
        object-position: center;
        width: 90%;
        height: 168px;
        margin: 15px;
        box-shadow: 5px 5px 5px #888888;
    }
}