/* Offer List */
.offer-list-item {
    display:block;
    margin-bottom:60px;
    height: 600px;
}
.offer-list-item:last-child {
    margin-bottom:0;
}
.offer-list-item > div {
  float: left;
  width: 50%;
  height:100%;
}
.ol-image {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.ol-text {
  color: #fff;
  display: table;
  background-color: #756E6B;
}
.ol-text > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
}
.ol-text h3 {
  font-weight: 300;
  color: #D3B27F;
}
.ol-periods {
  color: #D3B27F;
  font-weight: 700;
  margin-bottom: 40px;
}
.ol-subtitle p {
  font-size: 100% !important;
  color: #fff !important;
  font-weight: 300;
}
.ol-subtitle {
  margin-bottom: 40px;
}
.ol-price {
  font-size: 150%;
  margin-bottom: 40px;
}
.ol-buttons a {
    margin:0 7px 10px 7px;
    font-size: 1.5em;
}

/* Offer teaser */
.ot-carousel {
    position:relative;
}
.ot-carousel .owl-controls {
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    height:20px;
}
.ot-carousel .owl-dots {
  width:100%;
  text-align:center;
}
.ot-carousel .owl-dot {
  display:inline-block;
  width:15px;
  height:15px;
  margin:0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color:rgba(255,255,255,.3);
}
.ot-carousel .owl-dot.active {
  background-color:#fff;
}

.ot-carousel .owl-item, .ot-carousel .owl-stage-outer, .ot-carousel .owl-stage, .offer-teaser-item {
    height:100%;
}
.ot-text {
  color: #fff;
  display: table;
  background-color: #756E6B;
  height:100%;
}
.ot-text > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
}
.ot-text h3 {
  font-weight: 300;
  color: #D3B27F;
}
.ot-periods {
  color: #D3B27F;
  font-weight: 700;
  margin-bottom: 40px;
}
.ot-subtitle p {
  font-size: 100% !important;
  color: #fff !important;
  font-weight: 300;
}
.ot-subtitle {
  margin-bottom: 40px;
}
.ot-price {
  font-size: 150%;
  margin-bottom: 40px;
}
.ot-buttons a {
    margin:0 7px 10px 7px;
    font-size:1.15em;
}


/* Offer detail */
.offer-detail {
    display:block;
    margin-bottom:60px;
    height: 100%;

}
.offer-detail > div {
  float: left;
  width: 50%;
  height: 100%;
}
.od-image {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.od-text {
  color: #fff;
  display: table;
  background-color: #756E6B;
}
.od-text > div {
  display: table-cell;
  /*text-align: center;*/
  vertical-align: middle;
  padding: 20px 30px;
}
.od-buttons {
	text-align:center;
}
.od-buttons a {
    margin: 0 7px;
    font-size:1.15em;
}
.od-text h2 {
  font-weight: 300;
  color: #D3B27F;
}
.od-text h3 {
  font-size: 100%;
  font-weight: 700;
  color: #D3B27F;
  margin-bottom: 40px;
}
.od-periods, .od-price {
  color: #D3B27F;
  font-weight: 700;
  margin-bottom: 40px;
}
.od-text p {
  margin-bottom: 40px;
}
.od-price {
  font-size: 150%;
  margin-bottom: 40px;
}

/* Quick-Request */
#box-quick-request h4 {
  float: left;
  line-height: 50px;
  margin-right: 20px;
}
#box-quick-request #quickrequestform {
  font-family: 'Source Sans Pro', sans-serif !important;
  line-height: 1.5;
  font-size: 75% !important;
  display: inline-block;
}
#box-quick-request .field {
  float: left;
  margin: 0 5px;
}
#box-quick-request .brandnamic_privacy {
  width: 5%;
}
#box-quick-request .brandnamic_guestcounts, #box-quick-request .brandnamic_childrenages {
  width: 6%;
}
#box-quick-request .brandnamic_nameprefix, #box-quick-request .brandnamic_fromdate, #box-quick-request .brandnamic_todate {
  width: 7%;
}
#quickrequestform .brandnamic_fromdate input, #quickrequestform .brandnamic_todate input {
  /*background: url('../images/calendar.png') no-repeat 90% #FFF;*/
}
#box-quick-request .brandnamic_firstname, #box-quick-request .brandnamic_lastname {
  width: 8%;
}
#box-quick-request .brandnamic_email, #box-quick-request .submit {
  width: 8%;
}
#box-quick-request .submit{
  width:14%;
}
#box-quick-request label {
  font-size: 13px;
  line-height: 1em;
  float: none;
  clear: both;
  text-align: left;
}
#box-quick-request select, #box-quick-request input {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  margin: 2px 0;
  border-radius: 0;
  color: #000000;
}
#box-quick-request .brandnamic_nameprefix select, #box-quick-request .brandnamic_fromdate input, #box-quick-request .brandnamic_todate input {
  width: 100%;
}
#box-quick-request #brandnamic_guestcounts, #box-quick-request #brandnamic_childrencounts {
  width: 35%;
}
#box-quick-request .minusbutton, #box-quick-request .plusbutton {
  background: none;
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  margin: 10px 0 0 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 15px;
}
#box-quick-request .plusbutton:before {
  content: '+';
}
#box-quick-request .minusbutton:before {
  content: '-';
}
#box-quick-request .brandnamic_privacy .privacy {
  position: absolute;
  top: 0;
  left: 0;
}
#box-quick-request .brandnamic_privacy .privacy a {
  font-size: 13px;
  color: #FFF;
}
#box-quick-request .brandnamic_privacy input {
  height: auto;
  margin: 25px 0 0 0;
  width: auto;
}
#box-quick-request .childrenagesfields {
  position: absolute;
  bottom: 57px;
  left: -10px;
}
#box-quick-request .childrenagesfields.closed {
  display: none;
}
#box-quick-request .childrenagesfields .close {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
#box-quick-request .childrenage {
  margin: 0;
  background: #BB4456;
  padding: 10px;
}
#box-quick-request .submit button {
  background-color: #129a76;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 43px;
  padding: 0;
  font-size:1.4em;
}
#box-quick-request #quickrequestform .submit button:hover {
  background-color: #756E6B;
}
#box-quick-request .requiredlabel {
  display: none;
}
#box-quick-request #quickrequestform #brandnamic_privacy.notvalid + span + label {
  background-position: 55px -143px;
}


/* Request */
#request {
  max-width: 610px;
  margin: 0 auto;
  text-align: left;
}
.bn--request .date .tiny, .bn--request__room--details .bn__row {
  margin: 0;
  padding-top: 0;
}
.bn--request .date .bn__row, .bn--request__room--details .bn__row, .bn--request__guestdata .bn__row {
  float: left;
  width: 49%;
}
.bn--request .date .tiny:first-child {
  margin-right: 0.99%;
}
.bn--request__guestdata .bn__row:nth-child(2n) {
  margin-right: 0.99%;
}
.bn--request__room--details .bn__row:nth-child(2n-1) {
  margin-right: 0.99%;
}
.bn--request .tiny input {
  width: 100%;
}
.bn--request .bn__icon.calendar {
  position: absolute;
  right: 14px;
  bottom: 17px;
}
.bn--request__room--details .childages .bn__col {
  width: 100%;
}
.bn--request__room--details .childages .bn__col select + select {
  margin-top: 5px;
}
#request .bn--request label {
  width: 100%;
}
.bn--request input, .bn--request select, .bn--request textarea {
  width: 100%;
  margin: 0;
  max-width: none;
}
.bn--request input, .bn--request select {
  height: 44px;
}
#request .bn--request .bn__btn {
  background: #756E6B;
}
#request .bn--request .submit .bn__btn {
  background: #129a76;
  width: 100%;
  text-align: center;
  font-size:1em;
}
#passedoffer {
  background: #f3f3f3;
  padding:10px;
  font-size:150%;
  position:relative;
}
#passedoffer a {
  float:right;
}
#passedoffer a:before {
  content:'╳';
  display:block;
  color:#756E6B;
  font-size:50%;
}
.bn--request .bn__icon.calendar {
  background-image: url(../images/icons-symbols-logos/calendar-icon.jpg);
}

/* Newsletter */
#newsletter {
  max-width:400px;
  margin:0 auto;
}
#newsletterform .submit button {
  display: inline-block;
  padding: 8px 12px;
  background: #BB4456;
  color: #fff;
  text-transform: uppercase;
  border:none;
}
#brandnamic_nameprefix {
  height:30px;
  line-height:30px;
}

/* 24.02.2015 Florian */
.bn--request__privacy #request_privacy {
  height: 15px;
}
.bn--request__privacy #request_privacy.notvalid ~ .help {
  background: url("http://admin.ehotelier.it/images/forms/formsprite.png") no-repeat 0px -142px;
  display: inline-block;
  width: 15px;
  height: 15px;
}



#quickrequestform .brandnamic_fromdate input, #quickrequestform .brandnamic_todate input {
  background-repeat: no-repeat;
  background-position: right 5px top 7px;
  background-image: url(../images/icons-symbols-logos/calendar-icon.jpg);
}

/* Offerprice */
.offerpricefilter .offerprice {
  display: none;
}
.offerpricefilter .offerprice.minprice.visible {
  display: block;
}

/* Calendar */
.room-calendar-outer {
  clear: both;
  float: none;
  padding: 25px 15px 25px 15px;
  text-align: left;
}
.room-calendar-outer .room-calendar {
  display: inline-block;
}
.room-calendar-outer .room-calendar .mini-clndr {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -moz-box-shadow: 4px 4px 0 #756E6B;
  -webkit-box-shadow: 4px 4px 0 #756E6B;
  box-shadow: 4px 4px 0 #756E6B;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .days-container {
  height: 240px;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls {
  background: #e2d1b7;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls,
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls .month {
  font-weight: 600;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .days-container .days .headers {
  background: #D4B37F;
  font-weight: 500;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls .clndr-previous-button {
  float: left;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls .clndr-next-button {
  float: right;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls .clndr-previous-button:hover,
.room-calendar-outer .room-calendar .mini-clndr .clndr .controls .clndr-next-button:hover {
  background: #BB4456;
}
.room-calendar-outer .room-calendar .mini-clndr .clndr {
  border-bottom: 7px solid #D4B37F;
}
.room-calendar-outer .loader {
  padding: 0 15px 0 15px;
}
.room-calendar-outer .loader.hidden {
  display: none;
}
.room-calendar-outer .loader img {
  display: inline-block;
  max-width: 30px;
}
.clndr_buttons {
  margin-bottom: 10px;
  min-width: 295px;
}
.clndr_buttons .clndr_trigger {
  cursor: pointer;
  color: #ffffff;
  float: left;
  background: #756E6B;
  display: inline-block;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 15px;
}
.language-1 .clndr_buttons .clndr_trigger {
  font-size: 12px;
}
.language-2 .clndr_buttons .clndr_trigger {
  font-size: 13.8px;
}
.clndr_buttons .clndr_trigger.act {
  background: #d4b37f;
}
.clndr_buttons .clndr_trigger:first-child {
  margin-right: 10px;
}

/* Florian Calendar 10.09.2015 */
.calendar-dow-3 .eventpopup {
  left: -80px;
}
.calendar-dow-4 .eventpopup,
.calendar-dow-5 .eventpopup,
.calendar-dow-6 .eventpopup {
  right: 0;
}

.room.APPAR .clndr_trigger_1 {
  display: none;
}
#bnVoucher .oblig,
#bnVoucher .h2,
#bnVoucher .brandnamic_phone,
#bnVoucher .brandnamic_city,
#bnVoucher .brandnamic_zip,
#bnVoucher .brandnamic_country {
  display: none;
}
#bnVoucher #brandnamic_nameprefix,#bnVoucher #brandnamic_comment{
  width:250px;
}
#bnVoucher form{
  margin:0 auto;
}
#bnVoucher button{
  background:#BB4456;
  font-size:1em;
}
#bnVoucher #brandnamic_nameprefix{
  height: 43px;
}
#bnVoucher #brandnamic_privacy.notvalid {
    outline: 2px solid #640000;
}
@media (max-width: 930px) {
  #roomslist .room-description,
  #roomslist .room-calendar-wrap {
    width: 100%!important;
  }
}

@media (max-width: 350px) {
  .room-calendar-outer {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .room-calendar {
    border: 1px solid #756E6B!important;
  }
  .mini-clndr {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
  .mini-clndr .clndr .days-container .days .headers .day-header,
  .mini-clndr .clndr .days-container .days .day,
  .mini-clndr .clndr .days-container .days .empty {
    width: 40px!important;
  }
  .clndr_buttons .clndr_trigger,
  .mini-clndr,
  .mini-clndr .clndr .days-container,
  .mini-clndr .clndr .days-container .days {
    width: 280px!important;
  }
  .clndr_buttons .clndr_trigger {
    margin: 0!important;
  }
}