@import url("forms.css");
@import url("header.css");
@import url("offer-box.css");
@import url("calendar.css");
@import url("accents.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 */

@font-face {
 font-family: 'Lato';
 src: url('/fonts/Lato-Light.woff2') format('woff2'), url('/fonts/Lato-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Lato';
 src: url('/fonts/Lato-Regular.woff2') format('woff2'), url('/fonts/Lato-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Lato';
 src: url('/fonts/Lato-Bold.woff2') format('woff2'), url('/fonts/Lato-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}

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

body {
 font-family: "Lato", sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 17px;
 line-height: 1.7;
 color: #000;
 text-align: left;
 background-color: #f1f4f8;
}

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

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

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

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

.container.container_1240 {
 max-width: 1240px;
}

.container.container_1828 {
 max-width: 1828px;
}

.container.container_1346 {
 max-width: 1346px;
}

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

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

.container_wide>.wrapper {
 padding: 0;
}

.container.container_1828 .wrapper,
.container.container_1920 .wrapper {
 padding: 0 46px;
}

@media screen and (max-width: 1800px) {
 .container.container_1828 .wrapper,
 .container.container_1920 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width: 1100px) {
 .container.container_1828 .wrapper,
 .container.container_1920 .wrapper {
  padding: 0;
 }
}

.title_home {
 position: relative;
 float: left;
 width: 100%;
 padding: 0 50px;
 margin: 0 0 42px 0;
 font-weight: 400;
 font-size: 33px;
 line-height: 1.1;
 color: #0f316c;
 text-align: left;
}

.title_home span {
 position: relative;
 z-index: 3;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #406197;
 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: #09214b;
}

#header a,
#mobile_header a,
#banner_123 a,
#calendar a,
.accent_box a,
.offer_box a,
.hotel_box a,
.dts_box a,
#destinations a,
#footer a,
.section_box a,
#breadcrumbs a,
#usefull_links a,
.filter a,
.search_result_box 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: 1800px) {
 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:1100px) {
 .container.container_1828>.wrapper {
  padding: 0;
 }
 #main_content,
 #main_content.int {
  border-top: 70px solid #fff;
 }
}

@media screen and (max-width:1300px) {
 .title_home {
  padding: 0 40px;
  margin: 0 0 30px 0;
  font-size: 31px;
 }
}

@media screen and (max-width:1100px) {
 .title_home {
  font-size: 29px;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 16px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 27px;
 }
}

@media screen and (max-width:750px) {
 .title_home {
  font-size: 25px;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 0 0 0 13px;
  background: url('/img/internal/bullet.svg') no-repeat 0 9px;
  background-size: 6px 6px;
 }
 .wrapper {
  padding: 0 3%;
 }
}

@media screen and (max-width:650px) {
 .title_home {
  font-size: 24px;
 }
}

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

@media screen and (max-width:500px) {
 .title_home {
  font-size: 22px;
 }
}

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