@charset "utf-8";

.buton {
	-moz-box-shadow: inset 0px 0px 0px 1px #d62b6a;
	-webkit-box-shadow: inset 0px 0px 0px 1px #d62b6a;
	box-shadow: inset 0px 0px 0px 1px #d62b6a;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d40055), color-stop(1, #b3004b) );
	background: -moz-linear-gradient( center top, #d40055 5%, #b3004b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D706D', endColorstr='#3a3b3a');
	background-color: #d40055;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #6D706D;
	display: inline-block;
	color: #ffffff;
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 74px;
	text-decoration: none;
	text-shadow: -1px -1px 0px #3A3B3A;
}.buton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3004b), color-stop(1, #d40055) );
	background:-moz-linear-gradient( center top, #b3004b 5%, #d40055 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D706D', endColorstr='#3a3b3a');
	background-color:#3f9cbf;
}.buton:active {
	position:relative;
	top:1px;
}

.buton2 {
	-moz-box-shadow:inset 0px 0px 0px 1px #6D706D;
	-webkit-box-shadow:inset 0px 0px 0px 1px #6D706D;
	box-shadow:inset 0px 0px 0px 1px #6D706D;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6D706D), color-stop(1, #6D706D) );
	background:-moz-linear-gradient( center top, #6D706D 5%, #3a3b3a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D706D', endColorstr='#3a3b3a');
	background-color:#6D706D;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #3a3b3a;
	display:inline-block;
	color:#ffffff;
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #3a3b3a;
}

.buton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f9cbf), color-stop(1, #3f9cbf) );
	background:-moz-linear-gradient( center top, #3f9cbf 5%, #3f9cbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D706D', endColorstr='#3a3b3a');
	background-color:#3f9cbf;
}

.buton2:active {
	position:relative;
	top:1px;
}

.buton3 {
	-moz-box-shadow:inset 0px 0px 0px 1px #431758;
	-webkit-box-shadow:inset 0px 0px 0px 1px #431758;
	box-shadow:inset 0px 0px 0px 1px #431758;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f9cbf), color-stop(1, #431758) );
	background:-moz-linear-gradient( center top, #3f9cbf 5%, #431758 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f9cbf', endColorstr='#3a3b3a');
	background-color:#3f9cbf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #431758;
	display:inline-block;
	color:#ffffff;
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #431758;
	width: 200px;
}

.buton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #551d70), color-stop(1, #3f9cbf) );
	background:-moz-linear-gradient( center top, #551d70 5%, #3f9cbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3b3a', endColorstr='#3f9cbf');
	background-color:#551d70;
}

.buton3:active {
	position:relative;
	top:1px;
}



#intro {
	
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#intro .bg1 {
	background: url(images/sf.png) top no-repeat fixed;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;

	
}

#intro .bg2 {
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;

	
}


#super {
	top: 0px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index:200;
	
}

.cont {
	z-index:14;
}


.tit {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 56px;
	color: #FFF;
}

.tit2 {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.tit4 {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 21px;
	color: #3f9cbf;
}
.tit3 {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #3a3b3a;
}


.menu {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.menusep {
	font-family: "Oswald", "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #3f9cbf;
}
.linkbianco:link,  .linkbianco:visited {
color: #FFF;
text-decoration:none;
}
.linkbianco:hover {
color: #3a3b3a;
text-decoration:none
}

.linkr:link,  .linkr:visited {
	color: #3a3b3a;
	text-decoration:none;
}
.linkr:hover {
color: #3f9cbf;
text-decoration:none
}

.testo {
	font-family: "Ubuntu", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}


.testo14 {
	font-family: "Ubuntu", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	line-height:16px;
}


/*style the main menu*/
.myMenu {
	margin:0;
	padding:0;
	z-index:1900;
}

.myMenu li {
	list-style:none;
	float:left;
	
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	margin:0;
	
}

.myMenu li a:hover {
	
}

/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	margin:0px;
	padding:6px;


}

.myMenu li ul li {
	display:inline;
	float:none;
	
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background: url(images/omb2.png) top repeat-x;
	background-color:#3f9cbf;
	width:auto;
	padding:7px 9px 7px 9px;
	font-size:13px;
	text-align:left;
	color:#FFF;

}

.myMenu li ul li a:hover {
	background-color:#3a3b3a;
	color:#FFF;
}

.fancybox-thumbs img {
	border:#CCC 5px solid;
	
	
	
	}
	