:root {
    --primary-color: #72a13e;
    --secondary-color: #f49787;
}
* {
    box-sizing: border-box;
}
[v-cloak] > * { 
    display:none;
}
[v-cloak]::before {
    content: url(/images/reloader.svg);
    margin:0 auto;
    display: table;
}


body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.618;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #555;
    overflow-x: hidden;


}
a:hover {
    text-decoration: none;
    color: var(--orange-color);
}
.pointer {
    cursor: pointer;
}

img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

img {
    max-width: 100%;
}

a img {
    border: none;
    outline: none;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color)!important;
}
.btn-light {
    background-color: #fff !important;
    border-color: #eee !important;
    transition: 0.5s;
}
.btn-light:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color)!important;
    color: #fff;
    transition: 0.5s;
}
.font-weight-300 {
    font-weight: 300;
}

.hover-flash {
    position: relative;
    overflow: hidden;
}
.hover-flash:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.hover-flash:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pointer {
    cursor: pointer;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-40 {
    font-size: 40px;
}
.rounded-20 {
    border-radius: 20px;
}

.mt-6 {
    margin-top:6rem;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-lighter {
    color: #ececeb !important;
}
.text-light {
    color: #a1a1a1;
}

.text-line-through {
    text-decoration: line-through;
}
.text-underline,
.text-underline:hover {
    text-decoration: underline;
}

.d-flex-centered {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
.d-flex-spaced {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.stretch-to-fill {
    flex-grow: 1;
}

.d-flex-spaced.centered {
    align-items: center;
}
.d-flex.baseline {
    align-items: baseline;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.stretched-v {
    display:inline-block;
    transform:scale(1,1.4);
    -webkit-transform:scale(1,1.4);
    -moz-transform:scale(1,1.4);
    -ms-transform:scale(1,1.4);
    -o-transform:scale(1,1.4);
    line-height: 20px;
}
.stretched-v-2 {
    display:inline-block;
    transform:scale(1.3,1.3);
    -webkit-transform:scale(1.3,1.3);
    -moz-transform:scale(1.3,1.3);
    -ms-transform:scale(1.3,1.3);
    -o-transform:scale(1.3,1.3);
}


.main {
    width: 100%;
    position: relative;

}
.main .navigation {
    position: fixed;
    top:0;
    left:0;
    width: 200px;
    height: 100%;
    background-color: #fafafa;
}
.main .content {
    width: 100%;
    padding-left: 230px;

}
.nav-holder {
    padding: 10px 35px;
    position: relative;
    height: 100%;
}
.nav-holder .brand {

}
.logo img {
    width: 300px !important; 
}
.mobile-navbars {
    display: none;
}
.nav-holder .menu {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    padding: 10px 35px;
}
.nav-holder .menu ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.nav-holder .menu ul li a {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.nav-holder .menu ul li a:hover,
.nav-holder .menu ul li a.active{
    transition: 0.5s;
    color: var(--primary-color) !important;
}
.nav-holder .menu ul li a i {
    font-size: 5px;
}
.nav-holder .nav-bottom {
    position: absolute;
    bottom:0;
    left:0;
    padding: 10px 35px;    
}
.main-slider {
    width: 100%;
    position: relative;
}
.main-slider .slider-nav {
    position: absolute;
    bottom:28px;
    left:-30px;
    width: 51.85%;
    z-index:1000;
}
.slide-img {
    height: 530px;
}
.slide-img-url {
    overflow: hidden;
    max-height: 100px;
    position: relative;
}
.slide-img-url .text {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    transition: 0.5s;
}
.slide-img-url .text:hover {
    background-color: rgba(0,0,0,.5);
    transition: 0.5s;
}
.slim-title {
    font-weight: 500;
    position: relative;
    padding-left: 50px;
    color: var(--secondary-color);
}
.slim-title:before {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content:"";
    width: 40px;
    height: 0.5px;
    background-color: var(--primary-color);
}

.title-large {
    width: 100%;
    position: relative; 
    text-align: center;
}

.title-large .icon {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 4rem;
    font-weight: bold;
    /*color: #ededed;*/
    color: var(--secondary-color);
    z-index: -1;
    opacity:0.3;
}
.title-large .title {
    font-weight: 400;
    position: relative;
    margin-bottom: 60px;
}
.title-large .title:before {
    position: absolute;
    bottom: -40px;
    left:50%;
    transform: translateX(-50%);
    content:"";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color);
}
.title-iconic {
    width: 100%;
    position: relative;
    padding-left: 90px;
}
.title-iconic .icon {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left:0;
    right:0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: #fff;
    text-align: center;
    font-size: 3rem;
    padding-top:15px;
}
.title-iconic .title {
    font-weight: 400;
    color: var(--primary-color);
}
.featured-image {
    width: 100%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}
.featured-image.normal .caption,
.featured-image.reverse .caption {
    position: absolute;
    top:50%;    
    width: 50%;    
    z-index: 100;
    background-color: #fff;
    border: 1px solid #eee;
}
.featured-image.normal .caption {
    left:10%;
    transform: translateY(-50%);
}
.featured-image.reverse .caption {
    right:10%;
    transform: translateY(-50%);
}
.featured-image.normal .image,
.featured-image.reverse .image {
    position: absolute;
    top:0;    
    width: 50%;
    border: 1px solid #eee;

}
.featured-image.normal .image {
    right:0; 
}
.featured-image.reverse .image {
    left:0;
}
.featured-image.event .image {
    text-align: right;
}
.featured-image.event .image img {
    width: 55%;
}
.social-buttons {
    display: flex;
    flex-direction: column;
}
.social-buttons a {
    color: #acacac;
    transition: 0.5s;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
.social-buttons a:hover {
    color: var(--primary-color);
}

.info-box {
    width: 100%;
    min-height: 60px;
    position: relative;
    padding-left: 50px;

}
.info-box .icon {
    position: absolute;
    top:0;
    left:0;
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
    padding-top:5px;
    font-size: 2rem;

}
.info-box .b-content {
    padding-top:10px;
}
.info-box .link {
    color: #555;
    font-weight: 200;
}

.custom-form .field {
    padding-top: 10px;
    display: flex;
    flex-direction: column;  
}
.custom-form .field input,
.custom-form .field textarea,
.custom-form .field select {
    border: 1px solid #ddd;
    transition: all 0.3s ease-in;
    min-height: 40px;
    padding:5px;
    font-weight: 100;
}
.custom-form .field textarea{
    min-height: 200px;
}
.custom-form .field input:focus,
.custom-form .field select:focus,
.custom-form .field textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary-color);

}
.custom-form .field label {
    padding-left: 5px;
    transition: all 0.3s ease-in;
    transform: translateY(43px);
    pointer-events: none;
    font-weight: 100;
}
.custom-form .field label sup {
    color: #E74C3C;
}
.custom-form .field label.move-label-up {
    transform: translateY(-2px);
    color: #000;
    padding-left: 0;
    transition: all 0.3s ease-in;

}
.sub-nav {
    width: auto;
    border:1px solid #ddd;
    display: table;
}
.sub-nav a {
    display: inline-block;
    border-right: 1px solid #ddd;
    color: #555;
    margin-right: -1px;
    padding:5px 10px;
    transition: 0.5s;
    font-weight: 500;    
}
.sub-nav a:hover{
    transition: 0.5s;
    color: var(--primary-color);
}
.sub-nav a.active {
    background-color: var(--primary-color);
    color: #fff;
    transition: 0.5s;

}
.sub-nav a:last-child {
    border-right:none;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
}
.event-counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: bold;
}
.home-event .photo {
    border: 1px solid #eaeaea;
    padding: 5px;
    border-radius: 4px;    
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.1);
}
.panWrapper a.controls {
    background-color: var(--primary-color);
    border-radius: 50%;
}

/* .home-event .date-holder {
    position: absolute;
    top:0;
    left:16px;
    background-color: rgba(244, 151, 135,0.9);
    color: #ffff;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    font-weight: bold;
}  */
.home-event .date-holder {
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 135px solid rgba(244, 151, 135,0.9);;
    border-right: 255px solid transparent;
}
.home-event .date-holder .details {
    position: absolute;
    top: -133px;
    left: 5px;
    width: 160px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.page-link,
.page-link:hover {
    color: var(--secondary-color);
}
.book-btn {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 15px 20px;
    display: block;
    font-weight: bold;
}
.booking-form .form-group label {
    font-weight: 700;
}
.booking-form .form-group .form-control {
    height: 50px;
}

.thank-you {
    margin-top: 50px;
}
.thank-you h6 {
    font-size: 7rem;
    font-weight: 100;
}
.thank-you p {
    font-size: 2rem;
    line-height: 37px;
}
.flex-auto {
    flex-wrap: wrap;
}

/*RESPONSIVE*/
@media (min-width: 1441px) and (max-width: 2560px) {
    .slide-img {
        height: 690px;
    }
    .main-slider .slider-nav {
        width: 51.9%;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .mt-6 {
        margin-top: 2rem;
    }
    .slide-img {
        min-height: 480px;
    }
    .main-slider .slider-nav {
        width: 53%;
    }
    .font-size-40 {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .md-none {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100ch;
    }
    .main .navigation {
        position: relative;
        width: 100%;
    }
    .main .content {
        width: 100%;
        padding-left: 0;
    }
    .mt-6 {
        margin-top: 1rem;
    }

    .main-slider .slider-nav {
        width: 60%;
        left:0;
    }
    .font-size-40 {
        font-size: 24px;
    }
    .nav-holder .menu {
        width: 100%;
        background-color: #fafafa;
        position: absolute;
        top:170px;
        left:0;
        padding: 10px 35px;
        z-index: 1000;
        display:none;
    }
    .nav-holder .menu.toggle-menu {
        display:block;
    }
    .nav-bottom {
        display: none;
    }
    .mobile-navbars {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .main .navigation {
        position: relative;
        width: 100%;
    }
    .main .content {
        width: 100%;
        padding-left: 0;
    }
    .mt-6 {
        margin-top: 3rem;
    }

    .main-slider .slider-nav {
        width: 60%;
        left:0;
    }
    .sm-d-none {
        display: none;
    }
    .nav-holder .menu {
        width: 100%;
        background-color: #fafafa;
        position: absolute;
        top:170px;
        left:0;
        padding: 10px 35px;
        z-index: 1000;
        display:none;
    }
    .nav-holder .menu.toggle-menu {
        display:block;
    }
    .nav-bottom {
        display: none;
    }
    .mobile-navbars {
        display: block;
    }

    .featured-image .caption {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    .slide-img {
        height: 390px;
    }

    .featured-image {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
    .featured-image.normal .caption,
    .featured-image.reverse .caption,
    .featured-image.normal .image, 
    .featured-image.reverse .image {
        position: relative;
        transform: none;
        width: 90%;
    }
    .featured-image.normal .image, 
    .featured-image.reverse .image{
        margin-left: 10%;
        margin-top: 0;
    }
    .featured-image.reverse .caption {
        margin-left: 10%;
    }
}