@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *::after, *::before {margin:0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em){/*1281px*/
  html{font-size: 62.5%;}
}
body{
  font-family: 'Fira Sans', sans-serif;
   font-weight: 300;
   line-height: 1.6;
   color: #333333;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   font-size:1.6rem;
}
.dtpick.err{border-color: #d60842}
body.no-scroll{
  overflow: hidden;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
audio,canvas,progress,video{
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]){
  display:none;
  height:0;
}
[hidden],template{
  display:none;
}
a,a:active,a:hover,a:focus{
  outline:none;
}
abbr[title]{
  border-bottom:1px dotted;
}
b,strong{
  font-weight:500;
}
dfn{
  font-style:italic;
}

mark{
  background:#ff0;
  color:#000;
}
small{
  font-size:80%;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup{
  top:-0.5em;
}
sub{
  bottom:-0.25em;
}
img{
  border:0;
  max-width:100%;
}
svg:not(:root){
  overflow:hidden;
}
figure{
  margin:1em 40px;
}
hr{
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
  margin-top:30px;
  margin-bottom:35px;
  border-width:0;
  border-top:1px solid #E1E1E1;
}
pre{
  overflow:auto;
}
code,kbd,pre,samp{
  font-family:monospace,monospace;
  font-size:1em;
}
button,input,optgroup,select,textarea{
  color:inherit;
  font:inherit;
  margin:0;
}
button{
  overflow:visible;
}
button,select{
  text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
  -webkit-appearance:button;
  cursor:pointer;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline:none;
}
button[disabled],html input[disabled]{
  cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
  border:0;
  padding:0;
}
input{
  line-height:normal;
}

input[type="checkbox"],input[type="radio"]{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  padding:0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
  height:auto;
}
input[type="search"]{
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
  }
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  border:0;
  padding:0;
}
textarea{
  overflow:auto;
}
optgroup{
  font-weight:bold;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  padding:0;
}
/*-------- STYLE FOR HEADINGS--------*/


h1,h2,h3,h4,h5,h6{
  font-weight: 400;
  margin-bottom: 2rem;
}
h1 {
  font-size:4rem;
  line-height:1.5;
  margin-bottom: 4rem;
}
/*-------END STYLE FOR HEADINGS-----*/

.container-max{
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.container-lg{
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
}
@media only screen and (min-width: 37.5625em){/*601px*/
  .container-lg{
    padding: 0 4rem;
  }
}
.container::after, .row::after, .u-cf {
    content: "";
    display: table;
    clear: both;
}
.row{
  display:block;
  float:left;
  width:100%;
  position:relative;
}
.clearfix {
  clear: both;
  display: block;
  width: 100%;
}

a {color: inherit;text-decoration: none;-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
strong{font-weight: 700;}
p{margin-bottom: 2rem;}
ul{padding-left: 4rem;}
.none{display: none;}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #767676;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}

/*-------------DOCUMENTS------------*/
.docs-list{
  float:left;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.docs-list ul{
  list-style:none;
  float:left;
  width: 100%;
  padding-left: 0;
}
.docs-list ul li{
  background: url(../images/doc-icon.svg) no-repeat left center transparent;
  padding: 10px 0 10px 35px;
  display: block;
  font-weight: 400;
  float: left;
  margin-right: 40px;
}
.docs-list ul li a{
  line-height: 18px;
}
/*---------------END DOCUMENTS----------*/
/*----------BREADCRUMBS---------*/
.bread-crumbs ul{
    list-style:none;
    float:left;
    padding-left: 0;
}
.bread-crumbs ul li{
    float:left;
    font-size: 14px;
}
.bread-crumbs ul li a{
    color:#363636;
}
.bread-crumbs ul li a:hover{
    color:#f47321;
}
.bread-crumbs ul li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs ul li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/*---------------END BREADCRUMBS----------*/
/*--------------COOKIES-------------*/
.cookie-container {
  background:#333;
  bottom: 0;
  display: block;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
}
.cookie-container span {
  font-weight: 400;
  text-transform: uppercase;
}
.cookie-container p{
  margin: 0;
  color:#fff;
}
.cookie-container a{
  text-transform: uppercase;
  color:#fff;
  background-color:#0463ee;
  padding:10px 5px;
  font-size:14px;
  font-weight: 500;
  border-radius:5px;
  margin-left:5px;
}
.cookie-container a:hover{
  background-color: #0463ee;
}
/*--------------END COOKIES-------------*/

/*ELEMENTS*/



.flex-row-start{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-row-start-center{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row-center{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row-center-evenly{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-row-sb{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-row-center-stretch{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list{
  list-style: none;
  padding:0;
}

.list a{
  display:block;
}

.orange{
  background-color: #0463ee;
}

.center{
  text-align: center;
}

.upper{
  text-transform: uppercase;
}

/*HEADER*/







/* .main-menu li:hover .sub-menu {
  top:35px;
  visibility: visible;
  opacity: 1;
} */

/*HOME CATEGORIES*/



.col-50{
  width:50%;
}

.col-33{
  width:calc(100% / 3);
}




.space-first{
  margin:30px 0 0 0;
}

/*CONTACT SLIDER*/


/*CATEGORY NAVIGATION*/
.categories-wrapper{
  margin: 5rem 0;
}
.category-nav{
  display: none;
  margin-top: 2rem;
  
}

.category-toggle{
  display:block;
  width: 100%;
  padding: 1rem;
  text-transform: uppercase;
  background: url('../images/svg/toggle.svg') no-repeat center right 5px;
  background-size: 3rem;
  text-align: left;
  color: #fff;
  background-color: #0463ee;
}

.category-nav a{
  width:100%;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: transparent;
  text-align:center;
  color: #333;

}
.category-nav a:last-child{
  border-bottom: 1px solid #d9d9d9;
}


.category-nav a:hover,
.category-nav a.active-category{
  color: #fff;
  background-color: #0463ee;
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .category-toggle{
    display:none;
  }
  .category-nav{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            margin-top: 0;
  }
  .category-nav a{
    width:calc(100% / 8);
    border-bottom: 1px solid #d9d9d9;
  }
  .category-nav a:last-child{
    border-right: 1px solid #d9d9d9;
  }
}
/*HOME IMG LINK*/

.col-center{
  text-align:center;
  padding:100px 0 80px 0;
  border-bottom:2px solid #0463ee;
  border-right:2px solid #0463ee;
}

.col-50.col-center:last-child{
  border-right:none;
}


.dark-overlay{
  position:absolute;
  top:0;
  left:0;
  background-color: rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}

.img-link p{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          -ms-transform:translate(-50%, -50%);
      transform:translate(-50%, -50%);
  color:#fff;
  font-size:30px;
  font-weight:300;
  margin:0;
}

/*INFO SLIDER*/



/*HOME FILTER*/



/*GLOBE TXT*/

.globe{
  background: url('../images/svg/globe.svg') no-repeat bottom -150px left -150px;
  background-size:40%;
}

.globe h1{
  font-size: 24px;
  text-align: center;
}

/*FOOTER*/





.acc-gallery-wrapper{
  position:relative;
}

.single-accommodation{
  width:100%;
  padding:0  1rem 5rem 1rem;
}

.single-accommodation p{
  margin:5px 0;
}

.acc-gallery .slide img{
  width:100%;
}

.acc-gallery .slick-arrow{
  z-index:999999999;
}
@media only screen and (min-width: 37.5625em){/*601px*/
  .single-accommodation{
    width:calc(100% / 2);
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .single-accommodation{
    width:calc(100% / 3);
  }
}
.gallery-txt{
  position:absolute;
  left:0;
  bottom:20px;
  background-color: #0463ee;
}

.gallery-txt p{
  color:#fff;
  padding:5px 10px;
  margin:0;
}

.gallery-txt2 {
  bottom:auto;
  top: 20px; 
}

.acc-name{
  color:#0463ee;
  font-size:24px;
  display:inline-block;
  padding:20px 0;
}

.acc-list{
  margin-bottom:20px;
}

.acc-list li{
  width:50%;
}

.acc-list li:before{
  content:'» ';
  color:#0463ee;
  font-weight: 600;
}

/*PODSTRANICA GALLERY*/



/*CONTACT*/

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  margin:1rem 0 2rem 0;
  padding:.8rem;
  border:1px solid #d9d9d9;
  background-color: #fff;
  font-size:1.4rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color: #0463ee;
}
.checkbox-wrapper{
  margin:1rem 0 2rem 0;

}

@media only screen and (min-width: 50.0625em){/*801px*/ 
  .checkbox-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.check-container {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.2rem;
  margin-right:3rem;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border:1px solid #d9d9d9;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #0463ee;
  border:1px solid #0463ee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.contact-form .send-msg{
  width:50%;
  border:1px solid #0463ee;
  background: #0463ee;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding:0.5rem 0;
  color: #fff;
}

.contact-form .send-msg:hover{
  opacity: .7;
}

.contact-map{
  margin-top:5rem;
}

.tou{
  margin:2rem 0;
}

.tou-link{
  font-weight: 600;
  text-transform: uppercase;
  color:#0463ee;
}

.tou-link:hover{
  color:#0463ee;
}

/*OBJECT*/

.object h1{
  text-align:center;
  margin: 50px 0 0 0;
  color:#0463ee;
  font-size:30px;
}

.col-40{
  width:100%;
  text-align: center;
}

.col-60{
  width:100%;
  
}

.col-60 h3{
  margin:2.5rem 0 0 0;
}

.col-60 p{
  margin-top:5px;
}

.orange-border{
  border: 1px solid #0463ee;
}

.object-reservation{
  display:block;
  width:220px;
  margin:0 auto;
  border:1px solid #0463ee;
  background-color: #0463ee;
  text-align:center;
  font-size:18px;
  color:#fff;
  padding:15px 0;
  margin-top:50px;
}

.object-reservation:hover{
  background-color: #0463ee;
}

.object-reservation:hover{
  background-color:#0463ee;
  color:#fff;
}

.object-gallery{
  margin: 0;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .object-gallery{
    padding: 0 3.5rem;
  }
}
.object-gallery .slide{
  padding: 0 2rem;
}

.object-gallery .slide a{
  text-align:center;
}

.object-gallery .slick-prev.slick-arrow {
    font-size: 0;
    background: url('../images/svg/blue-arrow-left.svg') no-repeat center;
    background-size: contain;
    left:-10px;
}

.object-gallery .slick-next.slick-arrow {
  font-size: 0;
  background: url('../images/svg/blue-arrow-right.svg') no-repeat center;
  background-size: contain;
  right:-10px;
}

.object-description{
  max-width:120rem;
  width: 100%;
  margin:0 auto 5rem auto;
  padding: 5rem;
  background-color: #f8f8f8;

}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .col-40{
    width:40%;
    padding:2.5rem;

  }
  
  .col-60{
    width:60%;
    padding:2.5rem;
  }
}
/*OBJECT TABS*/

.tabs {
  width: 100%;
  text-align:center;
  margin-top:5rem;
  border-bottom: 1px solid #d9d9d9;
}
.tabs a{
  padding: 1rem 2rem;
  display: block;
  border:1px solid #d9d9d9;

  border-bottom: 1px solid #d9d9d9;
  background:#ffffff;
  color:#333;
  text-align:center;
}
.tabs a:last-child{
  border-bottom: 0;
}
.tabs a:hover, .tabs a.active-tab {
  background: #0463ee;
  color: #fff;
  border-color:#0463ee;
}
.tabs-container {
  width: 100%;
  display: none;
}
.tabs-container .col-50{
  padding:1rem;
}
.tabs-container .col-50 {
	width: 100%;
}
.amenities p{
  width:49%;
  text-align:center;
  border:1px solid #d9d9d9;
  padding: 1rem;
  margin-right:1%;
  border-radius: 1rem;
}

.amenities p:hover{
  color:#fff;
  background-color: #0463ee;
}

.tabs-container.active-tab{
  display: block;
}
.tabs-container .flex-row-sb{
  margin-top: 2rem;
}
@media only screen and (min-width: 33.75em){/*540px*/ 
  .amenities p{
    width:23%;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .tabs a{
    display: inline-block;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .tabs-container .col-50 {
    width: 50%;
  }
  .tabs-container .col-50{
    padding:3rem;
    padding-bottom: 0;
  }
  .tabs-container .flex-row-sb{
    margin-top: 0;
  }
}
/*PAGINATION*/

.pagination {
  display:block;
  text-align:center;
  margin: 5rem 0 4rem 0;
}

.pagination li{
  display:inline-block;
}

.pagination a{
  text-decoration: none;
  padding: 1rem 2rem;
  color: #333;
  border: 1px solid #d9d9d9;
}

.pagination a:hover,
.pagination a.current-page{
  color:#fff;
  border:1px solid #0463ee;
  background-color:#0463ee;
}

/*NEW CSS 20.08.2019.*/


/*RESERVATION FORM*/

.popup-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	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;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.popup-form.show{
  opacity: 1;
  visibility: visible;
}

.reservation-form{
  background-color:#fff;
  border:1px solid #000;
  max-width:76.8rem;
  width: 100%;
  padding:5rem;
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.reservation-form .send-msg{
  width:100%;
}

.reservation-form label{
  font-weight:500;
}

.wrapper-radio{
  margin-bottom: 1rem;
}

/*custom radio btn*/

.radio-wrapper{
  display: block;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  margin:1rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right:2rem;
}

.reservation-form .radio-wrapper{
  font-weight:400;
  width:100%;
}

.reservation-form .radio-wrapper span{
  float: right;
  color: #0463ee;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited{
  background-color: #0463ee !important;
  color: #ffffff !important;
}
/* Hide the browser's default radio button */
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-wrapper .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-wrapper:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-wrapper input:checked ~ .checkmark {
  background-color: #0463ee;
  border-color:#0463ee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrapper input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Style the indicator (dot/circle) */
.radio-wrapper .checkmark:after {
 	top: 5.4px;
	left: 5.4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

/*price table*/

.cart-page{
  margin:10px 0 20px 0;
}

.table_small .sum input,  .table_small .min, .table_small .plu {
  display: inline-block;
  float: none;
}
	.table, .total-price-table {
    display: table;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    font-weight: 400;
  }

.table_row, .table_row_price {
  display: table-row;
}
.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  background: #0463ee;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
}

.table_header:first-child {
  text-align: center;
}

.table_header:last-child {
}

.table_small, .table_small_price {
  display: table-cell;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  background: #0463ee;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table_row > .table_small > .table_cell {
  padding: 5px;
  color: #5b5b5b;
}

.table_row > .table_small:first-child > .table_cell {
  border-left: #000 1px solid;
  text-align: center;
}

.table_cell img{
}
.table_cell .item-title {
  padding: 1rem;
  display: inline;
  vertical-align: top;
}
.cart-page .table_small .sum input, .cart-page .table_small .min, .cart-page .table_small .plu{
  display: inline-block;
  float: none;
}
.cart-page .table_small .sum{
  float: none;
  margin: 0 auto;
  text-align: center;
}
.total-price-table{
  margin-top: 2rem;
}
.table_small_price{
  border-top: 1px solid #000;
  border-bottom: 0;
  text-align: left;
  border-right: 1px solid #000;
}
.table_small_price:first-child{
  border-left: 1px solid #000;
  border-right: 0;
}
.table_small_price .table_cell{
  padding: 1rem;
}
.table_small_price:last-child .table_cell{
  text-align: right;
}
.cell_title{
  text-transform: uppercase;
  font-weight: 500;
}
.total-price{
  background: #bddcf7;
}
.table-btn{
  width: 100%;
  display: block;
  margin-top: 1rem;
  text-align: right;
}
.btn-default{
  display: inline-block;
  padding: 1rem 3rem;
  border: 1px solid #1d6fb8;
  background-color: #1d6fb8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-default:hover{
  color: #1d6fb8;
  background-color: #fff;
}

.close-form{
  position: fixed;
  right: 2vh;
  top: 2vh;
}

.close-form img{
  width:2.5rem;
}

/*DATEPICKER*/

#reset-date{
  border: 1px solid#1d6fb8;
  background:#1d6fb8;
  margin: 0 0 2rem 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.5rem 0;
  color:#fff;
  width:100%;
}
#reset-date:hover{
  opacity: .7;
}
.checkbox-wrapper.check-me .check-container{
  width: 100%;
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .checkbox-wrapper.check-me .check-container{
    width: 21%;
  }
}



/*------------HEADER-----------*/
.header-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0463ee;
  padding: 2rem 2rem;
}
.logo img{
  width: 13rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .logo img{
      width: 15rem;
  }  
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-info{
      padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .logo img{
      width: 20rem;
  }
}
/*---------------------------------------*/
.contact-list{display: none;}
@media only screen and (min-width: 30.0625em){ /*481px*/
  .contact-list{
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .contact-list li{
      display: inline-block;
  }
  .contact-list li a{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      font-size: 1.4rem;
  }
  .contact-list li a svg{
      margin-right: 1.5rem;
  }
  .contact-list li a span{
      display: none;
  }
} 
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .contact-list li a span{
      display: inline-block;
  }
  .contact-list li{
      margin-right: 3rem;
  }
  .contact-list{
      margin-right: 2rem;
  }
}
/*------------HEADER-----------*/
.location-list li{
  display: inline-block;
}
.location-list li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: rgba(255,255,255,.2);
  border-radius: 10rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/
  .location-list li a{
      padding: 1rem 3rem; 
      font-size: 1.4rem;

  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .location-list li a{
      padding: 2rem 6rem;
  }
}
/*------------END HEADER-----------*/
/*------------SVG-----------*/
.st0{
  fill:#ffffff;
}
/*------------END SVG-----------*/
/*------------NAVIGATION-----------*/


.header-nav{
  background-color: #0463ee;
  padding:1rem 0;

  padding: 3rem 0;
}

.main-menu li{
  display:block;
  position: relative;
}

.main-menu a{
  color:#ffffff;
  display: block;
  padding: 1rem 4rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.main-menu a:hover,
.main-menu a.mslc{
  opacity: .7;
}


.main-menu li .sub-menu li{
  padding:0;
}
.main-menu li .sub-menu li, .main-menu li .sub-menu a {
  display: block;
  width: 100%;
}
.main-menu li .sub-menu a {
  color: #000;
  text-align:center;
  font-weight: 400;
  padding: 0;
  font-size: 1.4rem;
  background: #fff;
  text-transform: uppercase;
  opacity: 1;
  margin: .5rem 0;
}



.main-menu li .sub-menu li{
  padding:0;
}

.main-menu li .sub-menu a {
  color: #333333;
  text-align:center;
  padding: 1rem;
  background: #fff;
  text-transform: uppercase;
  opacity: 1;
  margin:0;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: none;
}

.main-menu li .sub-menu a:hover {
  background:#0463ee !important;
  color:#fff;
}


#toggle{
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-color: transparent;
  border: 0;
  outline: none;
}
.mobile-nav {
position: fixed;
right: 0;
top: 0;
max-width: 30rem;
width: 100%;
background-color: #0463ee;
min-height: 100vh;
height: 100%;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mobile-nav.open{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-nav .main-menu{
  padding-top: 5rem;
}
.close-toggle{
  position: absolute;
  right: 3rem;
  top: 3rem;
  color: #fff;
  font-weight: 400;
  font-size: 5rem;
  line-height: 0;
  outline: 0;
  display: block;
}
.sub-menu{
  display: none;
}
@media only screen and (min-width: 30.0625em){ /*481px*/
  #toggle{
      margin-left: 2rem;
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .header-nav{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  #toggle{
      display: none;
      
  }
  .close-toggle{
      display: none;
  }
  .mobile-nav{
      position: static;
      right: auto;
      top: auto;
      max-width: 100%;
      width: auto;
      background-color: transparent;
      min-height: 100%;
      height: auto;
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
    
  .main-menu li{
      display:inline-block;
  }
  .main-menu a{
      display: inline-block;
  }
  .sub-menu {
      position: absolute;
      top: 6rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      width: 26rem;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: block;
    
  }
  .main-menu li:hover .sub-menu {
      top:5rem;
      visibility: visible;
      opacity: 1;
  }
  .mobile-nav .main-menu{
      padding-top: 0;
  }
}
/*------------END NAVIGATION-----------*/
/*------------HOME-----------*/
/*---------------HOME FIRST TEXTS BOXES------------------*/
.header-text--container{
  max-width: 134rem;
  width: 100%;
  margin: 0 auto;
}

.four-txt{
  padding: 2rem;
  border:1px solid #d9d9d9;
  text-align: center;
}
.four-txt p{
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.four-txt:not(:last-of-type){
  border-bottom: 0;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-text--container{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .four-txt{
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border:1px solid #d9d9d9;

  }
  .four-txt:not(:last-of-type){
      border-bottom: 1px solid #d9d9d9;
  }
  
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .header-text--container{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .four-txt p{
      font-size: 1.6rem;
  }
  .four-txt:not(:last-child){margin-right: 4rem;}
}
/*---------------HOME CATEGORIES------------------*/

.accommodation {
width: 100%;
margin-bottom: .5%;
position: relative;
  overflow: hidden;
  display: block;
}



.accommodation h2 {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  bottom: 3rem;
  background-color: rgba(0,0,0,.5);
  color: #ffffff;
  padding: 2rem 3rem;
  width: auto;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 85.4375em){/*1367px*/
  .accommodation h2{
    font-size: 1.8rem;
  }
}
.accommodation img{
  width: 100%;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.accommodation:hover img{
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.accommodation:hover h2{
  background-color: rgba(4,99,238,.8);
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .home-categories--wrapper{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
  }
  .accommodation {
      width: 49.7%;
      margin-right: .5%;
  }
  .accommodation:nth-child(2n+2){
      margin-right:0;
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .accommodation {
      width: 33%;
  }
  .accommodation:nth-child(2n+2){
      margin-right:.5%;
  }
  .accommodation:nth-child(3n+3){
      margin-right:0;
  }
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .accommodation {
      width:24.62%;
  }
  .accommodation:nth-child(3n+3){
      margin-right:.5%;
  }
  .accommodation:nth-child(4n+4){
      margin-right:0;
  }
}
/*---------------HOME CONTACT SLIDER-----------------*/
.home-slider{
  padding: 10rem 0;
  width: 100%;
  position: relative;
}
.home-slider--image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-slider--image img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
}
.home-slider--overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.btn {
display: inline-block;
color: #ffffff;
background-color: rgba(255,255,255,.2);
border-radius: 10rem;
  padding: 1rem 3rem;
  font-style: 1.4rem;
}
.btn-blue {
display: inline-block;
color: #ffffff;
background-color: rgba(4,99,238,.6);
border-radius: 10rem;
padding: 1rem 3rem;
}
.btn-blue:hover{
background-color: rgba(4,99,238,1);
}

.contact-slider .slide{
  text-align:center;

}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .contact-slider .slide{
      padding:0 10rem;
  }
}

.contact-slider .slide h2,
.contact-slider .slide p{
  color:#fff;

}
.contact-slider .slide p{
  font-size: 1.6rem;
  margin-bottom: 0;

}


.contact-slider .slide h2{
  font-size:3rem;
  margin-bottom: 3rem;
}

.contact-slider .slide h2,
.contact-slider .slide a{
  text-transform:uppercase;
}
.contact-slider .slide a{
  margin-top: 5rem;
}


.slick-next.slick-arrow, .slick-prev.slick-arrow{
  font-size:0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border:none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index:2;
  width: 3.5rem;
  height: 5.5rem;
  background-color: transparent;
}

.slick-prev.slick-arrow{
  background-image:url('../images/svg/arrow-left.svg');
  left: 0;
}
.slick-next.slick-arrow{
  background-image:url('../images/svg/arrow-right.svg');
  right: 0;
}
@media only screen and (min-width: 30.0625em){ /*481px*/

}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .btn, .btn-blue{
      padding: 2rem 6rem;
  }
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .home-slider--image img{
      height: auto;
  }
}
/*------------------VIDEOS----------------*/

.home-videos{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   margin: 5rem 0 0 0;
}
.home-videos--wrapper{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-flow: row wrap;
           flex-flow: row wrap;
   margin-left: auto;
   max-width: 100%;
   width: 100%;
   padding: 5rem 2rem 5rem 2rem;
}
.home-videos--bg{
   display: none;
}
.video-box {
width: 100%;
margin-bottom: 3rem;
}

.home-videos--abs{
  position: absolute;
  left:4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 47rem;
}
@media only screen and (min-width: 33.75em){/*540px*/ 
  .video-box {
      width: 49%;
      margin-right: 2%;
  }
  .video-box:nth-child(2n+2){
      margin-right: 0;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .home-videos--wrapper{
      padding: 5rem 4rem 5rem 4rem;
  }
  .home-videos{
      margin: 10rem 0;
  }
  .video-box {
      width: 32%;
  }
  .home-videos--bg{
      position: absolute;
      left: 0;
      top: 0;
      background: #073f60;
     background: -webkit-gradient(linear,  left top, right top,  color-stop(4%, #073f60),to(#0463ee));
     background: -o-linear-gradient(left,  #073f60 4%,#0463ee 100%);
     background: linear-gradient(to right,  #073f60 4%,#0463ee 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073f60', endColorstr='#0463ee',GradientType=1 );
     width: 50%;
     height: 100%;
     z-index: -1;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
 
 
 
  }
  .home-videos--bg img {
     margin-left: 3rem;
     margin-bottom: 8rem;
     -ms-flex-item-align: start;
         align-self: flex-start;
 }
 .vertical-title {
     -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
             transform: rotate(-90deg);
     /* transform-origin: 0% 10%; */
     display: inline-block;
     height: auto;
     width: 15rem;
     position: absolute;
     left: 2rem;
     bottom: 0;
 }
  .vertical-title h2 {
     color: rgba(255,255,255,.1);
     font-size: 10rem;
     font-weight: 900;
     text-transform: uppercase;
     display: inline-block;
 }
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .home-videos--wrapper{
      max-width: 80%;
      padding: 10rem 4rem 10rem 0;
  }
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .video-box:nth-child(2n+2){
      margin-right: 2%;
  }
  .video-box:nth-child(3n+3){
      margin-right: 0;
  }
}
/*----------------INFO SOCIAL SLIDER-------------------*/

.home-info{
  background-color: #f8f8f8;
  padding: 5rem 0;
}
.info-slider{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.info-slider .inner-slide{
  border:1px solid #d9d9d9;

  background-color: #ffffff;
}
.info-slider .slick-slide{
  padding: 1%;
}
.info-slider h3 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(4,99,238,0.9);
color: #ffffff;
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;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.info-slider .slick-slide:hover h3{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.img-link{
  position:relative;
  display:inline-block;
  padding: 4%;
}
.slick-dots {
list-style: none;
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding-left: 0;
}

.slick-dots li{
  display:inline-block;
  padding:0 5px;
}

.slick-dots li button{
  border-radius: 50%;
  background-color: #0463ee;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0;
}

.slick-dots li.slick-active button{
  background-color: #0463ee;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/*---------------------------------------*/
.space{
  padding:5rem 0;
}
@media only screen and (min-width: 37.5625em){/*601px*/
  .space{
      padding:10rem 0;
  }
} 
/*---------------TITLES------------------*/
.title h1{
   position: relative;
   padding-bottom: 3rem;

}
.title h1::after{
   content: '';
   position: absolute;
   left: 50%;
   bottom: 0;
   width: 17rem;
   height: 1px;
   -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
           transform: translateX(-50%);
   background-color: #000;
}
.title{
   margin-bottom: 5rem;
}


/*---------------HOME FILTERS------------------*/
.filter-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
  
}

.filter-list li{
  -webkit-box-flex:0;
      -ms-flex:0 0 100%;
          flex:0 0 100%;
  margin: .5rem 1rem;
}

.filter-list button {
  padding: 1.5rem 1rem;
  border: 1px solid #d9d9d9;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.3rem;
  width: 100%;
  font-weight: 400;
}

.filter-list button:hover,
.filter-list button.active-filter{
  color:#fff;
  background-color: #0463ee;
}

.filter-box {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5rem;

}
.filter-box img{
  display: block;
  width: 100%;
}
.filter-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.63);
  opacity:0;
  visibility: hidden;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-overlay p{
  color:#fff;
  font-size:18px;
}

.filter-box:hover .filter-overlay{
  opacity: 1;
  visibility: visible;
}

.filter-box-scale{
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
}

.filter-select {
  text-transform: uppercase;
}
.filter-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;   
  -webkit-box-pack: justify;   
      -ms-flex-pack: justify;   
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 30.0625em){ /*481px*/
  .filter-box {
      width: 49%;
  }
 
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .filter-box {
      width: 32.333%;
  }

}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .filter-box {
      width: 24%;
  }
  
} 
@media only screen and (min-width: 75.0625em){/*1201px*/
  .filter-list li{
      -webkit-box-flex:1;
          -ms-flex:1;
              flex:1;
      margin: 0 1rem;
  }
}
/*---------------HOME BOTTOM TEXT------------------*/
.plane {
background-image: url(../images/png/plane.png);
background-repeat: no-repeat;
background-position: left -79rem top;
}

.home-text h1 {
font-size: 3rem;
max-width: 66rem;
width: 100%;
margin: 6rem 0;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .plane {
      background-position: left -58rem top;
  }
}
@media only screen and (min-width: 40.0625em){/*641px*/ 
  .home-text--wrapper{
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 4rem;
         -moz-column-gap: 4rem;
              column-gap: 4rem;
  }
}
@media only screen and (min-width: 61.3125em){/*981px*/
  .plane {
      background-position: left -16rem top;
  }
} 
/*------------END HOME-----------*/
/*------------FOOTER-----------*/
footer{
  position: relative;
  color: #ffffff;
  padding:5rem 0;
}
.footer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.footer-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-bg img{
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
}
.none{
  display:none;
}

.copy{
  font-size:14px;
  color:#fff;
  font-weight:300;
}

.footer{
  padding: 10px;
  color: #ffffff;
}
.footer-wrapper{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;

}
.footer-info{
  width: 100%;
}

.footer-info:not(:last-of-type){margin-bottom: 2rem;}
.footer-info ul li{
  padding: 2px 0;
  font-size:14px;
  font-weight:300;
}

.footer-info ul a{
  color:#ffffff;
  font-size:14px;
  font-weight:300;
}

.footer-info ul a:hover{
  color:#ea8712;
}

.link-tel{
  background: url('../images/svg/phone-white.svg') no-repeat center left;
  background-size:19px;
  padding:1rem 4rem;
}

.link-mail{
  background: url('../images/svg/mail-white.svg') no-repeat center left;
  background-size:24px;
  padding:1rem 4rem;
}

.footer-info ul li.link-skype{
  background: url('../images/svg/skype-white.svg') no-repeat center left;
  background-size:24px;
  padding:1rem 4rem;
}
.copyright {
background-color: rgba(255,255,255,.2);
position: relative;
  padding: 1rem 0;
  margin-top: 5rem;
}
.copyright .container-lg{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .copyright {
      margin-top: 10rem;

  }
}
/*BACK TO TOP BUTTON*/

.btt{
  background-color: #0463ee;
  position:absolute;
  left: 11%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index:2;
  border:none;
  border-radius: 50%;
  width:6.6rem;
  height:6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}
.btt svg, .st0{
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; 
}
.btt:hover{
 background-color: #ffffff;
}
.btt:hover svg .st0{
  fill: #0463ee;
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .copyright .container-lg{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }
  .footer-wrapper{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .footer-info{
      width: 40%;
      margin-bottom: 0;
  }
  .footer-info:last-of-type{
      width: 20%;
  }
  footer{
      padding:15rem 0;
  }
  .btt{
      left: 50%;
  }
}
/*------------END FOOTER-----------*/
/*---------------GALLERY------------------*/

.gallery-style{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position:relative;
  margin-top: 5rem;
}

.gallery-style a{
  width:49.5%;
  margin-right: 1%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.gallery-style a:nth-child(2n+2){
  margin-right: 0;
}
.gallery-style a img{
  width:100%;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.gallery-style a:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-txt-sm{
  position:absolute;
  left:0;
  bottom:0;
  background-color: #0463ee;
  display:none;
}

.gallery-txt-sm p{
  margin:0;
  font-size:500;
  color:#fff;
  padding:10px 15px;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .gallery-style a{
      width:32%;
  }
  .gallery-style a:nth-child(2n+2){
      margin-right: 1%;
  }
  .gallery-style a:nth-child(3n+3){
      margin-right: 0;
  }
}

/*---------------CONTACT PAGE------------------*/
.contact-page .container{
  max-width: 110rem;
}
.contact-page form {
padding: 7rem 3rem 3rem 3rem;
border: 1px solid #d9d9d9;
position: relative;
}
.contact-page form::after{
  content: '';
  position: absolute;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-image: url(../images/svg/mail-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  border:1px solid #d9d9d9;
  background-color: #fff;
}
/*ACCOMMODATION*/

.acc-contact{
  background-color:#0463ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14rem;
}

.acc-contact:hover{
  background-color:#333333;
}

.acc-contact h1{
  color:#fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .acc-contact{
      height: auto;
  }
}
@media only screen and (min-width: 85.4375em){/*1367px*/
  .acc-contact h1{
    font-size: 3rem;
  }
}  
/*ACCOMMOATION LIST*/
.acc-cat-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}


/*OBJECT*/
.object-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* background-color: #f8f8f8; */
  border:1px solid #d9d9d9;
  padding: 2rem;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .object-wrapper{
      padding: 4rem;
  }
}
.dtpickm,.roomDates{opacity:0;visibility: hidden;}

.dtpick.ac{opacity:1;visibility: visible;z-index: 1000}
.roomDates{height: 1px;width: 100%;position: absolute;}
.rel input{position:absolute; top: 0;z-index: 1;opacity:0;left:0;}
.rel input:first-child{position: relative;}
.rel{width: 100%;float: left;position: relative;}
.pickers label{width: 100%;float: left;}


.contact-form .success h4{
  text-align: center;
  color:#0463ee;
  font-size: 20px;
} 

/*NEW CSS 31.12.2019.*/

@media only screen and (max-width: 640px) {
  .absolute-nav{
    position: absolute;
    background-color: #fff;
    left: -100%;
    top: 133px;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
  }
  .absolute-nav.open{
    left:0;
  }
  .nav-lg,
  .main-menu{
    display: block;
  }
  .header-nav.nav-lg{
    margin-top: 0;
  }
}

