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

/* INTERNAL */

@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("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: 'PT Sans', sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.35;
 color: #383838;
 text-align: left;
 background-color: #fff;
}

ul li {
 padding: 0 0 0 28px;
 margin: 0;
 background: url('/img/internal/bullet.png') no-repeat 5px 8px;
 background-size: 11px 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: 127px solid #056ba1;
}

#main_content.home {
 border-top: 0 solid #fff;
}

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

#content.view {
 background-color: #f1f4f3;
}

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

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

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

.container.container_1188 {
 max-width: 1188px;
}

.container.container_1200 {
 max-width: 1200px;
}

.container.container_640 {
 max-width: 640px;
}

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

.container_wide>.wrapper {
 padding: 0;
}

.logo_circle {
 width: 77px;
 height: 77px;
 border: 6px solid #fff;
 border-radius: 100% 100% 0 0;
 background-color: #fff;
}

.text_home {
 position: relative;
 float: left;
 width: 100%;
 padding: 0 5%;
 margin: 13px 0 25px 0;
 font-size: 11px;
 line-height: 1.1;
 color: #9f9f9f;
 text-align: center;
}

.text_home::after {
 position: absolute;
 bottom: -14px;
 left: 50%;
 transform: translateX(-50%);
 content: '';
 width: 55px;
 height: 1px;
 background-color: #979797;
}

.title_home {
 float: left;
 width: 100%;
 padding: 0 5%;
 margin: 0 0 20px 0;
 font-family: 'Caveat', cursive;
 font-weight: 400;
 font-size: 40px;
 line-height: 1.1;
 color: #7a7a7a;
 text-align: center;
}

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

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: 1450px) {
 .wrapper {
  padding: 0 2%;
 }
}

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

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
  line-height: 1.45;
 }
 ul li {
  padding: 0 0 0 22px;
  background: url('/img/internal/bullet.png') no-repeat 5px 7px;
  background-size: 9px 7px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .logo_circle {
  width: 65px;
  height: 65px;
  border: none;
 }
 .title_home {
  font-size: 36px;
 }
}

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

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