/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #F2F2F2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
	width: 100%;
	background-position:50% 0%;

}

.dark {background-color: #282828; width: 100%;}
 

.font{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

a.font:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

a.font:hover {color:#05B2AE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

 
.box{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: bold;
	background-color: #666666;
	border-top-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}

a.box:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin: 0 auto;
	display:block;
	background-color: #666666;
}

a.box:hover {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #05B2AE;
}



.font2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

a.font2:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;

	color: #333333;
	font-weight: bold;
	color: #333333;
}

a.font2:hover {color:#05B2AE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

	
 
.style1 {color: #FFFFFF}
.header {
	font-size: 36px;
	color: #05B2AE;
font-family: 'Rock Salt', cursive;
}

.header1 {
	font-size: 36px;
	color: #05B2AE;
font-family: 'Black Ops One', cursive;
}

.container {
	float: left;
	width: auto;
	position: relative;
	margin: 0;
	padding:2em;
	background-color: #F2F2F2;
}

 .foot {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 1em 2em;
	border: 0px;
	background-color: #666666;
	height: auto;
}

 .foot1 {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	padding:2em;
	border: 0px;
	color: white;
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.city {
float: left;
margin: 5px;
padding: 15px;
width: 350px;
height: auto;
border: 0px solid black;}


a.one:link {
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
a.one:hover {color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;}

nav {
	height: 40px;
	width: 100%;
	background: #CCCCCC;
	font-size: 11pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #666666;
	background-color: #333333;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}



/*Start of 2nd menu info*/
.menu1 {
	text-align:center;
	list-style:none;
	height: auto;
	width: 100%;
	background: #282828;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #282828;
	position:relative;

 }

/*Strip the ul of padding and list styling*/
.menu1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	z-index: 2;
}

/*Create a horizontal list with spacing*/
.menu1 li {
	display: inline;
	float: left;
	margin-right: 1px;
	font-size: 13pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*Style for menu links*/
.menu1 li a {
	display: block;
	min-width:140px;
	height: auto;
	text-align: center;
	line-height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #282828;
	text-decoration: none;
}

/*Hover state for top level links*/
.menu1 li:hover a {
	background: #585858;
	color: #FFFFFF;
}

/*Style for dropdown links*/
.menu1 li:hover ul a {
	background: #f3f3f3;
	color: #585858;
	height: auto;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.menu1 li:hover ul a:hover {
	background: #05B2AE;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.menu1 li ul {
	display: none;
}

/*Make dropdown links vertical*/
.menu1 li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.menu1 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.menu1 ul li a:hover + .hidden, .hidden:hover {
	display: block;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #05B2AE;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu1{
    display:block;
}


.slider_bg {width:90%;height:404px;background:url(images/bg_slider.jpg) 0 0 no-repeat;position:relative;overflow:hidden;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);margin-bottom:35px}
.slider {top:10px;right:10px;position:absolute;z-index:1;width:90%}
.slider .items {display:none}
.slider .pic {float:right;position:relative}
.banner {left:0px;top:0;position:absolute;width:280px;z-index:2;text-align:center}
.banner strong {font-size:52px;color:#bf0f0a;display:block;line-height:1.2em;text-transform:uppercase;padding:55px 0 0 0;letter-spacing:-2px}
.banner strong span {display:block;margin-top:-16px}
.banner b {display:block;font-size:27px;color:#312826;text-transform:uppercase;padding:0 0 23px 0;line-height:1.2em;letter-spacing:-1px}
.banner p {}
.banner p span {display:block;padding:0 0 0 0;color:#6c5f5b;padding-bottom:2px}
.slider .pagination {position:absolute;z-index:2;bottom:10px;left:107px}
.slider .pagination li {float:left;padding-right:3px}
.slider .pagination a {display:block;width:17px;height:17px;text-indent:-9999px;background:url(images/buttons.png) right 0 no-repeat}
.slider .pagination a:hover, .slider .pagination .current a {background-position:left}
s.wrap{overflow:hidden;margin-left:-5px;padding-left:5px}

/*Responsive Styles*/

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav {
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	
	/*Make dropdown links appear inline*/
	.menu1 ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.menu1 li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.menu1 ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu1 {
		display:block;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
		/*Make dropdown links appear inline*/
	.menu1 ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.menu1 li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.menu1 ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu1 {
		display:block;
	}
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {display: block;
		float: none;
		width: 100%;
	}
	.menu1 nav li a {
		border-bottom: 1px solid #576979;
	}
		/*Make dropdown links appear inline*/
	.menu1 ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.menu1 li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.menu1 ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu1 {
		display:block;
	}
	
	.heading {
	font-family: 'Special Elite', cursive, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
}
 
}
.h1 {
font-family: 'Special Elite', cursive;
	font-size: 20px;
	color: #05B2AE;
	font-weight: bold;
	text-decoration: none;
}

.h4 {
font-family: 'Special Elite', cursive;
	font-size: 24px;
	color: #05B2AE;
	font-weight: bold;
	text-decoration: none;
}
.h2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.h3 {
font-family: 'Special Elite', cursive;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.heading {
	font-family: 'Special Elite', cursive, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
}

 .top {
	float: left;
	width: 100%;
	position: relative;
	background-color: #000000;
}




.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.header3 {

	font-size: medium;
	color: #05B2AE;
font-family: 'Rock Salt', cursive;
}
