@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.ttf") format("ttf"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/trajanpro-bold-webfont.svg#leelawad") format("svg");
}

@import url(https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

body {
	margin: 0;
	padding: 0;
}

.start {
	position: relative;
	width: 540px;
	height: 329px;
	background:url(../images/start.png) center top no-repeat;
	overflow: hidden;
}

.startbutton{
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:79px 0 0 161px;
}

.lowertext{
	float:left;
	width:505px;
	height:auto;
	font-family:Fontin;
	font-size:20px;
	text-decoration:none;
	margin:87px 0 0 0;
	
}
.lowertext a{
	float:left;
	height:auto;
	font-family:Fontin;
	font-size:20px;
	color:#e57200;
	text-decoration:none;
	padding-left:25px;
	
}


.top-nav {
    height: 90px;
    left: 0;
    width: 760px;
	
}
.logo {
	float: left;
	margin-top: 0px;
}
.largelogo{
	margin-top: 114px;
	padding-left: 240px;
	
	
}


nav {
	right: 0;
	bottom: 0;
	font-size: 13px;
	width: auto;
	margin: 0px 15px 0 25px;
	padding:20px 0;
}
nav ul {
	list-style: none;
	float:right;
}
nav ul li {
	display: block;
	float: left;
	padding: 3px 8px;
}
nav ul li a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: all .25s ease;
	color: #ffffff;
	text-decoration: none;
}

nav ul li a:hover {
	color: #E56038;
}





#mobileMenu {
	display: block;
	z-index: 99;
}
.toggleMobile {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
}
.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
	display: block;
	position: absolute;
	width: 40px;
	height: 6px;
	left: 0;
	background: #fff;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile span.menu1 {
	top: 0;
}
.toggleMobile span.menu2 {
	top: 14px;
}
.toggleMobile span.menu3 {
	top: 28px;
}
.toggleMobile.active span.menu1 {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3 {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile {
	display: none;
}
@media only screen and (min-width : 500px) and (max-width : 750px) {
	
	nav {
	right: 0;
	bottom: 0;
	font-size: 13px;
	width: auto;
	margin: 0px 5px 0 5px;
	padding:20px 0;
}
nav ul {
	list-style: none;
	float:right;
}
nav ul li {
	display: block;
	float: left;
	padding: 3px 8px;
}
nav ul li a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: all .25s ease;
	color: #ffffff;
	text-decoration: none;
}
nav ul li a:hover {
	color: #E56038;
}
	
}

#mobileMenu {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	display: none;
}


#mobileMenu ul {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    top: 30px;
    width: 100%;
    z-index: 999;
	float:right;
}
	
	
	
	
#mobileMenu ul li {
	font-family: 'Open Sans', sans-serif;
	display: block;
	background-color: #6b336b;
	color: #fff;
	padding: 8px 10px;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	height:auto;
	overflow:hidden;
}
#mobileMenu ul li a{

	color: #ffffff;
	font-size:16px;
	text-decoration:none;

}
#mobileMenu ul li a:hover{
font-size:16px;
	color: #fff;
text-decoration:none;
}


#mobileMenu ul.sub-menu {
	position:relative;
	top: 0px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height:auto;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display:block;
	z-index: 999;
}

#mobileMenu ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


#mobileMenu li ul.sub-menu li{
  padding: 0px 20px 3px 20px ;
  border-bottom:none;
}

#mobileMenu li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

#mobileMenu li ul.sub-menu li a{
  color: #fff;
}

#mobileMenu li ul.sub-menu li a:hover{
    color: #FDB45E;
}







.toggleMobile {
	display: none;
}
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

header {
	margin: 0px;
	text-align: center;
	height: 90px;
	width: 760px;
	background:url(../images/header-bg.png) left top repeat-x;
}

.container {
	height: 540px;
	top: 0px;
	margin:0;
	padding:0;
	width:760px;
}













































































































