/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v35-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v35-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

nav .flag {
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 3px;
}
p {
  font-weight: 300;
}
input,select {
  font-size: 1rem;
}
.stars {
  margin: 0 2px;
}
.stars i {
  margin: 0;
  color: #FED330 !important;
  font-size: initial;
}
.align-icon{
  position: relative;
}
.align-icon i {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 2;
}
.welcome {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dashboard {
  height: auto;
  border-radius: 3px;
  padding: 20px 15px;   
}
.home-text {
  background-color: rgba(68,68,68,0.7);
  padding: 15px;
  margin:10px 0;
  color: #ffffff !important;
  border-radius: 3px;
  text-align: center;
}
.error-code {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 4rem;
}
.error-text {
  margin-top: 50px;
  margin-bottom: 25px;
  background-color: rgba(68,68,68,0.7);
  padding: 15px;
  color: #ffffff !important;
  border-radius: 3px;
  text-align: center;
}
.error-text i, .error-text .fa-exclamation-triangle{
  color:#D91E18 !important;
  opacity: 1;
}
/* Clearable text inputs */
.clearable {
  position: relative;
  display: inline-block;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}
.ajaxBusy-input {
  position: absolute;
  right:15px; 
  bottom:15px;
  padding: 0 8px;
  user-select: none;
  cursor: pointer;
  display: none;
}
.ajaxBusy-input i {
  font-style: normal;
  font-size: 1.2em;
  color: rgba(58,175,169,1.00) !important;
}
.ajax-busy {
  cursor: wait;
  text-align: center;
  padding-top: 50px;
  min-height: 180px;
  height: auto;
  width: 30%;
  z-index: 99;
  position: fixed;
  top: 40%;
  right: 35%;
  left: 35%;
  box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
  border-radius: 5px;
}
.ajax-busy i {
  font-size: 50px;
  margin: 10px;
}
.ajax-busy p {
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.ajax-busy div, .ajax-busy span {
  margin-top: 10px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}
.xhr-busy {
  text-align: center;
  padding-top: 20px;
}
.xhr-busy i {
  font-size: 40px;
  margin: 10px;
}
.xhr-busy p {
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
}
.xhr-busy div, .xhr-busy span {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.filter-header {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  margin-top: 5px;
  display: block;
}
.filter-line, .filter-line label,.filter-line input[type=checkbox] {
  height: 26px;
  line-height: 26px;
}
.filter-line label {
  padding-bottom: 5px;
  font-weight: 300;
}
.step  {
  font-weight: bold;
  padding-left: 10px;
  display: inline-block;
  line-height: 44px;
  font-size: 18px; 
  height: 44px; 
  position: relative; 
  width: 36px; 
  float: left;
  
} 
.step:before { 
  border-bottom: 22px solid transparent; 
  border-top: 22px solid transparent; 
  content: ""; 
  height: 0; 
  right: -15px; 
  position: absolute; 
  top: 0px; 
  width: 0; 
}
.step-heading {
  line-height: 44px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 70px;
}
.light-red-b {
  background-color: rgba(255,106,10,0.1);
  border-radius: 3px;
}
.info-green {
  border-radius: 3px;
  background-color: #648F24;
  color: #ffffff !important;
  padding: 2px 3px;
}
.info-green i {
  color: #ffffff !important;
}
i.fa-exclamation-triangle{
  color:#F73C02 !important;
}
.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.facility {
  padding: 2px;
  font-weight: 300;
}
.facility .dot {
  background-color: rgba(64,53,12,0.5);
}
.location-img {
  overflow: hidden;
  width: 90%;
  padding-left: 5%;
}
.location-img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  margin-bottom: 10px;
}
.full-back {
  min-height:350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}
.auto-back {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}
.smaller-t {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}  
.fotorama-holder {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
/* HOTEL TPL */
.hotel { 
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #fdfcfd;
  border: 1px solid #f5f4f5;
  -webkit-box-shadow: 0px 1px 3px #CCCCCC;
  -moz-box-shadow: 0px 1px 3px #CCCCCC;
  box-shadow: 0px 1px 3px #999999;
  padding:0;  
}
.hotel:hover {
  border: 1px solid #cecece;
}
.hotel-img-thumb {
  position: relative;
}
.hotel-img {
  display: block;
  margin: 0;
  height: 160px;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.hotel-img img{
  width: 100%;
  min-height: 100%;
  margin: 0;
  float: left;
}
.hotel-map-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.hotel-map-img img{
  width: 100%;
  min-height: 100%;
  margin: auto;
}
.hotel-img-thumb .promo-offer, .hotel-img-thumb .promo-sof{
  z-index: 5 !important;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 16px;
  font-weight: 900;
  float: none;
  padding: 8px;
}
.hotel-img-thumb .promo-sof .spf {
  color: #ffffff;
}
.hotel-img-thumb .promo-offer {
  background-color: rgba(191,158,36,0.7);
}
.hotel-img-thumb .promo-sof {
  background-color: rgba(100,143,36,0.7);
}
.trans-img {
  margin: 0;
  width: 20%;
  overflow: hidden;
}
.trans-img img{
  width: 100%;
  min-height: 100%;
  margin: 0;
  float: left;
}
.promo-btn {
  background: rgba(100,143,36,0.7); 
  color: #ffffff !important;
  border: 1px solid rgba(100,143,36,0.8);
  font-weight: bold;
  opacity: 0.9;
}
.promo-btn i {
  color: #ffffff !important;
}
.promo-btn:hover, .promo-btn:active, .promo-btn:focus, .promo-btn.current {
opacity: 1;
text-decoration: none;
}
.hotel-img-thumb .promo-offer .striped, .hotel-img-thumb .promo-sof .striped{
  color: #ffffff;
  text-align: right;
}
.hotel-img-thumb .promo-offer-o {
  box-sizing: initial;
  z-index: 5 !important;
  background-color: rgba(255,106,10,0.7);
  color: #ffffff !important;
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 16px;
  float: none;
  padding: 8px;
  width: 38px;
}
.hotel-img-thumb .promo-offer-o2 {
  box-sizing: initial;
  z-index: 5 !important;
  background-color: rgba(255,106,10,0.7);
  color: #ffffff!important;
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
  float: none;
  padding: 10px;
  text-align: center;
  width: 75px;
}
.hotel-img-thumb .promo-offer-o3 {
  box-sizing: initial;
  z-index: 5 !important;
  background-color: rgba(255,106,10,0.7);
  color: #ffffff!important;
  position: absolute;
  top: 95px;
  right: 0;
  font-size: 16px;
  float: none;
  padding: 10px;
  text-align: center;
  width: 75px;
}
.hotel-img-thumb .promo-offer-o span, .hotel-img-thumb .promo-offer-o2 span {
  font-weight: 900;
}
.hotel-img-thumb .promo-offer-o i, .hotel-img-thumb .promo-offer-o2 i {
  color: #ffffff!important;
  display: inline;
}
.promo {
  background-color: #BF9E24;
  color: #ffffff;
  padding: 4px;
  border-radius: 3px;
}
.spromo {
  background-color: rgba(100,143,36,1);
  color: #ffffff;
  padding: 4px;
  border-radius: 3px;
}
.promo-only {
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  background-color: #FF6A0A;
}
.gold-cc {
 color: #BF9E24;
}
.hotel-details {
  position: relative;
  height: 160px;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.hotel-details .off-desc {
  position: absolute;
  right: 8px;
  bottom: 83px;
}
.hotel-details .l-price {
  position: absolute;
  right: 8px;
  top: 40px;
}
.hotel-details .off-desc-p {
  position: absolute;
  right: 8px;
  top: 75px;
}
.hotel-details .map-tti{
  margin-top: 5px;
}
.hotel-details .map-tti a, .hotel-details .map-tti i {
  color:#FF6A0A !important;
  font-size: 0.9rem;
}
.hotel-details .desc-price {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.hotel-details .s-price {
  position: absolute;
  right: 5px;
  bottom: 30px;
}
.hotel-details .rfsh-price {
  
}
.hotel-details .board {
  position: absolute;
  left: 12px;
  bottom: 8px;
}
.hotel-details .board-l {
  position: absolute;
  left: 12px;
  bottom: 26px;
}
.close-btn {
  position: absolute;
  top:-10px;
  right:-10px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
}
.hotel-found {
  border: 2px solid transparent;
} 
.hotel-found i.fa-times-circle {
  font-size: 150%;
}
a.close-btn:hover, a.close-btn:active, a.close-btn:focus {
  opacity: 1;
}
.address {
  font-weight: 300;
  text-transform: lowercase;
  display: inline-block;
  text-overflow: ellipsis;
}
.hotel .map-lien a {
  text-decoration: none;
  text-transform: capitalize;
}
.hotel .map-lien a:hover {
  text-decoration: underline;
}
.hotel .map-lien a:hover {
  text-decoration: underline !important;
}
.signature{
  font-size: 0.85rem;
}
#map_container {
  height: 90%;
  width: 90%;
  position: fixed;
  top: 5% !important;
  left: 5%;
  z-index: 990;
  background-color: #eee;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  box-sizing: border-box;
}
#map_div{
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 10px;
}
.map-header {
  background-color : #eee;
  padding: 10px 15px;
}
.map-img {
  display: block;
  height: 120px;
  width: 180px;
  overflow: hidden;
  margin: 5px auto 5px auto;
}
.map-img img {
  width: 100%;
  min-height: 100%;
}
#map{
  height: 95%;
  width: 100%;
}
#close_map {
  display: block;
}
.shadow-badge{
  padding: 25px 15px;
  border-radius: 5px;
  border-bottom:1px solid rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 1px 3px #CCCCCC;
  -moz-box-shadow: 0px 1px 3px #CCCCCC;
  box-shadow: 0px 1px 3px #999999;
  background-color: #FFFFFF;
}
.svg-cc {
  vertical-align: middle !important;
  line-height: 30px;
}
.mytab-links i.fa-dot-circle, .mytab-links i.fa-circle {
  font-size: 24px;
}
label.terms {
  vertical-align: middle;
  height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal;
}
input[type='checkbox'].terms {
  vertical-align: middle;
  height: 16px !important;
  width: 16px !important;
  margin: 2px 5px 0 0;
  padding: 0 !important;
  white-space: normal;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.field {
  background: white;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #bac1c8;
  border-radius: 2px;
  color: #32315E;
  outline: none;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  cursor: text;
  width: 76%;
  float: right;
  display: block;
}

.field:focus,
.field.StripeElement--focus {
  border-color: #F99A52;
}

.iframe-cc {
  width: 100%;
  height: auto;
  border: 0;
  min-height: 530px;
  min-width: 400px;
  overflow: auto;
}

.verified img {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  
}
.pci img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  
}

@media ( min-width: 768px ) {
  #public_filter_section {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .ajax-busy {
    width: 70%;
    right: 15%;
    left: 15%;
  }
  .hotel-img {
    height: 220px;
  }
  .hotel-details {
    margin-top: 5px;
    height: 180px;
  }
  .signature{
    margin-bottom: 30px;
  }

}