        /*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap

 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
        
        html,
        body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            -webkit-font-smoothing: antialiased;
        }
        
        body {
            -webkit-font-smoothing: antialiased;
            line-height: 1.5;
            font-family: 'open_sanslight';
            font-weight: 100 !important;
            font-style: normal;
            letter-spacing: 0.1px;
            text-transform: none;
            color: #333;
            background: rgba(0, 0, 0, 0.025);
            -webkit-animation: fadein 9s;
            /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 9s;
            /* Firefox < 16 */
            -ms-animation: fadein 9s;
            /* Internet Explorer */
            -o-animation: fadein 9s;
            /* Opera < 12.1 */
            animation: fadein 9s;
        }
        
        @keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Firefox < 16 */
        
        @-moz-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Safari, Chrome and Opera > 12.1 */
        
        @-webkit-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Internet Explorer */
        
        @-ms-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Opera < 12.1 */
        
        @-o-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        *,
        *:before,
        *:after {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
         ::-moz-selection {
            background-color: #7d7773;
            color: #fff;
        }
        
         ::selection {
            background-color: #7d7773;
            color: #fff;
        }
        
        a:hover {
            -webkit-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5 {
            font-family: 'FagoNoTf';
            font-weight: 100;
        }
        
        h1 {
            font-size: 3.25rem;
        }
        
        h2 {
            font-size: 2.0rem

        }
        
        h3 {
            font-size: 1.5rem;
        }
        
        p {
            font-size: 1.09rem;
            color: #777;
        }
.overlay-top2bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 90%);
    content: '';
    height: 100vh;
    z-index: 0;
}
        .lead {
            font-size: 1.2rem;
            margin-bottom: 70px;
        }
        
        .logo {
            width: 230px;
            height: auto;
        }
        
        .logo.shrink {
            width: 177px;
            height: 60px;
        }
        
        .logo.shrink img {
            width: 100%;
            height: 100%;
        }
        
        .btn-booking {
            background: #44a6b8;
            border: #44a6b8;
        }
        /*
    FANCYBOX 3

*/

        .fancybox-container {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
 
        
        .card-img-overlay {
            opacity: 0;
            transition: all 1s ease;
            cursor: pointer;
            z-index: 1000;
            height: 230px;
        }
        
        .card-img-overlay p {
            color: #FFF;
            position: absolute;
            top: 25%;
            left: 50%;
            transform: translate(-50%, -25%);
            text-align: center;
            font-weight: 900;
        }
        
        .card-img-overlay:hover {
            opacity: 1;
            transition: opacity 1s;
            background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 128, 128, 0) 35%);
            /* ff3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(35%, rgba(0, 128, 128, 0)));
            /* safari4+,chrome */
            background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 128, 128, 0) 35%);
            /* safari5.1+,chrome10+ */
            background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 128, 128, 0) 35%);
            /* opera 11.10+ */
            background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 128, 128, 0) 35%);
            /* ie10+ */
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 128, 128, 0) 35%);
            /* w3c */
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#008080', GradientType=0);
            /* ie6-9 */
        }
        
        .card-img-wrap {
            overflow: hidden;
            position: relative;
            cursor: pointer;
            height: 235px;
            top: 0;
            z-index: 900;
        }
        
        .card-img-wrap img {
            -webkit-transition: background-color 2s ease-in, opacity 2s ease-in;
            transition: background-color 2s ease-in, opacity 2s ease-in;
            min-width: 100%;
            min-height: 100%;
            overflow: hidden;
            -webkit-object-fit: cover;
            -moz-object-fit: cover;
            -o-object-fit: cover;
            object-fit: cover;
        }
        
        .card-img-wrap:hover img {
            -webkit-transition: background-color 2s ease-in, opacity 2s ease-in;
            transition: background-color 2s ease-in, opacity 2s ease-in;
        }
        
        .card-img-wrap:hover:after {
            opacity: 1;
        }
        
        .card {
            background-color: rgba(255, 255, 255, 0.205) !important;
            border-radius: 0;
            border: none;
            outline: none !important;
            overflow: hidden;
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
        }
        
        .carousel-item {
            height: 95vh;
            background: no-repeat center center scroll;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        
        .carousel-caption {
            position: absolute;
            top: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: 100%;
            color: #fff;
            z-index: 10000 !important;
        }
        
        .carousel-caption h1 {
            -ms-flex-align: center;
            width: 100%;
        }
        
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
            width: 200px;
            height: 200px;
        }
        
        .carousel-control .glyphicon-chevron-left:before,
        .carousel-control .glyphicon-chevron-right:before {
            font-size: 200px;
        }
        
        .carousel-fade .carousel-item {
            opacity: 0;
            transition-duration: .9s;
            transition-property: opacity;
        }
        
        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right {
            opacity: 1;
        }
        
        .carousel-fade .active.carousel-item-left,
        .carousel-fade .active.carousel-item-right {
            opacity: 0;
        }
        
        .carousel-fade .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item.active,
        .carousel-fade .active.carousel-item-left,
        .carousel-fade .active.carousel-item-prev {
            transform: translateX(0);
            transform: translate3d(0, 0, 0);
        }
        
        #frill {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
            margin-left: 0;
            margin-right: 0;
            padding: 0;
            min-width: 100%;
            z-index: 150;
        }
        
        .video-content {
            position: relative;
            overflow: hidden;
            height: 90vh;
            width: 100%;
        }
        
        .video-content h1 {
            color: #FFF;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 500;
            text-align: center;
        }
        
        .video-content #myVideo {
            background-image: url('../img/chartfield.jpg');
             background-repeat: no-repeat;
            background-position: center center;
            background-position-x: center;
            background-position-y: center;
            -webkit-object-fit: cover;
            -moz-object-fit: cover;
            -o-object-fit: cover;
            object-fit: cover;
            /* Make video to at least 100% wide and tall */
            min-width: 100%;
            min-height: 90%;
            /* Setting width & height to auto prevents the browser from stretching or squishing the video */
            width: auto;
            height: auto;
            /* Center the video */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .video-content .my-overlay:before {
            content: "";
            background: rgba(0, 0, 0, 0.15);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 3;
        }
        
        .video-content .my-overlay:after {
            content: "";
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpiZGBg8AVihv///28G0UwMaIARKIMigKECIMAASJsHAYcd2RAAAAAASUVORK5CYII=);
            background-size: 2px 2px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 2;
        }
        
        .video-content .container {
            position: absolute;
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 50px 200px;
            text-align: center;
            color: #fff;
            z-index: 15;
        }
        
        #accommodation .card {
            background-color: transparent !important;
        }
        
        #accommodation h1 {
            padding: 60px 0 40px 0;
        }
        
        #accommodation .container {
            text-align: center;
        }
        
        #accommodation .rates .season {
            margin-left: 0 !important;
        }
        
        #accommodation .rates .season .card-img-overlay {
            padding: 0;
        }
        
        #accommodation .rates .season .card-text {
            color: #000;
            text-align: left;
            line-height: 22px;
            margin-top: 120px

        }
        
        #accommodation .rates {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
        }
        
        #accommodation .rates .room,
        #accommodation .rates .season {
            width: 11rem;
            display: inline-block;
            margin: 0 6px;
            -webkit-transition: all 0.75s ease;
            transition: all 0.75s ease;
            cursor: pointer;
        }
        
        #accommodation .rates .roomimg-wrap,
        #accommodation .rates .seasonimg-wrap {
            overflow: hidden;
            height: 230px;
        }
        
        #accommodation .rates .room img,
        #accommodation .rates .season img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }
        
        #accommodation .rates .room:last-child {
            margin-right: 0;
        }
        
        #accommodation .rates .room:hover {
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
        }
        
        #accommodation .rates .card {
            box-shadow: none;
        }
        
        #accommodation .rates .list-group-item {
            border: none;
            border-top: 1px dotted rgba(0, 0, 0, .125);
            background-color: transparent;
            font-size: 14px;
        }
        
        #accommodation .rates .list-group-item a,
        #accommodation .rates .list-group-item a:hover {
            text-decoration: none;
            color: #555;
            display: block;
        }
        
        #accommodation .rates .season:not(:first-child) {
            display: none;
        }
        
        #policies ul {
            list-style: disc;
            padding-left: 20px;
        }
        
        #policies li {
            position: relative;
            padding-left: 10px;
            margin-bottom: 10px;
        }
        /*
#policies li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f111";
    color: rgba(125, 119, 115, 0.95);
}
*/
        
        #testimonials .testimonials {
            margin: 0 50px;
        }
        
        #testimonials .blockquote {
            background: url('../img/quotes-left.png') no-repeat top left;
            background-size: 45px 45px;
            padding-left: 38px;
            padding-right: 30px;
            padding-top: 10px;
        }
        
        #testimonials .blockquote p {
            padding-bottom: 20px;
            font-size: 16px;
            font-style: italic;
            color: rgb(0, 0, 0);
        }
        
        #testimonials cite {
            font-size: 14px;
            font-style: normal;
            letter-spacing: 1.1px;
        }
        
        #testimonials span {
            display: block;
            font-family: 'FagoNoTf';
            font-size: 16px;
            letter-spacing: 1.1px;
            font-style: normal;
            text-transform: uppercase;
            margin-bottom: -5px;
        }
        
        .slick-prev,
        .slick-next {
            color: white;
            opacity: 1;
            height: 90px;
            width: 90px;
            margin-top: 0;
        }
        
        .slick-prev path,
        .slick-next path {
            fill: rgba(0, 0, 0, 0.2);
        }
        
        .slick-prev:hover path,
        .slick-next:hover path {
            fill: rgba(0, 0, 0, 0.4);
        }
        
        .slick-prev {
            left: -80px;
        }
        
        .slick-next {
            right: -80px;
        }
        
        .slick-prev:before,
        .slick-next:before {
            content: none;
        }
        
        footer {
            background-color: rgba(125, 119, 115, 1);
            padding: 0;
            bottom: 0;
            margin: 0;
        }
        
        footer .container {
            padding: 0;
            margin: 0;
        }
        
        footer h2 {
            color: #fff;
            padding-bottom: 30px;
        }
        
        footer p {
            color: #fff;
        }
        
        footer .social-icons {
            padding: 30px 0;
            color: #FFF;
        }
        
        footer .social-icons img {
            display: inline-block;
            max-width: 45px;
            height: auto;
            margin-right: 5px;
            padding-top: 15px;
        }
        
        footer .contact ul {
            margin: 25px;
            margin-top: 0;
        }
        
        footer .contact li,
        footer .contact li a {
            color: #fff;
            padding: 5px 0;
        }
        
        footer .contact li a:hover {
            color: rgba(0, 0, 0, 0.75);
            text-decoration: none;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
            padding-bottom: 3px;
        }
        
        footer .form-container input,
        footer .form-container textarea,
        footer .form-container button {
            border-radius: 0;
        }
        
        footer .copyright {
            position: absolute;
            padding: 15px 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.75);
        }
        
        footer .copyright p {
            padding: 0;
            margin: 0;
            font-family: 'FagoNoTf';
            color: #fff;
            letter-spacing: 1.1px;
            text-transform: uppercase;
            font-size: 22px;
        }
        
        .coco-mat { 
            width: 250px;
            height: 75px;
            position: fixed;
            right:28px; 
            bottom:265px;
            z-index: 10000; 
        }
        .shareIcon {
            display: inline-block;
            position: fixed;
            bottom: 132px;
            right: 20px;
            background-color: #44a6b8 !important;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            font-size: 35px;
            color: #fff;
            line-height: 58px;
            text-align: center;
            z-index: 10;
        }
        
        .shareIcon i {
            color: #FFF;
        }
        
        #share {
            background-color: transparent !important;
        }
        
        #share .social-icons {
            margin: 0;
            padding: 20px;
            list-style: none;
        }
        
        #share .social-icons li {
            display: inline-block;
            background-color: rgba(125, 119, 115, 0.98);
            width: 68px;
            height: 68px;
            border-radius: 50%;
            font-size: 32px;
            line-height: 68px;
            text-align: center;
            margin: 10px;
        }
        
        #share .social-icons li a {
            color: #fff;
        }
        
        #share .fancybox-close-small {
            color: #fff;
            height: 50px;
            width: 50px;
            z-index: 10;
        }
        
        /*
        .whatapp-btn {
            bottom: 20px;
            right: 20px;
            z-index: 1000000;
        }
        */
        .side-buttons {
            position: fixed;
            right: 15px;
            bottom: 50px;
            width: 64px;
            height: auto;
            z-index: 20000;
        }

        .scrollToTop {
            color: #44a6b8;
            text-decoration: none;
            position: fixed;
            bottom: 210px;
            right: 20px;
            display: none;
            font-size: 60px;
            cursor: pointer;
        }

        .scrollToTop:hover {
            text-decoration: none;
            color: #ccc;
        }
        
        .myform input,
        .myform select,
        .myform textarea,
        .myform .btn {
            border-radius: 0;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            letter-spacing: 0.7px;
            font-size: 18px;
        }
        
        .myform textarea {
            height: 110px;
            font-size: 14px;
        }
        
        .myform input:focus,
        .myform select:focus,
        .myform textarea:focus {
            box-shadow: none;
            border: none;
            outline: 0;
        }
        
        .myform input::placeholder,
        .myform select::placeholder,
        .myform textarea::placeholder {
            color: rgba(0, 0, 0, 0.5);
            font-weight: 600;
            font-size: 15px;
        }
        
        .myform .btn {
            background-color: #44a6b8;
            color: rgba(255, 255, 255, 0.5);
            border: 1px solid #44a6b8;
            font-family: 'FagoNoTf';
            letter-spacing: 1.1px;
            text-transform: uppercase;
            padding: 10px 20px;
            -webkit-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }
        
        .myform button:hover,
        .myform .btn:focus,
        .myform .btn:active,
        .myform .btn:not(:disabled):not(.disabled):active {
            background-color: rgba(64, 64, 64, 0.50);
            color: rgba(255, 255, 255, 1);
            border: 1px solid rgba(64, 64, 64, 0.2);
            box-shadow: none;
        }
        
        .myform .btn:not(:disabled):not(.disabled):active {
            background-color: rgba(64, 64, 64, 0.90);
            box-shadow: none !important;
        }
        
        .myform #btn-xl {
            font-size: 2.0rem;
            padding: 20px 45px;
        }
        
        .myform #btn-xl:hover,
        .myform #btn-xl:focus,
        .myform #btn-xl:active,
        .myform #btn-xl:not(:disabled):not(.disabled):active {
            background-color: rgba(64, 64, 64, 0.50);
            color: rgba(255, 255, 255, 1);
            border: 1px solid rgba(64, 64, 64, 0.2);
            box-shadow: none;
        }
        
        #booking-frm {
            position: absolute;
            border: none;
            border-radius: 0;
            left: 0;
            right: 0;
            bottom: -50px;
            margin-left: auto;
            margin-right: auto;
            padding: 25px 0;
            box-shadow: 0 4px 32px -1px #ccc;
            box-shadow: none;
            z-index: 200;
        }
        
        #booking-frm .input-group-append i {
            margin-left: -7px !important;
        }
        
        .gallery ul,
        .gallery-1 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .gallery ul>li,
        .gallery-1 ul>li {
            display: inline-block;
            padding: 5px;
        }
        
        .gallery ul>li>a.img img,
        .gallery-1 ul>li>a.img img {
            width: 100%;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            transition: 0.4s;
        }
        
        .gallery ul>li>a.img img:hover,
        .gallery-1 ul>li>a.img img:hover {
            cursor: pointer;
            transform: scale(0.95);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
        }
        
        .ribbon {
            position: absolute;
            right: -5px;
            top: -5px;
            z-index: 999;
            overflow: hidden;
            width: 175px;
            height: 175px;
            text-align: center;
        }
        
        .ribbon span {
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            font-weight: 1000;
            line-height: 25px;
            transform: rotate(45deg);
            width: 166px;
            display: block;
            background: #44a6b8;
            /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
            position: absolute;
            top: 38px;
            right: -32px;
        }
        
        .ribbon span:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -10000;
            border-left: 3px solid #44a6b8;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #44a6b8;
        }
        
        .ribbon span:after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -10000;
            border-right: 3px solid #44a6b8;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #44a6b8;
        }
        
        .gallery ul>li.image {
            width: 49%;
        }
        .gallery ul>li.image-1 {
            width: 32.5%;
        }
        #booking-frm {
            bottom: 8px !important;
        }
        #booking-frm input {
            width: 125px !important;
        }
        #booking-frm #btn-booking {
            width: 365px !important;
        }
        
        @media (min-width: 768px) {
            .gallery ul>li.image {
                display: inline-block;
                width: 24.5%;
            }
            .gallery ul>li.image-1 {
                display: inline-block;
                width: 13.75%;
            }
		   #myvideo {
			  display: none !important;
           }
        }
        
        @media (min-width: 1280px) {
            .gallery ul>li.image {
                display: inline-block;
                width: 19.65%;
            }
            .gallery ul>li.image-1 {
                width: 13.93%;
                display: inline-block;
            }
        }
        
        @media (min-width: 1200px) {
            .dates {
                display: none;
            }
        }
        
        @media (max-width: 1280px) {
            .navbar-default .navbar-nav .nav-link {
                padding-right: .5rem !important;
                padding-left: .5rem !important;
            }
            .navbar-collapse {
                margin-left: -15px;
                margin-right: -15px;
                background-color: rgba(125, 119, 115, 0.98) !important;
            }
            .navbar-nav>li {
                float: none;
            }
            .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
            .navbackground {
                background-color: rgba(125, 119, 115, 0.98) !important;
            }
            nav.navbar.shrink {
                height: 100px;
            }
            nav.navbar.shrink .navbar-collapse {
                background-color: rgba(125, 119, 115, 0.98) !important;
            }
            .dates {
                display: block !important;
            }
            #saison {
                display: none !important;
            }
        }
        
        @media (max-height: 600px) {

            h1 {
                font-size: 2.6rem;
            }
            .logo {
                top: -50px;
                height: 70px !important;
            }
            #booking-frm {
                bottom: 2px !important;
                padding-bottom: 0 !important;
            }
            .carousel-item {
                height: 100vh !important;
            }
            #booking-frm {
                bottom: 8px !important;
            }
            #booking-frm input {
                width: 110px !important;
            }
            #booking-frm #startdate,
            #booking-frm #enddate {
                font-size: 14px !important;
            }
            #booking-frm #btn-booking {
                width: 310px !important;
            }
            #booking-frm .mx-3 {
                margin: 5px !important;
            }
            .shareIcon {
                bottom: 130px;
                right: 10px;
            }
            .scrollToTop {
                display: none !important;
            }

        }
