/*---start of general page  styling---*/
* {
	margin:0;
	border:0;
	padding:0;
}

/*
html {
	background: url(../images/bg1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/

body{
	background: #FFF;
	font: 14px/20px;
	height: auto;
	font-family: sans-serif,arial;
	margin: 0;
}

p {

	padding: 1% 1% 1% 2%;
}

h1 {
	text-align:center;
	font-size:175%;
	padding:1% 0 1% 0;
}

h2 {
	text-decoration:underline;
	padding-top: 1%;
	padding-bottom: 1%;
	}

h3 {
	line-height:110%;
	padding:2% 2%;
}

img {
	text-align:center;
	max-width:100%;
	height:auto;
	width:auto;
}

.ebook {
	width: 96%;	
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
	background: #ffcc00;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px black;
}

.ebook img{
	width: 96%;	
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 10px;
}

.ebook .mcwidget-embed {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/*---start of header and logo styling---*/
header{
	width: 1050px;
	height: auto;
	margin: 5px auto;
	position: relative;	
	box-shadow: 0px 2px 5px 0px black;
	border-radius: 10px;
	background: #ffcc00;
	}

.logo{
	max-width: 1050px;
	width: 100%;
	min-height: 265px;
	height: auto;
}

.logo1{
	display: none;
}

.gtc > h1 {
	font-size: 130%;
	padding: 0;
}

.gtc {
	position: absolute;
	font-size: 32px;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(25%, #ff0000), color-stop(50%, #ffee00), color-stop(75%, #257df9), color-stop(100%, #257df9));
	-ms-background:none; /* ie10+ */
	-ms-background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px white;
	font-family:"nandaka_westernregular";
  	max-width: 650PX;
  	width: 100%;
  	margin-left: 45%;
  	margin-top: 18%;
}

/*---start of Navigation system styling---*/
.nav{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	border-radius: 5px;
}

ul > li{
	list-style: none;
	width: 150px;
	line-height: 60px;
	position: relative;
	background: #222;	
	text-align: center;
	float: left;
	background: linear-gradient(red 20%,black 80%);
		}

ul li ul{
	position: absolute;
	z-index: 89;
	}

.nav > ul > li:nth-of-type(1){
	border-radius: 5px 0px 0px 5px;
}

.nav > ul > li:nth-of-type(7){
	border-radius: 0px 5px 5px 0px;
}

ul li a{
	color: #fff;
	width: 150px;
	height: 58px;
	display: inline-block;
	text-decoration: none;
}

ul li a:hover{
	border-bottom: 2px solid #fff;
}

ul li ul{
	display: none;
}

.nav ul li:hover ul{
	display: block;
}

.fa{
	margin-right: 5px;
}

.fa-list.modify{
	display: none;
	font-size: 35px;
	position: absolute;
	right: 30px;
	top:60px;
	cursor: pointer;
}

/*---start of login styling---*/
.login > h1 {
	padding-bottom: 20px;
}

.login{
	max-width: 1050px;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-top:  20px;
	padding-bottom: 20px;
	text-align: center;
	background: #CCC;
}

.loginform {
	padding-top: 10px;
	margin: 0 auto;
	width: 300px;
	text-align: left;
	}

	.loginform > fieldset > legend {

		padding-bottom: 10px;
	}

	/*---start of container styling---*/
.container{
	width: 1050px;
	height: auto;
	margin:-5px auto;
	text-align: center;
	background: #ffcc00;
	border-radius: 0 0 10px 10px;	
	box-shadow: 0px 2px 5px 0px black;
}

.container > p {
	padding:0;
}


.content_landing {
	width: 1050px;
	margin: 1% auto 1% auto;
	text-align: center;
	background: #ffcc00;
	border-radius:10px;
	padding-top: 0.5%;
	padding-bottom: 1%;
	box-shadow: 0px 2px 5px 0px black;
}

section {
	width:29%;
	margin:1% 2%;
	text-align:center;
	float: left;
	background: #ffcc00;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px black;
}

.Gerard {
	margin: 0 auto;
	text-align:left;
}


.clear {
	clear:both;
}

/*---start of footer styling---*/

footer {
	margin: 0 auto;
	background:#b73a21;
	width:1050px;
	overflow:hidden;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px black;
}

.footer {
	width: 65%;	
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-bottom: 5px;
	background: #ffcc00;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px black;
}

.footer > p {
	font-size: 25px;
}

.footer_logo {
  	max-width: 681px;
  	width: 100%
  	height:70px;
  	padding-top: 10px;
  	margin: 5px;
  }

.socialm > a >.fa {
	width:50px;
	height: 50px;
	padding: 10px;
	font-size: 50px;
	color: #000;
}



.socialm > a:hover >.fa {
	font-weight: bold;
	color: #fff;
}

.socialm > img {
	width:50px;
	height: 50px;

}

.socialm {
	width: 25%;
	float: right;
	text-align: center;
	height: 100%;
	margin: 2%;
	background: #ffcc00;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px black;
}

footer p, footer h3 {
	color: #FFF;
}

footer p a {
	color: #FFF;
	text-decoration: none;
}

footer.second {
	border-top: 1px solid #000;
	margin-top: 1%;
	margin-bottom: 1%;
	background: #b73a21;
	max-height: 40px;
	text-align: center;
	line-height: 40px;
}

.second > p{
	padding: 0;
}





/* ----- debug code ----- */
/*{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/











/* ----- shows page code ----- */


		.section_title {
			max-width: 1050px;
			min-height: 250px;
			width:auto;
			height: auto;
			margin: 1% 2% 0 2%;
			background: white;
			border-radius: 10px;
			box-shadow: 0px 2px 5px 0px black;
		}

		article a {
			font-size: 20px;
			color: #000;
		}

		article a:hover {
			font-weight: bold;
		}


		.imgscenter {
			text-align: center;
			width: 600px;
			min-height: 100px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		.textcenter {
			text-align: left;
			margin: 0;
			margin-top: 1%;
			}

			.textcentertips {
			text-align: center;
			margin: 0;
			margin-top: 1%;
			}

		.imgscentersmall {
			text-align: center;
			width: 200px;
			min-height: 100px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		.imgscentersmallpanic {
			text-align: center;
			width: 100px;
			min-height: 100px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		.imgscentersmall3 {
			text-align: center;
			max-width: 900px;
			width: 80%;
			min-height: 100px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
		}

		.imgscentersmall3 img {
			width: 100px;
			height: 100px;
		}



/* ---- clear fix ---- */

/*
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

For IE 6/7 only 
.clearfix {
    *zoom: 1;
}

*/



	.magic > article{
		max-width: 1050px;
		overflow: hidden;
		width: auto;
		height: auto;
		margin:20px 2%;
		text-align:left;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 2px 5px 0px black;
	}

	.magic > article > h2 {
		padding-left: 5%;
	}

	.imgs {
		float: left; 
		width: 425px;
		height: 319px;
		margin: 2% 0 2% 0.5%;
	}

	.text {
		text-align: left;
		overflow: hidden;
		height: auto;
	}
	
	.textnt {
		text-align: left;
		overflow: hidden;
		background:url(.../nt.png)
		height: auto;
	}

	.textbottom {
		text-align: center;
		overflow: hidden;
		margin-top: 1%;
		height: auto;
	}

	.logout_text {
		text-align: center;
		overflow: hidden
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}

	.container a {
		color: #000;
		text-decoration: underline #000;
		display: inline-block;
		font-weight: bold;
	}

	.container a:hover {
		color:#FFF;
		text-decoration: underline #FFF;
		font-weight: bold;
	}

	hr {
		width: 90%;
		height: 3px;
		margin-left: auto;
		margin-right: auto;
		background: #000;
		margin: : 1%;
	}

.specials {
		width: 96%;
		height: auto;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 2px 5px 0px black;
		margin: 1% 2%;
	}

	.index {
		position: static;
		width: 96%;
		height: auto;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 2px 5px 0px black;
		margin: 1% 2%;

	}

	.headings {
		max-width: 1050px;
		width: auto;
		min-height:20px;
		height: auto; 
		background: white;
		border-radius: 10px;
		box-shadow: 0px 2px 5px 0px black;	
		margin:0.5% 2%;
	}
	/*carnival rides page

	.rides {
		max-width: 1050px;
		width:100%;
		margin: 2% 2%;
		height: auto;
		background: #FFF;
		border-radius: 10px;
		box-shadow: 0px 2px 5px 0px black;
	}

	.rides_imgs {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 250px;
		min-height: 250px;
		height: auto;
		background: #CCC;
	}
	.rides_text {
		width: 100%;
		text-align: left;
		height: auto;
		margin-top: 2%;
	}
	 */

a.links {
	min-width: 60px;
	text-decoration: none;
    background-color: #b73a21; /* Green */
    padding: 10px 25px 8px; 
    color: #fff; 
    background-color: #b73a21; 
    font-size: 16px; 
    border-radius: 4px; 
    margin-top: 5px; 
    margin-bottom: 2%;
    cursor:pointer;
}
a.links:hover {
	background-color: #000;
	font-weight: bold;
}

/*
Author: Javed Ur Rehman
Website: http://www.allphptricks.com/
*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.form{
	max-width: 600px; 
	width: 100%;
	margin: 0 auto;
}
input[type='text'], input[type='email'], input[type='password'] {width: 200px; border-radius: 2px; padding: 10px; color: #333; font-size: 14px; margin-top: 10px;}
input[type='submit']{padding: 10px 25px 8px; color: #fff; background-color: #b73a21; font-size: 16px; border-radius: 4px; margin-top: 5px; cursor:pointer;}
input[type='submit']:hover {background-color: #024978;}


	/* -------------------- GALERY CSS -------------------*/
	.wrap {
	   overflow: hidden;
	   margin: 10px;
	}
	.box {
	   float: left;
	   position: relative;
	   width: 25%;
	   padding-bottom: 25%;
	}
	.boxInner {
	   position: absolute;
	   left: 10px;
	   right: 10px;
	   top: 10px;
	   bottom: 10px;
	   overflow: hidden;
	}
	.boxInner img {
	   width: 100%;
	}
	.boxInner .titleBox {
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   right: 0;
	   margin-bottom: -90px;
	   background: #CCC;
	   background: rgba(0, 0, 0, 1);
	   color: #FFF;
	   padding: 2px;
	   text-align: center;
	   -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	   transition: all 0.3s ease-out;
	}
	body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	   margin-bottom: 0;
	}

	.table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.box1 {
	   float: left;
	   position: relative;
	   width: 33.3%;
	   padding-bottom: 33.3%;
	}

	.box2 {
	   float: left;
	   position: relative;
	   width: 50%;
	   padding-bottom: 50%;
	}


/*------------------------------ gallery media queries -----------------------------*/

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .box {
      width: 100%;
      padding-bottom: 100%;
   }

   .box1 {
   	  width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
   .box1 {
   	  width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 33.3%;
      padding-bottom: 33.3%;
   }
   .box1 {
   	  width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
   .box1 {
   	  width: 100%;
      padding-bottom: 100%;
   }
}


/* ----media queries start here---- */ 
@media screen and (max-width: 740px){
	header{
		width: 100%;
	}

	h2 {
		font-size: 150%;
	}
	.nav{
		padding-top: 5px;
		display: none;
		width: 100%;
		height: auto;
	}
	.logo{
		display: none;
	}

	.logo1{
		display: block;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 10px;
		width: 100%;
		height: 250px;
	}

	.gtc {
		display: none;
	}

	ul li{
		width: 100%;
		float: none;
	}
	ul li a{
		width: 100%;
		display: block;
	}
	ul li ul{
		position: static;
	}
	ul li ul li a{
		background: #222;
	}
	.fa-list.modify{
		margin-top: 150px;
		right: 10px;
		display: block;
	}
	.container > h1 {

		font-size: 18px;
		padding: 0;
	}
	.container{
		text-align: center;
		padding-top: 20px;
		margin-top: 10px;
		width: 100%;
		height: auto;		
		border-radius:10px;
	}

	.content_landing > p {
		padding-top: 0.5%;
		}
	.content_landing > h2 {
		text-decoration:underline;
		font-size:16px;
		line-height: 210%;
		}
	.content_landing {
		width: 100%;
		margin: 15px auto 10px auto;
		text-align: center;
		background: #ffcc00;
		border-radius:10px;
		box-shadow: 0px 2px 5px 0px black;
	}
	.Gerard p {
		padding: 0 5% 3% 5%;
	}

	footer {
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding:1% 0 1% 0;
		overflow: hidden;
	}

	.footer {
		width: 96%;
		float: none;
		margin: 2% 2%; 
		text-align: center;
	}
	.footer > p {
		font-size: 20px;
	}

	.socialm {
		width: 96%;
		float: none;
		text-align: center;
		margin: 2% 2%; 
	}

	.imgs {
		float: none;
		min-width: 250px;
		width: auto;
		height: auto;
		margin: 1%;
	}

	.imgs_specials {
		float: none;
		min-width: 250px;
		width: auto;
		height: auto;
		margin: 1%;
	}
	}

	.imgscenter {
		float: none;
		min-width: 250px;
		width: auto;
		height: auto;
		margin: 1%;
	}

	.text {
		text-align: left;
		height: auto;
		margin: 1%;
	}

	.footer_logo {
  	width: 100%;
  	padding-top: 10px;
  	margin-left: 0;
  }

	.rides {
		max-width: 1050px;
		width:96%;
		margin-left: auto;
		margin-right: auto;
		}

@media screen and (max-width: 480px){
	header{
		width: 100%;
	}

	h2 {
			font-size: 100%;
		}

	.nav{
		padding-top: 5px;
		display: none;
		width: 100%;
		height: auto;
	}
	.logo{
		margin-right: auto;
		margin-left: auto;
		width:100%;
		height:250px;
	}
	.gtc {
		display: none;
	}

	ul li{
		width: 100%;
		float: none;
	}
	ul li a{
		width: 100%;
		display: block;
	}
	ul li ul{
		position: static;
	}
	ul li ul li a{
		background: #222;
	}
	.fa-list.modify{
		margin-top: 150px;
		right: 10px;
		display: block;
	}
	.container > h1 {

		font-size: 18px;
		padding: 0;
	}
	.container{
		text-align: center;
		padding-top: 20px;
		margin-top: 10px;
		width: 100%;
		height: auto;		
		border-radius:10px;
	}

	.content_landing > p {
		padding-top: 0.5%;
		}
	.content_landing > h2 {
		text-decoration:underline;
		font-size:16px;
		line-height: 210%;
		}
	.content_landing {
		width: 100%;
		margin: 15px auto 10px auto;
		text-align: center;
		background: #ffcc00;
		border-radius:10px;
		box-shadow: 0px 2px 5px 0px black;
	}
	.Gerard p {
		padding: 0 5% 3% 5%;
	}

	footer {
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding:1% 0 1% 0;
		overflow: hidden;
	}

	.footer {
		width: 100%;
		float: none;
		margin: 2% auto; 
		text-align: center;
	}

	.socialm {
		width: 100%;
		float: none;
		text-align: center;
		margin: 2% auto; 
	}

	.imgs {
		float: none;
		min-width: 250px;
		width: auto;
		height: auto;
		margin: 1%;
	}

	.imgscenter {
		float: none;	
		min-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.text {
		text-align: left;
		height: auto;
		margin: 1%;
	}

@media screen and (max-width: 320px){
	header{
		width: 100%;
	}
	.logo{
		margin-left: auto;
		margin-right: auto;
		width:200px;
		height:200px;
	}
	.gtc {
		display: none;
	}
		@media screen and (max-width: 300px){
		header{
			width: 100%;
		}
		.logo{
			margin-left: auto;
			margin-right: auto;
			width:190px;
			height:190px;
	}
	.gtc {
		display: none;
	}