
body {
    background: #fff;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.8;
    color: #5e5e5e;
    position: relative;
}

::-moz-selection {
    color: #fff;
    background: #afa278;
}

::selection {
    color: #fff;
    background: #afa278;
}

a {
    color: #000000;

    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #000;

}

h1, h2, h3, h4, h5 {
    color: #000;

}
.checkForm label,
.custom-caption{


}
.font-weight-semi-bold{
    font-weight: 500;
}
.font-weight-regular{

    font-weight: 500;
}
/*strong{*/
/*    font-weight: 800;*/
/*}*/

.font-family-serif {

}

.font-family-sans-serif {
    font-family: roboto, arial, sans-serif
}

.bg-light {
    background: #f2f4fb !important
}

.container-fluid {
    max-width: 1600px
}

.btn {
    padding: 17px 22px;

    border-radius: 50px
}

.btn.btn-outline-white {
    border: 2px solid #fff
}

.btn.btn-outline-white:hover {
    border: 2px solid transparent;
    background: #afa278;
    color: #fff
}

.btn.btn-outline-white-primary {
    border: 2px solid #fff
}

.btn.btn-outline-white-primary:hover {
    border: 2px solid transparent;
    background: #afa278;;
    color: #fff
}

.btn.uppercase {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em
}

.btn, .form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto;
    padding: 17px 22px;

    border: 2px solid #afa278;
    border-radius: 0;
}
.has-error + label:before,
.has-error + .nice-select ,
.form-control.has-error {
    border-color: #ed1c24!important;

}.text-danger {
     color: #ed1c24!important;
 }

.form-control:active, .form-control:focus {
    border-color: #afa278;
}

textarea.form-control {
    height: inherit
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-header.scrolled {

}

.site-header.scrolled .site-menu-toggle {
    position: relative
}

.site-header.scrolled .site-menu-toggle span {
}

.site-header.scrolled .site-logo {
    position: relative;
    z-index: 100
}

.site-header.scrolled .site-logo a {
}

.menu-open {
    position: relative;
    overflow: hidden;
}

.menu-open .site-header {
    position: fixed
}

.menu-open .site-logo {
    position: relative;
    z-index: 100
}

.menu-open .site-logo a {
    color: #000
}

/*.menu-open .site-navbar {*/
/*    border: 10px solid #f8f9fa*/
/*}*/

.site-logo {
    padding-left: 40px
}

.site-logo a {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;

}
.site-logo a img {
    max-width: 130px;
}

@media (max-width: 991.98px) {
    .site-logo a {
        font-size: 27px
    }
}

.site-navbar {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /*border: 20px solid transparent;*/
    background: #afa278;
    min-height: 300px;
    /*overflow-y: scroll*/
}

.site-navbar nav {
    text-align: left
}

.site-navbar nav .menu {

}

.site-navbar nav .menu li a {
    color: #000;
    font-size: 40px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    display: table;
    margin: auto;
}

.site-navbar nav .menu li a:after,
.site-navbar nav .menu li a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.site-navbar nav .menu li a:hover:after,
.site-navbar nav .menu li a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.site-navbar nav .menu li a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}
.site-navbar nav .menu li a:hover:before {
    width: 100%
}
.site-navbar nav .menu li.active a:after ,
.site-navbar nav .menu li.active a:before {
    width:100% ;
    border-color: #fff;

}

.site-navbar nav .menu li.active a {
    color: #ffffff;
}


.site-navbar .extra-info a {
    color: #000
}

.site-navbar .extra-info ul li a {
    color: #000
}

.site-navbar .extra-info h3 {
    font-family: roboto, arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .2em;
    color: #adb5bd;
    margin-bottom: 30px
}

.site-navbar .extra-info p {
    color: #212529
}

.full-height {
    height: 100vh;
    min-height: 700px
}

.site-hero {
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    width: 100%;
    position: relative
}

.site-hero .heading {
    ;
    font-weight: 700
}

.site-hero .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff
}

.site-hero.overlay:before {
    background: rgba(0, 0, 0, .45);
    content: "";
    position: absolute;
    height: 100vh;
    min-height: 600px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.site-hero.inner-page {
    height: 50vh;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #191919;

}

.site-hero.inner-page.overlay:before {
    height: 50vh;
    min-height: 600px
}

.site-hero-inner {
    height: 100vh;
    min-height: 600px
}

.site-hero-inner .heading {
    font-size: 60px;
    ;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .site-hero-inner .heading {
        font-size: 40px
    }
}

.site-hero-inner .sub-heading {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .site-hero-inner .sub-heading {
        font-size: 18px
    }
}

.inner-page .site-hero-inner {
    height: 50vh;
    min-height: 700px
}

.page-inside .site-hero-inner, .page-inside {
    height: 70vh;
    min-height: 500px
}

.page-inside.overlay:before {
    height: 70vh;
    min-height: 500px
}

.site-menu-toggle {
    top: 0;
    /*float: right;*/
    margin: auto;
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 200;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.site-menu{
    background: #afa278;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 36px 44px;
    z-index: 999;

}
.site-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}


.site-menu-toggle span:nth-child(1) {
    top: 0
}

.site-menu-toggle span:nth-child(2) {
    top: 10px
}

.site-menu-toggle span:nth-child(3) {
    top: 20px
}

.site-menu-toggle.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.site-menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.site-menu-toggle.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.section {
    padding: 7em 0
}

@media (max-width: 991.98px) {
    .section {
        padding: 3em 0
    }
}

@media (max-width: 991.98px) {
    .lead {
        font-size: 16px
    }
}

.visit-section .heading {
    font-size: 15px;
    text-transform: uppercase;
    font-family: roboto, arial, sans-serif;
    color: #b3b3b3;
    letter-spacing: .2em;
    margin-bottom: 30px
}

.visit-section .visit a {
    color: #000
}

.visit-section .visit a:hover {
    color: #afa278;
}

.visit-section .visit img {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 15px
}

.visit-section .visit h3 {
    font-size: 20px;
    margin-bottom: 0
}

.visit-section .reviews-star span {
    font-size: 18px;
    color: #afa278;
}

.visit-section .reviews-count {
    color: #adb5bd;
    font-style: italic
}

.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 60px;
    ;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
        font-size: 40px
    }
}

.bg-pattern {
    background: #e9ecef url(../img/round.html)
}

.slider-section {
    position: relative
}

.blog-post-entry {
    position: relative
}

.half .image, .half .text {
    width: 50%
}

@media (max-width: 991.98px) {
    .half .image, .half .text {
        width: 100%
    }
}

.half .image {
    background-size: cover;
    background-position: center center
}

@media (max-width: 991.98px) {
    .half .image {
        height: 300px
    }
}

.half .text {
    padding: 100px 7%
}

@media (max-width: 991.98px) {
    .half .text {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.half .text h2 {
    font-size: 70px
}

@media (max-width: 991.98px) {
    .half .text h2 {
        font-size: 40px
    }
}

.testimonial blockquote {
    padding: 0
}

.testimonial .author-image img {
    width: 70px
}

.post .media-custom {
    border:1px solid #a08e55;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;

}
.post .media-custom:hover {
    background: #000;
}

.post .media-custom:hover, .post .media-custom:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1)
}

.post .media-custom a {
    color: #000
}

.post .media-custom a:hover {
    color: #afa278;
}

.post .media-custom .media-body {
    padding: 10px 30px
}

.post .media-custom h2 {
    font-size: 26px
}

.media-custom .meta-post {
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px
}


.custom-nav.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 50px;
    margin: auto;
    right: 0;
    left: 0;
}


/*.owl-carousel .owl-nav .owl-prev span:after, .owl-carousel .owl-nav .owl-next span:after {*/
/*    content: "";*/
/*    width: 25px;*/
/*    height: 4px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    top: 11px;*/
/*    position: absolute;*/
/*    left: 2px;*/
/*    transition: all 0.4s ease;*/
/*}*/
/*.owl-carousel .owl-nav .owl-next span:after {*/
/*  left: auto;*/
/*    right: 2px;*/
/*}*/
/*.owl-carousel .owl-nav .owl-prev:hover span:after, .owl-carousel .owl-nav .owl-next:hover span:after {*/
/* width: 0;*/
/*}*/
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-next:active {
    outline: none
}
.custom-nav.owl-carousel .owl-nav .owl-prev span:before,
.custom-nav.owl-carousel .owl-nav .owl-next span:before {
    font-size: 34px;
    content: "→";
}
.custom-nav.owl-carousel .owl-nav .owl-prev span:before{

    content: "←";
}

/*.owl-carousel .owl-nav .owl-prev {*/
/*    left: 30px !important*/
/*}*/

.owl-carousel .owl-nav .owl-next {
    right: 46px !important;
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    border-width: 2px !important;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%
}

.owl-carousel.home-slider {
    z-index: 1;
    position: relative
}

.owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.owl-carousel.home-slider .owl-nav button {
    color: #fff
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 117px);
    min-height: 700px;
    position: relative
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 117px);
    min-height: 700px
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800 !important;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff
}

.owl-carousel.home-slider .slider-item.dark .child-name {
    color: #000
}

.owl-carousel.home-slider .slider-item.dark h1 {
    color: #000
}

.owl-carousel.home-slider .slider-item.dark p {
    color: #000
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #fff
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    border: 2px solid #fff;
    background: 0 0
}

.owl-carousel.major-caousel .owl-stage-outer {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.owl-carousel.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px
}

.owl-carousel.major-caousel .slider-item {
    height: inherit;
    min-height: inherit
}

.owl-carousel.major-caousel .slider-item img {
    margin-bottom: 0
}

.owl-carousel.major-caousel .owl-nav {
    opacity: 1;
    visibility: visible
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff
}
.custom-nav.owl-carousel.major-caousel .owl-nav .owl-next {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 17px!important;
}
.owl-carousel.js-carousel-2 .owl-nav .owl-next {
    border: none!important;
}
.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-next:hover {
    color: #afa278;
    outline: none
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6
}

.owl-carousel.major-caousel .owl-dots {
    bottom: 50px !important
}

@media (max-width: 991.98px) {
    .owl-carousel.major-caousel .owl-dots {
        bottom: 10px !important
    }
}

.owl-carousel.js-carousel-2 .slider-item {
    /*padding: 0 20px;*/
    text-align: center
}


.owl-carousel.js-carousel-2 .slider-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
}
.owl-carousel.js-carousel-2 .slider-item:before {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    font-size: 26px;
    color: #fff;
    z-index: 1;
    /* line-height: 8; */
    text-align: center;
    margin: auto;
}
.owl-carousel.js-carousel-2 .slider-item:after ,
.owl-carousel.js-carousel-2 .slider-item:before {
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.owl-carousel.js-carousel-2 .slider-item:hover:after ,
.owl-carousel.js-carousel-2 .slider-item:hover:before {
    opacity: 0.5;
}
.owl-carousel.js-carousel-2 .slider-item:hover:before {
    opacity: 1;
}
.owl-carousel.js-carousel-2 .owl-nav {
    position: initial;
    /*top: 00%;*/
    /*width: 100%;*/
    /*z-index: 299;*/
    height: 100%;

}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev, .owl-carousel.js-carousel-2 .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0px;

    height: 100%;

}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:active, .owl-carousel.js-carousel-2 .owl-nav .owl-next:hover, .owl-carousel.js-carousel-2 .owl-nav .owl-next:focus, .owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
    outline: none
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before, .owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
    font-size: 40px
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev {
    left: 20px !important;
    top: 0;

}

.owl-carousel.js-carousel-2 .owl-nav .owl-next {
    right: 30px !important;
    border: none;
    top: 0;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
    display: inline-block;
    border: none
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e9ecef;
    display: inline-block
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot.active > span {
    background: #afa278;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot:active, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
    outline: none
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10
}

.owl-custom-nav .owl-custom-prev, .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block
}

.footer-section {
    background: #191919;
    color: #fff
}

.footer-section  *{
    color: #898989;

}

.footer-section a:hover {
    color: #fff
}

.footer-section p {
    color: rgba(255, 255, 255, .5)
}

.footer-section .bordertop {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px
}

.footer-section .contact-info span.d-block {
    font-style: italic;
    color: #fff
}

.footer-section .social a {
    font-size: 18px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.footer-section .social a span{
    color: #afa278;
}

.footer-section .link li {
    margin-bottom: 10px
}
.footer-section .link a:before{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow-icon.png);
    background-size: 6px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 12px;
    display: inline-block;

    transition: all 0.4s ease;
}
.footer-section .link a:hover:before{
    margin-right: 8px;
}

.footer-newsletter .form-group {
    position: relative
}

.footer-newsletter .form-control {
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    color: #fff
}

.footer-newsletter .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
    font-style: italic
}

.footer-newsletter .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .2);
    font-style: italic
}

.footer-newsletter .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
    font-style: italic
}

.footer-newsletter .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .2);
    font-style: italic
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
    border-bottom: 1px solid #fff
}

.footer-newsletter button[type=submit] {
    background: 0 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}
.footer-bottom{
    background: #141414;
    padding: 30px 0;
}
.side-box, .sidebar-search {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.side-box .heading, .sidebar-search .heading {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: roboto, arial, sans-serif
}

.post-list li {
    margin-bottom: 20px
}

.post-list li a > div {
    margin-top: -10px
}

.post-list li a .meta {
    font-size: 13px;
    color: #adb5bd
}

.post-list li a .image {
    width: 150px
}

.post-list li a h3 {
    font-size: 16px
}

.post-list li:last-child {
    margin-bottom: 0
}

.sidebar-search .form-group {
    position: relative;
    margin-bottom: 0
}

.sidebar-search .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-search .search-input {
    border-color: #dee2e6;
    padding-left: 40px;
    border-radius: 0
}

.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
    border-color: #343a40
}

.contact-section .contact-info p {
    ;
    font-size: 30px;
    margin-bottom: 30px
}

.contact-section .contact-info p .d-block {
    font-size: 14px;
    letter-spacing: .2em;
    font-weight: 700;
    font-family: roboto, arial, sans-serif;
    text-transform: uppercase
}

.post-categories li {
    display: block
}

.post-categories li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef
}

.post-categories li a .count {
    position: absolute;
    top: 0;
    right: 0;
    color: #6c757d
}

.custom-pagination .page-item .page-link {
    text-align: center;
    border: none;
    background: 0 0;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px
}

.custom-pagination .page-item.active .page-link {
    background: #afa278;;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2)
}

.line-height-1-2 {
    line-height: 1.2
}

.mouse {
    width: 100px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: 1;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%)
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        margin-top: 20px;
        opacity: 0
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        margin-top: 20px;
        opacity: 0
    }
}

.site-block-half .image, .site-block-half .text {
    width: 100%
}

@media (min-width: 992px) {
    .site-block-half .image, .site-block-half .text {
        width: 50%
    }
}

@media (max-width: 991.98px) {
    .site-block-half .image {
        margin-bottom: 50px;
        height: 300px
    }
}

.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .site-block-half .text {
        padding: 4rem
    }
}

.site-block-half .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media (max-width: 991.98px) {
    .site-block-half .bg-image {
        height: 400px
    }
}

.site-block-half.site-block-video .image {
    position: relative
}

.site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #afa278; !important
}

.site-block-half.site-block-video .image .play-button:hover {
    opacity: 1
}

.site-block-half.site-block-video .image .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

.field-icon-wrap {
    position: relative
}

.field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6
}

.field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
}

.field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}



.block-32 .field-icon-wrap {
    position: relative
}

.block-32 .field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6
}

.block-32 .field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
}

.block-32 .field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.block-2 {
    margin-bottom: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.block-2:hover .back, .block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.block-2:hover .front, .block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.block-2, .block-2 .front, .block-2 .back {
    width: 100%;
    height: 427px
}

.block-2 .flipper {
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: .6s;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.block-2 .front, .block-2 .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: .6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: .6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0
}

.block-2 .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #90ee90;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.block-2 .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.block-2 .front .box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 20px
}

.block-2 .front .box h2, .block-2 .front .box p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.block-2 .front .box h2 {
    font-size: 20px
}

.block-2 .front .box p {
    font-size: 12px
}

.block-2 .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, .4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.block-2 .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px
}

.block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

.block-2 .author .image {
    width: 40px
}

.block-2 .author .image img {
    border-radius: 50%;
    max-width: 100%
}

.block-2 .author .position {
    display: block;
    font-size: 12px
}

@media (max-width: 991.98px) {
    .block-2 .back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    .block-2 .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

.text-black {
    color: #090909!important;
}

.check-availabilty {
    position: relative
}



.room {
    position: relative;
    display: block
}

.room .img-wrap {
    position: relative;
    overflow: hidden
}

.room .img-wrap img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important
}

.room:hover .img-wrap img, .room:focus .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.letter-spacing-1 {
    letter-spacing: .1em
}

.text-opacity-8 {
    opacity: .8
}

.text-opacity-7 {
    opacity: .7
}

.text-opacity-6 {
    opacity: .6
}

.text-opacity-5 {
    opacity: .5
}

.letter-spacing-2 {
    letter-spacing: .2em
}

.bg-image {
    background-size: cover;
    background-attachment: fixed
}

.bg-image-2 {
    background-size: cover;
    background-position: center center
}

.food-menu-tabs {
    text-align: center
}

.food-menu-tabs .nav-tabs {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none
}

.food-menu-tabs .nav-tabs li {
    display: inline-block
}

.food-menu-tabs .nav-tabs li a {
    border: none;
    background: 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    display: block
}

.food-menu-tabs .nav-tabs li a:before {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 20px;
    height: 2px;
    background: 0 0
}

.food-menu-tabs .nav-tabs li a.active {
    border: none;
    background: 0 0;
    color: #fff
}

.food-menu-tabs .nav-tabs li a.active:before {
    background: #fff
}


.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

.bg-image.overlay {
    position: relative
}

.bg-image.overlay > .container {
    position: relative;
    z-index: 3
}

.bg-image.overlay:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, .6)
}

.img-absolute {
    position: absolute;
    bottom: -100px;
    right: -100px
}

.img-absolute img {
    max-width: 250px;
    border-radius: 50%;
    border: 10px solid #f2f4fb
}

@media (max-width: 991.98px) {
    .img-absolute {
        right: 0
    }

    .img-absolute img {
        max-width: 160px
    }
}

.custom-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-breadcrumbs li {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 700
}

.custom-breadcrumbs li a {
    font-weight: 400
}

.custom-breadcrumbs li a:hover {
    color: #fff
}

.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    border-left: 2px solid #dee2e6
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: 700;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: .785rem
}

.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid #dee2e6;
    background: #fff
}

.timeline-item:last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%
}

.custom-pagination {
    text-align: center
}

.custom-pagination ul {
    padding: 0;
    margin: 0
}

.custom-pagination ul li {
    display: inline-block
}

.custom-pagination ul li a {
    background: #fff;
    border-radius: 50%;
    border: 1px solid transparent
}

.custom-pagination ul li a:hover {
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.custom-pagination ul li a, .custom-pagination ul li span {
    display: inline-block;
    width: 47px;
    margin: 2px;
    height: 47px;
    font-size: 1.2rem;
    line-height: 47px
}

.custom-pagination ul li.active span {
    background: #afa278;;
    color: #fff;
    border-radius: 50%
}
/*********************************
12. Contact
*********************************/

.contact
{
	background: #FFFFFF;
}

.contact > .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0;
}
.contact > .container > .row
{
	margin-left: 0;
	margin-right: 0;
}
.contact > .container > .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}


map
.contact_info_list li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.contact_info_icon
{
	width: 29px;
	height: 29px;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_text
{
	padding-left: 26px;
	font-size: 14px;
	font-weight: 500;
	color: #717171;
}
.contact_form_container
{
	padding-left: 66px;
	padding-right: 141px;
}
.contact_form
{
	margin-top: 61px;
}
.contact_row > div[class^='col']
{
	margin-bottom: 17px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	padding-left: 25px;
	border: solid 1px #dadfe5;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border-bottom: solid 2px #da8661;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-ms-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_textarea
{
	height: 190px;
	padding-top: 15px;
}
.contact_button
{
	position: relative;
	width: 230px;
	height: 64px;
	background: #637496;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 14px;
	z-index: 1;
}
.contact_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.contact_button:hover::before
{
	width: 100%;
}

.bg-primary{
    background-color: #afa278!important;

}
.text-golden{
    color: #afa278;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;

}
span.text-golden:hover,
a.text-golden:hover{
    border-color:  #a08e55;
}
.btn-primary {
    color: #212529;
    background-color: #a08e55;
    border-color: #a08e55;
    border-radius: 0;

    letter-spacing: 1px;

}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover{
background-color: #afa278;
border-color: #afa278;
}
.bg-gray{
    background: #f8f7f4;
}
.rooms h2,
.rooms h4{
    color: #a08e55;
}
.btn-transparent{
    display: inline-block;
}
.btn-transparent:before{
    width: 100%;
    height: 1px;
    background:#a08e55 ;
    content: "";
    display: block;
    margin-bottom: 5px;

}

.bg-dark {
     background-color: #1f1f1f!important;
 }
.text-primary {
    color: #a08e55!important;
}

#map {
    flex-grow: 1;
    min-height: 700px;
    width: 100%;
    transition: all .3s ease-in-out;
}

#map.active {
    width: 50vw
}
.footer-logo img{max-width: 130px;}

.packages .col-md-6 *{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
/*.packages .col-md-6:hover {*/
/*    background: #afa278!important;*/
/*}*/

.packages .col-md-6:hover h4{
    color: #a08e55!important;

}
.packages .col-md-6:hover p,
.packages .col-md-6:hover *{
    color: #fff!important;
}

.packages .package{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.packages .package:before{
    background: #000;
    opacity: 0.85;
    position: absolute;
width: 100%;
    height: 100%;
    left: 0;
    top:0;
    content: "";
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.packages .package:hover:before{
    opacity: 0.75;
}
.overflow-hidden{
 overflow: hidden;
}
.copyrights,
.copyrights a{
    color: #646464!important;
}
.packagesInner  .col-md-6{
    background: #2c2c2c;
}
.packagesInner  .col-md-6:nth-child(even){
    background: #363636;
}
.results .room-info strong{
    max-width: 400px;
    display: block;
    color: #5e5e5e;
    font-weight: 600;


}

.radiobtn {
    position: relative;
    height: 100%;
}

.radiobtn label {
    color: #444;
    display: block;
    width: 100%;
    padding: 10px 10px;
    height: 100%;
    cursor: pointer;

    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}
.radiobtn:hover  label ,
.radiobtn input[type="radio"]:checked + label {
    background: #a08e55;
}
.radiobtn input[type="radio"]:checked + label strong ,
.radiobtn input[type="radio"]:checked + label  ,
.radiobtn:hover  label ,
.radiobtn:hover  label strong{
    color: #fff!important;

}
.gallery-slider.owl-carousel .owl-nav button{
    position: absolute;
    top: 0;
    height: 100%;
     -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
 transform: translateY(0%);
 margin-top: 0px;
}
.gallery-slider.owl-carousel .owl-nav button span{
    background: #333;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 1.8;
    border-radius: 50%;
    font-size: 20px;
}
.gallery-slider.owl-carousel .owl-nav .owl-next {
    right: 20px !important;
}
.gallery-slider.owl-carousel .owl-nav .owl-prev {
    left: 20px !important;
}



.check-steps .steps ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
}
.check-steps .steps li,
.check-steps .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    /*width: 33.33%;*/
    /*margin-right: 20px;*/
}
.check-steps .steps li:last-child {
    margin-right: 0;
}
.check-steps .steps li .current-info {
    display: none;
}
.check-steps .steps li .form-total{
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.check-steps .steps li .form-total .title {
    display: flex;
    display: -webkit-flex;
}
.check-steps .steps li .form-total .title .step-icon {
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;

    font-size: 18px;
    color: #fff;
    font-size: 25px;
    background: #ccc;
    padding: 30px;
    margin: 0;

}
.check-steps .steps li .form-total .step-icon span {
    position: absolute;

    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.check-steps .steps li.current .form-total .step-icon,
.check-steps .steps li.current .form-total:active .step-icon,
.check-steps .steps li.done .form-total .step-icon,
.check-steps .steps li.done .form-total:active .step-icon {
    background: #afa278;
}

.check-steps .steps li .form-total .step-text {
    color: #333;
    font-size: 13px;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.7;

}
.check-steps .steps li.done .form-total .step-text{
    opacity: 1;

}
.notAvailable{
    opacity: 0.3;
}
[type="radio"].custom:checked,
[type="radio"].custom:not(:checked),
[type="checkbox"].custom:checked,
[type="checkbox"].custom:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"].custom:checked + label,
[type="radio"].custom:checked + label,
[type="checkbox"].custom:not(:checked) + label,
[type="radio"].custom:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"].custom:checked + label:before,
[type="radio"].custom:checked + label:before,
[type="checkbox"].custom:not(:checked) + label:before,
[type="radio"].custom:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="radio"].custom + label:before{
    border-radius: 50%;

}
[type="checkbox"].custom:checked + label:after,
[type="radio"].custom:checked + label:after,
[type="checkbox"].custom:not(:checked) + label:after,
[type="radio"].custom:not(:checked) + label:after
{
    content: '';
    width: 8px;
    height: 8px;
    background: #a08e55;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"].custom:not(:checked) + label:after ,
[type="radio"].custom:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"].custom:checked + label:after ,
[type="radio"].custom:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"].custom + label:after {
    border-radius: 50%;

}
.table td, .table th {
    padding: 10px;
}
a.text-primary:focus, a.text-primary:hover {
    color: #c7b885!important;
}
.nice-select {
   float: none;
    padding: 9px 22px !important;
    border: 2px solid #afa278;
    font-size: 18px;

}
.nice-select .list {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgb(160, 142, 85);

}
.nice-select .option {
    border-bottom: 1px solid #d2d2d2;
}
.nice-select:after{
    display: none;
}
.nice-select .option.selected {
     font-weight: normal;
}
.facilities-section p{
    color: #898989;
    font-size: 17px;
    font-weight: 400;
}
.facilities-section h4{
    font-weight: 400;

}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}
.input-daterange input{
    text-align: left;
}
.datepicker table tr td.active.active{
    background: #a08e55!important;
}
.datepicker table tr td.selected{
    background: #9e9e9e !important;
}
.datepicker td, .datepicker th {
    border-radius: 0;
}
.datepicker.dropdown-menu {
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 7px 12px;
}
.pointerEventsNone {
    pointer-events:none;
}
.pointerEventsAll{
    pointer-events:all;
}


/* Checkout Button Animation */
.loader-button {
    display: -webkit-box;
    display: flex;
    height: 25px;
    height: 0;
    overflow: hidden;
}
 button.sending {
     pointer-events: none;

}
.sending .loader-button {
    height: 25px;

}
 button.sending span {
    display: none;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    border: 0 !important;
    -webkit-animation: none !important;
    animation: none !important
}

.spinner>div {
    background: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    border-radius: 2px
}

.spinner-light>div {
    background: #fff
}

.loader-button,
.loader-panel,
.loader-table,
.spinner-sm {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.spinner-sm {
    width: 29px;
    height: 20px;

}

.spinner-sm>div {
    margin-left: 3px;
    display: block
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}


@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}




