/*about-us.css*/
@media screen and (max-width:780px){
    #projectAbout .isotope{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #projectAbout.content .about ul li{
        position: relative !important;
        -webkit-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important;
        display: inline !important;
    }
    #projectAbout.content .about p{
        width:100% !important;
        margin-right:0;
    }
    #projectAbout.content{
        padding:20px 10px;
    }
}
#projectAbout.content .about p{
    width:450px;
    margin-right:0;
}
#projectAbout.content .about ul li p{
    width:100%;
}
#projectAbout .isotope{
    min-height:410px !important;
    height:auto;
}
@media screen and (max-width:500px){
    #projectAbout.content h1{
        font-size:35px;
        text-align: center;
    }
}

/*online-payment.css*/

#projectPayment.content .annotation {
    position: static;
    left:0;
    bottom:0;
    width: 400px;
}
#projectPayment .content-con{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width:960px){
    #projectPayment .content-con{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #projectPayment.content .lb,#projectPayment.content .annotation{
        width:100%;
    }
    #projectPayment.content .lb{
        margin-bottom:20px;
    }
    #projectPayment .check-markered-list{
        margin-left:0;
    }
}
@media screen and (max-width:600px){
    #projectPayment.content .lb .code p input{
        display: block;
        width:100%;
        margin-bottom:15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectPayment.content .lb .code p button, #projectPayment.content .lb .code p .button{
        display: block;
        margin:0 auto;
    }
    #projectPayment.content h1{
        text-align: center;
        font-size:35px;
    }
}
@media screen and (max-width:500px){
    #projectPayment.content .annotation li{
        font-size:17px;
    }
    #projectPayment.content{
        padding:20px;
    }
}

/*quick-quotes.css*/
#projectQuote .accomo-con > div{
    width: 49%;
    position: relative;
    margin: 0 7px 10px 0;
}
#projectQuote .accomo-con > div > span{
    position: absolute;
    right: 18px;
    top: 8px;
    width: 25px;
    height: 25px;
    z-index: 100;
    border-radius: 50%;
    background: #fff;
    color: #253c4c;
    font-family: serif;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
}
#projectQuote .quick-con>div{
    width:100%;
    margin-bottom:35px;
}
#projectQuote .chosen{
    display: none;
    margin-top:30px;
}
#projectQuote .quick-con{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width:100% !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
#projectQuote .single span{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    z-index: 100;
    border-radius: 50%;
    background:#fff;
    color:#253c4c;
    font-family: serif;
    text-align: center;
    line-height: 25px;
    font-size:20px;
    cursor: pointer;
}
#projectQuote .day-activities>div{
    display: inline-block;
    position: relative;
}
#projectQuote .day-activities>div>span{
    position: absolute;
    right:18px;
    top:8px;
    width: 25px;
    height: 25px;
    z-index: 100;
    border-radius: 50%;
    background:#fff;
    color:#253c4c;
    font-family: serif;
    text-align: center;
    line-height: 25px;
    font-size:20px;
    cursor: pointer;
}
@media(max-width: 500px){
    #projectQuote .day-activities>div>span{
        right:10px;
        top:8px;
        width: 42px;
        height: 42px;
        font-size: 33px;
        line-height: 38px;
    }
}

#projectQuote .single h3:nth-child(2),
#projectQuote .double h3:nth-child(2){
    z-index:55;
}
div.popup_quote{
    max-width: 600px;
    /*max-height: 650px;*/
    overflow-y: auto;
    width: 100%;
    padding: 15px;
    border-radius: 11px;
}
#projectQuote .get{
    border-bottom:none !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}
div.popup_quote h2{
    margin: 0 -15px;
    background: white;
    color: black;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 22px;
    font-family:Rockwell;
}
div.popup_quote .img_popup img{
    display: block;
    margin:15px auto;
    max-width: 250px;
}
div.popup_quote .img_popup img{}

div.popup_quote p{
    margin-bottom:10px;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.5;

}
div.popup_quote a{
    background-color: #01383b;
    color: #fff;
    display: block;
    width:auto;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 800;
    margin: 20px -15px -15px;
    transition: all .3s linear;
}
div.popup_quote a:hover{
    background-color: #01383b;
}

div.popup_quote .price{
    /*min-height: 100px;*/
    position: absolute;
    right: 0px;
    top: 90px;
    min-width: 180px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    background-color: #01383b;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0 50%);
}
div.popup_quote .price p{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

div.popup_quote .price span{
    font-size: 35px;
    font-weight: 800;
    color: #fff;
}



#pricepp{
    z-index:22;
    margin:0 !important;
    left:15px;
    top:50% !important;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
#projectQuote div.checker,
#projectQuote div.checker span,
#projectQuote div.checker input,
#projectQuote div.radio,
#projectQuote div.radio span,
#projectQuote div.radio input{
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 11;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
}
#projectQuote .single:before,
#projectQuote .double:before{
    content: "\2713";
    position: absolute;
    left:0;
    top: 0;
    width:100%;
    height:100%;
    /*background: url(../img/list_opacity.png) repeat;*/
    background:rgba(33, 62, 78, .75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size:120px;
    cursor: pointer;
    z-index:2;
    opacity: 0;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}
#projectQuote .single.checked:before,
#projectQuote .double.checked:before{
    opacity:1;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}
#projectQuote .single.checked,
#projectQuote .double.checked{
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}
#projectQuote .kvadrat{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#projectQuote .single h3,
#projectQuote .double h3{
    position:absolute;
    bottom: 0;
    display: block;
    width:100%;
    /*background: url(../img/list_opacity_wit.png) repeat;*/
    background:rgba(33, 62, 78, .75);
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    padding:7px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
}
#projectQuote .inform p input.data{
    width:135px;
    margin-left:5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:800px){
    #projectQuote .quick-con>div{
        width:100%;
        margin-bottom:30px;
    }
    #projectQuote .quick-con>div:last-child{
        margin-bottom:10px;
    }
}

@media screen and (max-width:500px) {
    #projectQuote.collect h2{
        text-align: center;
        font-size:35px;
    }
    #projectQuote.collect{
        margin:20px 10px;
    }
    #projectQuote.collect ul li h3{
        font-size:17px;
    }
    #pricepp{
        z-index:22;
        width:80px;
        top:20% !important;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
    #pricepp > span{
        font-size:24px;
        margin-top:0;
        line-height:20px;
        text-align: center;

    }
    #pricepp > i{
        font-size:20px;
    }
}

@media screen and (max-width:1050px){
    #projectQuote .day-activities{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width:500px){
    #projectQuote .content h1,
    #projectQuote .content .lb h4{
        font-size:35px;
        text-align: center;
    }
    #projectQuote .content{
        padding:20px 10px;
    }
    #projectQuote .inform h3{
        font-size:26px;
    }
    #projectQuote .chosen .single{
        width:calc(50% - 5px);
    }
    #projectQuote .inform p textarea{
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectQuote .inform p input.name,
    #projectQuote .inform p input.lastname,
    #projectQuote .inform p input.email,
    #projectQuote .inform p input.phone{
        display: block;
        margin:10px 0;
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectQuote .inform .captcha img{
        max-width:100px;
    }
    #projectQuote .inform p input.key{
        margin-bottom:12px;
    }
    #projectQuote .inform{
        padding:20px 10px !important;
    }
    #projectQuote .list>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    div.popup_quote .img_popup img{
        margin: 15px 0;
        max-width: 210px;
        width: 100%;
    }
    div.popup_quote .price {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    div.popup_quote .price span{
        font-size: 30px;
    }
    div.popup_quote p{
        font-size: 12px;
    }
    div.popup_quote .price{
        top: 130px;
        min-width: auto;
    }
}
@media screen and (max-width:930px){
    #projectQuote .inform{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding:20px;
    }
    #projectQuote .inform>div{
        margin:0 0 20px 0;
    }
}
#projectQuote .noClick{
    background-size:cover;
    background-repeat:no-repeat;
}
#projectQuote .inform p input.data{
    width:135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:5px;
}
#projectQuote .double{
    width:100%;
    background-size: cover;
}
#projectQuote .accomo-con{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width:780px){
    #projectQuote .double{
        width:100%;
    }
    #projectQuote .accomo-con > div{
        width: 100%;
        position: relative;
        margin: 0 0px 10px 0;
    }
    #projectQuote .accomo-con{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #projectQuote .list{
        margin:20px 10px;
    }
}
@media screen and (max-width:550px){
    #projectQuote .single:before,
    #projectQuote .double:before{
        line-height:200px !important;
        font-size:100px;
    }
    #projectQuote .single h3,
    #projectQuote .double h3{
        font-size:13px !important;
        text-align: center;
        padding:3px 10px;
    }
    #projectQuote .kvadrat a.single{
        width:47vw !important;
        margin-right:0;
    }
    #projectQuote .kvadrat{
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}
@media screen and (max-width:450px){
    #projectQuote .single:before,
    #projectQuote .double:before{
        line-height:150px !important;
        font-size:80px !important;
    }
    #projectQuote .single h3,
    #projectQuote .double h3{
        font-size:12px !important;
        text-align: center;
        padding:3px 10px;
    }
    #projectQuote .day-activities>div>span{
        right:6px !important;
        top:6px !important;
    }
    #projectQuote .get {
        border-bottom: none !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
        padding: 10px!important;
    }

}
@media screen and (max-width:335px){
    #projectQuote .single:before,
    #projectQuote .double:before{
        line-height:135px !important;
    }
    #projectQuote .single h3,
    #projectQuote .double h3{
        font-size:10px !important;
        text-align: center;
    }
}
@media screen and (min-width:550px){
    #projectQuote .single.checked:hover:before,
    #projectQuote .double.checked:hover:before{
        -webkit-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
        content: '✖';
    }
    #projectQuote .single:hover:before,
    #projectQuote .double:hover:before{
        opacity: 1;
        -webkit-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
    }
    #projectQuote .chosen .single.checked:hover:before,
    #projectQuote .chosen .double.checked:hover:before{
        -webkit-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
        content: "\2713";
    }

}

/*booking-process.css*/
#projectProcess.content .about p{
    margin-right:0;
    width:470px;
}
#projectProcess .clear{
    height:300px;
}
@media screen and (max-width:600px){
    #projectProcess.content .about p{
        width:100%;
    }
    #projectProcess.content{
        padding:20px 10px;
    }
    #projectProcess.content h1{
        font-size:35px;
        text-align: center;
    }
    #projectProcess .clear{
        height:880px;
    }
}


/*eating.css*/
@media screen and (max-width:1050px){
    #projectEating.content .info{
        margin-right:0;
    }
}
@media screen and (max-width:720px){
    #projectEating .button-group > .button{
        margin-bottom:10px;
    }
    #projectEating.content h1{
        text-align: center;
        font-size:35px;
    }
}
@media screen and (max-width:600px){
    #projectEating.content .info > div img{
        width:100% !important;
        height:auto !important;
        margin-right:0 !important;
    }
    #projectEating.content{
        padding:20px 10px;
    }
    #projectEating .button-group > .button{
        font-size:13px;
    }
}

/*contact-us.css*/
#projectContact.content .about> p{
    margin-right:0;
    width:470px;
}
#projectContact.content .contacts li h3{
    font-weight:600 !important;
}
#projectContact.content .contacts li h3, #projectContact.content .contacts li p{
    color: #000000 !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 0 !important;
    margin: 0 !important;
}
#projectContact.content .contacts li{
    margin: 0 0 17px !important;
}
#projectContact .contacts{
    vertical-align: top !important;
    display: block !important;
    margin-top:0 !important;
    width: 230px !important;
}
#projectContact .about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:880px){
    #projectContact .contacts{
        position: static !important;
        right: 0 !important;
        top: 0 !important;
        left:0;
        width:100% !important;
    }
    #projectContact .about{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #projectContact.content .about ul li{
        width:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #projectContact.content .about> p{
        width:100%;
    }
    #projectContact.content .form,#projectContact.content .form > div p textarea{
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectContact.content .form > div > div{
        display: block;
    }
    #projectContact.content .form > div p input{
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectContact.content .about ul li p br{
        display: none;
    }
}
@media screen and (max-width:500px){
    #projectContact.content{
        padding:20px 10px;
    }
    #projectContact.content h1{
        text-align: center;
        font-size:35px;
    }
}


/*policy.css*/

#projectPolicy.content .about.terms p, #projectPolicy.content .about.policy p{
    width:670px;
    margin-right:0;
}
@media screen and (max-width:750px){
    #projectPolicy.content .about.terms p, #projectPolicy.content .about.policy p{
        width:100%;
    }
}
@media screen and (max-width:500px){
    #projectPolicy.content{
        padding:20px 10px;
    }
    #projectPolicy.content h1{
        text-align: center;
        font-size:35px;
    }
}


/*for-agencies.css*/
#projectAgencis.content .about p{
    width:470px;
    margin-right:0;
}
@media screen and (max-width:600px){
    #projectAgencis.content .about p{
        width:100%;
    }
    #projectAgencis.content{
        padding:20px 10px;
    }
    #projectAgencis.content h1{
        text-align: center;
        font-size:35px;
    }
}

/*terms*/
#projectTerms.content .about.terms p, #projectTerms.content .about.policy p{
    width:670px;
    margin-right:0;
}
@media screen and (max-width:750px){
    #projectTerms.content .about.terms p, #projectTerms.content .about.policy p{
        width:100%;
        margin-right:0;
    }
}
@media screen and (max-width:550px){
    #projectTerms.content h1{
        text-align: center;
        font-size:35px;
    }
    #projectTerms.content{
        padding:20px 10px;
    }
}

/*apartments.css for activities*/
@media screen and (max-width:1050px){
    #projectApartaments.content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding:20px;
    }
    #projectApartaments .double{
        width:100%;
    }
    #projectApartaments .single{
        width:100% !important;
        background-size: cover !important;
        background-repeat:repeat !important;
    }
    #projectApartaments.content .lb,
    #projectApartaments.content .rb{
        width:48%;
        margin:0;
    }
    #projectApartaments.content .rb div{
        background-repeat:repeat !important;
    }
    #projectApartaments .list>div{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media screen and (max-width:700px){
    #projectApartaments.content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #projectApartaments.content .lb,
    #projectApartaments.content .rb{
        width:100%;
    }
    #projectApartaments .single{
          width:48% !important;
          background-size:cover !important;
          background-repeat:repeat !important;
      }
}
@media screen and (max-width:500px){
    #projectApartaments.content h1,
    #projectApartaments.content .lb h4{
        font-size:35px;
        text-align: center;
    }
    #projectApartaments .single,
    #projectApartaments .double{
        margin-right:0;
    }
    #projectApartaments.content{
        padding:20px 10px;
    }
    #projectApartaments .inform h3{
        font-size:26px;
    }
    #projectApartaments .inform p textarea{
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectApartaments .inform p input.name,
    #projectApartaments .inform p input.lastname,
    #projectApartaments .inform p input.email,
    #projectApartaments .inform p input.phone{
        display: block;
        margin:10px 0;
        width:100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #projectApartaments .inform .captcha img{
        max-width:100px;
    }
    #projectApartaments .inform p input.key{
        margin-bottom:12px;
    }
    #projectApartaments .inform{
        padding:20px 10px !important;
    }
    #projectApartaments .list>div{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media screen and (max-width:930px){
    #projectApartaments .inform{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding:20px;
    }
    #projectApartaments .inform>div{
        margin:0 0 20px 0;
    }
}
#projectApartaments .noClick{
    background-size:cover;
    background-repeat:no-repeat;
}
#projectApartaments .inform p input.data{
    width:135px;
    box-sizing: border-box;
    margin-left:5px;
}

/*accommodation.css*/

#projectAccommodation .double{
    width:49%;
    background-size: cover;
}
#projectAccommodation .accomo-con{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width:780px){
    #projectAccommodation .double{
        width:100%;
    }
    #projectAccommodation .accomo-con{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #projectAccommodation .list{
        margin:20px 10px;
    }
}