@import url("forms.css");
@import url("header.css");
@import url("offer-box.css");
@import url("calendar.css");
@import url("accents.css");
@import url("newsletter.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: "El Messiri", sans-serif;
	*/
 font-family: "Roboto", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.7;
 color: #000;
 text-align: left;
 background-color: #fafafa;
}

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

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

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

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

.container.container_1044 {
 max-width: 1044px;
}

.container.container_972 {
 max-width: 972px;
}

.container.container_620 {
 max-width: 620px;
}

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

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

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 margin: 0 0 19px 0;
 font-family: "El Messiri", sans-serif;
 font-weight: 700;
 font-size: 30px;
 line-height: 1.1;
 color: #000;
 text-align: center;
}

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

a:hover {
 color: #005f93;
}

#header a,
#mobile_header a,
#banner_123 a,
#calendar a,
.accent_box a,
.offer_box a,
.hotel_box a,
#footer a,
.section_box a,
#breadcrumbs a,
.filter a {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 500;
 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;
}

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

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

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 0 0 0 25px;
  background: url('/img/internal/bullet.svg') no-repeat 6px 9px;
  background-size: 11px 7px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  margin: 0 0 16px 0;
  font-size: 27px;
 }
}

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

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

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


/*  */

#home_text {
 float: left;
 width: 100%;
 padding: 76px 0 64px 0;
 font-size: 17px;
 line-height: 1.6;
 text-align: center;
 background: url('/img/home-text-bg.png') bottom -30px center no-repeat;
}

#home_text .title_home span {
 font-size: 1.17em;
}

#home_text .text {
 float: left;
 width: 100%;
 margin: 3px 0 0 0;
}

@media screen and (max-width:1300px) {
 #home_text {
  padding: 65px 0 58px 0;
  font-size: 16px;
 }
}

@media screen and (max-width:1100px) {
 #home_text {
  padding: 55px 0 50px 0;
 }
}

@media screen and (max-width:950px) {
 #home_text {
  padding: 45px 0 40px 0;
 }
}

@media screen and (max-width:750px) {
 #home_text {
  padding: 38px 0 35px 0;
 }
}

@media screen and (max-width:650px) {
 #home_text {
  padding: 30px 0 28px 0;
  font-size: 15px;
  background-size: 219px 251px;
 }
}

@media screen and (max-width:500px) {
 #home_text {
  padding: 27px 0 22px 0;
  font-size: 14px;
 }
}


/*  */

#side_btns {
 position: fixed;
 top: 315px;
 right: 20px;
 z-index: 20;
}

#side_btns .s0cial {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 41px;
 height: 41px;
 margin: 0 0 5px 0;
 border-radius: 100%;
 background-color: rgba(0, 0, 0, 0.6);
}

#side_btns .s0cial:last-child {
 margin: 0;
}

#side_btns .s0cial:hover {
 background-color: rgba(0, 0, 0, 0.8);
}

#side_btns img {
 width: 21px;
 height: 21px;
}

@media screen and (max-width:1100px) {
 #side_btns {
  display: none;
 }
}
