body {
	font-family: 'Changa', sans-serif;
	font-size: 18px;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	color: #e1dede;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-color: #161616;
	margin-top: 14px;
	}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #6bff00;
	text-decoration: underline;
	}

a:hover {
	color: #56c400;
	text-decoration: underline;
	}

a:focus {
	background-color: #000;
	text-decoration: underline;
	}

h1 {
	font-size: 26px;
	line-height: 29px;
	font-style: italic;
	color: #fbf190;
	font-family: 'Changa', sans-serif;
	}

h2 {
	font-family: 'Changa', sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #ecff19;
	margin-bottom: 2px;
	margin-top: 13px;
	}

h3 {
	font-family: 'Changa', sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #04fa19;
	}

iframe {border: 0;
	float: right;
	width: 70%;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
	font-weight: normal;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB619;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB619;
	font-size: 12px;
	font-style: italic;
	margin-top: 6px;
	font-weight: normal;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	background-color: #636363;
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	margin-top: 20px;
	border: 0px;
	clear: both;
	}

ul, li {
	line-height: 22px;
	margin-left: -10px
	list-style-position: inside;
	list-style-type: square;
	}
	
li::marker {color: #fbf190;}


table {
	align-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

header {
	background-image: url("images/top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: block;
	height: 260px;
	}
	
header img {width: 100%;}

footer {
	display: block;
	background-image: url("images/footer.jpg");
	padding: 15px;
	font-family: 'Changa', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #dfe858;
	background-color: #000;
	clear: both;
	position: relative;
	}

#logo {
	top: 10px;
	z-index: 190;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	max-width: 550px;
	}

#wrapper {
	display: block;
	border-color: #000000;
	border-bottom-width: 10px;
	border-top-width: 10px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-image: url("images/background-content.jpg");
	border-style: solid;
	width: 96%;
	max-width: 1500px;
	margin: auto;
	-moz-box-shadow: 3px 3px 5px #111;
	-webkit-box-shadow: 3px 3px 5px #111;
	box-shadow: 3px 3px 5px #111;
	}

#content {
	padding: 15px 20px 10px 20px;
	margin-bottom: 15px;
	}

.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.left2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	}

.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}

.right2 {
	float: right;
	margin: 10px 0px 0px 7px;
	}
	
.banner {
	text-align: center;
	padding: 15px 0 15px 0;
	}
	
.class-schedule {}


.paypal {
	display: block;
	background-image: url("images/text-background.png");
	font-size: 17px;
	float: left;
	width: 100%;
	align-content: center;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
	clear: both;
	}

.text-box {
	display: block;
	text-align: center;
	background-image: url("images/text-background.png");
	font-size: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: both;
	}

.big-text {
	font-family: 'Changa', sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	font-weight: bold;
	color: #fbf190;
	margin-bottom: 15px;
	}

.special-offer {
	border: 2px dashed #fbf190;
	background-image: url("images/footer.jpg");
	border-radius: 16px;
	background-color: #494848;
	font-family: 'Changa', sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #ecff19;
	font-weight: bold;
	padding: 16px;
	margin-top: 10px;
	text-align: center;
	}

.special-offer:hover {
	border: 2px dashed #fff;
	color: #fff;
	}

.rates {
	display: block;
	text-align: center;
	background-image: url("images/text-background.png");
	font-size: 19px;
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 15px;
	}

.text-box, .rates, .reviews p {
	padding: 10px;
	}

.reviews {
	display: block;
	text-align: center;
	background-image: url("images/text-background.png");
	font-size: 19px;
	float: right;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
	}

.offer {
	text-align: center;
	float: left;
	width: 36%;
	}

.centered {
	align-content: center;
	text-align: center;
	}

.clearer {
	clear: both;
	max-width: 1280px;
	}

.grow-area {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
	margin-top: 15px;
	}

.grow-item {
	font-family: 'Changa', sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #FFB619;
	margin-bottom: 14px;
	line-height: 20px;
	text-align: center;
	}

.grow img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
	}

.grow:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
	}

.grow {
	overflow: hidden;
	margin-bottom: 8px;
	}

.cycle-slideshow {
	z-index: 80;
	}

.slide-container {
	max-width: 700px;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

.google-maps {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    }

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

.video-wrapper {
	width: 60%;
	float: right;
	margin-bottom: 12px;
	}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 6;
	}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #FFB619;
	font-weight: normal;
	font-style: italic;
	}

.newsletter {
	text-align: center;
	margin-bottom: 10px;
	color: #ecff19;
	clear: both;
	}

.sig {
	font-size: 11px;
	text-align: left;
	max-width: 1280px;
	padding-left: 15px;
	margin: auto;
	color: #7f7f7f;
	}

.social-facebook {
	background-image: url('images/facebook-hover.png');
	width: 35px;
	height: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}

.social-facebook:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-instagram {
	background-image: url('images/instagram-hover.png');
	width: 35px;
	height: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}

.social-instagram:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-twitter {
	background-image: url('images/twitter-hover.png');
	height: 35px;
	width: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}

.social-twitter:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.merch-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.merch {
	flex: 50%;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 10px;
	background-image: url("images/text-background.png");
	max-width: calc(50% - 6px);
	text-align: center;
	}

.merch img {
	width: 49%;
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
	}
	
.merch h3 {
	font-family: 'Changa', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #ecff19;
	margin-bottom: 8px;
	margin-top: 13px;
	}

.skip-link {
    position: fixed;
    top: -200px;
    padding: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 5px;}

/*****************************Navigation******************************/


nav {
	font-family: 'Changa', sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	bottom: 4px;
	left: 0px;
	width: 100%;
	font-size: 22px;
	text-shadow: 2px 2px #ff0000;
	}

nav a {
	line-height: 26px;
	color: #fff;
	padding: 5px 0 5px 0;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	}

nav a:hover {
	color: #04e417;
	text-decoration: none;
	background-color: #000;
	}

nav ul {
	list-style-type: none;
	color: #000;
	padding: 0;
	margin: 0;
	display: flex;
	}

nav ul li {
	list-style-type: none;
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}


/***************** FOR MOBILE RESOLUTIONS ****************/

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

.slide-container {
	width: 100%;
	max-width: 100%;
	float: left;
	margin-left: 0px;
	}

.slide-container img {
	width: 100%;
	max-width: 100%;
	}

}

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

.grow img {max-width: 96%;}

.video-wrapper {
	width: 100%;
	float: left;
	margin-right: 0px;
	}

.offer {
	width: 100%;
	float: none;
	}

}


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

.rates {
	width: 97%;
	margin-left: 0px;
	float: none;
	}

body {background-image: none;}

.left {margin-right: 150px;}
.right {margin-left: 150px;}

nav {font-size: 19px;}

}

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

.slide-container {
	float: left;
	margin-right: 0px;
	}
}

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

#logo {max-width: 50%;}
	
header {height: 220px;}

.merch {
	flex: 1 0 100%;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	max-width: calc(100% - 0px);
	}

.merch img {
	width: 80%;
	float: none;
	margin-left: 0;
	margin-bottom: 3px;
	}

.right {margin-left: 0px; width: 100%;}

.left {margin-right: 0px; width: 100%;}

.grow-item {
	font-size: 15px;
	margin-bottom: 1px;
	line-height: 15px;
	} 

nav {
	width: 100%;
	}

nav ul {
	background-color: rgb(0,0,0,.5);
	flex-wrap: wrap;
	}


nav ul li {
	flex:1 1 25%;
	text-align: center;
	border: solid #000 1px;
	margin-right: 0;
	}


}

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

footer {padding-top: 30px;}

nav {font-size: 16px;}

nav ul li {flex:1 1 25%;}

#logo {max-width: 80%;}


}

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

nav ul li {flex:1 1 40%;}

header {height: 260px;}

}

/************************************** Form *************************************/

#form {
	border-color: #000;
	padding: 10px;
	background-image: url("images/text-background.png");
	margin-bottom: 10px;
	}

#form label {
	width: 200px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	}


#form select, #form textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fbf190;
	background-color: #000;
	border: 1px solid #918d60;
	box-shadow: 5px 5px 5px #700000;
	font-size: 14px;
	padding: 5px;
	width: 150px;
	}

#form input {
	padding: 5px;
	background: #000;
	font-weight: bold;
	font-size: 14px;
	color: #fbf190;
	border: 1px solid #eee;
	box-shadow: 5px 5px 5px #700000;
	text-shadow: none;
	margin-top: 5px;
	}

#form input[type=button], #form input[type=submit] {
	background-color: #fbf190;
	border: none;
	color: #000;
	padding: 8px 20px;
	text-decoration: none;
	margin: 10px 8px;
	cursor: pointer;
	}

#form input[type=button]:hover, #form input[type=submit]:hover {
	background-color: #c1c0bf;
	}

.services-select {
	margin-top: 5px;
	color: #fbf190;
	background-color: #000;
	border: 1px solid #918d60;
	font-size: 14px;
	padding: 5px;
	width: 240px;
	}

.merch select {
	background: #000;
	font-weight: bold;
	font-size: 14px;
	color: #fbf190;
	width: 100px;
	border: 1px solid #eee;
	margin-top: 5px;
	margin-bottom: 5px;
	}



/*****************************Cycle2******************************/
/******* pager **********/
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}

.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer; padding-right: 10px;
	}

.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .9;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 10% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 90% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=80) }

.disabled { opacity: .5; filter:alpha(opacity=50); }
