/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, header, hgroup, menu, section {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
.clearFloat {
	line-height: 0;
	font-size: 0px;
	clear: both;
	height: 0;
}
body {
	font-family: 'News Cycle', sans-serif;
}
/************************************************************************************
STRUTTURA
*************************************************************************************/
#wrap {
	margin: 0 auto 0 auto;
	width: 1100px;
}
/************************************************************************************
TOP BAR
*************************************************************************************/
#topBar {
	height: 70px;
	width: 1090px;
	margin: 0 10px 0 0;
	background-color: #a0cfbe;
	margin-bottom: 20px;
}
#logo {
	width: 184px;
	height: 70px;
	margin: 0px 0px 0px 10px;
	background-image: url(../imgs/logo/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
#logo a {
	width: 184px;
	height: 70px;
	display: block;
}
/************************************************************************************
NAVIGAZIONE
*************************************************************************************/
nav {
	width: 980px;
	float: left;
	height: 40px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav ul li {
	width: 100px;
	float: left;
	text-transform: uppercase;
	text-align: center;
}
nav ul li.first {
	text-align: left;
}
nav ul li a {
	text-decoration: none;
	line-height: 40px;
	color: #000;
}
nav ul li a:hover {
	color: #a0cfbe;
}
.selezionato {
	color: #a0cfbe;
}
/************************************************************************************
SOCIAL NETWORKS
*************************************************************************************/
#socialNetworks {
	float: left;
	width: 120px;
}
#socialNetworks ul {
	padding: 30px 0 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 500px;
	float: right;
	list-style-type: none;
}
#socialNetworks li {
	float: right;
	width: 53px;
}
#socialNetworks li a {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
#socialNetworks li a img {
	display: block;
}
#socialNetworks li.youtube a {
	background: url(../imgs/socialNetworks/youtube.png) no-repeat 0 0;
}
#socialNetworks li.facebook a {
	background: url(../imgs/socialNetworks/facebook.png) no-repeat 0 0;
}
/************************************************************************************
TESTI
*************************************************************************************/
#testi {
	width: 1000px;
	margin: 20px 0 0 0;
}
#testi h1 {
	font-size: 18px;
	text-decoration: underline;
}
#testi ul {
	list-style-type: none;
}
/* biografia */
#biografia ul {
	padding: 0px 0px 20px 32px;
	margin: 0px;
}
#biografia ul li {
	padding: 0px;
}
#biografia p span {
	font-size: 12px;
}
/* press */
#press ul {
	margin: 0;
	list-style-type: none;
}
#press ul li a {
	color: #000;
	text-decoration: none;
}
/* press metro */
#press_metro {
	width: 1000px;
	height: 180px;
	margin: 0 50px 0 40px;
}
.pressMetro {
	width: 200px;
	float: left;
	margin: 20px 0 0 0;
}
.pressMetro p {
	font-size: 14px;
}
/* pdf */
.pdf {
	background-image: url(../imgs/icone/pdf.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	float: left;
	margin: 10px 20px 0 0;
}
.pdf a {
	padding: 0 0 0 20px;
	line-height: 16px;
	text-decoration: none;
	color: #000;
}
/************************************************************************************
ISOTOPE
*************************************************************************************/
/* clearfix */		
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
/* generali */
#iso-container {
	margin: 0px;
	padding: 0px;
	width: 1100px;
}
#iso-content {
	float: left;
	width: 1100px;
	margin: 20px 0 50px 0;
	padding: 0px;
}
/* CSS3 transition */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* filtri */		
#options {
	float: left;
	width: 1100px;
}
#filters {
	font-size: 14px;
	width: 1090px;
	margin-right: 10px;
	height: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 120px 0 0 0;
}
#options ul {
	margin: 120px 0 0 0;
	padding: 0px;
}
#filters li {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}
#filters li a {
	padding: 5px 0 0 0;
	display: block;
	margin: 0px;
	color: #666;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
}
/* elementi */
.element {
	width: 265px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: #111;
	color: #222;
}
.element.scultura {
	height: auto;
}
.element.installazione {
	height: auto;
}
.element.fotografia {
	height: auto;
}
.element img {
	margin-bottom: -5px;
	-webkit-transition: all 0.50s ease-out;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out;
	transition: all 0.50s ease-out;
}
.element .icon {
	position: absolute;
	z-index: 12;
	left: 10px;
	font-size: 20px;
	top: 7px;
	width: 10px;
	height: 10px;
	display: block;
}
/************************************************************************************
FOOTER
*************************************************************************************/
footer {
	font-size: 14px;
	width: 1090px;
	margin: 20px 20px 50px 0;
	padding: 5px 0 50px 0;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	color: #666;
}
footer a {
	color: #666;
	text-decoration: none;
}
footer #footerText {
	float: left;
	width: 500px;
	height: 40px;
	line-height: 40px;
}
footer img {
	float: right;
	height: 15px;
	padding: 10px 0 0 0;
}