@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("tags.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 Condensed", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-weight: 400;
 font-size: 21px;
 line-height: 1.55;
 color: #171717;
 text-align: left;
 background-color: #f6f6f6;
}

ul li {
 padding: 0 0 0 21px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 6px 11px;
 background-size: 6px 11px;
 list-style-type: none;
}

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

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

.descriptions p,
#accordion p {
 margin: 0 0 15px 0;
}

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

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

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

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

.container.container_820 {
 max-width: 820px;
}

.container.container_1275 {
 max-width: 1275px;
}

.container.container_1553 {
 max-width: 1553px;
}

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

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

.container_wide>.wrapper {
 padding: 0;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 font-weight: 700;
 color: #171717;
 text-decoration: underline;
 text-decoration-thickness: 2px;
 -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: #171717;
}

#header a,
#mobile_header a,
#banner_123 a,
#mini_accents a,
#calendar a,
.accent_box a,
.offers a,
.offer_box a,
.hotel_box a,
.dts_box a,
#destinations a,
#footer a,
.page_sidebar a,
.section_box a,
#breadcrumbs a,
#usefull_links a,
.search_result_box a {
 text-decoration: none;
}

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

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

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

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

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

@media screen and (max-width:1400px) {
 body {
  font-size: 20px;
 }
 ul li {
  background: url('/img/internal/bullet.svg') no-repeat 6px 10px;
  background-size: 6px 11px;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 19px;
 }
 ul li {
  padding: 0 0 0 14px;
  background: url('/img/internal/bullet.svg') no-repeat 2px 9px;
  background-size: 5px 9px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 18px;
 }
 .wrapper {
  padding: 0 3%;
 }
}

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


/*  */

.calendar_and_home_text {
 float: left;
 width: 100%;
 padding: 50px 0 65px 0;
 background: #1f1f1f url('/img/calendar-bg.jpg') top center no-repeat;
 background-size: 100% auto;
}

.int .calendar_and_home_text {
 margin: 0;
}

#home_text {
 float: left;
 width: 100%;
 padding: 64px 0 0 0;
 line-height: 1.5;
 color: #fff;
 text-align: center;
}

#home_text .wrapper {
 display: flex;
 flex-direction: column;
 align-items: center;
}

#home_text .title {
 margin: 0 0 5px 0;
 font-weight: 900;
 font-size: 55px;
 font-style: italic;
}

#home_text .text {
 font-size: 19px;
}

#home_text .signature {
 width: 166px;
 height: 44px;
 margin: 30px 0 0 0;
}

@media screen and (max-width:1800px) {
 #home_text .title {
  font-size: 53px;
 }
}

@media screen and (max-width:1600px) {
 #home_text .title {
  font-size: 51px;
 }
}

@media screen and (max-width:1400px) {
 .calendar_and_home_text {
  background-size: 1500px auto;
 }
 #home_text .title {
  font-size: 49px;
 }
}

@media screen and (max-width:1200px) {
 #home_text {
  padding: 55px 0 0 0;
 }
 .calendar_and_home_text {
  padding: 40px 0 42px 0;
 }
 #home_text .title {
  font-size: 46px;
 }
}

@media screen and (max-width:1100px) {
 #home_text {
  padding: 48px 0 0 0;
 }
 .calendar_and_home_text {
  background-size: 1200px auto;
 }
 #home_text .title {
  font-size: 44px;
 }
}

@media screen and (max-width:950px) {
 #home_text {
  padding: 38px 0 0 0;
 }
 #home_text .title {
  font-size: 42px;
 }
 #home_text .text {
  font-size: 18px;
 }
}

@media screen and (max-width:750px) {
 #home_text .title {
  font-size: 40px;
 }
 #home_text .signature {
  width: 145px;
  height: 38px;
  margin: 23px 0 0 0;
 }
}

@media screen and (max-width:650px) {
 .calendar_and_home_text {
  padding: 36px 0 38px 0;
 }
 #home_text .title {
  font-size: 37px;
 }
}

@media screen and (max-width:600px) {
 #home_text .title {
  font-size: 36px;
 }
}


/*  */

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