body {
    background-color: transparent;
    font-family: "Golos Text", sans-serif;
}
::-moz-selection {
    color: #fff;
    background: #333;
}
::selection {
    color: #fff;
    background: #333;
}
.alignnone {
    margin: 0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: inherit;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
.template-title {
    color: #40210f;
    margin: 0;
    text-shadow: 1px 4px 11px #ffffff, 1px 2px 11px #ffffff, 1px 2px 11px #fff;
    font-weight: 500;
    z-index: 9999999;
}
.arrow-list {
    list-style: none;
}
.arrow-list li {
    margin-bottom: 7px;
}
.arrow-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-right: 15px;
    color: #f3b637;
    font-size: 15px;
}
.arrow-list a {
    color: inherit;
}
.header-with-nav {
    margin: 20px 0 15px;
}
.header-with-nav .title {
    margin-top: 0;
    font-size: 23px;
    color: #a76510;
    margin-bottom: 10px;
    font-weight: 500;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}
.header-with-nav .title:after {
    width: 70px;
    height: 3px;
    background: #a76510;
    content: "";
    display: block;
    margin-top: 1px;
    position: absolute;
}
header.sticky {
    transition: all 0.9s ease;
    z-index: 999999;
    position: fixed !important;
    top: 0;
}
header.sticky .main-nav {
    margin-top: 12px;
}
header.sticky .site-branding {
    padding: 3px 0;
}
header.sticky .site-title img {
    width: 150px;
}
header.sticky .main-menu > li > ul {
    margin-top: 23px !important;
    padding-top: 18px !important;
}
.slick-next,
.slick-prev {
    cursor: pointer;
}
.circle-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: #f3b637;
    border-radius: 50%;
    z-index: 99;
    display: none;
}
.title-with-separator {
    background: url(../images/title-separator.png) bottom center repeat-x;
    padding-bottom: 25px;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 0;
}
.weather-table {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
}
.weather-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.weather-table > ul {
    border-bottom: 1px solid #e8e8e8;
}
.weather-table > ul > li:first-child {
    font-family: "Golos Text", sans-serif;
    width: 40%;
    float: left;
    text-transform: uppercase;
    padding: 42px 15px;
}
.weather-table > ul > li:nth-child(2) {
    width: 60%;
    float: left;
}
.weather-table > ul > li:nth-child(2) ul {
    float: left;
    display: inline-block;
    width: 100%;
}
.weather-table > ul > li:nth-child(2) ul li {
    float: left;
    width: 25%;
    border-left: 1px solid #e8e8e8;
    padding: 15px;
}
.weather-table > ul > li:nth-child(2) ul li:first-child {
    width: 50%;
}
.weather-table > ul > li:nth-child(2) ul:first-child {
    border-bottom: 1px dashed #e8e8e8;
}
.weather-table li {
    position: relative;
}
.search {
    position: relative;
}
.search input[type="text"] {
    padding: 5px 30px 5px 10px;
    border: 1px solid #e8e8e8;
    width: 100%;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}
.search input[type="submit"],
.search .fa {
    border: 0;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    z-index: 9;
    outline: none;
}
.search input[type="submit"]:hover + i {
    color: #f3b637;
}
.search .fa {
    font-size: 14px;
    color: #999;
    z-index: 8;
}
.social-nav {
    padding: 0;
    margin: 0 0 0 -8px;
    list-style: none;
    display: inline-block;
}
.social-nav li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}
.social-nav a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social-nav a:hover {
    border-color: #f3b637;
    background: #f3b637;
}
.social-nav a:hover i {
    color: #fff;
}
.social-nav i {
    font-size: 18px;
    color: #777;
    line-height: 34px;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.recent-post-widget .title {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0;
    line-height: 20px;
}
.recent-post-widget .blog-post-widget {
    border-bottom: 1px dashed #e8e8e8;
    margin: 0 -15px 15px -15px;
    padding: 0 15px 15px 15px;
}
.recent-post-widget .blog-post-widget:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.recent-post-widget .blog-feature-img {
    margin-left: 25px;
}
.recent-post-widget time {
    font-size: 13px;
    color: #999;
}
.booking-criteria {
    background: #f3b637;
    padding: 31px 15px;
    color: #fff;
    margin: 0 -1px 33px -1px;
}
.booking-criteria ul {
    padding-left: 28px;
}
.booking-criteria h4 {
    margin-top: 0;
    color: inherit;
    margin-bottom: 19px;
}
.booking-criteria i {
    margin-right: 10px;
    vertical-align: middle;
}
.modal-header {
    padding: 10px 15px;
}
.modal-dialog {
    background-color: #fcfcfc;
    position: relative;
}
.modal-dialog button {
    top: 0;
    right: -36px;
    border-radius: 0;
    border: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
    }
}
.carousel-control {
    width: 50px;
    display: table;
    margin: auto 0;
    padding: 8px;
}
.modal-content {
    display: inline-block;
}
.modal-body {
    display: inline-block;
}
.modal-body input,
select,
teaxtarea {
    margin-bottom: 6px !important;
}
.datepicker {
    border-radius: 0 !important;
    padding-top: 0 !important;
    border-color: #e8e8e8 !important;
    box-shadow: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: #e8e8e8 !important;
}
.datepicker-days {
    border-radius: 0 !important;
    box-shadow: 0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
    padding: 3px 11px;
}
.accommodation {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 35px;
}
.accommodation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.accommodation ul:first-child {
    border-bottom: 1px dashed #e8e8e8;
}
.accommodation ul:first-child li {
    padding: 0;
}
.accommodation li {
    position: relative;
    width: 20%;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #e8e8e8;
    color: #777;
}
.accommodation li:first-child {
    width: 40%;
}
.accommodation li:last-child {
    border-right: 0;
}
.accommodation strong {
    text-transform: uppercase;
    font-family: "Golos Text", sans-serif;
    border-bottom: 1px dashed #e8e8e8;
    display: block;
    padding: 15px 20px;
}
.checkbox-radio-listing {
    list-style: none;
    padding-left: 15px;
}
.checkbox-radio-listing li {
    float: left;
    margin: 2px 10px;
}
.checkbox-radio-listing input[type="radio"],
.checkbox-radio-listing input[type="checkbox"] {
    display: none;
}
.checkbox-radio-listing label {
    font-weight: 400;
}
.checkbox-radio-listing input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 7px 0 0;
    vertical-align: middle;
    background: url(../images/radio-button-2.png) center no-repeat;
    cursor: pointer;
}
.checkbox-radio-listing input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 3px 0 0;
    vertical-align: middle;
    background: url(../images/radio-button.png) center no-repeat;
    cursor: pointer;
}
.checkbox-radio-listing input[type="radio"]:checked + label span {
    background: url(../images/radio-button-checked-2.png) center no-repeat;
}
.checkbox-radio-listing input[type="checkbox"]:checked + label span {
    background: url(../images/radio-button-checked.png) center no-repeat;
}
.contact-from {
    margin-bottom: 70px;
}
.contact-from form {
    margin-left: -2%;
}
.contact-from fieldset {
    float: left;
    width: 48%;
    margin-left: 2%;
}
.contact-from label {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-from .required {
    color: #f3b637;
}
.contact-from input,
.contact-from textarea,
.contact-from select {
    width: 100%;
    padding: 6px;
    background: #fff;
    border: 1px solid #94928f;
    outline: none;
}
.contact-from input[type="submit"] {
    background: #f3b637;
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 4px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.contact-from input[type="submit"]:hover {
    border-radius: 7px;
}
.contact-from textarea {
    min-height: 147px;
}
.contact-from p {
    margin-bottom: 15px;
}
.mozilla .service-var-1 img {
    width: 100%;
}
.mozilla .banner-contents {
    top: 50%;
    margin-top: -28px;
}
.site-header {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    box-shadow: 0 1px 8px 0 #121d12;
}
.site-header .container {
    position: relative;
}
.site-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header-head {
    background: #dea862;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.site-header-head span,
.site-header-head a {
    color: inherit;
    display: inline-block;
}
.site-header-head .fa {
    font-size: 15px;
}
.site-header-head i {
    margin-right: 5px;
    width: auto;
    height: auto;
}
.header-user-tel {
    border-left: 1px solid #fff;
}
.header-user-name,
.header-tour-package {
    padding: 2px 5px;
    margin-right: 2px;
}
.header-user-name i,
.header-tour-package i {
    margin-left: 5px;
}
.header-user-name {
    background: #a16d2a;
}
.header-tour-package {
    background: #a16d2a;
    position: relative;
    cursor: pointer;
    padding-left: 8px;
}
.header-tour-listing {
    position: absolute;
    right: 0;
    top: 26px;
    display: none;
    background: #fffbf1;
    padding: 10px 8px;
    width: 330px;
    z-index: 999;
}
.header-tour-listing h4 {
    margin: 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-size: 16px;
}
.header-tour-listing .header-tour {
    border-bottom: 1px dashed #c7c7c7;
    padding: 8px 5px;
}
.header-tour a {
    width: 100%;
}
.header-tour-listing .header-tour:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.header-tour-listing .feature-img {
    float: left;
    margin-right: 20px;
}
.header-tour-listing h6 {
    color: #633206;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 2px;
    display: inline;
}
.header-tour-listing h6 span {
    background: #a16d2a;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
}
.header-tour-listing .days,
.header-tour-listing .t-btn,
.header-tour-listing .fa {
    color: #fff;
    font-size: 14px;
}
.header-tour-listing .t-btn {
    font-family: "Golos Text", sans-serif;
    border-color: #060606;
    padding: 1px 5px;
    border-radius: 2px;
    background: #3b1f11;
}
.header-tour-listing .t-btn:hover {
    background: #fff;
    color: #333;
    border-radius: 0;
}
.header-user-tel,
.header-user-email {
    padding: 2px 10px;
}
.site-branding {
    padding: 10px 0;
    z-index: 9;
    width: 100%;
    background: #fff;
}
.header-user-tel:hover a,
.header-user-tel:hover i {
    color: #382113;
}
.header-user-email:hover a,
.header-user-email:hover i {
    color: #382113;
}
.main-nav {
    margin-top: 25px;
}
.main-menu > li {
    float: left;
    list-style: none;
    margin: 0 1px;
    position: relative;
}
.main-menu > li > a {
    text-decoration: none;
    padding: 11px 10px;
    color: #754007;
    font-size: 15px;
    font-weight: 300;
}
.main-menu > li > a:hover {
    color: #a16d2a;
    border-bottom: 2px solid #f3b637;
}
.main-menu > li.active a {
    color: #a16d2a;
    border-bottom: 2px solid #f3b637;
}
.main-menu > li > ul {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 33px !important;
    padding-top: 26px !important;
}
.main-menu > li ul {
    z-index: 99;
    min-width: 220px;
    display: none;
}
.main-menu > li ul li {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    background: rgba(22, 29, 36, 0.8);
    position: relative;
    border-bottom: 1px solid rgba(178, 181, 185, 0.27);
}
.main-menu > li .sub-menu li ul {
    position: absolute;
    top: 0;
    left: 220px;
}
.main-menu > li ul a {
    font-family: "Golos Text", sans-serif;
    font-size: 13px;
    color: #fff !important;
    margin: 0;
    padding: 3px 10px;
    border-bottom: 1px dashed transparent !important;
    display: block;
    text-transform: capitalize;
}
.main-menu > li ul a:hover {
    color: #f3b637;
    background: rgba(22, 29, 36, 0.9);
}
.main-menu .current-menu-item > a {
    border-bottom: 2px solid #f3b637;
}
.header-search {
    position: relative;
    margin-top: 18px;
}
.header-search .fa {
    cursor: pointer;
}
.header-search .fa:hover {
    color: #f3b637;
}
.header-search .search {
    position: absolute;
    right: 0;
    top: 20px;
    width: 270px;
    display: none;
    padding-top: 10px;
}
.site-title {
    margin: 0;
}
.slicknav_menu {
    display: none;
}
.main-menu > li ul.mega-menu {
    top: 45px;
}
.main-menu > li.mega-menu-nav {
    position: inherit;
}
.mega-menu {
    width: 100%;
}
.mega-menu .menu-img {
    margin-right: 25px;
}
.mega-menu .wrap {
    padding: 25px 2% !important;
    width: 33.3333%;
}
.mega-menu .wrap ul {
    display: table !important;
    list-style: none;
    min-width: inherit !important;
}
.mega-menu .wrap a {
    text-transform: capitalize;
}
.mega-menu .wrap li:last-child a {
    color: #f3b637;
    border: 0;
}
.mega-menu .wrap li:first-child {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}
.mega-menu .wrap li:last-child a:hover {
    text-decoration: underline;
}
.t-btn {
    font-weight: 300;
    color: #fff;
    padding: 5px 24px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.t-btn:hover {
    text-decoration: none;
}
.t-btn:focus {
    outline: none;
    outline-offset: inherit;
}
.btn-black:hover,
.btn-red:hover {
    color: #fff;
}
.btn-black {
    background: #333;
}
.btn-black-border {
    border-color: #333;
    background: none;
    color: #333;
}
.btn-black-border:hover {
    color: #333;
}
.btn-red-border {
    border-color: #f3b637;
    background: none;
    color: #f3b637;
}
.btn-red-border:hover {
    color: #f3b637;
}
.btn-red {
    background: #a16d2a;
    border: 1px solid #a16d2a;
}
.btn-md {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-lg {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
}
.drop-caps:first-letter {
    float: left;
    font-size: 40px;
    line-height: 28px;
    padding: 15px;
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    margin: 3px 10px 8px 0;
}
.dc-v1:first-letter {
    color: #fff;
    background: #f3b637;
}
.dc-v2:first-letter {
    border: 2px solid #f3b637;
    color: #333;
    padding: 13px;
}
.dc-v3:first-letter {
    color: #fff;
    background: #333;
    border-radius: 30px;
}
.dc-v4:first-letter {
    color: #f3b637;
    font-size: 57px;
}
.tooltip-inner {
    font-weight: 500;
    font-size: 14px;
}
.price-table-wrap {
    border: 1px solid #e8e8e8;
}
.price-table-wrap .price-table {
    width: 25%;
    float: left;
    border-right: 1px solid #e8e8e8;
    padding-bottom: 40px;
}
.price-table-wrap .price-head {
    position: relative;
}
.price-table-wrap h5 {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 30px;
}
.price-table-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.price-table-wrap li {
    margin-bottom: 30px;
}
.price-table-wrap .hot-price h5 {
    color: #f3b637;
}
.call-out-box {
    border: 1px solid #e8e8e8;
    border-left: 4px solid #f3b637;
    padding: 20px 25px;
    background: #fff;
}
.call-out-box h3 {
    margin-top: 0;
    font-size: 20px;
}
.call-out-box .call-out-btn {
    border: 2px solid #f3b637;
    padding: 15px;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-weight: 700;
    float: right;
    margin-left: 40px;
    color: #333;
    border-radius: 50%;
    text-align: center;
}
.tab-pane {
    padding: 30px 20px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.nav-tabs li {
    position: relative;
}
.tab-content .p-title {
    margin-top: 0;
}
.nav-tabs li a {
    color: #fff;
    background: #333;
    font-size: 15px;
    font-family: "Golos Text", sans-serif;
    padding: 6px 15px 6px 25px;
}
.nav-tabs li span {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 18px 12px;
    border-color: transparent transparent transparent #333;
    z-index: 99;
}
.nav-tabs li.active span {
    border-color: transparent transparent transparent #f3b637;
}
.nav-tabs > li > a {
    margin-right: 0;
    border: 0;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #f3b637;
    border: 0;
    color: #fff;
}
.nav-tabs > li:hover span {
    border-color: transparent transparent transparent #f3b637;
}
.nav-tabs > li:hover > a {
    border: 0;
    background: #f3b637;
}
.panel-heading {
    padding: 0;
}
.panel-heading,
.panel-group .panel {
    border-radius: 0;
}
.panel-body {
    padding: 20px 15px;
}
.panel {
    box-shadow: none;
    border: 1px solid #f7f7f7;
}
.panel-default > .panel-heading {
    color: inherit;
    background: #fff;
}
.panel-default > .panel-heading:hover {
    background: #333;
}
.panel-default > .panel-heading:hover .panel-title a {
    color: #fff;
}
.panel-default > .panel-heading:hover .panel-title span {
    background: #f3b637;
}
.panel-default > .panel-heading:hover .panel-title span:after {
    border-left-color: #f3b637;
}
.panel-title > a {
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
    line-height: 35px;
}
.panel-title a[aria-expanded="true"] {
    background: #333;
    color: #fff;
}
.panel-title a[aria-expanded="true"] span {
    background: #f3b637;
}
.panel-title a[aria-expanded="true"] span:after {
    border-left-color: #f3b637;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: #333;
}
.panel-title span {
    position: relative;
    line-height: 35px;
    display: inline-block;
    margin-right: 28px;
    padding-right: 28px;
    padding-left: 15px;
}
.panel-title span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 10px solid #e8e8e8;
}
.panel-title span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 10px solid #fff;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.booking-tabs {
    background-color: #fcfcfc;
}
.booking-tabs ul {
    list-style: none;
}
.booking-tabs .nav-tabs {
    text-align: center;
    border-top: 1px solid #e8e8e8;
}
.booking-tabs .nav-tabs li {
    width: 25%;
}
.booking-tabs .nav-tabs li:last-child a {
    border-right: 1px solid #e8e8e8;
}
.booking-tabs .nav-tabs li:last-child a:hover {
    border-right: 0;
}
.booking-tabs .nav-tabs a {
    background: none;
    border-left: 1px solid #e8e8e8;
    padding: 15px 0;
}
.booking-tabs .nav-tabs i {
    color: #333;
    font-size: 25px;
}
.booking-tabs .nav-tabs .active i {
    color: #fff;
}
.booking-tabs .nav-tabs .active:last-child a {
    border-right: 0;
}
.booking-tabs .tab-pane {
    padding: 0;
}
.booking-tabs .bookingform {
    margin: 0 15px 30px 15px;
}
.booking-tabs .bookingform label {
    float: left;
    margin-right: 3%;
    width: 34%;
    text-transform: uppercase;
}
.booking-tabs .bookingform label span {
    color: #f3b637;
}
.booking-tabs .bookingform .form-control {
    box-shadow: none;
    border: 1px solid #e8e8e8;
    display: table;
    height: 30px;
    border-radius: 0;
    width: 63%;
    float: left;
}
.booking-tabs .bookingform .form-control:active,
.booking-tabs .bookingform .form-control:focus {
    box-shadow: none;
}
.booking-tabs .bookingform fieldset {
    margin-bottom: 36px;
    border-bottom: 1px dashed #e8e8e8;
}
.booking-tabs .bookingform .field-separator {
    margin-bottom: 15px;
}
.booking-tabs .input-group .form-control {
    width: 100%;
}
.booking-tabs .input-group-addon {
    background: #f3b637;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.booking-tabs .input-group-addon i {
    color: #fff;
}
.booking-tabs input[type="submit"] {
    float: right;
    margin-top: 10px;
}
.booking-tabs .field-inline .form-control {
    width: 47.5%;
}
.booking-tabs .field-inline .form-control:first-child {
    margin-right: 5%;
}
.booking-tabs .nav-tabs > li > a:hover i {
    color: #fff;
}
.skillbar {
    position: relative;
    display: block;
    margin: 60px 0;
    padding: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    height: 10px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar {
    position: relative;
    left: 0;
    height: 10px;
    width: 0;
    background: #f3b637;
    padding: 0;
    margin: -1px;
}
.skillbar-title {
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    background: transparent;
    z-index: 1;
}
.skillbar-title h6 {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
}
.percentage-text {
    text-align: center;
    vertical-align: middle;
    padding: 2px 12px;
    font-family: "Golos Text", sans-serif;
    font-size: 14px;
    float: right;
    color: #333;
    top: -35px;
    right: -24px;
    position: absolute;
    display: block;
}
.percentage-text small.skill-arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #f3b637;
    border-left: 10px solid transparent;
    position: absolute;
    top: 25px;
    right: 24px;
}
.alert {
}
.alert .glyphicon {
    vertical-align: top;
    margin-right: 20px;
    font-size: 20px;
}
#tropical-banner {
    position: relative;
    background: url(../images/taxi-hire-in-kashmir.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
    z-index: 1;
}
#tropical-banner:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#tropical-banner img {
    width: 100%;
}
.banner-contents {
    padding: 90px 0;
    text-align: center;
}
.breadcrumb-wrapper {
    background: #f7f7f7;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb {
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    padding: 4px 15px;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #f3b637;
}
.breadcrumb .active {
    color: #f3b637;
}
.intro-area .carousel-inner .item {
    height: 500px;
    background-position: center;
    background-size: cover;
}
.slider-content {
    position: absolute;
    z-index: 99999;
    left: 25%;
    right: 25%;
    top: 25%;
    display: table-cell;
    text-align: center;
    background: #00000069;
    padding: 20px 15px;
    border-radius: 10px;
}
.slider-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.5em;
}
.slider-content h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.ready-btn {
    border: 1px solid #1e98e2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #1e98e2;
    border-radius: 3px;
}
.ready-btn:hover {
    color: #fff;
    background: #1e98e2;
    border: 1px solid #1e98e2;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #252525;
    border: 1px solid #252525;
}
.ready-btn.right-btn:hover {
    background: #1e98e2;
    border: 1px solid #1e98e2;
}
.ready-btn.left-btn:hover {
    background: #252525;
    border: 1px solid #252525;
}
.main-slider-wrap {
    position: relative;
}
.main-slider {
    overflow: hidden;
}
.main-slider .item {
    position: relative;
}
.main-slider .slide-details {
    position: absolute;
    z-index: 99;
    top: 26.5%;
    right: 13.4%;
}
.main-slider .title {
    color: #fff;
    text-align: right;
    display: table;
    font-weight: 300;
    font-family: "Golos Text", sans-serif;
}
.main-slider .title span {
    clear: both;
    display: inline-block;
    padding: 10px 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 10px;
    border-radius: 50px;
}
.main-slider .title span:first-of-type {
    display: block;
}
.main-slider .slick-prev,
.main-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -25px;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.main-slider .slick-prev {
    left: -50px;
}
.main-slider .slick-next {
    right: -50px;
}
.main-slider i {
    display: table;
    font-size: 20px;
    background: #000;
    padding: 15px 17px;
}
.main-slider i:hover {
    background: #f3b637;
}
.main-slider:hover .slick-prev {
    left: 0;
}
.main-slider:hover .slick-next {
    right: 0;
}
#adv-search {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9;
    color: #fff;
}
#adv-search fieldset {
    display: block;
}
#adv-search legend {
    background: none;
    border-bottom: 0;
    margin-bottom: 0;
}
#adv-search legend span {
    font-size: 16px;
    padding: 5px 20px 3px 20px;
    border-radius: 2px 2px 0 0;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
#adv-search .form-wrap {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
}
#adv-search .input-group {
    float: left;
    width: 190px;
    margin-right: 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
}
#adv-search select {
    width: 190px;
    height: 28px;
    float: left;
    margin-right: 10px;
    border-radius: 0;
}
#adv-search input,
#adv-search select {
    background: none;
    border: 1px solid #908d8d;
    color: #fff;
    height: 29px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 6px;
}
#adv-search input[type="submit"] {
    width: 150px;
    text-transform: uppercase;
    border: 0;
    background: #f3b637;
    padding: 4px 0;
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    outline: none;
}
#adv-search .input-group-addon {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    border: 1px solid #908d8d;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}
#adv-search .fa-calendar {
    color: #fff;
}
#adv-search .select2-container {
    float: left;
    margin-right: 10px;
}
#adv-search .select2-container--default .select2-selection--single {
    background: none;
    border-color: #fff;
    border-radius: 0;
    height: 37px;
}
#adv-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-weight: 500;
}
#adv-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 40px;
}
#adv-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
#adv-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-dropdown {
    border-radius: 0;
    border: 0;
}
.select2-search--dropdown .select2-search__field {
    outline: none;
}
.home-services,
.home-tour {
    background: #fff;
    padding: 15px 0 0;
}
.home-tour {
    padding: 35px 0 !important;
}
.section-separator .container {
    background: url(../images/home-section-separate.png) bottom center repeat-x;
    padding-bottom: 35px;
}
.home-tour .first {
    margin-right: 40px;
}
.home-tour .tour-schedule-title {
    margin-right: 20px;
    margin-bottom: 0;
}
.home-tour .section-header.second {
    margin: 25px 40px 25px 0;
}
.home-tour #myTabContent,
.home-tour #myTab {
    margin-right: 20px;
}
.home-tour #myTabContent img,
.home-tour #myTab img {
    margin-bottom: 0;
}
.home-tour #myTabContent:first-of-type {
    margin-bottom: 38px;
}
.home-tour-type {
    background: #fff;
}
.home-tour-type .service-var-2 {
    margin-right: 30px;
}
.weather-location-map #location-map {
    height: 300px;
}
.home-tour-two,
.home-tour-type,
.weather-location-map,
.home-schedule,
.testimonials,
.home-special-offers,
.home-tour {
    padding: 35px 0 0;
}
.home-tour-two .header-with-nav,
.home-tour-type .header-with-nav,
.weather-location-map .header-with-nav,
.home-schedule .header-with-nav,
.testimonials .header-with-nav,
.home-special-offers .header-with-nav,
.home-tour .header-with-nav {
    margin-top: 0;
}
.location-map-wrap {
    border: 1px solid #e8e8e8;
    padding: 10px;
    background: #fff;
}
#location-map {
    width: 100%;
    height: 400px;
}
.home-schedule {
    background: #fff;
}
.home-schedule .title {
    margin-top: 0;
    margin-bottom: 28px;
}
.tour-page {
    margin-bottom: 70px;
}
.tour-page .section-header {
    margin-bottom: 20px;
}
.tour-carousel {
    padding: 5px 0;
}
.tour-carousel .tour-post-header {
    position: relative;
}
.tour-carousel .tour-post {
    border-right: 0;
    margin: 4px 0;
    border-radius: 2px;
}
.tour-carousel article[aria-hidden="true"] .circle-icon {
    display: none;
}
.tour-carousel .slick-active:nth-child(4n + 4) .circle-icon {
    display: none;
}
.tour-carousel .slick-list {
    z-index: 9;
}
.tour-carousel .slick-next,
.tour-carousel .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.tour-carousel .slick-next .fa,
.tour-carousel .slick-prev .fa {
    background: #d0b38e;
    color: #fff;
    font-size: 30px;
    text-align: right;
    padding: 11px 7px;
    line-height: 20px;
}
.tour-carousel .slick-next .fa:hover,
.tour-carousel .slick-prev .fa:hover {
    background: #a16d2a;
}
.tour-carousel .slick-next {
    right: 0;
    margin-right: 0;
    z-index: 9;
}
.tour-carousel .slick-prev {
    left: 0;
    margin-left: 0;
    z-index: 9;
}
.tour-carousel .slick-prev .fa {
    text-align: left;
}
.tour-item {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.tour-post {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.tour-post a {
    display: block;
}
.tour-post .p-name {
    margin-bottom: 10px;
    color: #fff;
    /*position: absolute;*/
    text-shadow: 0 0 3px #000000, 0 0 3px #000;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
    bottom: 0;
}
.tour-days {
    color: #777;
    margin-top: 4px;
}
.tour-post-header {
    border-bottom: 1px dashed #e8e8e8;
    padding: 5px 10px 0;
}
.tour-feature-img {
    text-align: center;
    position: relative;
}
.tour-feature-img p{
    font-size: 16px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    z-index: 99;
    color: #ffffff;
    width: 100%;
    background: rgb(161 109 42);
    margin: 0 auto;
    margin-top: -35px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /* text-shadow: 1px 2px 3px #000000, 1px 2px 3px #000000, 1px 2px 6px #000; */
}
.tour-feature-img img {
    width: 100%;
}
.tour-price {
    font-size: 18px;
    color: #333;
}
.tour-price-off {
    background: #f3b637;
    padding: 1px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 3px;
}
.tour-contents {
    margin: 0;
    background: #000;
}
.center {
    text-align: center;
}
.box1-img {
    position: relative;
    -webkit-box-shadow: 0 56px 36px -60px #121d12;
    -moz-box-shadow: 0 56px 36px -60px #121d12;
    -o-box-shadow: 0 56px 36px -60px #121d12;
}
.box1-img .readlink {
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    margin-top: -20px;
    margin-left: -15px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 13px;
}
.box1-img:after {
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgba(243, 182, 55, 0.8);
}
.span13 h3 .pinkline1,
.span13 h3 .pinkline2 {
    display: block;
    width: 4ex;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    background-color: #f3b637;
}
.span13 h3 .pinkline1,
.span13 h3 .pinkline2 {
    display: block;
    width: 4ex;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    background-color: #f3b637;
}
.btn2 {
    color: #333;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    border: 2px solid #333;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 600;
}
.center {
    text-align: center;
}
.info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.info h3 a {
    color: #333;
}
.list {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    padding-left: 3px;
    list-style: none;
}
.list li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 4px;
}
.list li:before {
    content: "\f138";
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #f3b637;
    font-size: 14px;
    padding-right: 0.9em;
    position: absolute;
    top: 1px;
    left: 0;
}
.list li a {
    color: #5a5a5a;
}
.span13 h1 {
    position: relative;
    color: #f3b637;
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
}
.span13 h2 {
    position: relative;
    color: #f3b637;
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
}
.span13 p {
    font-size: 15px;
    color: #555;
    margin: 10px 0;
    line-height: 25px;
}
.more-details {
    padding-bottom: 10px;
    text-align: center;
}
.more-details h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    padding: 15px 5px;
    border-radius: 0 0 2px 2px;
}
.more-details h3:hover {
    color: rgb(161, 109, 42);
    text-decoration: none;
}
.more-details h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    padding: 5px 5px 14px;
    border-radius: 0 0 2px 2px;
}
.more-details h4:hover {
    color: rgb(161, 109, 42);
    text-decoration: none;
}
.more-details i {
    padding-left: 5px;
}
.tour-by-destination {
    border: 1px solid #e8e8e8;
    margin-right: 40px;
}
.tour-by-destination .map {
    float: left;
    width: 38.5%;
}
.tour-by-destination .destination-detail {
    width: 61.5%;
    float: left;
    border-left: 1px solid #e8e8e8;
    padding: 15px 30px;
}
.tour-by-destination .destination-detail img {
    float: left;
    width: 50%;
}
.tour-by-destination .destination-content {
    clear: both;
}
.tour-by-destination .arrow-list {
    padding-left: 0;
    width: 46%;
    margin-left: 4%;
    float: left;
}
.tour-by-destination .slick-prev,
.tour-by-destination .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 99;
}
.tour-by-destination .slick-prev {
    left: 35.5%;
}
.tour-by-destination .slick-next {
    right: -21px;
}
.tour-by-destination .fa {
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 11px 15px;
}
.tour-by-destination .fa:hover {
    background: #f3b637;
    color: #fff;
}
.tour-by-destination h5 {
    margin-bottom: 5px;
}
.tour-by-destination small {
    font-size: 13px;
    color: #aaa9a9;
}
.tour-post.list-style .tour-feature-img {
    float: left;
    margin-right: 0;
}
.tour-post.list-style .hide {
    display: block !important;
}
.layout-control {
    border: 1px solid #e8e8e8;
}
.layout-control a {
    background: #fff;
    float: left;
}
.layout-control a:first-child {
    border-right: 1px solid #e8e8e8;
}
.layout-control i {
    color: #ccc;
    font-size: 14px;
    padding: 10px;
}
.layout-control .active i {
    color: #333;
}
.sorting select {
    width: 196px;
    height: 36px;
}
.sorting .select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    outline: none;
}
.sorting .select2-container .select2-selection--single,
.sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
}
.advance-tour-filter {
    background: #fff;
    border: 1px solid #e8e8e8;
}
ul.tags {
    padding: 0;
    list-style: none;
    display: inline-block !important;
    margin: 0;
}
ul.tags li {
    float: left;
    margin: 3px 2px !important;
    background: none !important;
    padding: 0 !important;
}
ul.tags li a {
    display: block;
    color: #929291;
    padding: 2px 9px;
    border-radius: 29px;
    text-decoration: underline;
    font-size: 12px;
}
ul.tags li a:hover {
    color: #a16d2a;
    font-weight: 600;
}
.h4-head {
    color: #d82f04;
    font-weight: 700;
}
.tour-single {
    padding: 50px 0;
}
.tour-single .tour-price-single {
    padding: 2px 18px;
    margin-bottom: 20px;
}
.tour-single .tour-single-title {
    margin-top: 0;
    font-family: "Golos Text", sans-serif;
    border-bottom: 1px dashed #5f3b0f;
    color: #5f3b0f;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.tour-single .tour-post-meta {
    display: table;
    margin-left: 30px;
    min-width: 180px;
}
.tour-single .tour-post-meta span {
    display: block;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.tour-single .tour-post-meta i {
    font-size: 14px;
    color: #f3b637;
    margin-right: 10px;
}
.tour-single .tour-single-contents {
    margin: 0 0 10px 0;
    padding: 12px 15px;
    webkit-box-shadow: 0 0 2px 2px rgb(247, 247, 247);
    -moz-box-shadow: 0 0 2px 2px rgb(247, 247, 247);
    box-shadow: 0 0 2px 2px rgb(247, 247, 247);
    border: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
}
.tour-single .tour-single-contents:hover {
    -webkit-box-shadow: 0 0 2px 2px rgba(85, 88, 88, 0.2);
    -moz-box-shadow: 0 0 2px 2px rgba(85, 88, 88, 0.2);
    box-shadow: 0 0 2px 2px rgba(85, 88, 88, 0.2);
    border: 1px solid #f1f1f1;
    background: #fff;
}
.tour-single .tour-single-contents h4 {
    line-height: 25px;
    background: #f9e3c8;
    -khtml-border-radius: 3px;
    border-radius: 2px;
    color: #40240f;
    font-family: "Golos Text", sans-serif;
    margin: 0 0 3px 0;
    font-size: 13px;
}
.tour-single .tour-single-contents h4 span {
    background: #a16d2a;
    padding: 0 8px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 2px;
    font-family: "Golos Text", sans-serif;
    font-size: 13px;
    margin-right: 15px;
    color: #fff;
    padding-top: 4px;
    display: inline-block;
}
.tour-single .tour-single-contents h4 span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 213, 37, 0);
    border-left-color: #a16d2a;
    border-width: 7px;
    margin-top: -7px;
}
.tour-single .tour-single-contents ul {
    padding: 0;
    display: block;
    list-style: none;
    position: relative;
}
.tour-single .tour-single-contents ul li {
    background: #422b1d;
    color: #fff;
    padding: 2px 5px;
    display: block;
    display: inline-block;
    border-radius: 2px;
    margin: 3px;
}
.tour-single .tour-single-contents p {
    line-height: 23px;
    color: #424242;
    text-align: justify;
    font-family: "Golos Text", sans-serif;
    font-size: 13px;
    padding: 0 3px 17px;
    margin: 0;
    text-align: justify;
}
.tour-single .tour-contents-footer .btn-black-border {
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}
.tour-single-slider {
    position: relative;
}
.tour-single-slider .tour-single-slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 300px;
    margin-left: -165px;
    z-index: 9;
}
.tour-single-slider .tour-single-slider-nav .item {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}
.tour-single-slider .tour-single-slider-nav .item img:after {
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tour-single-slider .tour-single-slider-nav .item img:after:hover:after {
    opacity: 1;
}
.tour-single-slider .tour-single-slider-nav .slick-active {
    position: relative;
}
.tour-single-slider .tour-single-slider-nav .slick-active:after {
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.tour-single-schedule {
    margin-bottom: 45px;
}
.tour-single-schedule #myTabContent {
    background: #fff;
}
.tour-single-rates {
    background: url(../images/home-section-separate.png) bottom center repeat-x;
    padding-bottom: 25px;
}
.question-form {
    padding: 35px 20px;
}
.question-form label {
    width: 35%;
    margin-right: 5%;
    float: left;
    text-transform: uppercase;
}
.question-form input[type="text"],
.question-form textarea {
    border: 1px solid #e8e8e8;
    padding: 5px;
    width: 60%;
    float: left;
    box-shadow: none;
    outline: none;
    margin-bottom: 10px;
    border-radius: 0;
}
.question-form input[type="submit"] {
    float: right;
    font-size: 15px;
    padding: 1px 22px;
}
.testimonial {
    background: #fff;
    border: 1px solid #e8e8e8;
    position: relative;
    padding: 31px 20px 15px 15px;
    margin-bottom: 50px;
    margin-left: 50px;
}
.testimonial .avatar {
    position: absolute;
    top: 50%;
    margin-top: -53px;
    left: -53px;
}
.testimonial .avatar img {
    background: #fff;
    padding: 7px;
    border: 1px solid #e8e8e8;
}
.testimonial .contents {
    margin-left: 55px;
}
.testimonial p {
    margin-bottom: 20px;
}
.testimonial.var-two {
    border-bottom: 4px solid #e8e8e8;
    margin-left: 20px;
}
.testimonial.var-two .avatar {
    left: 15px;
    top: -53px;
    margin: 0;
}
.testimonial.var-two .avatar img {
    border-radius: 50%;
    padding: 4px;
}
.testimonial.var-two .contents {
    margin-left: 110px;
}
.testimonial.var-two .contents:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #f3b637;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 50%;
    left: 50px;
}
.testimonial-var-two {
    padding: 70px 0 20px 0;
}
.testimonial-var-two .section-header {
    margin-top: 0;
}
.partners {
    background: #fff;
    padding: 70px 0;
}
.partners .slick-slide {
    text-align: center;
}
.partners img {
    display: inline-block;
}
.service-var-1 {
    background: #fff;
    border: 1px solid #a16d2a;
    margin: 0 0 20px 0;
    text-align: center;
    border-radius: 2px;
}
.service-var-1 .wrapper {
    position: relative;
}
.service-var-1 .wrapper:hover .icon {
    background: #f3b637;
}
.service-var-1 .wrapper:hover i {
    color: #fff;
}
.service-var-1 .wrapper:hover .icon:before {
    border-bottom-color: #f3b637;
}
.service-var-1 .wrapper:hover .icon:after {
    border-top-color: #f3b637;
}
.service-var-1 .feature-img {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #a16d2a;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}
.service-var-1 .feature-img img {
    border-radius: 2px 2px 0 0;
    width: 100%;
}
.service-var-1 .feature-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-var-1 .feature-img p {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: #ffda8c;
    width: 100%;
    background: rgba(0, 0, 0, 0.29);
    margin: 0 auto;
    margin-top: -35px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-shadow: 1px 2px 3px #000000, 1px 2px 3px #000000, 1px 2px 6px #000;
}
.service-var-1 .feature-img:hover {
    border-bottom-color: #f3b637;
}
.service-var-1 .feature-img:hover p,
.service-var-1 .feature-img:hover .overlay {
    display: block;
}
.service-var-1 .icon-wrapper {
    position: absolute;
    bottom: -22px;
    z-index: 99;
    left: 0;
    right: 0;
}
.service-var-1 .icon {
    width: 74px;
    height: 40px;
    background: #f8f9f9;
    position: relative;
    display: inline-block;
    text-align: center;
}
.service-var-1 .icon:before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 19px solid #f8f9f9;
}
.service-var-1 .icon:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 19px solid #f8f9f9;
}
.service-var-1 .icon i {
    color: #333;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 42px;
}
.service-var-1 .contents {
    padding: 0 0 6px 0;
}
.service-var-1 .contents p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #a16d2a;
}
.service-var-1 .p-name {
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: lowercase;
    margin-top: 8px;
}
.service-var-2 {
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 21px 15px;
    background: #fcfcfc;
    margin: 0 40px 30px 0;
}
.service-var-2 small {
    color: #f3b637;
    font-size: 13px;
    font-style: italic;
}
.service-var-2 .p-name {
    margin-top: 0;
}
.service-var-2 .icon-wrap {
    float: left;
    margin-right: 25px;
}
.service-var-2 .fa {
    color: #333;
    font-size: 22px;
    vertical-align: middle;
}
.service-var-2 .contents-wrap {
    float: left;
}
.service-var-2 .more {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    background: #f8f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 7px 15px;
    z-index: 99;
    text-decoration: none;
}
.service-var-2 .more:hover {
    background: #f3b637;
}
.service-var-2 .more:hover .fa {
    color: #fff;
}
.shortcodes-wrap .title {
    margin-bottom: 40px;
}
.shortcodes-wrap .btn-md {
    margin: 0 4%;
}
.shortcodes-wrap .btn-black,
.shortcodes-wrap .btn-black-border {
    margin-bottom: 30px;
}
.shortcodes-wrap .container {
    background: url(../images/shortcodes-separate.png) bottom center repeat-x;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.shortcodes-wrap .container.last {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.shortcodes-wrap .price-table-wrap .btn-black,
.shortcodes-wrap .price-table-wrap .btn-black-border {
    margin-bottom: 0;
}
.shortcodes-wrap .tab-pane {
    background-color: #fff;
}
.shortcodes-wrap .datepicker {
    display: block;
    margin-left: 40px;
}
.shortcodes-wrap #map-canvas-wrap {
    padding: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
}
.shortcodes-wrap #location-map {
    width: 100%;
    height: 392px;
    margin: 0;
    padding: 0;
}
.shortcodes-wrap .fc-icon {
    font: normal normal normal 14px/1 FontAwesome;
}
.site-footer {
    background: #4a423b url(../images/bottom-bg.jpg) no-repeat center;
    color: #ccc;
}
.site-footer .col-sm-4:nth-child(3n + 1) {
    clear: left;
}
.site-footer a,
.site-footer p,
.site-footer li,
.site-footer input,
.site-footer address,
.site-footer p {
    color: inherit;
}
.site-footer .widget {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.site-footer .widget-title,
.site-footer strong {
    color: #fff;
    text-transform: uppercase;
}
.site-footer .widget-title:after {
    display: block;
    width: 45px;
    height: 3px;
    background: #f3b637;
    content: "";
    margin: 5px 0;
}
.site-footer .widget-title {
    margin-bottom: 6px;
    padding-bottom: 4px;
    display: inline-block;
    width: 100%;
}
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer ul li {
    float: left;
    line-height: 1.3em;
}
.site-footer ul li a {
    font-size: 13px;
}
.site-footer ul li a:hover {
    color: #f7dda6;
}
.site-footer ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-right: 8px;
    color: #ccc;
    font-size: 15px;
}
.site-footer .widget_pages li,
.site-footer .widget_recent_entries li {
    width: 100%;
    margin-bottom: 10px;
}
.site-footer .widget_recent_entries li {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-bottom: 15px;
}
.site-footer .widget_recent_entries li:before {
    content: "\f105";
    margin-right: 15px;
    color: #ccc;
    font-size: 15px;
}
.site-footer .tour-gallery li {
    margin: 0 10px 10px 0;
}
.site-footer .site-info {
    background: #25190c;
    padding: 12px;
}
.site-footer .site-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-wrapper {
    background: rgba(45, 35, 26, 0.75);
}
.footer-wrapper .container {
    background: url(../images/footer-map-bg.png) bottom right no-repeat;
}
.sidebar .widget {
    background: #fff;
    padding: 0;
}
.sidebar .widget p {
    padding: 5px;
    border: 1px solid #e1e1e1;
}
.sidebar .widget ul {
    padding-left: 0;
    list-style: none;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #e1e1e1;
}
.sidebar .widget ul li a {
    display: inline-block;
    width: 100%;
    padding: 7px 5px 5px 7px;
    line-height: 1.5em;
    font-size: 13px;
    color: #444241;
    font-family: "Golos Text", sans-serif;
    letter-spacing: -0.22px;
}
.sidebar .widget ul li a span {
    font-size: 11px;
    float: right;
    color: #b32b00;
}
.sidebar .widget ul li a:hover {
    background: #fbe3b0;
}
.sidebar .widget address {
    padding: 5px;
    border: 1px solid #e1e1e1;
}
.sidebar .widget-title {
    background: #a16d2a;
    margin: 0 0;
    padding: 10px 15px;
    color: #fff;
}
.sidebar .search {
    margin-bottom: 30px;
}
.widget_mc4wp_widget form {
    position: relative;
    display: inline-block;
    min-height: 36px;
    margin: 14px 0 0 0;
    width: 86%;
}
.widget_mc4wp_widget input[type="email"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #444;
    color: #fff;
    border: 0;
    padding: 6.5px 30px 6.5px 10px;
    outline: none;
}
.widget_mc4wp_widget input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 0;
    padding: 7px 10px;
    color: #252525;
    font-size: 13px;
    font-family: "Golos Text", sans-serif;
    text-transform: uppercase;
}
.widget_mc4wp_widget input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.contact-widget address,
.contact-widget p {
    margin-bottom: 10px;
    font-size: 13px;
}
.contact-widget .social-nav {
    margin-top: 10px;
}
.booking-template {
    margin: 90px 0;
}
.booking-template .left-section {
    margin-left: -10px;
}
.booking-template .template-header {
    margin-bottom: 50px;
}
.booking-template .template-header .title {
    margin: 0;
}
.booking-template .template-header .booking-layout {
    margin-left: -10px;
}
.booking-template .template-header .booking-layout a {
    float: left;
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #f3b637;
    padding: 3px 20px;
    margin-left: 10px;
}
.booking-template .template-header .booking-layout .active {
    background: #777;
}
.booking-template .fc-icon- {
    font: normal normal normal 14px/1 FontAwesome;
}
.fc-toolbar .fc-btn,
.fc-toolbar .fc-button {
    background: #333;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 2px 8px;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
}
.fc-toolbar .fc-prev-button {
    margin-right: 10px;
    outline: none;
}
.fc-toolbar .fc-left .fc-btn:nth-child(2) {
    margin-left: 10px;
}
.fc-toolbar .fc-left button {
    margin-left: 10px;
}
.calender-slider .fc-center {
    margin-right: -70px;
}
.calender-slider .fc-center.first {
    margin-left: -130px;
    margin-right: 0;
}
.calender-slider .fc-unthemed .fc-today {
    background: none;
}
.calender-slider .fc-day-number {
    position: relative;
}
.calender-slider .fc-day-number:hover .calender-pop-up-wrap {
    display: block;
}
.calender-slider .t-price {
    position: absolute;
    top: 54px;
    left: 0;
    background: #f3b637;
    color: #fff;
    width: 91%;
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.calender-slider .t-price.passed {
    background: #e8e8e8;
    font-weight: 400;
    color: #333;
}
.calender-slider .fc-basic-view .fc-week-number,
.calender-slider .fc-basic-view .fc-day-number {
    padding: 8px;
}
.calender-slider .fc-other-month {
    color: #fff !important;
}
.calender-slider .fc-other-month span {
    color: #fff !important;
    background: transparent !important;
}
.calender-slider .fc-basic-view .fc-body .fc-row:last-child {
    display: none;
}
.booking-template-from {
    width: 720px;
    margin: 0 auto;
    margin-top: 90px;
}
.booking-template-from fieldset {
    width: 48%;
    float: left;
    margin-bottom: 40px;
    margin-left: 4%;
}
.booking-template-from fieldset:first-child {
    margin-left: 0;
}
.booking-template-from fieldset label {
    float: left;
    width: 33%;
    vertical-align: middle;
    margin: 9px 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
}
.booking-template-from fieldset .input-group {
    width: 65%;
    margin-left: 2%;
    float: left;
}
.booking-template-from fieldset .input-group input {
    box-shadow: none;
    border-radius: 0;
    border-right: 0;
}
.booking-template-from fieldset .input-group-addon {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
.booking-template-from .price-cal,
.booking-template-from .booking-submit {
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.booking-template-from .price-cal {
    background: #fff;
    border-width: 2px;
}
.calender-pop-up-wrap {
    display: none;
    position: absolute;
    bottom: 44px;
    left: 0;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.calender-pop-up {
    position: relative;
    background: #f9f9f9;
    padding: 15px;
    width: 320px;
}
.calender-pop-up .pop-header {
    margin-bottom: 30px;
}
.calender-pop-up .pop-header .p-price {
    font-size: 20px;
    font-weight: 700;
    float: left;
}
.calender-pop-up .pop-header time {
    font-family: "Golos Text", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    margin-top: 7px;
}
.calender-pop-up h5 {
    font-size: 14px;
}
.calender-pop-up .t-btn {
    padding: 3px 15px;
}
.calender-pop-up .arrow {
    position: absolute;
    left: 30px;
    bottom: -16px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #f9f9f9;
}
.calender-listing .calender-date-listing {
    background: #eee;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.calender-listing .calender-date-listing .title {
    margin: 0 0 20px 0;
    font-size: 15px;
}
.calender-listing .c-date-head {
    padding: 10px 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #aaa;
}
.calender-listing .c-date-head .p-price {
    font-size: 16px;
    font-weight: 700;
}
.calender-listing .c-date-head time {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.calender-listing .c-contents {
    margin: 0 10px 25px 10px;
}
.calender-listing .c-contents p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #777;
}
.calender-listing .c-contents .t-btn {
    padding: 3px 16px;
    background: #999;
    border: 0;
    margin-left: 15px;
    margin-top: -10px;
}
.calender-listing .calender-date-listing.available {
    background: #fff;
}
.calender-listing .calender-date-listing.available .t-btn {
    background: #f3b637;
}
.c-layouts {
    display: none;
}
.show.c-layouts {
    display: block;
}
.blog-post {
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 45px;
    margin-right: 10px;
}
.blog-post .blog-feature-img {
    float: left;
    margin: -1px;
    margin-right: 31px;
    width: 37%;
}
.blog-post .entry-title {
    margin: 0 0 25px 0;
}
.blog-post .entry-contents {
    margin: 30px 40px 0 25px;
}
.blog-post .post-meta {
    margin: 35px -15px 0 0;
}
.blog-post p {
    color: #777;
    line-height: 24px;
}
.blog-post span {
    color: #777;
    display: inline-block;
}
.blog-post .comment-count {
    color: #333;
    text-transform: uppercase;
}
.blog-post .read-more {
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -26px;
    background: #f8f8f8;
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
    z-index: 99;
}
.blog-post .read-more i {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 8px 16px;
    color: #333;
    font-size: 24px;
    border-radius: 50%;
}
.blog-post .read-more:hover i {
    background: #f3b637;
    color: #fff;
}
#pagination {
    margin: 10px 0 75px 0;
    display: inline-block;
    width: 100%;
}
#pagination a {
    background: #fff;
    padding: 6px 15px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    display: inline-block;
    margin-left: -4px;
    color: #333;
}
#pagination a:last-child {
    border-right: 1px solid #e8e8e8;
}
#pagination .active {
    color: #f3b637;
}
.blog-single .blog-post {
    margin-right: 0;
}
.blog-single .entry-contents {
    padding: 30px;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
}
.blog-single .feature-img {
    float: none;
    margin-right: -1px;
    width: 100%;
}
.blog-single .post-meta {
    margin-right: 0;
}
.blog-single .post-meta-single {
    background: url(../images/meta-separator.png) top center repeat-x;
    margin-top: 30px;
    padding: 30px;
}
.blog-single .post-meta-single span {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
}
.blog-single .post-meta-single a {
    text-transform: uppercase;
    color: #777;
}
.blog-single .post-meta-single a:hover {
    color: #f3b637;
    text-decoration: underline;
}
.blog-single .post-meta-single .shares {
    color: #777;
}
.blog-single .post-meta-single .shares i {
    color: #f3b637;
}
.comments {
    margin-bottom: 40px;
}
.comments .comments-title {
    margin-bottom: 40px;
}
.comments article article {
    margin-left: 80px;
}
.comments .avatar {
    width: 230px;
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
    border-right: 1px solid #e8e8e8;
    border-top-right-radius: 45px;
    box-sizing: content-box;
    float: left;
    margin-right: -50px;
    position: relative;
}
.comments .avatar img {
    border-radius: 50%;
    display: inline-block;
    clear: both;
}
.comments .avatar time {
    font-size: 13px;
    color: #777;
    display: inline-block;
    margin-top: 10px;
}
.comments .author {
    float: left;
    margin: 0;
}
.comment-wrap {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}
.comment-detail-wrap {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 25px 25px 15px 80px;
}
.comment-meta {
    margin-bottom: 15px;
}
.comment-reply-link {
    float: right;
    color: #f3b637;
    text-transform: uppercase;
}
.comment-reply-link i {
    color: #f3b637;
}
.respond-title {
    margin-bottom: 30px;
}
.page-404 {
    padding: 30px 0 45px 0;
    background: #fff url(../images/thanks.jpg) no-repeat top center;
}
.page-404 .error-code,
.page-404 .error-statement {
    padding: 25px 0;
    margin: 45px 0;
}
.page-404 .error-code {
    font-size: 100px;
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    border-right: 1px dashed #e8e8e8;
    margin: 0;
}
.contact-template {
    margin-bottom: 75px;
}
.contact-template .contact-title {
    margin-bottom: 45px;
}
.contact-template .contact-details {
    background: url(../images/home-section-separate.png) bottom center repeat-x;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.contact-template .contact-details .title {
    color: #fff;
    font-size: 14px;
    background: #f3b637;
    padding: 8px 10px 7px 60px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-left: 15px;
}
.contact-template .contact-details .title i {
    position: absolute;
    left: -15px;
    top: -18px;
    background: #fff;
    border: 2px solid #f3b637;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 56px;
}
.contact-template .contact-details .title i.fa-mobile {
    font-size: 30px;
}
.contact-template .contact-details .title span {
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #f3b637;
    border-bottom: 15px solid transparent;
}
.contact-template .contact-details address {
    margin-top: 20px;
}
.contact-template .contact-details address,
.contact-template .contact-details .email-section,
.contact-template .contact-details .phone-section {
    margin-bottom: 30px;
}
.contact-template address p,
.contact-template .email-section .email,
.contact-template .phone-section .number {
    margin-left: 60px;
    color: #333;
}
.contact-template .map-wrap {
    background: #fff;
    padding: 7px;
    border: 1px solid #e8e8e8;
}
.contact-template #location-map {
    height: 300px;
}
.contact-template a {
    color: #333;
}
#contact_form #contact-loader {
    display: none;
}
#error-container {
    display: inline-block;
    width: 100%;
    clear: both;
}
#error-container .error {
    color: red;
    display: block;
}
.booking-detail {
    padding: 15px 0;
    display: table;
    width: 100%;
}
.passenger-detail {
    overflow: hidden;
    border: 1px solid #e2b988;
    box-shadow: 0 0 5px #e6e6e6;
    background: #fffbf6;
}
.passenger-detail h3 {
    margin: 0;
    padding: 9px 15px;
    line-height: 1.6;
    background: #dca25b;
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.passenger-detail-body {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
.passenger-detail-body label {
    margin-top: 6px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 1px;
    color: #90714c;
    font-weight: 700;
}
.passenger-detail-body .form-control {
    border-radius: 0;
    height: 38px;
    margin-bottom: 5px;
    font-size: 13px;
    border: 1px solid #dca25b;
    background-color: #f9e7d2;
    color: #653e0f;
}
.passenger-detail-body button {
    background: #bb823d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    padding: 10px 15px;
}
.table {
    background: #fff;
}
.table td a {
    display: block;
    font-weight: 700;
    color: #794d13;
}
.table td a:hover {
    border-bottom: 0;
    text-decoration: underline;
}
.table tr th {
    text-align: left;
    font-weight: 700;
    color: #fff;
    border: 1px solid #8c5918;
    border-top: 1px solid #8c5918 !important;
    background: #a16d2a;
    height: 34px;
    text-transform: uppercase;
}
.table tr td,
table tr th {
    margin: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #c5a67e;
    font-family: "Golos Text", sans-serif;
    text-align: left;
    line-height: 1.8em;
}
