@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	
}
@font-face {
    font-family: 'BEBAS';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:1.5em;
	margin:0px;
	margin-top:20px;
	max-width:600px;
	display:inline-block;
}
a{
	color:#D90000;
	text-decoration:none;
}
a:hover{
	color:#D90000;
	text-decoration:underline;
}
p:first-of-type{
	margin-top:0px;
}
h1{
	font-family: 'BEBAS', sans-serif;
	font-weight:normal;
	font-size:60px;
	line-height:1em;
	text-align:left;
	max-width:1000px;
	margin:auto;
	margin-bottom:20px;
	text-transform:uppercase;
}
h2{
	font-family: 'BEBAS', sans-serif;
	font-weight:normal;
	line-height:1em;
	font-size:40px;
	vertical-align:top;
	text-align:left;
	margin:auto;
	margin-bottom:30px;
	max-width:200px;
	width:20%;
	display:inline-block;
	text-transform:uppercase;
}
h3{
	margin:0px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:20px;
	color:#555;
}
h3 span{
	font-weight:400;
	color:#888;
}

article{
	max-width:1000px;
	margin:auto;
}
article article{
	display:inline-block;
	vertical-align:middle;
	max-width:800px;
	width:80%;
	text-align:left;
}
blockquote{
	margin:0px;
	font-size:20px;
	line-height:1.5em;
	font-style:italic;
	padding:0;
	margin-bottom:20px;
	display:inline-block;
}
header{
	margin:0 auto;
	padding:0px 30px;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
	height:100px;
	background-color:#000;
}
header .logo{
	float:left;
	overflow:hidden;
}
header p{
	float:left;
	font-size:10px;
	color:#666;
	margin:35px 15px !important;
}

ul{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	height:100px;
	font-size:20px;
	letter-spacing:1px;
	font-family:'BEBAS';
}
ul li{
	display:inline-block;
	color:#CCC;
	line-height:100px;
	padding:0px 10px;
}
header ul li:hover{
	color:#FFF;
	cursor:pointer;
	background:#D90000;
}

section{
	padding: 50px 50px;
	color:#000;
	border-bottom:1px solid #EEE;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
}
section.gray{
	background:#EEE;
	border-bottom:1px solid #FFF;
}
#main{
	background-color:#FFF;
	z-index:10;
}
section.welcome{
	background-color:#D90000;
	background-image:url(../img/subg.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	color:#FFF;
	overflow:hidden;
	top:0px;
	height:auto;
	z-index:1;
	border:none;
	margin-top:100px;
	padding:70px 70px;
}
section.welcome h1{
	font-size:90px;
	margin:20px auto;
	line-height:.9em;
}
section.welcome h1 span{
	font-size:50px;
	line-height:.9em;
}
section.welcome h2{
	display:block;
	max-width:800px;
	color:#FFF;
	width:80%;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:25px;

}
section.welcome p{
	font-size:16px;
	max-width:100%;
	
}
section.welcome article{
	margin:auto;
	text-align:left;
}
section.news p{
	font-size:13px;
	color:#999;
}

section.intermarkets{
	background-color:#D90000;
	background-image:url(../img/planet.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFF;
	border:none;
}
section.intermarkets button{
	display:inline-block;
	float:right;
	vertical-align:middle;
	font-size:13px;
}

section.intermarkets button span{
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

section.footer{
	background-color:#000;
	background-image:url(../img/planet.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFF;
	border:none;
}
section.footer article article{
	vertical-align:top;
}
section.footer p, section.footer a {
	font-size:13px;
	vertical-align:top;
	margin-top:0px;
	margin-right:20px;
	line-height:1.5em;
	margin-bottom:10px;
	color:#FFF;
}section.footer p strong { font-weight:bold; color:#D90000;}
section.footer a:hover {color:#D90000;}

section.footer ul{
	margin-top:20px;
	float:none;
	height:auto;
	padding:0px;
}
section.footer ul li{
	padding:0;
	font-size:20px;
	line-height:1.5em;
	margin-right:5px;
	color:#555;
}
section.footer ul li:hover{
	color:#FFF;
}
section.footer .logo{
	display:inline-block;
	overflow:hidden;
}
button{
	background:transparent;
	border:2px solid #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:15px;
	line-height:1em;
	text-transform:uppercase;
	padding:15px;
	border-radius:50px;
	margin-top:30px;
	cursor:pointer;
	outline:none;
}
button:hover{
	color:#D90000;
	background:#fff;
}
button span{
	display:inline-block;
	font-size:20px;
	line-height:.5em;
	margin-left:10px;
}

button.red{
	display:inline-block;
	float:right;
	vertical-align:middle;
	background:transparent;
	font-size:15px;
	border:2px solid #D90000;
	color:#D90000;
}
button.red:hover{
	background:#D90000;
	border:2px solid #D90000;
	color:#FFF;
}
 button.red span{
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}