@import"reset.css";	@import"skeleton.css";	@import"superfish.css";	@import"forms.css"; @import"flexslider.css";
body {
	background: #f1f1f3 url('../images/bg-row-1.jpg') repeat-x;
	font:13px/18px "Trebuchet MS", sans-serif;
	color:#323232;
	position:relative;
	min-width:320px;
}
html,body {
	height:100%;
}
a {
	color:#323232;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

/*  Header styles */
h1 {
	float:left;
}
h1 a {
	display: block;
	text-indent: -999em;
	width: 605px;
	height: 80px;
	background: url('../images/logo_long.png') no-repeat;
}


    /*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

    h1 a {
	display: block;
	text-indent: -999em;
	width: 300px;
	height: 80px;
	background: url('../images/logo_long_mobile.png') no-repeat;
}

}
h2 {
	font: 700 28px/34px 'Ubuntu', sans-serif;
	color:#040813;
	text-transform:uppercase;
}
h3 {
	font: 400 21px/24px 'Ubuntu', sans-serif;
	color:#000;
}
strong {
	font-weight:bold;
}

/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.alignmiddle *{
	vertical-align:middle;
}

.sf-menu > li > a, .list-2 li a, .list-follow a, .list-1 li a, .date-block-2 a, .button, .sf-menu li li a, .policy a, .link-1, dl#accordion dt a, dl#accordion dd a, .link-2 {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-moz-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

/* IDENTS
========================================================================= */
.ident-bot-1 {margin-bottom: 18px;}
.ident-bot-2 {margin-bottom: 13px;}
.ident-bot-3 {margin-bottom: 19px;}
.ident-bot-4 {margin-bottom: 50px;}
.ident-bot-5 {margin-bottom: 24px;}
.ident-bot-6 {margin-bottom: 15px;}
.ident-bot-7 {margin-bottom: 14px;}
.ident-bot-8 {margin-bottom: 35px;}
.ident-bot-9 {margin-bottom: 32px;}
.ident-bot-10 {margin-bottom: 11px;}
.ident-bot-11 {margin-bottom: 36px;}
.ident-bot-12 {margin-bottom: 22px;}
.ident-bot-13 {margin-bottom: 41px;}
.ident-bot-14 {margin-bottom: 26px;}
.ident-bot-15 {margin-bottom: 20px;}
.ident-bot-16 {margin-bottom: 52px;}
.ident-bot-17 {margin-bottom: 10px;}
.ident-bot-18 {margin-bottom: 31px;}
.ident-bot-19 {margin-bottom: 30px;}
.ident-bot-20 {margin-bottom: 9px;}
.ident-bot-21 {margin-bottom: 56px;}
.ident-bot-22 {margin-bottom: 12px;}
.ident-bot-23 {margin-bottom: 70px;}
.ident-bot-24 {margin-bottom: 61px;}
.ident-bot-25 {margin-bottom: 25px;}
.ident-bot-26 {margin-bottom: 21px;}
.ident-bot-27 {margin-bottom: 16px;}
.ident-bot-28 {margin-bottom: 17px;}
.ident-bot-29 {margin-bottom: 44px;}

.ident-left-1 {margin-left: 16px;}

.ident-top-1 {margin-top: 8px;}
.ident-top-2 {margin-top: 5px;}

/* HEADER
========================================================================= */
.header-block-1 {
	margin-bottom:22px;
}
.menu-1 {
	float:right;
	margin-top:29px;
}
	.menu-1 li {
		float:left;
		margin-left:16px;
	}
		.menu-1 li a {
			font:13px/36px Arial, sans-serif;
			color:#040813;
		}
			.menu-1 li a:hover {
				color:#fd003f;
				text-decoration:underline;
			}
	
/* CONTENT
========================================================================= */
.main {
	width:976px;
	margin: 0 auto;
	background: #dadadc;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.row-main {
	background: #ffffff url('../images/bg-header-row-1.jpg') repeat-x;
	padding-top:68px;
	padding-right:8px;
	padding-left:8px;
}
#content {
	padding: 44px 0 57px 0;
}
#page1 #content {
	padding: 7px 0 20px 0;
}

a.col-1 {
	float:left;
	display:block;
	width:211px;
	padding: 22px 11px 57px 11px;
	background: #040813 url('../images/bg-box.jpg');
	margin-left:3px;
	border-top: 1px solid #363942;
	border-bottom: 1px solid #363942;
}
	a.col-1:hover {
		background: #fd003f;
		border-top: 1px solid #fd3365;
		border-bottom: 1px solid #fd3365;
	}
		a.col-1.first-ident {
			margin-left:0;
			width:210px;
		}
		a.col-1 span {
			display:block;
		}
			a.col-1 span.h2 {
				font: 700 30px/36px 'Ubuntu', sans-serif;
				color:#fff;
				text-transform: uppercase;
				margin-bottom:16px;
                line-height:33px;
                min-height:100px
               
			}

            a.col-1 span.h2v {
				font:90 10px/66px 'Ubuntu', sans-serif;
				color:#fff;               
                line-height:15px;
				margin-bottom:5px;
			} 
			a.col-1 span.p {
				font: 13px/18px "Trebuchet MS", sans-serif;
				color:#c4c4c4;
			}
				a.col-1:hover  span.p {
					color:#fff;
				}
				
a.col-2 {
	float:left;
	display:block;
	width:194px;
	padding: 26px 18px 23px 21px;
	background: #040813 url('../images/bg-box.jpg');
	margin-left:3px;
	border-top: 1px solid #363942;
	border-bottom: 1px solid #363942;
}
	a.col-2:hover {
		background: #fd003f;
		border-top: 1px solid #fd3365;
		border-bottom: 1px solid #fd3365;
	}
		a.col-2.first-ident {
			margin-left:0;
			width:193px;
		}
		a.col-2 span {
			display:block;
		}
			a.col-2 span.p {
				font: 13px/18px "Trebuchet MS", sans-serif;
				color:#fff;
			}
	a.col-2 img {
		margin-left:-14px;
		margin-bottom:5px;
	}
	a.col-2:hover .text-1 {
		color:#323232;
	}

.rt-block-ident-1 {
	padding: 0 80px 0 0;
}
.rt-block-ident-2 {
	padding: 0 0 0 40px;
}
.rt-block-ident-3 {
	padding: 0 123px 0 0;
}
.rt-block-ident-4 {
	padding: 0 0 0 27px;
}
.rt-block-ident-5 {
	padding: 0 49px 0 0;
}
.rt-block-ident-6 {
	padding: 0 27px 0 0;
}
.rt-block-ident-7 {
	padding: 0 0 0 40px;
}
.rt-block-ident-8 {
	padding: 0 34px 0 0;
}

.list-1 li {
	line-height: 30px;
	padding-left: 32px;
	background: url('../images/marker-2.png') no-repeat 2px 6px;
}
	.list-1 li a {
		color: #040813;
		font: italic 14px/30px "Trebuchet MS", sans-serif;
	}
		.list-1 li a:hover {
			color: #fd003f;
		}

.list-2 li {
	line-height: 28px;
	padding-left: 12px;
	background: url('../images/marker-4.png') no-repeat 0 11px;
}
	.list-2 li a {
		color: #6e6e6e;
		font: 13px/28px "Trebuchet MS", sans-serif;
	}
		.list-2 li a:hover {
			color: #fd003f;
		}
.list-follow a {
	color: #6e6e6e;
	font: 13px/30px "Trebuchet MS", sans-serif;
}
	.list-follow img {
		margin-right:8px;
		margin-top:3px;
	}
	.list-follow a:hover {
		color: #fd003f;
	}
	
.date-block {
	width:52px;
	height:37px;
	overflow:hidden;
	text-align:center;
	padding-top:15px;
	font:bold 24px/29px Arial, sans-serif;
	color:#ffffff;
	background: url('../images/bg-time.png') no-repeat;
	margin-right:14px;
	margin-top:2px;
}
	.date-block-2 a {
		text-decoration:underline;
	}
		.date-block-2 a:hover {
			color:#fd003f;
		}



.notizia a {text-decoration:none;font-size:18px;line-height:normal !important;}
.notizia a:hover {color:#fd003f;font-size:18px;line-height:normal !important;}



.img-ident-1 {
	float:left;
	margin-right:26px;
}
.img-ident-2 {
	float:left;
	margin-right:25px;
}
.text-1 {
	color:#fd003f;
	font-weight:bold;
}
.project {
	display:block;
	padding:2px;
	background: #1e0711;
	color:#fff;
	position:relative;
}
	.project:hover {
		background: #fd003f;
	}
		.project:hover .text-1 {
			color:#fff;
		}
.project span {
	display:block;
}
.project .text-1 {
	text-transform: uppercase;
}
.project strong {
	color:#ffffff;
}
.project-inner-ident {
	padding: 24px 100px 25px 27px;
}

.line {
	background: url('../images/pic-1.png') repeat-x;
	height: 1px;
	overflow:hidden;
}
.block-1 {
	text-align:right;
	padding-top: 11px;
}

.block-2 {
	display:inline-block;
}

/* BUTTONS, LINKS
========================================================================= */


.leggitutto {
	display:inline-block;
	color:#fd003f;
	 
	/*background: url('../images/marker-3.png') no-repeat 0 5px;*/
	font: 12px/15px 'Ubuntu', sans-serif;
    font-size:12px !important;
}
.leggitutto:hover {color:#282828;}




.button {
	display:inline-block;
	color:#282828;
	padding: 0 0 0 24px;
	background: url('../images/marker-3.png') no-repeat 0 5px;
	font: 18px/21px 'Ubuntu', sans-serif;
}
	.button:hover {
		color:#fd003f;
	}
.link-1 {
	color:#fd1851;
}
	.link-1:hover {
		color:#323232;
	}
.link-2 {
	font-weight:bold;
	text-decoration:underline;
}
	.link-2:hover {
		color:#fd003f;
	}

/* FOOTER
========================================================================= */
.row-footer {
	padding-top:37px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:60px;
	border-top: 12px solid #f9f9fa;
}
.policy {
	font: 13px/20px "Trebuchet MS", sans-serif;
	color: #414141;
}
.policy a {
	color: #414141;
	text-decoration:underline;
}
	.policy a:hover {
		color:#fd003f;
	}
.footer-menu li {
	float:left;
	background: url('../images/separator-1.jpg') no-repeat 0 5px;
	padding:0 8px;
}
	.footer-menu li:first-child {
		background:none;
		padding-left:0;
	}
.footer-menu li a {
	font:13px/20px "Trebuchet MS", sans-serif;
	color:#414141;
}
	.footer-menu li a:hover {
		text-decoration:underline;
	}
.footer-text-1 {
	font:21px/26px 'Ubuntu', sans-serif;
	color:#424242;
}
.footer-text-2 {
	font:30px/36px 'Ubuntu', sans-serif;
	color:#040813;
	margin-top:-8px;
	margin-right:-8px;
}

/* ACCORDION
========================================================================= */
dl#accordion{
	list-style-type:none;
	padding:0;
	height:auto !important;
}
dl#accordion dt {
	padding: 7px 0;
	background: url('../images/marker-7.png') no-repeat 0 6px;
}
dl#accordion dt a {
	display:block;
	padding:0 0 0 26px;
	font:13px/16px "Trebuchet MS", sans-serif;
}
dl#accordion dt.active {
	background: url('../images/marker-7-h.png') no-repeat 0 6px;
}
	dl#accordion dt a:hover {
		color:#fd003f;
	}
dl#accordion dd {
	display:none;
	padding: 0 0 5px 40px;
}
	dl#accordion dd a {
		line-height:16px;
	}
		dl#accordion dd a:hover {
			color:#fd003f;
		}
dl#accordion dd ul li {
	margin-top:-2px;
}
	dl#accordion dd ul li:first-child {
		margin-top:0;
	}

/* MAP
========================================================================= */
dl.adress {
	display: block;
	font:15px/21px "Trebuchet MS", sans-serif;
	margin-left:4px;
}
dl.adress dt {
	color:#fd003f;
	margin-bottom:21px;
}
dl.adress dd {
	width: 194px;
}
dl.adress dd span {
	float: right;
}
dl.adress strong {
	display: block;
}


/*iframe {
	width: 100%;
	height: 330px;
	margin:0;
}*/

/* PADDING */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.main {
		width:778px;
	}
	.row-main {
		padding-right:5px;
		padding-left:5px;
	}
	a.col-1 {
		width:163px;
	}
		a.col-1.first-ident {
			margin-left:0;
			width:162px;
		}
	a.col-2 {
		width:144px;
	}
		a.col-2.first-ident {
			margin-left:0;
			width:145px;
		}
	.rt-block-ident-1 {
		padding: 0 40px 0 0;
	}
	.rt-block-ident-2 {
		padding: 0;
	}
	.rt-block-ident-7 {
		padding:0 0 0 20px;
	}
	.rt-block-ident-8 {
		padding: 0 20px 0 0;
	}
	.footer-menu li {
		padding: 0 3px;
	}
	.rt-block-ident-3 {
		padding: 0 30px 0 0;
	}
	.rt-block-ident-5 {
		padding: 0 20px 0 0;
	}
	.project-inner-ident {
		padding: 24px 30px 25px 27px;
	}
}
@media only screen and (max-width: 767px) {
	.rt-br-1 {
		display:none;
	}
	.rt-ident-bottom-1 {
		margin-bottom: 40px;
	}
	.rt-ident-bottom-2 {
		margin-bottom: 20px;
	}
	.rt-ident-bottom-3 {
		margin-bottom: 70px;
	}
	.rt-block-ident-1, .rt-block-ident-2, .rt-block-ident-3, .rt-block-ident-4, .rt-block-ident-5, .rt-block-ident-6, .rt-block-ident-7, .rt-block-ident-8 {
		padding: 0;
	}
	.main {
		width:330px;
	}
	.row-main {
		padding-right:5px;
		padding-left:5px;
	}
	a.col-1 {
		margin-left:0;
		width:278px;
		margin-bottom:7px;
	}
		a.col-1.first-ident {
			width:278px;
		}
	.rt-img-1 {
		width:100%;
		float:none;
	}
	.rt-img-2 {
		width:100%;
		float:none;
	}
	.menu-1 {
		margin-top:10px;
		margin-right:7px;
		margin-bottom:10px;
	}
	.rt-block-2 {
		display:none;
	}
	.policy {
		text-align:center;
	}
	.rt-block-3 {
		width:120px !important;
		float:left;
		margin-right:20px;
		margin-bottom:30px;
	}
	.list-follow li {
		float:left;
		margin-right:20px;
	}
	.rt-block-4 {
		width:220px !important;
	}
	a.col-2 {
		margin-left:0;
		width:258px;
		margin-bottom:7px;
	}
		a.col-2.first-ident {
			width:258px;
		}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.rt-img-2 {
		width:191px;
		float:left;
	}
	.rt-ident-right-1 {
		margin-right:20px;
	}
	.rt-block-1 {
		width:200px !important;
		float:left;
	}
		a.col-1 {
			width:186px;
			margin-left:3px;
			margin-bottom:3px;
		}
			a.col-1.first-ident {
				margin-left:0;
				width:186px;
		}
		.col-1.col-1-ident {
			margin-left:0;
		}
		.main {
			width:440px;
		}
	.menu-1 {
		margin-right:70px;
	}
	.rt-block-3 {
		width:120px !important;
		float:left;
		margin-right:20px;
		margin-bottom:30px;
	}
	.rt-block-4 {
		width:120px;
	}
	.list-follow li {
		float:none;
	}
	.rt-block-5 {
		width:205px !important;
		float:left;
	}
	.project-inner-ident {
		padding: 24px 20px 25px 20px;
	}
	.rt-ident-left-1 {
		margin-left:10px !important;
	}
	a.col-2 {
		width:160px;
		margin-left:3px;
	}
		a.col-2.first-ident {
			margin-left:0;
			width:160px;
		}
	.col-2.col-2-ident {
		margin-left:0;
	}
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */