*{margin:0; padding:0;}
@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* General Demo Style */

*{margin:0; padding:0;}

@font-face {
    font-family: 'BebasNeueRegular';
    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#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.superior{
     background: #E1CC00;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.superior a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}
header {
	width: 100%;
	overflow: hidden;
	background: #252932;
	margin-bottom: 20px;
}

.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
header .logo{
	color:#009933;
	font-size: 26px;
	font-family: 'Varela Round', sans-serif;
	line-height: 130px;
	float: left;
	font-weight: bold;
}

header nav{
	float: right;
	line-height: 130px;
}

header nav a {
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding:10px 15px;
	line-height: normal;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius: 50px;
}
header nav a:hover{
	background: #009933;
	font-weight: bold;
    font-size:18px;
    color:#E1CC00;


}
body{
    color: #333;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
}
a{
	color: #fff;
	text-decoration: none;
}
.h1{
	font-weight: bold;
	font-size: 25px;
	font-family: 'Varela Round', sans-serif;
	text-align: left;
}

.span{
	font-size: 15px;
	font-family: 'Varela Round', sans-serif;
	font-weight: normal;
}

.main{
	margin-left:auto;
	margin-right: auto;

}
h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}
h1 span{
    display:block;
	font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family: 'Varela Round', sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more{
	position:relative;
	clear:both;
	font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}	
