/* BASE STYLES*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Show the menu when animating or visible */
.animating #menu, .menu-visible #menu {
  display: block;
}
 
/***
 * If the animating class is present then apply
 * the CSS transition to #page over 250ms.
 */
.animating #page {
  transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
}
 
/***
 * If the left class is present then transform
 * the #page element 240px to the left.
 */	
.animating.left #page {
  transform: translate3d( -240px, 0, 0 );
  -webkit-transform: translate3d( -240px, 0, 0 );
}
 
/***
 * If the right class is present then transform
 * the #page element 240px to the right.
 */
.animating.right #page {
  transform: translate3d( 240px, 0, 0 );
  -webkit-transform: translate3d( 240px, 0, 0 );
}
 
/***
 * If the menu-visible class is present then
 * shift the #page 240px from the right edge
 * via position: absolute to keep it in the 
 * open position. When .animating, .left and
 * .right classes are not present the CSS
 * transform does not apply to #page.
 */
.menu-visible #page {
  right: 240px;
}

#page, #menu {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/**TOGGLE MENU**/

#page {
	position: relative; /* Set the position property so z-index will apply */
	z-index: 99; /* Make sure this is higher than #menu */
	padding: 0px;
 
	background: #E6E7E8;
	height: 100%;
}


#toggle-menu {
	position: absolute;
	top: 100px;
	right: 10px;
	height: 40px;
	display: none;
	z-index: 120;
	padding-right: 60px;
	
}

#toggle-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.8em;
  height: 0.25em;
  background: black;
  box-shadow: 
    0 0.6em 0 0 black,
    0 1.2em 0 0 black;
}
 
#menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
 
	width: 190px;
	padding: 15px 25px;
	margin: 0;
 
	list-style: none;
	background: #f36a09;
	z-index: 98; /* Make sure the z-index is lower than the #page */
}
 
#menu a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	font-family: 'bebas_neueregular', arial, sans-serif;
	padding: 5px 0;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
}



/**BASE STYLES**/

body {
	font-family: 'museo_sans500', verdana, sans-serif;
	color: #000000;
	line-height: 1.4;
	background-color: #E6E7E8;
}

p {
	font-family: 'museo_sans500', verdana, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 38px;
}

h3 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 34px; 
	line-height: 1;
}

h4 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 28px; 
}

h5.header {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 22px;
	background-color: #f33a09;
	width: 420px;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
	
}

h5.header2 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 22px;
	background-color: #FAB419;
	width: 420px;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
	
}

.register {
font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 20px;
	background-color: #f33a09;
	padding: 4px 15px;
	width: 55px;
	float: right;
		margin-left: 10px;

	
}

.register2 {
font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 20px;
	background-color: #fab419;
	padding: 4px 15px;
	width: 55px;
	float: right;
	margin-left: 10px;
	
}

.pricelink {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 22px;
	background-color: #BFC0C1;
	padding: 5px 15px;
	
}


h6 {
	font-family: 'museo_sans500', verdana, sans-serif;
	font-size: 16px;
	
}

h7 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 22px;
}

h8 {
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 30px;
	line-height: 1.1;
	
}

.orangelink {

	color: #f33a09;
}

.arrow {
	color:#f33a09; 
}


/**HEADER**/

#topheadercontainer {
	background-color: #DDDFE0;
	width: 100%;
	height: 40px;
	margin: 0;
}

#topheader {
	width: 940px;
	margin: 0 auto;
	padding: 5px;
	height: 30px;
}

.topheaderhead {
	float: left;
}

.topheadersocial {
	float:right;
	margin-top: 4px;
}

.topheadersocial img {
	vertical-align: middle;
}

#mainheadercontainer {
	width: 100%;
	margin: 0 auto;
	height: 110px;
	background-color: #f33a09;
}

.mainheader {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
}

/** NAV **/

nav {
	position: absolute;
	top: 40px;
	right: 0px;
	height: 60px;
	z-index: 90;
}

nav li {
	height: auto;
	width: 110px;
	float: left;
	text-align: center;
	list-style: none;
	font-size: 20px;
	font-weight: lighter;
	font-family: 'bebas_neueregular', arial, sans-serif;
	background-color: #f33a09;
	border-right: 1px solid #000000;

}

nav a:link, nav a:visited {
	display: block;
	text-decoration: none;
	color: #000000;

}

nav a:hover, nav a:active {
	color: #ffffff;
}

nav li ul {
	display: none;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

nav li:hover ul {
	display: block;
	
}

nav li ul li {
	background-color: #f36a09;
	border-top: 1px solid #000000;
	border-right: 1px solid #f36a09;
	line-height: 1;
	padding: 2px 0px 2px 0px;
}

nav li ul li a:hover {
	background-color: #f33a09;
	border-right: 1px solid #f33a09;
}

/* MAIN------------*/

#homehero {
	width: 100%;
	height: 350px;
	background-color: #000000;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/mainimage_home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

#hero {
	width: 100%;
	background-color: #000000;
	
}

#heroimage {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#heroimage img{
		margin-bottom: -6px;

}

#heroimagemob {
	display: none;
	margin: 0 auto;
}

#registration {
	width: 260px;
	height: 270px;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 20px 20px 0px 20px;
	
 -webkit-box-shadow: 0px 2px 4px 1px #4e4e4e;
          box-shadow: 0px 2px 4px 1px #4e4e4e;
	
}


#herotextcontainer {
	width: 100%;
	background-color: #393839;
	
}

#herotextcontainer2 {
	width: 100%;
	background-color: #393839;
	margin-bottom: 10px;
	
}

.homeherotext {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	color: #ffffff;
	text-align: center;
}

.herotext {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	color: #ffffff;
}


#maincontent {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}


.categorybanner {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.categorybannerend {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 0px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.categorytext img {
	float: right;
}

.categorytextend img {
	float: right;
}

.categorytext {
	width: 260px;
	padding: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.categorytextend {
	width: 260px;
	padding: 20px;
	float: left;
	margin-right: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.timetable {
	display: block;
	background-color: #f33a09;
	color: #ffffff;
	font-family: 'bebas_neueregular', verdana, sans-serif;
	font-size: 22px; 
	text-align: center;
	padding: 5px 0px;
	clear: both;
	width: 100%;
	margin: 20px auto;
	
}

.timetable:hover {
	color: #ffffff;
}

#largewhitebox {
	width: 900px;
	background-color: #ffffff;
	padding: 20px 20px 30px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
	clear:both;
	overflow: hidden;
}

#largewhitebox img{
	float:right;
	margin: 10px 10px 10px 20px;
	
}

#largewhitebox2 {
	width: 900px;
	background-color: #ffffff;
	padding: 20px 20px 30px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
	clear:both;
	text-align: center;
	overflow: hidden;
}

#registrationmob {
	display: none;
	width: 900px;
	background-color: #ffffff;
	padding: 20px 20px 30px 20px;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
	
}

.twocolumn {
	float: left;
	width: 420px;
	padding: 20px;
	margin-right: 20px;
}

.twocolumn2 {
	float: left;
	width: 420px;
	padding: 20px;
	text-align: center;
}

.twocolumnvid {
	display: none;
}

.twocolumnbox {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
    position: relative;
}

.twocolumnbox2 {
	float: left;
	width: 420px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
	position: relative;
}

.onecolumn {
	width: 900px;
	padding: 20px;
	
}


.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.thumbnail img:hover {
	opacity: 0.6;
}

.gallery {
	width: 920px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 0px 40px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
    overflow: hidden;
}

.links {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
    position: relative;
}

.links2 {
	float: left;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
	position: relative;
}

.links img, .links2 img {
	float: left;
}

.location {
	float:left;
	width: 580px;
	padding-right: 20px;
	
}

.location img {
	float: left;
}

.map {
	float: right;
	width: 280px;
}



/* FOOTER------------*/

footer {
	clear: both;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color:#f33a09;
	margin-top: 80px;
}


/*-----*/

.registrationform {
	width: 300px;
	margin: 20px auto 0px auto;
	padding: 10px 60px 40px 90px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.registrationform img {
	margin-left: 80px;
}

#hidden {
	display: none;
}



.thankyou {
	width: 500px;
	height: 400px;
	margin: 20px auto 0px auto;
	padding: 60px 60px 40px 60px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px #9b9b9b;
          box-shadow: 0px 1px 3px 0px #9b9b9b;
    text-align: center;
}


/* TABLET STYLES------------*/

@media only screen and (max-width: 960px){

#toggle-menu {
    display: block;
    top: 80px;
  }
  
nav {
	display: none;
} 

.mainheader {
	width: 700px;
}
  
#topheader {
	width: 700px;
}


#heroimage {
	width: 700px;	
}

#heroimage img{
	width: 100%;
	height: auto;
}

#registration {
	display: none;
}

.homeherotext, .herotext {
	width: 660px;

}

#maincontent {
	width: 700px;

}

.categorybanner, .categorybannerend {
	width: 220px;
	height: 147px;
	

}

.categorybanner img, .categorybannerend img {
	width: 100%;
	

}

.categorytext, .categorytextend {
	width: 180px;

}

#largewhitebox, #largewhitebox2 {
	width: 660px;
}

#registrationmob {
	display: block;
	width: 660px;
}

.twocolumn, .twocolumn2 {
	width: 300px;

}

.twocolumnbox, .twocolumnbox2 {
	width: 300px;

}

.links, .links2 {
	width: 300px;
	height: 210px;

}

.links img, .links2 img {
	float: none;
}

h5.header, h5.header2 {
	width: 300px;
}

.onecolumn {
	width: 660px;
	
}


.thumbnail {
	width: 205px;
}

.thumbnail img {
	width: 100%;
}

.gallery {
	width: 680px;	
	margin-bottom: 0px;
	overflow: hidden;

}


.location {
	float:left;
	width: 350px;
	padding-right: 20px;
	
}
.map {
	float: right;
	width: 280px;
}



}


/* MOBILE STYLES------------*/

@media only screen and (max-width: 700px){

#toggle-menu {
    display: block;
    top: 110px;
  }
  
nav {
	display: none;
}

.mainheader {
	width: 300px;
}
  
#topheadercontainer {
	height: 70px;
}

#topheader {
	width: 300px;
	height: 70px;
}

#topheader p {
	font-size: 12px;
}

.topheaderhead, .topheadersocial {
	float: none;
	text-align: center;
}

#mainheadercontainer {
	margin-bottom: 10px;
}

#homehero {
	display: none;
	
}

#heroimage {
	display: none;
}

#heroimagemob {
	display: block;
	width: 300px;
	margin-top: -10px;
	
}

#heroimagemob img{
	width: 100%;
	height: auto;
	margin-bottom: -6px;
}

#registration {
	display: none;
}

#herotextcontainer {
	display: none;
}

.herotext {
	width: 260px;
}


#maincontent {
	width: 300px;
	margin: 0 auto;
	padding: 0;

}



.categorytext, .categorytextend {
	display: none;
}

.categorybanner, .categorybannerend {
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 0;
	float: none;

}

#largewhitebox, #largewhitebox2 {
	width: 260px;
}

#largewhitebox img{
	float:none;
	width: 100%;
	margin: 0;
}

#largewhitebox2 img{
	float:none;
	width: 100%;
	margin: 0;
}

#registrationmob {
	display: block;
	width: 260px;
}

.twocolumn {
	width: 260px;
	float: none;

}

.twocolumn2 {
	display: none;
}

.twocolumnvid {
	display: block;
}

.twocolumnbox, .twocolumnbox2 {
	width: 260px;
	margin-bottom: 20px;
	margin-top: 0px;

}

.links, .links2 {
	width: 260px;

}

.links img, .links2 img {
	float: none;
}

h5.header, h5.header2 {
	width: 260px;
}

.register, .register2 {
	margin-left: 10px;
}

.onecolumn {
	width: 260px;
	
}

.onecolumn img {
	width: 100%;
}

.thumbnail {
	width: 260px;
}

.thumbnail img {
	width: 100%;
}


.gallery {
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;

}
.location {
	float:none;
	width: 260px;
	padding-right: 0;
	
}
.map {
	float: none;
	width: 240px;
}

.thankyou {
	width: 180px;
}

.registrationform {
	width: 275px;
	padding: 10px 10px 40px 15px;
	
}

.registrationform img {
	margin-left: 80px;
}

footer p {
	font-size: 12px;
}


}








