body{
    background: #ebebeb;
    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: #008ECC;
}
a:hover{
    color: #008ECC;
    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;}

.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: #008ECC;
}
.pagination li.active span:hover,
.pagination li.active span,
.pagination li a:hover{
    background: #008ECC;
    border: 1px solid #008ECC;
    color: #fff;
}

header{
    border-bottom: 3px solid #20a4ec;
    padding: 5px 0;
    /*position: fixed;*/
    position: absolute;
    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;

    background: #008ECC;
    background: -moz-linear-gradient(top, #008ECC 0%, #006c9c 100%);
    background: -webkit-linear-gradient(top, #008ECC 0%,#006c9c 100%);
    background: linear-gradient(to bottom, #008ECC 0%,#006c9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ECC', endColorstr='#006c9c',GradientType=0 );


}
header .logo{
    margin-bottom: -47px;
    margin-top: -5px;
    background: #fff;
    float: left;
    display: inline;
    padding: 10px 10px 10px;
    font-size: 18px;
    color: #333;

    -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 span{
    display: block;
    font-size: 14px;
    color: #857D61;
}
header .logo:hover{
    text-decoration: none;
    background: #f2f2f2;
}
.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: #857d61;
    text-decoration: none;
}
.google-translator{
    margin-top:3px;
}
.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: 13px;
    padding: 0 9px 0 10px;
    border-right: 1px solid #1e8dca;
    height: 47px;
    line-height: 48px;
    min-width: 50px;
    text-align: center;
    color: #e3eef5;
    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: #1e8dca;
    color: #fff;
    text-decoration: none;
}
.mobile-menu{
    /*background: #fff;*/
}
@media all and (max-width: 1198px){
    .main-menu li a{
        font-size: 12px;
    }
    .h1-container h1{
        font-size: 32px;
    }
    .h1-container h2{
        font-size: 27px;
    }
}
@media all and (max-width: 992px){
    header{
        height: auto;
    }
    header .logo{
        font-size: 15px;
    }
    header .logo span {
        font-size: 12px;
    }
    header .logo img{
        width: 100%;
        min-width: 90px;
    }
    .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: 700px){
    header .logo img{
        width: 100%;
        min-width: 90px;
    }
    .main-menu li{}
    .main-menu li a{
        border-right: 0;
        line-height: 30px;
        height: 30px;
    }
}
@media all and (max-width: 500px){
    .lang-container{
        max-height: 100px;
    }
    header{
        position: relative;
    }
    .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;
    background: url("images/container_bg-3.jpg") no-repeat 50% 0;
}
main .main-bg{
    background: url("images/zobacz-giewont.png") no-repeat 100% -4px;
    height: 185px;
}
.h1-container{
    height: 0px;
    position: relative;
}
.h1-container h1{
    margin: 0;
    padding: 0px 0 0px;
    font-size: 43px;
    position: absolute;
    bottom: 80px;
    color: #292929;
    font-weight: 700;
    line-height: 52px;
}
.h1-container h2{
    margin: 0;
    padding: 0px 0 0px;
    font-size: 31px;
    position: absolute;
    bottom: 45px;
    color: #292929;
    font-weight: 700;
}
.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: 25px;
}
.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: #008ECC;
    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;
}
.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: #7fd1ff;
    color: #fff;
    color: #000;
}
.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: 76px;
    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: #008ECC;
}
.tile-anchor:hover img{}
.tile-anchor .tile-price{
    background: #008ECC;
    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: #c56699;
    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: 174px;
}
.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: 94px;
}
.container-tile .tile-name{
    margin: 2px 0 5px;
    font-size: 18px;
    color: #008ECC;
    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;
}
.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: #7fd1ff;
    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: #008ECC;
    border: 1px solid #008ECC;
    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;
}
#js-toggle-map{
    width: 150px;
    font-size: 30px;
    display: block;
    color: #008ECC;
}
#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{
    margin: 0px -20px 0px;
    /*max-height: 400px;*/
}
.carousel-inner > .item > img {
    margin: 0 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: 12px;
}
.table-prices > tbody > tr > td,
.table-prices tr td,
.table-prices td{
    vertical-align: middle;
}
.table-prices .season-label{
}
.table-prices .season-label-name{
    font-size: 13px;
}
.table-prices .promotion-old-price{
    text-decoration: line-through;
}
.main-banner{
    margin-bottom: 20px;
    border-top: 2px solid #C2B99B;
}
.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 #008ECC;
    padding-right: 5px;
    overflow: hidden;
    display: block;
}
.just-booked .just-booked-row:hover{
    border-color: #d47aaa;
    background: #F2F2F2;
    text-decoration: none;
}
.block-contact{
    padding: 0 10px 20px;
}
.map-legend{
    background: #fff;
    margin-top: -20px;
    padding: 5px 10px;
}
.map-legend .map-legend-desc{
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
}
.newsletter-container{
    background: #7fd1ff;
}
.newsletter-title{
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}
.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: orange;
    color: #49475D;
}
.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;
    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 5px;
    font-size: 13px;
}
.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: #008ECC;
    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;
}
/*------------------------------------------------------------------------------ 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%;
}

@media all and (max-width: 1198px){
    .h1-container h1{
        font-size: 32px;
    }
    .h1-container h2{
        font-size: 27px;
    }
}
@media all and (max-width: 700px){
    .h1-container h1{
        color: black;
        text-shadow: 1px 1px 3px #ffffff;
        background: rgba(183, 110, 45, 0.5);
        padding: 1px 11px;
    }
    .h1-container h2{
        color: black;
        text-shadow: 1px 1px 3px #ffffff;
        background: rgba(183, 110, 45, 0.5);
        padding: 4px 12px;
        bottom: 41px;
    }
}
