﻿/*variables less begin*/
/*font / text properties*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
/*colors*/
/*borders*/
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-padding {
  padding: 0;
}
.zero-margin {
  margin: 0;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
/*variables less end*/
/*general less begin*/
html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #292929;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}
.gray-bg-div {
  background-color: #eeeff3;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 35px;
}
h5 {
  font-weight: bold;
}
.padding-top {
  padding-top: 10px !important;
}
input,
textarea {
  background: #fff;
  border: 1px solid;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 20px 0;
  padding: 5px;
  width: 300px;
}
input:focus,
textarea:focus {
  border: 1px solid #ff934d;
  outline: 0;
}
textarea {
  height: 100px;
}
.float-left {
  float: left !important;
}
p {
  line-height: 22px;
  z-index: 2;
  position: relative;
  color: #292929;
}
a,
a:hover,
a:focus,
a:active {
  color: #292929;
  outline: 0;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clr-padding,
.col-md-12.clr-padding .col-md-6.clr-padding,
.col-md-8.clr-padding {
  padding: 0;
}
.margin-bottom {
  margin-bottom: 20px;
}
textarea {
  resize: none;
}
.field-validation-error {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: -22px;
  color: #ff1b1b;
  left: 0;
  line-height: 16px;
  position: absolute;
  width: 95%;
  z-index: 1000;
}
.field-validation-valid {
  display: none;
}
.required-field {
  font-size: 12px;
  line-height: 20px;
}
.required-field span {
  color: #ff934d;
}
.g-recaptcha {
  clear: both;
  margin: auto;
  margin-bottom: 10px;
  width: 300px !important;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 10px;
    width: 100%;
    max-width: 95%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    box-sizing: content-box;
    width: 20px !important;
    height: 20px;
    border-width: 0;
    transition: all .3s linear;
  }
  .map img {
    max-height: 375px;
    min-height: 375px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .map img {
    min-height: 375px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    background: transparent;
  }
  .container {
    /*padding: 0 5px;*/
    width: 100%;
    max-width: 100%;
  }
  .field-validation-error {
    width: 100%;
    margin-left: 0;
  }
  input[type="text"],
  input[type="password"],
  textarea {
    width: 100% !important;
  }
  .map img {
    min-height: 100px;
    width: 100%;
  }
}
.orange {
  color: #ff934d;
}
/*general less end*/
#m-booked-small-t3-89002 .booked-weather-160x36,
#m-booked-small-t3-67986 .booked-weather-160x36 {
  padding: 0px !important;
  width: 100% !important;
}
#m-booked-small-t3-89002 .booked-weather-160x36-city,
#m-booked-small-t3-67986 .booked-weather-160x36-city {
  padding: 0px !important;
}
#m-booked-small-t3-89002 span,
#m-booked-small-t3-67986 span {
  display: none;
}
#m-booked-small-t3-89002 .booked-weather-160x36-degree,
#m-booked-small-t3-67986 .booked-weather-160x36-degree {
  font-size: 15px !important;
  float: left;
  padding: 0px 17%;
}
.page-header {
  background-color: #ececec;
  padding: 5px 0;
  margin: 0 0 30px 0;
}
.page-header h1 {
  color: #221f1f;
  font-size: 24px;
  text-align: center;
}
/*.modal-body > p {
    font-size: 13px;
    line-height: 18px;
}*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  display: none;
  border: solid 1px #6c6c6c;
}