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

/* INTERNAL */

@import url("collage.css");
@import url("breadcrumbs.css");
@import url("content.css");
@import url("sidebar.css");
@import url("section-box.css");
@import url("offer-box-int.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("search-results.css");
@import url("reservation.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: 17px;
 line-height: 1.82;
 color: #282828;
 text-align: left;
 background-color: #f2f5fa;
}

ul li {
 padding: 0 0 0 23px;
 margin: 0;
 background: url('/img/internal/bullet-filter-btn.svg') no-repeat 11px 12px;
 background-size: 5px 8px;
 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: 150px solid #fff;
}

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

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

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

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

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

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 font-weight: 900;
 font-size: 35px;
 line-height: 1.1;
 color: #111;
 text-align: left;
}

.title_home span {
 font-size: 1.28em;
}

.text_home {
 float: left;
 width: 100%;
 margin: 2px 0 20px 0;
 font-size: 15px;
 line-height: 1.3;
 color: #3e3e3e;
 text-align: left;
}

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

a:hover {
 color: #00256e;
}

#header a,
#mobile_header a,
#banner_123 a,
#calendar a,
.accent_box a,
.offer_box a,
.offer_box_int a,
.hotel_box a,
#footer_links a,
#footer a,
.section_box a,
#breadcrumbs a,
#usefull_links a,
.search_result_box a,
.sidebar a {
 text-decoration: none;
}

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

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

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

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

.offer_box img.lazyloaded,
.offer_box_int img.lazyloaded,
.hotel_box img.lazyloaded,
.section_box img.lazyloaded,
.accent_box img.lazyloaded {
 transition: transform .8s ease, opacity 300ms;
}

@media screen and (max-width:1300px) {
 .title_home {
  font-size: 33px;
 }
 .text_home {
  margin: 2px 0 18px 0;
 }
}

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

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

@media screen and (max-width:950px) {
 body {
  font-size: 16px;
 }
 ul li {
  background: url('/img/internal/bullet-filter-btn.svg') no-repeat 11px 10px;
  background-size: 5px 8px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  font-size: 29px;
 }
 .text_home {
  margin: 0 0 14px 0;
  font-size: 14px;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 0 0 0 14px;
  background: url('/img/internal/bullet-filter-btn.svg') no-repeat 0 9px;
  background-size: 5px 8px;
 }
 .wrapper {
  padding: 0 3%;
 }
 .title_home {
  font-size: 27px;
 }
 .text_home {
  margin: 0 0 12px 0;
 }
}

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

#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);
}
