body{
    background: #fff;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
q:before, q:after, blockquote:before, blockquote:after{
    content: "";
}
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;
}
.hidden-light,
.hidden{
    display: none;
}
.width-100{
    width: 100%;
}
.color-blue{
    color: #2493d1;
}
.color-green{
    color: #b8cf3a;
}
.color-orange{
    color: #e95d0f;
}
.color-red{
    color: red;
}
.margin-auto{
    margin-right: auto;
    margin-left: auto;
}
.no-wrap{
    white-space: nowrap;
}
.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-0{margin-top: 0px;}
.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;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.p-0{padding: 0;}
h1, .h1{
    font-size: 28px;
}
h2, .h2{
    font-size: 24px;
}
h3, .h3{
    font-size: 20px;
}
.input-transparent{border: none; background: transparent; width: 20px; padding-top: 15px; }
/*------------------------------------------------------------------- site */
@media screen and (max-width: 480px){
    #place-to-expand{
        /*display: none;*/
        width: 100%;
    }
    #expandable-col{
        width: 100%;
    }
    #comparison-box-label { height: 45px !important; }
    #comparison-box-label .rotation {
        margin-left: -67px !important;
        margin-top: 0px !important;
        -ms-transform:rotate(0deg) !important;
        -moz-transform:rotate(0deg) !important;
        -webkit-transform:rotate(0deg) !important;
        -o-transform:rotate(0deg) !important;
    }

}
.logo{
    margin-top: 15px;
    display: block;
}
.header-region{
    background: url("images/head-bg-5.jpg") no-repeat 50% 0;
    background-color: #FFFFFF;
}
.header-region .container{
    min-height: 110px;
}
.lang-list{
    margin: 0;
    padding: 10px 0;
}
@media all and (min-width: 991px) and (max-width: 1200px) {
    .header-region .slogan, .header-region-page .slogan-page {
        color: white;
        font-weight: bolder;
        font-size: 60px;
        margin: 100px;
        width: 200px;
    }
}
.lang-list li{
    float: left;
    display: inline;
    padding: 0 10px;
}
.lang-list a{
    width: 16px;
    height: 11px;
    float: left;
    display: inline;
}
.lang-list a.lang-pl{
    background: url('/assets/icons/flags/pl.png') no-repeat 0 0;
}
.lang-list a.lang-en{
    background: url('/assets/icons/flags/en.png') no-repeat 0 0;
}
.lang-list a.lang-ru{
    background: url('/assets/icons/flags/ru.png') no-repeat 0 0;
}
.content-bg{
    background-color: #372f25;
    /*background: #352f24 url("images/content-bg.jpg")no-repeat 50% 0;*/
    min-height: 800px;
    padding-bottom: 20px;
    padding-top: 190px;
}
.content-bg-welcome{
    background-color: #372f25;
    /*background: #352f24 url("images/content-bg.jpg")no-repeat 50% 0;*/
    min-height: 800px;
    padding-bottom: 20px;
    padding-top: 170px;
}

.slider-container,
.welcome-banner{
    margin: 0px 0 15px;
    background: #fff;
    padding: 6px;
    text-align: center;
    line-height: 0;
    font-size: 0;
}
#slider-container{
    /*height: 258px;*/
    overflow: hidden;
    position: relative;
}
@media all and (max-width: 1200px) {
    #slider-container{
        height: 212px;
    }
}
@media all and (max-width: 991px) {
    #slider-container{
        height: 161px;
    }
}
@media all and (max-width: 770px) {
    #slider-container{
        height: auto;
        max-height: 161px;
    }
}
#slider-container img{
    position: absolute;
    top: 0;
    left: 0;
}
#slider-container img.not-absolute{
    position: static;
}
.facebook-container{
    width: 75px;
    height: 0px;
    margin-left: -75px;
    padding-top: 10px;
    position: relative;
    z-index: 50;
}
.facebook-container-details{
    padding: 15px 0px;
    text-align: center;
}
@media screen and (max-width: 480px){
    .facebook-container {
        width: 100%;
        height: 100%;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        z-index: 50;
    }
}

.block-title{
    background: #e59100;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin: 0;
    min-height: 52px;

    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.search-block-title-welcome{
    background: #e59100;
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    padding: 10px 15px;
    margin: 30px 0px 0px 0px;
    min-height: 52px;
    line-height: 32px;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.block-title-grey{background: #989898;}
.block-title-brown{background: #623508;}
.block-title-green{background: #097e03;}
.content-container,
.block-container{
    padding: 18px;
    background: #fff;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
.block-container-small{
    padding-top: 10px;
    padding-bottom: 8px;
}
.block-container-grey{
    background: #989898;
    border-color: #989898;
}
.block-container-grey-welcome{
    background: #989898;
    border-color: #989898;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.block-container-search{

}
.block-container-search .control-label{
    padding-right: 0;
}
.block-container-search .form-control{
    border: #fff;
}
.block-container-search .search-people-label{
    margin-top: 18px;
}
.block-container-search .search-label-mini{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
}
.find-by-name .block-title {
    padding-bottom: 0;
    min-height: 40px;
}
.find-by-name .block-container {
    padding-top: 0;
}
#search-form .form-group{
    margin-bottom: 5px;
}
#search-form .form-group label{
    font-size: 12px;
    margin-bottom: 2px;
}
#autocomplete-content .ui-autocomplete .ui-menu-item{
    font-size: 12px;
    border: 0;
    padding: 4px 15px;
    margin: 0
}
#autocomplete-content .ui-autocomplete .ui-state-focus{
    background: #0A7BE0;
    color: #fff;
}
.wifi-icon{
    width: 117px;
    height: 51px;
    background: url('/assets/css/images/wifi.jpg') no-repeat 0 0;
}
.wifi-icon-mini{
    width: 45px;
    height: 21px;
    display: inline-block;
    background: url('/assets/css/images/wi-fi2.png') no-repeat 0 0;
}
.object-block-wifi{
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.disabled-icon{
    background: url("/assets/icons/disabled.png") no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    bottom: 6px;
}
.complex-list,
#js-list-container{
    padding: 0 10px;
}
#js-list-container .col-lg-4,
#js-list-container .col-md-6{
    padding: 0 5px;
}
.complex-list .col-lg-4,
.complex-list .col-md-6{
    padding: 0 5px;
}
#js-list-container.list-map{
    padding: 0;
}
.complex-row{

}
.complex-row .block-title{
    min-height: 0;
}
.tile-title{
    padding-top: 4px;
    height: 46px;
}
.tile-title span{
    font-size: 11px;
    display: block;
    line-height: 11px;
    font-weight: normal;
    color: #ffc200;
    /*color: #fff;*/
}
.tile-container{
    padding: 0 10px 10px;
    height: 205px;
}
.complex-container{
    padding: 0px 10px 10px;
    min-height: 215px;
}
.complex-container .complex-info {
    font-size: 12px;
    margin-bottom: -15px;
}
.link-more,
.tile-link-more{
    width: 93px;
    height: 41px;
    line-height: 41px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #8f5f2f;
}
.link-more:hover,
.tile-link-more:hover{
    text-decoration: none;
    color: orange;
}
.object-tile-info{
    margin-left: -30px;
    font-size: 12px;
}
.object-block-price{
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.object-block-price .price{
    font-size: 18px;
    font-weight: bold;
}
.tile-container .quick-desc-h{
    margin-bottom: 0px;
}
.tile-container .quick-desc{
    margin: -3px -9px 0px;
    color: #fff;
    background: #5d442c;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 13px;
    height: 32px;
}
.apartment-row{
    height: 255px;
}
.apartment-row .add-to-comparison{
    position: absolute;
    right: 5px;
    top: 5px;
    /*z-index: 998;*/
}
#close-comparison-box{ cursor: pointer; }
.advertise-full-link{ position: absolute; z-index: 900; cursor: pointer; width: 100%; height: 100%; border-radius: 0px 100px 0px 0px; }
.carousel-control{ z-index: 901; }
.apartment-row .block-title{
    font-weight: bold;
    white-space: nowrap;
}
.complex-row .block-title{
    white-space: nowrap;
}
.apartment-row .block-title span{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.last-minute-row{}
.last-minute-row{
    /*border: 1px solid red;*/
    /*background: url('/assets/css/images/gradient-spacer.jpg') no-repeat 50% 100%;*/
    padding-bottom: 25px;
    margin-bottom: 16px;
}
.last-lastminute{
    margin-bottom: 0;
}
.last-minute-row .object-desc{

}
.last-minute-row .link-more{
    position: static;
    margin-left: 5px;
}
.last-minute-row .object-name{
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}
.last-minute-row .object-name a{
    color: #333;
}
.gradient {
    height: 20px;
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,0.09), transparent);
}
.gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(left, transparent, rgba(0,0,0,0.02), rgba(0,0,0,0.02), transparent);
}
.gradient-spacer{
    height: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.border-spacer{
    border-bottom: 2px solid #d8d8d8;
}
.promotion-container{
    font-family: 'Asap Condensed', sans-serif;
}
.promotion-container img{
    width: 100%;
    height: auto;
}
.apartment-row-for-sale .block-title{
    background: #04a9f4;
}
.apartment-row-for-sale .quick-desc {
    background: #a65800;
}
.apartment-row-for-sale .tile-link-more {
    background: #0070d2;
}
.apartment-details-for-sale .rating-container {
    border-color: #04a9f4;
}
.apartment-details-for-sale .object-details-table tr td {
    border: 1px solid #04a9f4;
}
.apartment-details-for-sale .link-more {
    background: #0070d2;
}
.apartment-details-for-sale .for-sale-header {
    border: 5px solid #04a9f4;
    margin: -15px -15px 0;
    min-height: 104px;
    background: #04a9f4;
    color: #fff;
}
.apartment-details-for-sale .for-sale-header img {
    height: 94px;
}
.apartment-details-for-sale .for-sale-header #js-show-map span{
    background: #0070d2;
}
.apartment-details-for-sale .for-sale-title {
    padding: 10px;
}
.apartment-details-for-sale .highlight-price {
    background: #0070d2;
    color: #fff;
    padding: 0 10px;
}
.apartment-details-for-sale .highlight-span-price {

}
.apartment-details-for-sale .highlight-span-price span {
    font-size: 26px;
    font-weight: normal;
}
.voucher-block a,
.last-minute-block a,
.promotion-block a,
.for-sale-block a {
    color: #fff;
    display: block;
    background: #04a9f4;
    width: 100%;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Asap Condensed', sans-serif;
}
.promotion-block-two-rows a {
    height: 58px;
    line-height: 28px;
}
.voucher-block a:hover,
.last-minute-block a:hover,
.promotion-block a:hover,
.for-sale-block a:hover {
    color: #fff;
    text-decoration: none;
}
.for-sale-block a {
    font-size: 21px;
}
.last-minute-block a {
    background: #FF001E;
}
.promotion-block a {
    background: #2f8e00;
    font-size: 21px;
}
.voucher-block a{
    position: relative;
    font-size: 18px;
    background: #797461;
}
.voucher-block a span{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
@media screen and (max-width: 996px){
    .for-sale-block a {
        font-size: 16px;
    }
    .promotion-block a{
        font-size: 16px;
    }
    .voucher-block a{
        font-size: 13px;
        line-height: 40px;
    }
}
@media screen and (max-width: 650px){
    .promotion-block a,
    .last-minute-block a,
    .for-sale-block a {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .promotion-block-two-rows a {
        height: 40px;
        line-height: 20px;
    }
    .for-sale-block a {
        font-size: 12px;
    }
    .promotion-block a{
        font-size: 12px;
    }
    .voucher-block a{
        font-size: 11px;
        line-height: 30px;
    }
}
/*------------------------------------------------------------------- footer */
.footer-region{
    background: #fff;
    border-top: 24px solid #045395;
    padding-top: 40px;
    font-size: 12px;
}
.footer-region a{

}
.footer-region .region-5{

}
.footer-region .region-5 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-region .region-5 ul li{
    padding-left: 0;
}
/*------------------------------------------------------------------- menu */
.nav-menu .first a span{
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    font-size: 15px;
    margin-top: 12px;
    padding-top: 10px;
}
.menu-region{
    background: rgb(77,30,2);
    z-index: 999;
    background: -moz-linear-gradient(top,  rgba(77,30,2,1) 0%, rgba(98,53,8,1) 50%, rgba(98,53,8,1) 51%, rgba(77,30,2,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,30,2,1)), color-stop(50%,rgba(98,53,8,1)), color-stop(51%,rgba(98,53,8,1)), color-stop(100%,rgba(77,30,2,1)));
    background: -webkit-linear-gradient(top,  rgba(77,30,2,1) 0%,rgba(98,53,8,1) 50%,rgba(98,53,8,1) 51%,rgba(77,30,2,1) 100%);
    background: -o-linear-gradient(top,  rgba(77,30,2,1) 0%,rgba(98,53,8,1) 50%,rgba(98,53,8,1) 51%,rgba(77,30,2,1) 100%);
    background: -ms-linear-gradient(top,  rgba(77,30,2,1) 0%,rgba(98,53,8,1) 50%,rgba(98,53,8,1) 51%,rgba(77,30,2,1) 100%);
    background: linear-gradient(to bottom,  rgba(77,30,2,1) 0%,rgba(98,53,8,1) 50%,rgba(98,53,8,1) 51%,rgba(77,30,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1e02', endColorstr='#4d1e02',GradientType=0 );

}
.menu-region-bg{
    /*background: url('images/menu-line.png') no-repeat 50% 30px;*/
    min-height: 64px;
}
.menu-region ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-region ul li{
    float: left;
    position: relative;
}
.menu-region ul li a{
    float: left;
    line-height: 64px;
    height: 64px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}
.menu-region ul li.last a{
    padding-right: 0;
}
.menu-region ul li a:hover{}

/*@media (min-width: 1200px){*/
    /*.menu-region .menu-pad-center{padding-top: 18px;}*/
/*}*/
/*@media (min-width: 992px){*/
    /*.menu-region .menu-pad-center{padding-top: 15px;}*/
/*}*/

.menu-region ul li ul {
    position: absolute; top: 50px; left: 0; display: none; min-width: 150px; z-index: 999; border: 1px solid #523A06;
}
.menu-region ul li:hover > ul,
.menu-region ul li ul:hover {
    display: block;
    background-color: #522302;
}
.menu-region ul li ul li:hover {background-color: #000;}
.menu-region ul li ul li {
    clear: both;
    width: 100%;
}

@media all and (max-width: 1200px) {
    .menu-region ul li a{
        padding: 0px 10px;
        font-size: 14px;
    }
}
@media all and (max-width: 991px) {
    .menu-region-bg{
        background: none;
    }
    .menu-region ul{
        padding: 5px 0;
    }
    .menu-region ul li{
        float: none;
        display: block;
    }
    .menu-region ul li a{
        float: none;
        display: block;
        line-height: 22px;
        height: auto;
        padding: 5px 20px;
        font-size: 14px;
    }
    .menu-region ul li.last a{}
    .menu-region ul li a:hover{
        background: #0A7BE0;
        text-decoration: none;
    }
}

.sticky-menu { position: fixed; top: 110px; width: 100%; }
@media screen and (max-width: 420px){
    .sticky-menu { position: fixed; top: 60px; width: 100%; }
    .content-bg { padding-top: 95px; }
    .content-bg-welcome { padding-top: 75px; }
}
.sticky-toolbar{ position: fixed; top: 0; width: 100%; z-index: 999; background-color: #fff; }
.sticky-header{ position: fixed; top: 0; width: 100%; z-index: 999; }

@media screen and (max-width: 1199px){
    .nav-menu ul{
        position: fixed;
        left:0;
        top: 150px;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        background-color: #4d1d02;
        z-index: 1000;
        transition: all .5s ease-in-out;
    }
    .nav-menu.active ul{
        height: 100%;
        transition: all .5s ease-in-out;
    }
    .nav-menu ul li{
        width: 100%;
        text-align: center;
    }
    .nav-menu ul li a{
        width: 100%;
        padding: 0;
        text-align: center;
        background-color: #4d1d02;
    }
    .nav-menu ul li a:hover{
        text-decoration: underline;
        background-color: #4d1d02;
    }
}
@media screen and (max-width: 991px){
    .nav-menu ul{
        position: fixed;
        left:0;
        top: 220px;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        background-color: #4d1d02;
        z-index: 1000;
    }
    .nav-menu ul li a{ padding-top: 10px; }
}
@media screen and (max-width: 390px){
    .nav-menu ul{
        position: fixed;
        left:0;
        top: 124px;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        background-color: #4d1d02;
        z-index: 1000;
    }
    /* google translate tweak*/
    .goog-logo-link { display:none !important; }
    .goog-te-gadget{ font-size: 0 !important; }
    .no-link{ background-color: transparent; color: #7d7474; border-color: transparent;}
}
/*------------------------------------------------------------------- rating */
.rating-container-div{
    height: 0px;
    padding-bottom: 15px;
}
.rating-container{
    /*position: fixed;*/
    /*top: 504px;*/
    /*left: 50%;*/
    width: 85px;
    padding: 5px;
    /*margin-left: -575px;*/
    background: #fff;
    border-color: #B37000;
    border-width: 0px 0 0px 5px;
    border-style: solid;
    margin-left: -100px;
    margin-top: -15px;
    font-size: 11px;
}
.rating-container .rating-title{
    font-size: 12px;
    font-weight: bold;
}
.rating-container .rating-average{
    padding: 6px 0;
}
@media screen and (max-width: 480px){
    .rating-container-div {
        height: 100%;
    }
    .rating-container{
        margin-left: 0px;
        margin-top: 0px;
        width:100%;
        border-width: 0px;
    }
}
/*------------------------------------------------------------------- details */
.details-title{
    font-size: 18px;
}
.details-name{
    font-size: 16px;
    margin-top: 5px;
}
.object-details-table{
    width: 100%;
    vertical-align: top;
    font: 11px/17px tahoma;
}
.object-details-table tr{}
.object-details-table tr td{
    padding: 5px 10px;
    border: 2px solid #EAE9DB;
}
.object-details-table tr td.td-label{
    width: 100px;
    font-weight: bold;
    text-align: right;
}
.table-details-prices{
    vertical-align: middle;
    width: 100%;
    font: 11px/17px tahoma;
}
.table-details-prices tr{}
.table-details-prices tr td{
    padding: 5px 2px;
    background: #EAE9DB;
    border: 2px solid #fff;
    width: 20px;
    text-align: center;
}
.table-details-prices tr.promotion td{
    background: #B37000;
}
.table-details-prices tr td.season-label{
    width: 150px;
    text-align: left;
}
.table-details-prices tr.promotion{}
.table-details-prices tr.promotion td{}
.apartment-details{
    padding: 15px 15px 50px;
}
.calendar-container{
    padding: 15px 2px;
    font-size: 11px;
    line-height: 17px;
    font-family: 'tahoma';
}
.calendar-container #calendar-slider{
    height: 200px;
    overflow: hidden;
}
.calendar-container #calendar-slider .calendars-show-hide{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    text-align: right;
}
.calendar-container .calendar-div{
    height: 200px;
}
.calendar-container .calendar{
    margin-right: 15px;
    padding: 0;
}
.calendar-container .calendar .controls td{
    border: 0;
}
.calendar-container .calendar td{

    text-align: center;
    padding: 0;
}
.calendar-container .calendar td a{
    padding: 3px 6px;
    background: #069601;
    display: block;
    border: 1px solid #EAE9DB;
    color: #fff;
}
.calendar-container .calendar td.day-checked a,
.calendar-container .calendar td a:hover{
    background: #097401;
    text-decoration: none;
}
.calendar-container .calendar td.day-checked a{
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";*/
    /*filter: alpha(opacity=30);*/
    /*-moz-opacity: 0.3;*/
    /*-khtml-opacity: 0.3;*/
    /*opacity: 0.3;*/

    border: 4px solid #F5A600;
    padding: 0px 3px;
}
.calendar-container .calendar td.no-clicked a{
    background: #fff;
    color: #000;
}
.calendar-container .calendar td.no-clicked a:hover{
    background: #fff;
    cursor: default;
}
.calendar-container .calendar td.day-booked a{
    background: #CE0000;
}
.calendar-container .calendar td.first-booked-day a{
    background: url('/assets/css/images/first-booked.gif') no-repeat 0 -2px;
}
.calendar-container .calendar td.last-booked-day a{
    background: url('/assets/css/images/last-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.day-pre-booked a{
    background: #F5A600;
}
.calendar-container .calendar td.first-pre-booked-day a{
    background: url('/assets/css/images/first-pre-booked.gif') no-repeat 0 -2px;
}
.calendar-container .calendar td.last-pre-booked-day a{
    background: url('/assets/css/images/last-pre-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.first-pre-booked-day.last-booked-day a{
    background: url('/assets/css/images/last-booked-first-pre-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.last-pre-booked-day.first-booked-day a{
    background: url('/assets/css/images/last-pre-booked-first-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.first-booked-day.last-booked-day a{
    background: url('/assets/css/images/last-booked-first-pre-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.first-pre-booked-day.last-pre-booked-day a{
    background: url('/assets/css/images/last-pre-booked-first-pre-booked.gif') no-repeat 0 -7px;
}
.calendar-container .calendar td.first-booked-day.last-booked-day a{
    background: url('/assets/css/images/last-booked-first-booked.gif') no-repeat 0 -7px;
}
.number-of-people{
    padding-top: 5px;
}
.form .number-of-people label{
    font-weight: bold;
    width: 121px;
}
.form .number-of-people select{
    width: 50px;
}
.reservation-submit{
    margin-top: 6px;
    margin-left: 15px;
}
.reservation-details-container{
    border: 1px solid #B37000;
    border-left: 5px solid #B37000;
    padding: 15px;
    margin-top: 10px;
}
.prices-description{
    font: 11px/17px arial;
}
.calendar .controls .title{
    color: #0A7BE0;
    font-family: "Arial";
    font-size: 16px;
}
.details-yt{
    margin: 15px 0;
}
.details-yt iframe{
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 850px){
    .details-yt iframe{
        height: 300px;
    }
}
@media screen and (max-width: 650px){
    .details-yt iframe{
        height: 200px;
    }
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.calendar-container .reservation-title .reservation-text,
.calendar-container .reservation-title h3,
.calendar-container .reservation-text{
    margin-top: 0;
    background: red;
    color: #fff;
    padding: 10px;
}
.calendar-container .reservation-text a{color: #ffffff;}
.calendar-container .reservation-title .reservation-text,
.calendar-container .reservation-title .reservation-text:hover,
.calendar-container .reservation-details-container{
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#js-show-map-single{
    min-width: 100px;
}
#js-show-map-single,
#js-show-map{
    position: relative;
    display: block;
}
#js-show-map-single .full-width, #js-show-map .full-width{ width: 100%; }
#js-show-map-single span,
#js-show-map span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    color: #fff;
    background: #A52A2A;
}
.red{
    color: red;
}
.map-popup{
    background: #fff;
    padding: 15px;
}
.mfp-content{
    max-width: 900px;
}
.ratings-list .rating-row-average{}
.ratings-list .rating-name{}
.ratings-list .rating-city{}
.ratings-list .rating-date{}
.ratings-list .form-stars-container{}
.ratings-list .form-stars-container .row{
    margin-bottom: 5px;
}
.ratings-list .opinions-label{
    font-size: 12px;
    margin: 3px 0 0 0;
}
.ratings-list .rating-notes{
    padding: 10px 0;
    text-align: justify;
}
.ratings-list .rating-notes-answer{
    padding: 5px 10px 5px 10px;
    margin: 10px 0 20px 30px;
    border: 1px solid #D88F00;
    border-left: 3px solid #D88F00;
}
.ratings-list .rating-notes-answer h3{
    font-size: 16px;
    margin-top: 0px;
}
.ratings-list .opinions-head{
    margin: 10px 0 10px;
    font-size: 16px;
}
.ratings-list .opinions-head .label{}
.average-value-all{
    position: absolute;
    text-align: center;
    top: 27px;
    right: 15px;
    font-size: 28px;
    color: green;
}
.form-stars-container{
    margin: 10px 0 15px;
}
.form-stars-container .stars-row{
    margin-bottom: 5px;
}
.form-stars-container .stars-row .rating{
    margin-right: 10px;
}
.form-stars-container .stars-row .rating-label{
    overflow: hidden;
    margin-top: 3px;
}
.ratings-spacer{
    border-bottom: 5px solid #D88F00;
    margin-bottom: 15px;
}
.no-opinions-info{
    padding: 20px 0 50px;
}
.dotpay-icon{
    display: block;
    width: 120px;
    height: 92px;
    background: url('/assets/css/images/dotpay.gif') no-repeat 0 0;
}
.voucher-title{
    margin-top: 0;
}
.img-pop{
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 5px;
    background: white;
    width: 420px;
    border: 3px solid #151515;
}

.img-pop h2{ padding: 0px 0px 10px; font-size: 12px; margin: 0; font-weight: bold;}
.img-pop img{}
.mi_300x250{
    max-width: 100%;
}

.footer{
    /*background: transparent url('/assets/css/images/footer-bg.jpg') no-repeat 50% -134px;*/
    color: #64625c;
    padding: 30px 12px 20px;
    border-top: 24px solid #623508;
}
.footer a{
    color: #64625c;
}
.footer .region-5{

}
.footer .region-5 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .region-5 ul li{
    padding-left: 0;
}
.charity-slogan-block{
    text-indent: 1px;
    font-size: 12px;
    background: #fff;
    margin: 0px 0 0px;
    padding-bottom: 2px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #0092cf;
}
.last-minute-row .charity-slogan-block{
    text-indent: 0;
    padding-top: 4px;
    padding-bottom: 0;
}
.complex-row .charity-slogan-block{
    height: 24px;
    padding: 5px 0 0 10px;
}
.tile-container .charity-slogan-block{
    height: 18px;
    padding-bottom: 0px;
}
.objects-view-type{
    background: #989898;
    margin-bottom: 10px;
}
.objects-view-type .view-type-buttons-spacer{
    width: 2%;
    min-height: 1px;
}
.objects-view-type a.view-button{
    padding: 10px 0px;
    background: #9E9984;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 49%;
    text-align: center;
}
.objects-view-type a.view-button.welcome{
    width: 100%;
}
.objects-view-type a.view-button:hover,
.objects-view-type a.view-button-active{
    background: #D88F00;
    text-decoration: none;
}
.filter-container{
    padding-left: 10px;
    padding-right: 10px;
}
.filter-options{ overflow: hidden;}
.filter-options .filter-checkbox{ margin-right: 10px; display: inline-block;}
.filter-options .filter-checkbox label{
    font-weight: normal;
    font-size: 12px;
    padding-top: 3px;
}
.filter-checkbox{
    display: inline-block;
    margin-bottom: 3px;
}
.filter-rooms input,
.filter-checkbox input{
    display: inline;
    float: left;
    margin: 0px 5px 0 0;
    padding: 0;
    border: 0;
}
.filter-checkbox label{
    margin-bottom: 0;
    line-height: 14px;
}
.filter-options{
    clear: both;
    padding-top: 5px;
}
.filter-options .filter-checkbox{
    margin: 0 20px 0 0;
}
.filter-options .filter-checkbox input{
    margin-left: 0;
}
.filter-rooms{
    padding-top: 15px;
}
.filter-rooms label{
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 14px;
}
.no-margin{
    margin: 0;
}
#reservation-oneday-container{
    background: #ffff00;
    display: inline-block;
    padding: 0 5px;
}
.btn-voucher{
    font-size: 13px;
    padding: 3px 5px;
}
.btn-red{
    background: red;
    color: #fff;
}
.btn-red:hover{
    color: #fff;
}
/*------------------------------------------------------------------------------ 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-loader-big.gif') no-repeat 50% 40%;
}
.details-disabled{
    background: url("/assets/icons/disabled.png") no-repeat 0 0;
    padding-left: 35px;
    min-height: 25px;
    padding-top: 7px;
}
.details-disabled h4{
    margin: 0;
    padding-bottom: 7px;
    padding-top: 4px;
    font-size: 12px;
}
.cookie-info{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    z-index: 9999;
    color: #FFF;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.charity-slogan-details{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    color: #5cb85c;
}
.propotion-old-price{
    text-decoration: line-through;
}
.just-booked{
    padding-right: 5px;
}
.just-booked .just-booked-row{
    margin-bottom: 10px;
    border-right: 4px solid #623508;
    padding-right: 5px;
    overflow: hidden;
    display: block;
}
.just-booked .just-booked-row:hover{
    border-color: #EC971F;
    background: #F2F2F2;
    text-decoration: none;
}
.just-booked .just-booked-img{
    display: inline;
    float: left;
}
.just-booked .just-booked-desc{
    overflow: hidden;
    padding-left: 10px;
    font-size: 13px;
}
#book-zakopaneapartamenty .za-buttons-container-2{
    text-align: center;
}
#book-zakopaneapartamenty .za-button-red{
    width: 250px;
}
.map-legend{
    background: #fff;
    margin-top: -20px;
    padding: 20px 10px;
    margin-bottom: 0px;
}
.map-legend .map-legend-desc{
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
}
.filters-legend{
    background: #fff;
    margin: -15px -10px 10px;
    padding: 15px 10px 10px;
}
#js-filters-legend .filters-legend{
    margin-left: 0;
    margin-right: 0;
}
.login-form{
    clear: both;
    float: right;
    display: inline;
    padding: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    min-width: 200px;
}
.login-form-logged{
    padding: 5px 10px;
    font-size: 12px;
    min-width: 300px;
}
.login-form-logged .logged-user{
    padding: 0 0px;
}
.login-form-logged .logged-menu{
    display: inline;
    padding: 0;
    margin: 0 0 0 0px;
    text-align: right;
    white-space: nowrap;
}
.login-form-logged .logged-menu li{
    display: inline;
    padding: 0 0 0 6px;
    margin: 0 0 0 6px;
    border-left: 1px dotted #333;
}
.required{
    color: red;
}
.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-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-details-content .apartment-row{
    margin-bottom: 0;
}
.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;
    cursor: pointer;
    padding: 4px;

    -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;
}
.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;
}
/*------------------------------------------------------------------- login popup */
.login-popup{}
.login-popup .tab-pane{
    padding: 15px;
}
.login-popup .nav-tabs > li > a{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.login-popup .nav-tabs li a.rounded-left-corner{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.login-popup .login-remind{
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
#js-register-error .alert{
    margin-bottom: 0px;
}
.fb-login-custom{
    border: 0;
    background: #4267b2;
    color: #fff;
    padding: 8px 8px;
    overflow: hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fb-login-custom svg{
    width: 24px;
    height: 24px;
    float: left;
    display: inline;
}
.fb-login-custom span{
    display: inline-block;
    padding: 1px 10px 0 15px;
}
#js-fb-login-message{
    color: red;
    text-align: left;
}
/*------------------------------------------------------------------- end login popup */
/* datepicker styles */
.ui-datepicker .ui-datepicker-today a{
    font-weight: bold;
}
.ui-datepicker tr td.ui-datepicker-week-end:last-child a{
    color: #a97622;
}

.apartment-details .add-to-comparison{
    margin-left: 10px;
}
.nearest-backlink{
    text-align: right;
}
.nearest-backlink a:hover{
    text-decoration: none;
}
/* last minute ribbon */
.ribbon {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.word-break{
    word-break: break-all;
}
/* new ribbon */
.ribson {
    display: flex;
    position: absolute;
    left: 26px;
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 140px;
    text-align: right;
}
.child1 {
    width: 14px;
    height: 7px;
    background-color: #9e2b2f;
    border-radius: 14px 14px 0 0;
}
.child2 {
    width: 200px;
    height: 20px;
    font-size: 10px;
    background-color: #e31e24;
    border-radius: 0px 0px 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.ribson .left {
    height: 7px;
    background-image: linear-gradient(to left, #e31e24 50%, rgba(0, 0, 0, 0) 50%);
}
.ribson .right {
    height: 7px;
    background-image: linear-gradient(to right, #e31e24 50%, rgba(0, 0, 0, 0) 50%);
}
/* end of new ribbon */

/* bc-banner */
@keyframes bcBannerAnimation {
    to { opacity: 1; }
}
.bc-banner{
    position: relative;
    color: #2072b2;
    margin: 4px 0;
    opacity: 0;
    animation: bcBannerAnimation 0s 4s forwards;
}
.bc-banner.bc-tile{
    margin: -5px -9px 0px;
    background-color: #ffffff;
}
.bc-banner-icon{
    color: #ffffff;
    background-color: #2072b2;
    border-radius: 3px;
    top: 28px;
    position: absolute;
    font-size: 19px;
    line-height: 18px;
    padding: 0px 3px 4px 3px;
}
.bc-banner-title{
    color: #ffffff;
    background-color: #2072b2;
    border-radius: 3px;
    margin:0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 3px 5px;
}
.bc-banner-message{
    font-weight: normal;
    margin: 2px 0 0 2px;
    font-size: 13px;
}
.bc-tile .bc-banner-icon{
    top: 8px;
    left: 4px;
    font-size: 13px;
    line-height: 11px;
    padding: 0px 2px 4px 2px;
}
.bc-tile .bc-banner-title{
    border-radius: unset;
    font-size:13px;
    line-height: inherit;
    padding: 0px 5px;
}
.bc-tile .bc-banner-message{
    margin: 2px 0 0 19px;
    line-height: 14px;
    font-size: 11px;
    padding: 2px 0px 0px;
}
.map_icons{
    width:30px;
    height:30px;
}

#js-main-text-close, .reg14-text-close {
    color: #fff !important;
}
@media screen and (min-width: 481px){
    #js-main-text-close, .reg14-text-close{
        float:right !important;
    }
}
.reg14-text-close {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 2.7em;
    color: #333 !important;
}
#js-main-text-close .x{
    font-size: 2rem;
    margin-top: -2.5px;
    margin-left: 2.5px;
    position: absolute;
}
.reg14-text-close .x {
    
    font-size: 2.5rem;
    margin-top: -0.7rem;
    margin-left: 2.5px;
    position: absolute;
}

@media (min-width:1600px){
    .container {
        width: 1570px;
    }
}

.toolbar-region {
    min-height: 60px;
}
.toolbar-region .anchor {
    color: #808080;
    padding-left: 15px;
}


/* mobile toggle menu btn */
.menu-btn {
    position: absolute; top: 0; right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.menu-btn { display: none; }
.menu-btn__burger {
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
    transform: translateY(-16px);
}
.menu-btn__burger::after {
    transform: translateY(16px);
}
@media screen and (max-width: 1199px){
    .menu-btn { display: flex; }
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}
.translation-link { cursor: pointer; border: 1px solid #e4e4e4; }
/* Hide Google translate toolbar */
body > .skiptranslate {
    display: none;
}
.social-links{ overflow: hidden; padding-top: 23px; }
.social-links a{ text-align: center; float: right; width: 20px; height: 20px; border-radius: 100%; margin-right: 7px; /*space between*/ }
.social-links a:not(:last-child) { margin-right: 0px; }
.social-links a i{ font-size: 15px; line-height: 26px; color: #909090; }
.social-links a.fb{ background: #0866ff; }
.social-links a i.fa-facebook{ font-size: 17px; line-height: 26px; color: #ffffff; }
.social-links a i.fa-instagram{ font-size: 21px; line-height: 20px; color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /*background-clip: text;*/
    -webkit-background-clip: text; }
@media screen and (max-width: 480px){
    .social-links{ padding-top: 21px; padding-right: 14px; }
    .mobile-fix-advert{ width: 192px; }
    .mobile-fix-advert-desc{ width: 175px; }
}
@media screen and (max-width: 375px){
    .social-links{ padding-top: 21px; padding-right: 14px; }
    .mobile-fix-advert{ width: 192px; }
    .mobile-fix-advert-desc{ width: 158px; }
}
@media screen and (min-width: 360px) and (max-width: 374px){
    .social-links{ padding-top: 21px; padding-right: 14px; }
    .mobile-fix-advert{ width: 192px; }
    .mobile-fix-advert-desc{ width: 148px; }
}
@media screen and (min-width: 376px) and (max-width: 386px){
    .social-links{ padding-top: 21px; padding-right: 14px; }
    .mobile-fix-advert{ width: 192px; }
    .mobile-fix-advert-desc{ width: 164px; }
}
.find-accomodation-header{ line-height: 30px; text-align: center; font-size: 20px; }
.ui-datepicker{ z-index: 99999 !important; }

/*
 FlatPickr library - calendar in findAccomodation
 */

/* Custom styling for Sundays */
.dayContainer > .flatpickr-day:nth-child(7n) { color: red; }
.dayContainer > .flatpickr-day.flatpickr-disabled { color: #E8DFDF !important; }
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    height: 0;
    width: 0;
    visibility: hidden;
}
