@font-face {
	font-family: 'fontawesome';
	src:url('../font-ico/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../font-ico/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../font-ico/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../font-ico/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../font-ico/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */

/* General style */


/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	opacity: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	visibility: hidden;
}

.slideshow-open .slideshow {
	-webkit-transition: opacity 0.5s;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,-1000px);
	transform: translate3d(0,0,-1000px);
	-webkit-transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow ul li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	visibility: hidden;
	height: 100%;
	background:#fff;
}

.slideshow ul li.show {
	visibility: visible;
}

.slideshow ul li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow ul li.current{z-index:50;}
.slideshow ul li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.slideshow figure .img-wr{width:76%;float:left;height:100%;}

.slideshow figcaption {
	padding-bottom: 20px;
	width: 24%;
	background-color: #fff;
	padding: 74px 48px 0 48px;
	right: 0;
	height: 100%;
	float: right;
}


.slideshow figcaption h3 {
	font-size: 18px;
	color: #879fab;
	margin-bottom:16px;
}
.mmt-po-separator{background:#c3c3c3;border:none;border-bottom:1px solid #c3c3c3;margin:14px 0;}
.slideshow figcaption p{font-family: 'raleway';font-size:18px;color:#68767c;line-height:30px;}
.slideshow figcaption p span {
	font-weight: bold;
	font-family: 'raleway';
	font-size: 20px;
	display: block;
	margin: 0 0 14px 0;
	color: #879fab;
	text-transform:uppercase;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 99999999 !important;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 17px;
	font-weight: normal;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top:0;bottom:0;
	border: none;
}
.slideshow nav span.nav-prev {
	left: 0;width:38%;cursor:url(../images/portfolio-arrow-previous.gif), auto;}
.slideshow nav span.nav-prev:hover{cursor:url(../images/portfolio-arrow-previous.gif), auto;}
.slideshow nav span.nav-next {
	left:38%;width:38%;cursor:url(../images/portfolio-arrow-next.gif), auto;
}
.slideshow nav span.nav-next:hover{cursor:url(../images/portfolio-arrow-next.gif), auto;}
.nav-close{position:fixed;top: 24px;right: 50px;width:29px;height:25px;display:block; background:url(../images/close-btn.png) no-repeat center center;padding:0 !important;}

.icon:before,
.icon:after {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'fontawesome';
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	z-index: 1035;
	display: none;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}
.info-keys:after {
	right: 10px;
	content: "\e604";
}
/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid-gallery figure .img-wr{
		width: 70%;
	}
	.slideshow figcaption{
		width: 30%;
	}
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}
	
}

@media screen and (max-width: 35em) {
	.grid-gallery figure .img-wr{
		width: 100%;
		/*height: auto;*/
		/*overflow-y: scroll;*/
	}
	.grid li {
		width: 50%;
	}
	.grid-gallery.container{
		padding: 0 !important;
	}
	.grid-gallery figcaption{
		padding: 8px;
	}
	.slideshow figcaption{
		width: 100%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 50%;
	}
	
}



/*******scrol down***********/ 


.divcontenitore {
    position: relative;
	width: 5%;
	float: right;
	height: 60px;
	background-color: transparent;
}
.button_down_container {
	width: 60px;
  	height: 60px;
 	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-ms-border-radius: 50%;
  	-o-border-radius: 50%;
  	/*border-radius: 50%;
  	border: 1px rgba(255,255,255,0.4) solid;*/
  	position: absolute;
  	top: 50%;
 	margin-top: -95px;
  	right: 20px;
  	z-index: 88;
  	cursor: pointer;
  	overflow: hidden;
  	text-align: center;  
}

.button_down_container:hover, .button_down_container:active {
	/*border: 2px rgba(255,255,255,1) solid;
	border: 2px #33B3F2 ;*/
}
.arrow-down {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,0.7);
	margin-top: -10px;
	margin-left: -20px;
}
.arrow_pos1 {
	top: 60%;
	left: 50%;
}
.arrow_pos2 {
	top: 40%;
	left: 50%;
}

@media (max-width:1399px){
.slideshow figcaption h3{font-size:18px;}
.slideshow figcaption p{font-size:16px;line-height:25px;}
.slideshow figcaption p span{font-size:18px;}
}
@media (max-width:1199px){
.slideshow figure .img-wr{width:100%;height:auto;}
.slideshow figcaption{width:100%;height:auto;padding:34px 48px 0 48px;}
.slideshow nav span.nav-prev{width:50%;height:655px;}
.slideshow nav span.nav-next{width:50%;left:50%;height:655px;}
.slideshow .img-wr .embed-container{height:554px;}
.slideshow figcaption h3{margin-bottom:6px;}
.slideshow figcaption p span{margin-bottom:4px;}
}
@media (max-width:991px){
.grid li{width:100%;}
.slideshow nav span.nav-prev{height:506px;}
.slideshow nav span.nav-next{height:506px;}
.slideshow figure{overflow-y:scroll !important;}
.slideshow .img-wr .embed-container{height:433px;}
}
@media (max-width:767px){
.slideshow nav span.nav-close {top:15px;right:30px;}
.slideshow figcaption{padding:34px 22px 0px 22px;}
.grid-gallery figcaption h3{font-size:16px;}
.grid-gallery figcaption p{font-size:15px;line-height:23px;}
.slideshow figcaption p span{font-size:15px;}
}
@media (max-width:479px){
.slideshow .img-wr .embed-container{height:180px;}
}




















