body {
    font-size: 20px;
    color: #4d4d4d;
    font-family: "Open Sans", sans-serif;
}
p {
    line-height: 1.8;
    margin: 22px 0;
}
p a {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

h1 {}
h2.title {font-size:2.6rem; color: #162C44;margin-bottom: 22px;font-weight: 800;}
a {
    color: #212529;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    color: #0085a1;
}
blockquote {
    font-style: italic;
    color: #868e96;
}
.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
}
.overlay {
    position: relative; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,68,143,0.7); /* Black background with opacity */
    cursor: pointer; /* Add a pointer on hover */    
}
.caption {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
::-moz-selection {
    color: #fff;
    background: #0085a1;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #0085a1;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background: transparent;
}
img::-moz-selection {
    color: #fff;
    background: transparent;
}
.mb-4, .my-4 {
    margin-bottom: 2.5rem !important;
}
#mainNav {
    position: absolute;
    border-bottom: 1px solid #e9ecef;
    background-color: white;
    font-family: "Open Sans", sans-serif;
    padding-top: 0;
}
#mainNav .navbar-brand {
    font-weight: 800;
    color: #343a40;
    background: #fff;
    padding: 22px 38px 28px 38px !important;
}
#mainNav .navbar-brand img {width: 90px;}
#mainNav .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    color: #343a40;
}
#mainNav .navbar-nav > li.nav-item > a {
    font-size: 18px;
    font-weight: 600;
}
#mainNav .dropdown-toggle:after {color: #f6ef00;margin-left: 0.655em;font-size: 18px;}
#mainNav .dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {background:#232323;border-radius: 0;}
#mainNav .dropdown-item {color: #fff;font-weight: 600;padding: .50rem 1.5rem;}
#mainNav .dropdown-item:hover {background: none;color:#00ADF1;}
#mainNav .dropdown-item i {color: #00ADF1;padding-right: 6px;}

@media only screen and (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: transparent;
    }
    #mainNav .navbar-brand {
        padding: 10px 20px;
        color: #fff;
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    #mainNav .navbar-nav > li.nav-item > a {
        padding: 10px 20px;
        color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a:focus,
    #mainNav .navbar-nav > li.nav-item > a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
}
@media only screen and (min-width: 992px) {
    #mainNav {
        /*-webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;*/
    }
    #mainNav.is-fixed, #mainNav.is-visible {
        position: fixed;
        background: #fff;
        padding-top: 14px;
        padding-bottom: 14px;
        -moz-box-shadow:    0px 0px 22px 0px #152D47;
        -webkit-box-shadow: 0px 0px 22px 0px #152D47;
        box-shadow:         0px 0px 22px 0px #152D47;
    }
    #mainNav.is-fixed .navbar-brand {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-brand:focus,
    #mainNav.is-fixed .navbar-brand:hover {
        color: #0085a1;
    }

    #mainNav.is-fixed .navbar-collapse, #mainNav.is-visible .navbar-collapse {margin-top: 0 !important;}
    #mainNav.is-fixed .navbar-nav > li.nav-item > a, #mainNav.is-visible .navbar-nav > li.nav-item > a {
        color: #00448f;
        font-size: 14px;
        font-weight: 800;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus,
    #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
        color: #00AEEF;
    }
    #mainNav.is-visible .navbar-brand, #mainNav.is-fixed .navbar-brand {box-shadow: none !important;padding: 0 !important;}
    #mainNav.is-visible .navbar-brand img, #mainNav.is-fixed .navbar-brand img {width: 40px;}
    #mainNav.is-fixed .btn {display: none;}
}


header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #053d7d;
    opacity: 0.8;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white;
}
header.masthead .icon {font-size: 60px;color:#053d7d;padding:36px;}
@media only screen and (min-width: 768px) {
    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        padding: 200px 0;
    }
}
header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: "Open Sans", sans-serif;
}
header.masthead .main-icon {}
@media only screen and (min-width: 768px) {
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 60px;
    }
}
header.masthead .post-heading h1 {
    font-size: 35px;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block;
}
header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: "Open Sans", sans-serif;
}
header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
}
header.masthead .post-heading .meta a {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 {
        font-size: 55px;
    }
    header.masthead .post-heading .subheading {
        font-size: 30px;
    }
}
.post-preview > a {
    color: #212529;
}
.post-preview > a:focus,
.post-preview > a:hover {
    text-decoration: none;
    color: #0085a1;
}
.post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px;
}
.post-preview > .post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
}
.post-preview > .post-meta > a {
    text-decoration: none;
    color: #212529;
}
.post-preview > .post-meta > a:focus,
.post-preview > .post-meta > a:hover {
    text-decoration: underline;
    color: #0085a1;
}
@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        font-size: 36px;
    }
}
.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
    color: #868e96;
    font-family: "Open Sans", sans-serif;
}
.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
.floating-label-form-group .help-block {
    margin: 15px 0;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #0085a1;
}
form .form-group:first-child .floating-label-form-group {
    border-top: 1px solid #dee2e6;
}
footer {
    padding-top: 50px;
}
footer h3 {margin-bottom: 30px;}
footer ul li {margin-bottom: 8px;}
footer ul li, footer ul li a {color:#05AFFA;font-size: 14px;}
footer .list-inline {
    margin: 0;
    padding: 0;
}
footer .copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
footer .copyright p {margin: 22px 0;}
footer .copyright a {color: #EE6807;text-decoration: none;}
footer .social span {width: 4em;height: 4em;line-height: 4em;}
footer .social span i.circle {font-size: 4em;}
footer .fa-inverse {color: #004188;}
.btn {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 25px;
    letter-spacing: 1px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
}
.btn-primary {
    background-color: #f6ef00;
    border-color: #f6ef00;
    color: #053d7d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #053d7d !important;
    border-color: #053d7d !important;
}
.btn-secondary {
    background-color: #00ADF1 !important;
    border-color: #00ADF1 !important;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: #053d7d !important;
    border-color: #053d7d !important;
}

.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}

::-moz-selection { /* Code for Firefox */
	color: #053d7d;
	background: #f6ef00;
}

::selection {
	color: #053d7d;
	background: #f6ef00;
}
.form-control {
	font-family: "Open Sans", sans-serif;
	position: relative;
}

.breadcrumb {background: transparent;}
.breadcrumb-item + .breadcrumb-item:before {
    font: normal normal normal 18px/1 FontAwesome;content:"\f105";
    content: "\f105";
    padding-top: 8px;
    font-weight: bold;
}

.text-primary {color: #f6ef00 !important;}
.text-secondary {color: #00ADF1 !important;}
.text-tertiary {color: #004485;}
.bg-primary {background: #f6ef00 !important;}
.bg-secondary {background: #00ADF1 !important;}
.bg-tertiary {background: #004485;}
.bg-dark {background: #232323;}
.bg-darker {background: #161616;}

/**
 * Form
 */
.input-group i.fa {color:#053d7d; font-size: 26px;}
.input-group > .input-group-prepend > .input-group-text {padding-right: 30px !important;}
.bootstrap-select.form-control {background: #f5f5f5 !important;}
.bootstrap-select .dropdown-toggle .filter-option {font-weight: normal;color: #4d4d4d;}
.bootstrap-select > .dropdown-toggle:after {
	color: #00ADF1 !important;
}
.bootstrap-select {padding: 0 !important;}
.input-group-text {background: #f5f5f5; border:none;}
.bootstrap-select > .dropdown-toggle {background: #fff;border: 2px solid #ddd;}
@-moz-document url-prefix() {
	input[type="date"] {padding: 14px 28px 34px 28px !important;}
}
/**
 * Booking form
 */
.booking-block .site-heading {padding-top: 0 !important;}
.booking-form-container {
	padding-top: 250px;
	padding-bottom: 40px;
}
.booking-form {
	padding: 40px;
	background: #F5F5F5;
	border-radius: 10px;	
	text-align: left;
	padding-left: 26px;
	padding-right: 46px;
}
.booking-form .form-control {
	padding: 24px 28px;
	border-radius: 25px !important;
}

/**
 * slideshow carousel
 */
.sliding-banner-block .overlay {z-index: 1;}
.sliding-banner-block .carousel {
    margin-bottom: 4rem;
}
.sliding-banner-block .carousel-control-next, .sliding-banner-block .carousel-control-prev {opacity: 1;}
.sliding-banner-block .carousel-control-prev-circle, .sliding-banner-block .carousel-control-next-circle {
    border: 2px solid #f6ef00;
    border-radius: 30px;
    padding: 12px 18px;
}
/* Since positioning the image, we need to help out the caption */
.sliding-banner-block .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.sliding-banner-block .carousel-item {
    height: 32rem;
}
.sliding-banner-block .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.sliding-banner-block .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.sliding-banner-block .marketing h2 {
    font-weight: 400;f
    font-size: 14px;
}
.sliding-banner-block .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */
.sliding-banner-block .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.sliding-banner-block .featurette-heading {
    line-height: 1;
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .sliding-banner-block .carousel-item {padding-top: 200px;}
    .sliding-banner-block .carousel-caption h2 {font-size: 50px;}
    .sliding-banner-block .carousel-caption p {
        margin-bottom: 1.25rem;
        font-weight: 800;
        font-size: 1.10rem;
        line-height: 1.8;
    }

    .sliding-banner-block .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .sliding-banner-block .featurette-heading {
        margin-top: 7rem;
    }
}

/**
 * Banner block
 */
header.banner-block .page-heading,
header.banner-block .post-heading,
header.banner-block .site-heading {
    padding: 200px 0 150px !important;
    color: white;
}
header.banner-block .page-heading h1,
header.banner-block .post-heading h1,
header.banner-block .site-heading h1{
    display: inline;
}
@media only screen and (min-width: 768px) {
    header.banner-block .page-heading,
    header.banner-block .post-heading,
    header.banner-block .site-heading {
        padding-top: 190px !important;
        padding-bottom: 60px !important;
    }
}

/**
 * Inline booking search
 */
form.form-search {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 14px;    
}
form.form-search .form-control {border-radius: 25px !important;margin-right: 24px;}
form.form-search input[type="date"]::before{
   color: #ffffff;
   content: attr(placeholder) ": ";
}
form.form-search input[type="date"]:focus::before {
   content: "" !important;
}

/**
 * Spacing
 */
.mt-5 {margin-top: 4em !important;}
.mb-5 {margin-bottom: 4em !important;}
.ml-5 {margin-left: 4em !important;}
.mr-5 {margin-right: 4em !important;}

/**
 * Event Listing
 */
.event-listing-results .card {border-radius: 12px;}
.event-listing-results .card img {height: 100%;border-radius: 10px 0 0 10px;}
.event-listing-results .card .card-body .schedule-date {position: absolute; top: 16px; right: 32px;border-radius: 10px;padding: 4px 38px;}
.event-listing-results .card .schedule-date .day, .event-listing-results .schedule-date .month,  .event-listing-results .schedule-hour .hour{display: block;}
.event-listing-results .card .schedule-date .date {display: block;font-size: 42px;}
.event-listing-results .card .schedule-hour {position: absolute; top: 160px; right: 32px;border-radius: 10px;padding: 4px 32px;}

/**
 * Event details
 */
.event-details header.masthead h1 {font-size: 44px;}

.nav-pills .nav-link {
    color: #00448f;
    background-color: #fff;
    border: 3px solid #00448f;
    border-radius: 40px;
    margin: 0 12px;
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #00448F;
    background-color: #F4F4F4;    
}

/**
 * CTA Block
 */
.cta-block {}

/**
 * Main banner carousel block
 */
.main-banner-carousel.owl-carousel {
  height: 100%; }
  .main-banner-carousel.owl-carousel .owl-stage-outer, .main-banner-carousel.owl-carousel .owl-stage, .main-banner-carousel.owl-carousel .owl-item {
    height: 100%; }
.main-banner {
  height: 600px; }
  @media screen and (min-width: 768px) {
    .main-banner {
      height: 700px; } }
  @media screen and (min-width: 1024px) {
    .main-banner {
      height: 650px; } }
  @media screen and (min-width: 1140px) {
    .main-banner {
      height: 800px; } }
  @media screen and (min-width: 1650px) {
    .main-banner {
      height: 850px; } }
  .main-banner .main-banner-carousel .item {
    background-color: #373737;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-bottom: 50px; }
    .main-banner .main-banner-carousel .item .overlay {
      background: rgba(0, 68, 143, 0.9);
      width: 100%;
      height: 100%;
      float: left;
      position: relative; }
      .main-banner .main-banner-carousel .item .overlay .text-area {
        text-align: center;
        position: relative;
        top: 200px; }
        @media screen and (min-width: 768px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 300px;
            padding: 0 10%; } }
        @media screen and (min-width: 1140px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 350px;
            padding: 0 15%; } }
        @media screen and (min-width: 1650px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 400px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area .title {
          letter-spacing: 1px;
          font-size: 32px;
          line-height: 38.4px;
          color: #fff; }
          @media screen and (min-width: 768px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 40px;
              line-height: 48px; } }
          @media screen and (min-width: 1024px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 50px;
              line-height: 60px; } }
          @media screen and (min-width: 1140px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 58px;
              line-height: 69.6px; } }
          @media screen and (min-width: 1650px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 60px;
              line-height: 72px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area p {
          font-size: 18px;
          line-height: 29.124px;
          color: #fff;
          margin-bottom: 30px; }
          @media screen and (min-width: 1650px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              font-size: 22px;
              line-height: 35.596px; } }
          @media screen and (min-width: 768px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              margin-bottom: 50px; } }
          @media screen and (min-width: 1140px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              margin-bottom: 100px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area .btn {
          float: unset; }
  .main-banner .main-banner-carousel .owl-nav {
    bottom: 5%; position: absolute; width: 100%;}
    .main-banner .main-banner-carousel .owl-nav .owl-next, .main-banner .main-banner-carousel .owl-nav .owl-prev {color: #F6EF00;border: 1px solid #F6EF00;}
    .main-banner .main-banner-carousel .owl-nav .owl-next {float: right;margin-right: 10%;}
    .main-banner .main-banner-carousel .owl-nav .owl-prev {float: left;margin-left: 10%;}
    @media screen and (min-width: 1140px) {
      .main-banner .main-banner-carousel .owl-nav {
        bottom: 5%; } }
    .main-banner .main-banner-carousel .owl-nav div i {
      font-size: 50px; }
    .main-banner .main-banner-carousel .owl-nav .owl-prev {
      left: 2%; }
      @media screen and (min-width: 1024px) {
        .main-banner .main-banner-carousel .owl-nav .owl-prev {
          left: 3%; } }
      @media screen and (min-width: 1650px) {
        .main-banner .main-banner-carousel .owl-nav .owl-prev {
          left: 6%; } }
    .main-banner .main-banner-carousel .owl-nav .owl-next {
      right: 2%; }
      @media screen and (min-width: 1024px) {
        .main-banner .main-banner-carousel .owl-nav .owl-next {
          right: 3%; } }
      @media screen and (min-width: 1650px) {
        .main-banner .main-banner-carousel .owl-nav .owl-next {
          right: 6%; } }

/**
 * Logo slider
 */
.owl-theme .owl-nav {margin-top: 26px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #014690;
    border: none;
    padding: 12px 18px !important;
    border-radius: 50px;
    border: 2px solid #014690;    
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {background: #014690;}
.owl-theme .owl-nav [class*="owl-"] {margin:14px;}

/**
 * Google map
 */
.map {
  position: relative;
  float: left;
  width: 100%;
  height: 750px;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .map {
      margin: 40px 0; } }
  .map .text-area-container {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .map .text-area-container {
        right: 0;
        left: 40px;
        margin: 0;
        width: 60%; } }
    @media screen and (min-width: 1024px) {
      .map .text-area-container {
        width: 50%; } }
    @media screen and (min-width: 1140px) {
      .map .text-area-container {
        top: 80px;
        left: 80px;
        width: 620px; } }
    @media screen and (min-width: 1550px) {
      .map .text-area-container {
        width: 660px; } }
    .map .text-area-container .text-area {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      position: relative;
      background: #00448F;
      padding: 30px;
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        .map .text-area-container .text-area {
          padding: 40px;
          padding-right: 80px;
          width: calc(100% - 50px); } }
      @media screen and (min-width: 1024px) {
        .map .text-area-container .text-area {
          padding-right: 100px;
          width: calc(100% - 65px); } }
      @media screen and (min-width: 1140px) {
        .map .text-area-container .text-area {
          padding: 60px;
          padding-right: 100px; } }
      @media screen and (min-width: 1550px) {
        .map .text-area-container .text-area {
          padding-right: 130px;
          width: calc(100% - 90px); } }
      .map .text-area-container .text-area > ul {
        margin: 20px 0;
        width: 100%;
        float: left; }
        .map .text-area-container .text-area > ul li {
          position: relative;
          padding-left: 30px;
          font-size: 12px;
          line-height: 22.652px;
          color: #212121;
          margin-bottom: 20px;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .map .text-area-container .text-area > ul li {
              font-size: 14px;
              line-height: 25.888px; } }
          @media screen and (min-width: 1140px) {
            .map .text-area-container .text-area > ul li {
              font-size: 16px;
              line-height: 29.124px; } }
          .map .text-area-container .text-area > ul li:before {
            content: "\f061";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #f76906;
            position: absolute;
            top: 0;
            left: 0; }
          .map .text-area-container .text-area > ul li a {
            font-weight: 800; }
      .map .text-area-container .text-area .icon {
        position: absolute;
        z-index: 1;
        opacity: .3;
        background: #fff;
        width: 100px;
        height: 100px;
        right: 30px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        @media screen and (min-width: 768px) {
          .map .text-area-container .text-area .icon {
            opacity: 1;
            right: -50px; } }
        @media screen and (min-width: 1024px) {
          .map .text-area-container .text-area .icon {
            width: 130px;
            height: 130px;
            right: -65px; } }
        @media screen and (min-width: 1550px) {
          .map .text-area-container .text-area .icon {
            width: 180px;
            height: 180px;
            right: -90px; } }
        .map .text-area-container .text-area .icon i {
          text-align: center;
          color: #f76906;
          width: 100%;
          font-size: 32px;
          padding: 33px 0; }
          @media screen and (min-width: 1024px) {
            .map .text-area-container .text-area .icon i {
              font-size: 44px;
              padding: 42px 0; } }
          @media screen and (min-width: 1550px) {
            .map .text-area-container .text-area .icon i {
              font-size: 58px;
              padding: 60px 0; } }
      .map .text-area-container .text-area .title {
        position: relative;
        z-index: 2;
        font-size: 36px;
        line-height: 45.6px;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .map .text-area-container .text-area .title {
            font-size: 32px;
            line-height: 52.8px; } }
        @media screen and (min-width: 1024px) {
          .map .text-area-container .text-area .title {
            font-size: 38px;
            line-height: 60px; } }
        @media screen and (min-width: 1140px) {
          .map .text-area-container .text-area .title {
            font-size: 42px;
            line-height: 64.8px; } }
        @media screen and (min-width: 1550px) {
          .map .text-area-container .text-area .title {
            font-size: 48px;
            line-height: 72px; } }
      .map .text-area-container .text-area a {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 26px;
        line-height: 21.6px;
        color: #F8F002;
        margin: 20px 0; 
        margin-bottom: 32px;}
        @media screen and (min-width: 768px) {
          .map .text-area-container .text-area a {
            font-size: 18px;
            line-height: 24px; } }
        @media screen and (min-width: 1140px) {
          .map .text-area-container .text-area a {
            font-size: 26px;
            line-height: 26.4px; } }
        @media screen and (min-width: 1550px) {
          .map .text-area-container .text-area a {
            font-size: 22px;
            line-height: 28.8px; } }
        .map .text-area-container .text-area a:hover {
          color: #f76906; }
        .map .text-area-container .text-area a i {color: #00ADF2;margin-right: 26px;font-size:30px;}
      .map .text-area-container .text-area .address {
        float: left;
        font-size: 26px;
        font-family: 'Raleway', sans-serif;
        color: #F8F002;
        font-weight: 800;
        width: 100%; }
        .map .text-area-container .text-area .address i, .map .text-area-container .text-area .address .address-line {
          float: left; }
        .map .text-area-container .text-area .address i {
          font-size: 16px;
          line-height: 21.6px;
          color: #00adf2;
          margin-right: 28px; }
          @media screen and (min-width: 768px) {
            .map .text-area-container .text-area .address i {
              font-size: 18px;
              line-height: 24px; } }
          @media screen and (min-width: 1140px) {
            .map .text-area-container .text-area .address i {
              font-size: 30px;
              line-height: 26.4px; } }
          @media screen and (min-width: 1550px) {
            .map .text-area-container .text-area .address i {
              font-size: 22px;
              line-height: 28.8px; } }
        .map .text-area-container .text-area .address .address-line p {
          font-family: "Gentona Extra Bold", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
          font-size: 16px;
          line-height: 21.6px;
          color: #fff;
          clear: right;
          margin-bottom: 5px; }
          @media screen and (min-width: 768px) {
            .map .text-area-container .text-area .address .address-line p {
              font-size: 18px;
              line-height: 24px; } }
          @media screen and (min-width: 1140px) {
            .map .text-area-container .text-area .address .address-line p {
              font-size: 20px;
              line-height: 26.4px; } }
          @media screen and (min-width: 1550px) {
            .map .text-area-container .text-area .address .address-line p {
              font-size: 22px;
              line-height: 28.8px; } }
  .map iframe {
    width: 100%;
    height: 100%; }


form.userform .form-group {margin-bottom:32px;}
form.userform input, form.userform textarea {
    padding: 14px 24px;
    font-size: 18px;
    color: #132940;
    border: 2px solid #CDCDCD;
    border-radius: 28px;
    width: 100%;    
}
form.userform .dropdown {width: 100% !important;}

/**
 * Member profiles
 */
.member-profiles .content {
    padding: 40px;
    background: #F5F5F5;
    border-radius: 10px;
    padding-left: 26px;
    padding-right: 46px;
    text-align: left;
}

.member-profiles input[type="text"], 
.member-profiles input[type="email"], input[type="password"], 
.member-profiles input[type="text"]{
border: 2px solid #ddd;
border-radius: 30px !important;
padding: 26px;    
}

.member-profiles #Password_Password_Holder {
    width: 43%;
    margin-right: 20px;    
}

.member-profiles a {font-size: 16px;}

.member-profiles #Password_ConfirmPassword_Holder {
    width: 43%;
}

#MemberLoginForm_LoginForm #ForgotPassword a, #MemberLoginForm_LoginForm_Remember_Holder label {font-size: 16px;}

/**
 * Checkout 
 */
form.checkout-form input[type="text"], form.checkout-form input[type="email"]{
padding: 28px;
border-radius: 28px;
}
form.checkout-form input[type="radio"]:checked ~ label.vehicle-icon {background: #00448F !important;}
form.checkout-form input[type="radio"]:checked ~ label.vehicle-icon i {color: #f6ef00 !important;}