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

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

body {
 font-family: 'Open Sans', sans-serif;
 /*
	font-family: "Great Vibes", cursive;
	*/
 font-weight: 400;
 font-size: 16px;
 line-height: 1.8;
 color: #111;
 text-align: left;
 background-color: #f8f2e9;
}

ul li {
 padding: 0 0 0 32px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 14px 12px;
 background-size: 11px 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: 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: 1658px;
 margin: 0 auto;
}

.container.container_944 {
 max-width: 944px;
}

.container.container_1124 {
 max-width: 1124px;
}

.container.container_1242 {
 max-width: 1242px;
}

.container.container_1816 {
 max-width: 1816px;
}

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

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

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 font-family: "Great Vibes", cursive;
 font-size: 45px;
 line-height: 1.1;
 color: #000;
}

.title_home .hashtag {
 margin: 0 0 0 3px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 font-size: 30px;
 color: #027975;
 text-transform: uppercase;
}

.text_home {
 float: left;
 width: 100%;
 margin: 0 0 32px 0;
 font-size: 15px;
 line-height: 1.4;
}

.home_bottom {
 float: left;
 width: 100%;
 background-color: #f2e5d3;
 overflow: hidden;
}

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

#header a,
#mobile_header a,
#banner_123 a,
.bottom_accent_box a,
.offer_box a,
.hotel_box a,
.filter a,
#footer a,
.section_box a,
#breadcrumbs 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;
}

@media screen and (max-width: 1850px) {
 .wrapper {
  padding: 0 20px;
 }
}

@media screen and (max-width: 1500px) {
 .wrapper {
  padding: 0 2%;
 }
 .title_home {
  font-size: 43px;
 }
 .title_home .hashtag {
  font-size: 28px;
 }
}

@media screen and (max-width: 1400px) {
 .title_home {
  font-size: 41px;
 }
 .title_home .hashtag {
  font-size: 26px;
 }
}

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

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

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

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

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 0 0 0 18px;
  background: url('/img/internal/bullet.svg') no-repeat 0 12px;
  background-size: 9px 6px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  font-size: 35px;
 }
 .title_home .hashtag {
  font-size: 21px;
 }
 .text_home {
  font-size: 14px;
 }
}

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

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


/*  */

#side_btn {
 position: fixed;
 top: 454px;
 right: 0;
 z-index: 40;
}

#side_btn::after {
 content: '';
 position: absolute;
 left: -5px;
 top: 5px;
 width: calc(100% + 5px);
 height: 100%;
 background: #7b6656;
 opacity: 0.5;
 z-index: -1;
}

#side_btn a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 56px;
 height: 53px;
 background-color: #daad8c;
}

#side_btn a img {
 width: 25px;
 height: 24px;
 transition: 0.16s ease-in-out;
}

#side_btn a:hover img {
 transform: scale(1.2);
}

@media screen and (max-width:1100px) {
 #side_btn {
  top: auto;
  bottom: 0;
  right: auto;
  left: 20px;
 }
 #side_btn::after {
  left: auto;
  right: -5px;
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% + 5px);
 }
 #side_btn a {
  width: 50px;
  height: 30px;
 }
 #side_btn a img {
  width: 20px;
  height: 19px;
 }
}


/*  */

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