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

body {
	margin:0 0 0 0 ;
	background:url(images/bkg.png) no-repeat #333;
	background-size:cover;
	margin-top: 5px;
}

/* Video BG styles */
  #video_background { 
  	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: -1000; 
	overflow: hidden; 
}
  #video_pattern { 
  	background-image: url(http://paulopedott.com/videos/pattern.png); 
	position: fixed; 
	opacity: 0.5; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: -500; 
}
#menu {
	font-family: "HelveticaNeueLT Std", Arial, "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position: fixed;
	bottom: 65px;
	left: 15px;
	visibility: visible;
}
#nome {
	font-family: Helvetica75, "Helvetica Neue", "HelveticaNeueLT Std Blk", "Trebuchet MS", "Helvetica65-Medium";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 150px;
}
#slogan {
	font-family: Helvetica75, "Helvetica Neue", "HelveticaNeueLT Std Blk", "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	/* margin-left: 50px; */
}
.logo {
	/* margin-left: 50%; */
}

#barra {
	position: fixed;
	visibility: visible;
	top: 185px;
	/*bottom: 50px; */
	left: 0px;
	right: 0px;
	z-index: -500;
}
#Social {
	height: 30px;
	position:absolute;
	top:650px;
    right:60px;
    }
#Form {
	height: 379px;
	width: 206px;
	position:absolute;
	top:110px;
	right: 13px;
	
	}
#Livro {
	height: 30px;
	position:absolute;
    left:860px;
	margin-top:10px;
	}		

#counter {
	position: fixed;
	visibility: visible;
	bottom: 50px;
	right: 0px;
