@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
	background:url("../images/BG.jpg") top repeat-x #227125;
}
p { 
	line-height: 1.6em;
}
a {
	color:#F60;
}
a:visited {
	color:#F90;
}
a:active {
	color:#F60;
}
a:hover {
	color:#390;
}

h1 {
	font-size:2.1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0;
	padding:5px 0;
}
h2 {
	color:#F60;
	font-size:1.8em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0;
	padding:0;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	margin:0px auto;
	background:url("../images/navbg.jpg") bottom repeat-x;
	background-size:5px 90px;
	position: relative;
	height:280px;
}
.logo {
	position: absolute;
	top:0px;
	left:2px;
	height:280px;
}
.logo img {
	height:280px;
}
.kids {
	position: absolute;
	top:20px;
	right:30px;
}
nav {
	color:#fff885;
	text-align: center;
	position: absolute;
	top:230px;
	width:100%;
}
nav li.home {
	background:url("../images/nav-flarble1.gif") left 10px no-repeat;
}
nav li.home:hover {
	background:url("../images/nav-flarble1.gif") left top no-repeat;
}
nav li.fly {
	background:url("../images/nav-flarble2.gif") left 10px no-repeat;
}
nav li.fly:hover {
	background:url("../images/nav-flarble2.gif") left top no-repeat;
}
nav li.games {
	background:url("../images/nav-flarble3.gif") left 10px no-repeat;
}
nav li.games:hover {
	background:url("../images/nav-flarble3.gif") left top no-repeat;
}
nav li.art {
	background:url("../images/nav-flarble4.gif") left 10px no-repeat;
}
nav li.art:hover {
	background:url("../images/nav-flarble4.gif") left top no-repeat;
}
nav li.locations {
	background:url("../images/nav-flarble5.gif") left 10px no-repeat;
}
nav li.locations:hover {
	background:url("../images/nav-flarble5.gif") left top no-repeat;
}
nav li.tori {
	background:url("../images/nav-flarble6.gif") left 10px no-repeat;
}
nav li.tori:hover {
	background:url("../images/nav-flarble6.gif") left top no-repeat;
}
nav li.retail {
	background:url("../images/nav-flarble7.gif") left 10px no-repeat;
}
nav li.retail:hover {
	background:url("../images/nav-flarble7.gif") left top no-repeat;
}
nav li.therapy {
	background:url("../images/nav-flarble1.gif") left 10px no-repeat;
}
nav li.therapy:hover {
	background:url("../images/nav-flarble1.gif") left top no-repeat;
}
nav li.contact {
	background:url("../images/nav-flarble8.gif") left 10px no-repeat;
}
nav li.contact:hover {
	background:url("../images/nav-flarble8.gif") left top no-repeat;
}
nav li.zigzoid {
	background:url("../images/nav-flarble1.gif") left 10px no-repeat;
}
nav li.zigzoid:hover {
	background:url("../images/nav-flarble1.gif") left top no-repeat;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}




.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list li {
    display: list-item;
    list-style: none;
	list-style-image:url(../images/bullet.gif);
	list-style-position: outside;
	padding-bottom:12px;
	padding-left:6px;
	margin-left:10px;
}

.genlist li{
	margin:10px 5px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}

sup {
	font-size:.5em;
}

.c2a, .c2a:visited, .c2a:active {
	background:#f6971d;
	padding:20px 5%;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
	font-size:1.4em;
	display:inline-block;
}
.c2a:hover {
	color:#fff;
	background:#442667;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:0 0 20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:35%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:64%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:64%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:64%;
	cursor:pointer;
}

.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}


.store {
	width:280px;
	height:130px;
	float:left;
}

.price {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.price td {
	padding:5px;
	border-bottom:1px solid #CCC;
}
.toristory {
	width:90%;
	border:1px solid #690;	
	margin:20px auto 0 auto;
	background:#f2f2f2;
	padding:20px;
}
.toristory legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}


.photobox {
	text-align:center;
	width:30%;
	height:auto;
	float:left;
	margin:1.1%;
	padding:3px;
	border:1px solid #CCC;
	overflow:hidden;
}
.photobox img {
	min-width:250px;
	min-height:180px;
}

/*****************************************************************
	pagination
******************************************************************/
ul.pagination {
	margin:0px 0px 15px;
	text-align:center;
}
ul.pagination li {
	display:inline;
	background:#FFF;
	border:#CCC thin solid;
	margin:1px;
	padding:0px 5px;
}
ul.pagination li.current {
	background:#c2d4de;
	border:#a2bdcd thin solid;
}
ul.pagination li a {
	color:#1E1E1E;
	text-decoration:none;
}
ul.pagination li a:hover {
	color:#999;
}
ul.pagination li.first a {
	background:url(../admin/images/pagination.jpg) 2px center no-repeat;
	padding:0px 7px;
}
ul.pagination li.prev a {
	background:url(../admin/images/pagination.jpg) -19px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.next a {
	background:url(../admin/images/pagination.jpg) -30px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.last a {
	background:url(../admin/images/pagination.jpg) -43px center no-repeat;
	padding:0px 7px;
}

/***************************** end pagination ********************************/

footer {
	font-size:.8em;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:20px 1%;
	color:#fff885;
}
footer a, footer a:visited, footer a:active {
	color:#fff885;
}
footer a:hover {
	color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 940px) {
	.logo {
		position: relative;
		top:0px;
		left:2px;
		width:70%;
		height:auto;
	}
	.logo img {
		height:auto;
		width:100%;
	}
	.kids {
		width:40%;
		position: absolute;
		top:25%;
		right:10px;
	}

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
	h1 {
		font-size:1.6em;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:10px 0;
		padding:5px 0;
	}
	h2 {
		color:#F60;
		font-size:1.4em;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:10px 0;
		padding:0;
	}
	.logo {
		position: relative;
		top:0px;
		left:2px;
		width:80%;
		height:auto;
	}
	.logo img {
		height:auto;
		width:100%;
	}
	.kids {
		width:50%;
		position: absolute;
		top:40%;
		right:30px;
	}
}
