@charset "UTF-8";

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-ThinItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-BlackItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-MediumItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-BoldItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Black.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Regular.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGR-RegularItalic';
    src: url("../fonts/cera-gr/CeraGR-RegularItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-LightItalic.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Thin.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Bold.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Medium.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGR';
    src: url("../fonts/cera-gr/CeraGR-Light.woff2") format("woff2"), url("../fonts/cera-gr/CeraGR-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'CeraGR', sans-serif;
}

header#masthead {
    background: url("../img/header-bg.jpg") repeat-x #ffb300;
    background-size: contain;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 99999; */
    z-index: 999;
    height: 130px;
}

header#masthead .header-top {
    height: 52px;
}

header#masthead .header-top .contacts {
    text-align: right;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}

header#masthead .header-top .contacts .address {
    position: relative;
}

header#masthead .header-top .contacts .address:after {
    content: '|';
    display: inline-block;
    color: #fff;
    margin-left: 15px;
    margin-right: 5px;
}

header#masthead .header-top .contacts a {
    color: inherit;
    text-decoration: none;
}

header#masthead .header-bottom .navbar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}

header#masthead .header-bottom .navbar .navbar-brand {
    padding: 0;
    display: block;
    height: 60px;
}

header#masthead .header-bottom .navbar .navbar-brand>a {
    display: inline-block;
    margin-top: 0;
	padding: 0;
}

header#masthead .header-bottom .navbar .navbar-brand>a .logo{
    max-height:55px
}

header#masthead .header-bottom .navbar #main-nav {
    height: 55px;
}

header#masthead .header-bottom .navbar #main-nav ul li {
    margin-left: 20px;
}

header#masthead .header-bottom .navbar #main-nav ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

header#masthead .header-bottom .navbar #main-nav ul li .dropdown-toggle:after {
    position: absolute;
    top: 18px;
    right: -3px;
}

header#masthead .header-bottom .navbar #main-nav ul li .dropdown-menu li {
    margin: 0;
}

header#masthead .header-bottom .navbar #main-nav ul li .dropdown-menu li a {
    padding: 5px 15px;
}

header#masthead .header-bottom .navbar #main-nav ul li.book-now-btn {
    margin-left: 60px;
}

header#masthead .header-bottom .navbar #main-nav ul li.book-now-btn a {
    color: #ff5000;
    border: 6px solid;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 576px) {
    header#masthead {
        height: 184px;
        background-position: left bottom;
        background-color: #fe7600;
    }

    header#masthead .header-top {
        height: 70x;
    }

    header#masthead .header-top .contacts {
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        /*display: flex;*/
    }

    header#masthead .header-top .contacts span.phone{
        /*
        position: absolute;
        z-index: 50000000000;
        right: 25px;
        */
    }

    header#masthead .header-top .contacts .address {
        /*position: relative;*/
    }

    header#masthead .header-top .contacts .address:after {
        content: '|';
        display: inline-block;
        color: #fff;
        margin-left: 15px;
        margin-right: 5px;
    }

    header#masthead .header-top .contacts a {
        color: inherit;
        text-decoration: none;
    }
	
    header#masthead .header-bottom{
        padding-top: 17px;
    }
    
    header#masthead .header-bottom .navbar {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    header#masthead .header-bottom .navbar .navbar-brand {
        margin-left: -15px;
        margin-right: -15px;
        height: 88px;
    }
    header#masthead .header-bottom .navbar .navbar-brand>a .logo{
    	max-height:70px;
            margin-top: 10px;
    }

    header#masthead .header-bottom .navbar .navbar-brand>a {
        display: inline-block;
        height: 100%;
    }



    header#masthead .header-bottom .navbar .navbar-toggler {
        position: absolute;
        bottom: 10px;
        right:10px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
    }

    header#masthead .header-bottom .navbar #main-nav {
        height: auto;
        z-index: 9999;
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;
    }

    header#masthead .header-bottom .navbar #main-nav ul li {
        text-align: center;
        margin-left: 0 !important;
    }
}

#site-footer {
    background: url("../img/footer-bg.jpg") no-repeat center bottom/cover #91e5e7;
    color: #947952;
    min-height: 817px;
    padding-bottom: 30px;
    position: relative;
}

#site-footer .social-links {
    text-align: center;
    padding-top: 30px;
}

#site-footer .social-links a {
    display: inline-block;
    margin: 0 30px;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
}

#site-footer .social-links a.fb {
    background-image: url("../img/footer-fb-icon.png");
}

#site-footer .social-links a.tw {
    background-image: url("../img/footer-tw-icon.png");
}

#site-footer .social-links a.inst {
    background-image: url("../img/footer-inst-icon.png");
}

#site-footer .logo {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 10px;
}
#site-footer .logo img{
    max-width:40%;
}
@media(max-width:500px){
    #site-footer .logo img{
    max-width:50%;
}
}

#site-footer .address {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#site-footer .address span {
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 2px solid;
}

#site-footer .menu {
    text-align: center;
}

#site-footer .menu ul {
    margin: 0;
    padding: 0;
}

#site-footer .menu ul>li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

#site-footer .menu ul>li:after {
    content: "•";
    position: absolute;
    color: #947952;
    right: -9px;
    top: 13px;
    font-size: 25px;
    line-height: 10px;
}

#site-footer .menu ul>li:last-child:after {
    display: none;
}

#site-footer .menu ul>li>a {
    color: #947952;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0 5px;
}

@media (max-width: 576px) {
    #site-footer {
        min-height: 410px;
        padding-bottom: 140px;
    }

    #site-footer .social-links {
        text-align: center;
        padding-top: 30px;
    }

    #site-footer .social-links a {
        display: inline-block;
        margin: 0 15px;
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    #site-footer .address {
        font-size: 14px;
    }

    #site-footer .menu {
        display: none;
    }
}
@media screen and (max-width: 991px) and (min-width:578px){
  .navbar-light .navbar-toggler {
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
  }
}

#hero-section {
    overflow: hidden;
    position: relative;
    height: 42.3vw;
    max-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#hero-section .background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/hero-bg.png");
    background-size: cover;
    background-position: center center;
}

#hero-section .background .video-bg {
    padding-bottom: 56%;
    height: 0;
    min-height: 100%;
    position: relative;
}

#hero-section .background .video-bg iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#hero-section .hero-logo {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

#hero-section .hero-logo img {
    max-width: 600px;
}

#hero-section .hero-actions {
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 200px;
}

#hero-section .hero-actions .btn-book {
    background: url("../img/hero-book-btn.png") no-repeat center center/cover;
    width: 178px;
    height: 57px;
    display: inline-block;
}

@media (max-width: 1100px) {
    #hero-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #hero-section .hero-logo {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {
    #hero-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #hero-section .hero-logo img {
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    #hero-section {
        height: 500px;
        background-image: url("../img/hero-mobile-img.jpg");
        min-height: 0;
    }

    /*#hero-section .hero-logo {
        display: none;
    }*/

    #hero-section .hero-actions {
        /*margin-top: 100px;*/
        margin:0;
    }

    #hero-section .hero-actions .btn-book {
        width: 170px;
        height: 50px;
        background-size: cover;
    }
}

.inner-page-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 520px;
    max-height: 650px;
}

.inner-page-hero.with-shadow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.inner-page-hero .hero-title {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 5;
}

@media (max-width: 1100px) {
    .inner-page-hero .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .inner-page-hero {
        height: 500px;
        min-height: 0;
    }

    .inner-page-hero .hero-title {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 5;
    }
}

body {
    background-color: #0b5461;
}

.container {
    max-width: 1080px;
}

.container.large-container {
    max-width: 1524px;
}

.bg-sand {
    background: url("../img/bg-sand.png") fixed;
}

.alignleft {
    margin-bottom: 20px;
}

#page {
    padding-top: 110px;
    overflow: hidden;
}
.admin-bar #page{
    padding-top: 95px;
}
#content.site-content {
    padding-top: 0;
    padding-bottom: 0;
}

#content .inner-page-content {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 40px;
    overflow: hidden;
}

#content .home-featured-trips {
    background: url("../img/bg-sand.png") fixed;
    padding-bottom: 140px;
}

#content .home-featured-trips .featured-trips-head {
    max-width: 1050px;
    margin: -223px auto 3px;
    height: 224px;
}

#content .home-featured-trips .featured-trips-head .title {
    background-color: #ffb300;
    padding: 15px;
    text-align: center;
    border-radius: 40px 40px 0 0;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

#content .home-featured-trips .featured-trips-head .desc {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
    overflow: hidden;
}

#content .home-featured-trips .featured-trips-head .desc .mobile-title {
    display: none;
}

#content .home-featured-trips .featured-trips-head .desc p:last-child {
    margin-bottom: 0;
}

#content .home-featured-trips .trips-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3px;
}

#content .home-featured-trips .trips-grid .trip {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

#content .home-featured-trips .trips-grid .trip{
    width:calc(50% - 6px);
    float:  left;
}

    
}

@media(max-width:767px)  and (-ms-high-contrast: none), (-ms-high-contrast: active){
    #content .home-featured-trips .trips-grid .trip{
    width:100%;
    float:  none;
}
}

<!--[if IE]>
<![endif]-->

#content .home-featured-trips .trips-grid .trip:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 164px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
}

#content .home-featured-trips .trips-grid .trip .mobile-image {
    display: none;
}

#content .home-featured-trips .trips-grid .trip .title {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}

#content .home-featured-trips .trips-grid .trip .info {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 50px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
}

#content .home-featured-trips .trips-grid .trip .info .text {
    font-size: 15px;
    overflow: hidden;
    line-height: 1.2;
}

#content .home-featured-trips .trips-grid .trip .info .trip-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 36px;
}

#content .home-featured-trips .trips-grid .trip .info .trip-button span,
#content .home-featured-trips .trips-grid .trip .info .trip-button a {
    background-color: #ffb300;
    color: #fff;
    border-radius: 50px;
    padding: 10px 10px 15px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
}

@media (max-width: 576px) {
    #content .home-featured-trips {
        background: #fff;
        padding-bottom: 60px;
    }

    #content .home-featured-trips .featured-trips-head {
        max-width: 1050px;
        margin: -50px auto 3px;
        height: auto;
    }

    #content .home-featured-trips .featured-trips-head .title {
        background-color: #ffb300;
        padding: 15px;
        text-align: center;
        border-radius: 40px 40px 0 0;
        font-weight: bold;
        color: #fff;
        font-size: 20px;
    }

    #content .home-featured-trips .featured-trips-head .title span {
        display: none;
    }

    #content .home-featured-trips .featured-trips-head .desc {
        text-align: center;
        background-color: #fff;
        padding: 20px;
        font-size: 20px;
        line-height: 1.2;
        overflow: hidden;
    }

    #content .home-featured-trips .featured-trips-head .desc .mobile-title {
        display: block;
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #content .home-featured-trips .trips-grid {
        display: block;
        padding-bottom: 3px;
    }

    #content .home-featured-trips .trips-grid .trip {
        height: auto;
        background-size: cover;
        margin-bottom: 10px;
    }

    #content .home-featured-trips .trips-grid .trip .mobile-image {
        display: block;
        position: relative;
    }

    #content .home-featured-trips .trips-grid .trip .mobile-image .mobile-title {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #content .home-featured-trips .trips-grid .trip .title {
        display: none;
    }

    #content .home-featured-trips .trips-grid .trip .info {
        background-color: #ffb300;
        padding: 15px;
    }

    #content .home-featured-trips .trips-grid .trip .info .text {
        font-size: 12px;
        overflow: hidden;
        line-height: 1.2;
    }

    #content .home-featured-trips .trips-grid .trip .info .trip-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        margin-left: 15px;
    }

    #content .home-featured-trips .trips-grid .trip .info .trip-button span,
    #content .home-featured-trips .trips-grid .trip .info .trip-button a {
        background-color: #ff5000;
        color: #fff;
        border-radius: 50px;
        padding: 5px 5px 10px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#content .reviews-section .reviews {
    max-width: 1050px;
    margin: -140px auto 0;
    background: url("../img/icon-quote.png") no-repeat center 30px #fff;
    padding: 120px 0 0;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

#content .reviews-section .reviews .review {
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

#content .reviews-section .reviews .review .r-content {
    padding: 0 150px 20px;
}

#content .reviews-section .reviews .review .r-content .text {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 20px;
}

#content .reviews-section .reviews .review .r-content .author {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

#content .reviews-section .reviews .review .r-content .address {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#content .reviews-section .reviews .review .rating {
    background-color: #ffb300;
    padding: 20px;
    text-align: center;
}

#content .reviews-section .reviews .review .rating img {
    width: auto;
    display: inline-block;
}

#content .reviews-section .reviews .owl-prev,
#content .reviews-section .reviews .owl-next {
    width: 32px;
    height: 63px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    text-indent: 99999px;
    overflow: hidden;
}

#content .reviews-section .reviews .owl-prev {
    left: 60px;
    background: url("../img/reviews-slider-nav-left.png");
}

#content .reviews-section .reviews .owl-next {
    right: 60px;
    background: url("../img/reviews-slider-nav-right.png");
}

@media (max-width: 576px) {
    #content .reviews-section .reviews {
        max-width: 1050px;
        margin: -40px -15px 0;
        background: url("../img/icon-quote.png") no-repeat center 0/44px auto #fff;
        padding: 70px 0 0;
        border-radius: 0 0 40px 40px;
        overflow: hidden;
        width: calc(100% + 30px);
    }

    #content .reviews-section .reviews .review .r-content {
        padding: 0 30px 20px;
    }

    #content .reviews-section .reviews .review .r-content .text {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    #content .reviews-section .reviews .review .r-content .author {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #content .reviews-section .reviews .review .r-content .address {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }

    #content .reviews-section .reviews .review .rating {
        background-color: #ffb300;
        padding: 20px;
        text-align: center;
    }

    #content .reviews-section .reviews .review .rating img {
        max-width: 130px;
        display: inline-block;
    }

    #content .reviews-section .reviews .owl-prev,
    #content .reviews-section .reviews .owl-next {
        width: 16px;
        height: 31px;
        background-size: cover;
    }

    #content .reviews-section .reviews .owl-prev {
        left: 5px;
    }

    #content .reviews-section .reviews .owl-next {
        right: 5px;
    }
}

#content .reviews-slider-shadow {
    display: block;
    width: 955px;
    height: 51px;
    background: url("../img/reviews-slider-shadow.png") no-repeat center bottom;
    margin: 0 auto;
}

@media (max-width: 576px) {
    #content .reviews-slider-shadow {
        width: calc(100% - 36px);
        background-position: center -20px;
        background-size: contain;
    }
}

#content .blog-posts-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

#content .blog-posts-section .blog-posts-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#content .blog-posts-section .blog-posts-grid .blog-post {
    margin: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    background-color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active){
    #content .blog-posts-section .blog-posts-grid .blog-post{
        width: calc(50% - 6px);
        float: left;
    }

}
@media(max-width:767px)  and (-ms-high-contrast: none), (-ms-high-contrast: active){
    #content .blog-posts-section .blog-posts-grid .blog-post{
        width: 100%;
        float: none;
    }
}
#content .blog-posts-section .blog-posts-grid .blog-post .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 13px;
    line-height: 1.1;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .title {
    text-align: center;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .title a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .meta {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .meta span:after {
    content: '|';
    display: inline-block;
    margin: 0 3px;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .meta span:last-child:after {
    display: none;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .actions {
    text-align: center;
    margin-top: 25px;
}

#content .blog-posts-section .blog-posts-grid .blog-post .info .actions a {
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 576px) {
    #content .blog-posts-section {
        padding-top: 0;
    }

    #content .blog-posts-section .blog-posts-grid {
        display: block;
    }

    #content .blog-posts-section .blog-posts-grid .blog-post {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 20px;
    }

    #content .blog-posts-section .blog-posts-grid .blog-post .info {
        padding: 0 0 0 20px;
        font-size: 13px;
    }
}

#content .tours-list-section {
    margin-top: -130px;
}

#content .tours-list-section .tours-list-title {
    background-color: #ffb300;
    color: #fff;
    text-align: center;
    font-size: 55px;
    padding: 10px 15px 15px;
    font-weight: bold;
    line-height: 1;
    border-radius: 50px 50px 0 0;
}

#content .tours-list-section .tours-list {
    position: relative;
    margin-bottom: 20px;
}

#content .tours-list-section .tours-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    background-color: #ffb300;
    border-radius: 0 0 50px 50px;
}

#content .tours-list-section .tours-list .tour {
    background-color: #fff;
    padding: 15px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#content .tours-list-section .tours-list .tour:last-child {
    margin-bottom: 0;
}

#content .tours-list-section .tours-list .tour .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-right: 30px;
}

#content .tours-list-section .tours-list .tour .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 21px;
}

#content .tours-list-section .tours-list .tour .info .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#content .tours-list-section .tours-list .tour .info .title a {
    color: #000;
}

#content .tours-list-section .tours-list .tour .info .desc {
    margin-bottom: 15px;
    line-height: 1.2;
}

#content .tours-list-section .tours-list .tour .info .details {
    padding-left: 100px;
    overflow: hidden;
}

#content .tours-list-section .tours-list .tour .info .details .details-title {
    font-weight: bold;
    text-transform: uppercase;
}

#content .tours-list-section .tours-list .tour .info .details ul {
    padding: 0 0 0 20px;
    margin: 0;
}

#content .tours-list-section .tours-list .tour .info .details ul li {
    width: 49%;
    float: left;
    margin-bottom: 0;
    line-height: 1.2;
}

#content .tours-list-section .tours-list .tour .info .tour-actions {
    text-align: center;
    padding-top: 60px;
}

#content .tours-list-section .tours-list .tour .info .tour-actions a {
    display: inline-block;
    background-color: #ffb300;
    padding: 20px 20px 25px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 576px) {
    #content .tours-list-section {
        margin-top: -70px;
    }

    #content .tours-list-section .tours-list-title {
        font-size: 30px;
        padding: 10px 15px 15px;
    }

    #content .tours-list-section .tours-list {
        position: relative;
        margin-bottom: 20px;
    }

    #content .tours-list-section .tours-list:after {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        margin-top: 5px;
        background-color: #ffb300;
        border-radius: 0 0 50px 50px;
    }

    #content .tours-list-section .tours-list .tour {
        background-color: #fff;
        padding: 20px;
        display: block;
        margin-bottom: 10px;
    }

    #content .tours-list-section .tours-list .tour:last-child {
        margin-bottom: 0;
    }

    #content .tours-list-section .tours-list .tour .image {
        margin-right: 0;
        margin-bottom: 15px;
    }

    #content .tours-list-section .tours-list .tour .info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 17px;
    }

    #content .tours-list-section .tours-list .tour .info .title {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    #content .tours-list-section .tours-list .tour .info .title a {
        color: #000;
    }

    #content .tours-list-section .tours-list .tour .info .desc {
        margin-bottom: 15px;
        line-height: 1.2;
    }

    #content .tours-list-section .tours-list .tour .info .details {
        padding-left: 50px;
        overflow: hidden;
    }

    #content .tours-list-section .tours-list .tour .info .details .details-title {
        font-weight: bold;
        text-transform: uppercase;
    }

    #content .tours-list-section .tours-list .tour .info .details ul {
        padding: 0 0 0 20px;
        margin: 0;
    }

    #content .tours-list-section .tours-list .tour .info .details ul li {
        width: 49%;
        float: left;
        margin-bottom: 0;
        line-height: 1.2;
    }

    #content .tours-list-section .tours-list .tour .info .tour-actions {
        text-align: center;
        padding-top: 60px;
    }

    #content .tours-list-section .tours-list .tour .info .tour-actions a {
        display: inline-block;
        background-color: #ffb300;
        padding: 20px 20px 25px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        border-radius: 50px;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
    }
}

#content .tour-page-content {
    padding: 30px 0;
}

#content .tour-page-content .tour-content {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px 30px 100px 30px;
    max-width: 80%;
    position: relative;
    min-height: 740px;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 40px;
}

#content .tour-page-content .tour-content .details {
    width: 472px;
    float: right;
    margin-right: -272px;
    margin-bottom: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+38,ffffff+100 */
    background: #ededed;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ededed), color-stop(38%, #ffffff), to(#ffffff));
    background: linear-gradient(to right, #ededed 0%, #ffffff 38%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    position: relative;
}

#content .tour-page-content .tour-content .details:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/tour-details-shadow.png");
    width: 472px;
    height: 37px;
    /*bottom: -37px;*/
    right: 0;
}

#content .tour-page-content .tour-content .details .details-title {
    background-color: #ffb300;
    text-align: center;
    font-size: 35.75px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px 13px;
    line-height: 1;
}

#content .tour-page-content .tour-content .details .details-content {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.2;
}

#content .tour-page-content .tour-content .details .details-actions {
    text-align: center;
    padding: 15px 0;
}

#content .tour-page-content .tour-content .details .details-actions a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #ffb300;
    border-radius: 30px;
    padding: 13px 20px;
    text-decoration: none;
}

@media (max-width: 576px) {
    #content .tour-page-content .tour-content {
        padding: 30px;
        max-width: none;
        min-height: 0;
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    #content .tour-page-content .tour-content .details {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }

}

@media (max-width: 1024px) {
    #content .tour-page-content .tour-content .details {
        float: inherit;
        width: 100%;
    }
    #content .tour-page-content .tour-content .details:after{
        display: none;
    }
    #content .tour-page-content .tour-content{
        margin: 0 auto;
    }
}

#content .other-tours-slider {
    border: 10px solid #ffb300;
    border-radius: 45px 45px;
    overflow: hidden;
}

#content .other-tours-slider .tours-slider {
    overflow: hidden;
}

#content .other-tours-slider .tours-slider .slide {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

#content .other-tours-slider .tours-slider .slide:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/other-tours-slider-shadow.png") repeat-x center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#content .other-tours-slider .tours-slider .slide .slide-content {
    max-width: 950px;
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 5;
    line-height: 1.3;
    padding-bottom: 15px;
}

#content .other-tours-slider .tours-slider .slide .slide-content .title {
    text-align: center;
    font-weight: bold;
}

#content .other-tours-slider .tours-slider .slide .slide-content .title a {
    color: inherit;
    text-transform: uppercase;
}

#content .other-tours-slider .tours-slider .owl-prev,
#content .other-tours-slider .tours-slider .owl-next {
    width: 32px;
    height: 63px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border: 0;
    text-indent: 99999px;
    overflow: hidden;
    z-index: 999;
}

#content .other-tours-slider .tours-slider .owl-prev {
    left: 20px;
    background: url("../img/slider-nav-left-yellow.png");
}

#content .other-tours-slider .tours-slider .owl-next {
    right: 20px;
    background: url("../img/slider-nav-right-yellow.png");
}

#content .other-tours-slider .slider-bottom-text {
    text-align: center;
    font-size: 37.5px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    background-color: #ffb300;
    font-weight: bold;
    border-radius: 0 0 25px 25px;
}

#content .tour-video-section {
    background: url("../img/video-section-pattern.png") repeat-x #ac976d left top/auto 47px;
    padding: 80px 0;
    position: relative;
}

#content .tour-video-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 47px;
    width: 100%;
    background: url("../img/video-section-pattern.png") repeat-x #ac976d left top/auto 47px;
}

#content .tour-video-section .video-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .tour-video-section .video-box .video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.5%;
    flex: 0 0 61.5%;
}

#content .tour-video-section .video-box .video .iframe-video-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56%;
}

#content .tour-video-section .video-box .video .iframe-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content .tour-video-section .video-box .video-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
}

.subscribe-form-section {
    background-color: #007e95;
    padding: 20px 0;
}

.subscribe-form-section .form-wrap {
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe-form-section .form-wrap .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 10px;
}

.subscribe-form-section .form-wrap form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
}

.subscribe-form-section .form-wrap form input {
    height: 40px;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
}

.subscribe-form-section .form-wrap form button {
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    border: 0;
    background-color: #ff5100;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 576px) {
    .subscribe-form-section .form-wrap {
        display: block;
    }

    .subscribe-form-section .form-wrap .text {
        margin-bottom: 10px;
        font-size: 17px;
    }
}
@media screen and (min-width: 576px) and (max-width: 1200px){
  .nav_nav_toogler{
    height: 50px;
    width: 100px;
  }
  section#hero-section{
    height: 580px; 
  }
  
}
@media screen and (min-width: 1043px) and (max-width: 1200px){
  div.trips-grid{
    margin-top: 15px;
  }
}
@media screen and (min-width: 636px) and (max-width: 1043px){
  div.trips-grid{
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 636px){
  div.trips-grid{
    margin-top: 105px;
  }
}
.button_book_now_mobile{
  display: none !important;
  color: #ff5000 !important;
  border: 3px solid;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
a.button_book_now_desc{
  display: block !important;
  color: #ff5000 !important;
  border: 6px solid;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7.6px;
  margin-left: 50px;
}
@media screen and (max-width: 576px){
  a.button_book_now_mobile{
    display: block !important;
    position: absolute;
    top: 10px;
    right: 0;
  }
  section#hero-section{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul#menu-header-menu{
    margin-top: 0px !important;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1200px){
  a.button_book_now_desc{
    display: none !important;
  }
}
.tour-content h2{
  display: inline;
}
.header-bottom .container{
  max-width: 1350px;
}
.contact__contact_form textarea{
    width: 100%;
}
.contact__contact_form h2{
    text-align: center;
}
.contact__contact_form iframe{
    width: 100%;
}
.contact__contact_form input[type='submit']{
    display: block !important;
    color: #ff5000 !important;
    border: 6px solid #ff5000;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7.6px;
    display: block;
    background: transparent;
}
.contact__contact_form input[type='submit']:hover{
    background: #ff5000;
    color: white !important;
}
@media screen and (min-width: 576px) and (max-width: 1200px){
    ul#menu-header-menu{
        background-color: rgba(255,255,255,0.8);
        padding: 15px;
        display: flex;
    }
}
.home_hero_slider{
    position: absolute;
    height: 100%;
    width: 100%;
}

#hero-section  .home_hero_slider div.background{
    display: block;
    position: relative;
}
.home_hero_slider div.owl-stage-outer{
    height: 100%;
}
.home_hero_slider div.owl-stage-outer div.owl-stage{
    height: 100%;
}   
.home_hero_slider div.owl-stage-outer div.owl-stage div.owl-item{
    height: 100%;
        display: inline-block;
}   
.menu-item-has-children:hover > ul{
    display: block;
}
.nav-item:hover > a{
    color:  #ff5000 !important;
}
.other-tours-slider .slide{
    cursor: pointer;
}

.title-slider{
    font-family: 'CeraGR';
    font-weight: 900;
    font-size:5rem;
    color:#fff;
    text-transform: uppercase;
}
@media(max-width:767px){
    .title-slider{
    	font-size:4rem;
    }
}
@media(max-width: 576px){
    .title-slider{
    	font-size:3rem;
    }
}