/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide
{
	display: none;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
	font-family:'Futura W01 Book';
	font-family:'Futura W01 Heavy';
	font-family:'Futura W01 Book Oblique';
*/

html{
	font-size: 100%;
}

body
{
	background: white;
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	font-family:'Futura W01 Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #9d9d9c;
	
	opacity: 0;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
h7 {}

a
{
	text-decoration: none;
	color: #9d9d9c;
}

strong
{
	font-family:'Futura W01 Heavy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a:hover,
.sel a,
a.sel
{
	color: black;
}

.left
{
	float: left;
	width: 50%;
	text-align: left;
}

.right
{
	float: right;
	width: 50%;
	text-align: right;
}

.clear
{
	clear: both;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#top
{
	position: absolute;
	top: 0;
	width: 98%;
	height: 150px;
	padding: 20px 1% 0px 1%;
	
	font-size: .9em;
}

#top #logo
{
	width: 100%;
	max-width: 350px;
	height: 30px;
}

#top #logo img
{
	width: 100%;
	height: auto;

}

#top #menu ul
{
	padding: 20px 0 0 8px;
}

#top #menu li
{
	padding: 3px 0;
}

#top #language {
	position: absolute;
	top: 70px;
	right: 1%;
}
#top #language ul
{
	float: right;
}

#top #language li
{
	float: left;
	padding: 0 5px;
}

#top #address
{
	padding: 0 8px 0 8px;
	color: black;
	font-size: 0.9em;
	line-height: 1.5em;
}

#top #address a
{
	color: black;
}

#top #social {
	position: absolute;
	top: 20px;
	right: 1%;
}
#top #social li {
	float: left;
	margin-left: 10px;
}
#top #social a {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
}
#top #social a:hover {
	opacity: 0.5
}
#top #social li img {
	width: 30px;
	height: 30px;
}
.cdcd {
	visibility: hidden;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer
{
	position: static;
	width: 98%;
	height: auto;
	padding: 1%;
	
	font-size: 0.9em;
	line-height: 1.9em;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#container
{
	width: 100%;
	height: auto;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#content
{
	width: 80%;
	padding: 20px 10%;
	margin: 170px 0 20px 0;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.index #footer
{
	position: absolute;
	bottom: 0;
	color: #000;
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.index #footer a
{
	color: #000;
}
.index #top
{
	background: #fff;
	background: rgba(255,255,255,0.7);
}
.index #top a {
	color: #000;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.about #container
{
	/*background: url(../img/about/texture.gif) left top repeat #393636;*/
	background: #393636;
	
	background-image: -ms-linear-gradient(top left, #000 0%, #333 100%);
	background-image: -moz-linear-gradient(top left, #000 0%, #333 100%);
	background-image: -o-linear-gradient(top left, #000 0%, #333 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(1, #333));
	background-image: -webkit-linear-gradient(top left, #000 0%, #333 100%);
	background-image: linear-gradient(top left, #000 0%, #333 100%);
}

.about #content
{
	color: white;
	min-height: 500px;
}

.about #content h2
{
	font-size: 2em;
	line-height: 1em;
	padding: 40px 0;
}

.about #content p
{
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.about #content p a
{
	color: #fff;
}

.about #content p a:hover
{
	color: #ccc;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.team #content
{
	color: white;
}

.team #content ul
{
	width: 100%;
}

.team #content li
{
	width: 15%;
	padding: 10px 0;
	min-width: 120px;
	margin: 0 0.5%;
	float: left;
}

.team #content li .image
{
	width: 100%;
	height: auto;
}

.team #content li .info
{
	padding: 10px 0;
}

.team #content li .info h2
{
	font-size: 1em;
	padding: 0 0 10px 0;
}

.team #content li .info p
{
	font-size: 0.75em;
	line-height: 1.5em;
}

.team #content li.main
{
	width: 100%;
	padding: 10px 0 40px 0;
	margin: 0 0.5%;
	float: left;
}

.team #content li.main .image
{
	width: 20%;
	min-width: 120px;
	height: auto;
	float: left;
}

.team #content li.main .info
{
	width: 50%;
	min-width: 120px;
	padding: 10px;
	float: left;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.mission #content h2 {
	text-decoration: underline;
	font-size: 2.5em;
	line-height: 1.2;
}
.mission #content p {
	font-size: 1.5em;
	line-height: 1.5;
	padding-bottom: 20px;
	text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.offices #content {
	position: relative;
}
.offices #content img {
	width: 100%;
	height: auto;
}
.offices .cycle-prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin: -15px 0 0 0;
	width: 34px;
	height: 30px;
	cursor: pointer;
}
.offices .cycle-next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin: -15px 0 0 0;
	width: 34px;
	height: 30px;
	cursor: pointer;
}
.offices .cycle-prev img,
.offices .cycle-next img {
	width: 34px;
	height: 30px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project.type #content
{
	background: white;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#tiles {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#tiles li {
  width: 320px;
  background-color: #ffffff;
  display: none;
  cursor: pointer;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project h1
{
	font-size: 3em;
	line-height: 1em;
	padding: 40px 0;
	padding: 10px 0 30px 0;
	color: black;
	text-align: center;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project.type #content
{
	background: white !important;
}

.project.type #content #tiles li p.title
{
  font-size: 1.5em;
  text-align: center;
  text-decoration: underline;
  color: black;
  
  width: 320px;
  
  display: block;
  position: absolute;
  top:-0.5em;
}

.project.type #content #tiles li .blur
{
	width: 100%;
	height: 200px;
	position: absolute;
	top:0;

}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project.year #content
{
	background: #f4f4f4 !important;
}

.project.year #content #list 
{
	width: 100%;
	color: #939598;
}

.project.year #content #list th,
.project.year #content #list tr,
.project.year #content #list td
{
	text-align: left;
	padding: 15px 10px;
}

.project.year #content #list th
{
	color:black;
}
.project.year #content #list th hr
{
	color: black;
	background-color: black;
	height: 2px;
	border: 0;
}

.project.year #content #list th#year
{
	width: 10%;
}

.project.year #content #list th#title
{
	width: 60%;
}

.project.year #content #list th#location
{
	margin: 30%;
}

.project.year #content #list tr 
{
	
}

.project.year #content #list tr.hover
{
	background: #e0e0e0;
}
.project.year #content #list tr.hover:hover
{
	background: #abaaaa;
	color: #000000 !important;
}

.project.year #content #list td
{
	
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project.project #content
{
	background: #f4f4f4 !important;
}

.project.project #content #tiles li .rollover
{
	width: 100%;
	height: 100%;
	
	position: absolute;
	top:0;
	left: 0;
	
	text-align: center;
	color: white;
	
	background: rgba(0,0,0,0.2);
	
	opacity: 0;
}

.project.project #content #tiles li .rollover:hover
{
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.project.project.azz #content #tiles li .rollover
{
	
	opacity: 1;
}

.project.project.azz #content #tiles li .rollover:hover
{
	background: rgba(0,0,0,0.8);
}

.project.project #content #tiles li .rollover .title
{
	width: 200px;
	height: 100px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

.project.project #content #tiles li .rollover .title h2
{
	font-size: 1.5em;
	line-height: 1.25em;
	text-decoration: underline;
	
	padding-bottom: 10px;

}

.project.project #content #tiles li .rollover .title p.text
{
	font-size: 0.75em;
	line-height: 1.75em;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.project.details #container
{
	background: #f4f4f4;
}

.project.details #content
{
	background: #f4f4f4;
	max-width: 600px;
	margin: 170px auto 0 auto;
}

.project.details #content h2
{
	font-size: 1.5em;
	color: black;
	padding: 10px 0 10px 0;
}

.project.details #content p
{
	padding: 0 0 30px 0;
}

.project.details #content li
{
	padding-bottom: 20px;
}

.project.details #content img,
.project.details #content li img
{
	width: 100%;
	height: auto;
	margin: auto;
}

.project.details .only-mobile {
	display: none;
	visibility: hidden;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.press #content
{
	background: #f4f4f4 !important;
}

.press #content #list 
{
	width: 100%;
	color: #939598;
}

.press #content #list th,
.press #content #list tr,
.press #content #list td
{
	text-align: left;
	padding: 15px 10px;
}

.press #content #list th
{
	color:black;
}
.press #content #list th hr
{
	color: black;
	background-color: black;
	height: 2px;
	border: 0;
}

.press #content #list td
{
	line-height: 1.3;
}

.press #content #list th#date
{
	width: 18%;
}

.press #content #list th#article
{
	width: 50%;
}

.press #content #list th#publications
{
	margin: 32%;
}

.press #content #list tr 
{
	
}
/*
.press #content #list tr.hover:hover
{
	background: #abaaaa;
	color: #000000 !important;
	cursor: pointer;
}
*/
.press #content #list td
{
	
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contact #container
{
	background: #393636;
}

.contact #content
{
	color: white;
	min-height: 500px;
}

.contact #content .left
{
	width: 70%;
}

.contact #content .main
{
	width: 25%;
	height: 200px;

	float: left;
}

.contact #content .map
{
	width: 98%;
	height: 400px;

	float: left;
}

.contact #content .right
{
	width: 30%;
	text-align: left;
}

.contact #content .newsletter
{
	width: 100%;
	height: 600px;

	float: right;
}

.contact #content .main h2,
.contact #content .map h2,
.contact #content .newsletter h2
{
	font-size: 1em;
	padding: 10px 0;
	margin: 10px;
	border-bottom: solid 1px white;
}

.contact #content .main p,
.contact #content .map p,
.contact #content .newsletter form
{
	color: #939598;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 10px;
}

.contact #content .main a,
.contact #content .map a,
.contact #content .newsletter a
{
	color: #939598;
}

.contact #content .main a:hover,
.contact #content .map a:hover,
.contact #content .newsletter a:hover
{
	text-decoration: underline;
}

.contact #content .newsletter form input.text
{
	background: transparent;
	border: solid 1px #939598;
	width: 94%;
	padding: 3%;
	margin: 0 0 6% 0;
	border-radius: 0;
}

.contact #content .newsletter form input.check
{
	background: transparent;
	border: solid 1px #939598;
}

.contact #content .newsletter form .privacy
{
	display: block;
	float: right;
	width: 84%;
	padding-top: 3px;
}

.contact #content .map
{
	background: url(../img/contact/mappa.jpg) center center no-repeat #f7f6f1;
	background-size: 100% auto;
}

.contact .newsletter-submit
{
	background: transparent;
	border: solid 1px #939598;
	color: #939598;
	cursor: pointer;
	margin: 6% 70% 0 0;
	padding: 3% 6%;
}

.contact.job h2 {
	border-bottom: 1px solid #fff;
	font-size: 30px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	position: relative;
}
.contact.job p {
	color: #939598;
	font-size: 0.75em;
	line-height: 1.5em;
	max-width: 600px;
}
.contact.job form input {
	background: transparent;
	border: solid 1px #939598;
	width: 97%;
	padding: 1%;
	border-radius: 0;
	color: #939598;
	font-size: 10px;
	line-height: 12px;
}
.contact.job form textarea {
	background: transparent;
	border: solid 1px #939598;
	width: 97%;
	padding: 1%;
	border-radius: 0;
	height: 50px;
	color: #939598;
	font-size: 10px;
	line-height: 12px;
}
.contact.job form input.fileb {
	border: 0;
	padding: 1% 2% 1% 0;
}
.contact.job form input.wpcf7-submit {
	max-width: 100px;
}
.contact.job .closeb {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}


			.project.details #content {
				width: 96%;
				max-width: none;
				padding: 0 2%;
				margin: 222px 0 0 0;
				background: #fff !important;
				float: left;
			}
			.project.details .txt {
				position: relative;
				width: 100%;
				padding: 20px 0 150px 0;
				height: auto;
				float: left;
			}
			.project.details #menu.left {
				width: 100%;
			}
			.project.details .vright {
				position: absolute;
				z-index: 999;
				top: 170px;
				right: 0;
				width: 28px;
				height: 25px;
				padding: 13px 14px 14px 14px;
				background: #000;
				background: rgba(0,0,0,0.6);
			}
			.project.details #container {
				background: transparent;
			}
			.project.details #content li {
				padding-bottom: 8px;
			}
			.project.details .ele a:hover {
				color: #000;
				z-index: 999;
			}
			.project.details #content p {
				line-height: 1.5;
			}
			.project.details.index #top li {
				color: #000;
			}
			.project.details.index #top a.sel,
			.project.details.index #top a:hover {
				color: #666;
			}
			.project.details.index #footer {
				position: fixed;
			}
			.project.details .ele {
				width: 96%;
				position: absolute;
				top: 170px;
				padding: 20px 2%;
				background: #fff;
				background: rgba(255,255,255,0.9);
				height: 12px;
			}
			.project.details .ele li {
				float: left;
				margin-right: 8px;
				font-size: 12px;
				line-height: 12px;
			}
			.project.details .ele a {
				cursor: pointer;
				float: left;
			}
			.project.details #content h2 {
				padding: 30px 0;
			}
			.project.details .hided {
				display: none;
			}
			.project.details .ele span {
				padding: 2px 3px 5px 4px;
				background: #000;
				background: rgba(0,0,0,0.6);
				color: #fff;
				margin: -4px 0 0 20px;
				float: left;
				cursor: pointer;
				font-size: 18px;
			}
			.project.details .ele .hided span {
				padding: 1px 7px 6px 7px;
				font-size: 20px;
			}
			.project.details.index #footer {
				z-index: 999;
				background: #fff;
			}
			.project.details #container {
				z-index: 0;
			}



/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.unsubscribe #container
{
	background: #393636;
}

.unsubscribe #content
{
	color: white;
	min-height: 500px;
}

.unsubscribe #content h2
{
	font-size: 2em;
	line-height: 1em;
	padding: 40px 0;
}

.unsubscribe #content p
{
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.unsubscribe #content p a
{
	color: #fff;
}

.unsubscribe #content p a:hover
{
	color: #ccc;
}

.unsubscribe input.text
{
	background: transparent;
	border: solid 1px #939598;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 0;
}

.unsubscribe .newsletter-submit
{
	background: transparent;
	border: solid 1px #939598;
	color: #939598;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	#top {
		height: 220px;
		padding: 20px 0 0 0;
	}
	
	.project.type.mobile #content,
	.project.details #content {
		margin: 240px 0 20px 0;
	}
	
	#top #menu li {
		line-height: 1.3;
	}
	.cdcd {
		visibility: hidden;
		display: none;
	}
	.bgbgbg {
		background: #e0e0e0;
	}
	
	
	#top #social {
		width: 100%;
		top: 57px;
		text-align: center;
	}
	
	#top #social ul {
		width: 105px;
		height: 15px;
		margin: 0 auto;
	}
	
	#top #social li {
		width: 15px;
		height: 15px;
		margin: 0 10px;
	}
	
	#top #social li img {
		width: 15px;
		height: 15px;
	}
	
	#logo
	{
		width: 100%;
		margin: auto;

	}
	
	.left,
	.right
	{
		width: 100%;
		text-align: center;
		float: none;
		margin: 1% auto;
		padding: 5px 0;
	}
	
	#top #language
	{
		display: none;
	}
	
	.index #content
	{
		position: absolute;
		height: 100%;
	}
	
	.index #top
	{
		background: white;
		background: rgba(255,255,255,0.75);
		height: auto;
	}
	
	.index #footer
	{
		display: none;
	}

	.about #team,
	.about #content
	{
		background: #393636;
	}
	
	.team #content li.main .image,
	.team #content li
	{
		width: 100%;
		text-align: center;
	}
	
	.team #content li.main .image
	{
		float: none;
	}
	
	.team #content li.main .info
	{
		width: 100%;
		min-width: auto;
		padding: 10px 0;
		float: none;
		
		text-align: center;
	}
	
	.project.year #content,
	.press #content
	{
		width: 100%;
		padding: 20px 0;
		margin: 170px 0 20px 0;
		
		background: red;
	}
	
	.project.project #content #tiles li .rollover
	{		
		opacity: 1;
	}
	
	.contact #content .left
	{
		width: 100%;
	}
	
	.contact #content .main
	{
		width: 100%;
		height: auto;
		float: left;
	}
	
	.contact #content .map
	{
		width: 100%;
		height: 300px;
		background: url(../img/contact/mappa.jpg) right center no-repeat #f7f6f1;
		background-size: auto 100%;
		float: left;
	}
	
	.contact #content .right
	{
		width: 100%;
	}
	
	.contact #content .newsletter
	{
		width: 100%;
		height: auto;
		float: right;
	}
	
	.offices .cycle-prev,
	.offices .cycle-next {
		display: none;
	}
	
	.offices #content
	{
		height: auto;
		min-height: 0;
	}
	
	.project.details .only-mobile {
		display: inline;
		visibility: visible;
	}
	.project.details .only-mobile img {
		padding: 0 0 30px 0;
	}
	.project.details .vegas-overlay,
	.project.details .vegas-background,
	.project.details .ele,
	.project.details .vright {
		display: none;
		visibility: hidden;
	}
	.project.details .txt {
		display: inline !important;
		background: #f4f4f4;
		padding-bottom: 0;
	}
	.project.details #content h2 {
		padding: 0 0 30px 0;
		text-align: center;
	}
	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.project #content
	{
		width: 100%;
		padding: 20px 0%;
		margin: 170px 0 20px 0;
	}
	.contact #content .main
	{
		width: 50%;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	.contact #content .main h2 {
		font-size: 13px;
	}
	.contact #content .newsletter h2 {
		font-size: 13px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
	.contact #content .main h2 {
		font-size: 11px;
	}
	.contact #content .newsletter h2 {
		font-size: 11px;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

















