body{
    background-color: #bbd186;
    font-family: ManifoldCF-demibold, Arial;
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Typography / Helper Classes */
@font-face {
    font-family: 'ManifoldCF-demibold';
    src: url('../fonts/manifoldcf-demibold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/manifoldcf-demibold-webfont.eot?') format('eot'), /* IE6-IE8 */
        url('../fonts/manifoldcf-demibold-webfont.woff') format('woff'), /* Modern Browsers */
        url('../fonts/manifoldcf-demibold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/manifoldcf-demibold-webfont.svg#manifoldcf-demibold-webfont') format('svg') /* Legacy iOS */
}
@font-face {
    font-family: 'ManifoldCF-bold';
    src: url('../fonts/manifoldcf-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/manifoldcf-bold-webfont.eot?') format('eot'), /* IE6-IE8 */
        url('../fonts/manifoldcf-bold-webfont.woff') format('woff'), /* Modern Browsers */
        url('../fonts/manifoldcf-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/manifoldcf-bold-webfont.svg#manifoldcf-bold-webfont') format('svg') /* Legacy iOS */
}
@font-face {
    font-family: 'ManifoldCF-regular';
    src: url('../fonts/manifoldcf-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/manifoldcf-regular-webfont.eot?') format('eot'), /* IE6-IE8 */
        url('../fonts/manifoldcf-regular-webfont.woff') format('woff'), /* Modern Browsers */
        url('../fonts/manifoldcf-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/manifoldcf-regular-webfont.svg#manifoldcf-regular-webfont') format('svg') /* Legacy iOS */
}
.font-regular{
    font-family: ManifoldCF-regular, Arial;
}

a{
    color: #4c1276;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 100; /* All headings are a thin font weight */
    margin: 1% 0;
    line-height: 100%;
}
h1{
    color: #a97cca;
    font-size: 4.2em;
}
h1.page-title{
    text-transform: uppercase;
}
h2{
    font-size: 3.4em;
    color: #0f78be;
}
h3{
    font-size: 2.8em;
}
h4{
    font-size: 2.2em;
}
h5{
    font-size: 1.7em;
}
h6{
    font-size: 1.5em;
}

blockquote{
    font-family: ManifoldCF-demibold, Arial;
    border: 2px solid #a97cca;
    color: #4c1276;
    padding: 1% 2%;
    display: block;
    font-size: 1.2em;
    overflow: hidden;
    margin: 5px;
    text-align: center;
}
img{
    display: block;
    border: 0;
}
.tleft{
    text-align: left;
}
.tcenter{
    text-align: center;
}
.center {
	margin:0 auto;
	text-align:center;
}
.tright{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
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;
}
.inline img{
	display:inline-block;
}
.clear{
    clear: both;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

a.button {
    background: #0f78be;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size:1.1em;
}
a.button:hover, a.button.rounded:hover{
    background: #0f78be;
    color: #fff;
}
a.button.rounded{ 
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.back-to-top{
    background-image: url(../img/back-to-top.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    text-indent: -9999px; /* Hides text from human view */
    position:fixed;
    bottom:92px;
    right:40px;
    display:none;
}
.back-to-top:hover{
    /* background-image: url(../../images/back-to-top-rollover.jpg); */
    text-decoration:none;
}

/* Responsive Bits */
/* Check the media query section, to see the other responsive bits, 
that are only applied within said media query */
.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;
}

/* Top/Header */
header{
    background-image: url(../img/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home header {
    background-image:none;
}
.cycle-slideshow{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    min-height: 547px;
}
.slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    height: 100%;
}
.address{
    float: left;
}
.social{
    float: left;
    margin-left: 10px;
}
.social ul{
    margin: 0;
    padding: 0;
}
.social ul li{
    display: inline-block;
    vertical-align: middle;
}
.social ul li img{
    width: 25px;
}
.top-bar{
    background:#0f77bd;
    background:rgba(15,119,189, 1);
    height: 42px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 5px;
    position: relative;
    z-index: 500;
}
.logo-nav-wrapper{
    background-image: url(../img/header-curve-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    position: relative;
    z-index: 450;
}
span.phone a {
    color:#fff;
    text-decoration:none;
}
.logo img{
    width:100%;
	max-width:300px;
}
.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;
    margin-left: 13px;
    position: relative; /* This is used for dropdown */
    -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:last-child{
    margin-right: 0;
}
.main-navigation a{
    color: #4c1276;
    text-decoration: none;
    font-size: 1.075em;
    display: block;
    text-transform: uppercase;
}
.main-navigation a:hover{
    color: #370c57;
}
.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;
    background:#fff;
    background:rgba(255,255,255, 0.8);
    width: 100%;
    color: #fff;
}
.main-navigation li li a{ /* Dropdown menu item a styling */
    padding-left: 20px;
    padding-right: 20px;
    color: #0f78be;
    font-size: 1.1em;
}
.main-navigation li li:hover{
    background: #0f78be;
}
.main-navigation li li:hover a{
    color: #fff;
}
/* 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;
}
.quick-links .circle{
    height: 100px;
    width: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #4c1276;
    text-transform: uppercase;
    margin-left: 10px;
    transition:0.5s ease all;
    line-height:18px;
}
.quick-links .circle span{
    display: none;
}
.quick-links .circle span a{
    text-decoration: none;
	color:#fff;
}
.quick-links .circle img{
    text-align: center;
    margin: auto;
    display: block;
}
.quick-links .circle:hover{
    background: #4c1276;
}
.quick-links .circle:hover img{
    display: none;
}
.quick-links .circle:hover span{
    display: block;
}

/* Main Content Area */
.content-main{
    background-image: url(../img/content-area-bg.jpg) #1076bc;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
}
.content-main .content{
    color: #4c1276;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ManifoldCF-regular, Arial;
    overflow: hidden;
    padding-bottom: 15px;
}
.content-main .container:after{
    display: block;
    content: "";
    clear: both;
}
.content a{
    color: #4c1276;
}
.content img{
    max-width: 100%;
    display: inline;
}
.content iframe{
    width: 100%;
}
.content-main aside{
    background: #fff;
    position: relative;
    color: #0f78be;
    border: 2px solid #a97cca;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-main aside .featured-holder{
    min-height: 183px;
}
.content-main aside .featured-holder h2{
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    z-index: 5;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-main aside .featured{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:0;

}
.content-main aside p{
    margin-top: 30px;
    position:relative;
    z-index:999;
}
.content-main aside .circle-holder{
    display: table;
    margin: auto;
}
.content-main aside .circle{
    height: 64px;
    width: 64px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #a97cca;
    text-transform: uppercase;
    color: #a97cca;
    transition:0.3s all ease;
    line-height:18px;
}
.content-main aside .circle a{
    text-decoration: none;
    text-transform: uppercase;
    color: #a97cca;
    transition:0.3s all ease;
}

.content-main aside .circle:hover {
    background:#a97cca;
}

.content-main aside .circle:hover a {
    color:#fff;
}
.fvisit {
	border:2px solid #fff;
	background: rgba(255,255,255, 0.35);
	padding:10px;
}
.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%;}
#tour {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
}
.quick-link-set{
    margin: 0 20px 20px 0; 
    padding: 25px;
    background: rgba(255,255,255, 0.35);
}
.quick-link-set h3{
    margin-top: 0;
    margin-bottom: 10px;
    color: #a97cca;
    font-size: 2em;
    display: block;
    padding: 0;
}
.quick-link-set a{
    color: #a97cca;
}
/* Footer */
.footer-top{
    background: #1076bc;
    padding: 1% 2%;
}
.footer-top .menu{
    margin: 0;
    padding: 0;
}
.footer-top .menu li{
    display: inline-block;
    padding: 0 10px;
}
.footer-top .menu li a{
    text-decoration: none;
}
.footer-top a {
	color:#fff;
}
.footer-top img {
	display:inline;
}

.footer-top .menu li a:hover {text-decoration:underline;}

.footer-top p{
    line-height: 16px;
}

.footer-bottom{
    background: #4c1276;
    padding: 1% 2%;
}
.footer-bottom .container:after{
    display: block;
    clear: both;
    content: "";
}
.footer-bottom .designedby-left{
    margin-right: 15px;
    line-height: 16px;
}
.footer-bottom .designedby-left a{
    text-decoration: none;
}
.footer-bottom .social ul li img{
    width: 30px;
}

@media only screen and (min-width:1000px) and (max-width: 1293px) {
	.logo img {
		max-width:250px;
		width:100%;
	}
}
@media only screen and (max-width: 1000px) {
	
    .logo-nav-wrapper .container{
        text-align: right;
    }
    .main-navigation{
        float: none;
        display: block;
    }
    .logo-nav-wrapper{
        background-size: 190%;
        background-position: 0 -60px;
    }
    .quick-links .circle, .quick-links .circle span a{
        color: #fff;
        background: #4c1276;
		font-size:.9em;
    }
    .quick-links .circle:hover{
        background: #4c1276;
    }
    .quick-links .circle span{
        display: block;
    }
    .quick-links .circle img{
        display: none;
    }
    .content-main aside .circle-holder{
        margin: auto auto 10px;
    }
}

/* Media Queries / Responsive */
@media only screen and (max-width: 888px) {
    .desktop{
        display: none !important; /* Applying this hides element on "mobile" */
    }
    .mobile{
        display: block;
    }
    .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;
    }
    .half, .third, .two-thirds, .quarter, .three-quarters{

        margin:0 auto;
        width:100%;
    }
    .left, .right{
        float: none;
    }
    .top-bar{
        position: fixed;
        width: 100%;
		background-color:#bbd186;
    }
	header{
    	background-image: none;
		background-color:#fff;
	}
    .main-navigation{
        display: block !important;
        background: #0f78be;
        position: fixed;
        top: 40px;
        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{

        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 > ul li:hover{
        background: #0f78be;
    }
    .main-navigation > ul > li a {
        display: block;
        float: none;
        font-size: 1.4em;
        border-bottom: 1px solid #fff;
        width: 100%;
        text-indent: 15px;
        text-align: left;
        height: 45px;
        overflow: hidden;
        line-height: 45px;
        padding: 0px 0px 0px 0px;
        color: #fff;
    }
    .main-navigation > ul li:hover a{
        color: #fff;
    }
    .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: #f9ffef;
    }
    .main-navigation > ul li > ul li a {
        height: 35px;
        line-height: 35px;
        color: #0f78be !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;
    }
    .effect a span::before {
        left: 0;
    }

    .content-main {
        background-image:none;
    }
    .content img{
        display: block;
    }
    header{
        height: auto;
    }
    .top-bar .address{
        float: right;
    }
    .top-bar .social{
        float: right;
        margin-right: 10px;
		
    }
    .logo img{
        text-align: center;
        margin: auto;
    }
    .logo-nav-wrapper{
        min-height: 0px;
    }
    .cycle-slideshow{
        min-height: 310px;
    }
    .logo-nav-wrapper{
        background-size: cover;
        background-position: 0 -20px;
        padding-top: 32px;
    }
    .quick-links{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: -63px;
    }
    .content-main{
        padding-top: 60px;
    }
    .page-title{
        line-height: 60px;
        margin: 0;
        text-align: center;
    }
    .content img{
        margin: auto;
    }
    blockquote{
        display: block;
        text-align: center;
    }
    .designedby-left.left{
        display: inline-block;
    }
    .designedby-right.left{
        display: inline-block;
    }
    .content-main aside{
        margin-bottom: 20px;
    }
    .quick-links-container{
        padding: 0;
        z-index: 15;
        margin-bottom: 40px;
    }

    /* 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 */

    .back-to-top {
        bottom:20px;
        right:15px;
    }

    h1{
        font-size: 3.6em;
    }
    h2{
        font-size: 3.1em;
    }
    h3{
        font-size: 2.3em;
    }
    h4{
        font-size: 2em;
    }
    h5{
        font-size: 1.6em;
    }
    h6{
        font-size: 1.3em;
    }

}

@media only screen and (max-width: 480px) {

    .quick-links .circle{
        width: 75px;
        height: 75px;
        font-size: .8em;
    }
}


#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form input[type=radio] {
    margin-bottom:5px;
}

#form textarea {
    width:96%;
    resize:none;
    padding:10px 2%;
    font:95%/1.4 'Tahoma',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form select {
    width:96%;
    padding:10px 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
    #form .column {
        float:none;
        margin:0;
    }
    #form .full, #form .half, #form .twothird, #form .onethird {
        width:100%;margin:0;
    }
}

@media (max-width:650px) {
	    .activity {
	        width:46%;
	        padding:0 2% 15px 2%;
	    }
	}
