@font-face {
  font-family: sen-bold;
  src: url(../fonts/Sen-Bold.ttf);
}
@font-face {
  font-family: sen-regular;
  src: url(../fonts/Sen-Regular.ttf);
}
body{
    background: #fff;
    font-family: sen-regular, '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: #794e2c;
}
a:hover{
    color: #794e2c;
    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%;
}

/*.sort-fix{
    overflow: hidden;
    height: 1%;
    
  border: 1px solid black;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}*/
.overflow{
    overflow: hidden;
}
.right{
    display: inline;
    float: right;
/* margin-right: 0px; */}
.left{
    display: inline;
    float: left;
}
@media all and (min-width: 1200px){
    .max-xl-w-450 {
        max-width:450px;
    }
}
.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, .btn-primary {
    background-color: #f08b1c;
    border-color: #f3ad4e;
}
.btn:hover, .btn-primary:hover {
    background-color: #f0ad4e;
    border-color: #f3df7f;
}
.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: #794e2c;
}
.pagination li.active span:hover,
.pagination li.active span,
.pagination li a:hover{
    background: #794e2c;
    border: 1px solid #794e2c;
    color: #fff;
}

header{
    /* border-bottom: 3px solid #794e2c; */
    padding: 5px 0;
    position: fixed;
    position: static;
    background: #c2bca5;
    max-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: rgb(173, 149, 122);
    background: -moz-linear-gradient(top,  rgba(173, 149, 122,1) 0%, rgba(173, 149, 112,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173, 149, 122,1)), color-stop(100%,rgba(173, 149, 112,1)));
    background: -webkit-linear-gradient(top,  rgba(173, 149, 122,1) 0%,rgba(173, 149, 112,1) 100%);
    background: -o-linear-gradient(top,  rgba(173, 149, 122,1) 0%,rgba(173, 149, 112,1) 100%);
    background: -ms-linear-gradient(top,  rgba(173, 149, 122,1) 0%,rgba(173, 149, 112,1) 100%);
    background: linear-gradient(to bottom,  #794e2cd1 0%,#794e2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794e2c', endColorstr='#6b4425',GradientType=0 );


}
header .logo{
    margin-bottom: -47px;
    margin-top: -5px;
    background: #fff;
    float: left;
    display: inline;
    padding: 0px 10px 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: 195px;
    max-width: 150%;
    margin-left: -9px;
}
@media all and (max-width: 1198px){
    header .logo img{
        width: 125px;
        margin-left: 9px;
    }
}
header .logo:hover{
    text-decoration: none;
    background: #f2f2f2;
}
header .logo-text{
    width: 220px;
    font-size: 16px;
    color: #333;
    margin: 0;
    position: absolute;
    bottom: -55px;
    left: 0;
}
header .logo-text span{
    display: block;
    font-size: 12px;
    color: #857D61;
}
.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;
}

.list-bar-desktop .dropdown-menu li a {
    color: #fff;
}
.list-bar-desktop .dropdown-menu li a:hover {
    background: #1c5583;
    color: #fff;
    text-decoration: none;
}

.list-bar-mobile {
    display: none;
    width: 100%;
    margin: 0;
    flex-direction: row;
    position: relative;
}

.list-bar-mobile .list-bar-mobile__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

@media (max-width: 767px) {
    .list-bar-mobile {
        display: flex !important;
    }
}

.dropdown-menu {
    background: #794e2c;
}
.dropdown-menu li{
    text-align: left !important;
    width: 100%;
}
.dropdown-menu li a{
    text-align: left !important;
    width: 100%;
}
.menu-footer .dropdown-menu {
    background: #101010;
}
.menu-footer .dropdown-menu a{
    color: #A4A4A4;
}
.main-menu{
    padding: 0px 0 0 0;
    margin: -10px 0px 0 35px;
    list-style-type: none;
    overflow: hidden;
    overflow: visible !important;
}
.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 #794e2c;
    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: #794e2c;
    color: #fff;
    text-decoration: none;
}
.mobile-menu{
    /*background: #fff;*/
}

@media all and (min-width: 1200px){
    .row-logo {
        margin-left: -35px;   
        margin-right: -120px;
    }
}
@media all and (max-width: 1198px){
    .main-menu li a{
        font-size: 12px;
    }
}

@media all and (min-width: 993px){
    .row-logo { 
        margin-right: -120px;
    }
    .lang-container{
        max-height: 36px;
        position: absolute;
        top: 50px;
        right: 5%;
    }
}

.container-tile h1 {
    font-size: 3.5rem;
}
h1{
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}

@media all and (max-width: 992px){

    h1{
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    header{
        height: auto;
    }
    header .logo-text{
        display: none;
    }
    header .logo span {
        font-size: 12px;
    }
    header .logo img{
        min-width: 125px;
    }
    .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){
    .main-menu li{}
    .main-menu li a {
        border-right: 0;
        line-height: 30px;
        height: 30px;
    }

}
@media only screen and (max-width: 993px) {
    .alert-container {
        display: none;
    }
    .alert-container-mobile .alert-container {
        display: block !important;
    }

    header .logo img{
    }
}
@media only screen and (min-width: 994px) {
    .alert-container {
        display: block !important;
    }
    .alert-container-mobile .alert-container {
        display: none !important;
    }
}
@media all and (max-width: 500px){
    .container-tile h1 {
        font-size: 1.75rem;
    }
    h1{
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    .footer-logo {
        display: none;
    }
    .lang-container{
        right: 20px;
        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.jpg") no-repeat 50% 0px;*/
    background: #f2f2f2;
}
main .container {
    min-width: 94%;}
main .main-bg{
    background: url("images/smrekowa-top-banner.jpg") no-repeat 0% -4px;
    height: 27rem;
    background-size: 100%;
    margin-bottom: 3rem;
}
@media all and (max-width: 1100px){
    main .main-bg{
        height: 23rem;
    }

}

@media all and (max-width: 890px){
    main .container {
        margin-left: 3%;
        margin-right: 3%;
        width: auto;
    }
    main .main-bg {
        height: 15rem;
        background-size: 120%;
    }

    .opinion-points {
        padding: 18px 15px !important;
        font-size: 25px !important;
    }

    footer {
        padding-left: 1.3em !important;
        padding-right: 1.3em !important;
        padding-top: 5.5em !important;
    }

    .footer-contact-info {
        text-align: left !important;
    }
}
@media all and (max-width: 550px){
    main .container {
        margin-left: 1%;
        margin-right: 1%;
    }
    main .main-bg{
        height: 13rem;
    background-size: 130%;
    }  
}
@media all and (max-width: 400px){
    main .main-bg{
        height: 10rem;
        background-size: 140%;
    }  
}
h1, h2, h3, h4 {
    font-family: sen-bold;
}
h3, h4, h5 {
    font-family: sen-regular;
}
.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 {
    background-color: #f8f8f8;
    color: #64625c;
    /*background: url("images/footer-bg4-blue.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;
    padding-left: 3.7%;
    padding-right: 3.7%;
    padding-top: 1.3em;
}
footer a {
    color: #64625c;
}
footer a:focus,
footer a:hover {
    color: orange;
    text-decoration: none;
}
footer .subfooter {
    background: #f8f8f8;
    margin-top: 15px;
    padding-left: 20px;
    padding-top: 10px;
    padding-top: 10px;
    padding: 20px 0 20px 10px;
    font-size: 13px;
    color: #64625c;
}
footer .footer-logo img {
    margin-left: auto !important;
}
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;
margin-bottom: 1em;display: block;}
.go-top span{
    color: black;
}
.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: #794e2c;
    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;
    margin-bottom: 10px;
}
.filters{
    margin-bottom: 10px;
}
.filters-title{
    padding: 10px;
    background: #794e2c;
    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: #794e2c;
}
.tile-anchor:hover img{}
.tile-anchor .tile-price{
    background: #794e2c;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding: 8px 8px;
    font-weight: bold;
    font-size: 18px;
}

@media all and (min-width: 1200px){
.tile-anchor .tile-price{
    font-size: 22px;
}

}
.tile-anchor .tile-price span{
    font-size: 11px;
}
.tile-price-for-sale {
    display: inline-block;
    background: #49475d;
    color: #fff;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding: 8px 8px;
    font-weight: bold;
    margin-top: 10px;
    width: 138px;
    margin-right: 0;
}
.for-sale-row .carousel-inner img {
    width: 100%;
}
.tile-anchor .tile-facilities{
/*    position: absolute;
    bottom: 73px;
    right: 0px;
    max-width: 140px;*/
    margin-top: 0.5rem;
}
.object-row .tile-facilities {
/*    position: absolute;
    bottom: 3px;*/
}
.object-row .tile-facilities .icon-facility {
    margin-top: 0.5rem;
}
.tile-anchor .tile-opinion{
/*    position: absolute;
    right: 0;
    bottom: 100px;*/
    margin-top: 0.2rem;
    min-width: 85px;
    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;
}
.object-row.container-tile .tile-top{
    /*height: 174px;*/
    min-height: 270px;
}
/*.container-tile .tile-top img{
   max-height: 198px;
}*/
.container-tile .tile-info{
    font-size: 12px;
    padding-top: 8px;
    padding-right: 0px;
}

@media all and (min-width: 600px){
    .container-tile .tile-info{
        font-size: 14px;
}
}

@media all and (min-width: 400px){
    .container-tile .tile-info{
        padding-right: 20%;
    }
}
@media all and (min-width: 1199px){
    .container-tile .tile-info{
        padding-right: 30%;
    }
}
    .container-tile .tile-bottom{
    padding: 0 10px 10px;
    height: 76px;
    }

@media all and (min-width: 1024px) and (max-width: 1198px){
    .container-tile .tile-bottom {
        height: 125px;
}
}
@media all and (min-width: 370px)  and (max-width: 500px){
    .container-tile .tile-bottom {
        height: 125px;
    }
}
.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;
}

.object-row .tile-desc {
    text-overflow: ellipsis;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 75%;
}
.container-tile-complex{}
.tile-anchor-complex:hover .mask{
    height: 60px;
}
.container-tile-complex .tile-bottom{
    min-height: 60px;
}

    .object-row  .tile-top .item img {
        width: 100% !important;
    }
@media all and (min-width: 1600px) {
    .container-tile.container-tile-complex .tile-top img {
        max-width: 110%;
        width: 400px;
        /* Calculate the aspect ratio for your image */
        --aspect-ratio: calc(var(--image-width) / var(--image-height));
        /* Set the new max-height based on the aspect ratio and available width */
        max-height: calc(100vw / var(--aspect-ratio));
    }
}
@media all and (min-width: 1090px) {
    .container-tile.container-tile-complex .tile-top img {
         /*padding-right: 0;*/
    }
}

@media all and (min-width: 992px) {
    .container-tile.container-tile-complex .tile-top img {
        /*padding-right:1.2rem;*/
    }
}
@media all and (max-width: 767px) {
    .container-tile.container-tile-complex .tile-top img {
        max-width: 110%;
        width: 550px;
        /* Calculate the aspect ratio for your image */
        --aspect-ratio: calc(var(--image-width) / var(--image-height));
        /* Set the new max-height based on the aspect ratio and available width */
        max-height: calc(100vw / var(--aspect-ratio));
    }
}

@media all and (max-width: 630px) {
    .container-tile.container-tile-complex .tile-top img {
        max-width: 440px;
        width: 110%;
    }
}
@media all and (max-width: 470px) {
    .container-tile.container-tile-complex .tile-top img {
        /*padding-right: 2rem;*/
    }
}
@media all and (max-width: 400px) {
    .container-tile.container-tile-complex .tile-top img {
        max-width: 300px;
        width: 100%;
        /*padding-right: 1rem;*/
    }
}
.complex-description,
.complex-description span{
    font-family: sen-regular, 'Open Sans', sans-serif;
    /*font-family: 'Open Sans' !important;*/
    font-size: 1.0em !important;
}
.complex-list-border{
    border-top: 5px solid #C2BA9E;
}
.tile-for-sale.tile-anchor .tile-price,
.tile-price-for-sale,
.tile-for-sale.tile-anchor .tile-opinion{
    background: #04a9f4;
}
.tile-for-sale.tile-anchor .tile-price,
.tile-price-for-sale {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tile-for-sale.tile-anchor .tile-name {
    color:  #04a9f4;
}
.details-for-sale-title {
    background: #04a9f4;
    color: #fff;
    margin: -10px -20px 0;
    padding: 10px 0;
}
.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: #794e2c;
    color: #fff;
}
.list-bar-mobile .label-text{
    font-size: 1.25rem;
    margin-left: 0.5rem;
}

.list-bar-mobile .glyphicon{
    font-size: 1.75rem;
    vertical-align: middle;
}
.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: #794e2c;
    border: 1px solid #794e2c;
    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: #794e2c;
}
#js-toggle-map span{
    display: inline;
    float: left;
    line-height: 34px;
    color: white;
    }
#js-toggle-map #js-toggle-map-text{
    font-size: 13px;
    text-wrap: none;
    margin-left: 5px;
color: #fff;}
.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;*/
}
@media all and (min-width: 1201px) {
    .tile-top .carousel {
        padding-right: 1rem;
    }
}
@media all and (max-width: 12000px) {
    .tile-top .carousel {
        padding-right: 2rem;
    }
}
@media all and (max-width: 990px) {
    .tile-top .carousel {
        padding-right: 1.5rem;
    }
}

@media all and (max-width: 880px) {
    .tile-top .carousel {
        padding-right: 17%;
    }
}
@media all and (max-width: 768px) {
    .tile-top .carousel {
        padding-right: 0;
    }
}
.carousel-inner > .item{
    /*min-height: 500px;*/
    height: auto;
}
.carousel-inner > .item.left{
    float: none;
}
/*@media all and (max-width: 1200px) {
    .carousel-inner > .item{
        min-height: 465px;
    }
}
@media all and (max-width: 991px) {
    .carousel-inner > .item{
        min-height: 480px;
    }
}
@media all and (max-width: 770px) {
    .carousel-inner > .item{
        min-height: 0px;
        height: auto;
        max-height: 480px;
    }
}*/
.carousel-inner > .item > img {
    margin: 0 auto;
    width: -webkit-fill-available;
}
.details-carousel-indicators{
    position: static;
    width: 100%;
    z-index: 0;
    margin: 0;
    display: block;
}
.details-carousel-indicators li{
    background: none;
    width: 84px;
    height: 57px;
    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: sen-regular, '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;
}
.promo-label span{
 width:115%;   
 display:block;
 padding-top:0.25rem;
}
@media (max-width: 767px) {
    .promo-label span{
        width:100%;   
    }
    .listing-specification {
        padding-left: 0px;
    }
}

.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 #794e2c;
    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;
}
.block-contact address {
    font-size: 1.75rem;
}
.block-contact address .font-16{
    font-size: 1.5rem;
    margin-left:0.5rem;
}

.left-contact-block {}
.left-contact-block .contact-block__content {
    padding-top: 2px;
}
.left-contact-block .contact-block__payment-title {
    color: #794e2c;
    font-size: 1.6rem;
}
.left-contact-block address {
    font-size: 1.3rem;
}
.left-contact-block .contact-block__title {
    font-size: 1.6rem;
    font-family: sen-bold, sans-serif;
}

.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;
}
.map-legend img {
    width: 1.5rem;
    height: 1.5rem;
}
.newsletter-container{
    background: #794e2c;
}
.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: 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 {
    position: absolute;
    right: 5px;

    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;
}
@media all and (max-width: 767px){

    .opinion-points-title{
        margin-top: 10px;
        font-size: 18px !important;
        line-height: 18px;
    }
}
.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-details .object-row .tile-top .item img {
    margin-left: 0px;
    padding-right: 20px;
}
.map-details .add-to-comparison {
    margin-left: 55%;
}
.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: sen-bold, "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: #794e2c;
    font-size: 12px;
    display: block;
}
.map-popup-container  img{
    width: 100%;
}

.fb-page {
    margin-bottom: 40px;
}

.fb-page-s {
    margin-lefT: auto;
    margin-right: auto;
    width: max-content;
    display: block !important;
}
@media all and (min-width: 1400px){
    .fb-page-l {
        display:block !important;
        margin-lefT: auto;
        margin-right: auto;
        width: max-content;
        
    }
    .fb-page-s, .fb-page-xl {
        display:none !important;
    }
}
@media all and (min-width: 1700px){
    .fb-page-l {
        display:block !important;
        
    }
}
@media all and (min-width: 1850px){
    .fb-page-xl {
        display:block !important;
        margin-lefT: auto;
        margin-right: auto;
        width: max-content;
        
    }
    .fb-page-s, .fb-page-l {
        display:none !important;
    }
}
@media all and (min-width: 1850px){
    .fb-page-xl {
        display:block !important;
        
    }
}
.fb-page span{
    width: 100%;
}
.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% !important;
}
#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%;
}
.bon-turystyczny {
    margin:
    auto;
    width:100%;
}
.static-100 img{
    width:100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* datepicker styles */
.ui-datepicker a{
    color: #001628;
    
}
.ui-datepicker .ui-datepicker-today{
    font-weight: bold;
    background-color: #accae9;
    color: #fff;
    
}
.ui-datepicker .ui-datepicker-today a{
    color: #fff;
    
}
.ui-datepicker tr td.ui-datepicker-week-end:last-child a{
    color: #794e2c;
}

/*------------------------------------------------------------------------------ read more */
.morecontent .morecontent-html {
  display: none;
}

@media all and (min-width: 992px){
    .morecontent .morecontent-html {
        margin-left: 30rem;
    }
}

.morelink {
  /* display: block; */
  margin-bottom: 1rem;
  /* margin-left: 20%; */
  min-width: 15rem;
}
/*------------------------------------------------------------------- end read more */
/*------------------------------------------------------------------------------ account */
.login-remind{
    font-size: 12px;
}
.login-error .alert{
    padding: 2px 5px 1px;
    margin: 0 0;
    font-size: 12px;
}
.danger-text{
    background: red;
    color: #fff;
    padding: 3px 10px;
}
/* filter modal */
.filters button.close{
    color: white;
    font-size: 4rem;
    font-weight: 200;
    line-height: 2rem;
}
/* end filter modal */
#modal-map-close {
    position: absolute;
    margin-top: -6rem;
    right: 2rem;
}

/*------------------------------------------------------------------- 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;
}
.stepwizard .btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.stepwizard .btn-primary{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.stepwizard .btn-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#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;
}
.fb-login-custom {
    display: none;
}
/*------------------------------------------------------------------- end login popup */
.per-page-select-top{
    margin: 0px 0px 10px;
}
.nearest-backlink{
    line-height: 32px;
}
.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;
}
.prices-description{
    font-size: 11px;
}
.booking-message-container{
    line-height: 26px;
    /*margin-left: 12px;*/
    float: left;
}
.bc-banner{
    position: relative;
    color: #2072b2;
    margin: 4px 0;
    opacity: 0;
    animation: bcBannerAnimation 0s 4s forwards;
}
@keyframes bcBannerAnimation {
    to { opacity: 1; }
}

.block-gallery {
  /*min-height: 100vh;*/
  margin: 0 auto;
}
.slider-gallery {
    height: 100%;
    min-height: 1px;
    /*margin-bottom: 8px;*/
}

.slider-gallery .slide,
.slider-thumbs .slide {
  /*min-height: 10rem;*/
  /*border: 6px solid salmon;*/
}
.slider-gallery .slide {
    margin-bottom: 2rem;
  /*min-height: 28rem;*/
  /*border-color: lightgreen;*/
}
.slider-thumbs .slick-slide {
    background-color: #333;
}
.slider-thumbs .slick-slide img{
    /*margin: 4px;*/
    opacity: 0.7;
    background-color: black;
}

.slider-thumbs .slick-current img {
    opacity: 1;
}
.slider-thumbs .slick-current .slide {
}
.slick-center {
    /*border: 2px solid orange;*/
}
.slick-prev:before {
  color: grey !important;
}
.slick-next:before {
  color: grey !important;
}
.slider-thumbs {
    max-width: 90%;
    margin-left: 5%;
}
.slick-slide {margin-right: 10px;}

@media all and (max-width: 470px){
    .slick-dots li { 
        margin: 0px !important;
    }
}

@media all and (max-width: 375px){
    .slick-dots { 
        /*bottom: 0px !important;*/
    }
    .slick-dots li {
        width: 10px !important;
    }
}
@media all and (max-width: 992px){ 
    #google_translate_element {
        position:absolute;
        top: 0rem;
        right:1%;
        z-index:1001;
    }
}




/*------------------------------------------------------------------------------ read more */
.morecontent .morecontent-html {
  display: none;
}

@media all and (min-width: 992px){
    .morecontent .morecontent-html {
        margin-left: 30rem;
    }
}

.morelink {
  /* display: block; */
  margin-bottom: 1rem;
  /* margin-left: 20%; */
  min-width: 15rem;
}
/*------------------------------------------------------------------- end login popup */

/*$('iframe[src*="https://web.face"]').css('max-width','70%');*/

/*iframe[src*="https://web.face"] {
    max-width:80%;
}*/
.booking-badge-top {
    margin-top: 0px;
    text-align: right;
    top: -60px;
    position: relative;
    max-height:20px;
}

@media all and (max-width: 520px){
    .booking-badge-top {
        top: -50px;
        position: relative;
        max-height:30px;
    }
}

.booking-badge-footer {
    text-align: right;
}

.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;
    padding: 20px;
}