@import url('../../css');
body {
	font-family: 'Roboto', sans-serif;
}
b, strong {
	font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
}
.menu-panel ul li ul li a {
	color: grey;
}
.slider-home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.slider-home .wrapper {
	max-width: inherit;
}
.slider-home .swiper-container{
	width: 100%;
	height: 100%;
	background-color: black;
}
.slider-home .swiper-slide{
	opacity: .75;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 9;
}
.title .h1 {
	max-width: inherit;
}
.testata .wrap-logo {
    float: inherit;
    left: 50%;
    transform: translateX(-50%);
	position: absolute;
}
.testata .logo-black {
	background-image: url(../img/logo-preimage-black.svg);
}
.testata .logo-withe {
	background-image: url(../img/logo-preimage-white.svg);
}
.testata .logo {
	right: 50%;transform: translateX(50%);
}
.box .hover .info {
    text-align: left;
}
.box .hover .info .h4 {
    margin-bottom: 20px;
}
.wrap-linea {
    width: 50px;
}
#section .linea {
    background-color: white;
}
.home-video{
	width: 60%;
	position: relative;
	margin: auto;
}
.home-video::after{
	content: '';
	display: block;
	padding-bottom: 56.3%;
}
.home-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .wrap-box, .fotolito .wrap-box, .rendering .wrap-box, .web .wrap-box {
    margin-top: 0;
    margin-left: 0;
}
.home .wrap-box .box:first-child{
	width: calc(50% - 50px);
}
.home .wrap-box .box:nth-child(3n) {
    width: 100%;
}
.home .wrap-box .box:nth-child(3n) .altezza {
    padding-bottom: 40%;
}
.home .box, .fotolito .box, .rendering .box, .web .wrap-box {
    width: calc(50% - 50px);
    margin-top: 0;
    margin-left: 0;
    float: inherit;
	margin-top: 100px;
}
.home .wrap-box, .fotolito .wrap-box, .rendering .wrap-box, .web .wrap-box {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cit{
	font-family: 'Roboto Condensed', sans-serif;
}
#footer{
	background-color: #000000;
	color: white;
}
#footer p{
	color: white;
}
#footer .menu-footer ul li a {
    color: white;
}
#footer img{
	width: 150px;
}
#footer .menufooter{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
#footer li a{
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	text-decoration: none;
}
#footer .menufooter li:not(:last-child){
	margin-right: 50px;
}
#footer .contactss{
	margin-top: 40px;
	display: flex;
}
#footer .contactss ul:not(:last-of-type){
	margin-right: 50px;
}
#footer .contactss ul li{
	margin-top: 3px;
}
.open-credits{
	line-height: inherit
}
.back{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
}
.lang{
	float: right;
	display: flex;
	margin-top: 40px;
	padding: 10px 0 9px 0;
	transition: all 250ms ease-in;
}
.sticky .testata .lang {
    margin-top: 15px;
}
.lang li a{
	line-height: 19px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	padding: 10px 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.lang li:not(:last-child){
	margin-right: 20px;
}
.pags{
	position: relative;
	width: 86%;
	margin: auto;
	top: -50%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrowww.svg);
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrowww.svg);
    right: 10px;
    left: auto;
	transform: rotate(180deg);
}
.home .wrap-box .box .wrap-img{
    transition: filter 500ms ease-in-out;
}
.home .wrap-box .box:hover .wrap-img{
    filter:grayscale(100%);
}
.menu-panel ul li a {
    line-height: 100%;
}
.downloadda{
	text-align: center;
	padding: 75px 0 ;
}
.downloadda a{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #000000;
	padding: 20px 75px;
}
blockquote{
	color: white;
	font-size: 2.3em;
	line-height: 150%;
	font-family: 'Roboto Condensed', sans-serif;
}
.locazione img{
	width: 100%;
	max-width: 40px;
	margin-right: 20px;
}
.locazione li a{
	display: flex;
	align-items: center;
	text-transform: uppercase;
}


.home-wrap-boxini{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxino{
	width: calc(50% - 50px);
	position: relative;
	margin-top: 100px;
	transition: 250ms ease-in;
}
.boxino:hover{
	filter: grayscale(1);
}

.boxino:nth-of-type(3n){
	width: 100%;
}
.boxino-height{
	padding-bottom: 60%;
}
.boxino:nth-of-type(3n) .boxino-height{
	padding-bottom: 40%;
}
.boxino .swiper-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.boxino-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all 250ms ease-in;
}
.boxino-cont{
	text-align: left;
	color: white;
	padding-left: 10%;
	box-sizing: border-box;
}
.boxino-cont h4{
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.boxino:hover .boxino-info{
	opacity: 1;
}

@media screen and (max-width: 800px) {
	.boxino{
		width: 100%;
		margin-top: 20px;
	}
	.boxino:nth-of-type(3n) .boxino-height{
		padding-bottom: 60%;
	}
	.boxino-info{
		opacity: 1;
	}
	.boxino-cont h4{
		font-size: 1.8em;
		line-height: 1.0em;
	}
	.home .wrap-box .box:first-child {
    	width: 100%;
	}
	.home .wrap-box .box {
	    width: 100%;
	}
	.home .wrap-box .box:nth-child(3n) .altezza {
    	padding-bottom: 55%;
	}
	.home .box, .fotolito .box, .rendering .box, .web .wrap-box {
    	margin-top: 50px;
	}
	#footer .wrapper {
    	padding: 35px 0;
	}
	#footer img {
    	width: 100px;
	}
	#footer .menufooter{
		display: none;
	}
	#footer .contactss {
	    margin-top: 20px;
	    display: inherit;
	}
	#footer .contactss ul:last-child {
	    margin-top: 20px;
	}
	.no-touchevents .box .hover {
    	opacity: 1;
	}
	blockquote{
		font-size: 1.5em;
	}
	.home-video {
    	width: 100%;
	}
}
@media screen and (max-width: 600px){
	.testata .wrap-logo {
		padding: 15px 0;
	    width: 120px;
	}
	.testata #main-nav .button {
    	margin-top: 15px;
	}
	.lang {
	    margin-top: 15px;
	}
	.menu-panel ul li a {
		font-size: .7em;
	}
	.lang li a{
		font-size: 1em;
	}
}
