.menu {
	position:absolute;
	top:0;
	right:0;
	height:50px;
	border-bottom:1px solid white;
	width:70%;
	padding-top:14px;
	padding-bottom:10px;
	transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
}
	
.menu:hover {
transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
}
	
.menu ul {
	width:100%;
	padding-top:20px;
	}	

.menu li {
	display: inline;
	color:white;
	padding-left:5%;
	text-transform: uppercase;
	float:left
}

.social img {
	
	padding-left:1%;
	margin-top:-8px;
	
}

.menu a {
	color:white;
	text-decoration:none;
	
  font-size:13px;
  letter-spacing:1px;
  transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
   
	}	
	
.menu a:hover {
	color:#999999;
	transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
	
}

.menu img {
	display: block}

.menu li:nth-child(6) {
	
	padding-left:1%;
}
.menu li:nth-child(7) {
	
	padding-left:1%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	 -webkit-font-smoothing: antialiased;
    font-family: 'Varela Round', sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}



.menu {
	position:absolute;
	top:90px;
	right:0;
	height:170px;
	border-bottom:none;
	width:100%;
	margin:auto;
	padding-top:14px;
	padding-bottom:10px;
	transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
}
	
.menu:hover {
transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
}
	
.menu ul {
	width:100%;
	padding-top:10px;
	}	

.menu li {
	display: block;
	color:white;
	padding-left:0%;
	text-transform: uppercase;
	float: none;
	text-align:center;
	
}

.social img {
	
	padding-left:1%;
	margin-top:-8px;
	width:30px;
	margin:auto
	
}
.logo img {
	width:90px;
	margin:auto;}
.menu a {
	color:white;
	text-decoration:none;
	
  font-size:13px;
  letter-spacing:1px;
  transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
   
	}	
	
.menu a:hover {
	color:#999999;
	transition:All 0.4118s ease;
-webkit-transition:All 0.4118s ease;
-moz-transition:All 0.4118s ease;
-o-transition:All 0.4118s ease;
	
}

.menu img {
	display: block}

.menu li:nth-child(6) {
	
	padding-left:0%;
}




}