﻿/* Template */

html {
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    line-height: 1.1;
    color: #b8a092
}


h3,h4,h5,h6 {
    margin-top: 0!important;
    color: #b8a092
}


h1 {
    font-size: 2.667rem;
    line-height: 110%;
    margin: 1.6rem 0 1.28rem 0
}

h2 {
    font-size: 2.267rem;
    line-height: 110%;
    margin: 1.28rem 0 1.024rem 0
}

h3 {
    font-size: 1.92rem;
    line-height: 110%;
    margin: .96rem 0 .768rem 0
}

h4 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0
}

h5 {
    font-size: 1.32rem;
    line-height: 110%;
    margin: .66rem 0 .528rem 0
}

h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
}

@media only screen and (max-width: 1628px) {
    .container {
        width: 95%;
    }
}

.white-nav {
    background-color: white;
    color: #8a8a8a;
}

.phone {
    display: inline-block;
    line-height: 1em;
    color: #d05d4c;
}

.phone .text{
    display: block;    
    font-size: 10px;
    color: #8a8a8a;
}

nav {
    height: auto;
    box-shadow: none;
    font-weight: 500;
}


@media only screen and (max-width: 1300px) {
    nav.white-nav .sub-nav li a, nav.white-nav .top-nav li a {
        font-size: 12px;
        padding: 0 5px
    }
}

.top-nav{
    height: 85px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: none;
}

.top-nav .row {
    padding-top: 10px;
    box-sizing: border-box;
}

.top-nav ul li {
    margin-top: 10px;
}

.top-nav ul a {
    color: #8a8a8a;
    font-size: 12px;
    height: 50px;
    vertical-align: top;
    line-height: 48px;
    font-weight: 300;
}

    .top-nav ul a:hover {
        color: #d05d4c;
    }

.sub-nav {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 51px;
}

.sub-nav a {
    color: #8a8a8a;
    font-size: 12px;
}

.sub-nav .container {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sub-nav .container .row {
    margin-bottom: 0;
    height: 51px;
}

.sub-nav ul {
    display: inline-block;
}

.sub-nav ul li {
    height: 50px;
}

.sub-nav ul li a {
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    height: 50px;
}

nav.white-nav .sub-nav .container ul li ul li a {
    color: #8a8a8a !important;
    transition: all 0.25s ease-in;
    margin: 0;
    font-size: 12px;
    height: 50px;
    line-height: 26px;
    width: 100%;
}

.book {
    background-color: #d05d4c !important;
    font-size: 16px;
    border-radius: 3px;
    padding: 15px 30px;
    margin: 18px 0;
    line-height: 20px;
    text-transform: none;
    margin-top: 4px;
    box-shadow: none !important;
    margin-left: 20px;
    font-weight: 400;
    height: 49px;
}

@media only screen and (min-width: 993px) {
    .row .col.five {
        width: 20%;
    }
}

.page-footer {
    padding-top: 0;
    background-color: #b8a092;
}

footer .footer-darken {
    background-color: rgba(179,149,131,.8)!important;
}

footer ul.footer-logo {
    text-align: left;
    margin: 0;
}

footer .five ul li a {
    font-size: 13px;
}

footer ul li a {
    color: #fff;
    transition: all .25s ease-in;
    font-weight: 300;
    display: block;
}
footer ul.footer-links {
    text-align: right;
}

footer ul.footer-logo li {
    display: inline-block;
}

footer ul.footer-links li {
    display: inline-block;
    padding: 3px 10px;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

footer ul li {
    padding: 3px;
    transition: all .25s ease-in;
    border-radius: 3px;
}

footer .footer-copyright .copy {
    line-height: 1;
    top: -10px;
    position: relative;
}

footer .footer-copyright .left {
    text-align: left;
}

footer .footer-copyright img {
    width: 135px;
    margin: 10px;
    margin-left: 0;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

h1, h2 {
    color: #d05d4c;
}

h1 {
    font-size: 3.2rem;
    line-height: 110%;
    margin: 1.6rem 0 1.28rem 0;
}

.retail-price {
    text-decoration: line-through;
    display: block;
    font-size: 1.5rem;
    color: gray;
}

.offer-price {
    display: block;
    font-size: 2rem;
    color: #689f38;
    font-weight: bold;
}

.rating {
    display: block;
    margin: 5px 0;
}

.activity-tag {
    background-color: rgba(255,0,0,.75);
    color: #fff;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    z-index: 1;
    width: 110px;
    text-align: center;
    margin-top: 39px;
    padding: 5px 0;
    right: -40px;
    display: none;
}

.card-content .row {
    margin-bottom: 0;
    margin-top: 0;
}

nav.white-nav .sub-nav .container ul {
    text-align: center;
    display: inline-block;
    margin: 0;
}

@media only screen and (max-width: 1300px) {
    nav.white-nav .sub-nav li a, nav.white-nav .top-nav li a {
        font-size: 12px;
        padding: 0 5px;
    }
}

nav.white-nav .mobile-nav {
    height: 50px;
    background: #fff;
}
nav.white-nav .mobile-nav a {
    display: inline-block;
}
nav.white-nav .mobile-nav a.call {
    color: #fff;
    background-color: #d05d4c;
    padding: 0px 10px;
    border: 1px solid #d05d4c;
    border-radius: 5px;
    height: 40px;
    margin: 5px 0px;
}
nav.white-nav .mobile-nav a.call i {
    color: #fff;
    height: 40px !important;
    line-height: 40px !important;
}
nav.white-nav .mobile-nav a.button-collapse {
    color: #d05d4c;
}

nav.white-nav .top-nav .top-menu ul li:first-child a {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 26px;
    line-height: 25px; 
    margin-top:10px;
}

nav.white-nav .top-nav .top-menu ul li a:hover {
    background: none;
}

nav.white-nav .dropdown-content li a {
    padding: 14px 16px !important;
}

nav.white-nav .logo-mobile {
    font-size: 35px;
    margin: 0 0 0 10px;
}

nav.white-nav .logo-mobile img {
    height: 38px;
}

nav.white-nav .hiddennav {
    height: 0;
    opacity: 0;
}

nav.white-nav .sub-nav .container ul.dropdown-content {
    width: auto !important;
    top: 132px !important;
    background-color: rgba(255,255,255,0.98);
    display: none;
}

.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

nav.white-nav .sub-nav .container ul li ul li a i {
    margin: 0;
    width: 18px;
}

nav.white-nav .sub-nav .megamenu ul li a {
    line-height: 0.5!important;
    height: 35px!important;
    padding: 14px 0px !important;
}

nav.white-nav .sub-nav .container ul li {
    line-height: 2.95;
    transition: all 0.25s ease-in;
}
nav.white-nav .sub-nav .container ul li:hover {
    background-color: transparent;
}
nav.white-nav .sub-nav .container ul li:hover a {
    color: #d05d4c;
}

@media only screen and (max-width: 992px) {
    nav.white-nav .mobile-nav .button-collapse {
        height: 50px;
    }

    nav.white-nav .mobile-nav .button-collapse i {
    height: 50px;
    line-height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    footer ul.footer-links, footer ul.footer-logo {
        text-align: center !important;
    }
}

.megamenu {
    position: absolute;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    transition: all 0.25s ease-in;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}

h1, h2, h3, h4, h5 {
    font-weight: 100;
    line-height: 1.1;
    color: #b8a092
}

.megamenu-titles {
    white-space: normal;
    text-align: left;
}

.megamenu h5 {
    font-size: 1.32rem;
    line-height: 110%;
    margin: .66rem 0 .528rem 0;
    margin-top: 0!important;
    color: #b8a092
}

.megamenu h4 {
    border-bottom: 1px solid #b8a092;
    padding-bottom: 10px;
}
.megamenu img {
    margin: 10px 0px;
}
.megamenu ul {
    border-right: 1px solid rgba(184,160,146,0.2);
    transition: all 0.25s ease-in;
}
.megamenu ul li {
    color: #86614f;
    display: block;
    float: none;
    position: relative;
    height:35px;
    min-height:35px;
}
.megamenu ul li:first-child a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #86614f;
    line-height: 2.3 !important;
    color: #86614f;
    padding: 0px;
    transition: all 0.25s ease-in;
}

    .megamenu ul li:first-child a:hover {
        background: none !important;
        cursor: default;
    }

.megamenu ul li:first-child a i {
    line-height: 0.4 !important;
    font-size: 12px;
    height: inherit;
    margin-right: 5px;
}
.megamenu ul li a {
    line-height: 1 !important;
    padding: 10px 0px;
    color: #b8a092;
    display: block;
    font-weight: 400;
    padding-left: 0px;
    font-size: 0.85rem;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in;
}
.megamenu ul li a:hover {
    background-color: rgba(0,0,0,0.1) !important;
    color: #d05d4c;
}
.megamenu ul li a i {
    line-height: 0.4 !important;
    height: 16px !important;
    font-size: 12px !important;
    margin-right: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.megamenu ul li a.active {
    color: #d05d4c;
    border-bottom: 1px solid #d05d4c;
    transition: all 0.25s ease-in;
}
.megamenu ul:last-child {
    border-right: 0px;
}
.megamenu ul.active {
    background-color: rgba(184,160,146,0.2);
    border-radius: 5px;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 1300px) {
    nav.white-nav .sub-nav li, nav.white-nav .top-nav li {
        line-height: 3.9 !important;
    }
}

/* Activity Detail */

.day-button {
    display: inline-block;
    width: 25px;
    height: 23px;
    background-color: #e6f09e;
    padding: 3px 0 0 0;
    text-align: center;
}

.day-button-avaiable {
    background-color: #689f38;
    color: white;
    cursor: pointer;
}

.day-button-selected {
    height: 26px;
    background-color: #689f38;
    color: white;
}

.day-schedule {
    background-color: #689f38;
    color: white;
    display: block;
    padding: 10px;
    text-align: center;
}

.meeting-points {
    margin-left: 0;
}

    .meeting-points li {
        list-style: none;
    }

        .meeting-points li .place {
            line-height: 1.2em;
            margin-bottom: 10px;
        }

            .meeting-points li .place .name {
                display: block;
            }

            .meeting-points li .place .address {
                color: #999;
                font-size: .8em;
                font-style: italic;
                margin: 5px 0 10px 28px;
                display: inline-block;
            }

#divNotes ul li {
    list-style: square;
    margin-left: 15px;
}

#divPrices {
    margin-top: 0;
}

.fixed-action-btn, .btn.red, .btn.light-green {
    display: none;
}

.side-nav .collapsible-header.active {
    background-color: rgba(102,30,30,.6);
}

.side-nav a {
    color: #86614f;
    transition: all .25s ease-in
}

.side-nav ul li {
    color: #b8a092;
    transition: all .25s ease-in;
    list-style: none
}

.side-nav ul li:hover {
    color: #86614f
}

.side-nav ul li a {
    padding: 0 16px;
    color: inherit;
    font-weight: 300
}

.side-nav ul li.active {
    background-color: #b8a092;
    color: #fff
}

.side-nav ul li.active ul li {
    color: #fff
}

.side-nav .social li {
    display: inline-block
}

.side-nav .social li a {
    padding: 0
}

.side-nav .social li a i {
    margin: 0 10px 0 10px;
    text-align: center;
    font-size: 20px
}

.side-nav .collapsible-header {
    color: inherit
}

.side-nav .collapsible-header i {
    height: auto
}

.side-nav .collapsible-body {
    background-color: rgba(255,255,255,.2)
}

.side-nav .collapsible-header.active {
    background-color: rgba(102,30,30,.6)
}

.side-nav .collapsible-header.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.side-nav .collapsible .collapsible-body .collapsible li ul li a {
    color: #fff
}

.side-nav .collapsible .collapsible-body .collapsible .collapsible-header {
    color: #fff;
    background-color: rgba(102,30,30,.2)
}

.side-nav .collapsible .collapsible-body .collapsible .collapsible-body {
    background-color: rgba(102,30,30,.04)
}

.side-nav .tabs .indicator {
    top: 0!important
}

.side-nav .tabs .tab a {
    background-color: rgba(184,160,146,.2);
    text-align: center
}

.side-nav .tabs .tab a img {
    height: 35px;
    margin-top: 5px
}

.side-nav .tabs .tab a.active {
    background-color: #fff!important;
}

.side-nav .mob-lang {
    color: #b8a092
}

.mobile-logo .icon-vgr img {
    width: 110px;
    margin: 0 auto;
}

.mobile-logo {
    text-align: center;
    padding: 20px;
}