* {
	margin:0;
	padding:0;
}
html, body {
	background-color: black;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a img {
	text-decoration: none;
	border: 0 none;
}
::-moz-selection {
    background: #ddb55f;
    text-shadow: none;
}
::selection {
    background: #ddb55f;
    text-shadow: none;
}
#wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

#wrapper:full-screen
{
	top: -5000px;
}


#carousel {
	width:340px;
	height:100%;
	margin:0 auto;
	background: #000;
	/*overflow:hidden;*/
}
#slides {
	/*overflow:hidden;*/
	/* fix ie overflow issue */
	position:relative;
	width:340px;
	height:100%;
	background: #000;
}
/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	width:3400px;
	height: 100%;
}
/* width of the item, in this case I put 340x340x gif */
#slides li {
	width:340px;
	height:100%;
	float:left;
}
#slides li img {
	padding:0px;
}
/* Styling for prev and next buttons */
/*#buttons {
	position: absolute;
	padding:0 0 5px 0;	
	left: 0px;
	top: 0px;
}
#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}
a#prev {
	background:url(images/arrow.gif) 0 -31px no-repeat; 
}
a#prev:hover {
	background:url(images/arrow.gif) 0 0 no-repeat;
}
a#next {
	background:url(images/arrow.gif) -32px -31px no-repeat; 
}
a#next:hover {
	background:url(images/arrow.gif) -32px 0 no-repeat;
}*/
#prev{
	position: absolute;
	width: 43px;
	height: 43px;
	left: 50%;
	bottom: 75px;
	margin-left: -230px;
	background: url(images/prev.png) 0px 0px no-repeat;
	opacity: 0;
}
a#prev:hover {
	background: url(images/prev.png) 0px -43px no-repeat;
}
#next{
	position: absolute;
	width: 43px;
	height: 43px;
	left: 50%;
	bottom: 75px;
	margin-left: 187px;
	background: url(images/next.png) 0px 0px no-repeat;
	opacity: 0;
}
a#next:hover {
	background: url(images/next.png) 0px -43px no-repeat;
}
.controllo{
	position: absolute;
	width: 340px;
	height: 50px;
	left: 50%;
	bottom: 40px;
	margin-left: -170px;
	text-align: center;
	color: white;
	font-family:Garamond, Georgia, serif;
	opacity: 0;
}
.clear {
	clear:both
}
.element1{
	background-image: url("images/col1.jpg");
	background-position: center; center;
	background-repeat: no-repeat;
}
.element2{
	background-image: url("images/col2.jpg");
	background-position: center; center;
	background-repeat: no-repeat;
}
.element3{
	background-image: url("images/col3.jpg");
	background-position: center; center;
	background-repeat: no-repeat;
}
.element4{
	background-image: url("images/col4.jpg");
	background-position: center; center;
	background-repeat: no-repeat;
}
.element5{
	background-image: url("images/col5.jpg");
	background-position: center; center;
	background-repeat: no-repeat;
}
.shads{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.shadleft{
	position: absolute;
	width: 47px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url('images/shadleft.png');
	background-repeat: no-repeat;
	opacity: 0;
}
.shadright{
	position: absolute;
	width: 47px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-image: url('images/shadright.png');
	background-repeat: no-repeat;
	opacity: 0;
}
.shadbottom{
	position: absolute;
	width: 100%;
	height: 500px;
	right: 0px;
	bottom: 0px;
	background-image: url('images/shadbottom.png');
	background-repeat: repeat-x;
	opacity: 0;
}
.logo{
	position: absolute;
	width: 198px;
	height: 164px;
	left: 50%;
	margin-left: -100px;
	bottom: 150px;
	background-image: url('images/logo_home.pn');
	background-repeat: repeat-x;
	opacity: 0;
}
.black_col{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/black_col.png');
}
.segment{
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-image: url('images/segment.png');
	background-repeat: repeat-y;
}
.bottom{
	position: fixed;
	width: 100%;
	height: 49px;
	bottom: 0px;
	left: 0px;
	background-image: url('images/bgbottom.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.bottomtk{
	position: absolute;
	width: 100%;
	height: 14px;
	bottom: 34px;
	left: 0px;
	background-image: url('images/bottomtk.png');
	background-repeat: repeat-x;
}
.bottomline{
	position: absolute;
	width: 100%;
	height: 1px;
	top: 16px;
	left: 0px;
	background-image: url('images/bottomline.png');
	background-repeat: repeat-x;
	background-position: center center;
}
.arrowbottom{
	position: absolute;
	width: 52px;
	height: 30px;
	bottom: 33px;
	left: 50%;
	margin-left: -26px;
	background-image: url('images/arrowbottom.png');
}
.arrowtop{
	position: absolute;
	width: 52px;
	height: 30px;
	top: 0px;
	left: 50%;
	margin-left: -26px;
	background-image: url('images/arrowtop.png');
}
.title{
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	margin-left: -50%;
	bottom: 190px;
}
.titleinside{
	position: relative;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	color: white;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	font-family: 'EB Garamond', serif;
	background-image: url('images/dot.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	opacity: 0;
}
.textintro{
	position: absolute;
	width: 100%;
	height: 100px;
	left: 50%;
	margin-left: -50%;
	bottom: 80px;
}
.textintroinside{
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 12.5px;
	line-height: 18px;
	color: #a2a2a2;
	overflow: hidden;
	opacity: 0;
}
.discovermore{
	position: absolute;
	background-color: black;
	width: 162px;
	height: 41px;
	left: 50%;
	margin-left: -81px;
	bottom: 75px;
	border: 1px solid #6a5835;
	overflow: hidden;
	opacity: 0;
}
.discovermoreinside{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 12.5px;
	color: #ddb55f;
	overflow: hidden;
	padding-top: 11px;
	cursor: pointer;
}
.squarebtn{
	position: relative;
	float: left;
	width: 34px;
	height: 34px;
	background-image: url('images/squarebtn.png');
	margin-top: 18px;
	overflow: hidden;
}
.fullscreen{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 34px;
	height: 68px;
	background-image: url('images/fullscreen.png');
	cursor: pointer;
}
.facebook{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 34px;
	height: 68px;
	background-image: url('images/facebook.png');
	cursor: pointer;
}
.twitter{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 34px;
	height: 68px;
	background-image: url('images/twitter.png');
	cursor: pointer;
}
.music{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 34px;
	height: 68px;
	background-image: url('images/music.png');
	cursor: pointer;
}
.eng{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 34px;
	height: 31px;
	background-image: url('images/eng.png');
	cursor: pointer;
}
.ita{
	position: absolute;
	right: 35px;
	bottom: 0px;
	width: 35px;
	height: 31px;
	background-image: url('images/ita.png');
	cursor: pointer;
}
.coverleft{
	position: fixed;
	width: 256px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url('images/coverleft.png');
	background-repeat: repeat-y;
}
.coverright{
	position: fixed;
	width: 256px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-image: url('images/coverright.png');
	background-repeat: repeat-y;
}
.btnright{
	position: absolute;
	width: 340px;
	height: 100%;
	left: 50%;
	top: 0px;
	margin-left: 170px;
	cursor: pointer;
}
.btnleft{
	position: absolute;
	width: 340px;
	height: 100%;
	left: 50%;
	top: 0px;
	margin-left: -510px;
	cursor: pointer;
}
.ferragamo{
	position: absolute;
	right: 80px;
	bottom: 2px;
	width: 117px;
	height: 22px;
	background-image: url('images/ferragamo.png');
	cursor: pointer;
}
.copyright{
	position: absolute;
	right: 205px;
	bottom: 9px;
	width: auto;
	height: auto;
	text-align: right;
	font-size: 9px;
	color: #94918f;
	font-family: Helvetica, serif;
}
.credits{
	position: absolute;
	left: 150px;
	bottom: 11px;
	width: 39px;
	height: 7px;
	background-image: url('images/credits.png');
	cursor: pointer;
}
.basetitle{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 340px;
	height: 97px;
	margin-left: -170px;
	margin-top: -48px;
	background-image: url('images/basetitle.png');
}
.basetitle .text{
	position: relative;
	width: 70%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	margin-top: 35px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	font-family: 'EB Garamond', serif;
	opacity: 0.4;
}
.blacktop{
	position: fixed;
	width: 100%;
	height: 16px;
	left: 0px;
	top: 0px;
	background-image: url('images/blacktop.png');
}
.ferma{
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
}
.logointro{
	position: absolute;
	width: 192px;
	height: 158px;
	left: 50%;
	top: 50%;
	margin-left: -96px;
	margin-top: -78px;
	background-image: url('images/logointro.png');
}
.tutorial{
	position: absolute;
	width: 370px;
	height: 65px;
	left: 50%;
	bottom: 2%;
	margin-left: -185px;
	background-image: url('images/tutorialeng.png');
}
.gradintro{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	background-image: url('images/gradintro.png');
}
.loader{
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	background-color: black;
	overflow: hidden;
}
.copre {
	background-color: #000;
	background-image: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.basesubmenu{
	position: absolute;
	width: 100%;
	height: 63px;
	left: 0px;
	bottom: -63px;
	background-image: url('images/base_submenu.png');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.homebutton{
	position: absolute;
	width: 162px;
	height: 37px;
	left: 50%;
	top: 50%;
	margin-left: -81px;
	margin-top: -19px;
	background-color: black;
	border: 1px solid #6a5835;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
}
.subright{
	position: absolute;
	width: auto;
	height: 37px;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: -19px;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	color: #ddb55f;
	text-align: left;
	line-height: 37px;
}
.vocesubright{
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	cursor: pointer;
}
.sepasubright{
	position: relative;
	width: 50px;
	height: 100%;
	background-image: url('images/sepasub.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.subleft{
	position: absolute;
	width: auto;
	height: 37px;
	right: 50%;
	top: 50%;
	margin-right: 100px;
	margin-top: -19px;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	color: #ddb55f;
	text-align: right;
	line-height: 37px;
}
.vocesubleft{
	position: relative;
	width: auto;
	height: 100%;
	float: right;
	cursor: pointer;
}
.sepasubleft{
	position: relative;
	width: 50px;
	height: 100%;
	background-image: url('images/sepasub.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}
#facebookLike {
	position:absolute;
	top:12px;
	right:8px;
	height: 40px;
	width: 350px;
	text-align: right;
}
#fblike {
	position:absolute;
	top:12px;
	left:8px;
	height: 40px;
	width: 350px;
	text-align: left;
}
.socialbar{
	position: fixed;
	width: 100%;
	height: 49px;
	bottom: 0px;
	left: 0px;
}
.creditstab{
	position: fixed;
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	background-image: url('images/blackcredits.png');
	overflow: hidden;
}
.contcredits{
	position: relative;
	width: 800px;
	height: 570px;
	margin: 0 auto;
	margin-top: -285px;
	top: 50%;
}
.elecredits{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.closecredits{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 20px;
	background-image: url('images/closecredits.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.biodetail{
	position: absolute;
	width: 650px;
	height: 0px;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	margin-top: -225px;
	background-color: black;
	overflow: hidden;
}
.imgbiodetail{
	position: absolute;
	width: 300px;
	height: 450px;
	left: 0px;
	top: 0px;
}
.titlebiodetail{
	position: absolute;
	width: 300px;
	height: 35px;
	left: 325px;
	top: 30px;
	
	font-family: 'EB Garamond', serif;
	font-size: 26px;
	color: #ddb55f;
	text-align: left;
}
.textbiodetail{
	position: absolute;
	width: 300px;
	height: 360px;
	left: 325px;
	top: 70px;
	
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.closedetail{
	position: absolute;
	width: 13px;
	height: 13px;
	right: 8px;
	top: 8px;
	background-image: url('images/closedetail.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.btnbio{
	position: relative;
	float: left;
	width: 135px;
	height: 190px;
	cursor: pointer;
}























