@charset "UTF-8";
/* CSS Document */

body, 
.tabs dd > a, 
.accordion dd > a, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
button, 
.button {
	font-family: 'Verlag A', 'Verlag B';
	color:#000;
	margin:0;
}

.top-bar-section ul li > a {
	font-family:'Mercury Text G1 A', 'Mercury Text G1 B';
}

body {
	background-color:#eee;
}


/* ===========================================================  GLOBAL STUFF  */

h1 {
	font-size:2.25rem;
}

h2 {
	font-size:1.50rem;
}

h3 {
	font-size:1.15rem;
	text-align: center;
	line-height: 1.3;
}

h4 {
	font-size:0.95rem;
}

h5 {
	font-size:0.75rem;
	text-align:center;
	line-height:1.6;
}

h1, h2, h3, h4, h6 {
	margin:0;
}

h2.title {
	margin-bottom:30px;
}

header .medium-6 h3 strong {
	text-transform: uppercase;
}

.home header .medium-6 h3 strong {
	text-transform: none;
}

h5 {
	text-transform:uppercase;
	margin:0;
}

p {
	line-height:1.4;
}

a {
	color:#000;
}

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

ul {
	margin-bottom:0;
}

li {
	list-style: none;
}

.columns.borderTop {
	height:8px;
	background-color: #000;
	margin-bottom:10px;
}

.hr1 {
	height:4px;
	background: url(../img/hr1.png) repeat-x;
	margin:60px auto 30px;
}

/* ===========================================================  END GLOBAL STUFF  */



/* ===========================================================  MAIN NAVIGATION  */

/* ====== MAIN NAV BAR ====== */

.contain-to-grid {
	background-color: transparent;
}

.barraMenu .top-bar {
	background-color:transparent;
	height:60px;
	line-height:60px;
}

.barraMenu .top-bar .name {
	margin-left:0.9375em;
	height:60px;
	line-height:60px;
}

.barraMenu .top-bar .name img {
	height: 50px;
	width: auto;
}

.top-bar-section ul li > a {
	font-size:0.9rem;
}

.barraMenu .top-bar-section ul, 
.barraMenu .top-bar-section li:not(.has-form) a:not(.button) {
	background:transparent;
	color:#000;
	line-height:60px;
}

.barraMenu .top-bar-section ul li.active:not(.has-form) a:not(.button) {
	color:#000;
}

.barraMenu .top-bar-section ul {
	padding:0 0.9375em;
}

.barraMenu .top-bar-section li:not(.has-form) a:not(.button):hover {
	background: transparent;
}

.barraMenu .top-bar-section ul li:hover:not(.has-form) > a {
	background: transparent;
	color: #000;
}

/* == MAIN NAV BAR EXPANDED */
.top-bar .toggle-topbar a {
	color: #000;
	line-height:60px;
}

.top-bar.expanded .title-area {
	background: transparent;
}

.barraMenu .top-bar.expanded {
	height:auto;
}

.barraMenu .top-bar.expanded section li {
	text-align:center;
	border-top:1px dotted #000;
}

#lingue {
	position: absolute;
	top: 0;
	left: calc(50% - 80px);
	width:140px;
	/*margin-left: -30px;*/
	z-index:999;
}

#lingue ul li {
	float: left;
	display: inline-block;
	padding: 10px 5px 0;
	line-height: 1;
	border-right: 1px solid #000;
}

#lingue ul li:last-child {
	border-right: none;
}

#lingue a {
	font-family:'Mercury Text G1 A', 'Mercury Text G1 B';
	font-size: 0.9rem;
}

#lingue a.active {
	text-decoration: underline;
}

/* == END MAIN NAV BAR EXPANDED */

/* ===========================================================  END NAVIGATION  */



/* ===========================================================  HOME  */

section.home {
	margin-top:-170px;
	background:url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top -150px center;
	padding-top:51.5%;
}

section.block2 article .medium-6 {
	margin:30px auto;
}

footer.footerHome {
	background-color:#fff;
	border-top:1px solid #000;
	padding-bottom:10px;
	margin-top: 80px;
	height:100px;
}

footer img {
	width: 46px;
}

footer .medium-2 {
	margin-bottom:0px;
	padding-top:30px;
	padding-left:15px;
	height:100px;
}

footer .medium-2 p,
footer .medium-2 h5 {
	text-align:left;
}

footer p a {
	color:#000;
}

footer p a:hover {
	color:#000;
}

/* ===========================================================  PROGETTI  */

section.mainContainer {
	margin-top:30px;
	overflow: hidden;
}

section.mainContainer header {
	margin-top: 60px;
}

section.mainContainer.appartamento header {
	margin-top: 30px;
}

section.mainContainer header p {
	text-align: center;
	margin-bottom:10px;
}

#carosello ul li {
	text-align: center;
	width:100%;
}

section.appartamento .menu-slide-category a {
	display:none;
}

/* == PROJECTS LABELS == */
.postListContent {
	position: relative;
}

.new-project {
  position: absolute;
  top:0;
  right:30px;
  z-index: 999;
}

.new-project svg {
	width:25px;
	height:auto;
}

/* ===========================================================  STUDIO  */

#studio figure {
	margin: 0;
	margin-top: 30px;
}

#studio figure img {
	width: 100%;
}

#contatti article .row {
	margin-bottom:30px;
}

#contatti article h3 {
	text-align:left;
}

#contatti article .medium-5 h3:last-child {
	color:#fc0;
}

#contatti article .row {
	margin-top:30px;
}

/* ===================================================================  MEDIA QUERIES  */



/* Small screens  -  max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {

/* ===========================================================  HOME  */

.barraMenu {
	background: rgba(238, 238, 238, 1);
}

section.home {
	margin-top:0;
	background:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top -130px center;
	padding-top:51.5%;
}

/*#lingue {
left: 50%;
margin-left:-30px;
}*/

.barraMenu-shrink #lingue {
	display:none;
}

.barraMenu .top-bar .name a div {
	position: absolute;
	top: 0;
	left: 65px;
	padding-left: 5px;
	padding-top: 40px;
	border-left: 1px solid #000;
	height: 56px;
}

.barraMenu-shrink .top-bar .name a div {
	display:none;
}

.barraMenu .top-bar .name a div h1 {
	display:none;
}

#contatti article h3 {
	margin-bottom:10px;
}

#contatti article .medium-5 h3 {
	margin-bottom:0px;
}

#contatti article .medium-5 h3:first-child {
	margin-top:10px;
}


}

/* Medium screens  -  min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { 

h1 {
	font-size:3.5rem;
}

h2 {
	font-size:2.25rem;
}

h3 {
	font-size:1.4rem;
}

h4 {
	font-size:1.25rem;
}

h5 {
	font-size:1rem;
}

}

/* Medium screens  -  min-width 641px and max-width 1024px, use when QAing tablet-ONLY issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

/* ====== MAIN NAV BAR ====== */

.barraMenu .top-bar, 
.barraMenu .top-bar .name {
	height:80px;
	line-height:80px;
}

.barraMenu .top-bar-section ul, 
.barraMenu .top-bar-section li:not(.has-form) a:not(.button) {
	line-height:10px;
} 

.barraMenu .top-bar .name img {
	height: 60px;
	width: auto;
}

.barraMenu .top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 5px;
}

.barraMenu .top-bar-section ul li {
	padding-top:38px;
}

.barraMenu .top-bar-section ul li:nth-child(2) {
	border-left:1px solid #000;
	border-right:1px solid #000;
}


.barraMenu .top-bar, 
.barraMenu .top-bar .name {
	height:100px;
	line-height:170px;
	overflow: visible;
}

.barraMenu .top-bar-section ul, 
.barraMenu .top-bar-section li:not(.has-form) a:not(.button) {
	line-height:1;
} 

.barraMenu .top-bar-section ul li {
	padding-top:78px;
}

.barraMenu .top-bar-section ul li:nth-child(2) {
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.barraMenu .top-bar .name {
	width:280px;
}

.barraMenu .top-bar .name img {
	height: 120px;
	width: auto;
	margin-top: 20px;
	float:left;
}

.barraMenu.alwaysClosed .top-bar .name img {
	height: 70px;
	width: auto;
}

.barraMenu .top-bar .name h1 {
	font-size:1rem;
	display:inline-block;
	border-left:1px solid #000;
	margin-left:30px;
	line-height: 10px;
	padding-left: 10px;
	padding-top: 57px;
	font-weight:bold;
	opacity:1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition:opacity 0.2s;
}

.barraMenu .top-bar .name h1::first-line {
	line-height:2;
}

.barraMenu .top-bar .name p {
	display:inline-block;
	position: absolute;
  -webkit-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -moz-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -ms-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -o-transition: left 0.5s, top 0.5s, opacity 0.5s;
  transition: left 0.5s, top 0.5s, opacity 0.5s;
  opacity:1;
	left: 142px;
	top: 120px;
}


/* == MAIN NAV BAR RESIZE */


.barraMenu.barraMenu-shrink .top-bar, 
.barraMenu.barraMenu-shrink .top-bar .name {
	height: 100px;
	line-height:100px;
}

.barraMenu.barraMenu-shrink {
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
	background: rgba(238, 238, 238, 1);
}
 
.barraMenu.barraMenu-shrink .top-bar-section ul, 
.barraMenu.barraMenu-shrink .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1;
}

.barraMenu.barraMenu-shrink .top-bar .name img {
	height: 70px;
	width: auto;
}

.barraMenu .top-bar, 
.barraMenu .top-bar .name, 
.barraMenu .top-bar .name img {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.barraMenu.barraMenu-shrink .top-bar .name h1 {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
	opacity:0;

}

.barraMenu.barraMenu-shrink .top-bar #lingue {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
	opacity:0;

}

.barraMenu.barraMenu-shrink .top-bar .name p {
  -webkit-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -moz-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -ms-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -o-transition: left 0.5s, top 0.5s, opacity 0.1s;
  transition: left 0.5s, top 0.5s, opacity 0.1s;
  opacity: 0;
	left: 125px;
	top: 100px;

}

section.home {
	margin-top:-100px;
}


/* ================================================ LISTA PROGETTI */

/* == ISOTOPE == */

.isoContain {
	max-width: 62.5em;
	background-color:#eee;
	padding: 0;
	margin:0 auto;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
	max-width: 62.5em;
}

.post {
	width:320px;
	margin:0 5px;
	float:left;
}

.postListContent {
	background:#eee;
}

.attachment {
	text-align:center;
	background-color:#eee;
}

/* == END ISOTOPE == */

/* == THE GRID OFFERED BY CODROPS ===== */

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 202px;
	background: #eee;
	text-align: center;
	cursor: pointer;
}

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

.grid figure figcaption {
	padding: 0.5em;
	padding-top:5em;
	text-transform: uppercase;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

figure.effect-ruby {
	background-color: #fafafa;
}

figure.effect-ruby img {
	opacity: 0.8;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

figure.effect-ruby:hover img {
	opacity: 0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


figure.effect-ruby p {
	margin: 0;
	padding: 10px;
	background:#transparent;
	opacity: 0;

	-o-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-moz-transform: translate3d(0,20px,0) scale(1.1);
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	-ms-transform: translate3d(0,20px,0) scale(1.1);
	-o-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby p {
	font-family:''Mercury Text G1 A', 'Mercury Text G1 B'';
	font-size:0.9rem;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-moz-transform: translate3d(0,0,0) scale(1);
	-webkit-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/* == END THE GRID == */

/* == PROJECTS LABELS == */
.new-project {
  right:20px;
  z-index: 999;
}

/* == END LISTA PROGETTI ================================================ */

} 

/* =========================================================== DESKTOP */



/* Large screens  -  min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { 

/* ====== MAIN NAV BAR ====== */

.barraMenu {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
	background: transparent;
}

.barraMenu .top-bar, 
.barraMenu .top-bar .name {
	height:100px;
	line-height:170px;
	overflow: visible;
}

.barraMenu .top-bar-section ul, 
.barraMenu .top-bar-section li:not(.has-form) a:not(.button) {
	line-height:1;
} 

.barraMenu .top-bar-section ul li {
	padding-top:78px;
}

.barraMenu .top-bar-section ul li:nth-child(2) {
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.barraMenu .top-bar .name {
	width:350px;
}

.barraMenu .top-bar .name img {
	height: 120px;
	width: auto;
	margin-top: 20px;
	float:left;
}

.barraMenu.alwaysClosed .top-bar .name img {
	height: 70px;
	width: auto;
}

.barraMenu .top-bar .name h1 {
	font-size:1rem;
	display:inline-block;
	border-left:1px solid #000;
	margin-left:50px;
	line-height: 10px;
	padding-left: 10px;
	padding-top: 57px;
	font-weight:bold;
	opacity:1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition:opacity 0.2s;
}

.barraMenu .top-bar .name h1::first-line {
	line-height:2;
}

.barraMenu .top-bar .name p {
	display:inline-block;
	position: absolute;
  -webkit-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -moz-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -ms-transition: left 0.5s, top 0.5s, opacity 0.5s;
  -o-transition: left 0.5s, top 0.5s, opacity 0.5s;
  transition: left 0.5s, top 0.5s, opacity 0.5s;
  opacity:1;
	left: 165px;
	top: 120px;
}


/* == MAIN NAV BAR RESIZE */


.barraMenu.barraMenu-shrink .top-bar, 
.barraMenu.barraMenu-shrink .top-bar .name {
	height: 100px;
	line-height:100px;
}

.barraMenu.barraMenu-shrink {
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
	background: rgba(238, 238, 238, 1);
}
 
.barraMenu.barraMenu-shrink .top-bar-section ul, 
.barraMenu.barraMenu-shrink .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1;
}

.barraMenu.barraMenu-shrink .top-bar .name img {
	height: 70px;
	width: auto;
}

.barraMenu .top-bar, 
.barraMenu .top-bar .name, 
.barraMenu .top-bar .name img {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.barraMenu.barraMenu-shrink .top-bar .name h1 {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
	opacity:0;

}

.barraMenu.barraMenu-shrink .top-bar #lingue {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
	opacity:0;

}

.barraMenu.barraMenu-shrink .top-bar .name p {
  -webkit-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -moz-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -ms-transition: left 0.5s, top 0.5s, opacity 0.1s;
  -o-transition: left 0.5s, top 0.5s, opacity 0.1s;
  transition: left 0.5s, top 0.5s, opacity 0.1s;
  opacity: 0;
	left: 125px;
	top: 100px;

}

/* == END MAIN NAV BAR RESIZE */

/* ================================================ LISTA PROGETTI */

/* == ISOTOPE == */

.isoContain {
	max-width: 62.5em;
	background-color:#eee;
	padding: 0;
	margin:0 auto;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
	max-width: 62.5em;
}

.post {
	width:320px;
	margin:0 5px;
	float:left;
}

.postListContent {
	background:#eee;
	position: relative;
}

.attachment {
	text-align:center;
	background-color:#eee;
}

/* == END ISOTOPE == */

/* == THE GRID OFFERED BY CODROPS ===== */

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 202px;
	background: #eee;
	text-align: center;
	cursor: pointer;
}

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

.grid figure figcaption {
	padding: 0.5em;
	padding-top:5em;
	text-transform: uppercase;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

figure.effect-ruby {
	background-color: #fafafa;
}

figure.effect-ruby img {
	opacity: 0.8;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

figure.effect-ruby:hover img {
	opacity: 0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


figure.effect-ruby p {
	margin: 0;
	padding: 10px;
	background:#transparent;
	opacity: 0;

	-o-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-moz-transform: translate3d(0,20px,0) scale(1.1);
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	-ms-transform: translate3d(0,20px,0) scale(1.1);
	-o-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby p {
	font-family:''Mercury Text G1 A', 'Mercury Text G1 B'';
	font-size:0.9rem;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-moz-transform: translate3d(0,0,0) scale(1);
	-webkit-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/* == END THE GRID == */

/* == PROJECTS LABELS == */
.new-project {
  right:20px;
  z-index: 999;
}



/* == END LISTA PROGETTI ================================================ */

}

/* =========================================================== END DESKTOP */


/* Large screens  -  min-width 1024px and max-width 1440px, use when QAing large screen-ONLY issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { }



/* XLarge screens  -  min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { 

}



/* XLarge screens  -  min-width 1441px and max-width 1920px, use when QAing xlarge screen-ONLY issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 



/* XXLarge screens  -  min-width 1921px, xlarge screens */
@media only screen and (min-width: 120.063em) { }
