@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');

html, body, p, ul, li, span, label, input, textarea, button, a{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

a, a:hover,
a:focus{
    color: #c3922e;
    text-decoration: none;
}

.header {
  background: url('images/banner.webp') center center no-repeat;
  background-size: cover;
}

.logo-bar{
  margin-bottom: -90px;
  position: relative;
  top: 15px;
  padding-left: 15px;
}

.bottom-logo-bar{
  display: none;
}

.logo{
  max-height: 70px;
}

.top-logo{
  max-height: 90px;
  position: absolute;
  right: 15px;
}

.bottom-logo{
  margin-top: -150px;
  max-width: 250px;
}

.overlay {
  padding: 100px 0;
  background-color: rgba(0,0,0,0.3);
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.header h1,
.header p{
  color: #fff;
}

.btn-landing {
  border: 3px solid #c3922e;
  padding: 18px 25px;
  border-radius: 0;
  color: #fff;
  transition: all 0.3s;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

.btn-landing:hover,
.btn-landing:focus{
  background-color: #c3922e;
  border-color: #c3922e;
  border-radius: 0;
  color: #fff;
}

.img-full{
  width: 100%;
}

.text-warning{
  color: #c3922e;
}

.btn {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #aaa;
  resize: none;
}

.form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.form-group i {
    color: #c3922e;
    margin-right: 12px;
}

#childrenAgeFields {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-warning{
  background-color: #c3922e;
  border: 2px solid #c3922e;
  color: #fff;
  transition: all 0.3s;
}

.btn-warning:hover,
.btn-warning:focus{
  background-color: #c3922e;
  border: 2px solid #c3922e;
  opacity: 0.85;
}

.section-title {
  margin: 70px 0;
  margin-bottom: 50px;
}

.step2, .step4{
  padding-bottom: 70px;
}

.step1, .step3, .step5 {
  background-color: #F1F2F2;
  padding-bottom: 70px;
}

.form-control.error {
    border: 1px solid #ff1000;
}

.form-control.error {
    border: 1px solid #ff1000;
}

.error {
    color: #ff1000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.datepicker-inline {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

div.datepicker .datepicker-months .table-condensed,
div.datepicker .datepicker-days .table-condensed,
div.datepicker .datepicker-years .table-condensed{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #fcfcfc;
    font-size: 20px;
}

 .boxed .label {
   display: inline-block;
   width: 100%;
   padding: 10px;
   border: 3px solid transparent;
   transition: all 0.3s;
   border-radius: 0;
   color: #394241;
   background: #fff;
   text-align: center;
   cursor: pointer;
 }

 .boxed input[type="radio"] {
   display: none;
 }

 .boxed input[type="radio"]:checked + .label {
   border: 3px solid #c3922e;
  color: #394241;
 }
 .checkbox-radio[type="radio"]:checked,
 .checkbox-radio[type="radio"]:not(:checked),
 .checkbox-check[type="checkbox"]:checked,
 .checkbox-check[type="checkbox"]:not(:checked){
     position: absolute;
     left: -9999px;
     width: 0;
     height: 0;
     visibility: hidden;
 }
 .checkbox-radio:checked + label,
 .checkbox-radio:not(:checked) + label{
     position: relative;
     padding: 20px 0;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 1px;
     margin: 0 auto;
     margin-left: 5px;
     margin-right: 5px;
     margin-bottom: 10px;
     text-align: center;
     border-radius: 4px;
     overflow: hidden;
     cursor: pointer;
     color: #394241;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
 }

 .checkbox-radio:checked + label{
     color: #7BC868;
 }
 .checkbox-check:checked + label,
 .checkbox-check:not(:checked) + label{
     position: relative;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center;
     text-align: center;
     padding: 0;
     font-size: 14px;
     margin: 0 auto;
     margin-bottom: 30px;
     text-align: center;
     border-radius: 0;
     cursor: pointer;
     background-color: transparent;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
     width: 100%;
     border: 3px solid transparent;
     box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
     height: calc(100% - 30px);
 }

 .checkbox-check:checked + label span,
 .checkbox-check:not(:checked) + label span{
    padding-left: 10px;
    padding-right: 10px;
    display: block;
 }

  .checkbox-check:checked + label img{
    opacity: 1;
  }

 .checkbox-check:not(:checked) + label img{
    opacity: 0.9;
 }

 .checkbox-check:checked + label{
    border-color: #c3922e;
 }
 .checkbox-check:checked + label::before,
 .checkbox-check:not(:checked) + label::before{
     position: absolute;
     content: '';
     top: -2px;
     left: -2px;
     width: calc(100% + 4px);
     height: calc(100% + 4px);
     border-radius: 4px;
     z-index: -2;
  }
 .checkbox-check:not(:checked) + label::before{
     top: -1px;
     left: -1px;
     width: calc(100% + 2px);
     height: calc(100% + 2px);
 }
 .checkbox-check:checked + label::after,
 .checkbox-check:not(:checked) + label::after{
     position: absolute;
     content: '';
     top: -2px;
     left: -2px;
     width: calc(100% + 4px);
     height: calc(100% + 4px);
     border-radius: 4px;
     z-index: -2;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear; 
 }
 .checkbox-check:checked + label::after{
    opacity: 0;
 }
 .checkbox-check:checked + label .uil,
 .checkbox-check:not(:checked) + label .uil{
    font-size: 20px;
 }
 .checkbox-check:checked + label .text,
 .checkbox-check:not(:checked) + label .text{
     position: relative;
     -webkit-transition: opacity 300ms linear;
     transition: opacity 300ms linear;
 }
 .checkbox-check:not(:checked) + label .text::after{
     width: 0;
 }
 .checkbox-check:checked + label .text::after{
    width: 100%;
 }
 .for-checkbox-radio h3{
  color: #c3922e;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
 }
 .for-checkbox-radio p {
   min-height: 90px;
    font-size: 13px;
}
 .no-padding{
  padding:0;
 }
 .no-margin{
  margin:0;
 }
.days-count .label {
    padding: 20px 0;
    display: block;
    margin-bottom: 30px;
}
.boxed {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, 
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, 
.datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, 
.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, 
.datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], 
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
    background-color: #c3922e;
    background-image: -moz-linear-gradient(top, #c3922e, #c3922e);
    background-image: -ms-linear-gradient(top, #c3922e, #c3922e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c3922e), to(#c3922e));
    background-image: -webkit-linear-gradient(top, #c3922e, #c3922e);
    background-image: -o-linear-gradient(top, #c3922e, #c3922e);
    background-image: linear-gradient(top, #c3922e, #c3922e);
    color: #fff;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
    background-color: #eee;
    background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -ms-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: linear-gradient(top, #eeeeee, #eeeeee);
}

#message,
#processing{
  margin-top: 10px;
  display: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, 
.img-responsive, .thumbnail a>img, .thumbnail>img{
  width: 100%;
}

.place-widget-wrapper {
  display: flex; 
  flex-wrap: wrap;
}

.show-xs {
  display: none;
}

.hide-xs{
  display: block;
}

.select_btn{
  display: inline-block !important;
  border-radius: 4px;
  margin-bottom: 5px;
}

.text-center-force {
  text-align: center !important;
}

.people-count {
  width: 70px;
  height: 70px;
  margin: 15px auto;
  text-align: right;
}

@media screen and (min-width: 768px){
  .lead {
      font-size: 19px;
  }
}

@media screen and (max-width: 991px){
  .place-widget{
    float: none !important;
    display: inline-block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  .header {
    background: url('images/banner-mobile.webp') center center no-repeat;
    background-size: cover;
  }
  .show-xs {
    display: block;
  }
  .hide-xs{
    display: none;
  }
  *{
    text-align: center;
  }
  .section-title {
      font-size: 28px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .form-group,
  .form-control{
      text-align: left;
  }
  .people-count {
    text-align: center;
  }
  .datepicker-inline,
  div.datepicker .datepicker-months .table-condensed,
  div.datepicker .datepicker-days .table-condensed,
  div.datepicker .datepicker-years .table-condensed{
      width: 100%;
  }
  .place-widget{
    float: left !important;
    display: inline-block;
    margin: 0 auto;
  }
  .for-checkbox-radio p {
    min-height: auto;
    font-size: 14px;
    line-height: 17px;
  }
  .checkbox-check:checked + label span, 
  .checkbox-check:not(:checked) + label span{
    padding-left: 7px;
    padding-right: 7px;
  }
  h3 {
      margin-top: 15px;
      margin-bottom: 7px;
  }
  .btn-landing {
    border: 3px solid #c3922e;
    padding: 15px 20px;
    font-size: 24px;
  }
  .top-logo{
    display: none;
  }
  .bottom-logo-bar{
    display: block;
    height: 0;
  }
}