body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after{
    content: "";
}
a{
    color: #49475d;
    color: #a84b4b;
}
a:hover{
    color: #49475d;
    color: inherit;
    cursor: pointer;
}
a:focus{
    text-decoration: none;
}
a:active, a:hover, a:focus{
    outline: 0;
}
input[type="submit"],
button:hover{
    cursor: pointer;
}
.fix{
    overflow: hidden;
    height: 1%;
}
.overflow{
    overflow: hidden;
}
.right{
    display: inline;
    float: right;
}
.left{
    display: inline;
    float: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.justify{
    text-align: justify;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.underline{
    text-decoration: underline;
}
.margin-auto{
    margin-left: auto;
    margin-right: auto;
}
.p-10{padding: 10px;}
.p-20{padding: 20px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.mt-2{margin-top: 2px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-35{padding-top: 35px;}

.font-12{font-size: 12px;}
.display-block{
    display: block;
}

.btn,
.form-control{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.btn-default{
    background: #f5f5f5;
}
.pagination{}
.pagination li{}
.pagination li a{
    color: #49475d;
}
.pagination li.active span:hover,
.pagination li.active span,
.pagination li a:hover{
    background: #49475d;
    border: 1px solid #49475d;
    color: #fff;
}

header{
    border-bottom: 3px solid #857d61;
    border-bottom: 3px solid #500000;
    padding: 5px 0;
    position: fixed;
    position: static;
    background: #c2bca5;
    background: #a82a2a;
    width: 100%;
    height: 44px;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 8px 0px #857d61;
    -moz-box-shadow: 0px 2px 8px 0px #857d61;
    box-shadow: 0px 2px 8px 0px #857d61;
}
header .logo{
    margin-bottom: -47px;
    margin-top: -5px;
    background: #fff;
    float: left;
    display: inline;
    padding: 0px 0px 0px;

    -webkit-box-shadow: 0px 2px 8px 0px #857d61;
    -moz-box-shadow: 0px 2px 8px 0px #857d61;
    box-shadow: 0px 2px 8px 0px #857d61;

    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}
header .logo img{
    width: 170px;
}
header .logo:hover{
    text-decoration: none;
    background: #f2f2f2;
}
header .logo-text{
    display: block;
    width: 170px;
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
}
.header-content-absolute{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.lang-container{
    max-height: 36px;
}
.lang-list{
    padding: 0;
    margin: 4px 0 10px 10px;
    list-style-type: none;
    float: right;
    display: inline;
}
.lang-list li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.lang-list li a{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin-left: 1px;
    text-align: center;
    color: #fff;
    padding: 3px;

    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.lang-list li a.active,
.lang-list li a:hover{
    background: #500000;
    text-decoration: none;
}
.google-translator{

}
.sea-link{
    display: inline-block;
    margin-top: 5px;
    background: #0472CF;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.sea-link:focus,
.sea-link:hover{
    color: #fff;
    text-decoration: none;
    background: #03478F;
}
.main-menu{
    padding: 0px 0 0 0;
    margin: -10px 0 0 -10px;
    list-style-type: none;
    overflow: hidden;
}
.main-menu li{
    padding: 0;
    margin: 0;
    display: inline;
    float: left;
}
.main-menu li a{
    display: inline;
    float: left;
    font-size: 11px;
    padding: 0 8px 0 8px;
    border-right: 1px solid #500000;
    height: 47px;
    line-height: 48px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}
.main-menu li a:hover{
    background: #500000;
    color: #fff;
    text-decoration: none;
}
.mobile-menu{
    /*background: #fff;*/
}
@media all and (max-width: 1198px){
    .main-menu li a{
        /*font-size: 12px;*/
    }
}
/*@media all and (max-width: 992px){*/
@media all and (max-width: 1198px){
    header{
        height: 105px;
    }
    .main-menu{
        margin: 0;
        padding-left: 0px;
    }
    .main-menu li{}
    .main-menu li a{
        border-right: 0;
        line-height: 30px;
        height: 30px;
    }
}
@media all and (max-width: 992px){
    header{
        height: auto;
    }
    header .logo-text{
        width: 120px;
    }
    .header-content-absolute{
        position: static;
    }
    .main-menu li{}
    .main-menu li a{
        border-right: 0;
        line-height: 30px;
        height: 30px;
    }
}
@media all and (max-width: 540px){
    .lang-container{
        max-height: 100px;
    }
    header{
        position: relative;
    }
    .main-menu{
        margin-right: 20px;
    }
    .main-menu li{
        display: block;
        float: none;
    }
    .main-menu li a{
        display: block;
        float: none;
        text-align: right;
    }
}
main{
    padding: 0 0 50px;
    background: #f2f2f2;
}
main .main-bg{
    margin-bottom: 15px;
}
main .main-bg img{
	width: 100%;
	height: auto;
}
.h1-container{
    height: 0px;
    position: relative;
}
.h1-container h1{
    margin: 0;
    padding: 0px 0 0px;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
}
.mt--1{
    margin-top: -1px;
}
aside{
    z-index: 1;
}
footer{
    padding: 30px 0 0px;
    color: #d5d5d5;
    color: #7C7C7C;
    background: url("images/footer-bg3.gif") repeat 0 0;
    -webkit-box-shadow: 0px -2px 8px 0px #333;
    -moz-box-shadow: 0px -2px 8px 0px #333;
    box-shadow: 0px -2px 8px 0px #333;
}
footer a{
    color: #A4A4A4;
}
footer a:focus,
footer a:hover{
    color: orange;
    text-decoration: none;
}
footer .subfooter{
    background: #101010;
    margin-top: 15px;
    padding: 20px;
    font-size: 13px;
    color: #414141;
}
a.new-concept-design{
    color: #0091DF;
}
a.new-concept-design .concept-orange{
    color: #ED6013;
}
a.new-concept-design:hover{
    color: #0091DF;
    text-decoration: underline;
}
.menu-footer{
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
}
.menu-footer li{
    display: inline;
    margin-right: 8px;
}
.menu-footer li a{}
.go-top{
    font-size: 18px;
    font-weight: bold;
}
.go-top span{
    color: orange;
}
.search-container{
    padding: 10px;
    -webkit-box-shadow: 0px 0px 8px 0px #d5d5d5;
    -moz-box-shadow: 0px 0px 8px 0px #d5d5d5;
    box-shadow: 0px 0px 8px 0px #d5d5d5;
    background: #49475d;
    background: #500000;
    color: #fff;
    margin-bottom: 10px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.search-container .form-control{
    border: 0;
}
.js-datepicker{
    position: relative;
    z-index: 99;
}
.search-title{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
}
.search-by-name-title{
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
}
#js-search-submit{
    font-weight: bold;
}
.container-white{
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px #d5d5d5;
    -moz-box-shadow: 0px 0px 8px 0px #d5d5d5;
    box-shadow: 0px 0px 8px 0px #d5d5d5;
}
.container-details{
    padding: 10px 20px;
}
.filters{
    margin-bottom: 10px;
}
.filters-title{
    padding: 10px;
    background: #a82a2a;
    color: #fff;
}
.filters-section{
    padding: 5px 0;
}
.filters-section .section-title{
    padding-left: 10px;
    line-height: 24px;
    display: block;
}
.filters-section .section-title:hover{
    text-decoration: none;
    cursor: default;
}
.filters-section .section-title span{
    font-size: 21px;
    float: left;
    display: inline;
    margin-right: 5px;
}
.filters-section .filters-list{
    padding: 0 11px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filters-section .filters-list-closed{
    max-height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tile-anchor{
    display: block;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}
.tile-anchor .mask {
    position:absolute;
    bottom:0px;
    left:0px;
    cursor:pointer;
    display: inline-block;
    height: 95px;
    width: 100%;
    background: #f2f2f2 url("images/zoom.png") no-repeat 50% 50%;
    visibility:hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tile-anchor:hover .mask{
    visibility:visible;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.tile-anchor:hover{
    text-decoration: none;
    color: #333;
}
.tile-anchor:hover .tile-name{
    color: orange;
}
.tile-anchor:hover img{}
.tile-anchor .tile-price{
    background: #49475d;
    background: #a82a2a;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding: 8px 8px;
    font-weight: bold;
}
.tile-anchor .tile-price span{
    font-size: 11px;
}
.tile-anchor .tile-facilities{
    position: absolute;
    bottom: 73px;
    right: 0px;
    max-width: 140px;
}
.tile-anchor .tile-opinion{
    position: absolute;
    right: 0;
    bottom: 100px;
    color: #fff;
    background: #49475D;
    padding: 1px 5px;
    font-size: 11px;
}
.tile-anchor .tile-opinion strong{
    font-size: 14px;
}
.container-tile{}
.container-tile .tile-name{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.container-tile .tile-top{
    height: 235px;
}
.container-tile .tile-top.object-with-cols-3{
    height: 140px;
}
.container-tile .tile-info{
    font-size: 12px;
    padding-top: 8px;
    padding-right: 10px;
}
.container-tile .tile-bottom{
    padding: 0 10px 10px;
    height: 76px;
}
.container-tile .tile-name{
    margin: 2px 0 5px;
    font-size: 20px;
    color: #49475d;
    font-weight: bold;
}
.container-tile .tile-complex{
    margin: 0 0 5px;
    font-size: 15px;
}
.container-tile .tile-desc{
    margin: 0;
    font-size: 13px;
    font-style: italic;
}
.container-tile-complex{}
.container-tile-complex .tile-top{
    height: 110px;
}
.container-tile-complex .tile-bottom{
    height: 70px;
}
.complex-description,
.complex-description span{
    font-family: 'Open Sans' !important;
    font-size: 1.0em !important;
}
.complex-list-border{
    border-top: 5px solid #C2BA9E;
    border-top: 5px solid #a82a2a;
}
.icon-facility{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #000;
    margin: 0 2px;
}
.icon-facility-fireplace{background: url("icons/fireplace.png") no-repeat 50% 50%;}
.icon-facility-bath{background: url("icons/bathtub.png") no-repeat 50% 50%;}
.icon-facility-wifi{background: url("icons/wifi.png") no-repeat 50% 50%;}
.icon-facility-pool{background: url("icons/swiming-pool.png") no-repeat 50% 50%;}
.icon-facility-disabled{background: url("icons/disabled-person.png") no-repeat 50% 50%;}
.list-bar{
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #c2b99b;
    background: #a82a2a;
    color: #fff;
}
.sort-bar{}
.sort-bar div{
    display: inline;
    float: left;
    padding: 0 2px;
}
.sort-bar .btn{
    /*border: 1px solid #49475D;*/
    /*padding: 3px 6px;*/
}
.sort-bar .btn.active,
.sort-bar .btn:focus,
.sort-bar .btn:hover{
    background: #49475D;
    border: 1px solid #49475D;
    color: #fff;
}
.sort-bar .sort-label{
    line-height: 34px;
}
.sort-bar .sort-name{}
.sort-bar .sort-rooms{}
.sort-bar .sort-distance{}
#js-sort-by-rooms-desc.active,
#js-sort-by-rooms-asc.active,
#js-sort-by-price-desc.active,
#js-sort-by-price-asc.active,
#js-sort-by-name-desc.active,
#js-sort-by-name-asc.active{
    background-color: #f5f5f5;
}
.list-bar{
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
}
.list-bar-mobile {
    color: white;
    width: 100%;
    text-align: center;
}
.list-bar-mobile .sort-label {
    margin-left: 15%;
}
#js-toggle-map{
    width: 150px;
    font-size: 30px;
    display: block;
    color: #fff;
}
#js-toggle-map span{
    display: inline;
    float: left;
    line-height: 34px;
}
#js-toggle-map #js-toggle-map-text{
    font-size: 13px;
    text-wrap: none;
    margin-left: 5px;
}
.js-map-closed{
    height: 0px;
    overflow: hidden;
}
.details-main-info{}
.details-main-info span{
    margin-right: 15px;
}
#details-carousel{
    touch-action: inherit !important;
    margin: 0px -20px 0px;
    /*max-height: 400px;*/
}
.carousel-inner > .item > img {
    margin: 0 auto;
		width: 100%;
    height: auto;
}
.carousel-inner>.item {
  width: 100%;
	height: auto;
}
.details-carousel-indicators{
    position: static;
    width: 100%;
    z-index: 0;
    margin: 0;
    display: block;
}
.details-carousel-indicators li{
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    border: 2px solid #fff;
}
.details-carousel-indicators li.active{
    background: none;
    width: auto;
    height: auto;
    border: 2px solid orange;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.nav-tabs .tab-reservations a{
    background: #D9534F;
    border-color: #D43F3A;
    color: #fff;
}
.nav-tabs .tab-reservations.active a,
.nav-tabs .tab-reservations.active a:focus,
.nav-tabs .tab-reservations a:focus,
.nav-tabs .tab-reservations a:hover{
    background: #C9302C;
    border-color: #AC2925;
    color: #fff;
}
.details-tab{
    padding: 20px 0;
}
.details-description,
.details-description span{
    font-family: 'Open Sans' !important;
    font-size: 1.0em !important;
}
.details-row{
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.details-row .details-label{
    font-weight: bold;
}
.details-row .details-content{}
.table-prices{
    font-size: 11px;
}
.table-prices > thead > tr > th,
.table-prices tr th{
    text-align: center;
    padding: 5px 5px;
}
.table-prices > tbody > tr > td,
.table-prices tr td,
.table-prices td{
    vertical-align: middle;
    padding: 5px 5px;
    text-align: center;
    border: 2px solid #ddd;
}
.table-prices .season-label{
    text-align: left;
    font-size: 13px;
}
.table-prices .season-label-name,
.table-prices .season-label-date{
    font-size: 11px;
}
.table-prices .promotion-old-price{
    text-decoration: line-through;
}
.main-banner{
    margin-bottom: 20px;
    height: 242px;
    overflow: hidden;
}
@media all and (max-width: 1198px){
    .main-banner{
        height: 200px;
    }
}
@media all and (max-width: 992px){
    .main-banner{
        height: 210px;
    }
}
.main-banner a{}
.main-banner a img{}
.main-text{
    padding: 5px 20px 10px;
    position: relative;
}
.main-text .main-text-close{
    position: absolute;
    display: block;
    top: 5px;
    right: 2px;
    cursor: pointer;
}
.main-text .main-text-close span{
    font-size: 14px;

}
.main-text .main-text-close span.x{
    display: inline;
    float: right;
    width: 18px;
    height: 15px;
    line-height: 19px;
    color: #49475D;
    font-size: 23px;
    margin-left: 5px;
}
.link-block{
    display: block;
    position: relative;
    margin-bottom:20px;

    -webkit-box-shadow: 0px 1px 8px -1px rgba(52, 65, 108, 0.5);
    -moz-box-shadow: 0px 1px 8px -1px rgba(52, 65, 108, 0.5);
    box-shadow: 0px 1px 8px -1px rgba(52, 65, 108, 0.5);
}
.link-block h3,
.link-block span{
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px 20px;
    font-size: 26px;
    line-height: 37px;
    font-weight: normal;

    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.link-block:hover h3,
.link-block:hover span{
    font-size: 35px;
    line-height: 50px;
}
.link-block h3.link-block-title,
.link-block span.link-block-title{
    color: #fff;
}
.link-block h3.link-block-title{
    display: block;
    margin: 0;
}
.link-block-yellow h3.link-block-title,
.link-block-yellow span.link-block-title{
    color: orange;
}
.link-block-red h3.link-block-title,
.link-block-red span.link-block-title{
    color: red;
}
.link-block span.link-block-title-bg{
    background: #000;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.link-block img{}
.just-booked{
    padding: 0 10px 1px;
}
.just-booked .just-booked-row{
    margin-bottom: 10px;
    border-right: 4px solid #49475D;
    padding-right: 5px;
    overflow: hidden;
    display: block;
}
.just-booked .just-booked-row:hover{
    border-color: #EC971F;
    background: #F2F2F2;
    text-decoration: none;
}
.block-contact{
    padding: 0 10px 20px;
}
.map-legend{
    background: #fff;
    margin-top: -20px;
    padding: 5px 10px;
}
.modal .map-legend {
    margin-top: 0px;
}

.map-legend .map-legend-desc{
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
}
.newsletter-container{
    background: #C2B99B;
    background: #a82a2a;
}
.newsletter-title{
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}
.newsletter-message-container{
    padding-top: 5px;
    height: 18px;
    overflow: hidden;
    margin-bottom: -5px;
}
.js-newsletter-success,
.js-newsletter-error{
    font-size: 12px;
    line-height: 12px;
}
.js-newsletter-success{
    color: #ffffcc;
    color: #fff;
}
.js-newsletter-error{
    color: yellow;
}
.opinion-row{
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #FFF none repeat scroll 0% 0%;
    background: #F2F2F2 none repeat scroll 0% 0%;
    padding: 5px 5px 30px;
    color: #333;
}
.opinion-row .opinion-header{
    padding: 5px 5px;
    overflow: hidden;
}
.opinion-date{
    font-size: 12px;
    color: #49475D;
}
.opinion-city{
    color: #606060;
    font-size: 13px;
}
.opinion-row .opinion-notes{
    padding: 10px;
    font-size: 13px;
    background: #fff;
    margin-left: -15px;
    margin-right: 25px;
    margin-top: 10px;
}
.opinion-row .opinion-notes-answer{
    padding: 10px;
    margin: 15px -6px 0 30px;
    font-size: 13px;
    background: #fff;
}
.opinion-row .opinion-notes-answer h4{
    margin: 0 0 5px;
    font-size: 15px;
}
.opinion-points{
    background: #49475D;
    color: #fff;
    padding: 11px;
    text-align: center;
    display: inline-block;
    font-weight: bold;

    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius:100100px;
    border-radius: 100px;
}
.opinion-points-title{
    padding: 25px 20px;
    font-size: 30px;
    line-height: 30px;
    float: right;
    display: inline;
    font-weight: normal;
}
.opinion-details{
    font-size: 11px;
}
.opinion-details-bar{
    background: #fff;
}
.opinion-details-bar-percent{
    background: #49475D;
    height: 5px;
    width: 0;
}
.opinion-details-points{
    float: right;
    display: inline;
    font-weight: bold;
}
.opinion-average-container{
    padding: 5px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.opinion-average-container .opinion-points{
    padding: 25px;
    font-size: 40px;
    font-weight: normal;
}
.opinion-average-container .opinion-details-bar{
    margin: 3px 0 8px;
    background: #ddd;
}
.opinion-average-container .opinion-details-bar-percent{
    height: 8px;
}
.add-opinion{
    margin-bottom: 20px;
}
#add-opinion .clear-rating{
    display: none;
}
#add-opinion .mb-0{
    margin-bottom: 0;
}
/*------------------------------------------------------------------------------ infobox */
.map-container{
    height: 400px; width: 100%; background: #fff; margin-bottom: 20px;
}
.home-map .map-container{
    height: 400px; width: 100%; background: #fff; margin-bottom: 20px; margin-top: 0px;
}
#js-map-popup .map-container{
    margin-top: 0;
    margin-bottom: 0;
    height: 500px;
}
.map-details{
    width: 370px;
}
.map-details .container-white{
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}
.map-details .tile-anchor{
    margin-bottom: 0;
}
.map-tooltip:after,
.map-details:after { top: 100%; left: 100px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 8px; margin-left: -8px; }
.map-tooltip{
    width: 250px;
}
.map-tooltip-content{
    padding: 10px;
    font-size: 13px;
}
.map-tooltip-content h4{
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}
.map-tooltip-busy{
    margin-bottom: 2px;
}
.map-tooltip-busy-0{
    color: green;
}
.map-tooltip-busy-1{
    color: red;
}
.map-tooltip-price{
    font-weight: bold;
}
.js-close-map-details{
    display: block;
    font-family: "Helvetica Neue","​Helvetica","​Arial","​sans-serif";
    font-size: 21px;
    line-height: 13px;
    font-weight: bold;
    color: #808080;
    text-shadow: 1px 0px 0px #808080;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.js-close-map-details:hover{
    color: #000;
    text-shadow: 1px 0 0 #000;
    text-decoration: none;
}
.map-popup-container{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}
.map-popup-container .map-popup-text{
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 20px;
    color: #fff;
    background: #a82a2a;
    font-size: 12px;
    display: block;
}
.fb-share-container{
    margin-top: 10px;
}
.fb-share-container .fb_iframe_widget,
.fb-share-container .fb_iframe_widget span{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
#image-preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    z-index: 20;
}
/*------------------------------------------------------------------------------ account */
.login-remind{
    font-size: 12px;
}
.login-error .alert{
    padding: 2px 5px 1px;
    margin: 0 0;
    font-size: 12px;
}
/*------------------------------------------------------------------------------ container loader */
.js-container-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.js-container-loader .js-container-loader-image{
    width: 100%;
    height: 100%;
    background: url('images/ajax-snake.png') no-repeat 50% 50%;
}
button .js-container-loader .js-container-loader-image{
    background: url('images/ajax-loader.gif') no-repeat 50% 50%;
}
.danger-text{
    background: red;
    color: #fff;
    padding: 3px 10px;
}
.display-inline-block{
    display: inline-block;
}
.reservation-shortcut{
    margin-top: -25px;
}



@media (min-width: 1500px) {
	.container {
		width: 1400px;
	}
}





.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}
