/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* General CSS - BEGIN */

.tm-navbar {
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
}

.uk-navbar-nav > li > a.book-online-btn {
  background: #87c1c7;
  border-radius: 2px;
  color: #F9F9F9;
}

.header-title.inner-title {
  text-transform: uppercase;
}

.header-title.inner-title:after {
  content: '';
  display: block;
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #efe2dd;
  margin-top: 8px;
}

.header-title.inner-title.uk-text-center:after {
  content: '';
  display: block;
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #efe2dd;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.header-title.uk-article-title {
  text-transform: uppercase;
}

.header-title.uk-article-title:after {
  content: '';
  display: block;
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #efe2dd;
  margin-top: 8px;
}

.tm-block-light {
  background: #fbfbfb -webkit-radial-gradient(center, ellipse cover, #fbfbfb 0%, #fbfbfb 120%) 0 0 no-repeat;
  background: #fbfbfb radial-gradient(ellipse at center, #fbfbfb 0%, #fbfbfb 120%) 0 0 no-repeat;
}

.home-welcome.uk-panel h3:after {
  content: '';
  display: block;
  position: relative;
  height: 2px;
  background-color: #efe2dd;
  margin-top: 8px;
  margin-left: 25%;
  margin-right: 25%;
}

.uk-button {
  background: #849ea2;
}

@media (min-width: 1220px) {
  .tm-navbar {
    padding-top: 50px;
  }
  .tm-top-b.tm-block-offset .uk-container {
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  .home-welcome>h3 {
    font-size: 30px;
    word-wrap: break-word;
  }
}


/* General CSS - END */


/* Languages - BEGIN */

.languages-wrapper.uk-visible-large {
  position: relative;
  left: 40px;
}

.mod-languages {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #EEE;
}

.mod-languages li.lang-active {
  font-weight: bold;
}

.languages-wrapper.uk-hidden-large {
  display: block;
  position: absolute;
  right: 0;
  top: 38px;
}


/* Languages - END */


/* Offers Wrapper - BEGIN */

.top-offer-wrapper {
  position: absolute;
  max-width: 420px;
  min-width: 320px;
  padding: 25px 15px;
  top: 60%;
  right: 8%;
  background-color: rgba(245, 245, 245, 0.72);
}

.top-offer-wrapper .top-offer-close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -11px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 650px) {
  .top-offer-wrapper {
    min-width: initial;
    left: 4%;
    right: 4%;
  }
}


/* Offers Wrapper - END */


/* Simple Carousel Offers - BEGIN */

.slick-slider {
  margin-bottom: 0;
}

.sjfrItemWrapper {
  min-height: 210px;
}

.sjfrItemTitle {
  font-weight: bold;
  color: #444;
  text-decoration: underline;
  margin-bottom: 20px;
}

.sjfrItemOriginalPrice {
  color: #ca5a5a !important;
}

.sjfrItemDiscountedPrice {
  color: #807560 !important;
}

.sjfrItemMoreLink {
  margin-top: 30px;
}

/*
.sjfrItemMoreLink>a {
  padding: 15px;
  border: 1px solid #000;
}
*/

#sjfrMinimalContainer .sjfrItemMoreLink a {
  padding: 12px;
  border: 1px solid #969696;
  color: #817661;
  border-radius: 4px;
  background-color: #f3f3f3;
}


/* Simple Carousel Offers - END */


/* Footer Grid - BEGIN */

.footer-grid .uk-panel>.uk-panel-title {
  text-transform: uppercase;
}

.footer-grid .uk-panel>div {
  text-transform: uppercase;
  font-size: 13px;
}

.footer-grid>div {
  border-right: 1px solid rgba(208, 208, 208, 0.5);
  /*padding-right: 35px; */
}

.footer-grid>div:last-child {
  border-right: 0;
}

.footer-grid span.fa {
  font-size: 14px;
  margin-right: 6px;
}


/* Footer Grid - END */


/* Accommodation Grid - BEGIN */

.accommodation-grid>div>.uk-panel {
  background-color: #fbfbfb;
}

.accommodation-grid>div>.uk-panel::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #e4f0f2;
}

.accommodation-grid>div>.uk-panel .uk-button {
  margin-bottom: 20px;
}


/* Accommodation Grid - END */


/* Accommodation Overview Grid - BEGIN */

.accommodation-overview-grid .uk-panel-title:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #efe2dd;
  margin-top: 8px;
}


/*
.accommodation-overview-grid .single-grid-features {
  padding: 10px;
  background-color: #f3ede7;
}

.accommodation-overview-grid .single-grid-features > div {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 1px solid #CCC;
}

.accommodation-overview-grid .single-grid-features > div:last-child {
  border-right: 0;
}

.accommodation-overview-grid .single-grid-features > div > span.fa {
    font-size: 15px;
    margin-right: 2px;
}
*/


/* Accommodation Overview Grid - END */


/* Accommodation Details - BEGIN */

.room-amenities-wrapper ul li>span.fa {
  margin-right: 6px;
  color: #c8c3bc;
}


/* Accommodation Details - END */


/* Grid room features - BEGIN */

.single-grid-features {
  padding: 10px;
  background-color: #f3ede7;
}

.single-grid-features>div {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 11.5px;
  border-right: 1px solid #CCC;
}

.single-grid-features>div:last-child {
  border-right: 0;
}

.single-grid-features>div>span.fa {
  font-size: 15px;
  margin-right: 2px;
}


/* Grid room features - END */


/* Policies - BEGIN */

.reservation-policies.uk-panel-box {
  padding: 60px 30px;
}

.reservation-policies-widget .uk-accordion-title {
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #CCC;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efe6dc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 1px 0 #fff inset;
  text-shadow: 0 1px 0 #fff;
}

.reservation-policies-widget .uk-accordion-content ul>li {
  margin-bottom: 10px;
  font-size: 14px;
}

.reservation-policies-widget .uk-accordion-content ul>li:last-child {
  margin-bottom: 0;
}


/* Policies - END */


/* AcyMailing - BEGIN */

.acymailing_module .acymailing_form {
  min-width: 80% !important;
}

.acymailing_module .acymailing_introtext {
  margin-bottom: 20px !important;
}


/* AcyMailing - END */
