﻿html {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding-top: 50px;
  /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;*/
}

b,
strong {
  font-weight: 700;
}

label {
  font-weight: normal;
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*padding: 10px 0px 10px;
    margin: 0;*/
  font-weight: 700;
  /*text-transform: uppercase;*/
}

p {
  /*padding: 0;
    margin: 0;*/
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

.validation-summary-errors > ul > li {
  color: red;
}

input[type="checkbox"],
input[type="radio"] {
  /*margin: 0;*/
  /*padding: 0;*/
}

input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}

.black-background {
  color: white !important;
  background-color: black !important;
  padding: 0px 10px 0px 10px !important;
  border-bottom: 1px solid #ed1c24 !important;
}

.grey-background {
  background-color: #e9e9e9 !important;
  padding: 0px 10px 0px 10px !important;
  border-bottom: 1px solid #999999 !important;
  border-radius: 0px 0px 0px 10px !important;
}

.white-background {
  background-color: white !important;
  padding: 0px 10px 5px 10px !important;
  border-bottom: 1px solid #e9e9e9 !important;
}

.max-25 {
  max-width: 25px !important;
}

.max-50 {
  max-width: 50px !important;
}

.max-100 {
  max-width: 100px !important;
}

.max-150 {
  max-width: 150px !important;
}

.max-300 {
  max-width: 300px !important;
}

.max-600 {
  max-width: 600px !important;
}

.redtxt {
  color: #ed1c24 !important;
}

.red-background {
  background-color: #ed1c24 !important;
  padding: 5px;
  border-bottom: 2px solid black;
}

.greentxt {
  color: #4cba1c !important;
}

.datepicker {
  padding: 6px 12px;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #ed1c24;
  background: -moz-linear-gradient(to bottom, #ed1c24, #e44248);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24), to(#e44248));
  background: -webkit-linear-gradient(to bottom, #ed1c24, #e44248);
  background: -o-linear-gradient(to bottom, #ed1c24, #e44248);
  background: -ms-linear-gradient(to bottom, #ed1c24, #e44248);
  background: linear-gradient(to bottom, #ed1c24, #e44248);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#e44248', GradientType=0);
  border-color: #e44248 #e44248;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.today:hover:hover {
  color: #fff;
}

.modal {
  /* csslint allow: important */
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .btn-ok i {
  display: none;
}
.modal.loading .btn-ok i {
  display: inline-block;
}

/* Why are we overriding this here? */
.form-group {
  margin: 0;
  padding-bottom: 15px;
}

/* Extra class to display a form group as an inline-block. */
.form-group.form-group-inline {
  display: inline-block;
  margin-right: 15px;
}

.form-control {
  border: 1px solid #999999;
  height: 36px;
  font-size: 16px;
  color: #999999;
  /*line-height: 36px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  line-height: 24px;
  box-sizing: border-box;
}
.form-control > input[type="file"] {
  width: 100%;
}

.input-group-addon {
  border-color: #999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-control {
    line-height: 24px;
  }
}

.form-control:focus {
  /*outline: none;
    box-shadow: none;
    border: 1px solid #999999;*/
  color: #000;
  border: 1px solid #ed1c24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 7px #ed1c24;
}

textarea.form-control {
  height: 100px;
}

.error {
  color: #ed1c24;
  font-size: 14px;
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  width: 100%;
}

body > .wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: calc(100vh - 162px);
}

.page-header {
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #cacaca;
}

.page-header h1 {
  font-size: 30px;
  font-weight: 700;
  /* semi bold */
  text-transform: uppercase;
  color: #ed1c24;
  padding-bottom: 18px;
}

.checkbox-ui {
  position: relative;
  padding: 0;
  margin: 0;
}

.checkbox-ui input[type="checkbox"] {
  position: absolute;
  margin: 0;
  display: none;
  visibility: hidden;
}

.checkbox-ui label {
  padding: 0;
}

.checkbox-ui label:after {
  content: "\f14a";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
  color: #666;
  display: inline-block;
}

.checkbox-ui input[type="checkbox"]:checked + label:after {
  color: #009900;
}

div.fa-checkbox > input[type="checkbox"] {
  visibility: hidden;
  -webkit-appearance: none;
}

div.fa-checkbox > input[type=checkbox] + label::before,
    div.fa-checkbox > input[type=checkbox] + input[type="hidden"] + label::before /* MVC Tweak */
 {
  content: "\f096";
  font-family: FontAwesome;
  font-size: inherit;
  display: inline;
  color: #666;
  background: transparent;
  margin-right: 0.25em;
  margin-left: -20px; /* Same as Bootstrap input[checkbox] */
}

div.fa-checkbox > input[type=checkbox]:checked + label::before,
    div.fa-checkbox > input[type=checkbox]:checked + input[type="hidden"] + label::before /* MVC Tweak */
 {
  content: "\f14a";
  font-family: FontAwesome;
  color: #009900;
  margin-right: calc(0.25em - 1px);
}

.btn {
  padding: 10px 12px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-size: 14px;
  line-height: 14px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  border: 0;
  outline: none;
}

.btn-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-default {
  color: #fff;
  background-color: #9e9e9e;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-red {
  background-color: #ed1c24;
  color: #fff;
}

.btn-red:hover,
.btn-red:focus {
  color: #fff;
}

.btn-black {
  background-color: #070707;
  color: #fff;
}

.btn-black:hover,
.btn-black:focus {
  color: #fff;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select.open .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  outline: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; /* csslint allow: important */
}

.bootstrap-select.open,
.bootstrap-select:focus,
.bootstrap-select:active,
.bootstrap-select:hover {
  outline: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu {
  top: 95%;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li a {
  color: #333333;
  font-size: 14px;
  padding: 5px 20px;
}

.bootstrap-select .dropdown-menu li a:hover {
  background: linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 107, 110) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -webkit-gradient(
    90deg,
    color-stop(0%, rgb(237, 28, 36)),
    color-stop(100%, rgb(240, 104, 110) 100%)
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  color: #fff;
}

.bootstrap-select .dropdown-menu .selected a {
  background: -ms-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -webkit-gradient(
    90deg,
    color-stop(0%, rgb(237, 28, 36)),
    color-stop(100%, rgb(240, 104, 110) 100%)
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(237, 28, 36) 0%,
    rgb(240, 104, 110) 100%
  );
  color: #fff;
}

.center-block {
  margin: 0 auto;
  float: none;
}

.main {
  padding: 0;
  margin: 0;
  width: 100%;
}

.container {
  max-width: 990px;
  position: relative;
}

header {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar {
  min-height: inherit;
  border-radius: 0;
  /*position: relative;*/
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin: 0;
  padding: 0;
  width: 188px;
  height: 30px;
  font-size: 0;
  line-height: normal;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin: 0;
}

.navbar-default {
  padding: 10px 0;
  margin: 0;
  background-color: #000;
  border: 0;
  /*position: relative;*/
}

.icons-rebook-travel-logo {
  width: 188px;
  height: 30px;
}

.navbar-collapse {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.navbar-nav {
  padding: 0;
  margin: 0;
}

.navbar-nav > li {
  margin-left: 22px;
}

.navbar-nav > li > a {
  padding: 0;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > button {
  color: #ed1c24;
  font-size: 16px;
  padding: 8px 0;
}
.navbar-default .navbar-nav > li > button:hover,
.navbar-default .navbar-nav > li > button:focus {
  color: #ed1c24;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
  color: #ed1c24;
  padding: 5px 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ed1c24;
}

.navbar-toggle {
  margin: 0;
  padding: 7px 0;
}

.navbar-default .navbar-toggle {
  border: 1px solid transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ed1c24;
}

/* WHY? WHY!!! */
.fa {
  /*font-size: 20pt !important;*/
  /*color: #ed1c24;*/
}

footer {
  padding: 14px 0;
  margin: 0;
  background-color: #ed1c24;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

footer .social-media a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

footer .social-media {
  font-size: 30px;
  color: #fff;
}

footer .copyright {
  margin-top: 15px;
}

footer .copyright p {
  line-height: 16px;
  font-size: 14px;
}

footer .copyright a {
  color: #fff;
}

.banner {
  padding: 0;
  margin: 0;
  margin-top: -30px; /* To offset padding on body > .wrapper...  */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner .container {
  height: 100%;
}

.banner > .banner-img {
  width: 100%;
  max-height: 336px;
}

.banner > .banner-img-home {
  width: 100%;
  max-height: 600px;
}

.banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.banner-text-home h1 {
  /*bottom: 45%;*/
  font-size: 31px !important;
}

.banner-text h1 {
  font-size: 36px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
  font-weight: 700;
  /* semibold */
  text-transform: uppercase;
  /*background-color: rgb(0,0,0);
        background-color: rgba(0, 0, 0, 0.7);*/
  padding: 0;
  margin: 0;
}

.banner.home {
  background-image: url("/uploads/homepage-banner.jpg");
}
.banner.prelaunch {
  background-image: url("/images/homepage-banner-pre-launch.jpg");
}

.banner.hotels {
  background-image: url("/uploads/for-hotel-banner.jpg");
}

.banner.faqs {
  background-image: url("/uploads/faq-banner.jpg");
}
.banner.destinations {
  background-image: url("/uploads/destination-banner.jpg");
}

.banner.how-it-works {
  background-image: url("/uploads/how-it-works-banner.jpg");
}

.banner.home .banner-text {
  text-transform: none;
  background-color: transparent;
  /*padding: 0;*/
}

.banner.home .banner-text h1 {
  text-transform: none;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 400;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.welcome {
  padding: 23px 0 26px;
  margin: 0;
  background-color: #fff;
}

.wrapper .welcome {
  flex-grow: 2;
  flex-shrink: 1;
  display: flex;
  align-items: center;
}

.welcome p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.welcome strong {
  font-weight: 700;
}

.home-action,
.call-to-action {
  padding: 45px 0;
  background-color: #000;
  margin-bottom: -30px;
}

.home-action .btn,
.call-to-action .btn {
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 0 37px;
  margin: 0 55px;
}

.state-list {
  padding: 32px 0;
  background-color: #000;
}

.state-list .panel-group {
  margin-bottom: 0;
}

.state-list .panel {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}

.state-list .panel .panel-heading {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
  display: block;
  margin-bottom: 15px;
}

.state-list .panel .panel-title {
  color: #ed1c24;
  font-size: 24px;
  font-weight: 700;
  /* semibold */
  display: block;
  text-align: center;
}

.state-list .panel .panel-collapse {
  border-radius: 0;
}

.state-list .panel .panel-collapse .panel-body {
  border: 0;
  padding: 0;
}

.state-list ul.city li {
  text-align: center;
  line-height: 34px;
}

.state-list ul.city li a {
  color: #cccccc;
  font-size: 18px;
}

.filter-city-content {
  padding: 0 0 28px;
  text-align: center;
}

.filter-city-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
}

.filter-city-content p.well {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  /* italic */
  margin-bottom: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.filter-city-content p.message {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-style: italic;
  /* italic */
  margin-bottom: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.filter-city-content p.well strong {
  font-weight: 700;
}

.black-panel {
  padding: 30px 0 15px;
  background-color: #000;
}

.black-panel h2 {
  display: block;
  color: #ed1c24;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.black-panel .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.black-panel label {
  color: #cccccc;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.black-panel .form-control {
  border: 1px solid #cccccc;
  height: 36px;
  color: #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(1, 1, 1, 0.15);
}

.participating-hotels-message {
  background-color: #fff;
  padding: 30px 0 18px;
  text-align: center;
}

.participating-hotels-message h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #ed1c24;
  margin-bottom: 14px;
}

.participating-hotels-message p {
  font-size: 16px;
  color: #000;
  font-style: italic;
  /* italic */
  font-weight: 400;
  line-height: 20px;
}

.participating-hotels {
  padding: 0;
  margin: 0;
}

.participating-hotels ul li {
  padding: 20px 0;
}

.participating-hotels ul li:nth-child(odd) {
  background-color: #e9e9e9;
}

.participating-hotels ul li:nth-child(even) {
  background-color: #fff;
}

.participating-hotels .thumb {
  max-height: 235px;
  height: 100%;
  overflow: hidden;
}

.participating-hotels .thumb img {
  width: 100%;
}

.participating-hotels .thumb.map {
  width: 100%;
  border: 1px solid #777777;
}

.participating-hotels .thumb.map iframe {
  width: 99.5%;
  height: 235px;
  border: 0;
}

.participating-hotels .caption {
  position: relative;
  height: 100%;
}

.participating-hotels .caption h2 {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
}

.participating-hotels .caption .address {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
}

.participating-hotels .caption .discription {
  padding: 0;
  margin: 0 0 20px;
}

.participating-hotels .caption .discription p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.participating-hotels .caption-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.participating-hotels .caption-action .icon {
  font-size: 28px;
  line-height: 28px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
}

.participating-hotels .caption-action .icon.icon-check-circle {
  color: #4cba1c;
}

.participating-hotels .caption-action .icon.icon-plus-circle {
  color: #858585;
}

.participating-hotels .caption-action .icon.icon-map-marker {
  color: #eb483f;
}

.participating-hotels .caption-action .icon.icon-info-circle {
  color: #858585;
  display: none;
}

.participating-hotels .action {
  padding: 35px 0 30px;
}

.traveler-detail {
  padding: 0 0 15px;
  margin: 0;
}

.traveler-detail .page-header h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  color: #ed1c24;
  padding-bottom: 18px;
}

.traveler-info {
  padding: 0;
  margin: 0 0 26px;
}

.traveler-info dl {
  padding: 0 0 7px;
  margin: 0;
  color: #666666;
  font-size: 18px;
}

.traveler-info dl .seprator {
  display: inline-block;
  padding: 0 5px;
}

.traveler-info dt {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.traveler-info dt label {
  font-weight: 700;
}

.traveler-info dd {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.selectitem label {
  font-size: 16px;
  color: #000;
  font-style: italic;
}

.selectitem label:after {
  font-style: normal;
  margin-left: 4px;
  display: inline-block;
}

.traveler-item {
  background-color: #edecec;
  padding: 30px 0 15px;
}

.traveler-item h2 {
  font-size: 24px;
  line-height: 22px;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.traveler-item ul {
  padding: 0;
  margin: 0;
}

.traveler-item li {
  padding: 13px 35px 13px 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #8e8e8e;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.traveler-item li .checkbox {
  position: absolute;
  right: 0;
  top: 23px;
}

.traveler-item li .checkbox label:after {
  font-size: 30px;
}

.traveler-item li .prices {
  display: table-cell;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: 700;
  width: 235px;
}

.traveler-item li .prices span {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}

.traveler-item li .hotel-name {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}

.reservation-detail {
  padding: 0 0 15px;
  margin: 0;
}

.reservation-detail .page-header h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  color: #ed1c24;
  padding-bottom: 18px;
}

.reservation-info {
  padding: 0;
  margin: 0;
}

.reservation-info dl {
  padding: 0 0 7px;
  margin: 0;
  color: #000000;
  font-size: 18px;
}

.reservation-info dl .seprator {
  display: inline-block;
  padding: 0 8px;
}

.reservation-info dt {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.reservation-info dt label {
  font-weight: 700;
}

.reservation-info dd {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.reservation-hotel-detail {
  padding: 0 0 20px;
  margin: 0;
  background-color: #edecec;
}

.reservation-hotel-detail .reservation-hotel-name {
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.reservation-hotel-detail .reservation-price-room {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.reservation-hotel-detail .reservation-price-room .seprator {
  display: inline-block;
  padding: 0 2px;
}

.reservation-hotel-detail .reservation-total {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.reservation-hotel-detail .reservation-total label {
  font-weight: 700;
  margin-right: 5px;
}

.reservation-hotel-detail .reservation-deposit {
  padding: 20px 0 0 0;
  border-top: 1px solid #999999;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
}

.reservation-hotel-detail .reservation-deposit label {
  font-weight: 700;
  margin-right: 5px;
}

.reservation-hotel-detail .reservation-deposit .price {
  font-size: 24px;
}

.billing-address-form {
  padding: 32px 0 43px 0;
}

.billing-address-form h2 {
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.billing-address-form .billing-address {
  margin-bottom: 15px;
}

.billing-address-form .form-group {
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}

.billing-address-form .form-group label {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-bottom: 7px;
}

.billing-address-form .form-group label {
  color: #333;
}

.for-hotel-message {
  padding: 24px 0 13px;
  /*text-align: center;*/
}

.for-hotel-message p {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin-bottom: 15px;
}

.for-hotel-message p strong {
  font-weight: 700;
}

.hotel-membership-option {
  padding: 40px 0;
  background-color: #e9e9e9;
}

.wrapper > .hotel-membership-option:last-child {
  margin-bottom: -30px;
}

.hotel-membership-option h2 {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 700;
  /* semi bold */
  border-bottom: 2px solid #cccccc;
  font-size: 24px;
}

.hotel-membership-option h3 {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 18px;
  font-weight: 700;
}

.hotel-membership-option p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 25px;
}

.hotel-membership-option .btn {
  text-transform: uppercase;
}

.rental-membership-option {
  padding: 40px 0;
  background-color: #fff;
}

.rental-membership-option h2 {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 27px;
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 700;
  /* semi bold */
  border-bottom: 2px solid #cccccc;
  font-size: 24px;
}

.rental-membership-option h3 {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 18px;
  font-weight: 700;
}

.rental-membership-option p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 25px;
}

.rental-membership-option .btn {
  text-transform: uppercase;
}

.member-login {
  padding: 40px 0;
  /*background-color: #e9e9e9;*/
}

/*.member-login h2 {
        display: block;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #ed1c24;
        font-weight: 700;
        border-bottom: 2px solid #cccccc;
        font-size: 24px;
    }*/

.member-login .form-group {
  padding-bottom: 15px;
}

.member-login .form-group label {
  color: #333333;
  display: block;
  margin-bottom: 10px;
}

.member-login .forgot-resetpass {
  display: block;
  margin-bottom: 35px;
}

.member-login .forgot-resetpass .forgotpass {
  color: #333333;
  font-size: 14px;
}

.member-login .forgot-resetpass .resetpass {
  color: #ed1c24;
  font-size: 14px;
}

.member-login .action .btn {
  text-transform: uppercase;
}

body.login .member-login h2 {
  display: none;
}

body.login .member-login {
  background-color: transparent;
}

.data-entry {
  padding: 0 0 35px;
}

.data-entry p {
  margin-bottom: 12px;
}

.data-entry .btn {
  margin-right: 20px;
  text-transform: uppercase;
}

.data-entry-form {
  padding: 0 0 40px 0;
}

.data-entry-form .data-entry-title {
  margin-bottom: 20px;
}

.data-entry-form h2 {
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 24px;
}

.data-entry-form .billing-address {
  margin-bottom: 15px;
}

.data-entry-form .form-group {
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}

.data-entry-form .form-group label {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-bottom: 7px;
}

.data-entry-form .form-group label {
  color: #333;
}

.item-detail-id {
  padding: 0 0 20px;
}

.item-detail-id .item-id {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.item-detail-id .item-id label {
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}

.item-detail-id .item-id .itemid {
  color: #ed1c24;
}

.white-panel {
  padding: 15px 0;
  background-color: #fff;
}

/*.white-panel .row {
        margin: 0;
    }

    .white-panel .col-lg-5,
    .white-panel .col-md-5,
    .white-panel .col-sm-6,
    .white-panel .col-xs-12 {
        padding: 0;
    }

    .white-panel .panel {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .white-panel .panel .panel-heading {
            border-bottom: 1px solid #999999;
            padding: 0;
            min-height: 45px;
            position: relative;
        }

    .white-panel .panel-body {
        padding: 15px 0;
    }*/

.row-gray {
  background-color: #e9e9e9;
}

.row-black {
  background-color: #000;
}

.row-padded {
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-flex {
  display: flex;
}

.row-flex .col-align-center {
  align-self: center;
}

.grey-panel {
  padding: 15px 0 15px;
  background-color: #e9e9e9;
}

.grey-panel .row {
  margin: 0;
}

.grey-panel .col-lg-5,
.grey-panel .col-md-5,
.grey-panel .col-sm-6,
.grey-panel .col-xs-12 {
  padding: 0;
}

.grey-panel .panel {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.grey-panel .panel .panel-heading {
  border-bottom: 1px solid #999999;
  padding: 0;
  min-height: 45px;
  position: relative;
}

.grey-panel .panel-body {
  padding: 15px 0;
}

.grey-item .panel-body {
  padding: 20px 0 15px;
}

.grey-item .panel-body p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}

.grey-item .panel-body p strong {
  font-weight: 700;
}

.grey-item .panel-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  padding: 0;
}

.grey-item .panel-heading .price {
  font-size: 30px;
  line-height: 30px;
  color: #ed2b32;
  font-weight: 900;
}

.grey-item .panel-heading .action {
  position: absolute;
  right: 63px;
  top: 0;
  background-color: #e9e9e9;
  padding-left: 10px;
}

.grey-item .panel-heading .action a {
  font-size: 27px;
  color: #ed2b32;
}

.current-item .panel {
  margin-bottom: 0;
}

.current-item .panel-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.current-item .table {
  margin-bottom: 0;
}

.current-item .table > thead > tr > th {
  border-bottom: 0;
  font-weight: 700;
}

.current-item .table > tbody > tr > td,
.current-item .table > tbody > tr > th,
.current-item .table > tfoot > tr > td,
.current-item .table > tfoot > tr > th,
.current-item .table > thead > tr > td,
.current-item .table > thead > tr > th {
  padding: 8px 0;
  border-bottom: 1px solid #999999;
  font-size: 16px;
  color: #333333;
}

.current-item .itemamount {
  font-weight: 700;
}

.dashboard {
  padding: 0 0 20px;
}

.dashboard h1 {
  font-size: 30px;
  color: #ed1c24;
  font-weight: 700;
  text-transform: uppercase;
}

.open-items {
  background-color: #e9e9e9;
  padding: 20px 0;
}

.open-items h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.open-items-list {
  padding: 0;
  margin: 0;
}

.open-items-list li {
  padding: 18px 0 20px;
  border-top: 1px solid #999999;
}

.open-items-data {
  padding: 0;
  margin: 0;
}

.open-items-data .item-id {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}

.open-items-data .item-id label {
  font-weight: 700;
}

.open-items-data .item-id .id {
  color: #ed1c24;
}

.open-items-data .item-id .action {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.open-items-data .item-id .action {
  color: #ed1c24;
}

.open-items-data .item-date {
  font-size: 16px;
  margin-bottom: 3px;
}

.open-items-data .item-rac {
  font-size: 16px;
  margin-bottom: 3px;
}

.open-items-data .item-due {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.open-low-item {
  padding: 0;
  margin: 0;
}

.open-low-item .low-item-price {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.open-low-item .low-item-price .price {
  font-weight: 700;
}

.open-low-item .low-item-input {
  display: block;
  margin-bottom: 13px;
}

.open-low-item .low-item-input .form-control {
  max-width: 330px;
}

.open-low-item .low-item-prices {
  display: block;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
}

.open-low-item .low-item-prices .highrate {
  display: block;
  color: #ed1c24;
}

.open-low-item .low-item-prices .lowrate {
  display: block;
  color: #009900;
}

.open-low-item .low-item-action .btn {
  margin-right: 5px;
}

.closed-items {
  background-color: #fff;
  padding: 42px 0 40px;
}

.closed-items h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}

.closed-items .view-past {
  display: block;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 16px;
}

.closed-items .view-past span {
  display: inline-block;
  vertical-align: middle;
}

.closed-items .view-past .view-days {
  font-size: 24px;
  color: #ed1c24;
}

.closed-items .view-past .seprator {
  font-size: 24px;
  color: #000;
  padding: 0 2px;
}

.closed-items .view-past .days {
  padding-left: 4px;
}

.closed-items .view-past label {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
}

.close-search-item label {
  font-size: 16px;
  font-weight: 700;
  /* semi bold */
  display: block;
  margin-bottom: 10px;
}

.close-search-item .start-end-date {
  margin: 0 -5px;
}

.close-search-item .start-end-date .col-lg-6,
.close-search-item .start-end-date .col-md-6,
.close-search-item .start-end-date .col-sm-6,
.close-search-item .start-end-date .col-xs-6 {
  padding: 0 5px;
}

/* Begin: Hotel Dash - Bids */
.open-bids {
  background-color: #e9e9e9;
  padding: 20px 0px;
}

.open-bids h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.open-bids-list {
  padding: 0;
  margin: 0;
}

.open-bids-list li {
  padding: 18px 0 20px;
  border-top: 1px solid #999999;
}

.open-bids-data {
  padding: 0;
  margin: 0;
}

.open-bids-data .bid-id {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}

.open-bids-data .bid-id label {
  font-weight: 700;
}

.open-bids-data .bid-id .id {
  color: #ed1c24;
}

.open-bids-data .bid-id .action {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.open-bids-data .bid-id .action .fa {
  color: #ed1c24;
}

.open-bids-data .bid-date {
  font-size: 16px;
  margin-bottom: 3px;
}

.open-bids-data .bid-rac {
  font-size: 16px;
  margin-bottom: 3px;
}

.open-bids-data .bid-due {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.open-low-bid {
  padding: 0;
  margin: 0;
}

.open-low-bid .low-bid-price {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.open-low-bid .low-bid-price .price {
  font-weight: 700;
}

.open-low-bid .low-bid-input {
  display: block;
  margin-bottom: 13px;
}

.open-low-bid .low-bid-input .form-control {
  /*max-width: 330px;*/
  -moz-appearance: textfield;
}

.open-low-bid .low-bid-input input[type="number"]::-webkit-inner-spin-button,
.open-low-bid .low-bid-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.open-low-bid .low-bid-prices {
  display: block;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
}

.open-low-bid .low-bid-prices .highrate {
  display: block;
  color: #ed1c24;
}

.open-low-bid .low-bid-prices .lowrate {
  display: block;
  color: #009900;
}

.open-low-bid .low-bid-action .btn {
  margin-right: 5px;
}

.closed-bids {
  background-color: #fff;
  padding: 42px 0px 40px;
}

.closed-bids h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}

.closed-bids .view-past {
  display: block;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 16px;
}

.closed-bids .view-past span {
  display: inline-block;
  vertical-align: middle;
}

.closed-bids .view-past .view-days {
  font-size: 24px;
  color: #ed1c24;
}

.closed-bids .view-past .seprator {
  font-size: 24px;
  color: #000;
  padding: 0 2px;
}

.closed-bids .view-past span.days {
  padding-left: 4px;
}

.closed-bids .view-past label {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
}

.close-search-bid label {
  font-size: 16px;
  font-weight: 700;
  /* semi bold */
  display: block;
  margin-bottom: 10px;
}

.close-search-bid .start-end-date {
  margin: 0 -5px;
}

.close-search-bid .start-end-date [class*="col-"],
.close-search-bid .start-end-date [class^="col-"] {
  padding: 0px 5px;
}
/* End: Hotel Dash - Bids */

/* BEGIN: MyRebook Booking Request Detail */
.my-rebook-detail .page-header h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  color: #ed1c24;
  padding-bottom: 18px;
}

.my-rebook-info {
  padding: 0;
  margin: 0 0 26px;
}

.my-rebook-info dl {
  padding: 0 0 7px;
  margin: 0;
  color: #666666;
  font-size: 18px;
}

.my-rebook-info dl .seprator {
  display: inline-block;
  padding: 0 5px;
}

.my-rebook-info dt {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.my-rebook-info dt label {
  font-weight: 700;
}

.my-rebook-info dd {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.selectbid label {
  font-size: 16px;
  color: #000;
  font-style: italic;
}

.selectbid label:after {
  font-style: normal;
  margin-left: 4px;
  display: inline-block;
}

.my-rebook-bid {
  background-color: #edecec;
  padding: 30px 0 15px;
}

.my-rebook-bid {
  background-color: #edecec;
  padding: 30px 0 30px;
  margin-bottom: -20px;
}

.my-rebook-bid h2 {
  font-size: 24px;
  line-height: 22px;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.my-rebook-bid ul {
  padding: 0;
  margin: 0;
}

.my-rebook-bid li {
  padding: 13px 35px 13px 0px;
  margin: 0;
  position: relative;
  border-top: 1px solid #8e8e8e;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.my-rebook-bid li .checkbox {
  position: absolute;
  right: 0;
  top: 23px;
}

.my-rebook-bid li .checkbox label:after {
  font-size: 30px;
}

.my-rebook-bid li .prices {
  display: table-cell;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: 700;
  width: 235px;
}

.my-rebook-bid li .prices span {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}

.my-rebook-bid li .hotel-name {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}

.my-rebook-bid li.no-select {
  opacity: 0.5;
}

.my-rebook-detail .checkbox,
.my-rebook-bid .checkbox {
  position: relative;
  padding: 0;
  margin: 0;
}
.my-rebook-detail .checkbox input[type="checkbox"],
.my-rebook-bid .checkbox input[type="checkbox"] {
  position: absolute;
  margin: 0;
  display: none;
  visibility: hidden;
}

.my-rebook-detail .checkbox label,
.my-rebook-bid .checkbox label {
  padding: 0;
}

.my-rebook-detail .checkbox label::after,
.my-rebook-bid .checkbox label::after {
  content: "\f14a";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
  color: #666;
  display: inline-block;
}

.my-rebook-detail .checkbox input[type="checkbox"]:checked + label::after,
.my-rebook-detail
  .checkbox
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after,
.my-rebook-bid .checkbox input[type="checkbox"]:checked + label::after,
.my-rebook-bid
  .checkbox
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after {
  color: #009900;
}

.my-rebook-detail .checkbox input[type="checkbox"][disabled] + label,
.my-rebook-bid .checkbox input[type="checkbox"][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* End MyRebook Book Request Detail */

.modal-title {
  padding: 0;
}

#cancelitem .modal-dialog {
  max-width: 400px;
  margin: 10px auto;
}

#cancelitem .modal-content {
  border-radius: 0;
}

#cancelitem .modal-body {
  text-align: center;
  padding: 30px 15px;
}

#cancelitem .modal-body p {
  margin-bottom: 35px;
  font-size: 18px;
  color: #000;
}

#enternewitem .modal-dialog {
  max-width: 400px;
  margin: 10px auto;
}

#enternewitem .modal-content {
  border-radius: 0;
}

#enternewitem .modal-body {
  text-align: left;
  padding: 30px 15px;
}

#enternewitem .modal-body p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

#enternewitem .modal-body .form-group {
  margin-bottom: 0;
}

.where-stay {
  padding: 25px 0px 17px 0px;
  text-align: center;
  background-color: #fff;
}

.where-stay h2 {
  color: #ed1c24;
  font-size: 24px;
  font-weight: 700;
  /* semibold */
  margin-bottom: 13px;
  text-transform: uppercase;
}

.where-stay p {
  font-size: 16px;
  margin-bottom: 18px;
}

.where-stay .bootstrap-select {
  margin: 0px 9px;
  box-shadow: 0px 9px 15px 0px rgba(1, 1, 1, 0.13);
}

.where-stay .btn-rebooktravel .caret {
  border-top-color: #333333;
}

.where-stay .btn-rebooktravel {
  height: 34px;
  border: 1px solid #c6c6c6;
  padding: 0px 11px 0 20px;
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.where-stay .btn-rebooktravel .filter-option {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.where-stay
  .select2-container--rebook
  .select2-selection--single
  .select2-selection__placeholder,
.where-stay
  .select2-container--rebook
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.where-stay .select2-container--rebook .select2-selection {
  border-color: #c6c6c6;
}

/* Full Screen Bootstrap Modal & Hotel Carousel */
/* Fullscreen modal */
.modal.modal-maximize {
  padding-right: 0 !important;
}

.modal.modal-maximize .modal-dialog {
  margin-top: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 100vh;
  margin-bottom: 0;
}

.modal.modal-maximize .modal-dialog .modal-content {
  border: 0 none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.modal.modal-maximize .modal-body {
  padding: 0;
}

.modal.modal-maximize .modal-body > .bootbox-body {
  height: 100%;
}

.modal.modal-maximize .modal-body {
  height: calc(100vh - 50px);
}

.modal.modal-maximize .modal-body > iframe.google-map {
  width: 100%;
  height: 100%;
}

.modal .modal-header button.expand:hover,
.modal .modal-header button.compress:hover,
.modal .modal-header button.expand:focus,
.modal .modal-header button.compress:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal .modal-header button.expand,
.modal .modal-header button.compress {
  font-size: 1em;
  -webkit-appearance: none;
  padding: 0;
  padding-top: 2px;
  padding-right: 5px;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal .modal-header button.compress {
  display: none;
}

.modal.modal-maximize .modal-header button.expand {
  display: none;
}

.modal.modal-maximize .modal-header button.compress {
  display: block !important;
}

.modal.modal.modal-maximize .modal-dialog {
  position: fixed;
  left: 0;
}

/* Lodging Listing Carousel */
.carousel.lodging-listing-carousel {
}

.carousel.lodging-listing-carousel,
.carousel.lodging-listing-carousel .item > img,
.carousel.lodging-listing-carousel .item > a > img {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.carousel.lodging-listing-carousel,
.carousel.lodging-listing-carousel .item > img,
.carousel.lodging-listing-carousel .item > a > img {
}

.carousel.lodging-listing-carousel > .carousel-inner > .item {
  background-size: cover;
  padding-bottom: 66.84073107049608%; /* Ensures correct aspect ratio - oringal at: 383px x256px */
}

.carousel.lodging-listing-carousel > .carousel-inner > .item > img,
.carousel.lodging-listing-carousel > .carousel-inner > .item > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel.lodging-listing-carousel > .carousel-inner > .item.map > img {
  z-index: 50;
  top: 0;
  left: 0;
}

.carousel.lodging-listing-carousel
  > .carousel-inner
  > .item.map
  > iframe.google-map {
  width: 100%;
  height: 100%;
  position: absolute;
}

.booking-information .fa {
  font-size: inherit !important;
}

/* FAQ Page */
.faq .container p + h4 {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  body > .wrapper {
    min-height: calc(100vh - 160px);
  }

  .banner > .banner-img-home {
    max-height: 250px;
  }
  .hide-on-mobile {
    display: none;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
  }

  .navbar-nav {
    padding: 15px;
  }

  .navbar-nav > li {
    margin-left: 0;
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 10px 0;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #000;
  }
  /* red menu start */
  .navbar-collapse.red {
    background-color: #ed1c24;
  }

  .navbar-collapse.red .navbar-nav {
    text-align: right;
    padding: 21px 15px;
  }

  .navbar-collapse.red .navbar-nav > li > a {
    color: #fff;
  }

  .banner-text h1 {
    font-size: 36px;
  }

  .banner.home .banner-text h1 {
    font-size: 40px;
  }

  .welcome p br {
    display: none;
  }

  .home-action .btn,
  .call-to-action .btn {
    margin: 0 60px;
    display: block;
    font-size: 30px;
  }

  .home-action .btn.btn-work,
  .call-to-action .btn.btn-work {
    margin-bottom: 40px;
  }

  .participating-hotels .thumb {
    margin-bottom: 20px;
  }

  .participating-hotels .caption-action {
    position: relative;
  }

  .participating-hotels .caption .discription {
    display: none;
  }

  .participating-hotels .caption h2 {
    margin-bottom: 2px;
  }

  .participating-hotels .caption .address {
    margin-bottom: 15px;
  }

  .participating-hotels .caption-action .icon.icon-info-circle {
    display: inline-block;
  }

  .traveler-item li .prices {
    display: block;
    width: auto;
  }

  .traveler-item li .hotel-name {
    display: block;
  }

  .reservation-hotel-detail .reservation-hotel-name {
    font-size: 24px;
  }

  .hotel-membership-option .free-membership {
    margin-bottom: 35px;
  }

  .rental-membership-option .starter-membership {
    margin-bottom: 35px;
  }

  .data-entry .btn {
    margin-bottom: 20px;
  }

  .grey-panel .panel .panel-heading {
    padding-bottom: 15px;
  }

  .current-item td.itemdate {
    display: none;
  }

  .current-item th.itemdate {
    display: none;
  }

  .grey-item .panel-heading .action {
    right: 0;
  }

  .open-items-data {
    margin-bottom: 24px;
  }

  .participating-hotels-message {
    padding: 30px 0 28px;
  }

  .for-hotel-message {
    padding: 0 0 27px;
  }

  .participating-hotels .action {
    padding: 30px 0;
  }

  .billing-address-form {
    padding: 32px 0 23px 0;
  }

  .member-login .forgot-resetpass {
    margin-bottom: 25px;
  }

  .closed-items {
    padding: 23px 0 35px;
  }

  .home-action,
  .call-to-action {
    padding: 40px 0;
  }

  .state-list {
    padding: 23px 0 32px;
  }
}

.panel .panel-heading-inverse {
  color: #fff;
}

/* List group Grid */
@media (min-width: 767px) {
  .panel-heading + .list-group.list-group-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .panel-heading + .list-group.list-group-grid > li {
    width: 50%;
  }
  /* Striped */
  .panel-heading + .list-group.list-group-grid.list-striped > li {
    background: #fff;
  }

  .panel-heading
    + .list-group.list-group-grid.list-striped
    > li:nth-child(4n + 1),
  .panel-heading
    + .list-group.list-group-grid.list-striped
    > li:nth-child(4n + 2) {
    background: #f9f9f9;
  }

  /*.panel-heading + .list-group.list-group-grid.list-striped > li:nth-child(2n+1) {
                border-left-width: 1px;
            }
            .panel-heading + .list-group.list-group-grid.list-striped > li:nth-child(2n+2) {
                border-right-width: 1px;
            }*/

  /* First 2 */
  .panel-heading
    + .list-group.list-group-grid
    .list-group-item:nth-child(n + 1) {
    border-top-width: 0;
    border-bottom-width: 1px;
    margin-bottom: 0;
  }
  /* Middle ones */
  .panel-heading
    + .list-group.list-group-grid
    .list-group-item:nth-child(n + 3):not(:nth-last-child(-n + 2)) {
    border-bottom-width: 1px;
  }

  /* Last 2 */
  .panel-heading
    + .list-group.list-group-grid
    .list-group-item:nth-last-child(-n + 2) {
    border-bottom-width: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .panel-heading
    + .list-group.list-group-grid
    .list-group-item:nth-last-child(-n + 1) {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

.panel-hotel-photos .list-group-photo-grid > li > .item {
  background-size: cover;
  background-position: center center;
  padding-bottom: 66.84073107049608%; /* Ensures correct aspect ratio - oringal at: 383px x256px */
}

.panel-hotel-photos .list-group-photo-grid > li > .item > img.img-overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
}

.panel-hotel-photos .list-group-photo-grid > li > .actions-overlay {
  position: absolute;
  z-index: 10;
  width: calc(100% - 30px);
  text-align: right;
  opacity: 0;
  background: rgba(255, 255, 255, 0.85);
  transition: all ease-in-out 0.4s;
  padding: 10px;
}

.panel-hotel-photos .list-group-photo-grid > li > .actions-overlay a {
  color: #ed1c24;
}

.panel-hotel-photos .list-group-photo-grid > li:hover > .actions-overlay {
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

@media (min-width: 360px) and (max-width: 479px) {
  .home-action .btn {
    margin: 0;
    padding: 0 15px;
  }

  .white-panel .bootstrap-select {
    margin-bottom: 15px;
  }

  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 50px) and (max-width: 359px) {
  .hide-on-mobile {
    display: none;
  }
  .navbar-nav > li {
    margin-left: 0;
  }

  .banner-text h1 {
    font-size: 18px;
  }

  .banner.home .banner-text h1 {
    font-size: 20px;
  }

  .banner.home .banner-text {
    bottom: 10px;
  }

  .home-action .btn,
  .call-to-action .btn {
    margin: 0;
    padding: 0 15px;
    font-size: 20px;
  }

  .white-panel .bootstrap-select {
    margin: 0 9px 15px;
  }

  .black-panel .col-lg-10,
  .black-panel .col-md-10,
  .black-panel .col-sm-12,
  .black-panel .col-xs-12 {
    width: 100%;
  }

  .traveler-item li .prices {
    font-size: 26px;
  }

  .traveler-item li .hotel-name {
    font-size: 18px;
    line-height: 20px;
  }

  .traveler-detail .page-header h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .reservation-detail .page-header h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .page-header h1 {
    font-size: 24px;
  }

  .data-entry .btn {
    display: block;
    margin: 8px 0;
  }

  .close-search-item .start-end-date .col-lg-6,
  .close-search-item
    .start-end-date
    .col-md-6
    .close-search-item
    .start-end-date
    .col-sm-6,
  .close-search-item .start-end-date .col-xs-6 {
    width: 100%;
  }

  .grey-panel {
    padding-bottom: 15px;
  }

  .grey-item .panel-heading {
    font-size: 18px;
  }

  .grey-item .panel-heading .price {
    font-size: 20px;
    line-height: 20px;
  }

  .grey-panel .panel .panel-heading {
    font-size: 20px;
    line-height: 22px;
  }

  #cancelitem .modal-dialog,
  #enternewitem .modal-dialog {
    max-width: 290px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .banner > .banner-img-home {
    max-height: 400px;
  }
  .container {
    width: 100%;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    width: 100%;
    clear: both;
  }

  .navbar-collapse.collapse {
    display: none !important; /* csslint allow: important */
  }

  .navbar-collapse.collapse.in {
    display: block !important; /* csslint allow: important */
  }

  .navbar-nav {
    float: none !important; /* csslint allow: important */
    text-align: center;
    padding: 21px 0;
  }

  .navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #000;
  }
  /* red menu start */
  .navbar-collapse.red {
    background-color: #ed1c24;
  }

  .navbar-collapse.red .navbar-nav {
    text-align: right;
    padding: 21px 15px;
  }

  .navbar-collapse.red .navbar-nav > li > a {
    color: #fff;
  }

  .home-action .btn,
  .call-to-action .btn {
    margin: 0 40px;
  }

  .current-item td.itemdate {
    display: none;
  }

  .current-item th.itemdate {
    display: none;
  }

  .grey-item .panel-heading .action {
    right: 50px;
  }

  .billing-address-form {
    padding: 32px 0 25px 0;
  }
}

@media (min-width: 768px) {
}

/* Hide spinners on numeric inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

section.loginsection {
  padding-top: 3rem;
}

.teamvideo {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.team-text > div > div.banner-text {
  position: inherit;
}

.banner > .banner-vdo {
  width: 100%;
  max-height: 60vh;
}

.bannerFormSec {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slide-control {
  display: block;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.125em;
  text-align: center;
  margin: 15px 0;
}
.slide-control b {
  font-size: 0.555em;
  display: block;
  font-weight: normal;
}
.slide-lg {
  font-size: 1.94444em;
}
.slide-control:hover,
.slide-control:focus {
  color: #000;
}
.btnHolder {
  margin: 15px 0;
}
.btnHolder .btn {
  border-radius: 0;
}
.btnHolder .iconRight {
  padding-left: 5px;
}
.btnHolder .iconLeft {
  padding-right: 5px;
}
.btn.btn-xl {
  min-width: 30%;
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
}
.team-info.jobPosting {
  margin: 0;
  display: flex;
  /*min-height: calc(100vh - 50px - 111px);*/
  align-items: center;
}
.team-info {
  margin: 2em 0 calc(2em - 20px) 0;
}
.team-info p {
  font-size: 18px;
  font-weight: normal;
}

.modal.modalSp {
  overflow: hidden;
  top: 50px;
}
.modal-backdrop {
  display: none;
}
.modal.modalSp .modal-dialog {
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
  margin: 0;
  background: #fff;
  vertical-align: bottom;
}
.modal.modalSp .modal-dialog .modal-content {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.modalSp.modal.fade .modal-dialog {
  transform: translate(0, 100%);
}
.modalSp.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modalSp.modal .modal-dialog .modal-body {
  border: 0;
}

.calenderSec {
  width: 100%;
  float: left;
}
.calenderHolder {
  width: 100%;
  float: left;
}
.calenderHolder .pickmeup {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 18px;
}
.calenderHolder .pickmeup .pmu-instance {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.calenderRow {
  margin: 0 -30px;
}
.calenderHolder .pickmeup .pmu-instance .pmu-button {
  color: #000;
}

.calenderHolder .pickmeup .pmu-instance .pmu-today {
  background: #ed1c24;
  color: #fff;
}
.calenderHolder .pickmeup .pmu-instance .pmu-day-of-week *,
.calenderHolder .pickmeup .pmu-instance .pmu-days * {
  width: 14.28571428571429%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.calenderHolder .pickmeup .pmu-instance .pmu-not-in-month {
  opacity: 0;
}
.calenderHolder .pickmeup .pmu-instance .pmu-day-of-week {
  color: #b9b9b9;
}
.calenderHolder .pickmeup .pmu-instance .pmu-days .pmu-selected {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
}
.calenderHolder .pickmeup .pmu-instance .pmu-days .pmu-selected:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  width: 36px;
  height: 36px;
  background: #ed1c24;
}
.calenderHolder .pickmeup .pmu-instance .pmu-days .pmu-today {
  position: relative;
  z-index: 1;
  background: transparent;
}

.calenderHolder .pickmeup .pmu-instance .pmu-days .pmu-today:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  width: 36px;
  height: 36px;
  background: #0054ab;
}
.calenderHolder .pickmeup .pmu-instance nav .pmu-month {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}
.calenderHolder .pickmeup .pmu-instance:first-child .pmu-prev,
.calenderHolder .pickmeup .pmu-instance:last-child .pmu-next {
  position: absolute;
  top: 8px;
}
.calenderHolder .pickmeup .pmu-instance:first-child .pmu-prev {
  left: 30px;
}
.calenderHolder .pickmeup .pmu-instance:last-child .pmu-next {
  right: 30px;
}

.roomAddonSec {
  width: 100%;
  float: left;
}
.roomAddonRow {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dedede;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
}
.roomAddonRow:last-child {
  border-bottom: 0;
}
.roomAddonFieldGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.roomAddonFieldGroup input[type="text"] {
  border: 0;
  box-shadow: none;
  text-align: center;
  margin: 0 2px;
  width: 50px;
}
.roomAddonFieldGroup .decreament {
  color: #eee;
}
.roomAddonRow p {
  line-height: 25px;
  margin: 0;
}
.roomAddonFieldGroup .increament {
  color: #ed1c24;
}

.marketslist {
  height: 78vh;
  overflow: auto;
  margin-bottom: 15px;
}
.typeHeadHolder {
  margin: 0;
  position: relative;
}
.typeHeadHolder > input.form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  font-size: 20px;
  padding-right: 70px;
  padding-left: 0;
  height: 50px;
  outline: 0;
}
.typeHeadHolder > input.form-control:focus {
  box-shadow: none;
}
.typeHeadHolder > .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
ul.ui-menu.ui-widget.ui-widget-content {
  border: 0;
}
ul.ui-menu.ui-widget.ui-widget-content > li {
  border-bottom: 1px solid #999;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  text-align: left;
}
ul.ui-menu.ui-widget.ui-widget-content > li:last-child {
  border-bottom: 0;
}

.marketslist .state > ul > li {
  border-bottom: 1px solid #eee;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.marketslist .state > .statename {
  color: #ed1c24;
  font-size: 1.2em;
  border-bottom: 1px solid #999;
  display: block;
  line-height: 40px;
  font-weight: bold;
  margin-top: 5px;
}
.applicationHeading {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 10px;
}
.bannerFormSec .btn.btn-xl {
  min-width: inherit;
  font-size: 22px;
}
.paramselector {
  cursor: pointer;
}
ul.list {
  list-style-type: disc;
  padding-left: 20px;
}
ul.list > li {
  list-style-type: disc;
}
.flexRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.flexRow .well{height:100%}
.flexRow .credit-card-box{margin-bottom: 0}

.specialQuote {
    position: absolute;
    bottom: calc(100% - 15px);
    margin: 0 auto;
    background: url(../images/ribbon-bg.png)no-repeat center;
    min-height: 200px;
    left: 0;
    right: 0px;
    background-size: cover;
    width: 100%;
    padding: 18px 15px 100px;
    max-width: 250px
}
.specialQuote span {
    transform: rotate(5deg);
    display: block;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teamvideo {
    position: static;
    height: auto;
  }

    .banner > .banner-vdo {
        display: none;
    }
    .banner > .banner-img-home {
        max-height: 600px;
    }
}
@media only screen and (max-width: 767px) {
  .calenderHolder .pickmeup .pmu-instance {
    width: 100%;
  }
  .banner > .banner-img-home {
    max-height: 400px;
  }
  .slide-control {
    height: 60px;
  }
  .slide-lg {
    font-size: 1.4444em;
  }
  .btn.btn-xl {
    height: 40px;
    line-height: 20px;
    font-size: 15px;
  }
  .bannerFormSec .btn.btn-xl i img {
    max-height: 20px;
  }
  .team-info.jobPosting .btn.btn-xl {
    min-width: 80%;
  }
  .team-info.jobPosting .btn.btn-xl + .btn.btn-xl {
    margin-top: 10px;
  }
  .team-info p {
    font-size: 16px;
  }
  .teamvideo {
    position: static;
    height: auto;
  }

    .banner > .banner-vdo {
        display: none;
    }
    .banner > .banner-img-home {
        display: none;
    }
    .bannerFormSec{
        position: static;
        transform: translateY(0);
        padding-top: 20px;
    }
    .specialQuote {
        position: static
    }


}