/* ----------------------------------------------
:: Template Name: Dorne - Directory & Listing Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-23-2017
---------------------------------------------- */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');

/* Import CSS */

@import 'bootstrap/bootstrap.min.css';
@import 'others/animate.css';
@import 'others/magnific-popup.css';
@import 'others/owl.carousel.min.css';
@import 'others/font-awesome.min.css';
@import 'others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

#preloader {
    overflow: hidden;
    background-color: rgba(250, 105, 0, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dorne-load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
            animation: 4000ms linear 0s normal none infinite running dorneload;
}

@-webkit-keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #373a36;
    line-height: 1.3;
}

p {
    color: #848484;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 600;
}

a {
    color: #fa6900;
}

a:hover {
    color: #69d2e7;
}

li {
    list-style: none;
}

.height-500 {
    height: 500px!important;
}

.height-600 {
    height: 600px!important;
}

.height-700 {
    height: 700px!important;
}

.height-800 {
    height: 800px!important;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.dorne-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dorne-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.section-heading span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto 15px;
    display: block;
}

.section-heading h4 {
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading p {
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.section-heading.dark span {
    background-color: #fa6900;
}

.section-heading.dark span.spn-left {
    margin: 0 0 15px;
}

.section-heading.dark h4 {
    color: #373a36;
}

.section-heading.dark p {
    color: #848484;
}

#scrollUp {
    bottom: 70px;
    font-size: 18px;
    right: 0;
    width: 40px;
    background-color: #fa6900;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 0;
    font-size: 36px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-6:after,
.bg-overlay-9:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(62, 26, 0, 0.1);
    z-index: -1;
}

.bg-overlay-6:after {
    background-color: rgba(62, 26, 0, 0.65);
}

.bg-overlay-9:after {
    background-color: rgba(62, 26, 0, 0.3);
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-default {
    background-color: #defeff;
}

.dorne-btn {
    cursor: pointer;
    min-width: 180px;
    height: 52px;
    background-color: #fa6900;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.dorne-btn:hover,
.dorne-btn:focus {
    color: #3e1a00;
    background-color: #92f7fe;
    font-weight: 600;
}

.btn-secondary {
    cursor: pointer;
    min-width: 180px;
    height: 52px;
    background-color: #92f7fe;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #3e1a00;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #fa6900;
    font-weight: 600;
}

.dorne-btn-link {
    color: #fa6900;
    font-weight: 600;
    text-decoration: underline;
}

.cta-more {
    color: #fa6900;
    font-weight: 600;
    font-size: 0.875rem;
}
.cta-more:hover {
    color: #fa6900;
    text-decoration: underline;
}

.cta-more:hover .fa {
    animation: pointing 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

/* Prefix Support */
.cta-more:hover .fa {
    -webkit-animation-name: pointing;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
}

.badge-secondary {
    color: #fff;
    background-color: #3e1a00;
}

/* Animation */

/* Left Pointing */
@keyframes pointing {
    from { transform: translate3d(0, 0, 0);     }
    to   { transform: translate3d(5px, 0, 0); }
}

/* Prefix Support */
@-webkit-keyframes pointing {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to   { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
}

/* Pointing Up */
@keyframes pointingup {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 5px, 0); }
}

@-webkit-keyframes pointingup {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to   { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
}


/* Search Area CSS */

.dorne-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 120px;
    background-color: #f38630;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .dorne-search-form {
    top: 0;
}

.sticky .dorne-search-form {
    height: 80px;
}

.dorne-search-form form {
    position: relative;
    z-index: 1;
}

.dorne-search-form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-color: transparent;
    height: 50px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.dorne-search-form form input::placeholder {
	color: #fff;
}

.dorne-search-form form input:focus {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    outline: none;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 30px;
}

.sticky .header_area {
    background-color: rgba(62, 26, 0, 0.9);
    height: 80px;
    z-index: 9999;
    border-bottom: 1px solid transparent;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-right: 70px;
    width: 60%;
}

.sticky .navbar-brand {
    width: 40%;
}

@media (min-width: 1029px) {
    .navbar-brand {
        width: 15%;
    }

    .sticky .navbar-brand {
        width: 10%;
    }
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #fa6900;
}

.navbar-expand-lg .navbar-nav .app-link {
    display: block;
    width: 120px;
}

.navbar-expand-lg .navbar-nav .app-link img {
    width: 100%;
    padding: 0.25rem 0.35rem;
}

.dorne-search-btn > a,
.dorne-signin-btn > a {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
    font-size: 15px;
}

.dorne-search-btn > a i {
    padding-right: 10px;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #fa6900;
    color: #fff;
}

.dropdown-toggle:after {
    border: none;
}

.dorne-add-listings-btn .dropdown-menu {
    background-color: #f4f6f8;
    border-radius: unset;
    top: 110%;
    left: unset;
    right: 0;
    min-width: 350px;
}
.dorne-add-listings-btn .dorne-btn span {
    background: #fff;
    border-radius: 25px;
    color: #fa6900;
    font-size: 0.625rem;
    margin-left: 0.25rem;
    padding: 0.15rem 0.4rem;
}

.card-listings {
    border: unset;
    border-radius: unset;
    background-color: transparent;
    max-height: 300px;
    overflow-y:scroll;
    overflow-x:hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.card-listings::-webkit-scrollbar { 
    display: none; 
}
.card-listings .dropdown-divider:first-child {
    display: none;
}
.card-listings .card-body {
    padding: 0.875rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.card-listings .card-body:hover {
    background-color: #e0e4cc;
}
.card-listings .cl-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20rem;
}
.card-listings .cl-wrapper .cl-thumb {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    max-width: 100%;
    position: relative;
}
.card-listings .cl-wrapper .cl-thumb .card-img-top {
    border-radius: unset;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0.5rem;
    height: 50px;
    width: 65px;
}
.card-listings .cl-wrapper .cl-body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0.625rem;
    position: relative;
    width: 100%;
}
.card-listings .card-title {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 0.875rem;
}
.card-listings .card-subtitle {
    font-size: 0.875rem;
}
.card-listings .card-link {
    background-color: transparent;
    border: 1px solid #8b4000;
    color: #8b4000;
    display: block;
    font-size: 0.75rem;
    padding: .25rem .4rem;
    text-align: center;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.card-listings .card-link:hover {
    background-color: #8b4000;
    color: #ffffff;
}
.cl-cta-wrapper {
    padding: 0.875rem;
}
.cl-cta-wrapper .row {
    margin-right: -5px;
    margin-left: -5px;
}
.cl-cta-wrapper .col-ctaw {
     -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.cl-cta-btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: #fa6900;
    border-radius: 0;
    padding: 0 15px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.cl-cta-btn:hover,
.cl-cta-btn:focus {
    color: #3e1a00;
    background-color: #92f7fe;
    font-weight: 600;
}

.cl-cta-outline-btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #fa6900;
    border-radius: 0;
    padding: 0 15px;
    line-height: 38px;
    color: #fa6900;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.cl-cta-outline-btn:hover,
.cl-cta-outline-btn:focus {
    color: #3e1a00;
    border: 2px solid #92f7fe;
    font-weight: 600;
}

/* Welcome Area CSS */

.dorne-welcome-area {
    width: 100%;
    height: 945px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.dorne-welcome-sliders-area {
    width: 100%;
    height: 945px;
    position: relative;
    z-index: 1;
}

.dorne-welcome-sliders-area .dw-slide {
    position: relative;
    height: 945px;
    width: 100%;
}

.dorne-welcome-sliders-area .dw-slide .dw-slide-cta { 
    position: absolute;
    right: 3.85%;
    top: 18%;
    cursor: pointer;
    min-width: 180px;
    height: 52px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dorne-welcome-sliders-area .dw-slide .dw-slide-cta:hover {
    background-color: #fa6900;
    border: 2px solid #fa6900;
}

.dw-slide-cta .fa {
    animation: pointing 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

/* Prefix Support */
.dw-slide-cta .fa {
    -webkit-animation-name: pointing;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    color: inherit;
    background-color: rgba(255,255,255,0.15);
    border: none;
    padding: 0.5rem 1rem;
    z-index: 100;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 2.5rem;
    color: #fff;
}
.owl-nav .owl-prev {
    left: 0;
    border-radius: 0 30px 30px 0;
    padding: 0.25rem 1rem 0.25rem 0.75rem;
}
.owl-nav .owl-next {
    right: 0;
    border-radius: 30px 0 0 30px;
    padding: 0.25rem 0.75rem 0.25rem 1rem;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: #92f7fe;
}

.owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i {
    color: #3e1a00;
}


.dorne-content-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-content h2 {
    color: #fff;
    font-size: 72px;
}

.hero-content h4 {
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
}

.hero-search-form {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

.hero-search-form .nav-tabs {
    border-bottom: none;
}

.hero-search-form .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #3e1a00;
    background-color: rgba(167, 219, 216, 0.75);
    text-transform: uppercase;
    min-width: 100px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
}

.hero-search-form .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: rgba(250, 105, 0, 0.75);
    border-color: transparent;
}

.hero-search-form .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(250, 105, 0, 0.75);
    border-color: transparent;
}

.hero-search-form .tab-content .tab-pane {
    padding: 20px;
    background-color: rgba(250, 105, 0, 0.75);
}

.hero-search-form .tab-content .tab-pane h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero-search-form .tab-content .tab-pane .frow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.hero-search-form .tab-content .tab-pane .frow:last-child {
    margin-bottom: 0;
}

.hero-search-form .tab-content .tab-pane .frow .form-control {
    height: 52px;
    border-radius: 0;
    padding: 0 50px 0 30px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
    width: 100%;
}

.hero-search-form .tab-content .tab-pane .frow .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 50px 0 30px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
    width: 100%;
}

.hero-search-form .tab-content .tab-pane form .cr-row {
    margin-left: -5px;
    margin-right: -5px;
}
.hero-search-form .tab-content .tab-pane form .cr-col {
    padding-left: 5px;
    padding-right: 5px;
}
.hero-search-form .tab-content .tab-pane form .cr-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}
.hero-search-form .tab-content .tab-pane form .cr-wrapper .cr-date {
    height: 52px;
    border-radius: 0;
    padding: 0 15px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.hero-search-form .tab-content .tab-pane form .cr-wrapper .cr-time {
    height: 52px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.hero-search-form .tab-content .tab-pane form .cr-wrapper .cr-location {
    height: 52px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.hero-search-form .tab-content .tab-pane form .climb-date {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    height: 52px;
    border-radius: 0;
    padding: 0 50px 0 30px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.hero-social-btn {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 90px;
    left: 60px;
    z-index: 9;
}

.hero-social-btn .social-title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: -145px;
}

.hero-social-btn .social-title h6 {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
    margin-right: 30px;
}

.hero-social-btn .social-title span {
    background-color: #fff;
    width: 80px;
    height: 1px;
    display: block;
}

.hero-social-btn .social-btns {
    margin-top: 170px;
}

.hero-social-btn .social-btns > a {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: 30px;
}

.destination-modal .modal-content {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}

.destination-modal .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.destination-modal .modal-title {
    color: #ffffff;
}

.destination-modal button.close {
    color: #ffffff;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: .75;
}

.dest-thumb {
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    height: 200px;
    width: 200px;
    margin: 1rem auto;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dest-thumb:hover {
    border: 5px solid rgba(255,255,255, 0.65);
}
.dest-thumb img {
    border-radius: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.dest-thumb:hover img {
    transform: scale(0.975);
}

.dest-title {
    color: #ffffff;
    font-family: 'Permanent Marker', cursive;
    font-weight: 400;
    text-align: center;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.dest-link:hover .dest-title {
    opacity: 0.75;
}

/* Catagory Area CSS */

.dorne-catagory-area {
    position: relative;
    z-index: 9;
}

.single-catagory-area {
    background-color: #fa6900;
	color: #fff;
    text-align: center;
    padding: 60px 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-catagory-area:hover {
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.3);
}

.all-catagories {
    position: relative;
    top: -30%;
    z-index: 15;
}

.single-catagory-area .catagory-content a {
	color: #fff;
}

.single-catagory-area .catagory-content a:hover {
	color: #e0e4cc;
}

.single-catagory-area .catagory-content a:hover .fa {
    animation: pointingup 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

/* Prefix Support */
.single-catagory-area .catagory-content a:hover .fa {
    -webkit-animation-name: pointingup;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
}

.single-catagory-area .catagory-content img {
    margin-bottom: 15px;
}

.single-catagory-area .catagory-content a h6 {
	color: #fff;
    margin-bottom: 0;
}

.single-catagory-area .catagory-content a:hover h6 {
	color: #e0e4cc;
}



/* About Us Area CSS */

.about-content h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.about-content span {
    color: #fa6900;
}

.about-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
}

.testimonials-slides .owl-stage-outer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.single-testimonial-area {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    padding-top: 30px;
    line-height: 1.5;
}
.single-testimonial-area:before {
    position: absolute;
    top: -15px;
    left: 10%;
    background: #fa6900;
    font-size: 25px;
    border-radius: 0px;
    content: '\f10d';
    font-family: 'FontAwesome';
    color: #fff !important;
    transition: all .3s ease;
    box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);
    text-align: center;
    padding: .75rem;
    width: 60px;
    height: 60px;
}

.single-testimonial-area .testimonial-avatar {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.single-testimonial-area .ta-date span {
    text-align: center;
    border: 2px solid #92f7fe;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #3e1a00;
}

.single-testimonial-area .testimonial-content {
    padding: 30px;
}
.single-testimonial-area .testimonial-content .tc-para {
    height: 300px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.single-testimonial-area .testimonial-content .tc-para p {
    font-size: 12px;
}
.single-testimonial-area .testimonial-meta {
    min-height: 72px;
    padding: 0 30px 30px;
}
.single-testimonial-area .testimonial-meta:before {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8rem;
    border-radius: 0px;
    content: '\f10e';
    font-family: 'FontAwesome';
    color: #000 !important;
    transition: all .3s ease;
    text-align: center;
    padding: 1.5rem;
    opacity: 0.05;
}
.single-testimonial-area .testimonial-meta .testimonial-author {
    display: block;
    font-weight: 600;
}
.single-testimonial-area .testimonial-meta .testimonial-country {
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
}

.video-item {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
    padding: 10px 15px;
}

.video-item .video-thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.video-item .video-thumb-wrapper .video-thumb {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.video-item .video-thumb-wrapper figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #f4f6f8;
    font-size: 21px;
    font-size: 1.3125rem;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-item .video-thumb-wrapper figcaption i {
    border: 4px solid #fff;
    padding: 16px 18px;
    border-radius: 80px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-item:hover .video-thumb-wrapper figcaption {
    opacity: 1;
}

.video-item:hover .video-thumb-wrapper figcaption i {
    margin-top: -30px;
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-item .video-text-wrapper {
    padding: 10px 0;
    width: 100%;
}

.video-item .video-text-wrapper h6 {
    font-size: 0.875rem;
    font-weight: bold; 
    margin-bottom: 0;
    height: 36px;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-item:hover .video-text-wrapper h6 {
    color: #fa6900;
}

/* Editor's Pick Area CSS */

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 30px;
    grid-auto-rows: minmax(250px, 250px);
    grid-auto-flow: dense;
}

/*.grid-item {
    padding: 1rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #929796;
    background-color: #333;
    border-radius: 5px;
}
.grid-item:nth-child(odd) {
    background-color: #424242;
}*/

.grid-layout .span-2 {
    grid-column-end: span 3;
}

.grid-layout .span-3 {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.dorne-editors-pick-area {
    position: relative;
    z-index: 1;
}

.editors-pick-info .places-total-destinations > a,
.editors-pick-info .add-more > a {
    height: 70px;
    display: inline-block;
    line-height: 70px;
    background-color: #fa6900;
    padding: 0 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.editors-pick-info .places-total-destinations > a:last-child {
    text-transform: capitalize;
    font-weight: 400;
    background-color: #373a36;
}

.editors-pick-info .add-more > a {
    background-color: #a7dbd8;
    padding: 0 30px;
    font-size: 24px;
	color: #fa6900;
}

.editors-pick-info .add-more > a span {
    display: block;
}

.editors-pick-info .add-more > a:hover span {
    animation: rotate 0.5s;
    animation-iteration-count: 1;
}

.single-editors-pick-area {
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.single-editors-pick-area .sep-thumb {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.editors-pick-info {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
}

/* Features Area CSS */

.dorne-features-destinations-area,
.dorne-features-restaurant-area {
    padding: 100px 35px;
    position: relative;
    z-index: 1;
}

.dorne-features-restaurant-area .section-heading span {
	background-color: #fa6900;
}

.single-features-area {
    position: relative;
    z-index: 1;
    background-color: #f4f6f8;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-features-area .feature-thumb-wrapper {
    height: 291px;
    background-size: cover;
    background-position: center;
}

.single-features-area .feature-thumb-wrapper .feature-thumb {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.single-features-area .video-thumb-wrapper {
    height: 197px;
    background-size: cover;
    background-position: center;
}

.single-features-area .video-thumb-wrapper .video-thumb {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.single-features-area .price-start p {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fa6900;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 15px;
    font-weight: 600;
    color: #fff;
    z-index: 9;
}

.feature-content {
    padding: 30px 20px;
}

.feature-content .feature-title h5 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right: 0.625rem;
    height: 46px;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-content .feature-title h5.trstyle-h5 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    height: unset;
    overflow: unset;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-content .feature-title p {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-favourite > a {
    color: #fa6900;
    font-size: 24px;
}
.feature-favourite:hover > a i.anmte {
    animation: rotate 0.5s;
    animation-iteration-count: 1;
}

.single-features-area:hover {
    background-color: #e0e4cc;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.15);
}

.single-features-area:hover .feature-content .feature-title h5,
.single-features-area:hover .feature-content .feature-title p,
.single-features-area:hover .feature-favourite > a {
    color: #000;
}

.ratings-map-area > a {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #fa6900;
}

/*
.ratings-map-area > a:last-child {
    background-color: #373a36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}
*/

.ratings-map-area {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

/*
.single-features-area:hover .ratings-map-area > a:last-child {
    background-color: #373a36;
}
*/

/* Feature Events Area CSS */

.single-feature-events-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-feature-events-area .feature-events-thumb {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.date-map-area {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.date-map-area > a {
    padding: 8px 15px;
    font-size: 12px;
    width: 65px;
    font-weight: 800;
    color: #fff;
    height: 50px;
    background-color: #fa6900;
    text-align: center;
}

/*
.date-map-area > a:last-child {
    background-color: #14C772;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}
*/

.feature-events-thumb {
    height: 155px;
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
}

.feature-events-thumb .img-thumb {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.feature-events-content {
    position: relative;
    z-index: 2;
    padding: 0 15% 0 15px;
}

.feature-events-details-btn > a {
    width: 65px;
    height: 50px;
    background-color: #a7dbd8;
    display: block;
    font-size: 24px;
    color: #3e1a00;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99
}

.feature-events-details-btn > a span {
    display: block;
}

.feature-events-details-btn > a:hover span {
    animation: rotate 0.5s;
    animation-iteration-count: 1;
}

.feature-events-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #69d2e7;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content p {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0;
}

.single-feature-events-area:hover {
    background-color: #e0e4cc;
}

.single-feature-events-area:hover .feature-events-content h5,
.single-feature-events-area:hover .feature-events-content p {
    color: #000;
}

.dorne-clients-area {
	color: #000;
}

.clients-logo .achieve-item {
    margin: 0 auto;
    width: 200px;
}

.clients-logo .achieve-item img {
    margin-bottom: 0.5rem;
}

.clients-logo .achieve-item p {
    font-size: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Footer Area CSS */

.dorne-footer-area {
    padding: 50px 35px;
    border-top: 1px solid #bec0cc;
}

.footer-text p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-social-btns > a {
    display: inline-block;
    color: #464646;
    padding: 0 15px;
    font-size: 14px;
}

.footer-social-btns > a:hover {
    opacity: 0.75;
}

/* Breadcumb Area CSS */

.breadcumb-area {
    height: 120px;
    position: relative;
    z-index: 1;
}

/* Itinerary & Booking Area CSS */

.itinerary-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.itinerary-summary-text {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px 30px;
    margin-bottom: 8px;
}

.itinerary-summary-text h5 {
    margin-bottom: 0;
}

.itinerary-summary-text h5 .fa {
    margin-right: 0.625rem;
}

.itinerary-summary-text h5 span {
    float: right;
}

.itinerary-sidebar-widget {
    padding: 30px;
    background-color: rgba(167, 219, 216, 0.35);
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
}

.itinerary-sidebar-widget h6 {
    margin-bottom: 30px;
    font-size: 18px;
}

.itinerary-summary {
    margin-bottom: 30px;
}

.itinerary-summary li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.itinerary-summary li p {
    color: #373a36;
    font-weight: 600;
}

.itinerary-summary li:last-child p {
    margin-bottom: 0;
}

.itinerary-sidebar-widget .dorne-btn {
    width: 100%;
}

.booking-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.booking-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 50px;
}

.booking-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.bs-wizard {
    width: 100%;
    margin: 50px auto 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 33.33%;
    float: left;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #fff;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 36px;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: '\f111';
    font-family: 'FontAwesome';
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 9px;
    font-size: 31px;
    font-size: 1.9375rem;
    color: #fa6900;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 34px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-confirm {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
}
.bs-confirm h4 {
    color: #fff;
}
.bs-confirm p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

.booking-summary-text {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px 20px;
    margin-bottom: 8px;
}

.booking-summary-text h5 {
    margin-bottom: 0;
}

.booking-summary-text h5 .fa {
    margin-right: 0.625rem;
}

.booking-summary-text h5 span {
    float: right;
    padding: 0 0.875rem;
}

.booking-summary-widget .booking-summary-item img {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin-right: 30px;
}

.booking-summary-widget .booking-summary-title {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.booking-summary-widget .booking-summary-title > a {
    font-size: 14px;
    color: #373a36;
    margin-bottom: 5px;
    display: block;
}

.booking-summary-widget .booking-summary-title p {
    font-size: 12px;
    margin-bottom: 0;
}

.booking-summary-widget .booking-summary-title p .dorne-btn-link {
    font-size: 12px;
    padding: 0 0.625rem;
}

.booking-summary-widget .booking-summary-option {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.booking-summary-widget .booking-summary-item {
    padding: 15px 20px;
    background-color: rgba(167, 219, 216, 0.75);
    margin-bottom: 0.5rem;
}

.booking-summary-widget .booking-summary-item:nth-child(odd) {
    background-color: rgba(167, 219, 216, 0.35);
}

.booking-summary-widget .booking-summary-item:last-child {
    margin-bottom: 0;
}

/* Contact Area CSS */

.contact-form-area {
	position: relative;
	z-index: 1;
}

/*.contact-form-area,
.dorne-map-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
}*/

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 50px;
}

.contact-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.single-contact-info {
    margin: 70px 0;
}

.single-contact-info:first-child {
    margin-right: 65px;
}

.single-contact-info h6 {
    font-size: 14px;
}

.single-contact-info h6 > i {
    color: #c2b6d9;
    margin-right: 30px;
}

.contact-form {
    padding: 70px 30px;
    background-color: #fee1cc;
}

.contact-form-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-form .form-label {
    color: #848484;
    font-size: 0.875rem;
    font-weight: 700;
}

.contact-form .form-sublabel {
    color: #848484;
    font-size: 0.875rem;
}

.contact-form .custom-select {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 14px;
    color: #72728c;
}

.contact-form .form-control {
    height: 50px;
    font-size: 12px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.contact-form textarea.form-control {
    height: 110px;
}

/* Explore Area CSS */

.explore-search-area,
.explore-map-area {
    height: 1100px;
}

#exploreGoogleMap {
    width: 100%;
    height: 100%;
}

.explore-search-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
}

.explore-search-result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
}

.explore-map-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;   
}

.explore-search-form {
    background-color: #fa6900;
    padding: 50px 40px;
}

.explore-search-form h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}

.explore-search-form .nav-tabs {
    border-bottom: none;
    margin-bottom: 65px;
}

.explore-search-form .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(144, 103, 238, 0.65);
    text-transform: uppercase;
    min-width: 100px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
}

.explore-search-form .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(67, 25, 161, 0.65);
    border-color: transparent;
}

.explore-search-form .tab-content .tab-pane h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.explore-search-form .tab-content .tab-pane form .form-control {
    height: 52px;
    border-radius: 0;
    padding: 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.explore-search-form .tab-content .tab-pane form .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.explore-search-form form .form-control {
    height: 52px;
    border-radius: 0;
    padding: 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.explore-search-form form .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.explore-search-form .custom-control-description {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.explore-search-form .reset-link {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.explore-search-form .reset-link .fa {
    margin-right: 0.625rem
}

.explore-search-form .dorne-btn {
    background-color: #ffffff;
}

.explore-search-form .dorne-btn:hover {
    background-color: #92f7fe;
}

.explore-search-result {
    padding: 50px 40px;
    position: relative;
    z-index: 1;
    height: 1100px;
    overflow-y: auto;
    overflow-x:hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.explore-search-result::-webkit-scrollbar { 
    display: none; 
}

.explore-search-result .ptitle {
    margin-bottom: 35px;
}

.explore-search-result .single-features-area {
    margin-bottom: 30px;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 70px;
}

.pagination-wrapper .mypagination {
    display: inline-block;
      height: 45px;
      padding: 0 15px;
      border-radius: 35px;
      background-color: #f4f6f8;
}

.pagination-wrapper .mypagination a, .pagination-wrapper .mypagination span {
    display: block;
    padding: 0 15px;
    float: left;
    transition: 400ms ease;
    color: #848484;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 45px;
}

.pagination-wrapper .mypagination span {
    cursor: default;
}

.pagination-wrapper .mypagination span.current {
    font-weight: 600;
}

.pagination-wrapper .mypagination a:hover, .pagination-wrapper .mypagination span.current {
    background-color: #f38630;
    color: #fff;
}

.pagination-wrapper .mypagination a.previous, .pagination-wrapper .mypagination a.page-next {
    background-color: transparent;
}
.pagination-wrapper .mypagination a.previous:hover, .pagination-wrapper .mypagination a.page-next:hover {
    color: #f38630;
}

.pagination-wrapper .mypagination.empty {
    display: none;
}

/* Single Listing Area CSS */

.breadcumb-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 700px;
}

.map-ratings-review-area {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 999;
}

.map-ratings-review-area > a {
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 15px;
    background-color: #a7dbd8;
}

.map-ratings-review-area > a .fa {
    animation: pointing 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

/* Prefix Support */
.map-ratings-review-area > a .fa {
    -webkit-animation-name: pointing;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
}

.map-ratings-review-area > a:nth-child(2) {
    padding: 0 15px;
    background-color: #fa6900;
}

.map-ratings-review-area > a:last-child {
    background-color: #fff;
    color: #373a36;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #fa6900;
}

.book-a-table-widget {
    padding: 50px 30px;
    background-color: #fa6900;
}

.book-a-table-widget h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.book-a-table-widget .form-control {
    height: 50px;
    border-radius: 0;
    padding: 0 30px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.book-a-table-widget .custom-select {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #72728c;
    padding: 0 30px;
}

.book-a-table-widget .dorne-btn {
    background-color: #ffffff;
}

.book-a-table-widget .dorne-btn:hover {
    background-color: #92f7fe;
}

.book-a-tour-widget {
    padding: 15px 30px;
    background-color: #fa6900;
}

.book-a-tour-widget .pricefrom {
    color: #ffffff;
    margin-bottom: 0;
}

.book-a-tour-widget h6 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.book-a-tour-widget .tourpax {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 30px;
}

.book-a-tour-widget .tourpax .fa {
    margin-right: 0.625rem
}

.book-a-tour-widget .custom-select {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 14px;
    color: #72728c;
    padding: 0 30px;
}

.book-a-tour-widget .dorne-btn {
    background-color: #ffffff;
    width: 100%;
}

.book-a-tour-widget .dorne-btn:hover {
    background-color: #92f7fe;
}

.book-a-tour-widget .dorne-btn:hover .fa {
    animation: pointing 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

/* Prefix Support */
.book-a-tour-widget .dorne-btn:hover .fa {
    -webkit-animation-name: pointing;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
}

.opening-hours-widget {
    padding: 50px 30px;
    background-color: #fee1cc;
    position: relative;
    z-index: 1;
}

.opening-hours-widget h6 {
    margin-bottom: 30px;
    font-size: 18px;
}

.opening-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.opening-hours li.active p {
    color: #fa6900;
    font-weight: 600;
}

.opening-hours li:last-child p {
    margin-bottom: 0;
}

.travel-styles-widget {
    padding: 50px 30px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.travel-styles-widget h6 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}

.travel-styles-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.travel-styles-list a:hover p {
    color: #fa6900;
}

.travel-styles-list li p {
    margin-bottom: 0.5rem;
}

.travel-styles-list li:last-child p {
    margin-bottom: 0;
}

.author-widget > img {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin-right: 30px;
}

.author-widget .authors-name > a {
    font-size: 14px;
    color: #373a36;
    margin-bottom: 5px;
    display: block;
}

.author-widget .authors-name p {
    font-size: 12px;
    margin-bottom: 0;
}

.author-widget {
    padding: 25px 20px;
    background-color: #fee1cc;
}

.tour-info-widget .tour-info-item img {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin-right: 30px;
}

.tour-info-widget .tour-info-title > a {
    font-size: 14px;
    color: #373a36;
    margin-bottom: 5px;
    display: block;
}

.tour-info-widget .tour-info-title p {
    font-size: 12px;
    margin-bottom: 0;
}

.tour-info-widget .tour-info-item {
    padding: 15px 20px;
    background-color: rgba(167, 219, 216, 0.75);
    margin-bottom: 0.5rem;
}

.tour-info-widget .tour-info-item:nth-child(odd) {
    background-color: rgba(167, 219, 216, 0.35);
}

.tour-info-widget .tour-info-item:last-child {
    margin-bottom: 0;
}

.mobile-app-widget {
    background-color: rgba(105, 210, 231, 0.15);
    padding: 50px 30px;
}

.mobile-app-widget h6 {
    color: #fa6900;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mobile-app-widget p {
    margin-bottom: 30px;
}


.contact-form-widget {
    padding: 50px 30px;
}

.contact-form-widget h6 {
    margin-bottom: 30px;
    font-size: 18px;
}


.listing-title {
    margin-bottom: 30px;
}

.listing-title h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.listing-title h6 {
    margin-bottom: 0;
}

.listing-title .tour-meta .ftour-badge {
    color: #ffffff;
    background-color: #fa6900;
}

.listing-title .tour-meta .ptour-badge {
    color: #ffffff;
    background-color: #30c0a3;
}

.single-listing-nav {
    border-bottom: 2px solid #ebebeb;
    display: none;
}

.single-listing-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-listing-nav li a {
    padding: 30px 10px;
    font-size: 14px;
    display: block;
    color: #373a36;
    position: relative;
    z-index: 1;
}

.single-listing-nav li.active a,
.single-listing-nav li a:hover {
    color: #fa6900;
}

.single-listing-nav li.active a:after {
    background-color: #fa6900;
    content: '';
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}

@media (min-width: 1024px) {
    .single-listing-nav {
        display: block;
    }
}

.overview-content .news-thumb {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    line-height: 0;
    transition: all 200ms ease-out;
}

.overview-content .news-thumb:hover, .overview-content .news-thumb:focus {
    box-shadow: 0 0 6px 1px rgba(0,140,186,0.5);
}

.overview-content p {
    line-height: 2;
    margin-bottom: 30px;
}

.overview-content .p-list {
    padding-left: 1.625rem;
    margin-bottom: 30px;
}

.overview-content .p-list li {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    list-style: disc;
}

.overview-content .p-olist {
    padding-left: 1.625rem;
    margin-bottom: 30px;
}

.overview-content .p-olist li {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    list-style: decimal;
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #fa6900;
}

.overview-content .custom-control-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.listing-menu-area h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.single-listing-menu {
    background-color: #fee1cc;
    padding: 20px 40px;
    margin-bottom: 5px;
}

.single-listing-menu h6 {
    font-size: 1.25rem;
}

.single-listing-menu p {
    font-size: 1rem;
    margin-bottom: 0;
}

.single-listing-menu ul {
    margin-left: 1.875rem;
}

.single-listing-menu ul li {
    color: #848484;
    font-size: 1rem;
    list-style: disc;
}

.single-listing-menu:nth-child(odd) {
    background-color: #fff0e6;
}

.listing-itinerary-area h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.listing-itinerary-area h4 .fa {
    color: #fa6900;
    margin-right: 0.625rem;
}

.single-listing-itinerary {
    background-color: #fff0e6;
    padding: 20px 40px;
    margin-bottom: 5px;
}

.single-listing-itinerary h6 {
    font-size: 1.25rem;
}

.single-listing-itinerary p {
    font-size: 0.875rem;
}

.single-listing-itinerary p:last-child {
    margin-bottom: 0;
}

.single-listing-itinerary ul {
    margin-left: 1.875rem;
}

.single-listing-itinerary ul li {
    color: #848484;
    font-size: 1rem;
    list-style: disc;
}

.listing-gallery-item {
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all 200ms ease-out;
}

.listing-gallery-item:hover, .listing-gallery-item:focus {
    box-shadow: 0 0 6px 1px rgba(0,140,186,0.5);
}

.listing-content-area h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.listing-content-area h4 .fa {
    color: #fa6900;
    margin-right: 0.625rem;
}

.listing-content-area .single-listing-content {
    background-color: #fff0e6;
    padding: 20px 40px;
}

.listing-content-area .single-listing-content p:last-child {
    margin-bottom: 0;
}

.listing-content-area:nth-child(odd) .single-listing-content {
    background-color: #fee1cc;
}

.listing-content-area .single-listing-content ul {
    margin-left: 1.875rem;
    margin-bottom: 1rem
}

.listing-content-area .single-listing-content ul li {
    color: #848484;
    font-size: 0.875rem;
    list-style: unset;
}

.listing-reviews-area h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.reviewer-meta > img {
    width: 73px !important;
    height: 73px !important;
    border-radius: 50%;
    margin-right: 20px;
}

.review-title-ratings h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.single-review-area {
    margin-bottom: 25px;
}

.reviewer-content {
    width: 100%;
}

.reviewer-content p {
    margin: 0;
    line-height: 2
}

.reviewer-content p.linebr {
    color: #999999;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.single-review-area:nth-child(6) .reviewer-content p.linebr {
    border-bottom: 1px solid transparent;
}

.reviewer-date {
    margin-top: 15px;
}

.reviewer-date h6 {
    color: #848484;
    font-size: 0.875rem;
}

.reviewer-gallery {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.reviewer-gallery .rg-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 1.25rem;
}

.reviewer-gallery .rg-meta .rg-title {
    color: #848484;
    font-size: 1.125rem;
    font-weight: 600;
}

.reviewer-gallery .rg-meta .rg-counter {
    color: #848484;
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
}

.reviewer-gallery .rg-meta .rg-btn {
    color: #848484;
    cursor: pointer;
    padding: 4px 12px;
    font-size: .625rem;
    border: 2px solid #848484;
    border-radius: 12px;
}
.reviewer-gallery .rg-meta .rg-btn:hover {
    border: 2px solid #fa6900;
    color: #fa6900;
}

.reviewer-gallery .rg-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.reviewer-gallery .rg-item {
    cursor: pointer;
    display: block;
    position: relative;
    background-color: #e0e0e0;
    width: 100px;
    height: 100px;
    margin-right: 1rem;
    background-size: cover;
    background-position: center;
}

.reviewer-gallery .rg-item:last-child {
    margin-right: 0;
}

.review-form {
    padding: 70px 30px;
    background-color: #fee1cc;
}

.review-form-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.review-form .rev-label {
    color: #848484;
    font-size: 0.875rem;
    font-weight: 700;
}

.review-form .form-control {
    height: 50px;
    font-size: 12px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.review-form textarea.form-control {
    height: 110px;
}

.review-form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAFeklEQVRoge2XXWwUVRTHf1OnyJcisICyEjECscZINKiJMa6JiJ9xjDFq1GDU+CaJEhPUW4kk3GB88UHejDxoNPgVXCMmhqoZIw+GGDSWKFbEimOVTltKLRW67fhwTreTzs6yhe6WlD0JWXrnzv3fj3P+c39QjxqFM/KfzZs3j21fAiwAuoA/gGF9dg5wM/A64ALrgBZjzBCAtbYByAIZffeQMSYqDuyIZEOZSc0BrgGuBmbE2s8DlgNN+rscOD/2fLq+swq4IG1wN6U9UrEHgUbgF2CfPrsReEDbBoH7gQDYoc+XAOt1jNb4auNRbsWtwLvAHl3FSKwG5gFPAGuBWcBqa+3IsZ0LfKfv/pA2eNqKAY4BH6pIr7atAW4HOoDd2tYN3AbcBXwKtANbgS5jzLFTEQY4qv9AtvwxYDaQj/XZAbwArLXWthhjemMTTY004QuBi5CkmY5s5+XADcAu4P1Y3w+QZFoDbLDWtgL9wADQB3QYYzrKCTcg57MCuBvJ6AUqOlsn0Aq8A/wVe68L2A4sAp5UwX9VPAT2Wmt3Aj8Bx9GyjAvPAq4CXgUWIrX7J9CDZG07kmi/l9ihb7TvKuAS4GJgvo7zKJIXG5Bk6xsr7Grna4FOYJsKDSJn1gsMlRAFGDTGtFlrDyC1OweYpru2BbgOMZTGuNhIDCC1+hrwEFKvXwOHUsQSYYwZRrK821q7GMmJBiTL9yGVkhD+DzgAvIKc51M6+5eB/ZWKA1hrlwEbEXN5C9hijDkM0NzcnBAeiR7gOX32COJAzyCJMlyif1ywATkuA3hIIq4vVc9pzjWoM96GmMNLOuDJYi7wvIq+DbyYZiLxFa9AtnYGklRdwBvAlSq+FUm6cjEfcbB9wJvGmE5r7QwkYU8AR4Cfxwo3A5ci5bIfSYQTiD0urGC1IzEA/K3vgnzNHteFtQMPQ3KrB5D6HdS/m4BlSGYPjOnbgHyb43EM+A1YijgdOtYhxFCKORJf8dP6289ovS5Gtn8vo549HbgMWIlcGH4E2nRivUhlNCFOhjGmx1q7CZgZn2Fc+CjJWAAUkDM/jmzbfUidX6HC+4Ht1tqPVPxb4FbEMFDxIdSxypVTPOYj5dSngvcA1yPbuRXZujuQCrgT+VJ164QWlRv4ZML/6CrX6e9xYCfwCfC59vkeuBexx2eR7Z4HHD4d4S8Rw1+JnOV7yGcx7tlfAF8BtyBHsAL4LDaxUxLeA/yKbHkHknggtb4U2dJ2oN8Ys8tauxv5jncZY46cjjCIhfaMaWsCNiFfoI1IQqEudaCCMSsSLhWNjN5OGk/Sd0KF+5Hr7TTktjHuKJJEFJW8/k54VEISVY2zT7h4xjctTrSPixb9IBoCyGWdBC36QXQW0WJ8tfGYMFrMZZ0zhxb9IKoNLeayTosfRJNDi7msk6BFP4gmhxZzWWcK0qIfRG25rFMxLcbLKU6LBaReB4CDSOamiRbDD6JhP4i6/SA6qCurLS3msk6CFv0gOgyjljmhtKg+naDFUvVcdVpMM5Gq0qIfRJ25rFOnRaAGtOgHUU8u61SPFnNZJ5UW9XbSB+XLKR51WpwwWky7ZcZjLhXQoh9E5LLOTJQW/SAqSYuVnjGMgxbVpeq0WDLqtDj1hYvJVchn4u3jpkXXC4d0nAQtul6YSKCpS4ulVgsTSIuFfObMoUXXC2tDi4V8psX1wsmhxUI+k6BF1wsnhxYL+cwUpEXXC9sK+czk0KLrhcOuF3a7Xjg5tFjIZxK06HqhXv6qQIvq0wlaLFXPVafFNBOpKi26XthZyGfqtAjUgBZdL+wp5DPVo8VCPpNKi3o76ZO/6rRYOqpPi4Mfp/pDRbToeiGFfKZIi64X1o4W1aXqtHhmxf/HwijP7aUILwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px;
    margin: 0 0 30px;
}
.ie7 .review-form .stars {
    *zoom: 1;
}
.review-form .stars:before,
.review-form .stars:after {
    display: table;
    content: "";
}
.review-form .stars:after {
    clear: both;
}
.review-form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.review-form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}
.review-form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}
.review-form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}
.review-form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}
.review-form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}
.review-form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}
.review-form .stars label:hover ~ span {
    background-position: 0 -30px;
}
.review-form .stars label.star-5:hover ~ span {
    width: 100% !important;
}
.review-form .stars label.star-4:hover ~ span {
    width: 80% !important;
}
.review-form .stars label.star-3:hover ~ span {
    width: 60% !important;
}
.review-form .stars label.star-2:hover ~ span {
    width: 40% !important;
}
.review-form .stars label.star-1:hover ~ span {
    width: 20% !important;
}
.review-form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAFeklEQVRoge2XXWwUVRTHf1OnyJcisICyEjECscZINKiJMa6JiJ9xjDFq1GDU+CaJEhPUW4kk3GB88UHejDxoNPgVXCMmhqoZIw+GGDSWKFbEimOVTltKLRW67fhwTreTzs6yhe6WlD0JWXrnzv3fj3P+c39QjxqFM/KfzZs3j21fAiwAuoA/gGF9dg5wM/A64ALrgBZjzBCAtbYByAIZffeQMSYqDuyIZEOZSc0BrgGuBmbE2s8DlgNN+rscOD/2fLq+swq4IG1wN6U9UrEHgUbgF2CfPrsReEDbBoH7gQDYoc+XAOt1jNb4auNRbsWtwLvAHl3FSKwG5gFPAGuBWcBqa+3IsZ0LfKfv/pA2eNqKAY4BH6pIr7atAW4HOoDd2tYN3AbcBXwKtANbgS5jzLFTEQY4qv9AtvwxYDaQj/XZAbwArLXWthhjemMTTY004QuBi5CkmY5s5+XADcAu4P1Y3w+QZFoDbLDWtgL9wADQB3QYYzrKCTcg57MCuBvJ6AUqOlsn0Aq8A/wVe68L2A4sAp5UwX9VPAT2Wmt3Aj8Bx9GyjAvPAq4CXgUWIrX7J9CDZG07kmi/l9ihb7TvKuAS4GJgvo7zKJIXG5Bk6xsr7Grna4FOYJsKDSJn1gsMlRAFGDTGtFlrDyC1OweYpru2BbgOMZTGuNhIDCC1+hrwEFKvXwOHUsQSYYwZRrK821q7GMmJBiTL9yGVkhD+DzgAvIKc51M6+5eB/ZWKA1hrlwEbEXN5C9hijDkM0NzcnBAeiR7gOX32COJAzyCJMlyif1ywATkuA3hIIq4vVc9pzjWoM96GmMNLOuDJYi7wvIq+DbyYZiLxFa9AtnYGklRdwBvAlSq+FUm6cjEfcbB9wJvGmE5r7QwkYU8AR4Cfxwo3A5ci5bIfSYQTiD0urGC1IzEA/K3vgnzNHteFtQMPQ3KrB5D6HdS/m4BlSGYPjOnbgHyb43EM+A1YijgdOtYhxFCKORJf8dP6289ovS5Gtn8vo549HbgMWIlcGH4E2nRivUhlNCFOhjGmx1q7CZgZn2Fc+CjJWAAUkDM/jmzbfUidX6HC+4Ht1tqPVPxb4FbEMFDxIdSxypVTPOYj5dSngvcA1yPbuRXZujuQCrgT+VJ164QWlRv4ZML/6CrX6e9xYCfwCfC59vkeuBexx2eR7Z4HHD4d4S8Rw1+JnOV7yGcx7tlfAF8BtyBHsAL4LDaxUxLeA/yKbHkHknggtb4U2dJ2oN8Ys8tauxv5jncZY46cjjCIhfaMaWsCNiFfoI1IQqEudaCCMSsSLhWNjN5OGk/Sd0KF+5Hr7TTktjHuKJJEFJW8/k54VEISVY2zT7h4xjctTrSPixb9IBoCyGWdBC36QXQW0WJ8tfGYMFrMZZ0zhxb9IKoNLeayTosfRJNDi7msk6BFP4gmhxZzWWcK0qIfRG25rFMxLcbLKU6LBaReB4CDSOamiRbDD6JhP4i6/SA6qCurLS3msk6CFv0gOgyjljmhtKg+naDFUvVcdVpMM5Gq0qIfRJ25rFOnRaAGtOgHUU8u61SPFnNZJ5UW9XbSB+XLKR51WpwwWky7ZcZjLhXQoh9E5LLOTJQW/SAqSYuVnjGMgxbVpeq0WDLqtDj1hYvJVchn4u3jpkXXC4d0nAQtul6YSKCpS4ulVgsTSIuFfObMoUXXC2tDi4V8psX1wsmhxUI+k6BF1wsnhxYL+cwUpEXXC9sK+czk0KLrhcOuF3a7Xjg5tFjIZxK06HqhXv6qQIvq0wlaLFXPVafFNBOpKi26XthZyGfqtAjUgBZdL+wp5DPVo8VCPpNKi3o76ZO/6rRYOqpPi4Mfp/pDRbToeiGFfKZIi64X1o4W1aXqtHhmxf/HwijP7aUILwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}

.location-on-map h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

#locationMap {
    width: 100%;
    height: 380px;
}

#map_canvas_footer { width:100%; height:460px; }
.gmnoprint img { max-width: none; }