/* BC Style */

@charset "UTF-8";
/*
Copyright by 7th Sunrise
www.7thsunrise.com
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=839f379023cd382d8277b366c69e7eef)
 * Config saved to config.json and https://gist.github.com/839f379023cd382d8277b366c69e7eef
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  right: 22px;
}
.booking_request{
    padding: 92px 0;
    margin: 40px auto;
    width:70%;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.22);
    
}
.booking-heading{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin: 20px 0;
    text-transform: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
#flightName{
    width:90;
}
.select2.select2-container.select2-container--default{
    width: 89% !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid #ccc !important;
    border-radius:0px !important;
    padding-left:3px;
    height:35px !important;
    line-height:35px;
    color:#555 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#555 !important;
}
#bookingBtn{
    border: none;
    padding: 10px 40px;
    color: #fff;
    background: #862633;
}
#bookingBtn:hover{
    background:#6432323;
}
.active_select_bg{
    background:#9A7B56;
    color:#fff;
}
.custom-control{
    border: 1px solid #dee2e6;
    padding:15px 15px 15px 15px;
    position:relative;
    margin-bottom:1rem;
}
.custom-control-label{
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    line-height: 3rem;
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
}
.pickup_select{
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.22);
    z-index: 2;
}
.pickup_select .svtitle{
    font-weight: 100;
    font-size: 3.5rem;
    margin-top: 23px;
    margin-bottom: 10px;
}
.gl-pickup-time__selected-time h5{
    font-size:12px;
    text-transform:uppercase;
    font-weight:400;
    color:#4a4a4a;
}
select[name="hourly_ride"]{
        width: 89%;
 		background: none;
		border: 1px solid #ccc;
		height: 35px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 8px;
		color:#555;
}
select[name="flightType"]{
         width: 89%;
 		background: none;
 		color:#555;
		border: 1px solid #ccc;
		height: 35px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 8px;
}
#datetimepicker3{
    margin-top:10px;
}
#pickup-date, #pickTime{
    border-radius:0px;
    border-right:0;
    
}
#confirmPickupBtn{
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: #080C10;
}
.flex-block .pickupdatetimebody{
    margin-top:40px;
}
#datetimepicker1 span.input-group-addon, #datetimepicker3 span.input-group-addon{
    background: none;
    border-radius: 0px;
    border-left:0;
    width:39px;
    padding:0;
}
.glyphicon{
    right:-7px;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}
.fa-bars{
    color:#9a7b56 !important;
}
textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

@media screen and (max-width:768px){
    .vc_custom_1590139003393{
        padding-bottom:50px !important;
        padding-top:0px !important;
    }
    .input-group{
        width:100%;
    }
    select[name="hourly_ride"], select[name="flightType"], .select2.select2-container.select2-container--default{
        width:100% !important;
    }
    .hero-bc .col-bc-6:nth-child(2){
        padding-left: 0;
        text-align: center;
        padding-top: 0px !important;
    }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
    
  .visible-xs {
    display: block !important;
  }
  .booking_request{
      width:100% !important;
      padding: 40px 30px;
  }
.booking-heading{
    font-size:33px;
}
  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  color: #122833;
  letter-spacing: 0.02em;
  font-weight: 400;
}
body *:focus {
  outline: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-weight: 300;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a {
  color: #8c2232;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #d84a60;
}
a:focus {
  text-decoration: none;
}

h1 {
  font-size: 2.8235em;
  line-height: 1.5625em;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.875em;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.8235em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2em;
    font-weight: 600;
  }
  
}

h2 {
  font-size: 2.5em;
  line-height: 1.5625em;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.875em;
}
@media (min-width: 1400px) {
  h2 {
    font-size: 2.8235em;
  }
}

h3 {
  font-weight: bold;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.95em;
  line-height: 1.25em;
}
@media (min-width: 1400px) {
  h3 {
    font-size: 2.3529em;
  }
}

h4 {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 1.25em;
  line-height: 1.4em;
}
@media (min-width: 1400px) {
  h4 {
    font-size: 1.8823em;
  }
}

h5 {
  font-size: 1.2941em;
  line-height: 1.6363em;
  margin-top: 0;
  margin-bottom: 1.8181em;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  h5 {
    margin-bottom: 0.75em;
  }
}

h6 {
  font-size: 1.0588em;
  font-weight: bold;
  line-height: 1.4444em;
  margin-top: 0;
  margin-bottom: 1.1111em;
}

p {
  margin-top: 0;
  margin-bottom: 1.3333em;
}
p.annotation {
  font-size: 0.8em;
  position: relative;
  font-weight: 300;
  top: 1em;
}
p.annotation:before {
  content: '';
  width: 10%;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.color-red {
  color: #992537;
}

.color-light-red {
  color: #d84a60;
}

.color-gold {
  color: #9a7b56;
}

.color-light-gold {
  color: #d9ae7a;
}

.clearfix {
  clear: both;
  float: none;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.border4x img {border: 4px solid #c4a47e;}

#topbar_2 {
  background: #122833;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Roboto', sans-serif;
}
#topbar_2 .col-xs-6:first-child {
  z-index: 2;
}
#topbar_2 .col-xs-6:last-child {
  /*z-index: 1;*/
}
@media (max-width: 499px) {
  #topbar_2 .col-xs-6.loggedin {
    width: 100%;
  }
}
#topbar_2 .phone-number {
  line-height: 32px;
}
#topbar_2 .phone-number a {
  display: inline-block;
  text-decoration: none;
  color: #9a7b56;
  font-weight: bold;
  font-size: 1.1em;
}
#topbar_2 .phone-number a:hover {
  color: #d9ae7a;
}
@media (max-width: 340px) {
  #topbar_2 .phone-number a {
    font-size: 1em;
  }
}
#topbar_2 .separator {
  background: rgba(255, 255, 255, 0.08);
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  -mox-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 10px;
  height: 10px;
}
#topbar_2 .nonlogged-wrapper {
  font-size: 0.95em;
  float: right;
  line-height: 32px;
}
#topbar_2 .nonlogged-wrapper a {
  color: #9a7b56;
  display: inline-block;
  font-weight: 400;
}
#topbar_2 #user_nav {
  margin-top: -5px;
  float: right;
  position: relative;
  min-height: 37px;
}
#topbar_2 #user_nav #username {
  position: absolute;
  z-index: 10;
  right: 0;
  cursor: pointer;
}
@media (hover: hover) {
  #topbar_2 #user_nav #username {
    cursor: default;
  }
  #topbar_2 #user_nav #username:hover {
    background: #3b505a;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  }
  #topbar_2 #user_nav #username:hover .username,
  #topbar_2 #user_nav #username:hover .icon {
    color: #d9ae7a;
  }
  #topbar_2 #user_nav #username:hover #user_menu {
    display: block;
  }
}
#topbar_2 #user_nav #username.hover {
  background: #3b505a;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
#topbar_2 #user_nav #username.hover .username,
#topbar_2 #user_nav #username.hover .icon {
  color: #d9ae7a;
}
#topbar_2 #user_nav #username.hover #user_menu {
  display: block;
}
#topbar_2 #user_nav .username {
  color: #9a7b56;
  font-weight: 400;
  padding-left: 23px;
  display: inline-block;
  line-height: 40px;
  background: #122833;
  position: relative;
  padding-right: 10px;
  text-align: right;
  min-width: 150px;
}
#topbar_2 #user_nav .username:before {
  position: absolute;
  content: '';
  display: block;
  background: #122833;
  height: 100%;
  width: 30px;
  left: -29px;
}
#topbar_2 #user_nav .toprow {
  white-space: nowrap;
}
#topbar_2 #user_nav .icon {
  color: #9a7b56;
  padding: 0 8px 0 5px;
  font-size: 1.3em;
}
#topbar_2 #user_nav #user_menu {
  display: none;
}
#topbar_2 #user_nav #user_menu ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}
#topbar_2 #user_nav #user_menu a {
  color: #fff;
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 0.07em;
  padding: 4px 10px;
}
#topbar_2 #user_nav #user_menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.top-nav {
  padding: 0;
  background: #fff;
  color: #173340;
  /*border-bottom: 1px solid $very-light-gray;*/
  box-shadow: 0 1px 0 #e7ecee;
  -moz-box-shadow: 0 1px 0 #e7ecee;
  -webkit-box-shadow: 0 1px 0 #e7ecee;
  -o-box-shadow: 0 1px 0 #e7ecee;
  -ms-box-shadow: 0 1px 0 #e7ecee;
}
.top-nav .logo {
  max-width: 285px;
  padding: 20px 0;
}
.top-nav .main-nav {
  text-align: right;
}
.top-nav .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav .main-nav ul li {
  margin: 0;
  padding: 0;
}
.top-nav .main-nav a {
  text-decoration: none;
}
.top-nav .main-nav a:hover,
.top-nav .main-nav a:focus {
  text-decoration: none;
}
.top-nav .main-nav > ul {
  display: block;
}
.top-nav .main-nav > ul > li {
  display: inline-block;
  font-size: 0.8823em;
  font-weight: bold;
  position: relative;
  height: 84px;
  line-height: 84px;
}
.top-nav .main-nav > ul > li > a {
  color: #173340;
  text-decoration: none;
  display: inline-block;
  padding: 0.74em 0.7em;
  text-transform: uppercase;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1em;
}
.top-nav .main-nav > ul > li > a:hover {
  color: #5d7e8d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-nav .main-nav > ul > li > a {
    padding: 0.4em 0.3em;
  }
}
.top-nav .main-nav > ul > li.button > a {
  background: #992537;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  -mox-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.top-nav .main-nav > ul > li.button > a:hover {
  background: #d84a60;
}
.top-nav .main-nav > ul > li.button.current-menu-item > a {
  color: #fff;
}
.top-nav .main-nav > ul > li.highlight > a {
  color: #8c2232;
  text-transform: uppercase;
}
.top-nav .main-nav > ul > li.highlight > a:hover {
  color: #d84a60;
}
.top-nav .main-nav > ul > li.menu-item-has-children > a {
  position: relative;
}
.top-nav .main-nav > ul > li.menu-item-has-children:hover > a:after {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 3em;
  text-align: center;
  line-height: 0.5em;
  color: #122833;
  font-family: 'fontawesome';
  bottom: -30px;
  left: 0;
  content: '\f0d8';
}
.top-nav .main-nav > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.top-nav .main-nav > ul > li.current_page_item,
.top-nav .main-nav > ul > li.current_page_ancestor {
  position: relative;
  /*
          &:before {
              font-family: 'fontawesome';
              color: $dark-blue;
              position: absolute;
              top: -15px;
              display: block;
              text-align: center;
              width: 100%;
              content: '\f0d7';
              font-size: 3em;
          }
          */
}
.top-nav .main-nav > ul > li.current_page_item > a,
.top-nav .main-nav > ul > li.current_page_ancestor > a {
  color: #5d7e8d;
}
.top-nav .main-nav > ul > li.current_page_item#menu-item-370 > a,
.top-nav .main-nav > ul > li.current_page_ancestor#menu-item-370 > a {
  color: #173340;
}
.top-nav .main-nav > ul > li.current_page_item#menu-item-370 > a:hover,
.top-nav .main-nav > ul > li.current_page_ancestor#menu-item-370 > a:hover {
  color: #5d7e8d;
}
.top-nav .main-nav > ul > li.current_page_item#menu-item-370:before,
.top-nav .main-nav > ul > li.current_page_ancestor#menu-item-370:before {
  display: none;
}
.top-nav .main-nav .sub-menu {
  display: none;
  position: absolute;
  min-width: 212px;
  background: #122833;
  top: 100%;
  left: -10px;
  font-size: 0.93333em;
  z-index: 20;
}
.top-nav .main-nav .sub-menu li {
  text-align: left;
}
.top-nav .main-nav .sub-menu a {
  color: rgba(255, 255, 255, 0.55);
  padding: 10px 27px;
  display: block;
  line-height: 1.75em;
  font-weight: 300;
  height: auto;
}
.top-nav .main-nav .sub-menu a:hover {
  color: #d9ae7a;
}
.top-nav .main-nav .sub-menu li.current-menu-item > a {
  color: white;
}
.top-nav .main-nav .menu > li > .sub-menu > li:first-child > a {
  padding: 27px 27px 14px;
}
.top-nav .main-nav .menu > li > .sub-menu > li:last-child > a {
  padding: 14px 27px 27px;
}
.top-nav .main-nav .menu > li > .sub-menu > li:last-child:first-child > a,
.top-nav .main-nav .menu > li > .sub-menu > li:last-child:only-child > a {
  padding: 27px 27px;
}
.top-nav .main-nav .menu-item.cities > .sub-menu {
  width: 300px;
}
.top-nav .main-nav .menu-item.cities > .sub-menu > .menu-item {
  width: 150px;
}
.top-nav .main-nav .menu-item.cities > .sub-menu > .menu-item:first-child {
  float: left;
}
.top-nav .main-nav .menu-item.cities > .sub-menu > .menu-item:last-child {
  float: right;
}
.top-nav
  .main-nav
  .menu-item.cities
  > .sub-menu
  > .menu-item:last-child
  > a:first-child {
  padding: 27px 27px 14px;
}
.top-nav .main-nav .menu-item.cities > .sub-menu .sub-menu {
  display: block;
  position: static;
  left: 0;
  min-width: 100%;
}
.top-nav .main-nav .menu-item.cities > .sub-menu .sub-menu li:last-child a {
  padding: 14px 27px 27px;
}

#footer {
  color: #e7ecee;
}
#footer .footer-widgets {
  background: #122833;
  font-size: 14px;
  line-height: 2.1428em;
  padding: 50px 0;
}
#footer .footer-widgets a {
  color: #9a7b56;
  text-decoration: none;
}
#footer .footer-widgets .logo-social p:first-child {
  position: relative;
  margin-bottom: 2em;
}
#footer .footer-widgets .logo-social p:last-child {
  text-align: center;
}
#footer .footer-widgets .logo-social p:nth-child(2) a {
  display: inline-block;
  font-size: 20px;
  width: 19%;
  text-align: center;
}
#footer .footer-widgets .widgettitle {
  margin-top: 0;
  color: #9a7b56;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #footer .footer-widgets .widgettitle {
    margin-bottom: 7px;
  }
  .wrapper .thanks_box{
        width:90% !important;
    }
}
#footer .footer-widgets .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-widgets .menu a {
  color: #b0b4bf;
}
#footer .footer-widgets .menu a:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  #footer .footer-widgets .widget-col.widget-1 {
    padding-left: 0;
    width: 18%;
    margin-right: 20px;
  }
  #footer .footer-widgets .widget-col.widget-2 {
    width: 17%;
  }
  #footer .footer-widgets .widget-col.widget-3 {
    width: 14%;
  }
  #footer .footer-widgets .widget-col.widget-4 {
    width: 13%;
  }
  #footer .footer-widgets .widget-col.widget-5 {
    width: 20%;
  }
  #footer .footer-widgets .widget-col.widget-6 {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-widgets .widget-col.widget-6 {
    text-align: center;
    margin-top: 2.5em;
  }
}
@media (max-width: 767px) {
  #footer .footer-widgets .widget-col {
    margin-bottom: 2em;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  #footer .footer-widgets .widget-col {
    width: 50%;
    float: left;
  }
  #footer .footer-widgets .widget-col.widget-1 {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #footer .footer-widgets .widget-col.widget-6 {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-bar {
  font-size: 0.85em;
  letter-spacing: 0.04em;
  background: #0f222b;
  padding: 1em 0;
  text-align: center;
  color: #7d6446;
}
#footer .footer-bar span {
  padding: 0 1em;
}
#footer .footer-bar a {
  color: #959b9e;
}
#footer .footer-bar a:hover {
  color: #cbcdce;
}

.mobile-nav-bttn {
  text-align: right;
}
.mobile-nav-bttn a {
  font-size: 2.3em;
  line-height: 74px;
  display: inline-block;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #9a7b56;
}
.mobile-nav-bttn a:hover {
  color: #d84a60;
}

#mobile_nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: auto;
  overflow: scroll;
  background: #122833;
  z-index: 999;
  height: 100%;
  top: 0;
  padding: 2em 0;
}
#mobile_nav .mobile-nav-close {
  text-align: right;
  margin-bottom: 1em;
}
#mobile_nav .mobile-nav-close a {
  color: #fff;
  font-size: 2.5em;
  display: inline-block;
}
#mobile_nav a {
  color: #5d7e8d;
}
#mobile_nav a:hover {
  color: #9a7b56;
}
#mobile_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile_nav .menu > li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(93, 126, 141, 0.4);
}
#mobile_nav .menu > li {
  position: relative;
  padding-right: 40px;
}
#mobile_nav .menu > li > a:first-child {
  text-transform: uppercase;
  display: block;
  padding: 4px 0;
}
#mobile_nav .menu > li.menu-item-has-children span.icon {
  content: '\f067';
  font-family: 'fontawesome';
  position: absolute;
  right: 0;
  top: 3px;
  width: 30px;
  text-align: center;
  color: #5d7e8d;
}
#mobile_nav .menu .sub-menu {
  display: none;
}
#mobile_nav .menu .sub-menu a {
  display: block;
  padding: 4px 0;
}

.home .logo-bar .logo-gallery .wpb_image_grid_ul li {
  width: 20%;
  margin: 0;
}
.home .logo-bar .logo-gallery .wpb_image_grid_ul li:last-child {
  text-align: right;
}
.home .logo-bar .logo-gallery .wpb_image_grid_ul li:last-child img {
  float: right;
}
.home .logo-bar .logo-gallery .wpb_image_grid_ul li:nth-child(4) {
  text-align: center;
}
.home .logo-bar .logo-gallery .wpb_image_grid_ul li:nth-child(4) img {
  display: inline-block;
}
@media (max-width: 767px) {
  .home .logo-bar .logo-gallery .wpb_image_grid_ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
  }
  .home .logo-bar .logo-gallery .wpb_image_grid_ul li {
    text-align: center;
    padding: 1%;
    flex: 1;
    position: static !important;
    left: auto !important;
    top: auto !important;
    line-height: 100%;
  }
  .home .logo-bar .logo-gallery .wpb_image_grid_ul li img {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transfrom: translateY(-50%);
    transform: translateY(-50%);
  }
}
.home .wpb_revslider_element .custom .tp-bullet {
  width: 45px !important;
  height: 4px !important;
  background: #173340 !important;
}
.home .wpb_revslider_element .custom .tp-bullet.selected {
  background: #3b505a !important;
}
.home .vc_row.mobile-app .parallax-col .wpb_wrapper {
  height: 100%;
}
.home .vc_row.mobile-app .parallax-col .wpb_wrapper > .wpb_single_image {
  height: 100%;
}
.home .vc_row.mobile-app .parallax-element {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home .vc_row.mobile-app .parallax-element > * {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  display: block;
}
.home .vc_row.mobile-app .parallax-element img {
  width: 350px;
}
.home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
  background-position-y: 100% !important;
}
@media (max-width: 991px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 50% !important;
  }
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 300% !important;
  }
}
@media (min-width: 1051px) and (max-width: 1199px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 220% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 180% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 140% !important;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 130% !important;
  }
}
@media (min-width: 1550px) and (max-width: 1750px) {
  .home .vc_row.vc_parallax.mobile-app-parallax .vc_parallax-inner {
    background-position-x: 110% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .download-app-button-wrapper a .fa {
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .home #rev_slider_1_1_wrapper .tparrows {
    top: auto !important;
    bottom: -15px !important;
  }
  .home .vc_btn3-container.book-now {
    text-align: center;
    display: block;
  }
}

.page-id-14 .vc_row.point-to-point,
.page-id-14 .vc_row.road-shows,
.page-id-14 .vc_row.group-and-event,
.page-id-14 .vc_row.shuttle-service,
.page-id-14 .vc_row.destination-management {
  background-repeat: no-repeat;
}
.page-id-14 .vc_row.point-to-point h4 strong,
.page-id-14 .vc_row.road-shows h4 strong,
.page-id-14 .vc_row.group-and-event h4 strong,
.page-id-14 .vc_row.shuttle-service h4 strong,
.page-id-14 .vc_row.destination-management h4 strong {
  color: #9a7b56;
}
.page-id-14
  .vc_row.point-to-point
  .wpb_column.vc_col-has-fill
  > .vc_column-inner,
.page-id-14 .vc_row.road-shows .wpb_column.vc_col-has-fill > .vc_column-inner,
.page-id-14
  .vc_row.group-and-event
  .wpb_column.vc_col-has-fill
  > .vc_column-inner,
.page-id-14
  .vc_row.shuttle-service
  .wpb_column.vc_col-has-fill
  > .vc_column-inner,
.page-id-14
  .vc_row.destination-management
  .wpb_column.vc_col-has-fill
  > .vc_column-inner {
  padding: 4em;
}
.page-id-14 .vc_row.point-to-point {
  background-size: auto 100%;
}
.page-id-14 .vc_row.road-shows {
  background-size: auto 100%;
  background-position-x: 100%;
}
.page-id-14 .vc_row.group-and-event {
  background-size: auto 120%;
}
.page-id-14 .vc_row.shuttle-service {
  background-size: auto 100%;
  background-position-x: 100%;
}
@media (min-width: 1400px) {
  .page-id-14 .vc_row.shuttle-service {
    background-size: 50% auto;
  }
}

.about-us-cta-row i.fa {
  font-size: 0.5em;
  position: relative;
  top: -0.35em;
  margin: 0 1em;
  color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-cta-row i.fa:last-of-type {
    display: block;
    color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us-cta-row i.fa {
    display: block;
    color: transparent;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .about-us-cta-row i.fa {
    display: block;
    color: transparent;
    opacity: 0;
  }
}

.about-us-icons .wpb_single_image {
  margin-bottom: 2em;
}
.about-us-icons .wpb_single_image img {
  max-width: 150px;
}
.about-us-icons .wpb_single_image.second-icon img {
  max-width: 200px;
}
.about-us-icons h4 {
  font-size: 1.55em;
  font-weight: normal;
}

/*
#wpadminbar {
    display: none;
}
html:first-child {
    margin-top: 0 !important;
}
*/
.region-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.region-layer > .wpb_wrapper {
  position: absolute;
  top: 50%;
  max-width: 970px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transfrom: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.region-layer > .wpb_wrapper a {
  color: #122833;
}
.region-layer > .wpb_wrapper a:hover {
  color: #992537;
}
.region-layer > .wpb_wrapper .fa {
  color: #9a7b56;
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .region-layer p {
    font-size: 1.25em !important;
    line-height: 1.95em !important;
  }
  .region-layer p br,
  .region-layer p .fa {
    display: none !important;
  }
  .region-layer p a:after {
    display: inline-block;
    color: #9a7b56;
    content: '\f067';
    font-size: 0.5em;
    position: relative;
    top: -0.2em;
    font-family: 'fontawesome';
    margin: auto 0.5em;
  }
  .region-layer p a:last-child:after {
    display: none;
  }
}
.region-layer#region-usa {
  position: relative;
  margin-bottom: -240px;
  margin-top: -220px;
}
.region-layer#region-usa > .wpb_wrapper {
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transfrom: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-top: 4em;
  padding-bottom: 2em;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .region-layer#region-usa {
    margin-top: -240px;
  }
}

#select-a-region .light-gold-text-on-dark-overlay {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.all-markets .all-markets-wrapper .all-markets-state {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.all-markets .all-markets-wrapper .all-markets-state-name {
  color: #9a7b56;
  text-transform: uppercase;
  margin: 0;
}
.all-markets .all-markets-wrapper .all-markets-state-name i {
  font-style: normal;
  font-size: 0.8em;
}
.all-markets .all-markets-wrapper .all-markets-cities {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  margin: 0;
}
.all-markets .all-markets-wrapper .col-md-1 {
  width: 11%;
}

.reserve-a-ride-box .need-to-login-message {
  margin: 4em 0;
}

.single-post #main {
  padding: 3em 0;
}
.single-post .the-title {
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 0.25em;
}
.single-post .post-date {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 3em;
  display: block;
}
.single-post blockquote {
  font-style: italic;
  font-weight: 300;
}
.single-post .post-pagination {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e7ecee;
}
.single-post .post-pagination a {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
.single-post .post-pagination .previous-post a:before {
  font-family: 'fontawesome';
  content: '\f104';
  font-weight: 300;
  position: relative;
  font-size: 2em;
  top: 0.1em;
  margin-right: 0.5em;
}
.single-post .post-pagination .next-post {
  text-align: right;
}
.single-post .post-pagination .next-post a:after {
  font-family: 'fontawesome';
  content: '\f105';
  font-weight: 300;
  position: relative;
  font-size: 2em;
  top: 0.1em;
  margin-left: 0.5em;
}
@media (max-width: 991px) {
  .single-post .post-pagination {
    margin-bottom: 4em;
  }
}

.sidebar-latest-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-latest-posts li {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e7ecee;
}
.sidebar-latest-posts li:last-child {
  border: none;
}
.sidebar-latest-posts a {
  color: #122833;
}
.sidebar-latest-posts a:hover {
  color: #d84a60;
}
.sidebar-latest-posts a .sidebar-latest-post-title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.sidebar-latest-posts a .sidebar-latest-post-title span:after {
  font-family: 'fontawesome';
  font-size: 0.6em;
  content: '\f064';
  margin-left: 0.5em;
  position: relative;
  top: -0.25em;
}
.sidebar-latest-posts a .sidebar-latest-post-date {
  font-size: 0.8em;
}

/*
Copyright by 7th Sunrise
www.7thsunrise.com
*/
.mylightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.mylightbox .mylightbox-overlay {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.mylightbox .mylightbox-content {
  width: 500px;
  height: auto;
  max-height: 90%;
  position: absolute;
  top: 5%;
  left: calc(50% - 250px);
  background: white;
  box-sizing: border-box;
  overflow: scroll;
}
.mylightbox .mylightbox-content-inner {
  position: relative;
  padding: 30px;
  max-height: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mylightbox .mylightbox-close {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #e7ecee;
  display: block;
  z-index: 50;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #122833;
  cursor: pointer;
}
.mylightbox .mylightbox-close i {
  position: relative;
  left: 1px;
}

.gform_wrapper .note {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(176, 180, 182, 0.5);
}

.gfield.radio-inline li[class^='gchoice_'] {
  display: inline-block;
  margin-right: 1em;
}
.gfield.radio-inline li[class^='gchoice_'] label {
  padding-left: 0.3em;
  color: #5d7e8d;
  display: inline-block;
}

.page-get-a-receipt .loop-receipt {
  padding: 1.2em;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}
.page-get-a-receipt .loop-receipt h3 {
  font-size: 2em;
  color: #122833;
  font-weight: normal;
  margin: 0 0 0.75em 0;
  text-transform: none;
}
.page-get-a-receipt .loop-receipt .bc-form-wrapper .bc-form-inner {
  width: 100%;
  max-width: 100%;
}
.page-get-a-receipt .loop-receipt ul li {
  margin-bottom: 1.8em;
}
.page-get-a-receipt .loop-receipt ul li:last-child {
  margin-bottom: 0;
}
.page-get-a-receipt .loop-receipt .receipt-content {
  padding-right: 0;
}
.page-get-a-receipt .loop-receipt .receipt-content-inner {
  background: white;
  padding: 24px 20px 24px 2em;
  margin: -24px -10px -24px auto;
}
.page-get-a-receipt .loop-receipt .receipt-sidebar .receipt-logo {
  margin-bottom: 2em;
}
.page-get-a-receipt .loop-receipt .receipt-sidebar h5 {
  text-transform: none;
  font-size: 1.2em;
}
.loop-receipt .bc-form-wrapper .bc-form-inner .receipt-sidebar h5 {
  text-transform: none;
  font-size: 1.2em;
}
.page-get-a-receipt .loop-receipt ul.plus-ul {
  margin-bottom: 2em;
}
.page-get-a-receipt .loop-receipt ul.plus-ul li {
  position: relative;
  font-size: 0.9411em;
  padding-left: 1.5em;
  line-height: 1.85em;
  margin-bottom: 1em;
}
.page-get-a-receipt .loop-receipt ul.plus-ul li:before {
  font-family: 'fontawesome';
  color: #d9ae7a;
  content: '\f067';
  font-size: 0.8em;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media print {
  .page-get-a-receipt .loop-receipt {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
  }
  .page-get-a-receipt .dont-print {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
  }
  .page-get-a-receipt #viewport .top-nav,
  .page-get-a-receipt #viewport #footer {
    display: none !important;
  }
  .page-get-a-receipt .bc-form .label {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    font-weight: bold;
  }
  .page-get-a-receipt .bc-form .value {
    display: inline-block;
    font-size: 15px;
  }
  .page-get-a-receipt .bc-form ul li {
    margin-bottom: 0.8em;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.gform_wrapper {
  background: #e7ecee;
  padding: 1.5882em;
  margin: 0 auto;
}
.gform_wrapper form .clear-multi {
  clear: both;
  float: none;
}
.gform_wrapper form .clear-multi:before,
.gform_wrapper form .clear-multi:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.gform_wrapper form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper form ul li {
  margin: 0;
  padding: 0;
}
.gform_wrapper form .gfield_label,
.gform_wrapper form .ginput_container_list .gfield_list th,
.gform_wrapper form label {
  color: #5d7e8d;
  font-size: 13px;
  font-weight: normal;
  display: block;
  line-height: 1em;
}
.gform_wrapper form input + label {
  margin-top: 0.65em;
  margin-bottom: 0.5em;
}
.gform_wrapper form .ginput_container_list .gfield_list th {
  display: table-cell;
  text-align: left;
}
.gform_wrapper form .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper
  form
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper form textarea {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #b0b4b6;
  background: transparent;
  padding: 4px 0;
  outline: none;
  width: 100%;
}
.gform_wrapper
  form
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper form textarea:focus {
  border-color: #8d714f;
  border-bottom-width: 2px;
}
.gform_wrapper form textarea {
  height: 6em;
}
.gform_wrapper form select {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.gform_wrapper form select option {
  padding-left: 0;
}
.gform_wrapper form li.gfield.col-2-3 {
  width: 63%;
  float: left;
  margin-right: 3%;
}
.gform_wrapper form li.gfield.col-2-3 + .col-1-3 {
  width: 33%;
  margin: 0;
  float: right;
}
.gform_wrapper form li.gfield.col-3-4 {
  width: 75%;
  float: left;
}
.gform_wrapper form li.gfield.col-3-4 + .col-1-4 {
  float: right;
  width: 22%;
}
.gform_wrapper form li.gfield.col-1-2 {
  width: 48.5%;
  float: left;
  margin-right: 1.5%;
}
.gform_wrapper form li.gfield.col-1-2 + .col-1-2 {
  width: 48.5%;
  float: right;
}
.gform_wrapper form li.gfield.empty {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  height: 0 !important;
}
.gform_wrapper form ul.gform_fields li.gfield {
  padding: 0;
  margin: 0 0 2.3529em;
}
.gform_wrapper form ul.gform_fields li.gfield.gform_hidden {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_visibility_hidden {
  visibility: hidden !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper form ul.gform_fields li.gfield:empty {
  visibility: hidden !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper form ul.gform_fields li.gfield.left-half,
.gform_wrapper form ul.gform_fields li.gfield.right-half {
  width: 47%;
}
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_text
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_text
  textarea,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_phone
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_phone
  textarea,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_email
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_email
  textarea,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_text
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_text
  textarea,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_phone
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_phone
  textarea,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_email
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_email
  textarea {
  margin-bottom: 1px;
}
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_text
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_text
  textarea:focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_phone
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_phone
  textarea:focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_email
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.left-half
  .ginput_container.ginput_container_email
  textarea:focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_text
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_text
  textarea:focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_phone
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_phone
  textarea:focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_email
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper
  form
  ul.gform_fields
  li.gfield.right-half
  .ginput_container.ginput_container_email
  textarea:focus {
  margin-bottom: 0;
}
.gform_wrapper form ul.gform_fields li.gfield.left-half {
  float: left;
}
.gform_wrapper form ul.gform_fields li.gfield.right-half {
  float: right;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_html h5 {
  font-size: 1.4117em;
  color: #9a7b56;
  letter-spacing: 0.045em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.gform_wrapper form ul.gform_fields li.gfield.empty-row {
  margin: 0;
  padding: 0;
}
.gform_wrapper form ul.gform_fields.clearfix {
  clear: both;
  float: none;
}
.gform_wrapper form ul.gform_fields.clearfix:before,
.gform_wrapper form ul.gform_fields.clearfix:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.gform_wrapper form .ginput_container_select,
.gform_wrapper form .ginput_container_time.gfield_time_ampm {
  border-bottom: 1px solid #b0b4b6;
  position: relative;
}
.gform_wrapper form .ginput_container_select:before,
.gform_wrapper form .ginput_container_time.gfield_time_ampm:before {
  font-family: 'fontawesome';
  position: absolute;
  right: 2px;
  top: 10px;
  line-height: 1em;
  content: '\f0d7';
  z-index: 1;
}
.gform_wrapper form table.gfield_list.gfield_list_container {
  width: 100%;
}
.gform_wrapper form .chosen-container .chosen-single span {
  color: #122833;
}
.gform_wrapper form .gfield.col-3-1,
.gform_wrapper form .gfield.col-3-2,
.gform_wrapper form .gfield.col-3-3 {
  float: left;
  margin-bottom: 2.3529em;
}
.gform_wrapper form .gfield.col-3-1 select,
.gform_wrapper form .gfield.col-3-2 select,
.gform_wrapper form .gfield.col-3-3 select {
  height: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.gform_wrapper form .gfield.col-3-1 {
  clear: left;
  width: 35%;
}
.gform_wrapper form .gfield.col-3-2 {
  width: 25%;
  margin-left: 5%;
}
.gform_wrapper form .gfield.col-3-3 {
  clear: right;
  float: right;
  width: 30%;
}
.gform_wrapper form .gform_footer {
  clear: both;
  float: none;
}
.gform_wrapper form .gform_footer:before,
.gform_wrapper form .gform_footer:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.gform_wrapper form .gform_footer input[type='submit'] {
  float: right;
  background: transparent;
  cursor: pointer;
  font-size: smaller;
  color: #992537;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  letter-spacing: 1px;
  padding: 0;
  line-height: 1em;
  outline: none;
}
.gform_wrapper form .gform_footer input[type='submit']:hover {
  color: #d84a60;
}
.gform_wrapper form .gform_page_footer {
  clear: both;
  float: none;
}
.gform_wrapper form .gform_page_footer:before,
.gform_wrapper form .gform_page_footer:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.gform_wrapper form .gform_page_footer .button {
  float: right;
  background: transparent;
  cursor: pointer;
  font-size: smaller;
  color: #992537;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  letter-spacing: 1px;
  padding: 0;
  line-height: 1em;
  outline: none;
}
.gform_wrapper form .gform_page_footer .button:hover {
  color: #d84a60;
}
.gform_wrapper form .gform_page_footer .gform_previous_button {
  float: none;
}
.gform_wrapper form .validation_error {
  color: #d84a60;
  font-size: 0.85em;
  margin-bottom: 1.5em;
  line-height: 1.75em;
}
.gform_wrapper
  form
  .gfield_error
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper form .gfield_error textarea,
.gform_wrapper form .gfield_error .ginput_container_select {
  border-bottom-color: #d84a60;
  background: rgba(216, 118, 132, 0.15);
}
.gform_wrapper form .gfield_error .validation_message {
  color: #d84a60;
  font-size: 0.85em;
}
.gform_wrapper form .sections-break {
  background: white;
  height: 3em;
  margin: 2em -30px;
}
.gform_wrapper form .email-with-confirmation .ginput_container {
  clear: both;
  float: none;
}
.gform_wrapper form .email-with-confirmation .ginput_container:before,
.gform_wrapper form .email-with-confirmation .ginput_container:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.gform_wrapper form .email-with-confirmation .ginput_container .ginput_right {
  width: 47%;
  float: right;
}
.gform_wrapper form .gform_validation_container {
  display: none !important;
}
.gform_wrapper form .email-with-confirmation .ginput_container .ginput_left {
  width: 47%;
  float: left;
}
.gform_wrapper form .email-with-confirmation .ginput_container .ginput_right {
  width: 47%;
  float: right;
}
@media (max-width: 767px) {
  .gform_wrapper form .email-with-confirmation .ginput_container .ginput_left,
  .gform_wrapper form .email-with-confirmation .ginput_container .ginput_right {
    width: 100%;
    float: none;
  }
}
.gform_wrapper form .ajax-responses {
  position: absolute;
  background: #fff;
  max-height: 150px;
  overflow: scroll;
  z-index: 50;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.gform_wrapper form .ajax-responses li {
  padding: 0.25em 1em;
  cursor: pointer;
}
.gform_wrapper form .ajax-responses li:hover {
  background: #f6f6f6;
}
.gform_wrapper form .gfield.tooltip {
  margin-bottom: 15px !important;
}
.gform_wrapper form .gfield.tooltip .form-note {
  padding: 0.6em 0.6em 0.6em 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0;
  font-size: 0.9em;
}
.gform_wrapper form .gfield.tooltip .form-note i {
  position: absolute;
  left: 8px;
  top: 16px;
  color: #5d7e8d;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #9a7b56;
  background: #e7ecee;
  padding: 1em 5em;
  text-align: center;
  font-weight: 500;
}

#gform_wrapper_2 {
  position: relative;
  padding: 0;
  background: transparent;
  margin: 3em 0;
}
#gform_wrapper_2 .gform_page {
  background: #e7ecee;
  padding: 1.5882em;
}
#gform_wrapper_2 .gform_page#gform_page_2_1 {
  background: transparent;
  padding: 0;
}
#gform_wrapper_2 #gform_page_2_1 .gform_page_footer {
  display: none;
}
#gform_wrapper_2 .gf_page_steps {
  position: relative;
  margin-bottom: 4em;
}
@media (min-width: 1200px) {
  #gform_wrapper_2 .gf_page_steps {
    left: 35px;
  }
}
#gform_wrapper_2 .gf_page_steps .gf_step {
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  position: relative;
  color: #b0b4b6;
}
#gform_wrapper_2 .gf_page_steps .gf_step:before {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: inherit;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #gform_wrapper_2 .gf_page_steps .gf_step:before {
    top: 25%;
    left: 75%;
    width: 50%;
  }
}
#gform_wrapper_2 .gf_page_steps .gf_step.gf_step_last:before {
  display: none;
}
#gform_wrapper_2 .gf_page_steps .gf_step_number {
  font-size: 1.5294em;
  font-weight: 900;
  border: 2px solid #b0b4b6;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.8em;
  display: block;
  float: left;
  color: #b0b4b6;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #gform_wrapper_2 .gf_page_steps .gf_step_number {
    float: none;
    margin: auto;
  }
}
#gform_wrapper_2 .gf_page_steps .gf_step_label {
  display: block;
  font-size: 0.7647em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: calc(3.3846em + 4px);
  padding: 0 1em;
  color: #b0b4b6;
  float: left;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #gform_wrapper_2 .gf_page_steps .gf_step_label {
    float: none;
    text-align: center;
    position: relative;
    margin-top: -15%;
  }
}
#gform_wrapper_2 .gf_page_steps .gf_step_active {
  color: #8d714f;
  border-color: #8d714f;
}
#gform_wrapper_2 .gf_page_steps .gf_step_active .gf_step_number,
#gform_wrapper_2 .gf_page_steps .gf_step_active .gf_step_label {
  color: #8d714f;
  border-color: #8d714f;
}
#gform_wrapper_2 .gf_page_steps .gf_step_completed {
  color: #8c2232;
  border-color: #8c2232;
}
#gform_wrapper_2 .gf_page_steps .gf_step_completed .gf_step_number,
#gform_wrapper_2 .gf_page_steps .gf_step_completed .gf_step_label {
  color: #8c2232;
  border-color: #8c2232;
}
#gform_wrapper_2 .gfield_radio li {
  display: inline-block;
  margin-right: 1em;
}
#gform_wrapper_2 .gfield_radio li label {
  padding-left: 0.3em;
  color: #5d7e8d;
  display: inline-block;
}
#gform_wrapper_2 .gfield_checkbox label {
  padding-left: 0.3em;
  color: #5d7e8d;
  display: inline-block;
}
#gform_wrapper_2 .clear-multi label[for='input_2_11_1'],
#gform_wrapper_2 .clear-multi label[for='input_2_11_2'],
#gform_wrapper_2 .clear-multi label[for='input_2_22_1'],
#gform_wrapper_2 .clear-multi label[for='input_2_22_2'] {
  display: none !important;
}
#gform_wrapper_2 li.gfield.add-stops-to-drop-off input[type='text'] {
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  #gform_wrapper_2 li#field_2_33,
  #gform_wrapper_2 li#field_2_21 {
    margin-bottom: 1.8em;
  }
}
@media (min-width: 1200px) {
  #gform_wrapper_2 li#field_2_38 {
    min-height: 154px;
  }
}
#gform_wrapper_2 .gfield_time_hour {
  width: 25%;
  float: left;
  position: relative;
}
#gform_wrapper_2 .gfield_time_hour i {
  position: absolute;
  right: 0;
  top: 3%;
}
#gform_wrapper_2 .gfield_time_minute {
  width: 41%;
  float: left;
}
#gform_wrapper_2 .gfield_time_minute input {
  padding-left: 10%;
}
#gform_wrapper_2 .gfield_time_ampm {
  width: 20%;
  float: right;
}
#gform_wrapper_2 #field_2_41 .gfield_list_container {
  margin-top: 2em;
}
#gform_wrapper_2 #field_2_41 .gfield_list_container tr input {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_2 #field_2_41 .gfield_list_container td.gfield_list_cell {
    width: 370px;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    input {
    width: 87.5%;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    + td.gfield_list_cell {
    width: 265px;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    + td.gfield_list_cell
    + td.gfield_list_icons {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  #gform_wrapper_2 #field_2_41 .gfield_list_container td.gfield_list_cell {
    width: 450px;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    input {
    width: 87.5%;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    + td.gfield_list_cell {
    width: 325px;
  }
  #gform_wrapper_2
    #field_2_41
    .gfield_list_container
    td.gfield_list_cell
    + td.gfield_list_cell
    + td.gfield_list_icons {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_2,
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_3,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_2,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_3 {
    width: 35%;
    float: left;
  }
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_2_2,
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_3_2,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_2_2,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_3_2 {
    width: 25%;
    float: left;
    margin-left: 5%;
  }
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_2_3,
  #gform_wrapper_2 #gform_page_2_2 #gform_fields_2_3_3,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_2_3,
  #gform_wrapper_2 #gform_page_2_3 #gform_fields_2_3_3 {
    width: 30%;
    float: right;
  }
  #gform_wrapper_2
    #gform_page_2_2
    .gfield.select-small
    .ginput_container_select,
  #gform_wrapper_2
    #gform_page_2_3
    .gfield.select-small
    .ginput_container_select {
    width: 33%;
  }
  #gform_wrapper_2 #gform_page_2_2 textarea[name='input_14'],
  #gform_wrapper_2 #gform_page_2_3 textarea[name='input_14'] {
    height: 6em;
  }
  #gform_wrapper_2 #gform_page_2_2 textarea[name='input_25'],
  #gform_wrapper_2 #gform_page_2_3 textarea[name='input_25'] {
    height: 7em;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_33,
  #gform_wrapper_2 #gform_page_2_3 #field_2_33 {
    width: 33%;
    float: left;
    margin-bottom: 24px;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_33 .ginput_container_select,
  #gform_wrapper_2 #gform_page_2_3 #field_2_33 .ginput_container_select {
    width: 100%;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_42,
  #gform_wrapper_2 #gform_page_2_3 #field_2_42 {
    width: 50%;
    float: right;
    margin-bottom: 24px;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_44,
  #gform_wrapper_2 #gform_page_2_2 .gfield.account-name,
  #gform_wrapper_2 #gform_page_2_3 #field_2_44,
  #gform_wrapper_2 #gform_page_2_3 .gfield.account-name {
    width: 35%;
    float: left;
    margin-right: 5%;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_45,
  #gform_wrapper_2 #gform_page_2_3 #field_2_45 {
    width: 25%;
    float: left;
    margin-right: 5%;
  }
  #gform_wrapper_2 #gform_page_2_2 #field_2_46,
  #gform_wrapper_2 #gform_page_2_3 #field_2_46 {
    width: 30%;
    float: left;
  }
}
@media (min-width: 992px) {
  #gform_wrapper_2 ul.credit-card-info {
    width: 47.5%;
    float: left;
  }
  #gform_wrapper_2 ul.billing-address {
    width: 47.5%;
    float: right;
  }
  #gform_wrapper_2 li.card-expiration-month {
    width: 47.5%;
    float: left;
    max-width: 100px;
  }
  #gform_wrapper_2 li.card-expiration-year {
    width: 47.5%;
    float: left;
    max-width: 100px;
    margin-left: 3%;
  }
  #gform_wrapper_2 li.card-expiration-year label {
    text-indent: -9999px;
  }
}
#gform_wrapper_2 .gform_page#gform_page_2_4 {
  background: none;
  padding: 0;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box {
  background: #e7ecee;
  padding: 1.5882em;
  margin: 0;
  width: calc(50% - 15px);
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box li {
  margin: 0 0 2.3529em;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box li:last-child {
  margin-bottom: 0;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box li div {
  padding: 4px 0;
  border-bottom: 1px solid #b0b4b6;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box h5 {
  font-size: 1.4117em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a7b56;
  font-weight: 700;
  margin: 0 0 1em;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box label {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
  color: #5d7e8d;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box.ride-details {
  float: left;
}
#gform_wrapper_2
  .gform_page#gform_page_2_4
  .confirmation-box.passenger-details {
  float: right;
  margin-bottom: 30px;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box.payment-details {
  float: right;
}
#gform_wrapper_2 .gform_page#gform_page_2_4 .confirmation-box .estimate label {
  text-align: right;
  display: block;
}
#gform_wrapper_2
  .gform_page#gform_page_2_4
  .confirmation-box
  .estimate
  label
  + div {
  text-align: right;
  border: none;
  color: #9a7b56;
  font-weight: 600;
  font-size: 1.1428em;
}
#gform_wrapper_2 input[type='submit'] {
  background: #992537;
  color: #fff;
  padding: 14px 20px;
  border-radius: 5px;
  -mox-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#gform_wrapper_2 input[type='submit']:hover {
  background: #d84a60;
}
@media (min-width: 1200px) {
  #gform_wrapper_2 input[type='submit'] {
    min-width: 200px;
    line-height: 2em;
  }
}
#gform_wrapper_2 .cc-security-code div.instruction {
  display: none !important;
}
#gform_wrapper_2 .gfield.special-considerations {
  margin-top: 3em;
}
#gform_wrapper_2 .gfield.special-considerations > label {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#gform_wrapper_2 .gfield.special-considerations .gfield_description {
  color: #5d7e8d;
}
#gform_wrapper_2 .gfield.special-considerations ul.gfield_checkbox li {
  display: inline-block;
  width: 32%;
}
#gform_wrapper_2 .gfield.info-popup {
  margin-top: 2em;
}
#gform_wrapper_2 .gfield.udfs-dynamic-header h6 {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #5d7e8d;
}
#gform_wrapper_2 .gfield.udfs-dynamic .udf-parameter {
  margin-bottom: 2.3529em;
}
@media (min-width: 1200px) {
  #gform_wrapper_2 .gfield.udfs-dynamic .udf-parameter:nth-child(3n + 1),
  #gform_wrapper_2 .gfield.udfs-dynamic .udf-parameter:first-child {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  #gform_wrapper_2
    .gfield.udfs-dynamic
    .udf-parameter:nth-child(3n + 1)
    + .udf-parameter,
  #gform_wrapper_2
    .gfield.udfs-dynamic
    .udf-parameter:first-child
    + .udf-parameter {
    width: 25%;
    float: left;
    margin-right: 5%;
  }
  #gform_wrapper_2 .gfield.udfs-dynamic .udf-parameter:nth-child(3n) {
    width: 30%;
    float: left;
  }
}
#gform_wrapper_2 #book_a_ride_error_message {
  margin: 3em auto;
  text-align: center;
}

@media (min-width: 992px) {
  .lightbox-content-inner.join-today-form {
    clear: both;
    float: none;
  }
  .lightbox-content-inner.join-today-form:before,
  .lightbox-content-inner.join-today-form:after {
    clear: both;
    float: none;
    height: 0;
    font-size: 0;
    content: '';
    display: block;
  }
  .lightbox-content-inner.join-today-form li {
    width: 48%;
    float: left;
  }
  .lightbox-content-inner.join-today-form li input:focus {
    border-bottom-width: 1px !important;
  }
  .lightbox-content-inner.join-today-form li:nth-child(2n),
  .lightbox-content-inner.join-today-form li:nth-child(4n) {
    float: right;
  }
}

label#label_9_11_1[for='choice_9_11_1'] {
  display: inline;
}

#field_9_13 .ginput_container.ginput_container_radio {
  clear: both;
  float: none;
}
#field_9_13 .ginput_container.ginput_container_radio:before,
#field_9_13 .ginput_container.ginput_container_radio:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
#field_9_13 .ginput_container.ginput_container_radio input[type='radio'] {
  display: inline;
  margin: 0 0.5em 0.5em 0;
}
#field_9_13 .ginput_container.ginput_container_radio label {
  display: inline;
}

@media (min-width: 768px) {
  #field_9_7 {
    display: inline-block;
    float: none;
    margin-left: 6%;
  }
}
@media (max-width: 767px) {
  #field_9_7 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  #field_9_6 {
    width: 100%;
    float: none;
  }
}

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .chosen-container,
.gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}

.gform_wrapper
  .ginput_container.ginput_container_multiselect
  .chosen-container.chosen-container-multi
  ul.chosen-choices
  li.search-field
  input.default {
  height: 24px;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #b0b4b6;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 23px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/images-chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover,
.gform_wrapper
  .chosen-container-single.chosen-disabled
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/images-chosen-sprite.png) 0 2px no-repeat;
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-search input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background: url(../images/images-chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper
  .chosen-container-single.chosen-container-single-nosearch
  .chosen-search {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type='text'] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  .default {
  color: #999;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/images-chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -o-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #b0b4b6;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper
  .chosen-container-active
  .chosen-choices
  li.search-field
  input[type='text'] {
  color: #111 !important;
}

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.gform_wrapper
  .chosen-disabled
  .chosen-choices
  .search-choice
  .search-choice-close,
.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span,
  .gform_wrapper .chosen-container .chosen-results-scroll-up span,
  .gform_wrapper
    .chosen-container-multi
    .chosen-choices
    .search-choice
    .search-choice-close,
  .gform_wrapper .chosen-container-single .chosen-single abbr,
  .gform_wrapper .chosen-container-single .chosen-single div b,
  .gform_wrapper .chosen-rtl .chosen-search input[type='text'] {
    background-image: url(../images/images-chosen-sprite-2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.wpb_wrapper .um {
  background: #e7ecee;
  padding: 1.5882em;
  -webkit-font-smoothing: auto !important;
}
.wpb_wrapper .um * {
  -webkit-font-smoothing: auto !important;
}
.wpb_wrapper .um .um-form {
  position: relative;
}
.wpb_wrapper .um .um-field-label label {
  color: #5d7e8d;
  font-size: 13px !important;
  display: block !important;
  line-height: 1em !important;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.wpb_wrapper .um .um-field {
  padding: 0;
  margin: 0 0 2.3529em;
}
.wpb_wrapper
  .um
  .um-field-area
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  background: transparent;
  border-style: solid;
  border-color: #b0b4b6 !important;
  border-width: 0 0 1px 0 !important;
  width: 100%;
  outline: none;
  padding: 4px 0;
}
.wpb_wrapper
  .um
  .um-field-area
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  border-bottom: 2px solid #8d714f !important;
}
.wpb_wrapper
  .um
  .um-field-area
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']).um-error {
  border-bottom-color: #d84a60 !important;
  background: rgba(216, 118, 132, 0.15);
}
.wpb_wrapper .um .um-field-error {
  color: #d84a60;
  font-size: 0.85em;
}
.wpb_wrapper .um span.um-req {
  color: inherit !important;
}
.wpb_wrapper .um .um-col-alt {
  clear: both;
  float: none;
}
.wpb_wrapper .um .um-col-alt:before,
.wpb_wrapper .um .um-col-alt:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.wpb_wrapper .um .um-col-alt input[type='submit'] {
  background: transparent !important;
  color: #992537;
  cursor: pointer;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-size: smaller;
  float: right;
  line-height: 1em;
  outline: none;
  padding: 0 !important;
  margin: 0;
  width: auto !important;
  font-weight: bold !important;
  border: none !important;
}
.wpb_wrapper .um .um-col-alt input[type='submit']:hover {
  color: #d84a60;
}
.wpb_wrapper .um.um-register {
  max-width: 100% !important;
}
.wpb_wrapper .um.um-register .um-col-alt .um-right.um-half {
  display: none;
}
.wpb_wrapper .um.um-login .um-field.um-field-c {
  display: none;
}
.wpb_wrapper .um.um-login .um-right.um-half {
  display: none;
}
.wpb_wrapper .um.um-login .um-left.um-half {
  float: right;
}
.wpb_wrapper .um.um-login .um-left.um-half input[type='submit'] {
  border: none;
}
.wpb_wrapper .um.um-login .um-col-alt-b:last-child {
  position: absolute;
  margin-top: -45px;
}
.wpb_wrapper .um.um-login .um-field-error {
  color: #fff;
}

.wpb_content_element {
  margin-bottom: 0;
}

.vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.vc_row.vc_row-has-fill
  + vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.vc_row.parallax-bg {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 1024px) and (max-height: 1024px) {
  .vc_row.parallax-bg {
    background-attachment: scroll !important;
  }
}
.vc_row.background-position-right {
  background-position-x: 100% !important;
}
.vc_row.background-position-left {
  background-position-x: 0 !important;
}
.vc_row.background-position-center {
  background-position: center center !important;
}
.vc_row.background-size-100 {
  background-size: auto !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_row.background-size-100 {
    background-size: 100% !important;
  }
}
.vc_row.dark-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(18, 40, 51, 0.9);
}
.vc_row.dark-overlay.medium-dark:before {
  background: rgba(18, 40, 51, 0.5);
}
.vc_row.dark-overlay.vc_parallax .vc_parallax-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(18, 40, 51, 0.9);
}
.vc_row.dark-overlay.vc_parallax.medium-dark .vc_parallax-inner:after {
  background: rgba(18, 40, 51, 0.5);
}
.vc_row.white-gradient-cover-bottom:before {
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  content: '';
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 246, 246, 0.47) 47%,
    white 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(47%, rgba(246, 246, 246, 0.47)),
    color-stop(100%, white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 246, 246, 0.47) 47%,
    white 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 246, 246, 0.47) 47%,
    white 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 246, 246, 0.47) 47%,
    white 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 246, 246, 0.47) 47%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
@media (min-width: 1200px) {
  .vc_row.three-cols > .wpb_column:first-child {
    margin-left: calc(25% / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_row.three-cols > .wpb_column:first-child {
    margin-left: calc(25% / 2);
  }
}
.vc_row .vc_column_container.fullwidth-one-half > .vc_column-inner {
  padding: 4em;
}
.vc_row.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container.fullwidth-one-half
  > .vc_column-inner {
  padding: 4em;
}
@media (max-width: 767px) {
  .vc_row.vc_row-has-fill
    + .vc_row-full-width
    + .vc_row
    > .vc_column_container.fullwidth-one-half
    > .vc_column-inner {
    padding: 1.5em;
  }
}
.vc_row.vc_parallax.parallax-size-100 .vc_parallax-inner {
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.vc_row.vc_parallax.parallax-position-right .vc_parallax-inner {
  background-position-x: 100% !important;
}

.vc_column_container.column-paddings-4em {
  padding: 4em;
}

.vc_btn3-container {
  margin-bottom: 0;
}
.vc_btn3-container.vc_btn3-inline.fullwidth {
  display: block;
  width: 100%;
}
.vc_btn3-container.vc_btn3-inline.fullwidth a {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1400px) {
  .vc_btn3-container.vc_btn3-inline.fullwidth-xlg {
    display: block;
    width: 100%;
  }
  .vc_btn3-container.vc_btn3-inline.fullwidth-xlg a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.vc_btn3-container.vc_btn3-inline.download a:before {
  font-family: 'fontawesome';
  content: '\f019';
  padding-right: 0.5em;
}
.vc_btn3-container.vc_btn3-inline.book-now a:before {
  font-family: 'fontawesome';
  padding-right: 0.5em;
  content: '\f1b9';
}
.vc_btn3-container.vc_btn3-inline.reserve-now a:before,
.vc_btn3-container.vc_btn3-center.reserve-now a:before {
  font-family: 'fontawesome';
  padding-right: 0.5em;
  content: '\f046';
}
.vc_btn3-container.vc_btn3-inline.reserve-now button:before,
.vc_btn3-container.vc_btn3-center.reserve-now button:before {
  font-family: 'fontawesome';
  padding-right: 0.5em;
  content: '';
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vc_btn3-container .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px;
    -mox-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vc_btn3-container .vc_btn3.vc_btn3-size-md {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
@media (max-width: 767px) {
  .vc_btn3-container.mobile-align-center {
    text-align: center;
  }
}

.vc_btn3.vc_btn3-size-md {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vc_btn3.vc_btn3-size-md {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_btn3.vc_btn3-size-md {
    font-size: 0.8em;
  }
}

.vc_btn3.vc_btn3-color-danger {
  background: #992537;
  color: #fff;
}
.vc_btn3.vc_btn3-color-danger:hover {
  background: #d84a60;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  background: #992537;
  color: #fff;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus {
  background: #d84a60;
}

.white-text-on-dark-overlay > .vc_column-inner {
  color: #fff;
  background: rgba(0, 0, 0, 0.84);
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .white-text-on-dark-overlay > .vc_column-inner {
    padding: 56px 40px !important;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .white-text-on-dark-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .white-text-on-dark-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 767px) {
  .white-text-on-dark-overlay > .vc_column-inner {
    padding: 1em !important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .white-text-on-dark-overlay
    + .white-text-on-dark-overlay:not(.vc_col-sm-6)
    > .vc_column-inner {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .white-text-on-dark-overlay
    + .white-text-on-dark-overlay:last-child
    > .vc_column-inner {
    margin-top: 0;
  }
}

.white-text-on-dark-blue-overlay > .vc_column-inner {
  color: #fff;
  background: rgba(18, 40, 51, 0.8);
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .white-text-on-dark-blue-overlay > .vc_column-inner {
    padding: 56px 40px !important;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .white-text-on-dark-blue-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .white-text-on-dark-blue-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 767px) {
  .white-text-on-dark-blue-overlay > .vc_column-inner {
    padding: 1em !important;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

.dark-text-on-white-overlay > .vc_column-inner {
  background: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .dark-text-on-white-overlay > .vc_column-inner {
    padding: 56px 40px !important;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dark-text-on-white-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dark-text-on-white-overlay > .vc_column-inner {
    padding: 2em !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.wpb_text_column h3.gold-light {
  color: #9a7b56;
  font-weight: 400;
}
.wpb_text_column h4.gold-light {
  color: #9a7b56;
  font-weight: 400;
}
.wpb_text_column h1.mb0,
.wpb_text_column h2.mb0,
.wpb_text_column h3.mb0,
.wpb_text_column h4.mb0,
.wpb_text_column h5.mb0,
.wpb_text_column h6.mb0 {
  margin-bottom: 0;
}
.wpb_text_column ul.gold-plus {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpb_text_column ul.gold-plus li {
  position: relative;
  font-size: 0.9411em;
  margin-bottom: 1.3em;
  padding-left: 1.5em;
  line-height: 1.85em;
}
.wpb_text_column ul.gold-plus li:before {
  font-family: 'fontawesome';
  color: #d9ae7a;
  content: '\f067';
  font-size: 0.8em;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wpb_text_column ul.gold-plus li {
    margin-bottom: 1em;
  }
}
.wpb_text_column.color-white {
  color: #fff;
}
.wpb_text_column p .fa-plus {
  font-size: 0.5em;
  position: relative;
  top: -0.2em;
}
.wpb_text_column.color-gold {
  color: #9a7b56;
}
.wpb_text_column.gold-text-on-dark-overlay > .wpb_wrapper {
  color: #9a7b56;
  background: rgba(18, 40, 51, 0.8);
  padding: 0.625em;
}
.wpb_text_column.light-gold-text-on-dark-overlay > .wpb_wrapper {
  color: #d9ae7a;
  background: rgba(18, 40, 51, 0.8);
  padding: 0.625em;
}
.wpb_text_column.intro {
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 300;
}
.wpb_text_column p.intro {
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 300;
}
.wpb_text_column p.note {
  margin: 1.5em auto 1em;
  color: #5d7e8d;
}

.wpb_single_image.view360 .vc_single_image-wrapper {
  padding-top: 7px;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel {
  margin-bottom: 4px;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #e7ecee;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #f4eadd;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-title {
  font-size: 14px;
  text-transform: uppercase;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #173340;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-title
  > a
  .vc_tta-controls-icon:before {
  color: inherit;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: #f4eadd;
  font-size: 14px;
  line-height: 1.5333em;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-body
  h6 {
  font-size: 16px;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-body
  ul {
  margin-bottom: 2.5em;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-body
  li {
  margin-bottom: 0.9em;
  line-height: inherit;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: #8d714f;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a {
  color: #fff;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-accordion.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  .vc_tta-controls-icon:before {
  color: #fff;
  border-color: #fff;
}
.wpb-js-composer
  .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-tab
  > a {
  background-color: #e7ecee;
  color: #122833;
}
.wpb-js-composer
  .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-tab.vc_active
  > a {
  background-color: #f4eadd;
}
.wpb-js-composer
  .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panels {
  background-color: #f4eadd !important;
  color: #122833 !important;
}

.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #3b505a;
}
.page-header .page-header-inner {
  padding: 8em 0;
}
.page-header .page-header-title {
  color: #fff;
  font-size: 2.675em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.page-header.title-align-center {
  text-align: center;
}
.page-header.title-align-right {
  text-align: right;
}
.page-header.no-image-background .page-header-inner {
  padding: 4em 0;
}
.page-header.style-red-background .page-header-title {
  padding: 0.2em 0.5em;
  position: relative;
  color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  background: rgba(140, 34, 50, 0.8);
  font-weight: 500;
  line-height: 1.2em;
}
.page-header.style-red-background .page-header-title:before,
.page-header.style-red-background .page-header-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  height: 70%;
  border-color: #8c2232;
  border-style: solid;
}
.page-header.style-red-background .page-header-title:before {
  border-width: 2px 0 0 2px;
  left: -0.35em;
  top: -0.35em;
}
.page-header.style-red-background .page-header-title:after {
  border-width: 0 2px 2px 0;
  bottom: -0.35em;
  right: -0.35em;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-header.style-red-background .page-header-title {
    font-weight: 300;
  }
}
.page-header.dark-overlay {
  position: relative;
}
.page-header.dark-overlay:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
}
.page-header.light-overlay {
  position: relative;
}
.page-header.light-overlay:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1400px) {
  .page-header .page-header-inner {
    padding: 10em 0;
  }
}

.section-space.size-xs {
  height: 1em;
}
.section-space.size-sm {
  height: 2em;
}
.section-space.size-md {
  height: 3em;
}
.section-space.size-lg {
  height: 5em;
}
.section-space.size-xlg {
  height: 10em;
}
@media (min-width: 1400px) {
  .section-space.size-lg {
    height: 6em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-space.size-lg {
    height: 4.5em;
  }
}

.image-button {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.image-button .image-button-inner {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset;
}
.image-button .image-button-link {
  display: block;
  position: relative;
}
.image-button .image-button-link:hover .image-button-image {
  opacity: 1;
}
.image-button .image-button-image {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .image-button .image-button-image {
    width: 250px;
    height: 150px;
    object-fit: cover;
  }
}
.image-button .image-button-label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #173340;
  padding: 8px 13px 4px 3px;
  background: white;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-button {
    padding: 5px;
  }
  .image-button .image-button-link img {
    height: 98px;
    object-fit: cover;
    width: 100%;
  }
  .image-button .image-button-label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .image-button {
    max-width: 320px;
    margin: 1em auto;
  }
}

.reserve-car-box {
  cursor: pointer;
}
.reserve-car-box .reserve-car-box-inner {
  background: transparent;
  position: relative;
  font-size: 15px;
  transition: box-shadow 0.3s ease-in, padding 0.3s ease-in,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.3s ease-in, padding 0.3s ease-in,
    margin 0.3s ease-in;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in, padding 0.3s ease-in,
    margin 0.3s ease-in;
  -ms-transition: -ms-box-shadow 0.3s ease-in, padding 0.3s ease-in,
    margin 0.3s ease-in;
}
.reserve-car-box .reserve-car-box-inner:hover {
  background: #fff;
  margin: -30px;
  padding: 30px;
  z-index: 10;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .reserve-car-box .reserve-car-box-inner {
    font-size: 14px;
  }
}
.reserve-car-box .reserve-car-box-image {
  border-bottom: 2px solid #5d7e8d;
}
@media (min-width: 1400px) {
  .reserve-car-box .reserve-car-box-image {
    width: 370px;
    height: 272px;
    line-height: 272px;
    text-align: center;
  }
  .reserve-car-box .reserve-car-box-image img {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .reserve-car-box .reserve-car-box-image {
    width: 370px;
    height: 260px;
    line-height: 260px;
    text-align: center;
  }
  .reserve-car-box .reserve-car-box-image img {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reserve-car-box .reserve-car-box-image {
    width: 360px;
    height: 236px;
    line-height: 236px;
    text-align: center;
    overflow: hidden;
  }
  .reserve-car-box .reserve-car-box-image img {
    display: inline-block;
  }
}
.reserve-car-box .reserve-car-box-info {
  position: relative;
}
.reserve-car-box .reserve-car-box-info ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.reserve-car-box .reserve-car-box-info ul li {
  margin: 0;
  padding: 0.1em 0;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .reserve-car-box .reserve-car-box-info ul li {
    padding: 0.5em 0;
  }
}
@media (min-width: 1200px) {
  .reserve-car-box .reserve-car-box-info ul {
    width: calc(100% - 140px);
  }
}
@media (min-width: 1200px) {
  .reserve-car-box .reserve-car-box-rate {
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    color: #8d714f;
  }
}
.reserve-car-box .reserve-car-box-rate .amount {
  font-weight: 900;
  font-size: 1.4666em;
  margin-right: 0.2em;
}
.reserve-car-box .reserve-car-box-rate .per {
  font-weight: 300;
  font-size: 0.8666em;
  position: relative;
  top: 0.5em;
}
.reserve-car-box .reserve-car-box-description {
  border-top: 1px solid #e7ecee;
  line-height: 2em;
  padding: 1.2em 0;
}

@media (max-width: 767px) {
  .lightbox-content-wrapper.visible-mobile {
    display: block !important;
  }
  .lightbox-content-wrapper.visible-mobile
    .lightbox-content-inner.visible-mobile {
    display: block !important;
  }
}

.lightbox-content-inner {
  max-width: 800px;
  padding-top: 2em;
  margin: auto;
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .lightbox-content-inner {
    max-width: 90%;
  }
}
.lightbox-content-inner h5 {
  margin-bottom: 1em;
}
.lightbox-content-inner p {
  margin-bottom: 1.3333em;
}

.threesixty-image {
  border: 1px solid #9a7b56 !important;
}

.threesixty-gray .threesixty-nav-bar .threesixty-previous,
.threesixty-gray .threesixty-nav-bar .threesixty-next,
.threesixty-gray .threesixty-nav-bar .threesixty-stop,
.threesixty-gray .threesixty-nav-bar .threesixty-play {
  background: none;
}
.threesixty-gray .threesixty-nav-bar .threesixty-previous:after,
.threesixty-gray .threesixty-nav-bar .threesixty-next:after,
.threesixty-gray .threesixty-nav-bar .threesixty-stop:after,
.threesixty-gray .threesixty-nav-bar .threesixty-play:after {
  text-indent: 0;
  position: absolute;
  top: 0;
  font-family: 'fontawesome';
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  display: block;
  color: #8c2232;
}
.threesixty-gray .threesixty-nav-bar .threesixty-previous:hover:after,
.threesixty-gray .threesixty-nav-bar .threesixty-next:hover:after,
.threesixty-gray .threesixty-nav-bar .threesixty-stop:hover:after,
.threesixty-gray .threesixty-nav-bar .threesixty-play:hover:after {
  color: #992537;
}
.threesixty-gray .threesixty-nav-bar .threesixty-previous:after {
  content: '\f0a8';
}
.threesixty-gray .threesixty-nav-bar .threesixty-next:after {
  content: '\f0a9';
}
.threesixty-gray .threesixty-nav-bar .threesixty-stop:after {
  content: '\f28b';
}
.threesixty-gray .threesixty-nav-bar .threesixty-play:after {
  content: '\f144';
}

.threesixty-view-button-wrapper.align-left {
  text-align: left;
}
.threesixty-view-button-wrapper.align-right {
  text-align: right;
}
.threesixty-view-button-wrapper.align-center {
  text-align: center;
}
.threesixty-view-button-wrapper a {
  display: inline-block;
  width: 67px;
  height: 44px;
  background: url('../images/img-360-view.png') no-repeat center;
  content: '';
}

.threesixty-view-element-wrapper .threesixty-view-element-inner {
  position: relative;
}
.threesixty-view-element-wrapper .threesixty-view-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.posts-list a {
  color: #122833;
}
.posts-list a:hover {
  color: #d84a60;
}
.posts-list a:hover .blog-post-excerpt {
  color: #d84a60;
}
.posts-list .blog-post {
  margin-bottom: 2.65em;
}
.posts-list .blog-post-title-container h5 {
  margin-bottom: 0;
}
.posts-list .blog-post-date {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 1.35em;
}
.posts-list .blog-post-excerpt {
  color: #3b505a;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.posts-list .blog-post-excerpt .fa {
  font-size: 0.8em;
}

.archives-list-wrapper .archives-list {
  padding-top: 2em;
}
.archives-list-wrapper .archives-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archives-list-wrapper .archives-list li {
  position: relative;
}
.archives-list-wrapper .archives-list li a {
  display: block;
}
.archives-list-wrapper .archives-list li a.year-link {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -2em;
}
.archives-list-wrapper .archives-list li a.year-link .wrap {
  background: #fff;
  padding: 0 1em;
}
.archives-list-wrapper .archives-list li a.year-link .fa {
  font-size: 0.6em;
  position: relative;
  top: -0.35em;
}
.archives-list-wrapper .archives-list li a.year-link .more-text {
  width: 0px;
  position: relative;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.archives-list-wrapper .archives-list li a.year-link .more-text span {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.hotel-partnerships.style-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.hotel-partnerships.style-form .hotel-partnerships-inner {
  background: #e7ecee;
  padding: 1.5882em;
}
.hotel-partnerships.style-form label {
  color: #5d7e8d;
  font-size: 13px;
  font-weight: normal;
  display: block;
  line-height: 1em;
}
.hotel-partnerships.style-form .select-wrap {
  border-bottom: 1px solid #b0b4b6;
  position: relative;
}
.hotel-partnerships.style-form .select-wrap:before {
  font-family: 'fontawesome';
  position: absolute;
  right: 2px;
  top: 10px;
  line-height: 1em;
  content: '\f0d7';
  z-index: 1;
}
.hotel-partnerships.style-form .select-wrap select {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.hotel-partnerships.style-accordion {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.hotel-partnerships.style-accordion .panel-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #8d714f;
  padding: 14px 20px;
  font-weight: bold;
}
.hotel-partnerships.style-accordion .panel-body {
  background-color: #f4eadd;
  font-size: 14px;
  line-height: 1.5333em;
  padding: 14px 20px;
}

.download-app-button-wrapper .download-app-button-inner {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  clear: both;
  float: none;
}
.download-app-button-wrapper .download-app-button-inner:before,
.download-app-button-wrapper .download-app-button-inner:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.download-app-button-wrapper .download-app-button-inner .separator {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 5;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.download-app-button-wrapper .download-app-button-inner:hover .separator {
  background: rgba(255, 255, 255, 0);
}
.download-app-button-wrapper .download-app-button-inner a {
  text-align: center;
  display: block;
  padding: 10px 15px;
  width: 50%;
  color: #fff;
  background: #992537;
}
.download-app-button-wrapper .download-app-button-inner a .fa {
  margin-right: 0.1em;
}
.download-app-button-wrapper .download-app-button-inner a:hover {
  background-color: #d84a60;
}
.download-app-button-wrapper
  .download-app-button-inner
  a.first-download-app-button {
  float: left;
  border-radius: 5px 0 0 5px;
  -mox-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
}
.download-app-button-wrapper
  .download-app-button-inner
  a.second-download-app-button {
  float: right;
  border-radius: 0 5px 5px 0;
  -mox-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/datepicker-arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f7f7f7),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 );
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ededed),
    color-stop(100%, #dedede)
  );
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  border: 1px solid #c19163;
  color: #666;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #fff;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.bc-form-wrapper .bc-form-inner {
  max-width: 450px;
  background: #e7ecee;
  padding: 1.5882em;
  margin: auto;
  -webkit-font-smoothing: auto;
}
.bc-form-wrapper.bc-form-fullwidth .bc-form-inner {
  max-width: 100%;
}
.bc-form-wrapper .note {
  max-width: 450px;
  text-align: center;
  margin: 1.5em auto 1em;
  color: #5d7e8d;
}

.bc-form label {
  color: #5d7e8d;
  font-size: 13px;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0 0 8px;
  font-weight: normal;
}
.bc-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-form li {
  margin: 0 0 2.3529em;
  padding: 0;
}
.bc-form
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.bc-form textarea {
  background: transparent;
  border-style: solid;
  border-color: #b0b4b6;
  border-width: 0 0 1px 0;
  outline: none;
  padding: 4px 0;
  width: 100%;
}
.bc-form
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']).bc-error,
.bc-form textarea.bc-error {
  border-bottom-color: #c74a4a;
  background-color: rgba(199, 74, 74, 0.15);
}
.bc-form .select-container.bc-error {
  border-bottom-color: #c74a4a;
  background-color: rgba(199, 74, 74, 0.15);
}
.bc-form textarea {
  height: 80px;
}
.bc-form input[type='submit'],
.bc-form input[type='button'].submit-button,
.bc-form input[type='button'].bc-button,
.bc-form a.bc-button {
  background: transparent;
  color: #992537;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: smaller;
  float: right;
  line-height: 1em;
  outline: none;
  padding: 0;
  margin: 0;
  width: auto;
  font-weight: bold;
  border: none;
}
.bc-form .bc-button.cta-button {
  padding: 10px 15px;
}
.bc-form a {
  color: #5d7e8d;
}
.bc-form a:hover {
  text-decoration: underline;
}
.bc-form select {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.bc-form select option {
  padding-left: 0;
}
.bc-form .select-container {
  border-bottom: 1px solid #b0b4b6;
  position: relative;
}
.bc-form .select-container:before {
  font-family: 'fontawesome';
  position: absolute;
  right: 2px;
  bottom: 8px;
  line-height: 1em;
  content: '\f0d7';
  z-index: 1;
}
.bc-form .bc-field-error {
  color: #fff;
  background: #c74a4a;
  font-size: 0.85em;
  border-radius: 3px;
  -mox-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 12px 0 0;
  position: relative;
  padding: 14px 12px;
  line-height: 1em;
}
.bc-form .bc-field-error .arrow {
  top: -17px;
  left: 10px;
  position: absolute;
  z-index: 900;
  color: #c74a4a;
  font-size: 28px;
  line-height: 1em;
}
.bc-form .bc-error-message {
  background-color: #c74a4a;
  color: #fff;
  border-radius: 3px;
  -mox-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 0 24px;
  font-size: 1em;
}
.bc-form .bc-error-message ul li {
  position: relative;
  margin-bottom: 0.85em;
}
.bc-form .bc-error-message ul li:last-child {
  margin-bottom: 0;
}
.bc-form .bc-success-message {
  background-color: #9a7b56;
  color: #fff;
  border-radius: 3px;
  -mox-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 0 24px;
  font-size: 1em;
}
.bc-form .bc-success-message a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}
.bc-form .bc-success-message a:hover {
  color: #fff;
}
.bc-form .submit-row {
  line-height: 1em;
  clear: both;
  float: none;
  position: relative;
}
.bc-form .submit-row:before,
.bc-form .submit-row:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.bc-form .bc-label,
.bc-form .label {
  color: #5d7e8d;
  font-size: 13px;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0 0 8px;
  font-weight: normal;
}
.bc-form .radio-container .bc-choice {
  display: inline-block;
  margin-right: 1em;
}
.bc-form .radio-container input[type='radio'] {
  margin-right: 0.5em;
}
.bc-form .radio-container input[type='radio'] + label {
  display: inline-block;
  margin-right: 1em;
}
.bc-form .checkbox-container {
  clear: both;
  float: none;
}
.bc-form .checkbox-container:before,
.bc-form .checkbox-container:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.bc-form .checkbox-container input[type='checkbox'] {
  margin-right: 0.5em;
  float: left;
  margin-bottom: 5px;
}
.bc-form .checkbox-container label {
  display: block;
}
.bc-form .info {
  margin: 1.5em auto 1em;
  color: #5d7e8d;
}
.bc-form .section-space {
  min-height: 2em;
  clear: both;
  float: none;
}
.bc-form .section-space:before,
.bc-form .section-space:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
.bc-form ul.table-ul > li {
  margin-bottom: 0;
}
.bc-form ul.table-ul > li ul li {
  margin-bottom: 0.5em;
}
.bc-form ul.table-ul > li.head {
  font-weight: bold;
}
.bc-form .dataselect {
  position: relative;
}
.bc-form .dataselect .dataselect-inner {
  position: absolute;
  background: #fff;
  max-height: 150px;
  width: 100%;
  overflow: scroll;
  z-index: 50;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.bc-form .dataselect .dataselect-inner .option {
  cursor: pointer;
  display: block;
  padding: 0.25em 1em;
  margin: 0;
}
.bc-form .dataselect .dataselect-inner .option:hover {
  background: #f6f6f6;
}
.bc-form ul.simple-list li {
  margin-bottom: 0.3em;
}
.bc-form .divider {
  height: 1em;
  margin-bottom: 3em;
  border-bottom: 1px solid #d8e0e3;
}
.bc-form .required-info {
  float: left;
  color: #5d7e8d;
  font-size: 13px;
  line-height: 1em;
  font-weight: normal;
}
.bc-form h5 {
  font-size: 1.4117em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a7b56;
  font-weight: 700;
  margin: 0 0 1em;
}
.bc-form h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1em;
  color: #5d7e8d;
}
.bc-form .col-1-2 {
  width: 47.5%;
  float: left;
}
.bc-form .col-1-2 + .col-1-2 {
  float: right;
}
.bc-form .spinner {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  background: url('../images/img-spinner.gif') no-repeat 0 0;
  position: absolute;
  left: -20px;
  bottom: 11px;
}
.bc-form .js-error-message {
  color: #c74a4a;
}

.bc-form-message {
  padding: 1em 5em;
  text-align: center;
  font-weight: 500;
  background: #e7ecee;
  color: #122833;
}
.bc-form-message.bc-form-error-message {
  color: #992537;
}
.bc-form-message.bc-form-success-message {
  color: #9a7b56;
}

#book_a_ride_success_message,
#edit_a_ride_first_screen {
  margin: 3em auto;
}
#book_a_ride_success_message .confirmation-box,
#book_a_ride_success_message .edit-box,
#edit_a_ride_first_screen .confirmation-box,
#edit_a_ride_first_screen .edit-box {
  background: #e7ecee;
  padding: 1.5882em;
  -webkit-font-smoothing: auto;
  margin-bottom: 2em;
}
#book_a_ride_success_message .confirmation-box h5,
#book_a_ride_success_message .edit-box h5,
#edit_a_ride_first_screen .confirmation-box h5,
#edit_a_ride_first_screen .edit-box h5 {
  font-size: 1.4117em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a7b56;
  font-weight: 700;
  margin: 0 0 1em;
}
#book_a_ride_success_message .confirmation-box label,
#book_a_ride_success_message .edit-box label,
#edit_a_ride_first_screen .confirmation-box label,
#edit_a_ride_first_screen .edit-box label {
  color: #5d7e8d;
  font-size: 13px;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0 0 8px;
  font-weight: normal;
}
#book_a_ride_success_message .confirmation-box ul,
#book_a_ride_success_message .edit-box ul,
#edit_a_ride_first_screen .confirmation-box ul,
#edit_a_ride_first_screen .edit-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#book_a_ride_success_message .confirmation-box li,
#book_a_ride_success_message .edit-box li,
#edit_a_ride_first_screen .confirmation-box li,
#edit_a_ride_first_screen .edit-box li {
  margin: 0 0 2.3529em;
  padding: 0;
}
#book_a_ride_success_message .confirmation-box li:last-child,
#book_a_ride_success_message .edit-box li:last-child,
#edit_a_ride_first_screen .confirmation-box li:last-child,
#edit_a_ride_first_screen .edit-box li:last-child {
  margin-bottom: 0;
}
#book_a_ride_success_message .confirmation-box li div,
#book_a_ride_success_message .edit-box li div,
#edit_a_ride_first_screen .confirmation-box li div,
#edit_a_ride_first_screen .edit-box li div {
  padding: 4px 0;
  border-bottom: 1px solid #b0b4b6;
  min-height: 27px;
}
#book_a_ride_success_message h5,
#edit_a_ride_first_screen h5 {
  psition: relative;
  clear: both;
  float: none;
}
#book_a_ride_success_message h5:before,
#book_a_ride_success_message h5:after,
#edit_a_ride_first_screen h5:before,
#edit_a_ride_first_screen h5:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
#book_a_ride_success_message h5 .edit-link,
#edit_a_ride_first_screen h5 .edit-link {
  display: block;
  float: right;
  font-weight: normal;
  font-size: 14px;
}
#book_a_ride_success_message h5 .edit-link a,
#edit_a_ride_first_screen h5 .edit-link a {
  color: #992537;
}
#book_a_ride_success_message h5 .edit-link a:hover,
#edit_a_ride_first_screen h5 .edit-link a:hover {
  color: #d84a60;
}

#edit_a_ride_first_screen .edit-box-inner > ul > li {
  position: relative;
  clear: both;
  float: none;
}
#edit_a_ride_first_screen .edit-box-inner > ul > li:before,
#edit_a_ride_first_screen .edit-box-inner > ul > li:after {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  content: '';
  display: block;
}
#edit_a_ride_first_screen .edit-box-inner > ul > li .edit-link {
  display: block;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: -4px;
}
#edit_a_ride_first_screen .edit-box-inner > ul > li .edit-link a {
  color: #992537;
}
#edit_a_ride_first_screen .edit-box-inner > ul > li .edit-link a:hover {
  color: #d84a60;
}

@media (min-width: 767px) {
  #saved_locations_form {
    width: 600px;
  }
  #saved_locations_form .bc-form-inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .mylightbox-content.larger {
    width: 700px;
  }
}

#bc_password_reset_form .spinner {
  left: 0;
  bottom: 0;
  display: none;
}

@media screen and (min-width: 1200px) and (min-height: 600px) and (max-height: 800px) {
  h3 {
    margin-bottom: 0.65em;
  }
}

/*# sourceMappingURL=bostoncoach-style.css.map */

/* custom css*/

#topbar_2 .phone-number p {
  margin: 0;
  color: #869197;
  font-family: 'Lato';
  font-size: 8px;
  letter-spacing: -0.17px;
  line-height: 6px;
  text-transform: uppercase;
}

#topbar_2 .phone-number {
  display: inline-block;
  margin-right: 30px;
}

#topbar_2 .phone-number a {
  font-size: 13px;
}

#topbar_2 {
  background: #101820;
  border-bottom: 1px solid #263943 !important;
}
.wrap-topHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap-topHeader .part-left,
.wrap-topHeader .part-right {
  width: 50%;
  padding-top: 5px;
}

.wrap-topHeader .part-right {
  text-align: right;
}

#topbar_2 .phone-number {
  line-height: 1;
}

#footer .address-details {
  line-height: 1.2;
}

#footer .address-details .phone-number {
  margin-top: 10px;
}

#footer .address-details .phone-number:last-of-type {
  margin-top: 5px;
}

#footer .address-details .phone-number p {
  margin: 0;
  color: #B2B6C1;
  font-size: 12px;
  text-transform: capitalize;
}

#footer .address-details .phone-number a {
  font-size: 15px;
}

#topbar_2 .nonlogged-wrapper {
  line-height: 1;
}

.heading-lowercase {
  text-transform: none;
}

.text-transform-upper {
  text-transform: uppercase;
}

.less-mr-b {
  margin-bottom: 15px;
  line-height: 1;
}

.mobile-app-parallax .download-app-button {
  max-width: 150px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.video-btn {
  max-width: 142px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 13px 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.l-page-custom-text h4 {
  font-weight: 400;
}

.services {
	/* margin-top: 80px; */
}

.intro p {
  font-size: 15px;
  line-height: 27px;
}

.mobile-app-parallax .intro h4 {
  font-weight: 400;
  font-size: 1.2em;
}

.affiliate-form {
  width: 100%;
  height: 2250px;
}

.apply-now-affiliate_wrapper#gform_wrapper_6 {
  display: none;
}

.block-left,
.block-right {
  float: left;
}
.block-left {
  width: 35%;
}
.block-right {
  width: 65%;
}

.block-left img {
  max-width: 375px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(m100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd \9;
  background-color: #ddd;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #000;
}
.carousel-caption {
  position: static;
  padding: 20px 50px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption h4 {
  font-weight: 400;
  font-size: 24px;
}

.carousel-caption p {
  color: #000;
  text-shadow: none !important;
}

.carousel-caption .g-app img {
  width: 150px;
}

.color-black {
  color: #000;
  text-shadow: none;
}

.bc-form input[type='submit'],
.bc-form input[type='button'].bc-button,
#stop_add_location,
.gform_wrapper form .gform_footer input[type='submit'] {
  background: #992537 !important;
  color: #fff;
  padding: 0.74em 0.7em;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.bc-form input[type='submit']:hover,
.bc-form input[type='button'].bc-button:hover,
#stop_add_location:hover {
  background: #d84a60;
}

.bc-form input,
.bc-form select,
.bc-form textarea,
#pickup_date,
.gform_wrapper form input,
.gform_wrapper form select,
.gform_wrapper form textarea {
  background: #fff !important;
  padding-left: 10px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bc-lineHeight h1,
.bc-lineHeight h2,
.bc-lineHeight h3,
.bc-lineHeight h4 {
  line-height: 1.5 !important;
}

.bc-link {
  color: #997b58;
}

.lp-hero h2 {
  color: #fff !important;
  font-size: 58px !important;
  font-weight: 700 !important;
}

.lp-hero h3 {
  font-size: 32px !important;
}

.b-lp-fontN {
  font-weight: 400;
}

.page-id-2439 .vc_custom_1542312327928 {
  background-position: 0 -78px !important;
}

.creditCart-form {
  margin-top: -50px;
}

.creditCart-form input,
.creditCart-form textarea {
  width: 100%;
  height: 35px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #b0b4b6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.creditCart-form label {
  margin-bottom: 15px;
}

.creditCart-form textarea {
  height: 200px;
}

.creditCart-form input[type='submit'] {
  background: #992537 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 3px !important;
  -mox-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
}

.wrap-banner {
  display: block;
  position: relative;
}

.wrap-banner .close {
  position: absolute;
  width: auto;
  top: 3px;
  left: 0px;
  z-index: 10000;
}

.banner-ios img {
  width: 100%;
}

.wrap-banner.fix-banner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 101;
}

.rm-b,
.rm-banner {
  display: none;
}
.rm-m {
  margin: 0 !important;
}

@media screen and (max-width: 667px) {
  #topbar_2 {
    margin-top: -3px;
  }
}

@media screen and (max-width: 480px) {
  .wrap-banner .close {
    width: 20px;
  }

  #topbar_2 {
    margin-top: -2px;
  }
}

@media screen and (max-width: 991px) {
  .block-left img {
    max-width: 315px;
  }

  .carousel-caption {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .block-left img {
    max-width: 250px;
    display: block;
  }

  .carousel-caption {
    padding: 40px;
  }

  .infographic {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 667px) {
  .block-left img {
    margin: 0 auto;
  }

  .block-left,
  .block-right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .carousel-inner {
    min-height: 900px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .affiliate-form {
    height: 2500px;
  }
}

@media (max-width: 795px) {
  .heading-lowercase {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .lp-custom-block h3,
  .lp-custom-block p {
    text-align: center !important;
  }

  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }
}

@media (max-width: 705px) {
  .wrap-topHeader .part-left,
  .wrap-topHeader .part-right {
    width: auto;
  }
}

@media (max-width: 704px) {
  .wrap-topHeader .part-right {
    width: 58%;
  }
}

@media (max-width: 682px) {
  .wrap-topHeader .part-right {
    width: 52%;
  }

  .heading-lowercase {
    font-size: 41px !important;
  }

  .l-page-custom-text h4 {
    font-size: 21px;
  }
}

@media (max-width: 588px) {
  .wrap-topHeader .part-right {
    width: 48%;
  }
}

@media (max-width: 546px) {
  .wrap-topHeader .part-right {
    width: 40%;
  }
}

@media (max-width: 500px) {
  .wrap-topHeader .part-right {
    width: 35%;
  }
}

@media (max-width: 480px) {
  .wrap-topHeader .part-right {
    width: 48%;
  }

  #topbar_2 .phone-number a {
    font-size: 10px;
  }

  #topbar_2 .nonlogged-wrapper a {
    font-size: 12px;
  }

  #topbar_2 .phone-number {
    margin-right: 20px;
  }

  .video-btn {
    max-width: 135px;
    padding: 11px 20px;
  }
}

@media (max-width: 410px) {
  .wrap-topHeader .part-right {
    width: 40%;
  }
}

@media (max-width: 375px) {
  .wrap-topHeader .part-right {
    width: 50%;
  }
}

@media (max-width: 320px) {
  .video-btn {
    padding: 9px 20px;
  }
}

.owl-nav {
  text-align: center;
  margin-top: 5px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 43px !important;
}

.concur-thankyou #main,
.concur-failure #main {
  min-height: 650px;
}

#c-img img {
  width: 150px;
  height: auto;
}

.promote {
  margin-bottom: 30px;
  padding: 30px 0 0 0;
  border-top: 2px solid #e7ecee;
  border-bottom: 2px solid #e7ecee;
}

.btn-bc a {
  background: #992537 !important;
}

/* HomePage Redesign */
.flex-block {
  display: flex;
}

.mrg-left-a {
  margin-left: auto;
}
.mrg-right-a {
  margin-right: auto;
}

@media (max-width: 1229px) {
  .flex-block {
    flex-direction: column;
  }
}

/* grid */
.col-bc-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-bc-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-bc-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-bc-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-bc-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-bc-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-bc-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-bc-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-bc-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-bc-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-bc-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-bc-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.justify-content {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mrg-auto {
  margin: 0 auto;
}

.bg-gray {
  background: #f2f2f2;
}
.bg-gold {
  background: #9a7b56;
}
.black-transp {
  background: rgba(0, 0, 0, 0.84);
}
.btn-transp {
  background: none;
  color: #fff;
}

.bg-white {
  background: #fff !important;
}
.bg-white input {
  border: 1px solid #ccc;
}

.color-white {
  color: #fff;
}

.fs-24 {
  font-size: 24px;
}
.ff-lato {
  font-family: 'Lato', sans-serif;
}
.fw-300 {
  font-weight: 300;
}
.fw-700 {
  font-weight: 700;
}

.page-block {
  padding: 35px 0;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-view {
    display: block;
  }
}

.hero-bc {
  position: relative;
  padding-top: 222px;
  padding-bottom: 100px;
}

@media (max-width: 1229px) {
  .hero-bc {
    padding-top: 120px;
  }
}

@media (max-width: 600px) {
  .hero-bc {
    padding-top: 0px;
  }

  .hero-bc .container {
    padding: 0;
  }
}

.hero-bc:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 10, 0.78) 40%,
    rgba(255, 255, 255, 0) 100%
  );
}

.no-before:before {
  content: none;
}

.hero-bc .col-bc-6:nth-child(2) {
  padding-left: 35px;
  position: relative;
  z-index: 101;
}

@media (max-width: 1229px) {
  .hero-bc .col-bc-6:nth-child(2) {
    padding-left: 0;
    padding-top: 80px;
  }

  .hero-bc .col-bc-6,
  .col-bc-4,
  .col-bc-8,
  .col-bc-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*text-align: center;*/
  }
}

@media (max-width: 600px) {
  .hero-bc .col-bc-6 {
    width: 100%;
  }
}

.hero-bc h2 {
  color: #fff;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: none;
}

@media (max-width: 1229px) {
  .hero-bc h2 {
    font-size: 42px;
    text-align: center;
  }
}

.hero-bc h2 .secondary-title {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 1229px) {
  .hero-bc h2 .secondary-title {
    font-size: 21px;
    padding-top: 15px;
  }
}

.hero-bc h2 span {
  display: block;
  margin-bottom: 10px;
}

.partners {
  padding: 5px 35px;
}

@media (max-width: 991px) {
  .partners {
    padding: 35px;
  }
}

.partners .col-2 {
  padding: 35px;
  align-self: flex-start;
}

@media (max-width: 1229px) {
  .partners .col-2 {
    align-self: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .partners .flex-block {
    flex-direction: column;
    align-items: center;
  }

  .partners .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .partners .col-2 {
    padding: 0 0 15px 0;
  }
}

.whitepaper img {
  width: 310px;
}

.whitepaper h3 {
  margin-bottom: 0.2em;
}

.whitepaper h4 {
  font-weight: 400;
  font-size: 26px;
}

@media (max-width: 991px) {
  .whitepaper h4 {
    font-size: 21px;
  }
}

.whitepaper .app-download img {
  width: 125px;
  margin-left: 25px;
}
.m-align-center  {display:inline-block;}

@media(max-width:767px) {
	.whitepaper .app-download img {
		display:block;
		margin: 0 auto;
		margin-bottom:15px;
	}
	
	.whitepaper .v-btn {
		margin-bottom:15px;
	}
	
	.m-align-center {text-align:center;}
}

@media (max-width: 1229px) {
  .hero-bc .flex-block,
  .whitepaper .flex-block {
    flex-direction: column;
    align-items: center;
  }

  .hero-bc .flex-block .col-bc-6:nth-child(1) {
    margin-bottom: 30px;
  }
}

#mobile_nav {
  z-index: 1001;
}

.wrap-banner.fix-banner {
  z-index: 1002;
}

.bannerIntro {
  padding: 50px 0;
}

.partCol {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 40px;
}

@media (max-width: 1229px) {
  .partCol {
    margin: 0 0 15px 0;
  }
}

.bannerIntro .col-bc-6 {
  flex: 1;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  position: relative;
}

.gold-plus li {
  position: relative;
  font-size: 0.9411em;
  margin-bottom: 1.3em;
  padding-left: 1.5em;
  line-height: 1.85em;
}

.gold-plus li:before {
  font-family: FontAwesome;
  color: #d9ae7a;
  content: '\f067';
  font-size: 0.8em;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.vehicle .flex-block {
  margin-bottom: 70px;
}

@media (max-width: 1229px) {
  .vehicle .flex-block {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .vehicle .flex-block {
    text-align: center;
  }
}

.vehicle .flex-block img {
  max-width: 90%;
}

@media (max-width: 767px) {
  .vehicle .flex-block img {
    margin: 0 auto;
  }
}

.vehicle .flex-block:nth-child(1) img {
  max-width: 75%;
}

@media (max-width: 1229px) {
  .vehicle .flex-block:nth-child(1) img {
    margin: 0 auto;
  }
}

.vehicle .flex-block:nth-child(2) img {
  max-width: 100%;
}

.vehicle h3 {
  margin-bottom: 12px;
}

.vehicle .flex-block:nth-child(1) .col-bc-6:nth-child(1),
.vehicle .flex-block:nth-child(3) .col-bc-6:nth-child(1),
.vehicle .flex-block:nth-child(5) .col-bc-6:nth-child(1) {
  text-align: right;
  padding-right: 90px;
}

@media (max-width: 1229px) {
  .vehicle .flex-block:nth-child(1) .col-bc-6:nth-child(1),
  .vehicle .flex-block:nth-child(3) .col-bc-6:nth-child(1),
  .vehicle .flex-block:nth-child(5) .col-bc-6:nth-child(1) {
    text-align: center;
    padding-right: 0px;
  }
}

.vehicle .flex-block:nth-child(2) img {
  margin-left: auto;
  padding-right: 90px;
}
@media (max-width: 1229px) {
  .vehicle .flex-block:nth-child(2) img {
    margin: 0 auto;
    padding-right: 0px;
  }
}

@media (max-width: 1229px) {
  .vehicle h3 {
    margin: 15px 0;
  }
}
.v-btn {
  display: inline-block;
  background: #992537;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 27px;
  border-radius: 5px;
}

.v-btn:hover,
.v-btn:focus {
  background: #d84a60;
  color: #fff;
}

.bigBanner h2 {
  color: #fff;
}

.bigBanner p {
  text-align: center;
  font-size: 1.8411em;
  font-weight: 300;
  color: #d2d2d1;
}

.bigBanner .fa {
  font-size: 0.5em;
  position: relative;
  top: -0.2em;
}

.bigBanner .v-btn {
  margin-top: 10px;
}

.whitepaper-bg img {
  width: 100%;
}

@media (max-width: 1229px) {
  .whitepaper-bg img {
    margin: 0 0 20px 0;
  }
}

.whitepaper-bg .block-content {
  padding-left: 50px;
  text-align: left;
}

@media (max-width: 1229px) {
  .whitepaper-bg .block-content {
    padding-left: 0px;
    text-align: center;
  }
}

.global h2 {
  margin-bottom: 15px;
}

.global p {
  text-align: center;
  font-weight: 300;
  font-size: 29px;
}

@media (max-width: 767px) {
  .global p {
    font-size: 24px;
  }
}

.global .media-object {
  padding: 60px;
}
.gl-mini-booker {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
    Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
}

.gl-mini-booker .gl-mini-booker__content {
  padding: 30px 25px !important;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.3) !important;
}
.top-nav {
  background-color: #101820 !important;
  color: #fff !important;
}
.gl-mini-booker .field-names-fstyle-withpadding {
  font-weight: 500;
}

.ant-select-selection-selected-value {
  font-weight: 500;
}

.gl-mini-booker h1 {
  text-transform: none !important;
}

.gl-mini-booker a {
  color: black;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
}

.gl-mini-booker span {
  font-weight: 400;
}

.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  font-weight: 400;
}
.gl-mini-booker a span {
  color: #862633 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

#topbar_2 .flex-block {
  padding: 5px 0;
}

@media (max-width: 1229px) {
  #topbar_2 .flex-block {
    flex-direction: row;
  }
}

#gl-login-widget .gl-login-button {
  height: 35px !important;
}

.vehicle .flex-block:nth-child(even) .col-bc-6:nth-child(1) {
  order: 2;
}

@media (max-width: 1229px) {
  .vehicle .flex-block:nth-child(odd) .col-bc-6:nth-child(1) {
    order: 1;
  }
}

.top-nav .main-nav > ul > li > a {
  color: #fff;
}
#topbar_2 #user_nav .username:before {
  background: #101820;
}
#topbar_2 #user_nav .username {
  background: #101820;
}

#footer .footer-widgets {
  background: #101820;
  border-bottom: 1px solid #263943;
}

#footer .footer-bar {
  background: #101820;
}
.top-nav .main-nav > ul > li.v-btn {
  height: auto;
  line-height: 1;
  padding: 0;
}

.top-nav .main-nav > ul > li.v-btn > a {
  display: inline-block;
  background: #992537;
  padding: 0.74em 0.7em;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
}

.ride {
  min-height: 100vh;
}

.vc_btn3-container.vc_btn3-inline.book-now a:before,
.reserve-now a:before {
  content: none !important;
}

.page-not-found {
  padding: 50px 0;
}

.page-not-found img {
  width: 600px;
}

.page-not-found span {
  display: block;
  text-transform: none;
}

.page-not-found .primary-title {
  margin: 0 0 15px 0;
}

.page-not-found .secondary-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.page-not-found .menu {
  margin-bottom: 30px;
}

.page-not-found .menu li {
  padding: 0 10px;
}

.page-not-found .menu li a {
  font-size: 16px;
}

.ride-BC {
  background: #9a7b56;
  padding: 50px 20px;
  color: #fff;
}

.ride-BC h3 {
  font-weight: 100;
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1229px) {
  .ride-BC h3 {
    font-size: 43px;
  }
}

@media (max-width: 576px) {
  .ride-BC h3 {
    font-size: 38px;
  }
}

.ride-BC p {
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 1229px) {
  .ride-BC p {
    font-size: 20px;
  }
}

.ride-BC .btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

@media (max-width: 1229px) {
  .ride-BC .btn {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .ride-BC .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.ride-BC .btn:hover {
  background: #fff;
  color: #992537;
}

.asl_w,
.asl_w * {
  font-family: 'din-2014', 'Lato', sans-serif !important;
}

.part-search div[id*='ajaxsearchlite'].wpdreams_asl_container {
  max-width: 350px;
  margin: 0 auto;
}

.part-search #ajaxsearchlite1 .probox,
div.asl_w .probox {
  background: #fff;
  height: 45px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.part-search div.asl_w .probox .promagnifier {
  width: 45px;
  height: 45px;
}

.part-search div.asl_w .probox .promagnifier {
  background: #992537;
}

.part-search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  color: #000 !important;
  height: 45px !important;
}

#ajaxsearchlite1.asl_m .probox .proinput input.orig::placeholder {
  font-size: 14px;
  color: #000 !important;
}

div.asl_r .results .item .asl_image {
  display: none;
}

div.asl_r.vertical {
  padding: 0 !important;
}

.top-nav .main-nav > ul > li.current_page_item.menu-item-3406 > a,
.top-nav .main-nav > ul > li.current_page_item#menu-item-370 > a {
  color: #fff;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  height: 43px;
  border: 1px solid #ccc;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  box-shadow: none !important;
}

#scrollToTop {
  padding: 5px 15px;
  background: #9a7b56;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 999;
}

/* Blog */

.posts-list .blog-post {
  margin-bottom: 2.65em;
}

.blog .blog-post-inner > a {
  display: block;
  clear: both;
  float: none;
}

.posts-list a {
  color: #122833;
}

.blog .blog-post-thumbnail {
  width: 150px;
  float: left;
}

.blog .blog-post-thumbnail + .blog-post-details {
  width: calc(100% - 180px);
  float: right;
}

.posts-list .blog-post-date {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 1.35em;
}

.posts-list .blog-post-excerpt {
  color: #3b505a;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.single-post-sidebar #custom_html-2 {
  margin-bottom: 2.5em;
}

.single-post-sidebar #custom_html-4 {
  background: #e7ecee;
  padding: 1.5em;
}

.single-post-sidebar ul.sidebar-ctas {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-sidebar ul.sidebar-ctas li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 0.85em;
}

.single-post-sidebar ul.sidebar-ctas li:before {
  font-family: c;
  content: '\f067';
  color: #9a7b56;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.single-post-sidebar ul.sidebar-ctas li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95em;
}

.logo img {
  margin-top: 10px;
}

.top-nav .row {
  display: flex;
  align-self: center;
}

.top-nav .logo {
  padding-top: 5px;
}
.top-nav .logo a{
  height:68px !important;
}
.wpcf7 .flex-block textarea {
  width: 100%;
  height: 120px;
  border: none;
  margin-top: 0;
  padding: 10px;
  resize: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.wpcf7 .flex-block [class*='col-'] {
  margin-bottom: 3px;
  padding: 5px;
}

.wpcf7 .flex-block .col-bc-12 {
  margin-bottom: 0;
}

.bc-custom-btn {
  margin-left: 0 !important;
}

.wpcf7 .flex-block h3 {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .bc-col-heading {
    max-width: 335px;
  }

  .bc-col-paragraph {
    max-width: 360px;
  }

  .bc-custom-btn.vc_custom_1589788342915 {
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .vc_custom_1589786254187 {
    margin-top: -75% !important;
  }
}

@media (max-width: 991px) {
  .bc-col-heading,
  .bc-col-paragraph {
    max-width: 100%;
    text-align: center;
  }

  .bc-row-form {
    margin-top: 100px;
  }

  .bc-row-form .vc_col-sm-5 {
    width: 100%;
  }

  .bc-custom-btn.vc_custom_1589788950148 {
    padding-right: 0 !important;
  }
}

.page-access-boston .bc-row-form {
  margin-top: 0;
}

@media (max-width: 768px) {
  .bc-custom-btn.vc_custom_1589793517889 {
    text-align: center;
    margin-bottom: 50px;
  }

  .vc_custom_1589793517889 {
    padding-right: 60px !important;
  }
}

@media (max-width: 767px) {
  .bc-hero-wrapper.vc_custom_1589793917418 {
    padding: 50px !important;
  }

  #point-to-point-transportation .vc_col-sm-6:nth-child(2),
  #road-shows .vc_col-sm-6:nth-child(2),
  #group-and-event-transportation .vc_col-sm-6:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bc-inline-form .wpcf7-form-control textarea {
  border: none;
}

.bc-inline-form textarea {
  height: 120px;
  margin-top: 0px;
  padding: 10px;
  border: none;
  resize: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bc-row-wrapper .vc_column-inner {
  padding: 100px 50px !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .bc-row-wrapper .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.fs-25 h4 {
  font-size: 21px;
}

.bc-section-wrapper .v-btn {
  margin-top: 20px;
  margin-right: 10px;
}

.bc-section-wrapper .v-btn:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .bc-section-wrapper .v-btn {
    margin-right: 0px;
    width: 300px;
  }

  .join-today-form .lightbox-content-inner {
    max-width: 100%;
  }

  .bc-form li {
    margin-bottom: 0;
  }

  .bc-form li .col-xs-12 input {
    margin-bottom: 15px;
  }
}

.v-btn-transparent {
  background: transparent;
  border: 1px solid #992537;
  color: #992537;
}

.bc-row-form .form_bcgrnd h3 {
  margin-bottom: 10px;
  padding-left: 12px;
}

.bc-row-form .form_bcgrnd p:first-of-type {
  padding-left: 12px;
}

.bc-row-form .form_bcgrnd .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 5px;
  font-size: 11px;
}

.bc-row-form .form_bcgrnd .wpcf7-checkbox {
  margin-left: -5px;
}

.bc-row-form .form_bcgrnd input[type='checkbox'] {
  vertical-align: middle;
}

.single-blog-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-blog-wrapper .alignleft {
  float: left;
}

.single-blog-wrapper .alignright {
  float: right;
}

.single-blog-wrapper h1 {
  line-height: 1.5;
  font-size: 42px;
}

@media (max-width: 768px) {
  .single-blog-wrapper h1 {
    font-size: 35px;
  }
}

.bc-consent label {
  display: inline-block !important;
}

.gform_wrapper form .gform_page_footer .button {
  display: inline-block;
  background: #992537 !important;
  padding: 0.74em 0.7em;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.vc_row .signUp-account img {
  width: 140px;
}

.gform_wrapper form ul li.form-pp p {
  color: #5d7e8d;
  font-size: 13px;
}

.hero-bc h1 {
  margin-bottom: 0;
}

.hero-bc h1 span {
  display: block;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

/*@media (max-width: 767px) {
  .hero-bc h1 {
    padding: 0 15px;
  }
}*/

.hero-bc h1 .primary-title {
  margin-bottom: 15px;
  font-size: 65px;
  font-weight: 700;
}

@media (max-width: 1229px) {
  .hero-bc h1 .primary-title {
    font-size: 42px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .hero-bc h1 .primary-title {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .hero-bc h1 .primary-title {
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

.hero-bc h1 .secondary-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1229px) {
  .hero-bc h1 .secondary-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hero-bc h1 .secondary-title {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .hero-bc h1 .secondary-title {
    font-size: 18px;
  }
}

.hero-bc .col-bc-12 {
  position: relative;
  z-index: 2;
}

.banner {
  padding: 25px 15px;
}

.red {
  background-color: #862633;
}

.banner.red a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
}

.banner p {
  margin-bottom: 0;
}

.info p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.96px;
  line-height: 34px;
}

@media (max-width: 1229px) {
  .info p {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .info p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .info p {
    font-size: 18px;
  }
}

.members {
  padding-top: 50px;
}

@media (max-width: 1229px) {
  .members {
    text-align: center;
  }
}

.members img {
  margin-bottom: 30px;
  margin-right: 15px;
}

.members h3 {
  color: #132832;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.96px;
  line-height: 34px;
}

.members p a,
.v-protection p a,
.covid-services p a {
  color: #000;
  text-decoration: underline;
  font-style: italic;
}

.v-protection .v-btn {
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  font-style: normal;
}

@media (max-width: 768px) {
  .covid-services {
    text-align: center;
  }

  .covid-services .col-bc-2,
  .covid-services .col-bc-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .covid-services img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .members h3 {
    font-size: 23px;
  }
}

.l-page {
  display: flex;
  padding-bottom: 70px;
  min-height: 400px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .l-page {
    min-height: 350px;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .l-page {
    min-height: 350px;
  }
}

@media (max-width: 1229px) {
  .l-page {
    min-height: 350px;
    padding-top: 195px;
  }
}

.l-page .flex-block {
  height: 100%;
}

@media (max-width: 767px) {
  .l-page h1 {
    text-align: center;
  }
}

@media (max-width: 1229px) {
  .l-page .flex-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banner.dark-blue {
  padding: 30px;
  background: url('../images/img-map-dark-background.jpg') no-repeat center center /
    cover;
}

@media (max-width: 1229px) {
  .banner.dark-blue .flex-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner.dark-blue img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .banner.dark-blue img {
    width: 150px;
  }
}

video {
  max-width: 100%;
}

.banner.video h3 {
  color: #997b58;
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 70px;
  text-align: right;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
}

@media (max-width: 1229px) {
  .banner.video h3 {
    text-align: center;
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .banner.video h3 {
    font-size: 35px;
  }
}

.banner.video {
  padding: 50px 15px;
}

.banner.video .col-bc-6,
.banner.b-content .col-bc-12 {
  position: relative;
  z-index: 102;
  text-align: right;
}

@media (max-width: 1229px) {
  .banner.video .col-bc-6,
  .banner.b-content .col-bc-12 {
    text-align: center;
  }
}

.banner.video .col-bc-6:first-of-type {
  padding-right: 50px;
}

@media (max-width: 1229px) {
  .banner.video .col-bc-6:first-of-type {
    padding-right: 0;
  }
}

.banner.video span {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 25px;
  text-transform: uppercase;
}

.v-protection {
  padding-top: 50px;
}

@media (max-width: 1229px) {
  .v-protection {
    padding: 35px 0;
  }

  .banner.video span {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .banner.video span {
    font-size: 26px;
  }
}

.v-protection .flex-block img {
  max-width: 100% !important;
}

.v-protection .flex-block:last-of-type {
  margin-bottom: 0;
}

.v-protection h3 {
  color: #132832;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: 34px;
}

@media (max-width: 1229px) {
  .v-protection h3 {
    margin: 30px 0;
    text-align: center;
  }
}

.v-protection .v-protection_introText {
  color: #132832;
  margin-bottom: 80px;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  letter-spacing: -0.88px;
  line-height: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .v-protection .v-protection_introText {
    font-size: 21px;
    margin-bottom: 45px;
  }

  .v-protection .v-protection_introText p {
    margin-bottom: 0;
  }

  .v-protection .col-bc-6 {
    text-align: center;
  }
}

.v-protection ul {
  padding-left: 20px;
}

@media (max-width: 1229px) {
  .v-protection ul {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .v-protection .flex-block {
    margin-bottom: 30px;
  }
}

.v-protection ul li {
  position: relative;
}

.v-protection ul li::before,
.b-content ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: -17px;
  top: 8px;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.v-protection p {
  margin-bottom: 0;
}

@media (max-width: 1229px) {
  .v-protection p {
    margin-bottom: 15px;
    text-align: center;
  }
}

.v-protection .flex-block:nth-child(2) img {
  padding-right: 0 !important;
}

.v-protection .flex-block:nth-child(2) img {
  margin: 0 auto !important;
}

.v-protection .flex-block:nth-child(1) .col-bc-6:nth-child(1),
.v-protection .flex-block:nth-child(2) .col-bc-6:nth-child(2) {
  padding-right: 50px;
}

@media (max-width: 1229px) {
  .v-protection .flex-block:nth-child(1) .col-bc-6:nth-child(1),
  .v-protection .flex-block:nth-child(2) .col-bc-6:nth-child(2) {
    padding-right: 0;
  }
}

.v-protection .flex-block:nth-child(3) .col-bc-6:nth-child(1),
.v-protection .flex-block:nth-child(4) .col-bc-6:nth-child(2) {
  padding-right: 50px;
}

@media (max-width: 1229px) {
  .v-protection .flex-block:nth-child(3) .col-bc-6:nth-child(1),
  .v-protection .flex-block:nth-child(4) .col-bc-6:nth-child(2) {
    padding-right: 0;
  }
}

.banner.b-content {
  padding: 75px 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

.banner.b-content .col-bc-12 {
  text-align: center;
}

.banner.b-content h3 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: 1.5;
}

.banner.b-content p {
  padding: 0 30px;
}

.resources {
  padding-bottom: 50px;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 1229px) {
  .resources {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .resources {
    padding: 35px 0;
  }
}

.resources ul {
  margin-bottom: 30px;
}

.resources ul:nth-last-of-type() {
  margin-bottom: 0;
}

.resources ul a {
  color: #862633;
  font-size: 16px;
  letter-spacing: -0.82px;
  line-height: 35px;
  text-decoration: underline;
}

@media (max-width: 1229px) {
  .resources img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.resources .col-bc-6:nth-child(1) {
  padding-right: 100px;
}

@media (max-width: 1229px) {
  .resources .col-bc-6:nth-child(1) {
    padding-right: 0;
  }
}

.banner-street {
  background: url('../images/09-map-light-1920px.jpg') no-repeat
    center center / cover;
}

.banner-street h3 {
  margin-bottom: 15px;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
}

@media (max-width: 1229px) {
  .banner-street h3 {
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .banner-street h3 {
    font-size: 40px;
  }
}

.banner-street span {
  display: block;
  margin: 15px 0;
  color: #132832;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1229px) {
  .banner-street span {
    font-size: 23px;
  }
}

@media (max-width: 576px) {
  .banner-street span {
    line-height: 1.2;
  }
}

.banner-street p {
  color: #132832;
  padding: 0 120px;
  font-size: 16px;
  letter-spacing: -0.82px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 768px) {
  .banner-street p {
    padding: 0;
  }

  .banner-street {
    padding: 35px 0;
  }
}

.covid-services h3 {
  width: 100%;
  color: #fff;
  background: #0f222c;
  padding: 15px 10px;
  text-align: center;
}

.covid-services h4 {
  margin-bottom: 10px;
}

.covid-services .flex-block .flex-block {
  margin-bottom: 30px;
}

.covid-services p {
  margin-bottom: 0;
  padding-right: 60px;
}

@media (max-width: 1229px) {
  .covid-services p {
    padding-right: 0;
  }
}

.b-content .col-bc-6:nth-child(2) ul {
  padding-left: 32px;
}

.b-content ul li {
  position: relative;
}

@media (max-width: 1229px) {
  .b-content ul li {
    text-align: left;
  }
}

.b-content ul li::before {
  background: #fff;
}

.b-content p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

@media (max-width: 1229px) {
  .b-content .col-bc-6:nth-child(1) {
    text-align: center;
  }
}

.bc-welcome {
  font-family: 'din-2014', 'Lato', sans-serif;
}

@media (max-width: 768px) {
  .bc-welcome {
    padding: 35px 0;
  }
}

@media (max-width: 1229px) {
  .bc-welcome .col-bc-7,
  .bc-welcome .col-bc-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bc-welcome h2 {
  margin: 15px 0;
  padding-top: 50px;
  font-size: 48px;
  line-height: 1.2;
  text-transform: none;
}

@media (max-width: 767px) {
  .bc-welcome h2 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .bc-welcome h2 {
    font-size: 35px;
  }
}

.bc-welcome a {
  color: #000;
  text-decoration: underline;
}

.bc-welcome form a {
  color: #992537;
  text-decoration: none;
}

.bc-welcome .container {
  padding-bottom: 50px;
  border-bottom: 2px solid #0f222c;
}

.bc-ft-form .container {
  padding-top: 50px;
  border-top: 2px solid #0f222c;
}

.bc-welcome strong {
  display: block;
}

.bc-part-form {
  padding-left: 45px;
  font-family: 'din-2014', 'Lato', sans-serif;
}

@media (max-width: 1229px) {
  .bc-part-form {
    padding-left: 0;
  }
}

.bc-part-form p:first-of-type {
  font-size: 14px;
  line-height: 1.2;
}

.bc-part-form h3 {
  margin: 15px 0;
  font-size: 30px;
}

.bc-part-form .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1;
  height: 6px;
  display: block;
  margin-left: 21px;
  margin-top: -21px;
}

.bc-ft-form h3 {
  margin: 15px 0;
  font-size: 50px;
}

@media (max-width: 768px) {
  .bc-ft-form h3 {
    font-size: 35px;
  }
}

.bc-ft-form p {
  padding: 0 30px;
}

.bc-ft-form .form_bcgrnd {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
}

.bc-ft-form .g-recaptcha {
  display: flex;
  justify-content: center;
}

.bc-ft-form .wpcf7-list-item-label {
  font-size: 14px;
}

.bc-ft-form input[type='checkbox'] {
  margin-top: 12px;
  display: inline-block;
}

.bc-ft-form input[type='submit'] {
  max-width: 250px;
}

@media (max-width: 576px) {
  .three-col-items .mrg-less-xs h4 {
    margin-bottom: 35px !important;
  }

  .page-id-296 #top {
    margin-top: 0;
  }
}

.txt-lowercase {
  text-transform: capitalize;
}

.page-block-30 {
  padding: 30px 0;
}
.page-block-50 {
  padding: 50px 0;
}
.page-block-75 {
  padding: 75px 0;
}

@media (max-width: 767px) {
  .page-block-m-30 {
    padding: 30px 0;
  }
}

.mrg-r-10 {
  margin-right: 10px;
}
.mrg-r-0 {
  margin-right: 0;
}
.mrg-0 {
  margin: 0;
}

.mrg-n-l-10 {
  margin-left: -10px;
}
.mrg-n-l-50 {
  margin-left: -50px;
}
.mrg-n-l-75 {
  margin-left: -75px;
}
.mrg-n-l-100 {
  margin-left: -100px;
}
.mrg-n-l-170 {
  margin-left: -170px;
}

.padd-b-0 {
  padding-bottom: 0;
}
.padd-b-30 {
  padding-bottom: 30px;
}

.uppercase-initial {
  text-transform: none;
}

.list-services {
  padding-left: 30px;
}

.list-services li {
  color: #000;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}

.list-services li:before {
  content: '\f067';
  position: absolute;
  top: 0;
  left: 0;
  color: #9a7b56;
  font-size: 12px;
  font-family: Font awesome\5 Free;
}

.columns-four-block {
  position: relative;
}

.columns-four-block .col-bc-3,
.columns-four-block .col-bc-4 {
  position: relative;
}

@media (max-width: 1229px) {
  .columns-four-block .col-bc-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .columns-four-block .col-bc-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col2-imageText .col-bc-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col2-imageText .flex-block {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .columns-four-block .col-bc-3,
  .columns-four-block .col-bc-4,
  .col2-imageText .col-bc-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .col2-imageText .flex-block {
    flex-direction: column;
  }
}

.wrapp-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.columns-four-block p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.columns-four-block h2 {
}
@media (max-width: 576px) {
  .columns-four-block h2 {
    font-size: 33px;
    line-height: 1.2;
  }
}

@media (max-width: 1229px) {
  .columns-four-block .flex-block {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .columns-four-block .flex-block .col-bc-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .columns-four-block .flex-block {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .columns-four-block .flex-block .col-bc-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wrapp-bg {
  position: absolute;
  width: 100%;
  height: 335px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: -1;
}

section .service-item {
  background: #fff;
  padding: 55px 25px;
  border: 1px solid #ccc;
  min-height: 390px;
  border: none;
  border-bottom: 2px solid #9a7b56;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  section .service-item {
    min-height: auto;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

section .service-item h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
}

@media (max-width: 767px) {
  section .service-item h3 {
    font-size: 26px;
  }
}

section .service-item span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 767px) {
  section .service-item span {
    font-size: 16px;
  }
}

section .service-item img {
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

section .service-item p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section .service-item p {
    font-size: 14px;
  }
}

.pharma.bigBanner {
  padding: 9% 0 7% 0;
}

@media (max-width: 1024px) {
  .bigBanner,
  .columns-two-block {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pharma.bigBanner {
    padding: 12% 0 10% 0;
  }
}

.pharma h4 {
  font-size: 55px;
  color: #000;
  margin: 0;
}

@media (max-width: 1229px) {
  .pharma h4 {
    font-size: 38px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .pharma h4 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .pharma h4 {
    font-size: 22px;
    text-align: center;
  }
}

.pharma p {
  color: #000;
  text-align: right;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 1229px) {
  .pharma p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .pharma p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .pharma p {
    font-size: 12px;
    text-align: center;
  }
}

.columns-two-block {
  padding: 75px 0;
}

@media (max-width: 1229px) {
  .columns-two-block .flex-block {
    align-items: center;
  }
}

.columns-two-block .col-bc-7 {
  position: relative;
}

@media (max-width: 1229px) {
  .columns-two-block .col-bc-7,
  .columns-two-block .col-bc-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.columns-two-block img {
  max-width: initial;
}

.columns-two-block p {
  text-align: left;
}

@media (max-width: 1229px) {
  .columns-two-block img {
    margin: 0 auto;
  }

  .columns-two-block p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .columns-two-block img {
    width: 500px;
  }
}

@media (max-width: 576px) {
  .columns-two-block img {
    width: 300px;
  }
}

.globalBanner {
  color: #fff;
}

.globalBanner h3 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
}

@media (max-width: 1229px) {
  .globalBanner h3 {
    font-size: 28px;
  }

  .globalBanner .flex-block {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .globalBanner h3 {
    line-height: 1;
    margin-bottom: 15px;
  }
}

.globalBanner p {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.05px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .globalBanner p {
    font-size: 21px;
  }
}

@media (max-width: 1229px) {
  .globalBanner p {
    line-height: 1;
  }
}

@media (max-width: 576px) {
  .globalBanner p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.globalBanner .btn {
  background: transparent;
  color: #fff;
  padding: 20px 55px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.globalBanner .btn:hover {
  background: #fff;
  color: #9a7b56;
}

@media (max-width: 1229px) {
  .globalBanner .btn {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .globalBanner .btn {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .globalBanner .btn {
    padding: 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .globalBanner .col-bc-9,
  .globalBanner .col-bc-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .globalBanner .flex-block {
    flex-direction: column;
  }
}

.lp-form h3 {
  margin-bottom: 10px;
  line-height: 1;
}

.lp-form p {
  margin-bottom: 10px;
}

.lp-form input {
  height: 45px;
  margin-bottom: 10px;
  border-radius: 0;
  font-weight: 600;
}

.lp-form input::-webkit-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  opacity: 1;
}

.lp-form input::-moz-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  opacity: 1;
}

.lp-form input:-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  opacity: 1;
}

.lp-form input:-moz-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  opacity: 1;
}

.lp-form input[type='checkbox'] {
  height: auto;
  margin-left: -2px;
}

.lp-form input[type='submit'] {
  border: none;
  font-weight: 400;
  margin-bottom: 0;
}

.lp-form input .wpcf7-checkbox .wpcf7-list-item-label {
  line-height: 1.2;
}

.lp-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f00;
}

.lp-form .wpcf7-not-valid-tip {
  position: relative;
  top: -10px;
}

.landingP-hero .col-bc-5 {
  position: relative;
  top: -180px;
}

.lp-form .wpcf7 .flex-block [class*='col-'] {
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .lp-form .wpcf7 .flex-block [class*='col-'] {
    padding-right: 0;
  }
}

.landingP-hero .col-bc-5 .form_bcgrnd .flex-block p [class*='checkbox-'] {
  display: block;
  line-height: 1;
}

.lp-form .wpcf7 .checkbox {
  /*margin-top: -30px;*/
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .lp-form .wpcf7 .checkbox {
    margin-top: 0;
  }
}

.lp-form .wpcf7 .flex-block .col-bc-6:last-of-type,
.lp-form .wpcf7 .flex-block .col-bc-12 {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .landingP-hero .col-bc-5 {
    top: 0px;
  }
}

.landingP-hero .col-bc-5 {
  position: relative;
  top: -190px;
}

.landingP-hero .col-bc-5 .form_bcgrnd {
  position: absolute;
  max-width: 455px;
  padding: 40px 20px 20px 20px;
  right: 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1229px) {
  .landingP-hero .col-bc-5 .form_bcgrnd {
    top: -318px;
  }
}

@media (max-width: 1199px) {
  .landingP-hero .col-bc-5 .form_bcgrnd {
    top: -410px;
  }
}

@media (max-width: 991px) {
  .landingP-hero .col-bc-5 .form_bcgrnd {
    position: static;
  }
}

@media (max-width: 768px) {
  .mobile-view .form_bcgrnd {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .mobile-view .form_bcgrnd span.wpcf7-list-item {
    line-height: 1;
  }
}

.landingP-hero .col-bc-5 .form_bcgrnd .wpcf7-checkbox span.wpcf7-list-item {
  display: flex;
  align-items: baseline;
  margin-left: 3px;
}

.landingP-hero .col-bc-5 .form_bcgrnd .wpcf7-checkbox .wpcf7-list-item-label {
  line-height: 1.2;
  position: relative;
  top: -2px;
  left: 4px;
  font-size: 11px;
}

.landingP-hero {
  padding-bottom: 50px;
}

@media (max-width: 1229px) {
  .landingP-hero {
    padding-top: 500px;
  }
}

@media (max-width: 1024px) {
  .landingP-hero {
    padding-top: 550px;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .landingP-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .landingP-hero {
    padding-bottom: 0px;
  }
}

.landingP-hero h1 .primary-title {
  font-size: 50px;
  line-height: 1;
}

@media (max-width: 1229px) {
  .landingP-hero h1 .primary-title {
    font-size: 40px;
  }
}

@media (max-width: 1229px) {
  .landingP-hero .flex-block {
    flex-direction: row;
    align-items: flex-end;
  }

  .landingP-hero .flex-block .col-bc-6:nth-child(1) {
    margin-bottom: 0;
  }

  .landingP-hero .form_bcgrnd .flex-block {
    flex-direction: column;
  }

  .landingP-hero .flex-block .col-bc-6,
  .landingP-hero .flex-block .col-bc-12 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .landingP-hero .flex-block {
    flex-direction: column;
    align-items: center;
  }

  .landingP-hero .col-bc-7,
  .landingP-hero .col-bc-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .landingP-hero .col-bc-7 {
    text-align: center;
    margin-bottom: 220px;
  }
}

@media (max-width: 768px) {
  .text-center-mob {
    text-align: center;
  }

  .landingP-hero .col-bc-7 {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .page-block-mob-40 {
    padding: 40px 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .logo a {
    width: 300px !important;
    background-size: 230px auto !important;
  }
}

.ourServices-block h4 {
  font-size: 26px;
}

.lp-s-banner p {
  max-width: 700px;
}

@media (max-width: 1024px) {
  .lp-s-banner p {
    max-width: 100%;
  }
}

#discover .wpb_text_column h2 {
  font-size: 38px;
}

#map .vc_row.vc_inner .wpb_column h3 {
  font-size: 29px;
}

.form_bcgrnd.brio-cr {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .form_bcgrnd.brio-cr {
    margin-top: 50px;
  }
}

.brio-cr h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .brio-row h2 {
    font-size: 32px;
  }
}

.brio-cr h3,
.brio-cr p {
  margin-left: 5px;
}

.brio-cr p {
  line-height: 1.5;
}

.brio-cr input {
  color: #000;
  font-weight: 500;
}

.brio-cr input[type='submit'] {
  color: #fff;
}

.brio-cr textarea {
  resize: none;
  font-weight: 500;
}

.brio-cr input::-webkit-input-placeholder,
.brio-cr textarea::-webkit-input-placeholder {
  font-weight: 400;
}

.brio-cr input::-moz-placeholder,
.brio-cr textarea:-moz-placeholder {
  font-weight: 400;
}

.brio-cr input:-ms-input-placeholder,
.brio-cr textarea:-ms-input-placeholder {
  font-weight: 400;
}

.brio-cr input:-moz-placeholder,
.brio-cr textarea:-moz-placeholder {
  font-weight: 400;
}

.brio-cr .g-recaptcha {
  margin-left: 5px;
}

.video-iframe .wpb_video_widget {
  position: relative;
}

.video-iframe .wpb_video_widget .cover-link {
  position: absolute;
  background: url('../images/img-debc-app-video-cover.jpg') no-repeat 0 0 / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  cursor: pointer;
}

.single-blog ul li {
  list-style: initial;
}

.single-blog ul ul {
  margin-left: 30px;
}

.single-blog .post h5 {
  margin-bottom: 20px;
}

.single-blog .single-post-sidebar ul.sidebar-ctas li {
  list-style: none;
}

#tpbr_box {
  max-width: 1170px;
  padding: 10px 20px !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
}

#tpbr_box a {
  color: #fff;
  text-decoration: underline;
}

/* reseravation request form */
.registration-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh;
}

@media (max-width: 1199px) {
  .registration-r {
    flex-direction: column;
  }
}

.registration-r .col-bc-6 {
  flex: 50% 1;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.registration-r .col-bc-6:first-child {
  background: url('../images/img-wufoo-form-img.jpg') no-repeat top center / cover;
  color: #fff;
  padding: 0 15px;
  color: #fff;
  flex: 50% 1;
  background-position: top center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .registration-r .col-bc-6:first-child {
    max-height: 80px;
    min-height: 80px;
  }

  .img-large {
    display: none;
  }
}

@media (max-width: 1199px) {
  .registration-r .part-right {
    padding: 1rem;
    align-self: center;
  }
}

.registration-r .register-logo {
  padding: 3rem 0 0 8%;
}

@media (max-width: 576px) {
  .registration-r .register-logo {
    padding: 3rem 0 0 14%;
  }
}

.register-section {
  text-align: center;
  justify-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.register-section h1 {
  font-weight: 100;
  font-size: 41px;
  margin-top: 27px;
  margin-bottom: 0;
  text-transform: none;
}

@media (max-width: 575px) {
  .register-section h1 {
    display: none;
    font-size: 35px;
  }
}

.register-section p {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 575px) {
  .register-section p {
    display: none;
  }
}

.form-section {
  max-width: 610px;
  min-width: 610px;
}

@media (max-width: 575px) {
  .form-section {
    max-width: 100%;
    min-width: 100%;
  }
}

.form-section h2 {
  color: #000;
  font-weight: 100;
  font-size: 56px;
  margin-bottom: 0;
  margin-top: 37px;
  text-transform: none;
}

@media (max-width: 575px) {
  .form-section h2 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .form-section h2 {
    text-align: center;
  }
}

.form-section p {
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .form-section p {
    text-align: center;
  }
}

.form-section a {
  color: #4a4a4a;
}

.form-section a:hover,
.form-section a:focus {
  color: #862633;
}

.form-section a[href^='mailto:'] {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .form-section {
    padding: 64px 48px;
  }
}

.form-section form {
  margin-top: 30px;
}

.form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.mrg-b-5 {
  margin-bottom: 5px;
}

.mrg-b-15 {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .mrg-b-0 {
    margin-bottom: 0;
  }
}

.form-group .wrap-field {
  width: 50%;
  padding-right: 7px;
  box-sizing: border-box;
}

.form-group .wrap-field:nth-child(2n) {
  padding-right: 0;
}

@media (max-width: 575px) {
  .form-group .wrap-field {
    width: 100%;
    padding-right: 0;
  }
}

.form-group .form-control {
  width: 100%;
  height: 44px;
  padding: 6px 11px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-group select.form-control {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 575px) {
  .form-group .form-control {
    margin-bottom: 10px;
  }
}

.form-group .form-control::-webkit-input-placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.form-group .form-control::-moz-placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.form-group .form-control:-ms-input-placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.form-group .form-control:-moz-placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.form-section strong {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-section .checkbox input[type='checkbox'] {
  border-color: #d8d8d8 !important;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.form-section .checkbox label {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .form-section .checkbox label {
    font-size: 14px;
  }
}

.form-section .checkbox input[type='checkbox']:checked {
  color: #862633;
  background: none;
}

.hidden-fields {
  display: none;
}
.show-fields,
.show-fields-r {
  display: block;
}

.form-section textarea.form-control {
  height: 80px;
  resize: none;
  padding: 20px;
}

.form-section input[type='submit'] {
  background: #862633;
  color: #fff;
  border-color: #862633;
  font-weight: 400;
}

.form-section .parsley-custom-error-message,
.form-section .parsley-type,
.form-section .parsley-required {
  color: #862633;
  font-size: 14px;
}

.form-section .checkbox {
  position: relative;
}

@media (max-width: 767px) {
  .r-details .wrap-field:first-child {
    width: 100%;
  }
}

.form-group .hh-mm-ampm {
  display: flex;
  padding-right: 10px !important;
}

.hh-mm-ampm .col-bc-4 {
  margin-right: 5px;
}

@media (max-width: 1229px) {
  .hh-mm-ampm .col-bc-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.hh-mm-ampm .col-bc-4:last-child {
  margin-right: 0;
}

.form-group select.ampm_r {
  color: #000;
  font-weight: 600;
}

.input-tooltip {
  position: relative;
}

.input-tooltip .icon-question {
  position: absolute;
  right: 7px;
  top: 8px;
  cursor: pointer;
}

.part-tooltip {
  color: #7c7c7c;
  font-size: 14px;
  position: absolute;
  display: block;
  width: 600px;
  left: -380px;
  border: 1px solid #ccc;
  top: -35px;
  background: #fff;
  z-index: 1001;
}

@media (max-width: 768px) {
  .part-tooltip {
    width: 520px;
    left: -255px;
    top: -50px;
  }
}

@media (max-width: 576px) {
  .part-tooltip {
    width: 300px;
    left: 20px;
    top: -70px;
  }
}

.open-tooltip {
  display: block !important;
}

.tooltip-heading {
  min-width: 177px;
  min-height: 32px;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 16px 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}

.tooltip-heading .fa-times {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 14px;
  cursor: pointer;
}

.tooltip-desc {
  padding: 12px 16px;
  text-align: left;
  line-height: 1.3;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

.part-tooltip:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid #e8e8e8;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  margin-left: -13px;
  margin-top: -2px;
  transform: rotate(45deg);
}

.success-msg {
  color: #fff;
  background: #b4e0b8;
  padding: 10px;
  border: 2px solid #46b450;
  font-size: 15px;
}

.success-msg p {
  color: #46b450;
  margin-bottom: 0;
}

.parsley-errors-list#parsley-id-61 {
  margin-top: -10px;
}
.parsley-errors-list li {
  color: #992537;
}

/* ppc */
.page-template-ride .main-nav,
.page-template-ride .wrap-banner,
.page-template-ride .mobile-nav-bttn,
.page-template-ride #cookie_popup_co,
.page-template-ride #footer,
.page-template-ride .top-nav,
.page-template-ride #topbar_2 {
  display: none;
}

.page-id-3480 .main-nav,
.page-id-3480 .wrap-banner,
.page-id-3480 .mobile-nav-bttn,
.page-id-3480 #cookie_popup_co,
.page-id-3480 #footer,
.page-id-3480 .top-nav,
.page-id-3480 #topbar_2 {
  display: block;
}

.banner-covid,
.mob-banner-covid {
  background: #9a7b56;
  padding: 50px 20px;
}

@media (max-width: 1024px) {
  .banner-covid {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mob-banner-covid {
    padding: 30px 10px;
  }
}

.mob-banner-covid {
  display: none;
}

@media (max-width: 767px) {
  .banner-covid {
    display: none;
  }
  .mob-banner-covid {
    display: block;
  }
}

.banner-covid h3,
.mob-banner-covid h3 {
  position: relative;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 100;
  font-size: 48px;
}

@media (max-width: 767px) {
  .mob-banner-covid h3 {
    font-size: 21px;
    font-weight: 500;
  }
}

.banner-covid span,
.mob-banner-covid span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .banner-covid span {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .mob-banner-covid span {
    font-size: 12px;
  }
}

.banner-covid .btn,
.mob-banner-covid .btn {
  display: inline-block;
  padding: 14px 60px;
  position: relative;
  vertical-align: middle;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner-covid .btn:hover,
.mob-banner-covid .btn:hover,
.banner-covid .btn:focus,
.mob-banner-covid .btn:focus {
  background: #fff;
  color: #9a7b56;
}

@media (max-width: 1024px) {
  .banner-covid .btn {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .mob-banner-covid .btn {
    padding: 8px 25px;
    font-size: 12px;
    line-height: 1.2;
  }

  .banner-covid .col-bc-3,
  .mob-banner-covid .col-bc-3,
  .banner-covid .col-bc-9,
  .mob-banner-covid .col-bc-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mob-banner-covid span {
    margin-top: 10px;
  }
}

.align-right {
  text-align: right;
}

.banner-covid .flex-block {
  align-items: center;
}

@media (max-width: 767px) {
  .d-block {
    display: block;
  }
}

.woofo-text {
}

.woofo-text p {
  font-size: 17px;
  line-height: 1.6;
}

.registration-r .justify-center {
  justify-content: center;
}

.top-ppc {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.mob-ppc-logo {
  display: none;
}

@media (max-width: 1229px) {
  .top-ppc .container {
    max-width: 602px;
  }

  .top-ppc img {
    width: 100px;
  }
}

@media (max-width: 600px) {
  .top-ppc {
    display: none;
  }

  .mob-ppc-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.terms-cond ul {
  list-style: disc;
  padding-left: 30px;
}

@media (max-width: 600px) {
  .loggedin {
    z-index: 9999;
  }
}

#hide_row {
  display: none;
}
.members .col-bc-9 {
  padding: 0 30px 30px 40px;
}

.meet-our-leader .vc_col-sm-9 p {
  padding-left: 10px;
}

.members .col-bc-9 h3 {
  text-align: left;
}

@media (max-width: 1024px) {
  .members {
    flex-direction: row;
  }
  .members p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .members {
    flex-direction: column;
  }

  .members .col-bc-9,
  .members .col-bc-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .members img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .members p {
    text-align: center;
  }

  .members .col-bc-9 {
    padding: 0;
  }

  .members .col-bc-9 h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .meet-our-leader,
  .meet-our-leader .vc_col-sm-3 .wpb_single_image {
    text-align: center;
  }

  .meet-our-leader .vc_col-sm-3 p {
    margin-bottom: 30px;
  }
  .meet-our-leader img {
    display: block;
    margin: 0 auto;
  }
}

.form_bcgrnd {
  background: #e7ecee;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.cf7_c_name,
.cf7_c_name2,
.cf7_email,
.cf7_phone,
.cf7_name {
  padding-left: 10px;
  height: 35px;
  border: none;
  border-radius: 3px;
}

.wpcf7-form-control {
  width: 100%;
  margin-top: -15px;
}

.cf7_sbmt {
  padding: 10px;
  margin-top: 20px;
  background: #992537;
  color: #fff;
  border: none;
}

.g-recaptcha {
  margin-top: 0;
}

.bc-row-form .form_bcgrnd input[type='checkbox'] {
  vertical-align: middle;
}

.bc-row-form .form_bcgrnd .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 5px;
  font-size: 11px;
}

.cf7_offer,
.cf7_offer2 {
  font-size: 12px;
}

.single-blog-wrapper a {
  text-decoration: underline;
}

.hide-services {
  display: none;
}

.ourServices-block {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .ourServices-block {
    padding-left: 0;
  }

  .ourServices-block .vc_column_container > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .ourServices-block h4 {
    text-align: center;
  }
}

.event-d-m {
  position: relative;
  padding-top: 35px;
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .event-d-m::before {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .event-d-m .col-bc-7 {
    position: relative;
    z-index: 101;
  }
}

@media (max-width: 767px) {
  .event-d-m {
    padding-bottom: 0;
  }
}

.hero-bc.event-d-m h1 .primary-title {
  margin-top: 30px;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .hero-bc.event-d-m h1 .primary-title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .hero-bc.event-d-m h1 .primary-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero-bc.event-d-m h1 .primary-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .hero-bc.event-d-m h1 .primary-title {
    font-size: 29px;
  }
}

.bc-row-form .wpcf7-form .form-group-inline {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  .bc-row-form .wpcf7-form .form-group-inline {
    grid-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .bc-row-form .wpcf7-form input {
    margin-bottom: 10px;
  }
}

.bc-row-form .wpcf7-form .form-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.bc-row-form .form-group-inline,
.bc-row-form .form-group {
  margin-bottom: 10px;
}

.bc-row-form .wpcf7-form textarea {
  width: 100%;
  height: 120px;
  border: none;
  margin-top: 0;
  padding: 10px;
  resize: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.event-d-m .bc-row-form .wpcf7-form-control {
  margin-top: 0;
}

.event-d-m .bc-row-form .form-group.no-mrg {
  margin: 0;
}

.event-d-m .bc-row-form .wpcf7-form .recaptcha {
  display: none;
}

.event-d-m .bc-row-form .wpcf7-form input,
.event-d-m .bc-row-form .wpcf7-form textarea {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.event-d-m .bc-row-form .wpcf7-form input::-webkit-input-placeholder,
.event-d-m .bc-row-form .wpcf7-form textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.event-d-m .bc-row-form .wpcf7-form input::-moz-placeholder,
.event-d-m .bc-row-form .wpcf7-form textarea::-moz-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.event-d-m .bc-row-form .wpcf7-form input:-ms-input-placeholder,
.event-d-m .bc-row-form .wpcf7-form textarea:-ms-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.event-d-m .bc-row-form .wpcf7-form input:-moz-placeholder,
.event-d-m .bc-row-form .wpcf7-form textarea:-moz-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.event-d-m .bc-row-form .wpcf7-form input[type='submit'] {
  color: #fff;
  font-weight: 400;
}

.event-d-m .bc-row-form .pp-block {
  margin-top: 0;
  font-size: 11px;
  line-height: 1.2;
}

.event-d-m .bc-row-form .submit {
  height: 63px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .event-d-m .bc-row-form {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero-bc.event-d-m .flex-block .col-bc-6,
  .hero-bc.event-d-m .flex-block .col-bc-6:nth-child(1) {
    margin-bottom: 15px;
  }
}

.event-d-m .bc-row-form {
  margin-bottom: -195px;
}

@media (max-width: 991px) {
  .event-d-m .bc-row-form {
    margin-bottom: 0;
  }
}

.event-d-m .bc-row-form .form_bcgrnd h3 {
  font-weight: 400;
  line-height: 1;
  font-size: 31px;
}

@media (max-width: 767px) {
  .event-d-m .bc-row-form .form_bcgrnd h3 {
    font-size: 24px;
  }
}

.event-d-m .form_bcgrnd {
  padding-top: 75px;
  padding-bottom: 65px;
  top: 60px;
}

@media (max-width: 991px) {
  .event-d-m .form_bcgrnd {
    top: 0;
    text-align: center;
  }
}

.event-d-m .bc-row-form .form_bcgrnd p:first-of-type,
.event-d-m .bc-row-form .form_bcgrnd h3 {
  padding-left: 0;
}

/*.event-d-m .bc-row-form .wpcf7-list-item input[type='checkbox'] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.event-d-m .bc-row-form .wpcf7-list-item input[type='checkbox'] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  width: 17px;
  height: 17px;
  top: 0px;
  left: 0px;
  border: 1px solid #bfbdc0;
}

.event-d-m .bc-row-form .wpcf7-list-item input[type='checkbox'] + span:after {
  display: block;
  position: absolute;
  content: '';
  background: url('../images/10-icon-checkmark-mini-orange.png')
    no-repeat;
  width: 17px;
  height: 17px;
  top: 3px;
  left: 3px;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.event-d-m
  .bc-row-form
  .wpcf7-list-item
  input[type='checkbox']:checked
  + span:after {
  visibility: visible;
}*/

@media (max-width: 1229px) {
  .event-d-m .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .intro .col-bc-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .event-d-m .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-d-m .col-bc-5,
  .event-d-m .col-bc-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .intro .col-bc-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.event-d-m img {
  width: 220px;
}

@media (max-width: 991px) {
  .event-d-m img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .event-d-m img {
    width: 180px;
  }
}

.pp-block {
  margin-top: -35px;
}

@media (max-width: 1229px) {
  .hero-bc.event-d-m .flex-block .col-bc-6 {
    margin-bottom: 0;
  }
}

.intro {
  padding: 60px 0;
}

services {
	margin-top:50px
}

@media (max-width: 991px) {
  .intro {
    padding-bottom: 30px;
    text-align: center;
  }
}

.intro h2 {
  margin-bottom: 10px;
  line-height: 1;
  text-transform: none;
}

.intro p {
  margin-bottom: 0;
  line-height: 1.3;
}

.intro span {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
}

.services .flex-block .col-bc-6,
.services .flex-block .col-bc-4 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .services .flex-block .col-bc-6,
  .services .flex-block .col-bc-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services .flex-block .col-bc-6,
  .services .flex-block .col-bc-4 {
    margin-bottom: 0px;
  }
}

@media (max-width: 1229px) {
  .services .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services .col-bc-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .services .col-bc-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 991px) {
  .services .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services .col-bc-4,
  .services .col-bc-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.services .col-bc-6 .part-service,
.services .col-bc-4 .part-service {
  padding: 50px 25px 30px 0px;
  border-right: 1px solid #ccc;
  height: 100%;
}

.services .service-icon {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .services .col-bc-6 .part-service,
  .services .col-bc-4 .part-service {
    border-right: none;
    text-align: center;
    padding: 25px;
  }

  .services .service-icon {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .services .col-bc-6 .part-service,
  .services .col-bc-4 .part-service {
    padding: 18px;
  }
}

.services .col-bc-6:last-child .part-service,
.services .col-bc-4:last-child .part-service {
    border-right: none;
	padding-left: 25px;
}

.services .col-bc-4:nth-child(2) .part-service {
	padding-left: 25px;
}

.services .col-bc-6:first .part-service {
  padding-left: 0;
}

@media (max-width: 991px) {
  .services .service-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.services .service-icon img {
  width: 55px;
  margin-bottom: -8px;
}

@media (max-width: 991px) {
  .services .service-icon img {
    margin-bottom: 0;
  }
}

.services .service-icon h3 {
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
}

@media (max-width: 991px) {
  .services .service-icon h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.services .service-content p {
  line-height: 1.3;
  font-size: 15px;
}

.services .service-content .read-more {
  color: #8c2232;
  text-decoration: none;
}

.part-gallery {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 576px) {
  .part-gallery {
    padding-bottom: 30px;
  }
}

.black-boxes {
  padding-bottom: 60px;
  padding-top: 30px;
}

.black-boxes .col-bc-4 {
  margin-right: 15px;
}

@media (max-width: 1229px) {
  .black-boxes .col-bc-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .black-boxes .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .black-boxes .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .black-boxes .col-bc-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.black-boxes .col-bc-4:last-of-type {
  margin-right: 0;
}

.black-boxes .col-bc-4 .item-block {
  min-height: 410px;
  background: #000;
  color: #fff;
  padding: 90px 25px 30px 25px;
  text-align: center;
}

@media (max-width: 1024px) {
  .black-boxes .col-bc-4 {
    margin-right: 0;
  }

  .black-boxes .col-bc-4 .item-block {
    min-height: 480px;
    margin-right: 15px;
  }

  .black-boxes .col-bc-4:last-child .item-block {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .black-boxes .col-bc-4 .item-block {
    margin-right: 0;
    margin-bottom: 15px;
    min-height: auto;
  }
}

.item-block h4 {
  max-width: 250px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 1.2;
}

.item-block h4::after {
  content: '';
  position: absolute;
  background: #9a7b56;
  width: 100px;
  height: 2px;
  left: 50%;
  top: 65px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.item-block p {
  line-height: 1.4;
}

.banner-cta {
  background: url('../img/streets.jpg') no-repeat center
    center / cover !important;
}

.banner-cta {
  padding: 100px 50px;
  text-align: center;
}

.banner-cta h2 {
  font-size: 45px;
  color: #997b58;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 1199px) {
  .banner-cta h2 {
    max-width: 750px;
    margin: 0 auto;
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .banner-cta .wpb_wrapper {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .banner-cta h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.banner-cta h4 {
  margin-bottom: 20px;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 767px) {
  .banner-cta h4 {
    font-size: 16px;
  }
}

.banner-cta .v-btn {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .banner-cta .v-btn {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.gallery-container {
  width: 1150px;
}

@media (max-width: 1199px) {
  .gallery-container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .gallery-container {
    width: 576px;
  }
}

@media (max-width: 576px) {
  .gallery-container {
    width: 300px;
  }
}

.gallery-controls {
  margin: 65px 0 0 0;
}

.gallery-nav {
  bottom: -50px;
}

.gallery-controls button {
  background: none;
  text-indent: -9999px;
}

.gallery-controls-previous::before,
.gallery-controls-next::before {
  width: 20px;
  height: 20px;
}

.gallery-controls-previous::before {
  left: -175px;
  top: -40px;
}

.gallery-controls-next::before {
  width: 20px;
  height: 20px;
  right: -170px;
  top: -24px;
}

.gallery-item.gallery-item-selected {
  width: 400px;
  height: 400px;
}

@media (max-width: 768px) {
  .gallery-item.gallery-item-selected {
    width: 300px;
    height: 300px;
  }
}

.gallery-item.gallery-item-next,
.gallery-item.gallery-item-previous {
  width: 300px;
  height: 300px;
}

@media (max-width: 768px) {
  .gallery-item.gallery-item-next,
  .gallery-item.gallery-item-previous {
    width: 200px;
    height: 200px;
  }
}

.gallery-item.gallery-item-first,
.gallery-item.gallery-item-last {
  width: 200px;
  height: 200px;
}

@media (max-width: 768px) {
  .gallery-item.gallery-item-first,
  .gallery-item.gallery-item-last {
    width: 150px;
    height: 150px;
  }
}

.flipster__nav__link,
.flipster__nav {
  display: none;
}

.flipster__item img {
  width: 400px;
  height: 400px;
}


.btn-inline {display:inline-block;}

.row-center {text-align:center;}

#topbar_2 .col-xs-6.loggedin {
	z-index:998;
}

/*.flipster--flat .flipster__item--past .flipster__item__content {
	-webkit-transform: scale(.55);
    -ms-transform: scale(.55);
    transform: scale(.55);
}

.flipster--flat .flipster__item--future .flipster__item__content {
	-webkit-transform: scale(.65);
    -ms-transform: scale(.65);
    transform: scale(.65);
}

.flipster__item img {
	max-width: 85%;
}
*/
#google_translate_element {
  width: auto;
  float: right;
  margin-left: 10px;
}
select.goog-te-combo {
  margin-top: 0 !important;
}
.skiptranslate.goog-te-gadget {
  font-size: 9px !important;
}
.skiptranslate.goog-te-gadget > span img {
  width: 40px;
  display: inline-block;
}
.skiptranslate.goog-te-gadget > span a {
  font-size: 9px !important;
}
#google_translate_element > .goog-te-gadget > .goog-te-gadget-simple > span {
  font-size: 11px;
}