﻿html,
body {
  font-family: 'Ubuntu', sans-serif;
  color: #666666;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  height: 100%;
  background-repeat: repeat !important;
}
a.nohover:hover {
  text-decoration: none;
}
.overflow-hidden {
  overflow: hidden;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.blue-button {
  background-color: #555;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 100%;
  min-height: 40px;
  vertical-align: middle;
  line-height: 17px;
  font-weight: bold;
  padding-top: 2px;
  border-radius: 1px;
  outline: 0;
}
.btn-grey {
  color: #666;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
}
.btn-grey.selected {
  color: #fff;
  background-color: #666;
}
.text-left-padd {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -60px;
}
@media all and (max-width: 767px) {
  .page-wrap {
    margin-bottom: 0px;
  }
}
.page-wrap:after {
  content: "";
  display: block;
}
footer,
.page-wrap:after {
  height: 60px;
}
@media all and (max-width: 767px) {
  footer,
  .page-wrap:after {
    height: auto;
  }
}
.white-text {
  color: #fff !important;
}
.background-color1 {
  background-color: #fff;
}
.background-color2 {
  background-color: #fafafa;
}
.paddinglr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.background-color3 {
  background-color: #648a2c;
}
.background-color4 {
  background-color: #45699f;
}
.background-color5 {
  background-color: #2C3E50;
}
.background-color6 {
  background-color: #34495e;
}
.background-color7 {
  background-color: #8fc11f;
}
.background-color8 {
  background-color: #262A2E;
}
.background-color9 {
  background-color: #34495e;
}
.background-color10 {
  background-color: #2C3E50;
}
.background-color11 {
  background-color: #2c3e50;
}
.background-color12 {
  background-color: #e74c3c;
}
.background-color13 {
  background-color: #f7f7f8;
}
.background-color14 {
  background-color: #de5518;
}
.background-color15 {
  background-color: #f9f9f9;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.pl0 {
  padding-left: 0;
}
.margin-left-3 {
  margin-left: 10px;
}
.margin-left-2 {
  margin-left: 15px;
}
.margin-left-1 {
  margin-left: 32px;
}
.text-bold {
  font-weight: bold !important;
}
a.disabled {
  color: #9d9d9d !important;
  cursor: not-allowed !important;
}
@media all and (max-width: 767px) {
  .background-transparent-mb {
    background-color: transparent;
  }
}
.thumb {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
}
h1 {
  font-size: 3.998em;
  line-height: 100%;
  font-weight: 300;
}
.large-price span {
  font-size: 3.998em;
}
h2 {
  font-size: 2.827em;
  line-height: 120%;
}
h3 {
  font-size: 1.999em;
  line-height: 120%;
  font-weight: 300;
}
h4 {
  font-size: 1.414em;
  line-height: 100%;
  font-weight: 300;
}
h5 {
  font-size: 1.314em;
  line-height: 100%;
  font-weight: 300;
}
p {
  font-size: 1em;
  line-height: 120%;
  margin-bottom: 15px;
}
p a {
  color: #8fc11f;
}
.smaller {
  font-size: 0.875em;
  line-height: 120%;
  font-weight: 400;
}
@media all and (min-width: 767px) {
  body {
    font-size: 16px;
  }
  .js-daterange {
    display: block;
  }
  .js-datepicker {
    display: none;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .js-daterange {
    display: none;
  }
  .js-datepicker {
    display: block;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 2.827em;
    line-height: 100%;
  }
  .large-price span {
    font-size: 2.827em;
  }
  h2 {
    font-size: 1.999em;
    line-height: 100%;
  }
  h3 {
    font-size: 1.414em;
    line-height: 100%;
  }
  h4 {
    font-size: 1em;
    line-height: 100%;
    font-weight: 400;
  }
  p {
    font-size: 1em;
    line-height: 120%;
  }
}
.light {
  font-weight: 300;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light p {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal h5,
.normal p {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold p {
  font-weight: 700;
}
.primary address {
  font-size: 18px;
  color: #a5a5a5;
  margin-top: 10px;
}
h1,
h2,
h3,
h4 p {
  margin: 0px;
}
.fc1 h1,
.fc1 h2,
.fc1 h3,
.fc1 h4,
.fc1 h5,
.fc1 p,
.fc1 span,
.fc1 ul li {
  color: #fff;
}
.fc2 {
  color: #797979;
}
.fc2 h1,
.fc2 h2,
.fc2 h3,
.fc2 h4,
.fc2 h5,
.fc2 p,
.fc2 span {
  color: #797979;
}
.fc3 {
  color: #8fc11f;
}
.fc3 h1,
.fc3 h2,
.fc3 h3,
.fc3 h4,
.fc3 h5,
.fc3 p,
.fc3 a,
.fc3 span {
  color: #8fc11f;
}
.fc4 {
  color: #a5a5a5;
}
.fc4 h1,
.fc4 h2,
.fc4 h3,
.fc4 h4,
.fc4 h5,
.fc4 p,
.fc4 span {
  color: #a5a5a5;
}
.fc5 {
  color: #e74c3c;
}
.fc5 h1,
.fc5 h2,
.fc5 h3,
.fc5 h4,
.fc5 h5,
.fc5 p,
.fc5 span {
  color: #e74c3c;
}
.fc6 {
  color: #34495e;
}
.fc6 h1,
.fc6 h2,
.fc6 h3,
.fc6 h4,
.fc6 h5,
.fc6 p,
.fc6 span {
  color: #34495e;
}
.fc7 {
  color: #34495e;
}
.fc7 h1,
.fc7 h2,
.fc7 h3,
.fc7 h4,
.fc7 h5,
.fc7 p,
.fc7 span {
  color: #34495e !important;
}
.link-underline a {
  text-decoration: underline;
}
.text-margin0 p {
  margin: 0px;
}
.full-width {
  width: 100%;
}
.btn-primary {
  border: 0px;
  background-color: #8fc11f;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-primary:hover {
  background-color: #6e9518;
}
.btn-primary:active {
  background-color: #8fc11f !important;
}
.btn-primary:focus {
  background-color: #8fc11f !important;
}
.btn-secondary {
  border: 0px;
  background-color: #e74c3c;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-secondary:hover {
  background-color: #d62c1a;
}
.btn-tertiary {
  border: 2px solid #797979;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  color: #797979;
}
.btn-tertiary:hover {
  background-color: #e6e6e6;
}
.btn-general {
  border: 2px solid #34495e;
  background-color: #34495e;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.btn-general:hover {
  background-color: #222f3d;
}
.btn-width1 {
  width: 160px;
}
.btn-height1 {
  height: 40px;
}
.btn-height2 {
  height: 50px;
}
.button {
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px !important;
}
.button:hover,
.button:active {
  color: #fff;
}
button {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.container-holder {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .split-bg-fix {
    padding: 0 0px 9999px 9999px;
    margin: 0 0px -9999px -9999px;
  }
}
.inline-block {
  display: inline-block;
}
.border1 {
  border-bottom: 1px solid #d5d8dc;
}
.border2 {
  border-top: 1px solid #d5d8dc;
}
.border3 {
  border-bottom: 1px solid #272e35;
}
.border4 {
  border: 1px solid #d5d8dc;
}
.border5 {
  border-top: 1px solid #919aa4;
  border-bottom: 1px solid #919aa4;
}
@media all and (min-width: 992px) {
  .desktop-slider {
    display: block;
  }
  .mobile-slider {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .desktop-slider {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
}
.hero-banner {
  background-size: cover;
  position: relative;
  height: 580px;
  background-position: right;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.hero-banner h1 {
  padding-bottom: 40px;
}
.hero-banner h2 {
  font-size: 29px;
  margin-bottom: 30px;
}
.hero-banner h3 {
  font-size: 29px;
  font-weight: 500;
}
.hero-banner h3 span {
  color: #8fc11f;
}
@media all and (max-width: 991px) {
  .hero-banner h2,
  .hero-banner h3 {
    font-size: 22px;
  }
}
.hero-banner .park-search {
  height: 60px;
}
.hero-banner input {
  box-shadow: 0px;
}
@media all and (max-width: 767px) {
  .hero-banner {
    height: auto !important;
    padding-bottom: 30px !important;
  }
}
.home-slider-wrapper {
  background-color: #f4f4f4;
}
.home-slider-wrapper .padding {
  background-color: #fff;
  padding: 5px;
}
.home-slider-wrapper h3 {
  padding-bottom: 30px;
}
.activeState {
  transition: all 0.5s ease;
}
.activeState .address {
  padding: 35px 5px 30px 15px;
}
.activeState button {
  display: block;
}
.activeState .padding {
  transition: all 0.5s ease;
  box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
}
.activeState .image {
  height: 250px;
}
.activeState .cost-per-day {
  padding: 0px;
  background-color: #2c3e50;
}
.activeState .cost-per-day h5,
.activeState .cost-per-day h6 {
  color: #fff;
}
.activeState .cost-per-day h5 {
  padding-top: 20px;
}
.activeState .cost-per-day h6 {
  padding-bottom: 20px;
  padding-top: 5px;
}
.activeState .cost-per-day a:hover {
  text-decoration: none;
}
.activeState .cost-per-day button {
  transition: all 0.5s ease;
  width: 100%;
  background-color: #8fc11f;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-slider-wrapper {
  display: block !important;
}
.home-slider-wrapper .owl-controls {
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 10;
}
.home-slider-wrapper .owl-controls .owl-buttons {
  width: 100%;
}
.home-slider-wrapper .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -15px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  color: transparent;
}
.home-slider-wrapper .owl-controls .owl-buttons .owl-prev:before {
  content: '\f053';
  position: absolute;
  left: 0px;
  font-family: fontAwesome;
  color: #999999;
  font-size: 26px;
}
.home-slider-wrapper .owl-controls .owl-buttons .owl-next:before {
  content: '\f054';
  position: absolute;
  left: 0px;
  font-family: fontAwesome;
  color: #999999;
  font-size: 26px;
}
.home-slider-wrapper .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -15px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  color: transparent;
}
.home-slider-wrapper .owl-item {
  transition: all 0.7s ease;
}
.home-slider-wrapper .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  transition: all 0.7s ease;
}
.home-slider-wrapper .item {
  padding: 20px;
  transition: all 0.7s ease;
}
.home-slider-wrapper .slider-content {
  margin-top: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.home-slider-wrapper .slider-content .address {
  padding-left: 15px;
}
.home-slider-wrapper .slider-content .address h4 {
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}
.home-slider-wrapper .slider-content .address h4:before {
  content: '\f041';
  position: absolute;
  left: 0px;
  top: 5px;
  width: 30px;
  color: #34495e;
  font-family: fontAwesome;
  font-size: 25px;
}
.home-slider-wrapper .slider-content .cost-per-day {
  min-width: 125px;
  padding: 15px;
}
.home-slider-wrapper .slider-content .cost-per-day h5 {
  color: #2c3e50;
  font-size: 12px;
  font-weight: 500;
}
.home-slider-wrapper .slider-content .cost-per-day h6 {
  color: #2c3e50;
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}
.home-slider-wrapper .slider-content button {
  display: none;
}
.home-slider-wrapper .current {
  transition: all 0.5s ease;
}
.home-slider-wrapper .current .address {
  padding: 35px 5px 30px 15px;
}
.home-slider-wrapper .current button {
  display: block;
}
.home-slider-wrapper .current .padding {
  transition: all 0.5s ease;
  box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
}
.home-slider-wrapper .current .image {
  height: 250px;
}
.home-slider-wrapper .current .cost-per-day {
  padding: 0px;
  background-color: #2c3e50;
}
.home-slider-wrapper .current .cost-per-day h5,
.home-slider-wrapper .current .cost-per-day h6 {
  color: #fff;
}
.home-slider-wrapper .current .cost-per-day h5 {
  padding-top: 20px;
}
.home-slider-wrapper .current .cost-per-day h6 {
  padding-bottom: 20px;
  padding-top: 5px;
}
.home-slider-wrapper .current .cost-per-day a:hover {
  text-decoration: none;
}
.home-slider-wrapper .current .cost-per-day button {
  transition: all 0.5s ease;
  width: 100%;
  background-color: #8fc11f;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 991px) {
  .owl-item {
    transition: all 0.5s ease;
  }
  .owl-item .address {
    padding: 35px 5px 30px 15px;
  }
  .owl-item button {
    display: block;
  }
  .owl-item .padding {
    transition: all 0.5s ease;
    box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(25, 25, 25, 0.2);
  }
  .owl-item .image {
    height: 250px;
  }
  .owl-item .cost-per-day {
    padding: 0px;
    background-color: #2c3e50;
  }
  .owl-item .cost-per-day h5,
  .owl-item .cost-per-day h6 {
    color: #fff;
  }
  .owl-item .cost-per-day h5 {
    padding-top: 20px;
  }
  .owl-item .cost-per-day h6 {
    padding-bottom: 20px;
    padding-top: 5px;
  }
  .owl-item .cost-per-day a:hover {
    text-decoration: none;
  }
  .owl-item .cost-per-day button {
    transition: all 0.5s ease;
    width: 100%;
    background-color: #8fc11f;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-slider-wrapper .slider-content .cost-per-day {
    padding: 0px;
  }
  .home-slider-wrapper .slider-content .cost-per-day h5,
  .home-slider-wrapper .slider-content .cost-per-day h6 {
    color: #fff;
  }
  .home-slider-wrapper .slider-content .cost-per-day button {
    display: block;
  }
  .home-slider-wrapper {
    padding-top: 20px !important;
  }
  .home-slider-wrapper .owl-item .address {
    padding: 0px;
  }
  .home-slider-wrapper .item {
    padding: 0px;
  }
  .home-slider-wrapper .owl-controls {
    position: relative;
    top: 0px;
  }
  .home-slider-wrapper .address {
    width: 100%;
    padding-right: 10px;
  }
}
.home-quote-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-quote-block .quote-block {
  padding-top: 75px;
  position: relative;
}
.home-quote-block .quote-block p {
  font-size: 25px;
  color: #fff;
  line-height: 35px;
}
.home-quote-block .quote-block p span {
  color: #8fc11f;
  display: block;
}
.home-quote-block .quote-block .quotee {
  margin-top: 30px;
}
.home-quote-block .quote-block .quotee p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 100%;
}
.home-quote-block .quote-block:before {
  content: '\f10d';
  color: #8fc11f;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 50px;
  font-family: fontAwesome;
}
.home-cta {
  background-color: #2c3237;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-cta h3,
.home-cta h4 {
  color: #fff;
}
.home-cta h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
.home-cta h4 {
  font-size: 18px;
  color: #c2c2c2;
}
.home-cta .cta-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-cta .cta-item img {
  padding-bottom: 25px;
}
.home-cta .cta-right {
  border-left: 2px solid #444a4f;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .home-cta .cta-right {
    border-left: 0px;
  }
}
.home-cta .cta-right img {
  padding-bottom: 15px;
}
.home-cta .cta-right h5 {
  color: #ffffff;
  font-size: 30px;
}
.home-cta .cta-right h5 span {
  color: #8fc11f;
}
.home-cta .cta-right p a {
  color: #c2c2c2;
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
.increase-z-index {
  z-index: 2;
}
.pos-rel {
  position: relative;
}
.feature-icon {
  font-size: 12px;
  line-height: 12px;
  width: 62px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  padding: 7px;
  display: table;
  margin-right: 5px;
  height: 38px;
  font-weight: 300;
  text-transform: uppercase;
}
.feature-icon h1,
.feature-icon h2,
.feature-icon h3,
.feature-icon h4,
.feature-icon h5,
.feature-icon p {
  font-weight: 300;
}
.star-rating-yellow {
  background-image: url('../img/star-rating2.png');
  width: 79px;
  height: 13px;
  display: inline-block;
}
textarea:focus,
input:focus,
select:focus,
button:focus {
  outline: 0;
}
.form-control:focus {
  border-color: #d5d8dc;
  box-shadow: none;
}
.input-type1.input-validation-error {
  border: 1px solid #e74c3c !important;
}
.textarea-type1.input-validation-error {
  border: 1px solid #e74c3c !important;
}
.form-control.input-validation-error {
  border: 1px solid #e74c3c !important;
}
/*// Header Banner
*/
.header {
  border-bottom: 1px solid #d5d8dc;
}
.header,
.logged-in {
  height: 70px;
}
.header-home {
  position: absolute;
  width: 100%;
  z-index: 10;
  border-bottom: 0px;
}
.header-home .register a {
  color: #fff;
}
.header-home .login a {
  color: #8fc11f;
}
.logged-in {
  border-left: 1px solid #d5d8dc;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 20px;
}
.logged-in .user-name {
  padding-left: 24px;
  padding-top: 15px;
  color: #34495e;
  font-weight: bold;
  font-size: 14px;
}
.logged-in .fa {
  padding-top: 18px;
  color: #34495e;
  font-size: 13px;
}
.logged-in .white-text {
  color: white;
}
.logged-in.active {
  background-color: #2C3E50;
  border-left: 1px solid #2C3E50;
}
.logged-in.active .user-name {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.logged-in.active .fa {
  color: #fff;
}
.dropdown {
  z-index: 200;
  position: absolute;
  width: 100%;
  background-color: #2C3E50;
}
.dropdown ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dropdown ul li a {
  border-top: 1px solid #34495e;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.dropdown ul li a:hover {
  background-color: #34495e;
  text-decoration: none;
}
.dropdown ul .nav-cta {
  display: inline-block;
  background-color: #e74c3c;
  margin-left: 15px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.nav-search-wrapper {
  margin-top: 4px;
}
.nav-search-wrapper .search-btn {
  float: right;
  width: 100px;
  height: 40px;
  background-color: #8fc11f;
  color: #fff;
  border: 0px;
}
.nav-search-wrapper .search-icon {
  float: left;
  width: 20%;
  height: 40px;
}
.nav-search-wrapper .search-icon img {
  padding-top: 4px;
  width: 22px;
}
.nav-search-wrapper .search-nav {
  float: left;
  width: 80%;
  height: 40px;
}
.nav-wrapper .btn-secondary {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34495e;
  margin-top: 5px;
}
header .nav-col1,
header .nav-col2,
header .nav-col3 {
  margin-top: 10px;
}
header .nav-col1 {
  width: 180px;
  float: left;
  margin-right: 30px;
}
header .nav-col2 {
  width: 375px;
  float: left;
  margin-right: 30px;
  /*border-right: 1px solid @grey1;*/
  padding-right: 20px;
}
header .nav-col3 {
  width: 230px;
  float: left;
}
header .nav-col3 button {
  float: right;
}
header .nav-col4 {
  float: right;
  width: 260px;
}
@media all and (max-width: 1200px) {
  header .nav-col1 {
    width: 180px;
    float: left;
    margin-right: 15px;
  }
  header .nav-col2 {
    width: 315px;
    float: left;
    margin-right: 15px;
    border-right: 0px;
    padding-right: 0px;
  }
  header .nav-col3 {
    width: 160px;
    float: left;
  }
  header .nav-col3 button {
    float: right;
  }
  header .nav-col4 {
    float: right;
    width: 260px;
  }
}
@media all and (min-width: 992px) {
  .toggle-navigation,
  .mobile-sub-navigation {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .mobile-sub-navigation {
    display: block;
    position: absolute;
    background-color: #2c3e50;
    z-index: 200;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100vh !important;
  }
  .mobile-sub-navigation button {
    height: 40px;
  }
  .mobile-sub-navigation .social-row-mb {
    border-top: 1px solid #34495e;
    border-bottom: 1px solid #34495e;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-sub-navigation .social-row-mb .fa {
    color: #fff;
  }
  .mobile-sub-navigation .social-row-mb .social-item.middle {
    border-left: 1px solid #34495e;
    border-right: 1px solid #34495e;
  }
  .mobile-sub-navigation .hide-show-nav {
    background-color: #34495e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
  }
  .mobile-sub-nav-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .mobile-sub-nav-wrapper .search-nav {
    height: 45px;
  }
  .mobile-sub-nav-wrapper .input-group {
    margin-bottom: 10px;
  }
  .mobile-sub-nav-wrapper .mb10-mb {
    margin-bottom: 10px;
  }
  .logged-in-mob .user-name {
    padding-top: 8px;
    padding-left: 15px;
  }
  .logged-in-mob .fa {
    padding-right: 20px;
    padding-top: 12px;
  }
  .mobile-sub-items ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-sub-items a {
    font-size: 15px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border-top: 1px solid #34495e;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-sub-items a:hover {
    text-decoration: none;
    background-color: #34495e;
  }
  .mobile-sub-items a.logged-in-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .mobile-sub-items .logged-in-options-mb ul li a {
    padding-left: 35px;
  }
  .mobile-sub-items .logged-in-link:hover {
    background-color: #2c3e50;
  }
  .mobile-sub-items .nav-cta {
    display: inline-block;
    background-color: #e74c3c;
    margin-left: 15px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .header {
    height: 50px;
  }
  header .toggle-navigation {
    padding-left: 15px;
    cursor: pointer;
    float: left;
    border-right: 1px solid #d5d8dc;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 5px;
    margin-top: 5px;
  }
  header .nav-col1 {
    margin-top: 5px;
  }
  header .nav-col2 {
    display: none;
  }
  header .nav-col3 {
    display: none;
  }
  header .nav-col4 {
    display: none;
  }
}
.logo img {
  padding-top: 9px;
}
@media all and (max-width: 991px) {
  .logo img {
    padding-top: 0px;
  }
}
.logged-out-wrapper {
  margin-top: 15px;
  float: right;
}
.login,
.register {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login a,
.register a {
  color: #797979;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.login {
  border-left: 1px solid #d5d8dc;
  padding-left: 20px;
}
.register {
  padding-right: 20px;
}
.position-relative {
  position: relative;
}
@media all and (min-width: 768px) {
  .position-relative-dt {
    position: relative;
  }
}
.width40 {
  width: 40%;
}
.width20 {
  width: 20%;
}
.width50 {
  width: 50%;
}
.container-padding {
  padding: 15px;
}
.container-padding2 {
  padding: 10px 15px 10px 15px;
}
.field-validation-error {
  color: #e74c3c;
  font-weight: 600;
}
.standard-inputs {
  border: 1px solid #d5d8dc;
  background-color: #fafafa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.border-radius1 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.border-radius2 {
  border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-top-bottom-left-radius: 2px;
  -webkit-top-bottom-left-radius: 2px;
}
.border-radius3 {
  border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
.input-type1 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d5d8dc;
  height: 40px;
  padding-left: 15px;
  color: #757575;
}
.input-type2 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d5d8dc;
  height: 50px;
  padding-left: 15px;
  color: #757575;
}
.input-type3 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d5d8dc;
  height: 50px;
  padding-left: 15px;
  color: #757575;
}
.textarea-type1 {
  height: 150px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d5d8dc;
  padding-left: 15px;
  color: #757575;
  width: 100%;
  padding-top: 15px;
}
.upload-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 375px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px dashed #d5d8dc;
  cursor: pointer;
  background-image: url('../img/plus-icon.png');
  background-position: center;
  background-size: 50px;
}
.upload-bg.withSpinner {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
.park-search {
  height: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.park-search h1,
.park-search h2,
.park-search h3,
.park-search h4,
.park-search h5,
.park-search p {
  font-weight: 300;
}
.park-search::-webkit-input-placeholder {
  color: #666666;
  font-size: 22px;
}
.park-search:-moz-placeholder {
  color: #666666;
  font-size: 22px;
}
.park-search::-moz-placeholder {
  color: #666666;
  font-size: 22px;
}
.park-search:-ms-input-placeholder {
  color: #666666;
  font-size: 22px;
}
.search-nav {
  height: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.search-nav h1,
.search-nav h2,
.search-nav h3,
.search-nav h4,
.search-nav h5,
.search-nav p {
  font-weight: 300;
}
.search-nav::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
}
.search-nav:-moz-placeholder {
  color: #666666;
  font-size: 16px;
}
.search-nav::-moz-placeholder {
  color: #666666;
  font-size: 16px;
}
.search-nav:-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
}
.datetimepicker {
  border: 0px;
  height: 49px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.datetimepicker.first {
  border-radius: 0px;
  border-right: 1px solid #d5d8dc;
}
.datetimepicker::-webkit-input-placeholder {
  color: #797979;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.datetimepicker:-moz-placeholder {
  color: #797979;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.datetimepicker::-moz-placeholder {
  color: #797979;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.datetimepicker:-ms-input-placeholder {
  color: #797979;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (min-width: 767px) {
  .select-range {
    display: none;
  }
}
.select-range {
  padding-top: 15px;
}
.select-range p {
  margin-bottom: 0px;
}
.wrapDateTimePicker {
  border: 1px solid #d5d8dc;
}
.wrapDateTimePicker.first {
  margin-right: 7px;
}
.wrapDateTimePicker.last {
  margin-left: 7px;
}
.input-pindrop {
  border: 1px solid #d5d8dc;
  border-right: 0px;
  background-color: #fafafa;
}
/*// Search Results Page
*/
.sidebar .filters {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d8dc;
}
.sidebar .date-pick-wrapper {
  margin-top: 15px;
}
.sidebar .address {
  margin-bottom: 10px;
}
.sidebar .result {
  position: relative;
  border-bottom: 1px solid #d5d8dc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar .result .result-thumb {
  float: left;
  width: 160px;
  margin-right: 15px;
}
.sidebar .result .listing-info {
  overflow: hidden;
}
.sidebar .result .listing-info .fa {
  text-align: left;
  width: 15px;
}
.sidebar .result .listing-info span {
  display: block;
}
.sidebar .listing-price {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar .listing-price h1,
.sidebar .listing-price h2,
.sidebar .listing-price h3,
.sidebar .listing-price h4,
.sidebar .listing-price h5,
.sidebar .listing-price p {
  font-weight: 700;
}
.sidebar .listing-price .price {
  font-size: 24px;
}
.sidebar .listing-panel1 {
  width: 65%;
  float: left;
  position: relative;
}
.sidebar .listing-panel2 {
  width: 35%;
  float: left;
  position: relative;
}
.sidebar .moreFiltersLink {
  border-bottom: 1px solid #d5d8dc;
  background-color: #fff;
}
.sidebar .stickyFilter {
  position: fixed;
  top: 69px;
  right: 55%;
  z-index: 1000;
  background-color: #fff;
  width: 45%;
  border-bottom: 1px solid #d5d8dc;
  padding: 15px;
}
.sidebar .moreFiltersBlock {
  position: absolute;
}
.sidebar .show-more {
  margin-top: 30px;
}
.sidebar .show-more button {
  width: 100%;
}
.listing-park-specs-left {
  float: left;
}
.listing-park-specs-right {
  float: right;
}
@media all and (max-width: 767px) {
  .listing-park-specs-left {
    float: none;
  }
  .listing-park-specs-right {
    float: none;
    margin-top: 15px;
  }
}
.toggleMapList {
  color: #8fc11f;
  font-weight: bold;
}
.toggleMapList span.active {
  background-color: #d5d8dc;
  color: #797979;
}
.toggleMapPhoto {
  color: #3f5972;
  font-weight: bold;
  height: inherit;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 14px;
}
.toggleMapPhoto span.active {
  background-color: #3f5972;
  color: #fff;
}
@media all and (min-width: 992px) {
  .toggleDetailsView {
    display: none;
  }
}
.filterPosition {
  height: inherit;
}
.toggleMapList {
  height: inherit;
  padding-top: 10px;
  padding-bottom: 11px;
}
.toggleMapListingView,
.togglePhotoListingView,
.toggleDetailsView {
  padding-bottom: 11px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
@media all and (max-width: 380px) {
  .toggleMapListingView,
  .togglePhotoListingView,
  .toggleDetailsView {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.toggleMapListingView,
.toggleMapListingView,
.showDetailsView {
  padding-bottom: 10px;
}
@media all and (max-width: 991px) {
  .showDetailsView {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .showDetailsView {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  .show-details-view-dt {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .show-details-view-dt {
    display: block !important;
  }
}
.sidebar {
  border-top: 1px solid #d5d8dc;
}
.sidebar .stickyFilter {
  border-top: 1px solid #d5d8dc;
}
.sidebar.filters-open {
  overflow-y: scroll;
  background-color: #f9f9f9;
}
.sidebar.filters-open .search-results-list {
  opacity: 0.1;
}
.sidebar.filters-open .filterPosition {
  display: none;
}
.sidebar.filters-open .moreFiltersBlock {
  width: 100%;
  z-index: 10;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sidebar.filters-open .moreFiltersBlock {
  position: absolute;
  top: 0px;
}
.result-listing-height {
  height: 160px;
}
.result-listing-height .results-details,
.result-listing-height .listing-info,
.result-listing-height .listing-panel1,
.result-listing-height .listing-panel2 {
  height: inherit;
}
.result-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.listing-features {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
}
.checkbox-wrapper {
  width: calc(100% / 5);
  border-top: 1px solid #d5d8dc;
  border-bottom: 1px solid #d5d8dc;
  border-left: 1px solid #d5d8dc;
  float: left;
}
.checkbox-wrapper label {
  font-size: 12px !important;
  text-align: center;
}
.checkbox-wrapper label .fa {
  display: block;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.checkbox-engaged .checkbox-wrapper {
  background-color: #d5d8dc;
  opacity: 0.4;
}
.checkbox-wrapper.active {
  background-color: #555;
  color: #fff;
  opacity: 1;
}
.checkbox-wrapper.last {
  border-right: 1px solid #d5d8dc;
}
.checkbox-custom2 {
  opacity: 0;
  position: absolute;
}
.checkbox-custom2,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
}
.checkbox-custom2 + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.checkbox-custom2:checked + .checkbox-custom-label:before {
  background: #555;
}
.radio-custom2 + .radio-custom-label:before {
  border-radius: 50%;
}
.radio-custom2:checked + .radio-custom-label:before {
  background: #ccc;
}
.custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 2px solid #666;
}
.custom-radio .radio label:before {
  border-radius: 8px;
}
.custom-radio input[type=radio]:checked + label:before {
  background-color: #666;
}
.availability {
  margin-bottom: 10px;
}
.availability .day {
  background-color: #2C3E50;
  width: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.availability .datetimepicker {
  height: 40px;
  color: #666;
}
.availability .datetimepicker::-webkit-input-placeholder {
  color: #666666;
  font-size: 12px;
}
.availability .datetimepicker:-moz-placeholder {
  color: #666666;
  font-size: 12px;
}
.availability .datetimepicker::-moz-placeholder {
  color: #666666;
  font-size: 12px;
}
.availability .datetimepicker:-ms-input-placeholder {
  color: #666666;
  font-size: 12px;
}
.availability .time-pick {
  width: 240px;
  padding-left: 15px;
  position: relative;
  padding-right: 15px;
}
.availability .time-pick-large {
  width: 285px;
  padding-left: 15px;
  position: relative;
  padding-right: 15px;
}
.availability .toggleAvailability {
  padding-top: 7px;
}
.availability.disabled .day {
  background-color: #ccc !important;
}
.more-listings {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
.more-listings span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.more-listings a {
  color: #8fc11f;
  text-decoration: underline;
}
.more-listings .search-item1 {
  border-right: 1px solid #d5d8dc;
  display: inline-block;
  padding-right: 25px;
}
.more-listings .search-item1 .fa {
  padding-right: 10px;
}
.more-listings .search-item2 {
  border-left: 1px solid #d5d8dc;
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
}
.more-listings .search-item2 .fa {
  padding-right: 10px;
}
.more-listings .search-item3 {
  border-left: 1px solid #d5d8dc;
  display: inline-block;
  padding-left: 25px;
}
.more-listings .search-item3 .fa {
  padding-left: 10px;
}
.parking-specs-wrapper {
  border-bottom: 1px solid #d5d8dc;
  border-top: 1px solid #d5d8dc;
}
.parking-specs {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 991px) {
  .parking-specs {
    padding-bottom: 0px;
  }
}
.parking-specs .parking-specs-border.middle {
  border-right: 1px solid #d5d8dc;
  border-left: 1px solid #d5d8dc;
}
.parking-specs p {
  margin-bottom: 5px;
}
.listing-content h4 {
  color: #2c3e50;
  font-weight: 500;
}
.divided-list ul {
  padding-left: 0px;
}
.divided-list ul li {
  display: inline;
  position: relative;
  padding-right: 10px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
}
.divided-list ul li + li:before {
  content: '|';
  position: absolute;
  left: -10px;
  top: -2px;
}
.side-panel-upper {
  padding: 35px;
}
.side-panel-lower {
  padding: 30px;
}
.select-days-head {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5d6d7e;
  cursor: pointer;
}
.select-days-head .select-days-chev .fa {
  color: #fff;
  font-size: 40px;
}
.select-days-head-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.selectDaysContent {
  padding: 30px;
}
.booking-calendar-wrapper {
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
}
.calendar-tabs .date-tab {
  width: 150px;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  border: 1px solid #a4a4a4;
  color: #2c3e50;
  cursor: pointer;
}
.calendar-tabs .date-tab.active {
  background-color: #2c3e50;
  border: 1px solid #2c3e50;
  color: #fff;
}
.calendar-tabs .from-date {
  float: left;
}
.calendar-tabs .to-date {
  float: right;
}
.calendar-header {
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.calendar-header .arrow-left {
  float: left;
  padding-left: 15px;
  cursor: pointer;
}
.calendar-header .arrow-right {
  float: right;
  padding-right: 15px;
  cursor: pointer;
}
.calendar-header .month-year {
  position: absolute;
  left: 0px;
  right: 0px;
}
.calendar-body {
  border: 1px solid #b7b7b7;
  border-top: 0px;
  padding: 10px;
}
.calendar-body table {
  width: 100%;
}
.calendar-body th,
.calendar-body td {
  font-size: 12px;
  text-align: center;
  height: 42.85714286px;
  border: 1px solid #fff;
  width: 42.85714286px;
}
.calendar-body thead th {
  font-weight: 300;
}
.calendar-body tbody td {
  font-weight: 500;
}
.calendar-body tbody td.selected {
  background-color: #dcefb2;
}
.calendar-body tbody td.active {
  background-color: #8fc11f;
  color: #fff;
}
.calendar-body tbody td.unavailable {
  color: #b7b7b7;
}
.calendar-picker {
  display: none;
}
.listing-select-sidebar {
  background-color: #fff;
  padding: 30px;
}
@media all and (max-width: 520px) {
  .listing-select-sidebar {
    padding: 10px;
  }
}
.listing-select-sidebar h3 {
  font-size: 20px;
  color: #2c3e50;
  font-weight: 500;
  padding-bottom: 20px;
}
.listing-select-header {
  background-color: #34495e;
  font-size: 20px;
  color: #feffff;
  padding: 15px;
  font-weight: 500;
}
.listing-sidebar-footer {
  background-color: #648a2c;
  padding: 25px;
}
.listing-sidebar-footer .align {
  display: flex;
}
.listing-sidebar-footer .col-right a {
  color: #fff;
  font-size: 12px;
}
.listing-sidebar-footer .col-right a button {
  height: 40px;
  background-color: transparent;
  border: 0px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 20px;
}
.listing-sidebar-footer .col-left button {
  background-color: #9bc837;
  border: 0px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.listing-sidebar {
  margin-top: 20px;
}
.listing-sidebar .wrapDateTimePicker input {
  background-color: #2c3e50;
  color: #fff;
}
.listing-sidebar .checkbox-wrapper2 {
  border-bottom: 1px solid #5d6d7e;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
}
.listing-sidebar .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.listing-sidebar .form-control:-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.listing-sidebar .form-control::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.listing-sidebar .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.listing-sidebar .checkbox-wrapper2 {
  color: #fff;
  text-transform: uppercase;
}
.listing-sidebar .checkbox-custom2:checked + .checkbox-custom-label:before {
  background-color: #8fc11f;
}
.listing-sidebar .checkbox-custom2,
.listing-sidebar .checkbox-custom-label {
  margin-left: 0px;
}
.listing-sidebar .day-width {
  width: 100px;
  display: inline-block;
}
.listing-sidebar .space-alert {
  padding-left: 30px;
}
.listing-sidebar .space-alert .checkbox-custom2 + .checkbox-custom-label:before {
  display: none;
}
.listing-sidebar .space-alert .checkbox-custom-label {
  color: #5d6d7e;
  background-image: url('../img/exclamation.png');
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.listing-sidebar .show-more-listings {
  padding-top: 50px;
}
.listing-sidebar .show-more-listings button {
  border: 2px solid #fff;
  width: 100%;
}
@media all and (max-width: 991px) {
  .listing-sidebar {
    margin-top: 0px;
  }
}
.available-parks {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
}
.available-parks .fa {
  font-size: 16px;
  padding-right: 5px;
}
.listingSidePanel .form-control {
  border: 1px solid #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.listingSidePanel .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.listingSidePanel .form-control:-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.listingSidePanel .form-control::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.listingSidePanel .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.comment-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-block .ratings a {
  color: #fff;
}
.review-block-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.comment {
  font-size: 14px;
}
.comment p {
  line-height: 1.5em;
}
.time-ago {
  font-size: 13px;
}
.review-block h5 {
  display: inline-block;
  padding-right: 50px;
  margin-bottom: 8px;
  font-weight: 300;
}
.review-block h5 h1,
.review-block h5 h2,
.review-block h5 h3,
.review-block h5 h4,
.review-block h5 h5,
.review-block h5 p {
  font-weight: 300;
}
.thumbnail-img1 {
  width: 110px;
  height: 110px;
}
@media all and (max-width: 480px) {
  .thumbnail-img1 {
    width: 50px;
    height: 50px;
  }
}
.thumbnail-img2 {
  width: 60px;
  height: 60px;
}
@media all and (max-width: 480px) {
  .thumbnail-img2 {
    width: 50px;
    height: 50px;
  }
}
.thumbnail-img3 {
  width: 50px;
  height: 50px;
}
@media all and (max-width: 480px) {
  .thumbnail-img3 {
    width: 50px;
    height: 50px;
  }
}
.thumbnail-img4 {
  width: 35px;
  height: 35px;
}
.circular-img {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-size: cover;
}
.content .content-block {
  margin-bottom: 30px;
}
.content .content-block ul {
  padding-left: 20px;
}
.content h4 {
  margin-bottom: 20px;
}
.content p {
  font-size: 14px;
  line-height: 1.4em;
}
.content p a {
  color: #797979;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .side-navigation {
    z-index: 200;
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
  }
  .side-navigation .chevron {
    display: none !important;
  }
  .side-navigation ul {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .side-navigation ul li a {
    border-top: 1px solid #d5d8dc;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #797979;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
  }
  .side-navigation ul li a:hover {
    background-color: #34495e;
    text-decoration: none;
    color: #fff;
  }
  .side-navigation ul li.active {
    background-color: #34495e;
  }
  .side-navigation ul li.active a {
    color: #fff;
  }
  .side-navigation ul li.complete {
    background-image: url('../img/input-tick.png');
    background-repeat: no-repeat;
    background-position: right center;
  }
  .side-navigation ul li.complete a:hover {
    background-image: url('../img/input-tick.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    color: #797979;
  }
}
@media all and (max-width: 767px) {
  .side-navigation-wrapper h4 {
    text-align: center;
  }
  .side-navigation-wrapper .chevron {
    position: absolute;
    right: 0px;
    top: 2px;
    padding-right: 10px;
    color: #797979;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 5px;
  }
  .side-navigation-wrapper .side-navigation {
    position: relative;
    margin-top: 15px;
    border: 1px solid #d5d8dc;
    margin-bottom: 17px;
    cursor: pointer;
  }
  .side-navigation-wrapper .side-navigation a:hover {
    text-decoration: none;
  }
  .side-navigation-wrapper .side-navigation ul {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    list-style: none;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .side-navigation-wrapper .side-navigation ul li {
    display: none;
  }
  .side-navigation-wrapper .side-navigation ul li a {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
  }
  .side-navigation-wrapper .side-navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
  }
  .side-navigation-wrapper .side-navigation ul li.active {
    display: block;
  }
  .side-navigation-wrapper .side-navigation ul li.active a:hover {
    text-decoration: none;
  }
}
.form-content-wrapper {
  display: table-cell;
  padding-left: 20px;
}
.form-content {
  margin-top: 20px;
  border-radius: 3px;
  padding: 0px;
}
.form-content label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  clear: both;
}
.form-content sup {
  color: #e74c3c;
}
.form-content input.complete {
  background-image: url('../img/input-tick.png');
  background-repeat: no-repeat;
  background-position: right;
}
.form-content .input-group-addon.currency {
  background-color: #f4f4f4;
  color: #a5a5a5;
  font-size: 16px;
}
.form-content .input-group-addon.time-increment {
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  border-left: 0px;
}
.form-content .block-field {
  width: 60%;
  margin-bottom: 30px;
}
.form-content .block-field-small {
  width: 30%;
  margin-bottom: 30px;
}
.form-content .block-field-full {
  width: 100%;
  margin-bottom: 30px;
}
.complete {
  background-image: url('../img/input-tick.png');
  background-repeat: no-repeat;
  background-position: left;
}
@media all and (max-width: 767px) {
  .side-nav-wrapper {
    width: 175px;
    display: block;
    float: none;
  }
  .form-content-wrapper {
    display: block;
    padding-left: 0px;
  }
  .form-content {
    padding: 15px 15px 15px 15px;
  }
  .form-content .block-field {
    width: 100%;
    margin-bottom: 30px;
  }
  .form-content .block-field-small {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .form-content label {
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn-width1 {
    width: 130px !important;
  }
}
.label-type1 {
  font-size: 18px;
  font-weight: normal;
}
.label-type2 {
  font-size: 18px;
  font-weight: normal;
  color: #a5a5a5;
}
.label-type3 {
  font-size: 28px;
  font-weight: normal;
  color: #a5a5a5;
}
.label-img {
  margin: 0px;
}
.label-img img {
  padding-left: 10px;
}
.payment-methods span {
  display: inline-block;
  margin-right: 30px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-size: 14px;
  cursor: pointer;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"] + label span {
  background-color: #eee;
}
input[type="radio"]:checked + label span {
  background-color: #34495e;
  border: 4px solid #eee;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/checkbox-unticked.png') left top no-repeat;
  cursor: pointer;
  margin-right: 15px;
  float: left;
  margin-bottom: 5px;
}
input[type="checkbox"]:checked + label span {
  background: url('../img/checkbox-tick.png') top no-repeat;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-outer-wrapper {
  padding: 4px;
  border: 1px solid #d5d8dc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.profile-sidebar {
  max-width: 230px;
  display: table;
  margin: 0 auto;
}
.profile-sidebar .profile-block {
  margin-bottom: 10px;
}
.profile-sidebar .profile-block h5 {
  border-bottom: 1px solid #d5d8dc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.profile-sidebar .profile-block ul {
  padding-left: 0px;
  list-style: none;
}
.ng-cloak {
  display: none !important;
}
.conversation-wrapper {
  height: 38px;
  padding: 5px 5px 5px 20px;
  color: #fff;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 400;
}
.conversation-wrapper button {
  min-height: 24px;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  margin-right: 3px;
}
.full-page-bg {
  background-size: cover;
  background-position: center;
}
.booking-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .booking-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.booking-container .back-link a {
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
.booking-container .back-link a .fa {
  font-size: 10px;
}
.booking-container .padding {
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 100px;
}
@media all and (max-width: 767px) {
  .booking-container .padding {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
  }
}
@media all and (max-width: 550px) {
  .booking-container .padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.booking-wrapper-header {
  background-color: #34495e;
  display: flex;
  display: -webkit-flex;
}
.booking-wrapper-header h1 {
  color: #fff;
  font-size: 32px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-header h1 {
    font-size: 20px;
  }
}
.booking-wrapper-header h3 {
  font-size: 20px;
  color: #fff;
}
@media all and (max-width: 550px) {
  .booking-wrapper-header h3 {
    font-size: 16px;
  }
}
.booking-wrapper-header .check-wrapper {
  background-color: #3f5972;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
@media all and (max-width: 550px) {
  .booking-wrapper-header .check-wrapper {
    width: 50px;
    height: 50px;
  }
}
.booking-wrapper-header .check-wrapper .fa {
  color: #fff;
  display: table;
  margin: 0 auto;
  font-size: 38px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-header .check-wrapper .fa {
    font-size: 22px;
  }
}
.booking-wrapper-header .col-right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.booking-wrapper-body {
  background-color: #fff;
}
.booking-wrapper-body h2 {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body h2 {
    font-size: 16px;
  }
}
.booking-wrapper-body .input-wrapper {
  margin-bottom: 20px;
}
.booking-wrapper-body .input-wrapper input {
  display: block;
  height: 40px;
  width: 75%;
}
.booking-wrapper-body .input-wrapper label {
  margin-bottom: 5px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.booking-wrapper-body .input-wrapper span {
  color: #797979;
  font-style: italic;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}
.booking-wrapper-body .input-wrapper .form-error-inline {
  color: #e74c3c;
  display: none;
}
.booking-wrapper-body .input-wrapper.has-error .form-error-inline {
  display: block;
}
.booking-wrapper-body .input-wrapper.has-error input {
  border: 1px solid #e74c3c;
}
.booking-wrapper-body .booking-details-summary {
  margin-bottom: 20px;
}
.booking-wrapper-body .booking-details-summary .booking-dates tr td {
  margin-bottom: 10px;
}
.booking-wrapper-body .booking-details-summary .flex-display {
  display: flex;
  display: -webkit-flex;
}
.booking-wrapper-body .booking-details-summary .col-left {
  max-width: 150px;
  margin-right: 30px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .col-left {
    margin-right: 15px;
    max-width: 100px;
  }
}
.booking-wrapper-body .booking-details-summary .col-left img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #000;
}
.booking-wrapper-body .booking-details-summary .col-right ul {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .col-right ul {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.booking-wrapper-body .booking-details-summary .col-right ul li {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  display: inline;
  position: relative;
  padding-right: 10px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .col-right ul li {
    display: block;
  }
}
.booking-wrapper-body .booking-details-summary .col-right ul li + li:before {
  content: '|';
  position: absolute;
  left: -9px;
  top: -3px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .col-right ul li + li:before {
    content: '';
  }
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .col-right h4 {
    font-size: 16px;
  }
}
.booking-wrapper-body .booking-details-summary .booking-dates .col-head {
  color: #2c3e50;
  font-weight: bold;
  font-size: 14px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .booking-dates .col-head {
    font-size: 12px;
  }
}
.booking-wrapper-body .booking-details-summary .booking-dates .col-date {
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
}
@media all and (max-width: 550px) {
  .booking-wrapper-body .booking-details-summary .booking-dates .col-date {
    font-size: 12px;
  }
}
.booking-wrapper-footer {
  background-color: #eaeaea;
  display: flex;
}
@media all and (max-width: 767px) {
  .booking-wrapper-footer {
    display: block;
  }
}
.booking-wrapper-footer .col-left {
  min-width: 200px;
}
@media all and (max-width: 767px) {
  .booking-wrapper-footer .col-left {
    padding-bottom: 15px;
  }
}
.booking-wrapper-footer .col-right {
  align-items: center;
  display: flex;
  display: -webkit-flex;
}
.booking-wrapper-footer .col-right p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 0px;
}
.booking-wrapper-footer .col-right p a {
  color: #fff;
  text-decoration: underline;
}
.booking-wrapper-footer .green-btn {
  background-color: #9bc837;
  height: 50px;
  color: #fff;
  border: 0px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
}
.confirmation-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.confirmation-block .head-row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.confirmation-block .head-row h2 {
  padding-bottom: 5px;
}
.confirmation-block .head-row .col-right {
  text-align: right;
  display: block;
  width: 50%;
}
.confirmation-block .head-row .col-right span {
  font-size: 10px;
  color: #999999;
  cursor: pointer;
}
.confirmation-block .head-row .col-left {
  width: 50%;
}
.confirmation-block .body-row .input-wrapper label {
  padding-bottom: 10px;
}
.confirmation-block .car-confirmation-info {
  display: flex;
}
.confirmation-block .car-confirmation-info .col-left img {
  width: 40px;
  display: table;
  margin: 0 auto;
}
.confirmation-block .car-confirmation-info .col-left .icon-wrapper {
  margin-right: 15px;
  align-items: center;
  display: flex;
  width: 70px;
  height: 70px;
  background-color: #f9f9f9;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.confirmation-block .car-confirmation-info .col-right {
  align-items: center;
  display: flex;
}
.confirmation-block .car-confirmation-info .col-right h4 {
  font-size: 14px;
  color: #2c3e50;
  font-weight: bold;
  padding-bottom: 5px;
}
@media all and (max-width: 550px) {
  .confirmation-block .car-confirmation-info .col-right h4 {
    font-size: 13px;
  }
}
.confirmation-block .car-confirmation-info .col-right h4 span {
  color: #666666;
  font-weight: 500;
  padding-left: 20px;
}
@media all and (max-width: 550px) {
  .confirmation-block .car-confirmation-info .col-right h4 span {
    padding-left: 0px;
  }
}
.confirmation-block .car-confirmation-info .detailsEditState h4 {
  color: #666666;
  margin-top: 10px;
}
.confirmation-block .car-confirmation-info .detailsEditState input {
  height: 40px;
  padding-left: 15px;
  width: 100%;
}
.confirmation-block .car-confirmation-info .detailsEditState select {
  height: 40px;
  width: 155px;
}
.confirmation-block .car-confirmation-info .detailsEditState button {
  margin-top: 20px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.booking-wrapper-footer.confirm-footer {
  background-color: #648a2c;
}
.booking-wrapper-footer.confirm-footer .col-left {
  margin-right: 15px;
}
@media all and (max-width: 991px) {
  .booking-wrapper {
    width: 100%;
  }
}
.booking-wrapper .booking-nav {
  border-bottom: 1px solid #d5d8dc;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.booking-wrapper .booking-nav a {
  color: #797979;
  font-size: 14px;
  font-weight: bold;
}
.booking-wrapper .booking-nav a.current {
  color: #8fc11f;
}
.booking-wrapper .create-login h4 {
  font-size: 24px;
}
.booking-wrapper .booking-nav-inner {
  width: 555px;
  margin: 0 auto;
}
.booking-wrapper .booking-nav-inner h3 {
  margin-bottom: 20px;
}
.booking-wrapper .booking-nav-inner h4 {
  margin-bottom: 20px;
}
.booking-wrapper .booking-thumb {
  width: 120px;
  float: left;
  border: 2px solid #2C3E50;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.booking-wrapper .booking-details {
  overflow: hidden;
  padding-left: 30px;
}
.booking-wrapper .datetimepicker {
  background-color: transparent;
}
.listing-col-wrapper {
  background-color: #f7f7f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.listing-col-head {
  padding-bottom: 20px;
}
.listing-col-head h1 {
  color: #2c3e50;
  font-size: 31px;
  font-weight: 300;
}
.listing-col-head h2 {
  font-size: 24px;
  color: #404040;
  font-weight: 300;
}
.summary-table table {
  width: 100%;
}
.summary-table table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.summary-table table .col-left {
  font-weight: bold;
  font-size: 13px;
  color: #2c3e50;
  text-transform: uppercase;
}
.summary-table table .col-right {
  font-weight: 500;
  color: #2c3e50;
  font-size: 13px;
  text-align: right;
}
.summary-table table .total-row td {
  border-top: 1px solid #2c3e50;
}
.standard-table {
  width: 380px;
}
@media all and (max-width: 550px) {
  .standard-table {
    width: 100%;
  }
}
.standard-table th {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #2c3e50;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #2c3e50;
}
.standard-table td {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
}
.standard-table .footer-row td {
  background-color: #2c3e50;
  color: #fff;
  font-weight: bold;
}
.standard-table .col-right {
  text-align: right;
}
@media all and (max-width: 767px) {
  .booking-wrapper {
    width: 100%;
  }
  .booking-wrapper .booking-thumb {
    width: 80px;
    float: left;
  }
  .booking-wrapper .booking-details {
    overflow: hidden;
    padding-left: 10px;
  }
  .booking-wrapper .wrapDateTimePicker {
    margin-top: 10px;
  }
  .booking-wrapper .reduce-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .booking-wrapper .remove-border-mb {
    border: 0px;
  }
  .booking-wrapper .booking-nav-inner {
    width: 100%;
  }
  .booking-wrapper .booking-nav a {
    font-size: 12px;
  }
  .booking-wrapper .booking-nav a.current {
    font-weight: 300;
  }
  .booking-wrapper .booking-nav-inner h4 {
    margin-bottom: 10px;
  }
}
.red-warning-box-wrapper {
  margin-bottom: 20px;
}
.red-warning-box {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  height: 50px;
}
@media all and (max-width: 520px) {
  .red-warning-box {
    height: 65px;
  }
}
.red-warning-box .col-left {
  background-color: #34495e;
  height: inherit;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 42px;
}
.red-warning-box .col-left .fa {
  color: #fff;
  margin: 0 auto;
  display: table;
}
.red-warning-box .col-right {
  width: 100%;
  border: 1px solid #34495e;
  align-items: center;
  display: flex;
}
.red-warning-box .col-right .align {
  align-items: center;
}
.red-warning-box .col-right span {
  line-height: 100%;
  display: block;
}
.red-warning-box .col-right .red-text {
  font-size: 10px;
  color: #34495e;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 15px;
}
.red-warning-box .col-right .grey-text {
  color: #666666;
  font-size: 10px;
  display: block;
  padding-left: 10px;
  padding-right: 15px;
}
.red-warning-box .col-right .unavailable-dates {
  color: #999999;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 15px;
}
.red-warning-box-dropdown {
  display: none;
  border: 1px solid #34495e;
  border-top: 0px;
}
.red-warning-box-dropdown ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 15px;
  padding-left: 50px;
}
.red-warning-box-dropdown ul li {
  font-size: 11px;
  color: #34495e;
  font-weight: 500;
}
.content-page h3 {
  padding-bottom: 30px;
}
.content-page p {
  line-height: 1.5em;
}
.footer-logo {
  padding-top: 40px;
}
.footer-button {
  padding-top: 44px;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1e2226;
}
footer a {
  color: #797979;
}
footer a:hover {
  color: #8fc11f;
}
@media all and (max-width: 767px) {
  footer .pull-right {
    float: none !important;
  }
}
.copyright {
  font-size: 12px;
}
.copyright p a {
  font-weight: bold;
}
.margin1 {
  margin-top: 30px;
}
.margin2 {
  margin-bottom: 15px;
}
.margin3 {
  margin-top: 30px;
}
.margin4 {
  margin-top: 20px;
}
.margin5 {
  margin-top: 10px;
}
.margin6 {
  margin-top: 40px;
}
.margin7 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .margin8 {
    margin-top: 15px;
  }
}
.margin9 {
  margin-bottom: 50px;
}
.margin0 {
  margin: 0px;
}
.remove-padding {
  padding: 0px;
}
.padding1 {
  padding-left: 15px;
}
.padding2 {
  padding-top: 40px;
}
.padding3 {
  padding-bottom: 40px;
}
.padding4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding5 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding6 {
  padding: 20px;
}
.padding7 {
  padding: 10px 20px 10px 20px;
}
.padding8 {
  padding: 30px;
}
.padding9 {
  padding: 15px;
}
.padding10 {
  padding-bottom: 50px;
}
.padding11 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (max-width: 991px) {
  .padding9 {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .padding11 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .padding10 {
    padding-bottom: 30px;
  }
}
.padding12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding13 {
  padding-top: 50px;
}
.padding14 {
  padding-top: 50px;
}
.padding15 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.padding16 {
  padding-top: 30px;
}
.padding17 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding18 {
  padding-bottom: 30px;
}
.padding19 {
  padding: 15px;
}
.padding21 {
  padding-top: 15px;
  margin-top: 15px;
}
.padding22 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding23 {
  padding-top: 40px;
}
.padding24 {
  padding-right: 15px;
}
@media all and (max-width: 991px) {
  .remove-padding-md {
    padding: 0px;
  }
}
@media all and (max-width: 767px) {
  .remove-padding-mb {
    padding: 0px;
  }
  .padding20 {
    padding-left: 15px;
  }
  .padding19 {
    padding: 10px;
  }
  .padding14 {
    padding-top: 20px;
  }
  .padding17 {
    padding-top: 0px;
  }
  .padding23 {
    padding-top: 0px;
  }
  .padding24 {
    padding-right: 0px;
  }
}
.vertical-middle {
  vertical-align: middle;
  display: table-cell;
}
.custom-col5 {
  width: 210px;
  float: left;
  margin-right: 25px;
}
.custom-col5 button,
.custom-col6 button,
.custom-col7 button,
.custom-col8 button,
.custom-col5 input,
.custom-col6 input,
.custom-col7 input,
.custom-col8 input {
  margin-top: 20px;
}
.custom-col6 {
  float: left;
  width: 325px;
  margin-right: 10px;
}
.custom-col7 {
  float: left;
  width: 160px;
  margin-right: 15px;
}
.custom-col8 {
  width: 200px;
  float: left;
}
.custom-col9 .text {
  text-align: center;
}
.custom-col9 .text h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
.custom-col9 .text p {
  margin-top: 0px;
}
.custom-col10 {
  width: 100px;
  float: left;
}
.custom-col12 {
  width: 100%;
}
.custom-col13 {
  width: 50%;
  float: left;
}
.custom-col14 {
  width: 50%;
  float: left;
}
.custom-col15 {
  width: 120px;
  float: left;
}
.custom-col16 {
  padding-left: 20px;
  overflow: hidden;
}
.custom-col17 {
  width: 90px;
  float: left;
}
.custom-col18 {
  float: left;
}
@media all and (max-width: 1200px) {
  .custom-col6 {
    width: 250px;
  }
  .increase-container {
    width: 95%;
  }
}
@media all and (max-width: 991px) {
  .custom-col5 {
    margin-right: 15px;
    width: 200px;
  }
  .custom-col6,
  .custom-col7,
  .custom-col8 {
    width: 160px;
  }
  .custom-col5 button,
  .custom-col6 button,
  .custom-col7 button,
  .custom-col8 button,
  .custom-col18 button,
  .custom-col5 input,
  .custom-col6 input,
  .custom-col7 input,
  .custom-col8 input,
  .custom-col18 input {
    margin-top: 15px;
  }
  .increase-container {
    width: 100%;
  }
  .custom-col13 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .custom-col5 input,
  .custom-col6 input,
  .custom-col7 input,
  .custom-col8 input {
    margin-top: 5px;
  }
  .custom-col5 button,
  .custom-col6 button,
  .custom-col7 button,
  .custom-col8 button {
    margin-top: 10px;
  }
  .custom-col10 {
    width: 80px;
  }
  .custom-col11 {
    width: 100%;
    margin: 0px;
  }
  .custom-col12 {
    width: 75%;
  }
}
/*Map*/
@media all and (min-width: 768px) {
  .hide-gt-sm {
    display: none;
  }
  .custom-col1 {
    width: 50%;
  }
  .custom-col3 {
    width: 40%;
  }
  .custom-col4 {
    width: 60%;
  }
  .search-control-bar {
    height: 60px;
  }
  .search-control-bar .filterPosition {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map {
    width: 55%;
    position: fixed;
    right: 0px;
    height: 95%;
    display: block !important;
  }
  .map-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .map-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .sidebar {
    width: 45%;
    position: fixed;
    overflow-y: scroll;
    left: 0px;
    top: 69px;
    height: calc(100%);
  }
  .search-results-list {
    display: block !important;
  }
  .sort-by {
    height: 40px;
  }
  .listingSidePanel {
    position: relative;
    max-width: 350px;
    top: 30px;
  }
  .listingSidePanel.sticky {
    position: fixed;
    top: 30px;
    max-width: 350px;
  }
  .listing-side-panel {
    min-width: 379px;
  }
}
@media all and (max-width: 1200px) {
  .map {
    width: 50%;
  }
  .sidebar {
    width: 50%;
  }
  .sidebar .stickyFilter {
    right: 50%;
    width: 50%;
  }
  .hide-lg {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .map {
    width: 40%;
  }
  .sidebar {
    width: 60%;
  }
  .sidebar .stickyFilter {
    right: 40%;
    width: 60%;
  }
  .hide-md {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .home-search {
    margin-bottom: 10px;
  }
  .input-group-addon {
    padding: 6px 6px;
  }
  .park-search {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .park-search::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .park-search:-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .park-search::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .park-search:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .hide-sm {
    display: none;
  }
  .custom-col1 {
    width: 40%;
  }
  .custom-col2 {
    width: 20%;
    padding-left: 10px;
  }
  .custom-col2 button {
    width: 100%;
  }
  .container-padding {
    padding: 10px;
  }
  .sidebar .stickyFilter {
    padding: 0px;
  }
  .map {
    display: none;
    width: 100%;
    position: fixed;
    right: 0px;
    height: 100%;
    display: block !important;
  }
  .map-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .map-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .sidebar .result .result-thumb {
    width: 250px;
  }
  .result-listing-height {
    height: 250px;
  }
  .sort-by-wrapper {
    padding-right: 15px;
  }
  .sidebar {
    width: 100%;
    height: auto !important;
  }
  .sidebar .filters .park-search {
    font-size: 15px;
  }
  .sidebar .filters .park-search::-webkit-input-placeholder {
    color: #666666;
    font-size: 15px;
  }
  .sidebar .filters .park-search:-moz-placeholder {
    color: #666666;
    font-size: 15px;
  }
  .sidebar .filters .park-search::-moz-placeholder {
    color: #666666;
    font-size: 15px;
  }
  .sidebar .filters .park-search:-ms-input-placeholder {
    color: #666666;
    font-size: 15px;
  }
  .sort-by {
    margin-right: 15px;
    margin-top: 5px;
    height: 26px;
    font-size: 12px;
    padding: 0px;
  }
  .sidebar .stickyFilter {
    top: 0px;
    width: 100%;
    right: 0px;
  }
  .sidebar .filters .wrapDateTimePicker.first {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .sidebar .filters .wrapDateTimePicker.last {
    margin-left: 5px;
  }
  .sidebar .date-pick-wrapper {
    margin-top: 10px;
  }
  .search-control-bar {
    height: 40px;
  }
  .search-control-bar .filterPosition {
    height: inherit;
  }
  .search-control-bar .toggleMapList {
    height: inherit;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .search-control-bar .toggleListView,
  .search-control-bar .toggleMapView {
    padding-bottom: 11px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .search-control-bar .toggleMapView {
    border-right: 1px solid #d5d8dc;
  }
  .search-control-bar .filterPosition.stickyFilter .toggleListView,
  .search-control-bar .filterPosition.stickyFilter .toggleMapView {
    padding-bottom: 10px;
  }
  .more-listings {
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding-top: 5px;
  }
  .more-listings span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .more-listings a {
    color: #8fc11f;
    text-decoration: underline;
  }
  .more-listings .search-item1 {
    border-right: 0px;
    display: inline-block;
    padding-right: 10px;
  }
  .more-listings .search-item1 .fa {
    padding-right: 10px;
  }
  .more-listings .search-item2 {
    border-left: 0px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 0px;
  }
  .more-listings .search-item2 .fa {
    padding-right: 10px;
  }
  .more-listings .search-item3 {
    border-left: 1px solid #d5d8dc;
    display: inline-block;
    padding-left: 10px;
  }
  .more-listings .search-item3 .fa {
    padding-left: 10px;
  }
  .parking-specs .parking-specs-border.middle {
    border-left: 0px;
  }
}
@media all and (max-width: 480px) {
  .clear-float-mb {
    float: none !important;
    display: block;
    width: 100%;
  }
  .clear-float-mb .wrapDateTimePicker {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .clear-float-mb .wrapDateTimePicker.first {
    margin-bottom: 15px;
  }
  .sidebar .filters {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .custom-col2 {
    width: 100%;
    padding-left: 0px;
  }
  .custom-col2 button {
    width: 100%;
    margin-top: 10px;
  }
  .hide-xs {
    display: none;
  }
  .sidebar .result .result-thumb {
    width: 130px;
  }
  .result-listing-height {
    height: auto;
  }
  .listing-features {
    position: relative;
    margin-top: 10px;
  }
  .result-btn {
    /*position: relative;*/
  }
  .results-details .result-btn {
    position: relative !important;
  }
  .sidebar .listing-panel1 {
    width: 100%;
  }
  .sidebar .listing-panel2 {
    width: 100%;
  }
  .sidebar .result .listing-info span {
    text-align: left;
  }
  .toggleListView,
  .toggleMapView {
    padding-bottom: 11px;
    padding-top: 12px;
    padding-left: 7px !important;
    padding-right: 7px !important;
    cursor: pointer;
  }
  .sort-by-wrapper {
    padding-right: 10px !important;
  }
}
.logged-in-navigation ul {
  display: table;
  margin: 0 auto;
  padding-left: 0px;
  clear: both;
}
.logged-in-navigation ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.logged-in-navigation ul li a {
  padding: 10px 15px 10px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
@media all and (max-width: 1200px) {
  .logged-in-navigation ul li a {
    padding: 10px 10px 10px 10px;
  }
}
.logged-in-navigation ul li a:hover {
  background-color: #f7f7f8;
  text-decoration: none;
  color: #2c3e50;
}
.logged-in-navigation ul li a.current {
  background-color: #f7f7f8;
  text-decoration: none;
  color: #2c3e50;
}
.logged-in-navigation ul li.last {
  border-right: 0px;
}
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 15px;
}
.breadcrumbs .fa {
  padding-right: 10px;
  color: #797979;
}
.breadcrumbs ul {
  display: inline-block;
  padding-left: 0px;
}
.breadcrumbs ul li {
  display: inline-block;
  color: #34495e;
  font-weigbt: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.breadcrumbs ul li a {
  color: #8fc11f;
  font-weight: bold;
  text-decoration: underline;
}
.breadcrumbs li + li:before {
  content: '/';
  padding-left: 5px;
  padding-right: 5px;
}
.booking-navigation ul {
  padding-left: 0px;
}
.booking-navigation ul li {
  display: inline-block;
}
.booking-navigation ul li a {
  padding: 10px 16px 10px 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  color: #34495e;
  text-decoration: underline;
}
.booking-navigation li.active {
  background-color: #fff;
}
.booking-navigation li.active a {
  text-decoration: none;
}
.booking-request-wrapper {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
.booking-request-wrapper table {
  width: 100%;
  margin-top: 20px;
}
.booking-request-wrapper .dates-requested-body {
  margin-top: 0px;
  border-top: 0px;
  margin-bottom: 15px;
}
.listing-links {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: red;
}
.profile-snapshot h5 {
  display: inline-block;
  color: #2c3e50;
  padding-right: 15px;
}
.profile-snapshot .profile-snapshot-text {
  padding-top: 20px;
  padding-left: 20px;
}
.profile-snapshot .ratings a {
  color: #8fc11f;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 15px;
}
.dates-requested {
  cursor: pointer;
}
.table-col1 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 40%;
  border-left: 1px solid #2c3e50;
}
.table-col1-ext {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col1-60 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 60%;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col150 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 30%;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col2-60 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 60%;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col2 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 20%;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col3 {
  width: 50px;
  background-color: #d0d0d0;
  border-top: 1px solid #647382;
  border-right: 1px solid #647382;
  border-bottom: 1px solid #647382;
}
.table-col3 .fa {
  color: #fff;
  font-size: 16px;
}
.table-col4 {
  border-top: 1px solid #959ea7;
  border-bottom: 1px solid #959ea7;
  border-left: 1px solid #959ea7;
  border-right: 1px solid #959ea7;
  background-color: #e0e0e0;
}
.table-col5 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 80px;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-col6 {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  width: 60px;
}
.table-col {
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
.table-header {
  font-size: 14px;
  font-weight: bold;
}
.table-header td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-header td span {
  color: #2c3e50;
}
.table-body {
  font-size: 14px;
  font-weight: bold;
}
.table-body td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-body span {
  color: #797979;
}
.table-body span.block {
  display: block;
}
.table-dates {
  padding-left: 15px;
}
.table-dates .table-date {
  border-right: 1px solid #d5d8dc;
  padding-right: 20px;
  margin-right: 20px;
  width: 110px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-dates .table-day {
  min-width: 110px;
  display: inline-block;
}
.datesRequestedHead.active td {
  border-bottom: 0px;
}
.booking-btn-group {
  margin-top: 20px;
}
.booking-btn-group .btn-wrapper {
  padding-right: 5px;
  padding-left: 5px;
}
.booking-btn-group .btn-wrapper.first {
  padding-left: 0px;
}
.booking-btn-group .btn-wrapper.last {
  padding-right: 0px;
}
.booking-btn-group button {
  font-size: 14px;
}
.booking-btn-group button .fa {
  font-size: 16px;
}
@media all and (max-width: 1200px) {
  .table-col5 {
    width: 40px;
  }
  .table-dates {
    padding-left: 10px;
  }
  .table-dates .table-date {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 1200px) {
  .booking-request-wrapper {
    padding: 10px;
  }
  .table-header {
    font-size: 12px;
  }
  .table-dates .table-date {
    width: auto;
  }
  .table-dates .table-day {
    min-width: auto;
  }
  .table-body {
    font-size: 12px;
  }
  .table-col6 {
    width: 40px;
  }
}
@media all and (max-width: 767px) {
  .table-dates .table-date {
    border-right: 0px;
    padding: 0px;
    margin: 0px;
  }
  .table-dates .table-day {
    display: block;
  }
}
.reserve-block {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.reserve-block.error-email .emailInput {
  background-image: url('../img/error.png');
  background-repeat: no-repeat;
  background-position: right;
}
.reserve-block.error-both .emailInput,
.reserve-block.error-both .usernameInput {
  background-image: url('../img/error.png');
  background-repeat: no-repeat;
  background-position: right;
}
.reserve-block.success .emailInput,
.reserve-block.success .usernameInput {
  background-image: url('../img/tick.png');
  background-repeat: no-repeat;
  background-position: right;
}
.error-message {
  background-color: #e74c3c;
  bottom: -14px;
  left: 400px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
.reserve-username {
  height: 80px;
}
.reserve-username .reserve-text {
  height: inherit;
  width: 196px;
  font-size: 24px;
  line-height: 24px;
}
.reserve-username .reserve-arrow {
  width: 14px;
  display: table-cell;
  padding-top: 28px;
}
@media all and (max-width: 991px) {
  .reserve-username {
    height: 70px;
  }
  .reserve-username .reserve-text {
    width: 180px;
    font-size: 20px;
  }
  .reserve-username .reserve-arrow {
    padding-top: 23px;
  }
}
@media all and (max-width: 767px) {
  .custom-col5,
  .custom-col6,
  .custom-col7,
  .custom-col8 {
    float: none;
    width: 100%;
  }
  .reserve-block .force-center {
    display: block;
  }
  .reserve-username {
    height: auto;
  }
  .reserve-username .reserve-text {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
.social-block {
  color: #7b7b7b;
  margin-right: 5px;
  margin-left: 5px;
}
.social-block .fa {
  font-size: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.social-block:hover {
  background-color: #7b7b7b;
  color: #fff;
}
.social-panel {
  padding-top: 40px;
  padding-bottom: 50px;
}
.info-panel {
  padding: 30px;
}
.info-panel h2 {
  margin-top: 5px;
  line-height: 120%;
}
.info-panel button {
  margin-top: 15px;
}
.info-panel-col {
  width: 360px;
  float: left;
}
@media all and (max-width: 767px) {
  .info-panel {
    padding: 15px;
  }
  .info-panel-col {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
.green-cta {
  background-color: #8fc11f;
  width: 200px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  margin: -20px auto;
}
.green-transparent-cta {
  border: 2px solid #8fc11f;
  color: #8fc11f;
  width: 185px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .green-transparent-cta {
    margin-top: 40px;
  }
  .green-cta {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: -13px auto;
  }
}
.text-center {
  text-align: center;
}
.border0 {
  border: 0px;
}
.input-height1 {
  height: 40px;
}
.input-height2 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.input-padding1 {
  padding-left: 20px;
}
textarea:focus,
input:focus,
select:focus,
button:focus {
  outline: 0;
}
.fc-input1::-webkit-input-placeholder {
  color: #666666;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.fc-input1:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.fc-input1::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.fc-input1:-ms-input-placeholder {
  color: #666666;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.fc-input2 {
  color: #fff;
}
.fc-input2::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.fc-input2:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.fc-input2::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.fc-input2:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.full-width {
  width: 100%;
}
.force-center {
  display: table;
  margin: 0 auto;
}
.no-float {
  float: none;
}
.display-table {
  display: table;
}
@media all and (max-width: 767px) {
  .center-block-mb {
    margin: 0 auto;
  }
}
.ticked {
  list-style-type: none;
  padding-left: 0px;
}
.ticked li {
  margin-bottom: 5px;
  padding-left: 1.3em;
}
.ticked li .fa {
  padding-right: 15px;
}
.ticked li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.3em;
}
.referral-code {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e4e4e5;
}
.referral-code .help-terms {
  padding-top: 10px;
}
.referral-code .help-terms a {
  color: #797979;
  font-size: 14px;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}
.referral-code h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.referral-code .referral-link-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #d9d9d9;
  position: relative;
}
.referral-code .referral-link-wrapper .share-wrapper {
  width: 90px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.referral-code .referral-link-wrapper .share-link {
  height: 45px;
  float: left;
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
  width: 100%;
  display: table;
}
.referral-code .referral-link-wrapper .share-link span {
  margin-left: -90px;
}
.referral-code .referral-link-wrapper .facebook-share,
.referral-code .referral-link-wrapper .twitter-share {
  background-color: #9bc837;
  float: left;
  width: 45px;
  height: 45px;
  display: table;
  border-left: 1px solid #fff;
}
.referral-code .referral-link-wrapper .facebook-share .fa,
.referral-code .referral-link-wrapper .twitter-share .fa {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.profile-wrapper .profile-left h3 {
  font-weight: 400;
}
.profile-sidebar-wrapper li a {
  color: #8fc11f;
  font-weight: 400;
}
.coupons-share {
  background-color: #f7f7f8;
  padding-top: 30px;
}
.coupons-share .share-col .top {
  background-color: #fff;
  padding: 30px;
}
.coupons-share .share-col .top h1 {
  font-size: 46px;
  color: #8fc11f;
  margin-bottom: 20px;
}
.coupons-share .share-col .top h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.coupons-share .share-col .top a {
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .coupons-share .share-col .top h1 {
    font-size: 32px;
    margin-top: 15px;
    text-align: center;
  }
  .coupons-share .share-col .top h2 {
    text-align: center;
  }
  .coupons-share .share-col .top a {
    text-align: center;
    display: block;
  }
  .coupons-share .share-col .top img {
    margin: 0 auto;
    display: table;
  }
}
.coupons-share .share-col .btm {
  background-color: #8fc11f;
  padding: 30px;
}
.coupons-share .share-col .btm h3 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.coupons-share .share-col .btm a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 10px;
  margin-top: 20px;
  text-decoration: underline;
}
.coupons-share .share-col .btm .input-with-btn {
  width: 250px;
  margin: 0 auto;
  display: table;
}
@media all and (max-width: 767px) {
  .coupons-share .share-col .btm .input-with-btn {
    width: 100%;
  }
}
.coupons-share .share-col .btm .input-with-btn .input-wrapper {
  overflow: hidden;
}
.coupons-share .share-col .btm .input-with-btn input {
  padding-left: 15px;
  border: 1px solid #ececed;
  width: 100%;
  overflow: hidden;
  height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
}
.coupons-share .share-col .btm .input-with-btn button {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #648a2c;
  border: 0px;
}
.coupons {
  padding-top: 30px;
  padding-bottom: 80px;
}
.coupons h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.coupons .blue-coupon {
  background-color: #3f5972;
  padding-top: 20px;
}
.coupons .blue-coupon p {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}
.coupons .blue-coupon img {
  display: table;
  margin: 0 auto;
}
.coupons .blue-coupon.redeemed {
  background-color: #666;
}
.coupons .blue-coupon.redeemed h3 {
  color: #999;
}
.coupons .blue-coupon.redeemed .code {
  background-color: #666;
  color: #999;
}
.coupons .footnote p {
  font-size: 9px;
  font-weight: 300;
}
.coupons .green-panel {
  background-color: #8fc11f;
}
.coupons .green-panel h2 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 10px;
}
.coupons .green-panel h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #b8e15c;
  padding-bottom: 10px;
}
.coupons .green-panel .top {
  padding: 30px;
}
.coupons .green-panel .top p {
  font-size: 13px;
  color: #fff;
  font-style: italic;
  margin-bottom: 0px;
}
.coupons .green-panel .btm {
  background-color: #648a2c;
  padding: 20px;
}
.coupons .green-panel .btm a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
}
.coupons .green-panel .btm .input-with-btn .input-wrapper {
  overflow: hidden;
}
.coupons .green-panel .btm .input-with-btn input {
  padding-left: 15px;
  border: 1px solid #ececed;
  width: 100%;
  overflow: hidden;
  height: 40px;
  font-size: 12px;
  color: #7b7b7b;
}
.coupons .green-panel .btm .input-with-btn button {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #8fc11f;
  border: 0px;
}
.coupons .coupon {
  margin: 15px;
  border: 2px dashed #7e91a5;
  padding: 10px;
}
.coupons .coupon h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.coupons .coupon h3 h1,
.coupons .coupon h3 h2,
.coupons .coupon h3 h3,
.coupons .coupon h3 h4,
.coupons .coupon h3 h5,
.coupons .coupon h3 p {
  font-weight: 700;
}
.coupons .coupon p {
  color: #fff;
  text-align: center;
}
.coupons .coupon .code {
  background-color: #4e667d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media all and (max-width: 767px) {
  .profile-wrapper .form-content {
    padding-top: 0px;
  }
  .profile-wrapper .profile-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .profile-wrapper .profile-sidebar {
    padding-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .profile-sidebar-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .profile-sidebar-wrapper .profile-sidebar {
    max-width: 100%;
  }
  .referral-code .referral-link-wrapper .share-link {
    overflow: auto;
    float: none;
  }
  .referral-code .referral-link-wrapper .share-wrapper {
    width: 100%;
    position: relative;
  }
  .referral-code .referral-link-wrapper .share-link span {
    margin-left: 0px;
  }
  .referral-code .referral-link-wrapper .facebook-share,
  .referral-code .referral-link-wrapper .twitter-share {
    width: 50%;
  }
  .referral-code .referral-link-wrapper .facebook-share {
    border-left: 0px;
  }
}
.help-mate-wrapper {
  background-color: #2C3E50;
  padding-top: 50px;
  padding-bottom: 50px;
}
.help-mate-wrapper h3 {
  color: #fff;
  font-size: 40px;
}
.help-mate-wrapper .btn-white {
  background-color: #8fc11f;
  color: #fff;
  font-size: 20px;
  border: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: table;
}
.help-mate-wrapper .btn-white:hover {
  background-color: #6e9518;
}
@media all and (max-width: 1200px) {
  .help-mate-wrapper h3 {
    font-size: 32px;
    padding-top: 10px;
  }
}
@media all and (max-width: 991px) {
  .help-mate-wrapper h3 {
    font-size: 26px;
    padding-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .hide-mb {
    display: none !important;
  }
  .help-mate-wrapper h3 {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .help-mate-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  left: 0px !important;
  right: 0px !important;
  margin: 0 auto !important;
  display: block !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
.dow {
  color: #333 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  /*border-radius: 4px;*/
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: grey;
  color: red;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  background-color: #2c3e50;
  color: #fff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #1a242f;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #d5d8dc;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute,
.bootstrap-datetimepicker-widget table td.second {
  background: #fff;
  cursor: pointer;
  color: #333;
  /*font-weight: bold;*/
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #999;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget {
  right: 0px !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8fc11f;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #d5d8dc;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: teal;
  color: purple;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: green;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.addon-card {
  background-color: none;
  border: none;
}
.addon-card > i {
  margin-left: 10px;
}
.addon-share {
  padding: 0px;
  background-color: transparent;
  border: none;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url('../img/grabbing.png') 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.photoSlider img {
  width: 100%;
}
.photoSlider .owl-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url('../img/camera.png');
  background-repeat: no-repeat;
  height: 30px;
  background-position: 0px 9px;
  color: #fff;
}
.photoSlider .owl-pagination .owl-page.active {
  margin-left: 20px;
}
.photoSlider .owl-page {
  display: none !important;
}
.photoSlider .owl-page.active {
  display: inline-block !important;
}
.photoSlider .owl-controls .owl-page span {
  background: transparent;
  opacity: 1;
  font-size: 14px !important;
}
.photoSlider .owl-controls .owl-page span.owl-numbers {
  padding: 2px 0px;
  margin: 5px 1px;
}
.photoSlider .owl-buttons {
  position: absolute;
  top: 40%;
  width: 100%;
}
.photoSlider .owl-buttons .owl-prev,
.photoSlider .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  background: #fff !important;
  opacity: 0.7 !important;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  font-family: FontAwesome;
  content: "\f095";
  font-size: 24px !important;
  text-align: center;
  padding-top: 8px;
  color: transparent !important;
}
.photoSlider .owl-buttons .owl-prev {
  left: 0px;
}
.photoSlider .owl-buttons .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #666 !important;
  display: table;
  margin: 0 auto;
  font-size: 32px;
}
.photoSlider .owl-buttons .owl-next {
  right: 0px;
}
.photoSlider .owl-buttons .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #666 !important;
  margin: 0 auto;
  display: table;
  font-size: 32px;
}
@media all and (max-width: 767px) {
  .photoSlider .owl-buttons .owl-prev,
  .photoSlider .owl-buttons .owl-next {
    height: 30px;
    width: 30px;
    font-size: 14px !important;
    padding: 0px 10px !important;
  }
  .photoSlider .owl-buttons .owl-prev:before,
  .photoSlider .owl-buttons .owl-next:before {
    line-height: 100%;
    font-size: 30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
  input[type='text'] {
    font-size: 16px !important;
    line-height: 16px;
  }
  select {
    font-size: 16px !important;
  }
  .datetimepicker {
    font-size: 16px !important;
  }
  .standard-inputs {
    font-size: 16px !important;
  }
}
.failed-registration {
  color: #e74c3c;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .input-type1 {
    font-size: 16px;
  }
  .textarea-type1 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .text-center-mb {
    text-align: center;
  }
  .mb10-mb {
    margin-bottom: 10px;
  }
  .no-float-mb {
    float: none !important;
  }
}
button.toggleBtnText:hover span {
  display: none;
}
button.toggleBtnText:hover:before {
  content: "admin@carparkit.com.au";
}
.dropdown-menu.daterangepicker {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-left: 0px;
}
.dropdown-menu.daterangepicker .daterangepicker {
  width: 100%;
}
.calendar-tabs .date-tab {
  width: 100%;
}
.daterangepicker td.in-range {
  background-color: #dcefb2 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #8fc11f !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #fff !important;
}
.calendar-table td {
  font-size: 12px !important;
  border: 1px solid #fff !important;
}
.daterangepicker td.start-date,
.daterangepicker td.end-date {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.daterangepicker .calendar tr:nth-child(1) th {
  background-color: #34495e !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.fa-chevron-left:before,
.fa-chevron-right:before {
  font-size: 12px;
}
.daterangepicker .calendar tr:nth-child(2) th {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 1500px) and (min-width: 991px) {
  .daterangepicker {
    left: auto !important;
    right: 0px !important;
  }
}
.daterangepicker .ranges {
  clear: both;
}
.daterangepicker_input {
  display: none !important;
}
.calendar-tabs .date-tab {
  padding: 0px;
  border: 0px;
  width: 100%;
}
.calendar-tabs .date-tab input {
  height: 50px;
  padding-left: 15px;
  cursor: pointer;
  width: 100%;
}
@media all and (max-width: 767px) {
  .calendar-tabs .date-tab {
    background-color: #fff;
    color: #34495e;
    padding: 0px;
    border: 1px solid #b7b7b7;
    width: 48%;
  }
  .calendar-tabs .date-tab .text {
    position: relative;
    padding-left: 15px;
    padding-top: 5px;
  }
  .calendar-tabs .date-tab input {
    background-color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    color: #34495e;
    padding-left: 0px;
    box-shadow: none;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: -15px;
  }
  .calendar-tabs .date-tab.active {
    border: 1px solid #b7b7b7;
    background-color: #34495e;
    color: #fff;
  }
  .calendar-tabs .date-tab.active input {
    background-color: #34495e;
    color: #fff;
  }
  .bootstrap-datetimepicker-widget {
    display: block !important;
    left: 0px !important;
    margin-left: 31px !important;
    margin-top: 9px !important;
    width: 320px !important;
    border-radius: 0px;
    padding: 0px !important;
  }
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .dow {
    color: #333 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #b7b7b7 !important;
  }
  .bootstrap-datetimepicker-widget table td.day,
  .bootstrap-datetimepicker-widget table td.hour,
  .bootstrap-datetimepicker-widget table td.minute,
  .bootstrap-datetimepicker-widget table td.second {
    font-weight: 400 !important;
  }
  .bootstrap-datetimepicker-widget table td.active,
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #8fc11f !important;
    color: #fff !important;
    text-shadow: none !important;
  }
  .bootstrap-datetimepicker-widget table td.day,
  .bootstrap-datetimepicker-widget table td.hour,
  .bootstrap-datetimepicker-widget table td.minute,
  .bootstrap-datetimepicker-widget table td.second {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid white !important;
  }
  .bootstrap-datetimepicker-widget table td.today:before {
    border: none !important;
  }
  .bootstrap-datetimepicker-widget table td.day:hover,
  .bootstrap-datetimepicker-widget table td.hour:hover,
  .bootstrap-datetimepicker-widget table td.minute:hover,
  .bootstrap-datetimepicker-widget table td.second:hover {
    background-color: #dcefb2 !important;
  }
}
@media all and (max-width: 520px) {
  .bootstrap-datetimepicker-widget {
    margin-left: 11px !important;
  }
}
@media all and (max-width: 390px) {
  .booking-calendar-wrapper {
    width: 100% !important;
  }
  .bootstrap-datetimepicker-widget {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .listing-select-sidebar {
    padding: 15px;
  }
  .listing-select-sidebar h3 {
    padding: 10px;
  }
  .listing-select-sidebar .summary-table {
    padding: 10px;
  }
}
.subscriptionPanel {
  display: none;
}
@media all and (max-width: 991px) {
  .listing-select-tabs {
    margin-top: 15px;
  }
}
.listing-select-tabs__tab {
  width: 50%;
  float: left;
  cursor: pointer;
  padding-left: 15px;
}
.listing-select-tabs__tab span {
  text-align: left;
  padding-left: 15px;
  display: block;
  color: #34495e;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}
.listing-select-tabs__tab.full-width {
  width: 100%;
}
.listing-select-tabs__tab.current {
  background-color: #34495e;
}
.listing-select-tabs__tab.current span {
  color: #fff;
}
.subscriptionPanel input[type="radio"]:checked + label span {
  background-color: transparent;
  border: none;
}
.subscriptionPanel input[type="radio"] + label span {
  background-color: transparent;
  font-size: 12px;
  margin-right: 0px;
}
.subscriptionPanel input[type="radio"] + label span {
  width: auto;
  height: auto;
}
.subscriptionPanel .custom-radio label {
  padding-left: 20px;
}
.subscriptionPanel .custom-radio ul {
  padding-left: 0px;
  list-style: none;
}
.subscriptionPanel .custom-radio ul li {
  width: 50%;
  float: left;
  margin-right: 0px;
}
.subscriptionPanel__table {
  margin-bottom: 15px;
}
.subscriptionPanel__table table {
  width: 100%;
}
.subscriptionPanel__table table tr td {
  font-size: 13px;
  text-transform: uppercase;
  color: #3f5972;
  padding-top: 2px;
  padding-bottom: 2px;
}
.subscriptionPanel__table table tr td:nth-child(even) {
  text-align: right;
}
.subscriptionPanel__table table tr td:nth-child(odd) {
  text-align: left;
}
.subscriptionPanel__table table .total-row td {
  font-weight: bold;
  border-top: 1px solid #3f5972;
  border-bottom: 1px solid #3f5972;
}
.subscriptionPanel__foot-note p {
  font-size: 10px;
}
.subscriptionPanel__foot-note {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.subscriptionPanel__foot-note p {
  text-align: center;
}
.subscriptionPanel__right {
  padding-bottom: 30px;
  padding-top: 5px;
  width: 100%;
}
.subscriptionPanel__right h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.subscriptionPanel__right .radio input[type="radio"] {
  display: inline;
}
.subscriptionPanel__left {
  padding-right: 5px;
  padding-bottom: 30px;
}
.subscriptionPanel__left span {
  font-size: 13px;
}
.subscriptionPage {
  width: 800px;
  display: table;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .subscriptionPage {
    width: 100%;
  }
}
.subscriptionPage__block {
  border: 1px solid #34495e;
  margin-top: 30px;
  margin-bottom: 20px;
}
.subscriptionPage__block h2 {
  font-weight: bold;
  color: #34495e;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.subscriptionPage__block h2 span {
  color: #666666;
  font-weight: 400;
}
.subscriptionPage__block p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.subscriptionPage__block p b {
  color: #34495e;
  padding-right: 5px;
}
.subscriptionPage__block p .spacer {
  padding-left: 10px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .subscriptionPage__block p .spacer {
    padding-left: 0px;
    margin-top: 10px;
    display: block;
  }
}
.subscriptionPage__block p .spacer a {
  color: #999;
  text-decoration: underline;
}
.subscriptionPage__padding {
  padding: 20px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__padding {
    padding: 10px;
  }
}
.subscriptionPage__flex {
  display: flex;
  -webkit-display: flex;
}
@media all and (max-width: 767px) {
  .subscriptionPage__flex--block-mb {
    display: block;
  }
}
.subscriptionPage__left {
  width: 80%;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__left {
    width: 100%;
  }
}
.subscriptionPage__right {
  width: 20%;
}
@media all and (max-width: 767px) {
  .subscriptionPage__right {
    width: 100%;
  }
}
.subscriptionPage__right p a {
  text-decoration: underline;
  font-weight: 500;
  color: #999;
}
.subscriptionPage__cost {
  background-color: #34495e;
  padding: 10px;
  text-align: center;
  width: 100px;
  float: right;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__cost {
    float: none;
  }
}
.subscriptionPage__cost h4,
.subscriptionPage__cost h5 {
  color: #fff;
}
.subscriptionPage__cost h4 {
  font-size: 12px;
}
.subscriptionPage__cost h5 {
  font-weight: bold;
  padding-top: 5px;
  font-size: 14px;
}
.subscriptionPage__accordion-header {
  background-color: #34495e;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.subscriptionPage__accordion-header__right {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  font-size: 12px;
}
.subscriptionPage__accordion-header__right .toggleIcon {
  padding-left: 10px;
}
.subscriptionPage__accordion-body {
  display: none;
  padding: 15px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__accordion-body {
    padding: 10px;
  }
}
.subscriptionPage__accordion-body table {
  width: 100%;
}
.subscriptionPage__accordion-body table th,
.subscriptionPage__accordion-body table td {
  text-align: center;
}
.subscriptionPage__accordion-body table th {
  padding-bottom: 5px;
  border-bottom: 1px solid #34495e;
  margin-bottom: 10px;
}
.subscriptionPage__accordion-body table td {
  padding-top: 5px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__accordion-body table td {
    vertical-align: top;
    line-height: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.subscriptionPage__accordion-body table tbody {
  padding-top: 10px;
}
.subscriptionPage__renew-link {
  clear: both;
  text-align: right;
}
.subscriptionPage__renew-link a {
  text-decoration: underline;
  font-weight: 500;
  color: #999;
  font-size: 13px;
  text-align: right;
}
.subscriptionPage__cancel {
  background-color: #999;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  font-size: 10px;
  color: white;
  display: table;
  float: right;
}
.subscriptionPage__cancel h4 {
  font-weight: bold;
}
.subscriptionPage__accordion-header__left {
  width: 50%;
  padding-left: 20px;
  font-weight: 700;
}
.subscriptionPage .red-warning-box-wrapper {
  margin-top: 10px;
}
.subscriptionPage__form-wrapper {
  border: 1px solid #34495e;
  padding: 20px;
}
@media all and (max-width: 767px) {
  .subscriptionPage__form-wrapper {
    padding: 0px;
    border: 0px;
  }
}
.subscriptionPage__form {
  border: 1px solid #d5d8dc;
  margin-bottom: 10px;
}
.subscriptionPage__form-block h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #34495e;
}
.subscriptionPage__form-block {
  padding: 15px;
}
.subscriptionPage .input-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.subscriptionPage .input-wrapper label,
.subscriptionPage .input-wrapper input {
  display: block;
}
.subscriptionPage .input-wrapper label {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
}
.subscriptionPage .input-wrapper input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.subscriptionPage .input-wrapper .icon {
  position: absolute;
  right: 0px;
  top: 19px;
  height: 38px;
  background-color: #d5d8dc;
  padding-left: 15px;
  padding-right: 15px;
}
.subscriptionPage .input-wrapper .icon .force-center {
  display: table;
  margin: 0 auto;
}
.subscriptionPage .input-wrapper .icon .fa {
  padding-top: 10px;
  color: #333;
}
.subscriptionPage .input-wrapper.has-icon input {
  padding-right: 50px;
}
.subscriptionPage .input-wrapper.has-icon--large .icon .fa {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 10px;
}
.subscriptionPage .input-wrapper.has-icon--large input {
  padding-right: 80px;
}
.subscriptionPage__button-wrapper .green-btn {
  background-color: #9bc837;
  height: 50px;
  color: #fff;
  border: 0px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
}
.subscriptionPage .custom-radio {
  margin-bottom: 5px;
}
.subscriptionPage .custom-radio input[type="radio"] {
  display: none;
}
.subscriptionPage .custom-radio input[type="radio"] + label span {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  font-size: 12px;
  margin-right: 0px;
}
.subscriptionPage .custom-radio h3 {
  display: inline;
}
.subscriptionPage .custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  width: 100%;
}
.subscriptionPage .custom-radio input[type="radio"] + label span {
  border: 3px solid #fff;
}
.subscriptionPage .custom-radio input[type="radio"]:checked + label span {
  border: 3px solid #fff;
}
.subscriptionPage .custom-radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 2px solid #666;
  top: 0px;
}
.subscriptionPage .custom-radio input[type=radio]:checked + label:before {
  background-color: #333;
  border: 2px solid #333;
}
.custom-checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.custom-checkbox ul {
  padding-left: 0px;
  list-style: none;
}
.custom-checkbox ul li {
  float: left;
  width: 50%;
  font-weight: 300;
}
.custom-checkbox ul li label {
  font-weight: 300 !important;
  font-size: 13px;
  color: #34495e;
}
.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #34495e;
  transition: all 0.2s;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.custom-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.custom-checkbox [type="checkbox"]:disabled + label {
  color: #fff;
}
.custom-checkbox [type="checkbox"]:checked:focus + label:before,
.custom-checkbox [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
.custom-checkbox label:hover:before {
  border: 1px solid #4778d9 !important;
}
/*NEW*/
.subscriptionPage__form-block label {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 13px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}
.subscriptionPage__form-block .custom-radio input[type=radio]:checked + label:before {
  background-color: #666;
}
.subscriptionPage__form-block input[type="radio"]:checked + label span {
  background-color: transparent;
  border: none;
}
.subscriptionPage__form-block input[type="radio"] + label span {
  width: auto;
  height: auto;
}
.subscriptionPage__form-block input[type="radio"] + label span {
  font-size: 12px;
  margin-right: 0px;
}
.subscriptionPage__form-block .custom-radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 2px solid #666;
}
.admin-actions {
  padding: 30px;
  margin: 0;
}
.admin-actions .half-width {
  width: 50%;
  float: none;
}
.admin-actions .pl30 {
  padding-left: 30px;
}
.admin-actions .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.admin-actions h3 {
  margin-bottom: 20px;
}
.admin-actions h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.admin-actions ul {
  padding-left: 0;
}
.admin-actions li {
  width: 200px;
  list-style: none;
  padding-left: 10px;
  /*border-bottom: 1px solid @grey1;*/
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin-actions a {
  color: black;
}
.focusme {
  background-color: #FFFFCE !important;
}
.error {
  color: red;
}
form.has-captcha .g-recaptcha {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.grecaptcha-badge {
  display: none;
}
.registration-failed {
  color: #e74c3c;
}