article {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin: 5px 0px 30px 0px;
}

section {
	margin: 5px;
	padding: 0px;
	border: solid 10px #2b2b2b;
	height: 100%;
}

.flipper{
	width: auto;
	height: 100%;
}

.flip-container {
	width: 100%; perspective:1000; -webkit-perspective:1000;
}

.front, .back {
	width: 100%;
}

.flipper {
	transition:.6s;
	transform-style:preserve-3d;
	-webkit-transition:.6s;
	-webkit-transform-style:preserve-3d;
	position:relative;
}

.front,.back {
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	position:absolute; top:0; left:0;
}

.front {
	z-index:2;
}

.flip-container:hover .flipper, .flip-container.hover .flipper, .back {
	transform:rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

/**************************************
*         BOX TOP STANDARD
**************************************/

article.box-top {
	height: 320px;
}

/**************************************
*               HYSTER BOX
**************************************/

article.hyster {
	background-size: auto;
	/*width: 65% !important;*/
	width: 50% !important;
}

section.hyster {
	/*background-image: url(/img/bg-hyster-box.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
}

section.hyster >  div.content.front {
	right: 0px;
	width: 100%;
	height: 100%;
	/*background-image: url(/img/hyster-elevatore-trattore-2.png), url(/img/bg-hyster-box.jpg);*/
	background-image: url(/img/hyster-elevatori.png), url(/img/bg-hyster-box.jpg);
	background-position: right bottom, center;
	/*background-size: 60%, 100% 100%;*/
	background-size: 60%, 100% 100%;
	background-repeat: no-repeat;
}

section.hyster >  div.content.back {
	width: 100%;
	height: 100%;
	background-color: #000;
}

section.hyster > div.content.front  > div.logo {
	/*width: 13%;*/
	width: 40%;
	min-width: 100px;
	/*margin: 15px 0px 0px 25px;*/
	margin: 5px 0px 0px 10px;
}

section.hyster > div.content.front > div.logo > img {
	width: 100%;
}

section.hyster > div.content.front  > div.text > div {
	clear: both;
	float: left;
	background-color: #000;
	padding: 5px 15px;
	margin: 5px 15px 0px 15px;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 20px;
	line-height: 25px;
}

/**************************************
*               YALE BOX
**************************************/

article.yale {
	/*width: 35% !important;*/
	width: 50% !important;
}

section.yale {
	background-image: url(/img/bg-yale-box.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

section.yale > div.content {
	float: right;
	z-index: 99;
	position: relative;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/img/yale-transpallet-elevatore-trattore.png);
	background-position: right bottom;
	/*background-size: 45%;*/
	background-size: 65%;
	background-repeat: no-repeat;
}

section.yale > div.content > div.logo {
	/*width: 35%;*/
	width: 50%;
	min-width: 120px;
	margin: 10px 0px 0px 5px;
}

section.yale > div.content > div.logo > img {
	width: 100%;
}

section.yale > div.content > div.text > div {
	clear: both;
	float: left;
	background-color: #ebebeb;
	padding: 5px 15px;
	margin: 5px 15px 0px 15px;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	position: relative;
	top: 20px;
	line-height: 25px;
	box-shadow: 1px 1px 5px #a4a4a4;
}


/**************************************
*         BOX BOTTOM STANDARD
**************************************/

article.box-bottom {
	
	width: 25% !important;
	height: 300px;
	
}

/**************************************
*        BOX BOTTOM MYUSATO
**************************************/

article.box-bottom.myusato{
	width: 32% !important;
}

section.myusato > div.content.front {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(/img/cls-usato-box-image.png);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

section.myusato > div.content.front > div.logo {
	width: 35%;
	float: left;
	clear: both;
	min-width: 50px;
	margin: 5px 10px;
	margin-bottom: 10px;
}

section.myusato > div.content.front > div.logo > img{
	width: 100%
}

section.myusato > div.content.front > div.scritta-scopri {
	background-color: #000;
}

section.myusato > div.content.front > div.scritta-myusato{
	width: 40%;
	position: relative;
	left: 30px;
	background-color: #000;
	padding: 3px 15px;
}

section.myusato > div.content.front > div.scritta-scopri > img{
	width: 100%;
}


section.myusato > div.content.front > div.scritta-myusato > img{
	width: 100%
}

section.myusato > div.content.front > div.scritta-scopri-usato {
	clear: both;
	font-size: 2em;
	font-weight: bold;
	background-color: #000;
	width: auto;
	text-align: center;
	color: #fff;
	padding: 15px;
}

section.myusato > div.content.front > div.myusato-garantito {
	width: 40%;
	float: right;
	position: absolute;
	min-width: 50px;
	margin: 0px 25px;
	right: 5px;
	-ms-transform: rotate(-12deg); /* IE 9 */
	-webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
	transform: rotate(-12deg);
}

section.myusato > div.content.front > div.myusato-garantito > img{
	width: 100%
}

section.myusato > div.content.back {
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffcd11;
}

section.myusato > div.content.back > div.ragioni {
	float: left;
	clear: both;
	margin: 20px 10px;
	width: 100%;
}

section.myusato > div.content.back > div.ragioni > div.text-list {
	float: left;
	clear: both;
	color: #000;
	margin: 2px 5px;
	width: 100%;
}

section.myusato > div.content.back > div.ragioni > div.text-list > div.text {
	float: left;
	color: #000;
	margin: 0px 2px;
	width: 70%;
}

section.myusato > div.content.back > div.ragioni > div.text-list > div.img {
	float: left;
	color: #000;
	margin: 0px 2px;
	width: 10%;
}

section.myusato > div.content.back > div.ragioni > div.text-list strong{
	font-family: Datacron;
	font-size: .8em;
	color: #000
}

section.myusato > div.content.back > div.box-facility {
	width: 95%;
	position: absolute;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}

/**************************************
*        BOX BOTTOM MAFI
**************************************/

section.mafi{
	background-color: #141414;
	background-image: url(/img/mafi_home.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

section.mafi > div.content > div.logo {
	width: 40%;
	min-width: 50px;
	margin: 15px 0px 0px 15px;
}

section.mafi > div.content > div.logo > img {
	width: 100%;
}

section.mafi > div.content > span.text {
	clear: both;
	float: left;
	padding: 5px 10px;
	margin: 0px 15px 0px 15px;
	font-size: 1em;
	color: #f29400;
	font-weight: bold;
	line-height: 16px;
	background-color: #fff;
}

/**************************************
*        BOX BOTTOM AGILOX
**************************************/

section.agilox{
	background-color: #141414;
	background-image: url(/img/agilox_home.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

section.agilox > div.content > div.logo {
	width: 40%;
	min-width: 50px;
	margin: 15px 0px 0px 15px;
}

section.agilox > div.content > div.logo > img {
	width: 100%;
}

section.agilox > div.content > span.text {
	clear: both;
	float: left;
	padding: 5px 10px;
	margin: 0px 15px 0px 15px;
	font-size: 1em;
	color: #f29400;
	font-weight: bold;
	line-height: 16px;
	background-color: #fff;
}

/**************************************
*        BOX BOTTOM HSM
**************************************/

section.hsm {
	background-color: #141414;
	background-image: url(/img/hsm-sf-2.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

section.hsm> div.content > div.logo {
	width: 40%;
	min-width: 50px;
	margin: 15px 0px 0px 15px;
}

section.hsm > div.content > div.logo > img {
	width: 100%;
}

section.hsm> div.content > div.assistenza {
	position: relative;
	float: right;
	display: inline-block;
	width: 25%;
	min-width: 60px;
	max-width: 120px;
	margin: 15px 15px 0px 15px;
}

section.hsm > div.content > div.assistenza > img {
	width: 100%;
}

section.hsm > div.content > span.text {
	clear: both;
	float: left;
	padding: 5px 10px;
	margin: 0px 15px 0px 15px;
	font-size: 1em;
	color: #ff0e07;
	font-weight: bold;
	line-height: 16px;
	background-color: #fff;
}

/**************************************
*        BOX BOTTOM UTILEV
**************************************/

article.box-bottom.utilev{
	width: 18% !important;
}

section.utilev {
	background-color: #141414;
	background-image: url(/img/utilev-sf-1.png);
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
}


section.utilev > div.content {
	background-color: #FFF;
	width: 50px;
	height: 100%;
}

section.utilev > div.content > div.logo {
	position: absolute;
	z-index: 1;
	width: 8%;
	min-width: 50px;
	margin: 15px 0px 0px 15px;
}

section.utilev > div.content > div.logo > img {
	width: 100%;
}

section.utilev > div.content > div.text {
	position: relative;
	left: -200%;
	top: 50%;
	width: 200px;
	clear: both;
	float: left;
	padding: 5px 10px;
	margin: 0px 15px 0px 15px;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	background-color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/**************************************
*        RESPONSIVE RULE
**************************************/
@media only screen and (max-width: 1920px) {
	
	
	section.myusato > div.content.front > div.logo {
		/*width: 35% !important;
		float: left;
		min-width: 50px;
		margin: 5px 10px;*/
	}
	
	section.myusato > div.content.back > div.box-facility > img {
		clear: both;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 32%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		border: solid 1px #000
	}
	
	section.myusato > div.content.back > div.ragioni {
		float: left;
		clear: both;
		margin: 20px 2px;
		width: 45%;
		border: solid 0px #000
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.text {
		margin: 5px 0px 5px 15px;
	}
	
	section.myusato > div.content.front > div.myusato-garantito {
		
	}
	
	section.myusato > div.content.back > div.box-facility {
		width: 60%;
		margin: 20px 5px;
		text-align: center;
		float: right;
		border: solid 0px #000;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 45%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		border: solid 1px #000;
		margin: 2px 0px;
	}
	
	section.myusato > div.content.back > div.text {
		clear: both;
		position: absolute;
		bottom: 10px;
		background-color: #000;
		padding: 5px 15px;
		margin: 5px 15px 0px 15px;
		font-size: .9em;
		color: #fff;
		font-weight: bold;
		line-height: 20px;
	}
	
}

@media only screen and (max-width: 1366px) {
	
	section.myusato > div.content.back > div.box-facility {
		width: 64%;
		margin: 20px 5px;
		text-align: center;
		float: right;
		right: -15px;
		border: solid 0px #000;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 40%;
		display: inline-block;
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
		border: solid 1px #000
	}
	
}

@media only screen and (max-width: 1280px) {
	
	section.hyster >  div.content.front {
		background-size: 70%, 100% 100%;
	}
	
	article.box-bottom {
		width: 50% !important;
		height: 250px;
	}
	
	article.box-bottom.myusato{
		width: 50% !important;
	}
	
	article.box-bottom.utilev{
		width: 50% !important;
	}
	
	section.myusato > div.content.front > div.logo {
		width: 25%;
		float: left;
		clear: both;
		min-width: 50px;
		margin: 5px 10px;
		margin-bottom: 10px;
	}
	
	section.myusato > div.content.front > div.scritta-scopri-usato {
		clear: both;
		font-size: 1.8em;
		font-weight: bold;
		background-color: #000;
		width: auto;
		text-align: left;
		color: #fff;
		padding: 15px;
	}
	
	section.myusato > div.content.front > div.myusato-garantito {
		width: 30%;
		float: right;
		position: absolute;
		min-width: 50px;
		margin: -30px 25px;
		right: 5px;
		-ms-transform: rotate(-12deg); /* IE 9 */
		-webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
		transform: rotate(-12deg);
	}
	
	section.myusato > div.content.back > div.box-facility {
		width: 60%;
		margin: 20px 5px;
		text-align: center;
		float: right;
		border: solid 0px #000;
		right: 0px;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 45%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		border: solid 1px #000
	}
	
	section.hsm {
		background-position: center 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	section.hsm> div.content > div.assistenza {
		position: relative;
		float: right;
		width: 15%;
		right: 10px;
	}
	
	section.utilev > div.content > div.text {
		position: relative;
		left: 0px;
		top: 40px;
		width: 250px;
		clear: both;
		float: left;
		padding: 5px 10px;
		margin: 0px 15px 0px 15px;
		font-size: 1em;
		color: #000;
		font-weight: bold;
		line-height: 16px;
		background-color: #fff;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	
}

@media only screen and (max-width: 940px) {
	
	section.hyster >  div.content.front {
		background-size: 95%, 100% 100%;
	}
	
	article.box-top {
		width: 50% !important;
	}
	
	article.box-bottom {
		width: 50% !important;
		height: 250px !important;
	}
	
	article.box-bottom.myusato{
		width: 50% !important;
	}
	
	article.box-bottom.utilev{
		width: 50% !important;
	}
	
	section.myusato > div.content.front {
		background-position: center 80px;
	}
	
	section.myusato > div.content.front > div.logo {
		width: 30%;
		float: left;
		clear: both;
		min-width: 50px;
		margin: 5px 8px;
		margin-bottom: 10px;
	}
	
	section.myusato > div.content.front > div.scritta-scopri-usato {
		clear: both;
		font-size: 1.5em;
		font-weight: bold;
		background-color: #000;
		width: auto;
		text-align: left;
		color: #fff;
		padding: 15px;
	}
	
	section.myusato > div.content.front > div.myusato-garantito {
		width: 45%;
		float: right;
		position: absolute;
		min-width: 50px;
		margin: -10px 25px;
		right: 5px;
		-ms-transform: rotate(-12deg); /* IE 9 */
		-webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
		transform: rotate(-12deg);
	}
	
	section.myusato > div.content.back > div.ragioni {
		float: left;
		clear: both;
		margin: 20px 5px;
		width: 45%;
		border: solid 0px #000
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.text {
		margin: 5px 0px 5px 10px;
	}
	
	
	section.myusato > div.content.back > div.box-facility {
		width: 45%;
		margin: 20px 5px;
		text-align: center;
		float: right;
		border: solid 0px #000;
		right: 0px;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 45%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		border: solid 1px #000
	}
	
	section.myusato > div.content.back > div.text {
		line-height: 14px;
		
	}
	
	section.utilev > div.content > div.logo {
		width: 20%;
		margin-left: 0px;
		padding: 0px;
	}
	
	section.utilev > div.content > div.text {
		left: -10px;
		top: 50px;
		width: 200px;
	}
	
}

@media only screen and (max-width: 640px) {
	
	section.hyster > div.content.front  > div.text > div {
		padding: 5px 10px;
		margin: 5px 10px 0px 10px;
		font-size: .8em;
		line-height: 15px;
	}
	
	section.yale > div.content > div.text > div {
		padding: 5px 10px;
		margin: 5px 10px 0px 10px;
		font-size: .8em;
		color: #000;
		line-height: 15px;
	}
	
	article.box-top {
		width: 100% !important;
		height: 250px;
	}
	
	article.box-bottom {
		width: 50% !important;
		height: 200px;
	}
	
	article.box-bottom.myusato{
		width: 50% !important;
		height: 200px;
	}
	
	article.box-bottom.utilev{
		width: 50% !important;
		height: 200px;
	}
	
	section.myusato > div.content.front > div.scritta-scopri {
		left: -5px;
	}
	
	section.myusato > div.content.front > div.scritta-myusato{
		left: 5px;
	}
	
	
	section.myusato > div.content.front > div.logo {
		width: 40%;
		float: left;
		clear: both;
		min-width: 50px;
		margin: 5px 8px;
		margin-bottom: 10px;
	}
	
	section.myusato > div.content.front > div.scritta-scopri-usato {
		clear: both;
		font-size: 1.5em;
		font-weight: bold;
		background-color: #000;
		width: auto;
		text-align: center;
		color: #fff;
		padding: 15px;
	}
	
	section.myusato > div.content.front > div.myusato-garantito {
		width: 55%;
		float: right;
		position: absolute;
		min-width: 50px;
		margin: -10px 25px;
		right: 5px;
		-ms-transform: rotate(-12deg); /* IE 9 */
		-webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
		transform: rotate(-12deg);
	}
	
	section.myusato > div.content.back > div.ragioni {
		float: left;
		clear: both;
		margin: 10px 5px;
		width: 95%;
		border: solid 0px #000
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.text {
		margin: 5px 0px 5px 10px;
		font-size: .8em !important;
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.img {
		width: 20px;
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.img > img{
		width: 100%;
	}
	
	section.myusato > div.content.back > div.box-facility {
		display: none;
		width: 98%;
		margin: 0px 5px;
		text-align: center;
		float: right;
		border: solid 0px #000;
		right: 0px;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 55px;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		border: solid 1px #000
	}
	
	section.myusato > div.content.back > div.text {
		line-height: 14px;
	}
	
	section.hsm> div.content > div.assistenza {
		position: relative;
		float: right;
		width: 25%;
		right: 10px;
	}
	
	section.utilev > div.content > div.logo {
		width: 15%;
		margin-left: 0px;
		padding: 0px;
	}
	
	section.utilev > div.content > div.text {
		left: -10px;
		top: 40px;
		width: 180px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	section.myusato > div.content.front > div.logo {
		width: 35%;
		float: left;
		clear: both;
		min-width: 50px;
		margin: 5px 8px;
		margin-bottom: 10px;
	}
	
	section.myusato > div.content.front > div.scritta-scopri-usato {
		clear: both;
		font-size: 1.5em;
		font-weight: bold;
		background-color: #000;
		width: auto;
		text-align: center;
		color: #fff;
		padding: 15px;
	}
	
	section.myusato > div.content.front > div.myusato-garantito {
		width: 40%;
		float: right;
		position: absolute;
		min-width: 50px;
		margin: -10px 25px;
		right: 5px;
		-ms-transform: rotate(-12deg); /* IE 9 */
		-webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
		transform: rotate(-12deg);
	}
	
	article.box-top {
		width: 100% !important;
		height: 250px;
	}
	
	article.box-bottom {
		width: 100% !important;
		height: 200px;
	}
	
	article.box-bottom.myusato{
		width: 100% !important;
		height: 200px;
	}
	
	article.box-bottom.utilev{
		width: 100% !important;
		height: 200px;
	}
	
	section.myusato > div.content.back > div.ragioni {
		float: left;
		clear: both;
		margin: 10px 0px;
		width: 50%;
	}
	
	section.myusato > div.content.back > div.ragioni > div.text-list > div.text {
		margin: 5px 0px 5px 5px;
		font-size: .9em
	}
	
	section.myusato > div.content.back > div.box-facility {
		width: 45%;
		margin: 20px 0px;
		text-align: center;
		float: right;
		border: solid 0px #000;
		right: 0px;
	}
	
	section.myusato > div.content.back > div.box-facility > img{
		width: 40%;
		display: inline-block;
		margin: 0px 0px 2px 0px;
		padding: 0px;
		border: solid 1px #000
	}
	section.utilev > div.content > div.logo {
		width: 25%;
		margin-left: 0px;
		padding: 0px;
	}
	
	section.utilev > div.content > div.text {
		left: -10px;
		top: 40px;
		width: 250px;
	}
	
}
