/*===================================================================
Project: Design 33
Version:	1.1
Last change:	04/29/2015 
1. added additional stylesheet for design33 management.
===================================================================*/

@import "colors.css"; /* Most of the design33 revisions will take place here */
body {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    border: 0;
}
/*====================================== 
Helper Classes
======================================*/
.tleft {
    text-align: left;
}
.tcenter {
    text-align: center;
}
.tright {
    text-align: right;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    float: none;
    margin: auto;
}
.inline-block {
    display: inline-block;
}
img.right {
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
img.left {
    margin-right: 20px;
    margin-bottom: 20px;
}
.full {
    width: 100%;
}
.half {
    width: 50%;
}
.third {
    width: 33%;
}
.two-thirds {
    width: 66%;
}
.quarter {
    width: 25%;
}
.three-quarters {
    width: 75%;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*====================================== 
Responsive
======================================*/
.mobile {
    display: none; /* Applying this hides element on everything except "mobile" */
}
/* Responsive iframes/google maps */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*====================================== 
Structure / Template Specific
======================================*/
.container {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}
.container:after {
    content: "";
    clear: both;
    display: block;
}
.map-wrapper {
    position: relative;
}
.map {
    height: 350px;
}

@media screen and (min-width: 48em) {
.map-wrapper:before {
    content: '';
    float: right;
    display: block;
    width: 60%;
    height: 350px;
    margin: 0 0 15px 15px;
}
.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}
}
.activitycontainer {
    text-align: center;
}
.activity {
    width: 23%;
    padding: 0 1% 15px 1%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.activity img {
    max-width: 100%;
}

@media (max-width:650px) {
.activity {
    width: 46%;
    padding: 0 2% 15px 2%;
}
}
.first-aid-wrap {
	max-width: 300px;
	float: right;
	padding: 15px;
	margin: 0 0 15px 15px;
	background-color: #135b67;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.staff {
	width:100%;
	margin:auto 0;
	text-align: center;
}
.staff-photo {
	text-align:center;
	display: inline-block;
	vertical-align:top;
	margin:0 15px;
	width:250px;
}
.staff p {
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:1.1em;
	margin-top: 4px;
}
/*====================================== 
Top/Header
======================================*/
header {
    position: relative;
    background: url(../img/top-bg-water.jpg) repeat-x;
    min-height: 245px;
}
.top-bar {
    position: relative;
    z-index: 5;
}
.clouds {
    background: url(../img/clouds.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 117px;
    background-position: top left;
}
.top-water {
    background: url(../img/top-water.png) top repeat-x;
    position: relative;
    z-index: 5;
    margin-top: -189px;
    padding-top: 189px;
}
.home .main-water {
    background: url(../img/main-water.png) top center no-repeat;
    background-size: cover;
}
.main-water {
    background: url(../img/main-water-sub.png) top center no-repeat;
    background-size: cover;
}
.large .main-water {
    background: none;
}
.nav-logo-holder {
    position: relative;
    z-index: 15;
}
.social {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}
.social ul li a {
    color: #00270b;
}
.social ul li img {
    width: 25px;
}
/* Main Navigation */
.main-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding: 22px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}
.main-navigation ul {
    padding-left: 0;
    margin: 0;
}
.main-navigation li {
    display: inline-block;
    vertical-align: top;
    position: relative; /* This is used for dropdown */
    margin-left: 5px;
}
.main-navigation li:last-child {
    margin-right: 0;
}
.main-navigation a {
    display: block;
}
.main-navigation li > a:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/small-drop.png) no-repeat;
    margin-left: 10px;
}
.main-navigation li:last-child a:after {
    display: none;
}
.main-navigation li li > a:after, .main-navigation li li > a:before {
    display: none;
}
.main-navigation li ul { /* Dropdown menu UL/wrapper styling */
    display: none;
    position: absolute;
    z-index: 999; /* Makes sure the dropdown is always on top */
    padding: 0;
    top: 30px;
    left: 0;
    text-align: left;
    min-width: 100%;
    white-space: nowrap;
    line-height: 35px;
}
.main-navigation li:hover ul, .main-navigation li:active ul {
    display: block;
}
.main-navigation li li { /* Dropdown menu item styling */
    display: block;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-navigation li li a { /* Dropdown menu item a styling */
    padding-left: 20px;
    padding-right: 20px;
}
/* Navigation Slide Effect */
.effect a {
    overflow: hidden;
}
.effect a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}
.effect a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.effect a:hover span, .effect a:focus span {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.quick-links-container {
    position: relative;
    z-index: 500;
}
.quick-links {
    margin-top: -70px;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}
/*====================================== 
Main Content Area
======================================*/
.bubbles {
    text-align: center;
    margin: auto;
}
.bubble {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}
.home .content-main {
    padding-bottom: 50px;
}
.content-main .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.content-main .container:after {
    display: block;
    content: "";
    clear: both;
}
.content-main iframe {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.content img {
    max-width: 100%;
    display: inline;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.content iframe {
    width: 100%;
}
.services {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #135b67;
    color: #6cd6e8;
    max-width: 660px;
    margin: auto;
}
.services:after {
    display: block;
    content: "";
    clear: both;
}
.map-holder {
    margin-bottom: 50px;
}
/*====================================== 
Footer
======================================*/
footer {
    background-image: url(../img/footer-sand.png);
    background-repeat: repeat-x;
    background-color: #b07f3f;
    padding: 3% 2% 1% 2%;
    position: relative;
}
footer .seaweed {
    content: "";
    width: 257px;
    height: 340px;
    background: url(../img/seaweed.png) no-repeat;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;
}
footer .seaweed2 {
    display: block;
    content: "";
    width: 212px;
    height: 343px;
    background: url(../img/seaweed2.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
footer .box {
    position: relative;
    z-index: 10;
}
footer div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .second {
    padding: 0 10%;
}
footer:after {
    content: "";
    display: block;
    clear: both;
}
footer .menu {
    margin: 0;
    padding: 0;
}
footer .menu li {
    display: block;
}
footer .menu li a:hover {
    text-decoration: underline;
}
footer img.right {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 3px;
}
/*====================================== 
Form
======================================*/
#form .clear {
    clear: both;
}
#form .center {
    text-align: center;
}
#form small {
    font-style: italic;
}
#form hr {
    width: 98%;
    margin: 10px 1% 15px 1%;
}
/* Grid */
#form .column {
    float: left;
    margin: 0 1%;
}
#form .full {
    width: 98%;
    margin: 0 1%;
}
#form .half {
    width: 48%;
}
#form .twothird {
    width: 65%;
}
#form .onethird {
    width: 31%;
}
/* Form Styles */
#form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width: 96%;
    padding: 10px 2%;
}
#form input[type=radio] {
    margin-bottom: 5px;
}
#form textarea {
    width: 96%;
    resize: none;
    padding: 10px 2%;
    font: 95%/1.4 'Tahoma', sans-serif;
}
#form select {
    width: 101%;
    padding: 10px 2%;
}

/*====================================== 
Media Queries
======================================*/
/* Tablet range */
@media only screen and (max-width: 1000px) {
.desktop {
    display: none !important; /* Applying this hides element on "mobile" */
}
.mobile-button {
    display: block;
    width: 28px;
    height: 22px;
    background: url(../img/mobile-toggle.png) repeat 0px 0px;
    background-size: cover;
    position: absolute;
    margin: 9px 0px 0px 15px;
    z-index: 950;
    cursor: pointer;
}
.top-bar {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.top-bar .social {
    float: right;
    margin: 10px;
}
.nav-logo-holder {
    padding-top: 46px;
}
.logo {
    float: none;
    display: block;
    text-align: center;
    margin: 30px 0 0;
}
.logo-nav-wrapper .container {
    text-align: right;
}
.main-navigation {
    float: none;
    display: block;
    text-align: center;
    margin-top: -35px;
}
.main-navigation {
    display: block !important;
    background: #88d3e1;
    position: fixed;
    top: 35px;
    left: -225px;
    bottom: 0px;
    width: 225px;
    padding: 0;
    border: none;
    z-index: 200;
    overflow-y: auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.main-navigation.mobile-menu {
    padding-top: 41px;
    left: 0;
}
.main-navigation > ul {
    width: auto;
    margin: 0;
    padding: 0;
}
.main-navigation > ul > li {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    opacity: .9;
    display: block;
    margin: 0;
}
.main-navigation > ul li {
    float: none;
}
.main-navigation li > a:after {
    display: none;
}
.main-navigation li > a:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/small-drop.png) no-repeat;
    margin-left: 5px;
    margin-right: 10px;
}
.main-navigation > ul li:hover {
    background: #88D3E1;
}
.main-navigation > ul > li a {
    display: block;
    float: none;
    font-size: 1.4em;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    padding: 0px 0px 0px 15px;
    color: #00270b;
}
.main-navigation > ul li:hover a {
    color: #f79022;
}
.main-navigation li ul li > a::after {
    display: none;
}
.main-navigation > ul > li a:first-child {
    width: 100%;
}
.main-navigation > ul li > ul {
    margin: 0px 0px 0px 0px;
    position: static;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    background-color: #fffaf1;
}
.main-navigation > ul li > ul li a {
    height: 35px;
    line-height: 35px;
    /* color: #0087be !important;*/
    font-size: 1.05em;
    letter-spacing: 0.01em;
}
.main-navigation > ul li > ul li:hover a {
    color: #fff !important;
}
.main-navigation > ul li.visit > ul {
    margin-left: 0px;
}
.main-navigation > ul li.faq > ul {
    margin-left: 0px;
}
.main-navigation > ul li.kids > ul {
    margin-left: 0px;
}
.main-navigation > ul li.faq > ul > li a {
    width: 100%;
    padding: 5px 0;
}
/* Mobile Menu */
#menu-btn {
    cursor: pointer;
    display: block;
    left: 20px;
    position: absolute;
    top: 10px;
    z-index: 999;
}
.sb-menu {
    padding: 0;
}
.top-bar:after {
    clear: both;
    display: block;
    content: "";
}
nav li {
    position: relative;
}
nav li ul {
    display: none;
}
nav li:hover ul {
    display: block;
}
/* END Mobile Menu */
.logo-nav-wrapper {
    background-size: 190%;
    background-position: 0 -60px;
}
.home .content-main {
    overflow: hidden;
}
.page-title {
    display: block;
    margin: 20px auto auto auto;
    width: 100%;
}
.circular-image {
    display: block;
    margin: auto;
}
.quick-links .circle, .quick-links .circle span a {
    color: #6F9C0B;
}
.quick-links .circle:hover {
    background: #fff;
}
.quick-links .circle span {
    display: block;
}
.quick-links .circle img {
    display: none;
}
.content-main aside .circle-holder {
    margin: auto auto 10px;
}
.submarine {
    margin: 5% auto;
}
.map-holder {
    margin: auto auto 50px;
    max-width: 75%;
}
.contact-block {
    float: none;
    display: block;
    margin: auto auto 20px auto;
    text-align: center;
}
footer .box {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
}
footer img.right {
    margin: auto;
    float: none;
}
}

/* Mobile range */
@media only screen and (max-width: 768px) {
.desktop {
    display: none !important; /* Applying this hides element on "mobile" */
}
.mobile {
    display: block;
}
.half, .third, .two-thirds, .quarter, .three-quarters {
    margin: 0 auto;
    width: 100%;
}
.left, .right {
    float: none;
}
img.right {
    margin: 10px 0;
}
img.left {
    margin: 10px 0;
}
.effect a span::before {
    left: 0;
}
.content img {
    display: block;
}
.logo {
    text-align: center;
    margin: auto;
}
.logo a {
    margin-top: -15px;
}
.logo-nav-wrapper {
    min-height: 200px;
}
.content img {
    margin: auto;
}
.bubble {
    float: left;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bubble img {
    width: 100%;
    height: auto;
}
.submarine {
    width: 100%;
    background-size: contain;
    background-position: center;
}
.shark {
    margin-left: -220px;
}
.services {
    padding-bottom: 10px;
}
footer .smile-savvy-logo {
    margin: auto;
}
footer .box {
    width: 70%;
}
footer .seaweed {
    left: -170px;
}
footer .seaweed2 {
    display: none;
}
.back-to-top {
    bottom: 20px;
    right: 15px;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.7em;
}
h3 {
    font-size: 2.3em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1.3em;
}
.first-aid-wrap {
	max-width: 300px;
	float: none;
	padding: 15px;
	margin: 0 auto;
}
/* Forms */
#form .column {
    float: none;
    margin: 0;
}
#form .full, #form .half, #form .twothird, #form .onethird {
    width: 100%;
    margin: 0;
}
}
/*====================================== 
Custom changes/overrides
======================================*/


.windowtop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    background: #ed4300 url('../img/top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    z-index: 9999;
    transition: 0.5s all ease;
    cursor: pointer;
}
.windowtop.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.no-touch .windowtop:hover {
    background-color: #4B62C0;
    opacity: 1;
}

/* ::: Base Styles (May exist already) ::: */
img {
    max-width: 100%;
}
.column {
   float:left;
   margin:0 1%;
}
 
/* ::: Tour Styles ::: */
.tour{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.tour{
   text-align: center;
}
.tour img{
   margin: auto;
}
.tour .column{
   max-width: 560px;
}