﻿@font-face {
    font-family: "BROADW";
    src: local("BROADW"), url("../fonts/BROADW.ttf") format("truetype");
}

body {
    font-family: Arial;
}

h1, h2 {
    font-family: "BROADW";
}

header {
    background-color: #c2e2d9;
    color: #000;
}

    header a, header a:hover {
        color: #000;
    }

    header h3 {
        font-family: "BROADW";
        margin-top: 10px;
    }

        header h3 small {
            color: #000;
        }

    header .text-right {
        margin-top: 15px;
    }

    header select.input-sm {
        height: auto;
        padding: 0;
    }

    header .glyphicon-globe {
        font-size: 25px;
        color: #0000ff;
    }

.navbar {
    font-family: "BROADW";
    border-radius: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .navbar {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
    }

    .navbar-header {
        background-color: #c2e2d9;
    }

    .navbar-toggle {
        background-color: #fff;
    }
}

.navbar-default {
    border: medium none;
}

.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 16px;
}

footer {
    background-color: #c2e2d9;
    color: #000;
    padding-bottom: 20px;
}

    footer a, footer a:hover {
        color: #000;
    }

    footer h3 {
        font-family: "BROADW";
    }

    footer .logo {
        margin-top: 10px;
    }


.tooltip-inner {
    color: #000;
    background-color: #fff;
    border: 1px solid #f0ad4e;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f0ad4e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f0ad4e;
}

.seperator {
    border-bottom: 1px solid #ddd;
}

    .seperator.row {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.s-seperator {
    border-bottom: 1px solid #f0ad4e;
}

    .s-seperator.row {
        margin-top: 45px;
        padding-bottom: 30px;
    }

.header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.rooms, .lastminutes {
    margin-bottom: 20px;
}

    .rooms .room, .lastminutes .lastminute {
        border-bottom: 1px solid #f0ad4e;
        margin-bottom: 20px;
    }

        .rooms .room .caption a, .rooms .caption .room a:hover, .lastminutes .lastminute .caption a, .lastminutes .caption .lastminute a:hover {
            color: #333;
        }

        .rooms .room h1, .lastminutes .lastminute h1 {
            font-family: inherit;
        }

        .rooms .room img, .lastminutes .lastminute img {
            display: block;
            max-width: 240px;
        }

        .rooms .room .amenities {
            border-top: 1px solid #f0ad4e;
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
        }

            .rooms .room .amenities li {
                display: inline-block;
                margin: 9px 16px 0 0;
            }

            .rooms .room .amenities .amenity, .rooms .room .amenities img {
                display: block;
                height: 25px;
                width: 25px;
            }

        .rooms .room .btn, .lastminutes .lastminute .btn {
            margin-top: 10px;
        }

#singleroom {
    margin-bottom: 20px;
}

    #singleroom .room-back {
        border-right: 1px solid #9faab1;
        cursor: pointer;
        display: inline-block;
        float: left;
        margin-right: 24px;
        overflow: visible;
        padding-right: 24px;
    }

        #singleroom .room-back img {
            height: 21px;
            width: 20px;
        }

    #singleroom #carousel {
        margin-bottom: 10px;
    }

    #singleroom #thumbnails img {
        width: 80px;
    }


    #singleroom .properties div, #singleroom .amenities div, #singleroom .rates div {
        margin-bottom: 10px;
    }

    #singleroom .amenities img {
        height: 25px;
        width: 25px;
    }

    #singleroom .widget {
        border: 1px solid #f0ad4e;
    }

        #singleroom .widget h3 {
            margin-top: 10px;
        }

    #singleroom a.policy {
        color: #333;
        text-decoration: underline;
    }

    #singleroom a.tooltip {
        display: block;
        width: 100%;
    }

#reservation #summary img {
    margin-bottom: 10px;
}

#reservation #summary .total {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}

#reservation #summary div.row div:last-child {
    font-weight: 700;
}

#reservation .header h3, #reservation .header h4 {
    margin-bottom: 0;
}

.search {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f0ad4e;
    border-bottom: 1px solid #f0ad4e;
}

.searchresults {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0ad4e;
}

#page {
    position: relative;
}

    #page .search {
        margin: 0;
        padding: 0;
        border: none;
        position: relative;
        z-index: 2;
        width: 100%;
        background-color: #c2e2d9;
        padding-top: 10px;
        width: 100%;
        display: none;
    }

@media (min-width: 1200px) {
    #page .search {
        position: absolute;
    }
}

#page .well, #contact .well, #review .well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #c2e2d9;
}

    #page .well:nth-of-type(odd), #contact .well:nth-of-type(odd), #review .well:nth-of-type(odd) {
        background-color: #fff;
    }

#page .callout {
    background-color: #c2e2d9;
    background-color: rgba(194, 226, 217, 0.6);
    /*background-color: rgba(255, 255, 255, 0.6);*/
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    color: #f1b19c;
    top: 200px;
    z-index: 1;
    display: none;
}

#page ul {
    margin: 0;
    padding-left: 15px;
}

ul.legenda span {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    vertical-align: text-bottom;
    width: 28px;
}

.availability .table > tbody > tr > td {
    text-align: center;
}

    .availability .table > tbody > tr > td.success, .legenda span.success {
        background-color: #4cae4c;
    }

        .availability .table > tbody > tr > td.success a {
            color: #4cae4c;
        }

    .availability .table > tbody > tr > td.lastminute, .legenda span.lastminute {
        background-color: yellow;
    }

        .availability .table > tbody > tr > td.lastminute a {
            color: red;
        }

    .availability .table > tbody > tr > td.danger, .legenda span.danger {
        background-color: #d43f3a;
    }

    .availability .table > tbody > tr > td.warning, .legenda span.warning {
        background-color: #eea236;
    }

    .availability .table > tbody > tr > td a.room {
        display: block;
    }

.flag-button {
    /*display: inline-block;
    float: left;
    clear: left;*/
    width: 100%;
}

.flag {
    background-image: url("../Images/flags.png");
    display: inline-block;
    height: 32px;
    margin-right: 20px;
    margin-top: -8px;
    position: relative;
    width: 32px;
    float: left;
}

    .flag.flag-nl {
        background-position: -64px -320px;
    }

    .flag.flag-en {
        background-position: -384px -128px;
    }

    .flag.flag-es {
        background-position: -64px -128px;
    }

    .flag.flag-fr {
        background-position: -320px -128px;
    }


.flag-name {
    display: inline-block;
    float: left;
    line-height: 32px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    /*width: 100%;*/ /* use this, or not */
    margin: auto;
}
