img {
    max-width: 100%;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}

/* CONTACT FORM */
.contact_form label {
    display: block;
    margin-bottom: 5px;
}

.contact_form input[type="text"], textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* MENU */
#mainmenu .selected a, #mainmenu .ancestor a {
    color: #fff;
    background: #993364;
}

#mainmenu a {
    padding: 24px 17px 23px 17px;
}

/* Booking button */
.booking-button {
    left: auto;
    right: auto;
    width: 100%;
}

/* Language flag */
#language-flag {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 20px;
}

#language-flag img {
    height: 30px;
}

@media (max-width: 767px) {
    #language-flag {
        right: 70px;
        top: 10px;
    }
}

/************************************************************************************************************
*********** NAVIGATION MOBILE ***********
*************************************************************************************************************/
.navbar-default {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.navbar-default .selected a, .navbar-default .ancestor a {
    color: rgb(255, 255, 255) !important;
    background: #993364;
}

.navbar-default a:hover {
    color: rgb(255, 255, 255) !important;
    background: #993364 !important;
}

.navbar-default .navbar-toggle {
    background: #993364;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF !important;
}

/************************************************************************************************************
*********** ROOMS ***********
*************************************************************************************************************/
/* col-xs */
.room .price {
    font-size: 18px;
}

.text-right a {
    width: 100%;
}

.text-right-detail a {
    width: 100%;
}

/* col-sm */
@media (min-width: 768px) {

    .price-room {
        height: 440px;
    }

    .room .price {
        font-size: 22px;
    }

    .room .description {
        height: 88px;
        overflow: hidden;
    }

    .room .room-features {
        height: 45px;
    }

    .text-right a {
        /*width: 65px;*/
    }

    .text-right-detail a {
        width: 100%;
    }
}

/* col-md */
@media (min-width: 992px) {

    .price-room {
        height: 510px;
    }
    .price {
        font-size: 18px;
    }

    .room .price {
        font-size: 18px;
    }

    .room .description {
        height: 88px;
        overflow: hidden;
    }
}

/* col-lg */
@media (min-width: 1200px) {

    .room {
        height: 470px;
    }
    .price {
        font-size: 14px;
    }

    .room .price {
        font-size: 14px;
    }

    .price-room {
        height: 450px;
    }

    .room .description {
        height: 88px;
        overflow: hidden;
    }

    .room .room-features {
        height: 45px;
    }
}

/************************************************************************************************************
*********** IMAGES ***********
*************************************************************************************************************/
@media (max-width: 1200px) {
    .full-image {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*****************
*** News ***
*****************/
.blog-title {
    margin-top: 10px;
}

.list-news .img-thumbnail {
    border: none;
    padding: 0;
}

.list-news h5 {
    color: white;
}

/*****************
*** News ***
*****************/
.google-map-routeplaner {
    padding-left: 15px;
    padding-right: 15px;
}

.google-map-routeplaner label {
    display: block !important;
}

.google-map-routeplaner .btn {
    display: block;
    margin: 5px 0 10px;
    padding: 0;

    text-align: left;
}

.google-map-routeplaner input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.google-map-routeplaner h3 {
    margin-top: 15px;
}

.full {
    width: 100%;
}


/*****************
*** Webcam ***
*****************/
.webcam-container {
    text-align: center;
}

.webcam-container .webcam-image {
    min-width: 80%;
    width: 80%;
    max-width: 80%;
}


/*****************
*** WEATHER ***
*****************/

.weather-widget-frame {
    text-align: center !important;
    margin: auto;
}