/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial,sans-serif;
	vertical-align: middle;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{font-size: 100%;}
li{font-size: 8pt;}
div, p{font-size: 12pt;}

a, span, strong, em
{vertical-align:top;}

a:link, a:visited
{text-decoration: none;
color: black;
font-weight:normal;
outline:none;}

a:hover, a:active
{color: #555555;
font-weight:normal;
outline:none;}

h1, h2, h3, h4, h5, h6{font-weight:normal;}

.clearer{clear:both;border: 0 !Important;width:0 !Important; height: 0!important;background:0 !important; padding: 0 important; margin:0 !important;}

/* end reset */


html,body{position:relative; display:block;width:100%;height: 100%;}
.container{position:relative; display:block;width:100%; min-height:100%;}
.content{position:relative; display:block;width:100%; min-height:100% !important;}


.slide {
position:relative;
	display:block;
	width: 100%;
	height: 700px;
float: left;
text-align:center;
}




/* 1.0 - Rules */

#site-footer{position:relative;display:block; width:100%;}


/* 2.0 - Header */


.head-wrap
{position:relative;
display:block;
width: 80%;
margin:0 auto;
padding: 5px 0;
box-sizing:border-box;
background:white;
text-align:center;
}

.social-menu
{position:relative;
display:block;
text-align:right;
width: 98.5%;
vertical-align: middle;
margin-bottom:5px;
}

.social_img
{position:relative;display:inline-block;
font-weight:bold;
font-size: 10pt !important;
vertical-align: middle;
color: grey;}

.lingua{
	opacity: 1;
}

.lingua:hover{
	opacity: 0.5;
}


.fb, .ig
{border: 1px solid #d5d5d5;
border-radius:6.5px;
-moz-border-radius:6.5px;
-webkit-border-radius:6.5px;
-ms-border-radius:6.5px;
box-sizing: border-box;
transition: .3s ease;
-moz-transition: .3s ease;
-webkit-transition: .3s ease;}

.fb:hover, .ig:hover
{border:1px solid rgba(255,255,255,0);}




.main-menu
{
position:relative;
display:block;
float: right;
}

.main-menu li
{
display:inline-block;
vertical-align:middle;
margin-right:-5px!important;
transition:0.8s ease;
-moz-transition:0.8s ease;
-webkit-transition:0.8s ease;
}


.main-menu li:hover, .main-menu li.active
{
background:#b1b1b1;
color:white;
}

.main-menu li a:link, .main-menu li a:visited, #brochure a
{
color:grey;
/*font-weight:bold;*/
text-transform: uppercase;
padding: 2px 10px;
cursor:pointer;
}

#brochure a:hover
{
background:#b1b1b1;
color:white;
/*font-weight:bold;*/
}

.main-menu li a:hover, .main-menu li a:active, .main-menu li.active a
{
color:white
}

/* GEN RULES */

.gen_section
{
position:relative;
display:block;
width:100%;
padding: 80px 0;
background: url(/images/sfondo.png) no-repeat;
background-position:center center;
background-size: cover;
}

.gen_section_news {
   position:relative;
 	 display:block;
 	 width: 100%;
 	 padding: 40px 0;
 	  }

 .gen_section_news h1
 {font-size: 40pt;
 	 text-align:center;}

	 .gen_header
 {position:relative;
 	 display:block;
 	 width: 100%;
 	 padding: 150px 0;
 	 margin-top: 50px;
 	 }

 .gen_title span
 {
 text-align:center;
 color:white !important;
 font-size: 18pt;
 }



.item_wrapper
 {position:relative;
 	 display:block;
width: 80%;
margin: 0 auto;
 text-align: center;}

 .item
 {position:relative;
 	 display:block;
 	 width: 376px;
   height:320px;
 	 float:left;
 	 /*vertical-align: top;*/
 	 margin-right: 18px;
 	 /*border: 2px solid #cbcbcb;
 	 border: .2rem solid #cbcbcb;*/
 	 margin-bottom: 45px;
 	 }

 .item:nth-child(3n+0)
 {margin-right: 0 !important;}

 .item_img
 {position:relative;
 	 display:block;
width: 100%;
height: 250px;
text-align:center;
background:white;
overflow:hidden;
 }

 .item_img img
 {width: auto;
 height: 100%;
 	transition:0.8s ease;
 	 -moz-transition:0.8s ease;
 	 -webkit-transition:0.8s ease;}

.sol_sol
{width:263.2px;
position:relative;
float:none;
display:inline-block!important;
vertical-align: top;}

.sol_sol .item_img
{height: 180px;
}

 .item h2
 {font-size: 12pt;
 	 line-height: 1.5;
 	 padding: 5px 15px;
 	 text-align: center;
 	 background:white;
 	 text-transform:uppercase;
 	 font-family: 'Roboto Condensed';
 	 	transition:0.8s ease;
 	 -moz-transition:0.8s ease;
 	 -webkit-transition:0.8s ease;
 	 /*height: 28px;
 	 height: 2.8rem;*/
 	 overflow:hidden;
 }

 .sol_sol h2
 {width: 233.2px;
 }


 .item:hover img
 {opacity: 0.7;}

 .item:hover h2
 {color: #777;
 }



 .item_hover
{
position:absolute;
display:block;
background: rgba(0,0,0,0.4);
width: 100%;
height:250px;
transition: 0.8s ease;
-moz-transition: 0.8s ease;
-webkit-transition: 0.8s ease;
z-index:10;
opacity:0;
top:0;
left:0;
}

.item_hover img
{width: 150px;
height:auto;
opacity:0.4;
margin-top:45px;
}

 .sol_sol > .item_hover
 {height:180px;
 }

 .sol_sol > .item_hover img
 {
 margin-top: 15px;
  }

.item:hover .item_hover
 {opacity:1;}

 .more
 {position:relative;
 	 display:block;
 	 width: 200px;
 	 text-align:center;
 	 margin: 0 auto;
 	 font-size: 18pt;
 	 color: black;

 }

 .more a:link
 {text-decoration:underline;}

 .more:hover
 {color: red;}


.gen_wrapper
{position:absolute;
display:block;
top:80px;
left:0;
width: 100%;
height:250px;
border-left: 280px solid rgba(255,255,255,0.3);
box-sizing:border-box;
z-index:5;}

.wrap
{position:relative;
	display:block;
	width:80%;
margin: 0 auto;}

.gen_section .left, .gen_section .right
{position:relative;
display:inline-block;
vertical-align:middle;
color:white;}

.gen_section .left
{margin-right: 30px;
/*border-left: 300px solid rgba(255,255,255,0.3);
padding: 0 15px;*/}

.gen_section .left p
{margin-bottom: 15px;}

.gen_section .left p:last-child
{margin-bottom:0;}

.gen_section .right
{width: 600px;
text-align:center;}

.gen_section .right h1
{font-size: 50pt;}

.gen_section .right h3
{font-size: 15pt;}


.sects .wrap
{text-align:right;}

.wrap_text
{position:relative;
display:inline-block;
/*width: 600px;*/
text-align:left;
z-index:3;
}

.wrap_text h1
{
	position:relative;
	display: block;
	border: 2px solid #008d67;
	padding: 30px 0;
	text-align:center;
	box-sizing:border-box;
	margin-bottom: 20px;
	color:#008d67;
	font-size: 30pt;
	width:450px;
}

.wrap_text p
{
position:relative;
display:block;
margin: 0 auto;
max-width:400px;
line-height:2;}

.leggi
{
position:relative;
display:block;
width:400px;
text-align:center;
margin: 20px 0 0 0;
}

.wrap_text h3
{font-size: 16pt;
text-transform:uppercase;
position:relative;
display:inline-block;
vertical-align:middle;
margin-right: 20px;}

.wrap_text img
{position:relative;
display:inline-block;
vertical-align:middle;
height: 32px;
width:auto;}

.wrap_text h1,.wrap_text p, .wrap_text h3, .wrap_text img
{transition:0.8s ease;
-webkit-transition:0.8s ease;
-moz-transition:0.8s ease;}

.wrap_text:hover h1,.wrap_text:hover p, .wrap_text:hover h3, .wrap_text:hover img
{
opacity:0.9;
}

.inner_head
{position:relative;
display:block;
width: 100%;
padding: 180px 0;
text-align:center;}

.inner_head h1
{position:relative;
display:inline-block;
font-size: 40pt;
color:white;
text-transform:uppercase;}


 /* Footer */

.site-footer
{position:relative;
	display:block;
	width: 100%;
	padding: 20px 0;
	background:white;
}

.foot-wrap
{position:relative;
display:block;
width: 100%;
margin: 0 auto;
font-size: 10pt;
}

.partn, .foot-info
{
position:relative;
display:block;
}

.partn
{
float:left;
margin-top: 20px;
}

.foot-info p
{
font-size: 10pt;
text-align:center;
color:black;
}

.foot-info a
{
font-size: 10pt;
}

.foot-info h2
{
	font-family: 'Parisienne', cursive;
font-size: 14pt;
text-align:center;
font-weight: bold;
color:black;
}

.foot-info a:link, .foot-info a:visited
{
color:black;
text-decoration:underline;
transition: 0.8s ease;
-moz-transition: 0.8s ease;
-webkit-transition: 0.8s ease;
}

.foot-info a:hover, .foot-info a:active
{
color:#dedede;
}



/* Home Page */


.main_section
{
	padding: 0;
}

.main_section iframe
{
position:relative;
display:block;
width: 100%;
height: 100%;
}

.foreground
{
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;
z-index: 2;
opacity: 0.7;
background: url(/images/pattern.png) repeat;
}


.real_cont
{position:absolute;
display:block;
z-index:5;
width:450px;
padding: 50px 20px;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
border: 1px solid white;
box-sizing: content-box!important;
}

.realize
{position:relative;
display:block;
margin:0 auto;
text-align:center;
font-size:8pt;
color:#fff;
line-height:2;}

.schedaimg .foreground
{opacity: 0.9;}

.foreimg
{
position:absolute;
display:block;
top:0;
right:0;
bottom:0;
left:0;
margin: 10% auto;
z-index:3;
width: 54.3%;
}

.miss_wr h1
{
font-size: 40pt;
font-family: arial,sans-serif;
text-align:center;
margin-bottom: 30px;
}

.miss_wr p
{
font-size:13pt;
text-align:center;
width: 550px;
position:relative;
display:block;
margin: 0 auto;
font-style:italic;
}

.real
{padding:0;
border-bottom: 4px solid #919191;
overflow:hidden;}


.real_wr
{
width: 320px;
position:absolute;
display:block;
/*float:left;*/
top:0;
margin:0;
height:100%;
text-align:center;
background: rgba(255,255,255,0.4);
}

.real:nth-child(odd) .real_wr
{
left:0;
}

.real:nth-child(even) .real_wr
{
	right:0;
}



.real_txt
{position:relative;
display:block;
top:50%;
right:0;
bottom:0;
left:0;
height: 120px;
margin-top: -60px;
text-transform:uppercase;
font-weight:bold;}

.social
{
background:#919191;
}

.soc_l, .socials
{
position:relative;
display:block;
vertical-align:middle !important;
}

.soc_l
{width: 350px;
float: left;}

.soc_l img
{width:100%;
height:auto;}

.socials
{
width: 500px;
float:right;
text-align:right;
}

.socials a
{
margin-right: 20px;
}

.socials a img
{
position:relative;
display:inline-block;
vertical-align:middle;
cursor:pointer;
}

.socials img:last-child
{margin-right: 0 !important;}

.slider
{position:relative;
	display:block;
/*width: 1000%;*/
height: 100%;}

.slide
{position:relative;
display:block;
float:left;
/*width:10%;*/
height:100%;}


.next
{position:absolute;
	display:none;
	z-index: 999;
	top: 200px;
	right: 0;
	padding: 10px;
	background: white;
	border: 2px solid black;
	color: black;
	cursor:pointer;
}

.previous
{position:absolute;
	display:none;
	z-index: 999;
	top: 200px;
	left: 0;
	padding: 10px;
	background: white;
	border: 2px solid black;
	color: black;
	cursor:pointer;
}

/* Referenze */


.refe_hd
{
padding: 220px 0 180px 0;
background:url(/images/refe_hd.jpg) no-repeat;
background-size: cover;
background-position: center center;
}

.refe_s
{
/*padding: 160px 0 80px 0;*/
background: url(/images/pattern.png) repeat;
}

.refe_wr
{
font-size: 20pt;
text-align:justify;
}

.refe:nth-child(odd)
{
color: white;
}

.refe:nth-child(even)
{
color:#b1a3a7;
}


/* Realizzazioni */



.realizz_hd
{
padding: 220px 0 180px 0;
}

.realizz
{
border-bottom: 4px solid #919191;
}

.item_wrap
{
position:relative;
display:block;
width:80%;
margin:0 auto;}

.item
{
position:relative;
display:inline-block;
width: /*300px*/280px;
vertical-align:top;
margin-right: 15px;
margin-top: 30px;
cursor:pointer;
}

.item:nth-child(4n+0)
{
margin-right:0;
}

.item_img
{
position:relative;
display:block;
width: 100%;
height: 250px;
transition:0.8s ease;
-moz-transition:0.8s ease;
-webkit-transition:0.8s ease;
}

.item:hover .item_img
{
box-shadow: inset 0 0 80px black;
-moz-box-shadow: inset 0 0 80px black;
-webkit-box-shadow: inset 0 0 80px black;
}


.item h1
{
position:relative;
display:block;
width: 100%;
box-sizing:border-box;
text-align:center;
padding: 0 5px;
margin-top: 15px;
text-transform:uppercase;
font-size: 12pt;
transition:0.8s ease;
-moz-transition:0.8s ease;
-webkit-transition:0.8s ease;
}

.item:hover h1
{
color:red;
}


.scheda
{padding:0;
height:100%;}

.schedaimg
{
position:relative;
display:block;
width: 100%;
height: 100%;
}

.scheda_wr
{
height:100%;
z-index:3;
cursor:pointer;
}

.realll
{
position:fixed;
display:block;
top: 118px;
left:0;
width: 100%;
padding: 15px 0;
text-align:center;
background: rgba(255,255,255,0.5);
z-index:6;
/*text-transform:uppercase;*/
}


.realll2
{
	width: 100%;
  height: 25%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
text-align:center;
z-index:6;
/*text-transform:uppercase;*/
}


.real_ttl
{font-size: 20pt;
	font-family: 'Parisienne', cursive;
}

.realll p
{font-size: 12pt;}

.morephotos
{
position:absolute;
display:block;
z-index: 5;
width: 134px;
bottom:40px;
left:0;
right:0;
margin:0 auto;
}

.backtop
{
display:none;
}


/*photogallery HP*/

.photogallery{
	background-color: #ededed;
	width: 100%;
	min-height: 100vh;
	margin:30px 0 0 0;
	padding: 0 0;
	text-align: center;

}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 0 0;
	max-width: 80%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 3px;
	min-width: 300px;
	max-width: 480px;
	max-height: 360px;
	width: 32%;
	height: 300px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		font-family: 'Parisienne', cursive;
}

.grid figure h2 span {
	font-weight: 400;
	font-size: 1.25em;
		font-family: 'Parisienne', cursive;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(85,85,85,0) 0%, rgba(85,85,85,0.8) 75%);
	background: linear-gradient(to bottom, rgba(85,85,85,0) 0%, rgba(85,85,85,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #ededed;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);

}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.puls_cont{
width:250px;
margin: 0 auto;
padding:10px 0;
font-size: 13px;
text-align:center;
color:#fff;
text-transform: uppercase;
font-weight: 400;
background:#BDBDBD;
}

.close_info{
width:100px;
margin: 0 auto;
padding:5px 0;
font-size: 13px;
text-align:center;
color:#fff;
text-transform: uppercase;
font-weight: 400;
background:#555;
}


@media screen and (max-width: 50em) {
	.content-grid {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}

	.text p{
		width:100%;
		text-align: justify;
		font-size: 1em;
		padding: 0 20px;
	}


}


/* Profile */


.prof
{
/*padding: 160px 0 80px 0;*/
padding:220px 0;
}

.prof .foreground
{opacity:1;}

.prof1
{
background:url(/images/3.jpg) no-repeat;
background-size: cover;
background-position:center center;
}

.prof2
{
background:url(/images/6.png) no-repeat;
background-size: cover;
background-position:center center;
}

.prof3
{
background:url(/images/1.jpg) no-repeat;
background-size: cover;
background-position:center center;
}

.prof2, .prof3
{
border-top: 2px solid white;
border-bottom: 2px solid white;}

.prof h1
{
position:relative;
display:block;
font-size: 40pt;
color:white;
text-transform:uppercase;
text-align:center;
}

.prof_wr
{
width: 650px;
text-align:justify;
margin: 30px auto;
font-size: 11pt;
z-index: 3;
color:white;
}

/*.prof:nth-child(odd)
{
color: white;
}

.prof:nth-child(even)
{
color: black;
}*/

/* Location */

.location
{
padding:0;
}

/* Media Queries /

@media only screen and (min-width: 320px) and (max-width:1024px){

	.navigation, .top_elem, .wrap, .foot-wrap,.head-wrap,#form_info, .rep_wrap{width:1000px;}
  .logo-area{width: 200px;}
	.logo-area img{width:100%; height:auto;}


	.main-menu{max-width: 800px;}

	.main-menu li{font-size: 10pt;margin-right: 5px;}

	.main-menu li:last-child{margin-right:0 !important;}

	.real_wr{width:100%;}

	.sub_list{width:1000px;}

	.sub_list div{width:247px; margin-right:0 !important;}

	.top_slide, .rep_top, #form_info{width:1000px;}

	.top_txt{column-gap: 15px;-moz-column-gap: 15px;-webkit-column-gap: 15px;}

	.news_area{width:690px;}

	.gen_wrapper{display:none;}

	.gen_wrap div{margin-right:25px;}

	.gen_wrap div:last-child{margin-right:0;}

	.gen_wrap div h1{font-size: 35pt;}

	.gen_wrap div h3 {font-size: 18pt;}

	.center	{width: 100px;height:5px;}

	.item{width: 188px;margin-right: 15px;}

	.item:nth-child(5n+0){margin-right: 0 !important;}

	.item h2{font-size: 12pt;}

	.item_img{width: 188px; height: 188px;}

	.partn{width:320px;} .partn img{width:100%; height:auto;}

	.main_section{height:850px !important;}

	.foreimg{margin: 250px auto !important;}

	.item_p{width:300px; height:180px;}

	.scheda_img
	{width:400px;margin-right:50px;}
.scheda_text{width: 500px;}

.gal{width: 180px; height: 144px;}

	.realll{top: 69px;}

	.item{position:relative; display:inline-block;vertical-align:top; width: 180px;margin-right: 10px;}

	.item:nth-child(5n+0){margin-right:10px !important;}

	.item: nth-child(4n+0){margin-right: 0 !important;}

	.item h1{width: 100%; text-align: center; font-size: 10pt;}



}

@media only screen and (min-width: 1024px) and (max-width:1770px){

		.gen_wrapper{display:none;}

}*/


/*scheda news*/

/* Scheda */

.scheda_news
 {position:relative;
 display:block;
 width:100%;
 padding:40px 0;
 }

  .breadcrumbs
 {
 position:relative;
 display:block;
 margin: 15px auto 35px auto;

 width: 80%;

 text-align:left !important;
 }

 .breadcrumbs u
 {
 color:red;
 }

/* .breadcrumbs
 {position:relative;
 display:block;
 width: 1200px;

 padding: 10px 0;

 margin: 0 auto;
 border-bottom: 1px solid black;
 border-bottom: 0.1rem solid black;}*/

 .scheda_wrap
 {position:relative;
 display:block;
 width: 80%;

 margin:30px auto;

 }

 .scheda_img
 {position:relative;
 display:inline-block;
 vertical-align:top;
 width:466px;

 padding:10px;

 margin-right:100px;

 }

 .scheda_img_main
 {position:relative;
 display:block;
 width: 100%;
/* border: 1px solid black;
 border: .1rem solid black;*/}

 .scheda_img_main img
 {width: 100%;
 height:auto;
 cursor:pointer;}

 .scheda_img_piccole
 {position:relative;
 	 display:block;
 width: 100%;
 margin-top: 10px;
 }

 .scheda_img_piccole li
 {list-style-type:none;
 display:inline;
 font-size:12pt;

 cursor:pointer;
 vertical-align:middle;
 margin-right:6px;
 }

 .scheda_img_piccole li img
 {
 width:85.6px;

 height:auto;}

 .scheda_text
 {position:relative;
 display:inline-block;
 vertical-align:top;
 width: 600px;

 }


 .scheda_text h1
 {
 font-size:14pt;

 line-height: 1.5;
 margin-bottom: 30px;
 margin-
 width:400px;

 margin-right:10px;

 text-transform:uppercase;
 text-align:left;
 }


.asso_sol
{
	position:relative;
	display:block;
	width:100%;
	margin-top: 60px;

	text-align:center;
}

.asso_ombra
{position:relative;
display:block;
width:100%;
height:auto;
margin-top: 25px;}

.asso_sol h1
{position:relative;
display:block;
width: 100%;
text-align:center;
font-size: 14pt;

line-height:1.2;
color:black;
font-family: 'Roboto Condensed';}

.sol_item
{
position:relative;
display:inline-block;
vertical-align:top;
width: 108px;

margin-right: 11px;

transition:0.8s ease;
-moz-transition:0.8s ease;
-webkit-transition:0.8s ease;

}

.sol_item:nth-child(5n+0)
{margin-right: 0 !important;}

.sol_img
{width: 108px;

height: 85px;
}

.sol_item:hover
{
opacity:0.7;
}

 .ph1, .pimg
 {position:relative;
 display:inline-block;
 vertical-align:middle;}

 .ptxt
 {
 font-size: 12pt;

 line-height:1.2;
 width:400px;

 margin-right:10px;

  }

  .pimg
  {width: 100px;

  margin-bottom: 30px;
 margin-}

  .pimg img
  {width:100%;
  height:auto;}


 .scheda_text
 {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 }



 .dl_img
 {
 position:relative;
 display:inline-block;
 /*vertical-align: middle;*/
 width:auto;
 margin-top: 50px;

 cursor:pointer;
 margin-right: 20px;
 }

 .moreinfo
 {position:relative;
 display:block;
 margin:50px auto;

 cursor:pointer;}



 #form_info2 h1
 {
 font-size: 14pt;
 text-transform: uppercase;
 margin-top: 30px;
 text-align:center;
 }


 .form_left, .form_right
 {position:relative;
 display:inline-block;
 vertical-align:top;
 margin-bottom: 15px;

 }

 .form_left
 {width: 250px;

 margin-right: 16px;
 }


 #show_info
 { cursor: pointer;}
 #show_info:hover
 { color:#888;}

 #info
 {margin-top: 5px;
display: none;
background-color: #ededed;
font-size: 12px;
padding:8px;
 }

 input, textarea{
	 border:1px solid #dedede;
 }

 .send
 {position:relative;
 display:block;
 width: 200px;

 margin: 15px auto;

 text-align:center;}

 .send button
 {margin-left: 30px;

 padding: 20px;
outline: none;
border: none;
background: #BDBDBD;
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
cursor: pointer;
 }

.text{
	width: 100%;
	text-align: center;
	padding: 10px 0 40px 0;
}

.text h1, .photogallery h1{
	font-size: 3em;
	font-family: 'Parisienne', cursive;
}
@media screen and (min-width: 50em) {

.text p{
	width:960px;
	margin: 0 auto;
	text-align: justify;
	font-size: 1em;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
}


@media screen and (max-width: 500px) /* Mobile */ {

	.logo-area
	{
	position:relative;
	display:block;
	float:left;
	/*margin-right:50px;*/
	}

	.logo-area img{
	height: 70px;

	}

	.site-header
	{position:relative;
	display:block;
	width:100%;
	top:0;
	left:0;
	z-index:99;
	background:white;
	}


		.head-dx{
		display:none;
	}

	.menu-mobile{
		float: right;
		margin-top: 20px;
	}

	#form_info2
	{
	width: 80%;
	background:#fff;
 padding: 20px;
 text-align: center;
	}

	.form_right
	{width: 250px;
		display: block;
		margin: 0 auto 10px auto;
	}

	.form_right textarea
	{width: 250px;

	height:114.5px;
	}

}

@media screen and (min-width: 501px) /* Desktop -tablet */ {

	.logo-area
	{
	position:relative;
	display:block;
	float:left;
	width: 295px;
	/*margin-right:50px;*/
	}

	.logo-area img{
	height: 70px;

	}

	.site-header
	{position:fixed;
	display:block;
	width:100%;
	top:0;
	left:0;
	z-index:99;
	background:white;
	}


	.head-dx{
		position:relative;
		display:block;
		float:right;

	}
	.menu-mobile{
		display:none;
	}

	#form_info2
  {
  width: 600px;
  background:#fff;
 padding: 20px;
 text-align: center;
  }

	.form_right
  {width: 530px;
  }

  .form_right textarea
  {width: 510px;

  height:114.5px;
  }

}



.menu-mobile img{
	height:40px;
}

#responsive_menu{
display:none;
}

#menu_smart{
list-style-type:none;
width:100%;
padding:0;
margin:80px 0 0 0;
}

#menu_smart li{
text-align:center;
padding:20px 10px;
background-color:#222;
color:#fff;
border-bottom:2px solid #fff;
font-size:15px;
text-transform:uppercase;
font-weight:bold;
}

#menu_smart li:last{
border-bottom:3px solid transparent;
}

.select_smart{
text-decoration:underline;
}


#menu_smart a{
color:#fff;
text-decoration:none;
}


#menu_smart a:hover{
color:#fff;
text-decoration:underline;
}


/*SEZIONE VIDEO*/


.sez_video{
	padding:30px 0;
	background-color: #333;
}

.container_video{
width:100%;margin:0 auto;
  display:flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content:center;
  -webkit-justify-content:center;
}


.item_video{
float:left;text-align:center;margin:10px 20px;transition: all .5s;min-width:300px;
}

@media only screen and (min-width: 110px) and (max-width: 800px){

	.item_video video{
		width: 100%;
		height: auto;
	}

}

@media only screen and (min-width: 801px){


.item_video video{
	width: auto;
	height: 350px;
}
}
