@charset "utf-8";
@font-face { font-family: neuzeit-grotesk; src: url('fonts/neuzeit-grotesk.ttf'); } 
@import url("avenir_light/stylesheet.css");
@font-face { font-family: proxima-nova; src: url('fonts/proxima-nova.otf'); }
@font-face { font-family: futura-pt; src: url('fonts/futura-pt.otf'); }
@font-face { font-family: hello-lucky; src: url('fonts/hello-lucky.otf'); }
@font-face { font-family: begade; src: url('fonts/begade.woff2') format("woff2"); }
/* ------------------GOOGLE ICON FONT API---------------- */
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
/* ------------------GOOGLE ICON FONT API---------------- */
.vertical-alignment-helper{
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:all; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center{
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:all;
}
#Wrapper {
	width: 100%;
	transition: background-color .5s;
    background-color: #f6f6f6;
}


/*--------------------------------------------------------NEW LANDING PAGE BOTTOM NAVBAR-----------------------------------------------------*/
.bottom-nav-block{
    width: 100%;
    height: 100vh;
    position: absolute;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    color: #fff;
}
.bottom-nav-content{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    display: inherit;
    background: rgba(0,0,0,0.4);
}
.bottom-nav-menu{
    width: 20%;
    margin: 2vh 10px;
    padding: 0;
    display: inline-block;
    pointer-events: all;
    text-decoration: none;
}
.bottom-nav-menu:hover > .bottom-nav-text{
    color: #fff;
    fill: #fff;
    transition: all ease 0.4s;
}
.bottom-nav-menu:hover > .bottom-nav-icons{
    color: #fff;
    fill: #fff;
    transition: all ease 0.4s;
}
.bottom-nav-text{
    color: #C6901B;
    display: inline-block;
    padding: 0;
}
.bottom-nav-icons{
    width: 40px;
    margin: 0 10px;
    padding: 5px;
    display: inline-block;
    fill: #C6901B;
}
.mobile-nav-bar-block{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: inline-block;
    display: none;
    background: #fff;
}
.mobile-nav-bar-button-content{
    width: 45%;
    text-align: center;
    display: inline-block;
    bottom: 0;
    padding: 8px 0;
}
.mobile-nav-bar-button{
    width: 100%;
    color: #0b5886;
    display: inline-block;
    text-align: center;
    border: 1px solid #0b5886;
/*    border-radius: 2px;*/
    padding: 0;
    margin: 0;
/*    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.14);*/
}
/*--------------------------------------------------------NEW LANDING PAGE BOTTOM NAVBAR-----------------------------------------------------*/
/*-----------------------------POCHOS HEADER NEW-----------------------*/
.pochos-header-new-block{
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.pochos-header-new-block h1{
    font-size: 30px;
    display: inline-block;
    /*font-family: "neuzeit-grotesk";*/        /*OLD FONT*/
    font-family: "hello-lucky";                /*NEW FONT*/
    letter-spacing: 2px;                       /*NEW FONT SPACING*/
	color: #fff;
	text-align: center;
	font-weight: bold;
    margin: 0 20px;
    pointer-events: all;
}
.pochos-header-logo{
    width: 32%;
    display: inline-block;
    text-align: left;
    padding: 0px 0;
}
.pochos-header-nav{
    width: 65%;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 0;
    margin: 10px 0;
}
.pochos-header-logo-image{
    width: 180px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.pochos-header-new-block li{
    font-size: 20px;
    display: inline-block;
    font-family: "neuzeit-grotesk";
	color: #fff;
	font-weight: bolder;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0 10px;
}
.pochos-header-new-block li:hover{
    color: #FF7045;
}
.pochos-header-li{
    font-size: 20px;
    display: inline-block;
    font-family: "neuzeit-grotesk";
	font-weight: bolder;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0 10px;
    color: #fff;
}
.pochos-header-new-block a, li, button, ul, img{
    pointer-events: all;
    transition: all 0.2s ease;
}
.pochos-header-book-now{
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 15px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pochos-header-book-now:hover{
    background-color: #fff;
    color: #FF7045;
    text-decoration: none;
}
.pochos-header-book-now:hover > li{
    color: #FF7045;
}
.pochos-header-hamburger{
    display: none;
    font-size: 32px;
    color: #fff;
    text-align: right;
    padding: 4px 0;
    margin: 0 20px;
}
.desktop-hidden{
    display: none;
}
/*-----------------------------POCHOS HEADER NEW-----------------------*/

/*-----------------------------TRIPADVISOR LOGO-----------------------*/
.tripadvisor-logo-block{
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 0;
    padding: 20vh 0 0 0;
}
.tripadvisor-logo{
    width: 20%;
    float: right;
}
.tripadvisor-logo-image{
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
/*-----------------------------TRIPADVISOR LOGO-----------------------*/

.waves-block{
    width: 100%;
    height: 100vh;
    pointer-events: none;
    position: absolute;
}
.waves-container{
    width: 100%;
    position: absolute;
    display: inherit;
    bottom: 0;
}
.waves{
    width: 100%;
    left: 0;
    fill: #d1edf9;
}
.waves-container-90{
    width: 100%;
    position: absolute;
    display: inherit;
    top: 0;
}
.waves-90 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-intro-block{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 40px 0;
}
.section-intro-text{
    width: 60%;
    margin: 50px 0;
    text-align: center;
    display: inline-block;
}
.section-intro-text h3{
    font-family: begade;
    font-size: 50px;
    text-align: center;
    color: #005d8f;
    line-height: 1em;
}
.section-intro-text p{
    font-family: futura-pt;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    justify-content: center;
    line-height: 1.2em;
    margin: 10px 0;
}
.section-intro-text-left{
    width: 40%;
    display: inline-block;
    float: left;
    text-align: justify;
    margin: 0 40px;
}
.section-intro-text-left h3{
    font-family: begade;
    font-size: 40px;
    color: #005d8f;
    line-height: 1em;
}
.section-intro-text-left p{
    font-family: futura-pt;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin: 10px 0;
}
.section-intro-reserve{
    width: 100%;
    text-align: center;
    margin: 50px 0;
    display: inline-block;
}
.section-intro-reserve-button{
    background-color: #FF7045;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.section-intro-reserve-button:hover{
    background-color: #fff;
    text-decoration: none;
    color: #FF7045;
    transition: all 0.2s ease;
}
.section-intro-quick-facts{
    width: 40%;
    display: inline-block;
    text-align: left;
}
.quick-fact-container{
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.quick-fact-circle{
    width: 20%;
    display: inline-block;
}
.quick-fact-circle p{
    width: 60px;
    height: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #005d8f;
    color: #fff;
    border-radius: 50%;
}
.quick-fact-text{
    width: 40%;
    display: inline-block;
}
.quick-fact-icon-box{
    width: 20%;
    display: inline-block;
}
.quick-fact-icon{
    width: 40px;
    fill: #000;
    display: inline-block;
}

.gallery-block{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.gallery-left{
    width: 49%;
    height: 100vh;
    text-align: center;
    display: inline-block;
}
.gallery-right{
    width: 49%;
    display: inline-block;
}
.gallery-one{
    width: 50%;
    display: inline-block;
    height: 50vh;
}
.gallery-two{
    width: 49%;
    display: inline-block;
    height: 50vh;
}
.gallery-three{
    width: 100%;
    display: inline-block;
    height: 49vh;
}
.gallery-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.tour-info-block{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.tour-info-box{
    width: 60%;
    display: inline-block;
}
.tour-info-box h4{
    width: 100%;
    font-family: begade;
    font-weight: 800;
    color: #005d8f;
    font-size: 40px;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.tour-info-content{
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
.tour-info-text{
    width: 49%;
    font-family: futura-pt;
    font-size: 30px;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
    display: inline-block;
}
.tour-info-answer{
    width: 49%;
    font-family: begade;
    font-size: 1.5em;
    font-weight: 800;
    text-align: right;
    display: inline-block;
}
.pointer{
    cursor: pointer;
}

.vjs-wrapper-100{
    width: 100%;
    height: 100vh;
    position: absolute;
}
.vjs-wrapper-50{
    width: 49%;
    height: 100vh;
    position: absolute;
}
.vjs-wrapper-50-50{
    width: 49%;
    height: 50vh;
    position: absolute;
}
.vjs-100{
    width: 100%;
    height: 100vh;
}
.vjs-50{
    width: 100%;
    height: 100vh;
}
.vjs-50-50{
    width: 100%;
    height: 50vh;
}
.bg-4-50{
    width: 100%;
    height: 50vh;
    background: rgba(0,0,0,0.4);
}
.bg-4{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
}
.vjs-tech{
    object-fit: cover;
}
/*--------------------------------------------------------NEW HEADER-----------------------------------------------------*/
.header-new-block{
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    text-align: center;
    position: fixed;
    display: inline-block;
    z-index: 1;
    padding: 20px 0;
}
.header-new-block h1{
    font-size: 30px;
    display: inline-block;
    /*font-family: "neuzeit-grotesk";*/        /*OLD FONT*/
    font-family: "hello-lucky";                /*NEW FONT*/
    letter-spacing: 2px;                       /*NEW FONT SPACING*/
	color: #fff;
	text-align: center;
	font-weight: bold;
    margin: 0 20px;
    pointer-events: all;
}
.header-logo{
    width: 39%;
    display: inline-block;
    text-align: left;
    padding: 5px 0;
}
.header-nav{
    width: 59%;
    display: inline-block;
    text-align: right;
}
.header-logo-image{
    width: 58px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.header-new-block li{
    font-size: 20px;
    display: inline-block;
    font-family: "neuzeit-grotesk";
	color: #fff;
	font-weight: bolder;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0 10px;
}
.header-new-block li:hover{
    color: #FF7045;
}
.header-li{
    font-size: 20px;
    display: inline-block;
    font-family: "neuzeit-grotesk";
	font-weight: bolder;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0 10px;
    color: #fff;
}
.header-new-block a, li, button, ul, img{
    pointer-events: all;
    transition: all 0.2s ease;
}
.header-book-now{
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px 10px;
    margin: 0 10px;
}
.header-book-now:hover{
    background-color: #fff;
}
.header-book-now:hover > li{
    color: #FF7045;
}
.header-hamburger{
    display: none;
    font-size: 32px;
    color: #fff;
    text-align: right;
    padding: 4px 0;
    margin: 0 20px;
}
/*--------------------------------------------------------NEW HEADER-----------------------------------------------------*/
/* -------------------- OLD HEADER ----------------- */
#Header {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: rgba(255, 255, 255, 1);
	margin-right: 0%;
	margin-top: -10px;
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);*/
	transition: all 0.8s ease;
	z-index: 4;
}
#Header h1 {
    width: 45%;
	font-family: "neuzeit-grotesk";
	color: #FF7045;
	text-align: center;
	margin-top: -45px;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.8s ease;
}
#Header a{
    text-decoration: none;
}
#Header img {
	margin-top: 20px;
	margin-left: 15px;
}
#Header #button {
    visibility: hidden;
	width: 50px;
	height: 50px;
	background-color: none;
	text-align: center;
	margin-top: -75px;
	float: right;
	margin-right: 2%;
	cursor: pointer;
	text-transform: none;
	line-height: 10px;
	font-size: 50px;
	transition: all 0.8s ease;
}
#Header #button{
    color: #f97352;
}
/* -------------------- OLD HEADER ----------------- */
/*--------------------------------------------------------INDEX CSS-----------------------------------------------------*/
.landing-page-block-index{
    width: 100%;
}
.landing-page-image-index{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.landing-page-content-index{
    text-align: center;
    color: #fff;
    padding: 40px;
    pointer-events: all;
}
.landing-page-content-index{
    text-align: center;
    color: #fff;
    padding: 40px;
    pointer-events: all;
}
.landing-page-content-index h3{
    font-family: hello-lucky;
    letter-spacing: 4px;
    font-size: 100px;
    line-height: 1.2em;
}
.landing-page-button-block-index{
    width: 100%;
}
.landing-page-button-index{
    border: 1px solid #fff;
    color: white;
    border-radius: 5px;
    width: 150px;
    margin: 0px 20px;
}
.landing-page-button-index:hover{
    background-color: #fff;
    color: black;
}
.landing-page-content-rating-index{
    width: 100%;
    margin: 40px 0px;
    color: #FFFF00;
}
/*----------------------------MODERN CARDS----------------------------*/
.image-center{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.modern-cards-block{
    width: 100%;
    text-align: left;
    color: #fff;
}
/*.modern-cards{
    width: 33%;
    height: 50vh;
    display: inline-block;
}*/
.modern-cards-image{
    width: 33%;
    height: 50vh;
    display: inline-block;
    text-align: center;
}
.modern-cards-icons-block{
    width: 50%;
    margin: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    pointer-events: all;
}
.modern-cards-icons{
    width: 100%;
    border: 1px solid #fff;
    margin: 5px 0px;
    color: #fff;
    border-radius: 5px;
}
.modern-cards-icons:hover{
    transition: all 0.4s ease;
    background-color: #fff;
    border: 1px solid white;
    color: #000;
}
/*----------------------------MODERN CARDS----------------------------*/
/*--------------------------------------------------------INDEX CSS-----------------------------------------------------*/
/*--------------------------------------------------------SUB INDEX CSS-----------------------------------------------------*/
/*----------------------------ACTIVITIES MINI CARDS----------------------------*/
.activities-mini-cards-block{
    width: 100%;
    text-align: center;
    background-color: #b0bec5;
}
.activities-mini-cards-block a{
    color: inherit;
    text-decoration: none;
}
.activities-mini-cards{
    width: 45%;
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 20px;
}
.activities-mini-cards-image{
    width: 100%;
    height: 40vh;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.activities-mini-cards-guests{
    width: 100%;
}
.activities-mini-cards-guests-info{
    width: 23%;
    display: inline-block;
}
.activities-mini-cards-guests-info p{
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.activities-mini-cards-button-details{
    width: 100%;
}
.activities-mini-cards-button{
    width: 40%;
    color: #ff7043;
    border: 1px solid #ff7043;
    border-radius: 5px;
    margin: 20px;
}
.activities-mini-cards-button:hover{
    width: 40%;
    color: #fff;
    background-color: #ff7043;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}
/*----------------------------ACTIVITIES MINI CARDS----------------------------*/
/*--------------------------------------------------------SUB INDEX CSS-----------------------------------------------------*/
.landing-page-block{
    width: 100%;
}
.landing-page-image{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.landing-page-content{
    text-align: center;
    color: #fff;
    padding: 40px;
    pointer-events: all;
}
.landing-page-button-block{
    width: 100%;
    text-align: center;
}
.landing-page-button{
    border: 1px solid #fff;
    color: white;
    border-radius: 5px;
    width: 150px;
    margin: 0px 20px;
}
.landing-page-button:hover{
    background-color: #fff;
    color: black;
}
.landing-page-content-rating{
    width: 100%;
    margin: 40px 0px;
    color: #FFFF00;
}
.landing-page-button-cta{
    color: #fff;
    background-color: #FF7045;
    border-radius: 2px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.landing-page-button-cta:hover{
    background-color: #fff;
    color: black;
}
.modal-hero-schedule-block{
    width: 100%;
}
.modal-hero-schedule{
    width: 60%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    opacity: 0.8;
    pointer-events: all;
}
.modal-hero-schedule-title{
    color: #fff;
    background-color: rgba(26,26,26,1);
    padding: 40px;
    border-bottom: 1px solid #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.modal-hero-schedule-title h4{
    margin: 0;
    padding: 0;
    width: 79%;
    display: inline-block;
}
.modal-hero-schedule-close{
    width: 19%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.modal-hero-schedule-content{
    color: #fff;
    padding: 20px;
    height: 30vh;
    background-color: rgba(46,46,46,1);
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: auto;
}
.modal-hero-schedule-content p{
    width: 49%;
    margin: 20px 0px;
    display: inline-block;
}
#nav_bar {
    margin: 28px 0 0 35vw;
    font-family: futura-pt;
    text-align: center;
	width: 58%;
    position: absolute;
}
#nav_bar li{
    font-size: 15px;
    padding: 5px 25px;
    display: inline-block;
	list-style-type: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    color: inherit;
    color: #384d53;
    font-weight: bolder;
}
#nav_bar li:hover{
    color: #f97352;
    transition:  all 0.2s ease;
}
#nav_bar a{
    text-decoration: none;
}
.yunquemain{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh; 
}
#Main img {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
/*FADEIN ANIMATION START*/
@keyframes fadein {
    from {
        opacity:0;
		-webkit-transform: translateY(-20px);
    }
    to {
        opacity:1;
		-webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		-webkit-transform: translateY(-20px);
    }
    to {
        opacity:1;
		-webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
		-webkit-transform: translateY(-20px);
    }
    to {
        opacity:1;
		-webkit-transform: translateY(0);
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
		-webkit-transform: translateY(-20px);
    }
    to {
        opacity: 1;
		-webkit-transform: translateY(0);
    }
}
/*FADEIN ANIMATION END*/
* {box-sizing:border-box}
body {
	font-family: Verdana,sans-serif;
	margin: 0;
	transition: background-color .5s;
}
.mySlides {
	display:none
}
/* ---------------------------------------  Slideout ----------------------------------------- */
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}
.slideout-menu a{
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    padding: 25px 0px 25px 0px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 2px;
}
.slideout-menu a:hover{
    color: #f97352;
}
.slideout-menu i:hover{
    color: #f97352;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: black; /* A background-color is required */
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
    background-color: #1D1F20;
    color: white;
}
.slideout-open .slideout-menu {
  display: block;
}
/* ---------------------------------------  Slideout ----------------------------------------- */
#menu {
    transition: margin-left .5s;
    padding: 16px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.carouselcont{
    width: 60%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}
#myCarousel{
    width: 95%;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 2px 10px -1px rgba(0,0,0,.12);
    border-radius: 2px;
}
.carouselimg{
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.carousel-img-icon-content{
    text-align: center;
    height: 60vh;
    visibility: hidden;
    color: #fff;
    border-radius: 2px;
}
.carouselimg:hover > .carousel-img-icon-content{
    visibility: visible;
    background-color: rgba(0,0,0,0.4);
    transition: all ease 0.2s;
}
.thumbnails-cont{
    margin: 0 auto;
    width: 90%;
}
.carouselthumbnails{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}
.carousel-indicators .active{
    width: 30px;
    height: 5px;
}
.description{
    display: inline-block;
    width: 40%;
    float: right;
    margin-top: 20px;
    text-align: justify;
    padding: 0px 40px 0px 10px;
}
.description h3{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px 0px 20px 0px;
}
.description-cards-rating i{
    color: #FF7045;
    display: inline-block;
    font-size: 20px;
}
.description-cards-rating{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.description-cards-book-now{
    border: 1px solid #f6f6f6;
    background-color: #FF7045;
    float: right;
    color: white;
    border-radius: 5px;
    pointer-events: all;
}
.description-cards-book-now i{
    color: white;
}
.description-cards-book-now:hover{
    background-color: #f6f6f6;
    color: #FF7045;
    border: 1px solid #FF7045;
}
.description-cards-book-now:hover > i{
    color: #FF7045;
}
.infotabs{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.infotabs p, .infotabs h5{
    padding: 0px 20px 0px 20px;
}
.infotabs a{
    text-decoration: none;
    padding: 0px;
}
.infotabs a:hover{
    text-decoration: none;
    color: #FF7045;
}
.tabsbar{
    border-top: 1px solid #dddddd;
}
.tabstext{
    text-align: center;
    width: 33.3%;
}
.review-right{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.review-content{
    display: inline-block;
    width: 50%;
    margin: 30px 0px 30px 20px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.review-panel{
    width: 100%;
    border-bottom: 2px solid #ddd;
    background-color: #1976d2;
/*    background-color: #dd2c00;*/
/*    background-color: #ff5722;*/
    color: #fff;
    height: 80px;
}
.review-info p{
    padding: 0px;
    margin: 0;
}
.review-panel h5{
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    float: left;
    width: 70%;
    display: inline-block;
}
.review-panel-span{
    width: 15%;
    text-align: center;
    height: 100%;
    padding: 10px 10px 0px 10px;
    float: right;
    display: inline-block;
}
.review-panel-span i{
    font-size: 30px;
}
.review-panel-span p{
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.review-panel-submit{
    width: 100%;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
.review-submit-button{
    width: 300px;
    height: 50px;
    background-color: #4FC3F7;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: white;
}
.review-submit-button:hover{
    background-color: #fff;
    color: black;
    border: 1px solid #4FC3F7;
}
.review-panel-submit-container{
    width: 60%;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    pointer-events: all;
}
.review-panel-submit-top{
    border-bottom: 2px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    color: white;
    padding: 1px 0px 10px 0px;
    background-color: #1976d2;
}
.review-panel-submit-middle{
    text-align: left;
    padding: 20px;
}
.review-panel-submit-middle p{
    margin: 0;
    font-size: 14px;
}
.review-panel-submit-bottom{
    width: 100%;
    border-top: 2px solid #ddd;
    margin: 20px 0px 20px 0px;
    padding: 20px;
}
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
        fieldset,
        label {
            margin: 0;
            padding: 0;
        }
        .rating {
            border: none;
            width: 100%;
        }
        .rating p{
            width: 40%;
            display: inline-block;
        }
        .rating>input {
            display: none;
        }
        .rating>label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }
        .rating>.half:before {
            content: "\f089";
            position: absolute;
        }
        .rating>label {
            color: #ddd;
            float: right;
        }
        .rating>input:checked~label,
        .rating:not(:checked)>label:hover,
        .rating:not(:checked)>label:hover~label {
            color: #f97352;
            cursor: pointer;
        }
        .rating>input:checked+label:hover,
        .rating>input:checked~label:hover,
        .rating>label:hover~input:checked~label,
        .rating>input:checked~label:hover~label {
            color: #f97352;
        }
        /* Downloaded from http://devzone.co.in/ */
.review-info{
    text-align: justify;
    font-family: proxima-nova;
    padding: 20px;
}
.review-panel span{
    width: 100%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}
.more_activities h3{
    width: 100%;
    margin: 40px auto 40px auto;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.medical-notice-block{
    width: 98%;
    margin: 0 auto;
}
.medical-icon{
    border: 2px solid white;
    color: white;
    padding: 20px;
    font-size: 62px;
    border-radius: 100px;
}
.medical-notice-left{
    width: 39%;
    height: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    position: absolute;
}
.medical-notice-right{
    width: 59%;
    float: right;
    display: inline-block;
    padding: 20px;
    text-align: center;
    pointer-events: all;
}
.medical-notice-right p{
    color: #fff;
    text-align: justify;
}
.medical-notice-right h4{
    color: #fff;
    text-align: center;
}
.medical-notice-right button{
    display: none;
}
.medical-notice-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 2px;
}
.pickup-spots-collapse{
    width: 100%;
    color: #fff;
    margin: 10px;
    pointer-events: all;
}
.pickup-spots-collapse-image{
    margin: 0 auto;
    text-align: center;
}
.pickup-spots-collapse-image img{
    width: 95%;
    height: 50vh;
    object-fit: cover;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
}
.includes-blocks{
    width: 100%;
    background: rgba(1, 1, 1, 1);
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.food-menu-block{
    width: 49%;
    height: 40vh;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 0 0 10px 0;
}
.food-menu-image{
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
}
.food-menu-content{
    text-align: center;
    color: #fff;
    padding: 40px;
    pointer-events: all;
}
.food-menu-content button{
    visibility: hidden;
}
.food-menu-hidden-block{
    width: 100%;
    height: 50vh;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.food-menu-hidden-left{
    width: 49%;
    height: 40vh;
    text-align: center;
    float: left;
}
.food-menu-hidden-right{
    width: 49%;
    height: 40vh;
    text-align: center;
    float: right;
    color: #fff;
}
.food-menu-hidden-image{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 2px;
}
/*----------------------------TOUR INCLUDES----------------------------*/
.tour-includes-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*--color: #fff;--*/
    /*--background-color: #263238;--*/
    padding: 20px 0;
}
.tour-includes-card{
    width: 32%;
    height: 30vh;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 5px 0;
}
.tour-includes-card h3{
    font-weight: bold;
}
/*----------------------------TOUR INCLUDES----------------------------*/
/*----------------------------TOUR MINI BLOCKS----------------------------*/
.tour-mini-blocks-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
}
.tour-mini-blocks-card{
    width: 23%;
    height: 23vh;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    margin: 5px;
}
.tour-mini-blocks-card h4{
    font-weight: bold;
}
/*----------------------------TOUR MINI BLOCKS----------------------------*/
/*----------------------------ACTIVITIES PRICING----------------------------*/
.pricing-modern-cards-image{
    width: 33%;
    height: 40vh;
    display: inline-block;
    text-align: center;
}
/*----------------------------ACTIVITIES PRICING----------------------------*/
/*----------------------------CAROUSEL NEW----------------------------*/
.carousel-new-block{
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #263238;
}
.carousel-new-gallery{
    width: 49%;
    height: 50vh;
    display: inline-block;
    float: left;
}
.carousel-new-description-block{
    width: 49%;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    float: right;
}
.carousel-new-description-title{
    width: 100%;
}
.carousel-new-description-content{
    width: 100%;
}
/*----------------------------CAROUSEL NEW----------------------------*/
/*----------------------------BOOKING CALENDAR----------------------------*/
.booking-fareharbor-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.booking-fareharbor-card{
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px -1px rgba(0,0,0,.12);
}
/*----------------------------BOOKING CALENDAR----------------------------*/
.services-i-blocks{
    width: 24%;
    display: inline-block;
    margin: 20px 0 20px 0;
}
.form-card-fixed{
    width: 100%;
    position: relative;
}
.form-card-fixed-block{
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.form-card-fixed-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 27%;
    display: inline-block;
    background-color: steelblue;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    min-height: 100%;
     position: absolute;
}
.form-card-fixed-data{
    width: 100%;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    height: 100%;
    min-height: 100%;
    padding-left: 30%;
}
.form-card-block{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    float: right;
    padding: 10px 20px 10px 4%;
}
.form-card-block-left{
    width: 49%;
    text-align: left;
    float: left;
}
.form-card-fixed-title h4{
    padding: 0px 0px 0px 4%;
}
.form-card-block-right{
    width: 49%;
    text-align: left;
    float: right;
}
.form-buttons-pay, .form-buttons-cancel{
    width: 150px;
    color: white;
    background-color: deepskyblue;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0px 20px 0px 20px;
    display: inline-block;
    float: right;
}
.form-buttons-cancel{
    background-color: #F44336;
    float: left;
}
.form-buttons-pay:hover{
    color: deepskyblue;
    border: 1px solid deepskyblue;
    background-color: #fff;
}
.form-buttons-cancel:hover{
    color: #F44336;
    border: 1px solid #F44336;
    background-color: #fff;
}
.contact-buttons{
    border: 1px solid #fff;
    color: #fff;
    background-color: deepskyblue;
    border-radius: 100px;
    margin: 5px 0px;
}
.contact-buttons:hover{
    color: deepskyblue;
    border: 1px solid deepskyblue;
    background-color: #fff;
}
.payment-modal-container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.payment-modal{
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    pointer-events: all;
}
.payment-modal-top{
    width: 100%;
    margin: 0;
    display: inline-block;
    background-color: #f6f6f6;
    border-bottom: 2px solid #ddd;
}
.payment-modal-middle{
    width: 100%;
    text-align: left;
    padding: 0px 20px 20px 20px;
}
.payment-modal-middle-cards-image{
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
.payment-modal-middle h6{
    margin: 0;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
}
.payment-modal-middle-card-payment input{
    width: 100%;
    border-radius: 2px;
    border: 2px solid #ddd;
}
.payment-modal-middle-security{
    width: 49%;
    display: inline-block;
}
.payment-modal-middle-security input{
    width: 40%;
    display: inline-block;
    border-radius: 2px;
    border: 2px solid #ddd;
}
.payment-modal-middle-cvc{
    width: 40%;
    display: inline-block;
    float: right;
}
.payment-modal-middle-cvc input{
    width: 100%;
    border-radius: 2px;
    border: 2px solid #ddd;
}
.payment-modal-bottom{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.cards-block{
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.cards-block a{
    text-decoration: none;
    color: black;
}
.cards{
    width: 22%;
    margin: 0px 5px 30px 5px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    transition: all 0.4s ease;
    background-color: white;
}
.cards-image{
    height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cards-menu{
    display: inline-block;
    float: right;
    margin: 10px 5px 0px 0px;
    color: black;
}
.cards-info{
    width: 100%;
    display: inline-block;
}
.cards-info h5{
    width: 100%;
    font-size: 20px;
    padding: 0px 20px 0px 20px;
    font-family: proxima-nova;
}
.cards-info p{
    width: 100%;
    font-size: 15px;
    font-family: proxima-nova;
    margin: 20px 0px 20px 0px;
}
.cards-rating{
    width: 100%;
    float: left;
}
.cards-rating i{
    font-size: 15px;
    color: #FF7045;
}
.cards-collapse{
    width: 100%;
    border: 1px solid #ddd;
}
.cards-collapse p{
    margin: 0;
    padding: 0px 10px 0px 10px;
    font-size: 10px;
    text-align: justify;
}
.cards-icons-block{
    width: 100%;
    margin: 0;
}
.cards-icons{
    font-size: 20px;
    border: 1px solid steelblue;
    padding: 8%;
    margin: 20px 2% 20px 2%;
}
.cards-icons:hover{
    transition: all 0.4s ease;
    background-color: steelblue;
    border: 1px solid white;
    color: white;
}
.cards-indicator{
    width: 60px;
    height: 5px;
    margin: 0px auto 0px auto;
    background-color: #dddddd;
}
.cards:hover > .cards-indicator{
    transition: all 0.4s ease;
    background-color: #FF7045;
}
.sale{
    display: inline-block;
    float: left;
    text-align: center;
    color: white;
    background-color: #F44336;
    width: 90px;
    height: 25px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 12px 5px 5px 0px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px -1px rgba(0,0,0,.12);
}
.sale p{
    font-size: 12px;
    padding: 1px 0px 0px 0px;
}
.featured{
    display: inline-block;
    float: left;
    text-align: center;
    color: black;
    background-color: #fff;
    width: 90px;
    height: 25px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 12px 5px 5px 0px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px -1px rgba(0,0,0,.12);
}
.featured p{
    font-size: 12px;
    padding: 1px 0px 0px 0px;
}
.modal-card-dates{
    margin: 0 auto;
    width: 60%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2), 0 5px 100px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    pointer-events: all;
}
.modal-card-dates hr{
    margin: 10px 0px 0px 0px;;
}
.modal-card-dates h4{
    text-align: center;
    padding: 20px;
    margin: 0;
    background-color: #1976d2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    border-bottom: 1px solid #DDD;
}
.modal-card-dates h5{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px;
}
.modal-card-dates p{
    width: 49%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-family: proxima-nova;
}
.time-buttons{
    width: 100%;
    text-align: center;
    padding: 10px;
}
body.modal-open {
    overflow: visible;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
/* --------------------------GALLERY PAGE-------------------------- */
.gallery-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.gallery-thumbnail{
    width: 32%;
    height: 32vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
    display: inline-block;
}
.gallery-icon{
    text-align: center;
    height: 32vh;
    visibility: hidden;
    color: #fff;
}
.gallery-img{
    height: 32vh;
    min-height: 32vh;
    max-height: 32vh;
    object-fit: cover;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
}
.gallery-thumbnail:hover > .gallery-icon{
    visibility: visible;
    background-color: rgba(0,0,0,0.4);
    transition: all ease 0.2s;
}
/* --------------------------GALLERY PAGE-------------------------- */
/* --------------------------------------------------GLOBAL CONTACT FORM-------------------------------------- */
.contact-form-block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    pointer-events: all;
}
.contact-form{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    pointer-events: all;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px -1px rgba(0,0,0,.12);
}
.contact-field{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.contact-field-half{
    width: 49%;
    display: inline-block;
}
.contact-input{
    border-bottom: 1px solid #f97352;
    border-radius: 2px;
}
.contact-field-button{
    text-align: center;
    margin: 10px 0;
}
.red-span{
    color: #FF0000;
}
.field{
    width: 100%;
}
.contact-button{
    width: 50%;
    border: 1px solid #000;
    border-radius: 10px;
}
/* --------------------------------------------------GLOBAL CONTACT FORM-------------------------------------- */
@media all and (max-width: 1023px) and (min-width: 768px){
    
    
    .bottom-nav-content{
        padding: 10px;
    }
    .bottom-nav-menu{
        width: 20%;
        margin: 2vh 5px;
        padding: 0;
    }
    .bottom-nav-text{
        display: none;
        font-size: 10px;
        padding: 0;
    }
    .bottom-nav-icons{
        width: 40px;
        margin: 0 10px;
        padding: 5px;
        fill: #C6901B;
    }
    
    .section-intro-text{
        width: 90%;
    }
    .section-intro-text h3{
        font-size: 30px;
    }
    .section-intro-text p{
        font-size: 15px;
    }
    .section-intro-text-left{
        width: 90%;
        float: none;
        margin: 0;
    }
    .section-intro-text-left h3{
        font-size: 30px;
    }
    .section-intro-text-left p{
        font-size: 15px;
        text-align: justify;
    }
    .section-intro-quick-facts{
        width: 90%;
    }
    .quick-fact-circle{
        width: 20%;
    }
    .quick-fact-text{
        width: 40%;
        display: inline-block;
    }
    .quick-fact-icon-box{
        width: 20%;
        display: inline-block;
    }
    .quick-fact-icon{
        width: 40px;
        fill: #000;
        display: inline-block;
    }
    
    .gallery-one{
        width: 49%;
    }
    .gallery-two{
        width: 49%;
    }
    .gallery-three{
        width: 100%;
        height: 50vh;
    }
    
    .tour-info-box{
        width: 90%;
    }
    .tour-info-box h4{
        font-size: 30px;
        padding: 20px 0;
    }
    .tour-info-content{
        padding: 5px 0;
    }
    .tour-info-text{
        font-size: 20px !important;
    }
    .tour-info-answer{
        font-size: 1.5em;
    }
    
   #Main h1, #Main h2{
    font-size: 50px;
    }
    .header-logo{
        width: 100%;
        text-align: center;
    }
    .header-logo img{
        float: left;
    }
    .header-logo h1{
        float: center;
    }
    .header-hamburger{
        display: block;
        float: right;
    }
    .header-nav{
        display: none;
    }
    #Header{
        font-size: 45px;
    }
    #Header img{
        width: 74px;
        height: 50px;
        margin-top: 15px;
    }
    #Header h1{
        width: 100%;
        font-size: 50px;
        justify-content: center;
    }
    #nav_bar{
        visibility: hidden;
    }
    #Header #button{
        visibility: visible;
        margin-top: -82px;
        font-size: 50px;
        justify-content: center;
    }
    .avcontainer h4{
        font-size: 40px;
    }
    .landing-page-content-index h1{
        font-weight: bold;
    }
    .carouselcont{
        width: 100%;
    }
    #myCarousel{
        width: 90%;
    }
    .description{
        width: 100%;
    }
    .activities-mini-cards{
        width: 90%;
        margin: 20px;
    }
    .activities-mini-cards-image{
        width: 100%;
        height: 40vh;
    }
    .columns{
        width: 50%;
        height: 700px;
        padding: 5px;
    }
    .columsdesc{
        margin-top: 20px;
    }
    .boatlist{
        height: 3000px;
    }
    .cards{
        width: 40%;
    }
    .cards-image{
        height: 300px;
    }
    .cards-info h5{
        font-size: 25px;
    }
    .cards-info p{
        font-size: 18px;
    }
    .modern-cards{
        width: 49%;
    }
    .modern-cards-image{
        width: 49%;
    }
    .pricing-modern-cards-image{
        width: 49%;
    }
    .payment-modal{
        width: 80%;
    }
    .services-i-blocks{
        width: 32%;
    }
    .food-menu-block{
        width: 100%;
        height: 40vh;
        margin: 0 0 0 0;
        border-radius: 0px;
    }
    .food-menu-image{
        border-radius: 0px;
    }
    .food-menu-block h3{
        font-size: 30px;
    }
    .tour-includes-card{
        width: 49%;
    }
    .tour-mini-blocks-card{
        width: 49%;
        height: 20vh;
        margin: 2px 0;
    }
    .activities-mini-cards-button{
        width: 80%;
    }
    .activities-mini-cards-button:hover{
        width: 80%;
    }
}
@media all and (max-width: 767px) and (min-width: 600px){
    
    .mobile-hidden{
        display: none;
    }
    .desktop-hidden{
        display: inherit;
    }
    .mobile-menu{
        float: right;
    }
    
    .pochos-header-logo-image{
        width: 140px;
        height: 140px;
    }
    
    .tripadvisor-logo-block{
        padding: 15vh 0 0 0;
    }
    .tripadvisor-logo{
        width: 40%;
    }
    .tripadvisor-logo-image{
        width: 100px;
        height: 100px;
    }
    
    .bottom-nav-content{
        padding: 10px;
    }
    .bottom-nav-menu{
        width: 20%;
        margin: 2vh 5px;
        padding: 0;
    }
    .bottom-nav-text{
        display: none;
        font-size: 10px;
        padding: 0;
    }
    .bottom-nav-icons{
        width: 40px;
        margin: 0 10px;
        padding: 5px;
        fill: #C6901B;
    }
    
    .section-intro-text{
        width: 90%;
    }
    .section-intro-text h3{
        font-size: 30px;
    }
    .section-intro-text p{
        font-size: 15px;
    }
    .section-intro-text-left{
        width: 90%;
        float: none;
        margin: 0;
    }
    .section-intro-text-left h3{
        font-size: 30px;
    }
    .section-intro-text-left p{
        font-size: 15px;
        text-align: justify;
    }
    .section-intro-quick-facts{
        width: 90%;
    }
    .quick-fact-circle{
        width: 20%;
    }
    .quick-fact-text{
        width: 40%;
        display: inline-block;
    }
    .quick-fact-icon-box{
        width: 20%;
        display: inline-block;
    }
    .quick-fact-icon{
        width: 40px;
        fill: #000;
        display: inline-block;
    }
    
    .gallery-left{
        width: 100%;
        height: 50vh;
    }
    .gallery-right{
        width: 100%;
    }
    .gallery-one{
        width: 100%;
        height: 50vh;
    }
    .gallery-two{
        width: 100%;
        height: 50vh;
    }
    .gallery-three{
        width: 100%;
        height: 50vh;
    }
    
    .tour-info-box{
        width: 90%;
    }
    .tour-info-box h4{
        font-size: 30px;
        padding: 20px 0;
    }
    .tour-info-content{
        padding: 5px 0;
    }
    .tour-info-text{
        font-size: 20px !important;
    }
    .tour-info-answer{
        font-size: 1.5em;
    }
    
   #Main h1{
    font-size: 40px;
  }
    #Main h2{
    font-size: 40px;
    }
    .seedetails{
    width: 160px;
    height: 40px;
    border: 1px solid white;
    font-size: 12px;
    }
    .header-logo{
        width: 100%;
        text-align: center;
    }
    .header-logo img{
        float: left;
    }
    .header-logo h1{
        float: center;
    }
    .header-hamburger{
        display: block;
        float: right;
    }
    .header-nav{
        display: none;
    }
    #Header{
        font-size: 28px;
        height: 80px; 
    }
    #Header img{
        width: 64px;
        height: 40px;
        margin-top: 15px;
    }
    #Header h1{
        width: 100%;
        font-size: 28px;
        padding-top: 15px;
    }
    #Header #button{
        visibility: visible;
        height: 30px;
        font-size: 30px;
        margin-top: -58px;
    }
    #nav_bar{
        visibility: hidden;
    }
    .landing-page-content-index h1{
        font-weight: bold;
    }
    .landing-page-content-index h4{
        font-size: 18px;
    }
    .landing-page-block, .landing-page-image{
        height: 100vh;
    }
    .landing-page-content p{
        font-size: 14px;
    }
    .landing-page-button{
        margin: 10px;
    }
    .carouselcont{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    #myCarousel{
        width: 90%;
        margin: 0;
    }
    .carouselimg{
        height: 350px;
    }
    .description{
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin-top: 50px;
    }
    .infotabs{
        display: inline-block;
        padding: 0px 0px 0px 0px;
    }
    .review-right{
        text-align: center;
    }
    .review-content{
        width: 95%;
        margin: 30px 0px 30px 0px;
    }
    .review-panel-submit-container{
        width: 95%;
    }
    .modal-hero-schedule{
        width: 90%;
    }
    .modal-hero-schedule-title h4{
        width: 69%;
    }
    .modal-hero-schedule-close{
        width: 19%;
    }
    .modal-hero-schedule-content{
        height: 40vh;
    }
    .modal-hero-schedule-content p{
        width: 100%;
    }
    .medical-notice-block{
        width: 95%;
    }
    .medical-notice-left{
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .medical-notice-right{
        width: 100%;
    }
    .form-card-fixed-image{
        width: 100%;
        height: 300px;
        position: relative;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .form-card-fixed-data{
        padding: 10px;
    }
    .contact-field-half{
        width: 100%;
    }
    .columns{
        width: 100%;
        padding: 5px;
    }
    .yachts{
        color: white;
    }
    .columsdesc{
        margin-top: 20px;
    }
    .activities-mini-cards{
        width: 80%;
        margin: 20px 0;
    }
    .activities-mini-cards-image{
        height: 40vh;
    }
    .cards{
        width: 85%;
    }
    .cards-image{
        height: 400px;
    }
    .cards-info h5{
        font-size: 25px;
    }
    .cards-info p{
        font-size: 18px;
    }
    .modern-cards{
        width: 49%;
    }
    .modern-cards-image{
        width: 49%;
    }
    .pricing-modern-cards-image{
        width: 49%;
    }
    .payment-modal{
        width: 90%;
    }
    .services-i-blocks{
        width: 33%;
    }
    .food-menu-block{
        width: 100%;
        height: 30vh;
        margin: 0 0 0 0;
    }
    .food-menu-image{
        border-radius: 0px;
    }
    .food-menu-block h3{
        font-size: 30px;
    }
    .tour-includes-card{
        width: 49%;
    }
    .tour-mini-blocks-card{
        width: 49%;
        height: 20vh;
        margin: 2px 0;
    }
    .tour-mini-blocks-card h4{
        font-size: 20px;
    }
    .activities-mini-cards-button{
        width: 80%;
    }
    .activities-mini-cards-button:hover{
        width: 80%;
    }
}
@media all and (max-width: 599px) and (min-width: 415px){
    
    .mobile-hidden{
        display: none;
    }
    .desktop-hidden{
        display: inherit;
    }
    .mobile-menu{
        float: right;
    }
    
    .pochos-header-logo{
        width: 60%;
    }
    .pochos-header-nav{
        width: 39%;
    }
    .pochos-header-logo-image{
        width: 140px;
        height: 140px;
    }
    
    .tripadvisor-logo-block{
        padding: 15vh 0 0 0;
    }
    .tripadvisor-logo{
        width: 40%;
    }
    .tripadvisor-logo-image{
        width: 100px;
        height: 100px;
    }
    
    .bottom-nav-content{
        padding: 10px;
    }
    .bottom-nav-menu{
        width: 20%;
        margin: 2vh 5px;
        padding: 0;
    }
    .bottom-nav-text{
        display: none;
        font-size: 10px;
        padding: 0;
    }
    .bottom-nav-icons{
        width: 40px;
        margin: 0 10px;
        padding: 5px;
        fill: #C6901B;
    }
    
    .section-intro-text{
        width: 90%;
    }
    .section-intro-text h3{
        font-size: 30px;
    }
    .section-intro-text p{
        font-size: 15px;
    }
    .section-intro-text-left{
        width: 90%;
        float: none;
        margin: 0;
    }
    .section-intro-text-left h3{
        font-size: 30px;
    }
    .section-intro-text-left p{
        font-size: 15px;
        text-align: justify;
    }
    .section-intro-quick-facts{
        width: 90%;
    }
    .quick-fact-circle{
        width: 20%;
    }
    .quick-fact-text{
        width: 40%;
        display: inline-block;
    }
    .quick-fact-icon-box{
        width: 20%;
        display: inline-block;
    }
    .quick-fact-icon{
        width: 40px;
        fill: #000;
        display: inline-block;
    }
    
    .gallery-left{
        width: 100%;
        height: 50vh;
    }
    .gallery-right{
        width: 100%;
    }
    .gallery-one{
        width: 100%;
        height: 50vh;
    }
    .gallery-two{
        width: 100%;
        height: 50vh;
    }
    .gallery-three{
        width: 100%;
        height: 50vh;
    }
    
    .tour-info-box{
        width: 90%;
    }
    .tour-info-box h4{
        font-size: 30px;
        padding: 20px 0;
    }
    .tour-info-content{
        padding: 5px 0;
    }
    .tour-info-text{
        font-size: 20px !important;
    }
    .tour-info-answer{
        font-size: 1.5em;
    }
    
   #Main h1{
    font-size: 30px;  
    }
    #Main h2{
    font-size: 30px;
    }
    .header-new-block{
        padding: 5px;
        border-bottom: 1px solid #fff;
    }
    .header-logo{
        width: 100%;
        text-align: center;
    }
    .header-logo img{
        float: left;
    }
    .header-logo h1{
        font-size: 28px;
        float: center;
        margin: 0 0;
    }
    .header-hamburger{
        font-size: 28px;
        display: block;
        float: right;
        margin: 0 15px 0 0;
        padding: 0;
    }
    .header-nav{
        display: none;
    }
    .seedetails{
    width: 160px;
    height: 40px;
    border: 1px solid white;
    font-size: 12px;
    }
    #Header{
        font-size: 28px;
        height: 80px; 
    }
    #Header h1{
        width: 100%;
        font-size: 28px;
        padding-top: 15px;
    }
    #Header img{
        width: 64px;
        height: 40px;
        margin-top: 15px;
    }
    #Header #button{
        visibility: visible;
        height: 30px;
        font-size: 30px;
        margin-top: -58px;;
    }
    #nav_bar{
        visibility: hidden;
    }
    .section2 h3{
        font-size: 30px;
    }
    .landing-page-content-index h1{
        font-weight: bold;
    }
    .landing-page-content-index h4{
        font-size: 15px;
    }
    .landing-page-block, .landing-page-image{
        height: 100vh;
    }
    .landing-page-content p{
        font-size: 12px;
    }
    .landing-page-button{
        margin: 10px;
    }
    .carouselcont{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    #myCarousel{
        width: 90%;
        margin: 0;
    }
    .carouselimg{
        height: 350px;
    }
    .description{
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin-top: 50px;
    }
    .infotabs{
        display: inline-block;
        padding: 0px 0px 0px 0px;
    }
    .review-right{
        text-align: center;
    }
    .review-content{
        width: 95%;
        margin: 30px 0px 30px 0px;
    }
    .review-panel-submit-container{
        width: 95%;
    }
    .modal-hero-schedule{
        width: 90%;
    }
    .modal-hero-schedule-title h4{
        width: 69%;
    }
    .modal-hero-schedule-close{
        width: 19%;
    }
    .modal-hero-schedule-content{
        height: 40vh;
    }
    .modal-hero-schedule-content p{
        width: 100%;
    }
    .medical-notice-block{
        width: 95%;
    }
    .medical-notice-left{
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .medical-notice-right{
        width: 100%;
    }
    .form-card-fixed-image{
        width: 100%;
        height: 300px;
        position: relative;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .form-card-fixed-data{
        padding: 10px;
    }
    .contact-field-half{
        width: 100%;
    }
    .avcontainer h4{
        font-size: 30px;
    }
    .activities-mini-cards{
        width: 90%;
        margin: 20px 0;
    }
    .activities-mini-cards-image{
        height: 35vh;
    }
    .cards{
        width: 85%;
    }
    .cards-image{
        height: 300px;
    }
    .cards-info h5{
        font-size: 25px;
    }
    .cards-info p{
        font-size: 18px;
    }
    .modern-cards{
        width: 100%;
    }
    .modern-cards-image{
        width: 100%;
    }
    .pricing-modern-cards-image{
        width: 100%;
    }
    .payment-modal{
        width: 95%;
    }
    .includes-blocks h3{
        font-size: 24px;
    }
    .services-i-blocks{
        width: 49%;
    }
    .food-menu-block{
        width: 100%;
        height: 30vh;
        margin: 0 0 0 0;
        }
    .food-menu-image{
        border-radius: 0px;
    }
    .food-menu-block h3{
        font-size: 25px;
    }
    .tour-includes-card{
        width: 95%;
        height: 20vh;
        margin: 2px 0;
    }
    .tour-includes-card h3{
        font-size: 25px;
    }
    .tour-mini-blocks-card{
        width: 49%;
        height: 20vh;
        margin: 2px 0;
    }
    .tour-mini-blocks-card h4{
        font-size: 20px;
    }
    .booking-fareharbor-card{
        width: 90%;
    }
    .activities-mini-cards-button{
        width: 80%;
    }
    .activities-mini-cards-button:hover{
        width: 80%;
    }
}
@media all and (max-width: 414px) and (min-width: 320px){
    
    .mobile-hidden{
        display: none;
    }
    .desktop-hidden{
        display: inherit;
    }
    .mobile-menu{
        float: right;
    }
    
    .pochos-header-logo{
        width: 60%;
    }
    .pochos-header-nav{
        width: 39%;
    }
    .pochos-header-logo-image{
        width: 140px;
        height: 140px;
    }
    
    .tripadvisor-logo-block{
        padding: 15vh 0 0 0;
    }
    .tripadvisor-logo{
        width: 30%;
    }
    .tripadvisor-logo-image{
        width: 100px;
        height: 100px;
    }
    
    .bottom-nav-content{
        padding: 10px;
    }
    .bottom-nav-menu{
        width: 20%;
        margin: 2vh 5px;
        padding: 0;
    }
    .bottom-nav-text{
        display: none;
        font-size: 10px;
        padding: 0;
    }
    .bottom-nav-icons{
        width: 40px;
        margin: 0 10px;
        padding: 5px;
        fill: #C6901B;
    }
    
    .section-intro-text{
        width: 90%;
    }
    .section-intro-text h3{
        font-size: 30px;
    }
    .section-intro-text p{
        font-size: 15px;
    }
    .section-intro-text-left{
        width: 90%;
        float: none;
        margin: 0;
    }
    .section-intro-text-left h3{
        font-size: 30px;
    }
    .section-intro-text-left p{
        font-size: 15px;
        text-align: justify;
    }
    .section-intro-quick-facts{
        width: 90%;
    }
    .quick-fact-circle{
        width: 20%;
    }
    .quick-fact-text{
        width: 40%;
        display: inline-block;
    }
    .quick-fact-icon-box{
        width: 20%;
        display: inline-block;
    }
    .quick-fact-icon{
        width: 40px;
        fill: #000;
        display: inline-block;
    }
    
    .gallery-left{
        width: 100%;
        height: 50vh;
    }
    .gallery-right{
        width: 100%;
    }
    .gallery-one{
        width: 100%;
        height: 50vh;
    }
    .gallery-two{
        width: 100%;
        height: 50vh;
    }
    .gallery-three{
        width: 100%;
        height: 50vh;
    }
    
    .tour-info-box{
        width: 90%;
    }
    .tour-info-box h4{
        font-size: 30px;
        padding: 20px 0;
    }
    .tour-info-content{
        padding: 5px 0;
    }
    .tour-info-text{
        font-size: 20px !important;
    }
    .tour-info-answer{
        font-size: 1.5em;
    }
    .vjs-wrapper-50{
        width: 100%;
        height: 50vh;
    }
    .vjs-50{
        height: 50vh;
    }
    
    #nav_bar{
    visibility: hidden;
    }
    #Main h1{
    font-size: 28px; 
    }
    #Main h2{
    font-size: 30px;
    margin-top: 0px;
    }
    .header-new-block{
        padding: 5px;
        border-bottom: 1px solid #fff;
    }
    .header-logo{
        width: 100%;
        text-align: center;
    }
    .header-logo img{
        float: left;
        width: 45px;
        height: 30px;
    }
    .header-logo h1{
        font-size: 24px;
        float: center;
        margin: 0 0;
    }
    .header-hamburger{
        font-size: 24px;
        display: block;
        float: right;
        margin: 0 15px 0 0;
        padding: 0;
    }
    .header-nav{
        display: none;
    }
    #Header{
        height: 70px;
        font-size: 20px;
    }
    #Header h1{
        width: 100%;
        font-size: 20px;
        padding-top: 18px;
    }
    #Header img{
        width: 54px;
        height: 40px;
        margin-top: 15px;
    }
    #Header #button{
        height: 30px;
        font-size: 30px;
        margin-top: -55px;
        visibility: visible;
    }
    .section2 h3{
        font-size: 20px;
    }
    .landing-page-content-index h1{
        font-weight: bold;
    }
    .landing-page-content-index h3{
        font-size: 70px;
    }
    .landing-page-content-index h4{
        font-size: 15px;
    }
    .landing-page-block, .landing-page-image{
        height: 100vh;
    }
    .landing-page-content p{
        font-size: 12px;
    }
    .landing-page-button{
        margin: 10px;
    }
    .carouselcont{
        width: 100%;
        margin: 0;
    }
    #myCarousel{
        width: 95%;
        margin: 0;
    }
    .carouselimg{
        height: 350px;
    }
    .trusted-logo{
        width: 48%;
    }
    .trusted-company{
        height: 80px;
    }
    .description{
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin-top: 50px;
    }
    .infotabs{
        display: inline-block;
        padding: 0px 0px 0px 0px;
    }
    .tabstext{
        font-size: 10px;
    }
    .review-right{
        text-align: center;
    }
    .review-content{
        width: 95%;
        margin: 30px 0px 30px 0px;
    }
    .review-panel-submit-container{
        width: 95%;
    }
    .modal-hero-schedule{
        width: 90%;
    }
    .modal-hero-schedule-title h4{
        width: 69%;
    }
    .modal-hero-schedule-close{
        width: 19%;
    }
    .modal-hero-schedule-content{
        height: 40vh;
    }
    .modal-hero-schedule-content p{
        width: 100%;
    }
    .medical-notice-block{
        width: 95%;
    }
    .medical-notice-left i{
        font-size: 40px;
        padding: 15px;
    }
    .medical-notice-right h4{
        font-size: 20px;
    }
    .medical-notice-right p{
       display: none;
    }
    .medical-notice-right{
        text-align: center;
    }
    .medical-notice-right button{
    display: inherit;
    }
    .form-card{
        height: 1680px;
    }
    .form-card-fixed-image{
        width: 100%;
        height: 300px;
        position: relative;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .form-card-fixed-data{
        padding: 10px;
    }
    .form-card-block{
        width: 100%;
        padding: 5px;
    }
    .form-card-block-left{
        width: 100%;
        padding: 5px;
    }
    .form-card-block-right{
        width: 100%;
        padding: 5px;
    }
    .form-card-buttons{
        width: 100%;
        padding: 5px;
        text-align: center;
    }
    .form-buttons-pay{
        width: 200px;
        height: 50px;
        margin: 20px;
        float: none;
    }
    .contact-field-half{
        width: 100%;
    }
    .payment-modal{
        width: 95%;
    }
    .activities-mini-cards{
        width: 90%;
        margin: 20px 0;
    }
    .activities-mini-cards-image{
        height: 35vh;
    }
    .cards-collapse p{
        font-size: 15px !important;
    }
    .cards{
        width: 85%;
    }
    .cards-image{
        height: 350px;
    }
    .cards-info h5{
        font-size: 25px;
    }
    .cards-info p{
        font-size: 18px;
    }
    .modern-cards{
        width: 100%;
    }
    .modern-cards-image{
        width: 100%;
    }
    .pricing-modern-cards-image{
        width: 100%;
    }
    .modal-card-image{
        height: 40vh;
    }
    .modal-card{
    width: 80%;
    }
    .modal-card p{
        font-size: 10px;
    }
    .modal-card-button-block button{
        width: 40%;
        padding: 10px;
    }
    .gallery-thumbnail{
    width: 49%;
    }
    .modal-card-dates{
        width: 90%;
    }
    .modal-card-dates h5{
        font-size: 15px;
    }
    .modal-card-dates p{
        font-size: 12px;
    }
    .includes-blocks h3{
        font-size: 24px;
    }
    .services-i-blocks{
        width: 49%;
    }
    .food-menu-block{
        width: 100%;
        height: 30vh;
        margin: 0 0 0 0;
    }
    .food-menu-image{
        border-radius: 0px;
    }
    .food-menu-block h3{
        font-size: 20px;
    }
    .tour-includes-card{
        width: 95%;
        height: 20vh;
        margin: 2px 0;
    }
    .tour-includes-card h3{
        font-size: 25px;
    }
    .tour-mini-blocks-card{
        width: 49%;
        height: 20vh;
        margin: 0;
    }
    .tour-mini-blocks-card h4{
        font-size: 18px;
    }
    .booking-fareharbor-card{
        width: 90%;
    }
    .activities-mini-cards-button{
        width: 80%;
    }
    .activities-mini-cards-button:hover{
        width: 80%;
    }
}
