html{	background: url(img/bg-3.JPG) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

::selection {
	background: #cccccc; /* Safari */
	}
::-moz-selection {
	background: #cccccc; /* Firefox */
}

body{ 
	font-family:helvetica;
	color:#333333;
	margin-right:25px;
	width:auto;
	
	
}

a{text-decoration:none;
	border-bottom:1px solid;
	color:#ffffff;
	padding-bottom:1px;


	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{ 
	color:#ffffff;
	border-bottom:3px solid;
	

-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
    

/* ---MENU--- */
#menu-c{background-color: #121212;
	color:#ffffff;
	margin-top:-200px;
	margin-left:-8px;
	height:50px;
	position:fixed;
	width:100%;
	
}

#menu{margin-left:20px;	
}

#menu-bar{float:right;
		margin-right:30px;
		margin-top:43px;
	
}

#menu img{width:150px;
		opacity:0.95;
		margin-top:5px;
}

#menu a{border-bottom:none;}

#menu h1{font-weight:400;
	font-size:10pt;
	
}

#menu-bar a{padding:1px;
border-bottom:1px solid #121212;
color:#ffffff
}

#menu-bar a:hover{color:#ffffff;
	border-bottom:1px solid #ffffff;

}


#menu ul{list-style: none;
	margin-top:-35px;
	margin-left:250px;
	background-color:#121212;
	opacity:0.9;
}

#menu li{margin-left:-25px;
		display:inline;
		margin-right:60px;
}

/*---PROD---*/

#welcome{margin-top:200px;
	margin-bottom:100px;
	padding-bottom:250px;
	margin-left:20px;
	border-bottom:1px solid #ffffff;
	
	
}

h2{font-size:40pt;
	font-weight:500;
	color:#ffffff;
	
}

#welcome2 iframe{padding-bottom:200px;}

#welcome h3 h2{width: 30%;
	display:block;
}

h3{font-weight:200;
	font-size:12pt;
	color:#ffffff;
	line-height: 1.6;
}



/*---PROD2---*/

#welcome2{margin-left:20px;
	padding-bottom:100px;
	border-bottom:1px solid #ffffff;
	margin-bottom:10px;
}

iframe{margin-top:50px;
	width:800px;
	height:450px;}
	
	


/*---FOOTER---*/

h5{font-size:12pt;
	font-weight: 300
}

#footer h3{opacity:0.9;}

#footer h3 a{color:#ffffff;
		border-bottom:1px solid #121212;
}

	#footer a:hover{border-bottom:1px solid #ffffff;}

#foot-wrap{background-color:#121212;
	left:0px;
	float:left;
	display:block;
	width:104%;
	height: auto;
	margin-top:-101px;
	padding-top:20px;
	width:100%;
	position:absolute;
	
	
}

#footer{
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:#121212;
	position:relative;
}

#footer ul{list-style:none;
		

	
}

#footer li{margin-left:0;
	display:inline-block; 
	padding-right:170px;
	margin-top:-10px;
	line-height: 1.6;
	vertical-align: top;
	padding-bottom:40px;
}


#google{height:200px!important;
	display:block;
	width:1200px;
	margin: auto;
	margin-left:20px;
	float:left;
}

iframe #google{height:200px!important;
	width:1000px;
	position:fixed;
	
}
