html, body{
	padding:0;
	margin:0;
	-webkit-transition: all 1s ease-in-out;
  	moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	background-color:#f0f0f0;
}


/* icon font */
@font-face {
    font-family: 'svgfont_1regular';
    src: url('font3363-webfont.woff2') format('woff2'),
         url('font3363-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* end icon font */

h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:50px;
	font-weight:200;
	color:#00C19C;
	line-height:24px;
	text-align:center;
	
}

h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#999;
	line-height:26px;
	text-align:center;
}

h3{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:19px;
	font-weight:200;
	color:#333;
	line-height:35px;
	text-align:center;
	letter-spacing:5px;
	text-shadow:none;
}
	


p{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#666;
	line-height:26px;
	text-align:center;
	margin:0;
	padding:0;
}

#p_se_one{
	width:600px;
	margin:0 auto;
}

menu{
	width:100%;
	height:80px;
	color:#210D0A;
	position:fixed;
	padding:0;
	margin:0 !important;
	background-color:rgba(255,255,255,0.9);
	z-index:100;
	display:block;
	top:0;
}

nav{
	width:92%;
	height:80px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:10;
}

.logo{
	width:150px;
	height:80px;
	z-index:12;
	padding:0;
	margin:0;
	float:left;
	//background-image:url(image/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* menu overlay */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 40px;
    color: #818181;
    display: block;
    transition: 0.3s;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:200;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 60px;
}

.btm{
	width:24px;
	height:24px;
	right:0;
	position:absolute;
	padding:28px 0 28px 56px;
	cursor:pointer;
}
span {
	font-family: 'svgfont_1regular';
	color: #333;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

span:hover{
	color:#999;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 5px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/* fine  menu overlay */


.social{
	width: 250px;
	height: 40px;
	padding:0;
	
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-125px;	
}

.icon{
	width:30px;
	height:30px;
	padding:5px 10px;
	margin:0;
	float:left;
	font-family: 'svgfont_1regular';
	font-size:30px;
	line-height:30px;
	text-align:center center;
	color:#818181;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
	cursor:pointer;
}

.icon:hover{
	color:#fff;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.icon a {
	font-family: 'svgfont_1regular';
	font-size:30px;
	line-height:30px;
	text-align:center center;
	text-decoration:none;
	list-style:none;
	padding:0;
	margin:0;
}


.contain{
	width:1200px;
	height:17460px;
	padding:0;
	margin:50px auto;
	
	
}

.orizontal{
	width:1200px;
	height:675px;
	padding:0;
	margin:60px 0 0 0;
	float:left;
	background-color:#F0f0f0;
}
.orizontal img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:block;
}

.vertical_left{
	width:570px;
	height:750px;
	margin:60px 30px 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_right{
	width:570px;
	height:750px;
	margin:60px 0 0 30px;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_left img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:block;
}

.vertical_right img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:block;
}

footer{
	width:100%;
	padding:0;
	margin:60px 0 0 0 ;
	
}

.ft_logo{
	width:100%;
	height:100px;
	
	margin:0;
	padding:0;
}

.cont_logo{
	width:200px;
	height:100px;
	margin:0 auto;
	padding:0;
}

.sitemap{
	width:100%;
	height:60px;
	background-color:#333;
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}

ul {
	width:336.07px;
	height:60px;
	padding:0;
	margin:0 auto;

}

li{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:14px;
	color:#CCC;
	text-align:center center;
	line-height:60px;
	margin:0 25px;
	padding:0;
	float:left;
	list-style:none;
	text-decoration:none;
}

.location{
	width:100%;
	height:300px;
	
	padding:0;
	margin:0;
	background-color:#333;
	border-top:1px solid #666;
	border-bottom:1px solid #000;
}

.cont_location{
	width:900px;
	height:300px;
	margin:0 auto;
	padding:0;
	
	
}
.sede{
	width:300px;
	height:240px;
	padding:30px 0;
	margin:0;
	float:left;
}

.salerno{
	width:130px;
	height:130px;
	margin:0 auto;
	padding:0;
	border-radius:130px;
	background-color:#232323;
	background-image:url(image/salerno.jpg);
	background-size:cover;
	
}

.salerno:hover{
	opacity:0.5;
}

.roma{
	width:130px;
	height:130px;
	margin:0 auto;
	padding:0;
	border-radius:130px;
	background-color:#232323;
	background-image:url(image/roma.jpg);
	background-size:cover;
}

.roma:hover{
	opacity:0.5;
}

#p_loc{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:14px;
	color:#f0f0f0;
	text-align:center;
	letter-spacing:0.5px;
	margin-top:10px;
}
	

.mess{
	width:280px;
	height:240px;
	float:left;
	margin:0;
	padding:30px 10px;
	
}
.credits{
	width:100%;
	height:50px;
	background-color:#333;
	padding:0;
	margin:0;
	border-top:1px solid #666;
}

.credits p{
	font-size:12px;
	line-height:50px;
	text-align:center center;
}
	
.player .title{
	display:none !important;
}
/* form */


.mail{
	width:280px;
	padding:0;
	margin:0;
}


label {
    display: block;
    margin: 0px;
}

input[type="text"], input[type="email"], textarea, select {
	width:238px;
	background-color:#232323;
    border:none;
    color: #fff;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 20px 3px 20px;
    font-size: 12px;
    line-height:15px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing:0.5px;
	
}

input[type="text"], input[type="email"], textarea, placeholder{
	text-align:center;
}

select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
textarea{
    height:45px;
	width:238px;
	padding:20px;
	line-height:15px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 12px;
	color: #fff;
	margin-bottom:10px;
	letter-spacing:0.5px;
}
.button {
	width:276px;
    background: #333;
    border:2px solid #232323;
    padding: 10px 55px 10px 55px;
    color: #f0f0f0;
    cursor: pointer;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing:2px;
	
}
.button:hover {
    background-color:#232323;
}

@media (min-width: 869px) and (max-width: 1199px) {
	
.contain{
	width:740px;
	height:10666px;
	padding:0;
	margin:0 auto;
}

.orizontal{
	width:740px;
	height:416px;
	padding:0;
	margin:30px 0 0 0;
	float:left;
	background-color:#F0f0f0;
}

.vertical_left{
	width:355px;
	height:467px;
	margin:30px 15px 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_right{
	width:355px;
	height:467px;
	margin:30px 0 0 15px;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

}

@media (min-width: 500px) and (max-width: 868px) {
	
.contain{
	width:480px;
	height:6934px;
	padding:0;
	margin:0 auto;
}

.orizontal{
	width:480px;
	height:270px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	background-color:#F0f0f0;
}

.vertical_left{
	width:230px;
	height:303px;
	margin:20px 10px 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_right{
	width:230px;
	height:303px;
	margin:20px 0 0 10px;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

}

@media (min-width: 360px) and (max-width: 499px) {

.contain{
	width:340px;
	height:10653px;
	padding:0;
	margin:0 auto;
}

.orizontal{
	width:340px;
	height:191px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	background-color:#F0f0f0;
}

.vertical_left{
	width:340px;
	height:448px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_right{
	width:340px;
	height:448px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.overlay a {
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:200;
}

.icon{
	width:30px;
	height:30px;
	padding:5px 10px;
	margin:0;
	float:left;
	font-family: 'svgfont_1regular';
	font-size:30px;
	line-height:30px;
	text-align:center center;
	color:#818181;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
	cursor:pointer;
}

.icon:hover{
	color:#fff;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.icon a {
	font-family: 'svgfont_1regular';
	font-size:30px;
	line-height:30px;
	text-align:center center;
	text-decoration:none;
	list-style:none;
	padding:0;
	margin:0;
}
}

@media (min-width: 300px) and (max-width: 359px) {

.contain{
	width:280px;
	height:3000px;
	padding:0;
	margin:0 auto;
}

.orizontal{
	width:280px;
	height:157px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	background-color:#F0f0f0;
}

.vertical_left{
	width:280px;
	height:369px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}

.vertical_right{
	width:280px;
	height:369px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-color:#f0f0f0;
}
}

@media (min-width: 360px) and (max-width: 899px) {
	
	.sitemap{

	display:none;
}





.location{
	width:100%;
	height:900px;
}

.cont_location{
	width:300px;
	height:900px;
	
	
}
.sede{
	width:300px;
	height:240px;
	padding:30px 0;
	margin:0;
	float:left;
}

	

.mess{
	width:280px;
	height:240px;
	float:left;
	margin:0;
	padding:30px 10px;
	float:left;
	
}
.credits{
	width:100%;
	height:50px;
	background-color:#333;
	padding:0;
	margin:0;
	border-top:1px solid #666;
}

}

	
	
	