@import url("forms.css");
@import url("header.css");
@import url("calendar.css");
@import url("offer-box.css");
@import url("tags.css");
@import url("newsletter.css");
@import url("footer.css");
@import url("btn-to-top.css");

/* INTERNAL */

@import url("collage.css");
@import url("breadcrumbs.css");
@import url("content.css");
@import url("section-box.css");
@import url("offer-view.css");
@import url("hotel-box.css");
@import url("accordion.css");
@import url("hotel-view.css");
@import url("table.css");
@import url("wiki.css");
@import url("js-calendar.css");
@import url("cookies.css");

/* Reset CSS */

* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

body {
 font-family: "Sofia Sans", sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 1.7;
 color: #111;
 text-align: left;
 background-color: #f4f6f7;
}

ul li {
 padding: 0 0 0 24px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 8px 9px;
 background-size: 5px 12px;
 list-style-type: none;
}

.descriptions ul {
 margin: 0 0 15px 0;
}

.descriptions.has_render_wiki ul,
.has_render_wiki ul {
 margin: 0;
}

.descriptions p {
 margin: 0 0 15px 0;
}

#main_content {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 height: 100vh;
 border-top: 136px solid #f4f6f7;
}

#content {
 flex: 1 0 auto;
 float: left;
 width: 100%;
}

#site_bottom {
 flex: 0 0 auto;
 float: left;
 width: 100%;
}

.container {
 max-width: 1456px;
 margin: 0 auto;
}

.container.container_1125 {
 max-width: 1125px;
}

.container.container_1304 {
 max-width: 1304px;
}

.container.container_1510 {
 max-width: 1510px;
}

.container.container_1655 {
 max-width: 1655px;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
}

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 margin: 0 0 6px 0;
 font-weight: 800;
 font-size: 31px;
 line-height: 1.1;
 color: #383838;
 text-align: center;
}

.text_home {
 float: left;
 width: 100%;
 margin: 0 0 28px 0;
 font-weight: 300;
 font-size: 18px;
 line-height: 1.3;
 color: #545454;
 text-align: center;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #146679;
 text-decoration: underline;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #2a90a7;
}

#header a,
#mobile_header a,
#banner_123 a,
#tab_calendar_content a,
.offer_box a,
.hotel_box a,
#footer a,
.section_box a,
#breadcrumbs a,
#usefull_links a,
.filter a,
a.basic_btn {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 700;
 font-size: 14px;
 line-height: 1.2;
 color: #fff;
}

a.basic_btn:hover {
 color: #fff;
}

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

.lazyloaded {
 opacity: 1;
 transition: opacity 300ms;
}

@media screen and (max-width: 1750px) {
 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width: 1500px) {
 .title_home {
  font-size: 30px;
 }
 .text_home {
  margin: 0 0 25px 0;
  font-size: 17px;
 }
}

@media screen and (max-width: 1300px) {
 .title_home {
  margin: 0 0 5px 0;
  font-size: 28px;
 }
 .text_home {
  margin: 0 0 23px 0;
  font-size: 16px;
 }
}

@media screen and (max-width:1100px) {
 #main_content,
 #main_content.int {
  border-top: 60px solid #fff;
 }
 .title_home {
  margin: 0 0 5px 0;
  font-size: 27px;
 }
 .text_home {
  margin: 0 0 21px 0;
  font-size: 16px;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 17px;
 }
 ul li {
  padding: 0 0 0 15px;
  background: url('/img/internal/bullet.svg') no-repeat 5px 8px;
  background-size: 4px 10px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  margin: 0 0 5px 0;
  font-size: 26px;
 }
 .text_home {
  margin: 0 0 18px 0;
  font-size: 15px;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 16px;
 }
 .wrapper {
  padding: 0 3%;
 }
 .title_home {
  margin: 0 0 5px 0;
  font-size: 24px;
 }
 .text_home {
  margin: 0 0 14px 0;
  font-size: 14px;
 }
}

@media screen and (max-width:550px) {
 .wrapper {
  padding: 0 4%;
 }
 .title_home {
  font-size: 22px;
 }
}


/*  */

#enquiry_btn {
 position: absolute;
 top: 22px;
 right: -15px;
 display: flex;
 align-items: center;
 padding: 14px 18px;
 font-weight: 500;
 font-size: 15px;
 text-transform: initial;
 border: none;
 background-color: #17758b;
 z-index: 8;
}

#enquiry_btn:hover {
 background-color: #116679;
}

#enquiry_btn img {
 width: 14px;
 height: 14px;
 margin: 0 8px 0 0;
}

@media screen and (max-width:1100px) {
 #enquiry_btn {
  display: none;
 }
}


/*  */

#admintoolbar a:link,
#admintoolbar a:visited,
#admintoolbar a:hover {
 padding: 3px 5px;
 margin: 0 0 0 7px;
 font-size: 12px;
 line-height: 1.3;
 color: #000;
 border-radius: 5px;
 background-color: rgba(255, 255, 255, 0.7);
}


/*  */