/*
Author: Dupla IMart8
Webpage Author: www.imart8.pt
*/

@charset "utf-8";
/* Propriedades CSS */

body {
	margin: 0;
	padding: 0;
	background: #000;
}
p {
	margin: 0 0 20px 0;
	color: #d8d8d8;
	
}
p, ul {
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}
img {

}
h1, #pixels {
	font-family: 'Lobster', arial, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}
h2 {
	font-family: 'Lobster', arial, serif;
	font-size-adjust:0.531;
	font-size: 3em;
	font-weight:500;
	font-style:normal;
	margin: 0 0 10px 0;
}
#header h1, #pixels {
	color: #48941A;
	min-width: 800px;
}
.float-left {
	float: left;
	margin: 0 0 0 20px;
}
.float-right {
	float: right;
	margin: 0 20px 0 0;
}
.center {
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}
.bg_video{
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -1000;
	background-size: cover; 
	opacity: 0.3;
	filter: alpha(opacity=30);/* For IE8 and earlier */
}
.Logo{
	margin: 75px;
    text-align: center;
}
#header, #Contacto, #CopyR  {
	width: 100%;
}
#header {
	background: #000;
	height: 130px;
}
.tabblog{width:100%;float:none;margin-bottom:15px;margin-top:15px;}
#Contacto {
	/*background: #000;*/
	color: #d8d8d8;
	/*position: fixed;
    bottom: 0px;*/
	text-align: center;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
	/* For IE8 and earlier */
}
.story {
	margin: 0 auto;
	width: 100%;
}
.story .float-left, .story .float-right {
	padding: 100px 0 0 0;
	position: relative;
	width: 550px;
}