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

    EXTRA LAYOUT COMPONENTS - certificazione-projectmanager.it (template J51_Jasmine)
    Versione adattata: nessun selettore in conflitto con template.css / nexus.min.css del template.
    Classi disponibili: .two-columns > .six-columns | .image-text-left/right/below |
    .effect-image-1..6 | .hover3d | .testimonial-box | .one-half ... .four-fifth (+ .last)

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


/**************************		CSS3 COLUMNS 		*************************************/

.two-columns, .three-columns, .four-columns, .five-columns, .six-columns {
-webkit-column-width: 300px;
-moz-column-width: 300px;
column-width: 300px;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
margin: 0 0 20px 0;
}

.two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

.three-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

.four-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}

.five-columns {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}

.six-columns {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
}

/********************************			Image with Text 					**************************/


.image-text-left, .image-text-right {
position:relative;
margin:0;
padding:0;
*zoom: 1;
box-shadow: 3px 3px 18px -8px rgba(0, 0, 0, 0.35);
transition: all 0.4s linear;
}

.image-text-left:hover, .image-text-right:hover {
box-shadow: 8px 8px 23px -8px rgba(0,0,0,0.5);
transition: all 0.4s linear;
}

.image-text-left:before, .image-text-left:after,
.image-text-right:before, .image-text-right:after {
display: table;
content: "";
line-height: 0;
}

.image-text-left:after, .image-text-right:after {
clear: both;
}

.image-text-image {
display:block;
text-indent: -9999px;
height:50vh;
min-height:400px;
background-position:50% 50%;
background-repeat:no-repeat;
background-size: cover;
}

.image-text-column {
text-align:center;
padding: 40px 35px 40px 35px;
}

.image-text-column h2 {
border:none;
margin: 10px 0 25px 0;
padding:0;
}

@media screen and (max-width: 700px) {

	.image-text-image {
	min-height:300px;
	}

}

@media screen and (max-width: 550px) {

	.image-text-image {
	min-height:250px;
	}

}

@media screen and (min-width: 980px) {

	.image-text-image {
	position:absolute;
	top:0;
	bottom:0;
	width:50%;
	height:auto;
	min-height:0;
	}
	
	.image-text-column {
	text-align:left;
	float:right;
	width:50%;
	padding: 14px 35px;
	}
	
	.image-text-image, .image-text-column {
	min-height:0;
	}
	
	.image-text-right .image-text-image {
	right:0;
	}
	
	.image-text-right .image-text-column {
	float:left;
	}
	
	.image-text-column h2 {
	margin: 10px 0 45px 0;
	}

}

@media screen and (min-width: 1100px) {

	.image-text-image, .image-text-column {
	min-height:400px;
	}
	
	.image-text-column {
	width:41.66%;
	padding: 24px 46px;
	}
	.image-text-image {
	width:58.34%;
	}

}

@media screen and (min-width: 1300px) {

	.image-text-image, .image-text-column {
	min-height:450px;
	}
	
	.image-text-column {
	width:33.34%;
	padding: 34px 50px;
	}
	.image-text-image {
	width:66.66%;
	}

}

.image-text-column h2, .image-text-column {
color: inherit;
}

.image-text-column a {
display:inline-block;
*display:inline;
*zoom:1;
margin-top:16px;
border:1px solid #333;
letter-spacing: 2px;
line-height: 20px;
font-size:90%;
padding: 7px 20px;
text-transform: uppercase;
transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.image-text-column a:hover {
text-decoration:none;
background: #333;
color:#fff;
transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

/***	special code for editor in Joomla admin 		**/

@media screen and (min-width: 980px) {

	#tinymce .image-text-image {
	width:50% !important;
	box-sizing:border-box;
	}
	
	#tinymce .image-text-column {
	width:50% !important;
	padding: 14px 35px  !important;
	box-sizing:border-box;
	}
	
}


/**		Image with text below 		**/

.image-text-below {
position:relative;
margin:0;
padding:0;
box-shadow: 3px 3px 18px -8px rgba(0, 0, 0, 0.35);
transition: all 0.4s linear;
}

.image-text-below:hover {
box-shadow: 8px 8px 23px -8px rgba(0,0,0,0.5);
transition: all 0.4s linear;
}

.image-text-below .image-text-image {
position:relative;
height:auto;
width:auto;
min-height:0;
min-width:100%;
}

.image-text-below .image-text-column {
float:none;
text-align:left;
padding: 30px 30px;
margin:0;
width:auto;
min-height:0;
background: rgba(0,0,0,0.02);
}

.image-text-below[class*="color-"] .image-text-column {
background: transparent;
}

.image-text-below .image-text-column h2 {
text-align:left;
border:none;
margin: 10px 0 25px 0;
padding:0;
}

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

									IMAGES

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


img.js-border, #tinymce img.js-border {
border-radius: 3px;
margin: 12px 1px 12px 0;
box-shadow : 0px 1px 3px rgba(0,0,0,0.20);
padding : 3px ;
border : 1px solid #ddd ;
border-color: rgba(0,0,0,0.10);
background: rgba(255,255,255,0.26);
}

img.js-border.no-style {
background: transparent;
border-radius: 0;
border:none;
box-shadow:none;
margin: 0;
padding: 0;
}

/*********************		Special Effects for Images 			******************************************/

[class*="effect-image"] img {
display: block;
position: relative;
background: transparent;
border:none;
border-radius: 0;
box-shadow:none;
margin: 0;
padding: 0;
}

[class*="effect-image"] {
position: relative;
overflow: hidden;
margin: 20px 1%;
max-width:98%;
text-align: center;
background:#222;
}

@media screen and (min-width: 980px) {

	[class*="effect-image"] {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
	}

}

[class*="effect-image"] + p, [class*="effect-image"] + h1, [class*="effect-image"] + h2,
[class*="effect-image"] + h3, [class*="effect-image"] + h4, [class*="effect-image"] + h5 {
clear:both;
}


[class*="effect-image"] img {
position: relative;
display: block;
min-width:100%;
}

[class*="effect-image"] figcaption {
margin-top:0 !important;
padding: 26px 16px 0 16px;
color: #fff;
font-size: 1.25em;
}

[class*="effect-image"] figcaption::before,
[class*="effect-image"] figcaption::after {
pointer-events: none;
}

[class*="effect-image"] figcaption,
[class*="effect-image"] figcaption > a {
position: relative;
}

@media screen and (min-width: 980px) {
	
	[class*="effect-image"] figcaption {
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

	[class*="effect-image"] figcaption {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	font-style:normal;
	}

}

[class*="effect-image"] h3 {
text-transform: uppercase;
text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
font-weight: 300;
}

@media screen and (min-width: 980px) {

	[class*="effect-image"] h3 {
	text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
	}

}

[class*="effect-image"] h3, [class*="effect-image"] p {
margin: 0;
padding:0;
}

[class*="effect-image"] p {
letter-spacing: 1px;
font-size: 70%;
padding: 1em 2em 0.5em 2em;
text-transform: none;
}

[class*="effect-image"] h3, [class*="effect-image"] p {
color: #fff;
}

[class*="effect-image"] a, [class*="effect-image"] a:hover {
display:inline-block;
color : white;
font-style:normal;
text-shadow: 0 0 6px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0);
border:1px solid rgba(255,255,255,0.7);
border-radius:12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
margin:20px 0;
padding:7px 12px;
font-size:12px;
text-transform:uppercase;
transition : all 0.4s linear;
}

[class*="effect-image"] a:hover {
color : white;
font-style:normal;
border:1px solid rgba(255,255,255,0.8);
box-shadow: 0 0 6px rgba(0,0,0,0.4);
background: rgba(0,0,0,0.20);
text-decoration:none;
cursor:pointer;
}

[class*="effect-image"] a:focus {
border:1px solid rgba(255,255,255,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
}


/*****		EFFECT 01		**********/

@media screen and (min-width: 980px) {

	.effect-image-1:hover {
	background: #2e5d5a;
	}
	
	.effect-image-1 figcaption {
	padding: 3em;
	}

	.effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	}
	
	.effect-image-1 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	}
	
	.effect-image-1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	}

	.effect-image-1 h3 {
	padding-top: 12%;
	transition: transform 0.35s;
	}
	
	.effect-image-1 h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	}
	
	.effect-image-1 p {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	}
	
	.effect-image-1 img, .effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after, .effect-image-1 p {
	transition: opacity 0.35s, transform 0.35s;
	}
	
	.effect-image-1:hover img {
	opacity: 0.5;
	}
	
	.effect-image-1:hover figcaption::before, .effect-image-1:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
	
	.effect-image-1:hover h3, .effect-image-1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
	.effect-image-1:hover figcaption::after, .effect-image-1:hover h3,
	.effect-image-1:hover p, .effect-image-1:hover img {
	transition-delay: 0.15s;
	}

}


/*****		EFFECT 02		**********/

@media screen and (min-width: 980px) {

	.effect-image-2 {
	background: #22682a; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjI2ODJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjOWI0YTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhMzQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #22682a 0%, #9b4a1b 40%, #3a342a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#22682a), color-stop(40%,#9b4a1b), color-stop(100%,#3a342a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* IE10+ */
	background: linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22682a', endColorstr='#3a342a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	}
	
	.effect-image-2 img {
	opacity: 1;
	transition: opacity 0.35s;
	}
	
	.effect-image-2 figcaption {
	padding: 30px 12px 12px 12px;
	transition: background-color 0.35s;
	}

	.effect-image-2 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	}

	.effect-image-2 h3 {
	margin: 10px 0;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	}
	
	.effect-image-2 figcaption::before,
	.effect-image-2 p {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	}
	
	.effect-image-2:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
	.effect-image-2:hover figcaption::before,
	.effect-image-2:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
	
	.effect-image-2:hover figcaption {
	background-color: rgba(58,52,42,0);
	}
	
	.effect-image-2:hover img {
	opacity: 0.4;
	}
	
}



/*****		EFFECT 03		**********/

@media screen and (min-width: 980px) {

	.effect-image-3 figcaption {
	text-align: right;
	}
	
	.effect-image-3 figcaption:hover {
	background: rgba(0,0,0,0.25);
	}
	
	.effect-image-3 h3, .effect-image-3 p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
	}
	
	
	.effect-image-3 p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	}
	
	.effect-image-3 h3 {
	top: 30px;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	}
	
	.effect-image-3:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
	.effect-image-3 h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	}
	
	.effect-image-3 h3::after,
	.effect-image-3 p {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	}
	
	.effect-image-3:hover h3::after,
	.effect-image-3:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
	.effect-image-3 figcaption a, .effect-image-3 figcaption a:hover {
	margin-top:80px;
	}

}


/*****		EFFECT 04		**********/

@media screen and (min-width: 980px) {

	.effect-image-4 {
	background: #030c17;
	}
	
	.effect-image-4 img {
	opacity: 0.9;
	transition: opacity 0.35s;
	}

	.effect-image-4 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
	}
	
	.effect-image-4 h3 {
	margin: 20% 0 10px 0;
	transition: transform 0.35s;
	}
	
	.effect-image-4 h3 {
	margin: 10px 0;
	}

	.effect-image-4 p {
	padding: 1em;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	}
	
	.effect-image-4:hover h3 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	}
	
	.effect-image-4:hover figcaption::before,
	.effect-image-4:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	}
	
	.effect-image-4:hover figcaption {
	background-color: rgba(58,52,42,0);
	}
	
	.effect-image-4:hover img {
	opacity: 0.4;
	}
	
}


/*****		EFFECT 05		**********/


@media screen and (min-width: 980px) {

	.effect-image-5 {
	background: #2e5d5a;
	}
	
	.effect-image-5 img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}
	
	.effect-image-5:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	}
	
	.effect-image-5 h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
	}
	
	.effect-image-5 p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
	}
	
	.effect-image-5 p {
	width: 80%;
	}
	
	.effect-image-5:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

}

/*****		EFFECT 06		**********/

@media screen and (min-width: 980px) {

	.effect-image-6 {
	background: #3498db;
	}
	
	.effect-image-6 img {
	opacity: 0.95;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	}
	
	.effect-image-6 figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	}
	
	.effect-image-6 p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	transition: opacity 0.35s;
	}
	
	.effect-image-6 p {
	margin: 12px;
	padding: 0 8px;
	max-width: none;
	border-right: 2px solid #fff;
	}

	.effect-image-6 h3 {
	text-align: left;
	}
	
	.effect-image-6:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	}
	
	.effect-image-6:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	}
	
	.effect-image-6:hover p {
	opacity: 1;
	transition-delay: 0.1s;
	}
	
	.effect-image-6 figcaption, .effect-image-6 figcaption a, .effect-image-6 figcaption a:hover {
	text-align:left !important;
	margin-top:30px;
	}
}

/*************************************		Hover3d image effect		***************************/ 

.hover3d {
position:relative;
max-width: 90%;
margin: 5%;
}

.hover3d-card {
position: relative;
will-change: transform;
}

.hover3d-card:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.hover3d-card.hover-in {
transition: -webkit-transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.hover3d-card.hover-out {
transition: -webkit-transform .2s ease-in;
transition: transform .2s ease-in;
transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.hover3d-image {
width: 100%;
max-width: 100%;
display: block;
position:relative;
}

.hover3d .hover3d-image img {
margin:0;
width:100%;
}

.hover3d-image:after {
opacity: 1;
background: radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0) 72%);
content: "";
display: block;
height: 14px;
left: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: -1;
}

.hover3d-detail > div {
padding: 12px;
background:rgba(0,0,0,0.8);
}

.hover3d-title {
margin: 0 0 7px 0;
padding:0;
color:#fff;
font-size:14px;
font-weight: 700;
font-family:verdana;
text-transform: uppercase;
}

.hover3d-text {
font-family:verdana;
font-size:11px;
line-height:1.3;
color:#fff;
}

.hover3d-link {
font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
font-style: normal;
font-weight: 900;
line-height: 1;
font-size:24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.hover3d:hover .hover3d-link:before {
content: "\f00e";
color:#fff;
position:absolute;
top:50%;
left:50%;
text-shadow: 0 0 10px rgba(0,0,0,0.7);
z-index:20;
}

.hover3d a:hover {
text-decoration:none;
}

@media screen and (min-width: 600px) {

	.hover3d-title {
	font-size:16px;
	}
	
	.hover3d-text {
	font-size:13px;
	}

}


@media screen and (min-width: 768px) {

	.hover3d-detail {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	border: 1px solid transparent;
	box-shadow: none;
	transition: all .5s ease;
	}
	
	.hover3d-detail > div {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 0 18px 14px;
	right: 0;
	background: transparent;
	transform: translateZ(20px);
	}
	
	.hover3d:hover .hover3d-detail {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	left: 6%;
	right: 6%;
	top: 6%;
	bottom: 6%;
	transition: all .5s ease;
	}
	
	.hover3d-title {
	font-size:20px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
	}
	
	.hover3d-text {
	font-size:15px;
	}

}


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

									TESTIMONIALS

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

.testimonial-box {
border: 1px solid #ddd;
border-radius: 2px;
margin : 20px 0;
}

.testimonial-header {
background-color: #fcfcfc;
border: 1px solid #fff;
padding: 20px;
position: relative;
}

.testimonial-header .testimonial-content {
border-left: 3px solid #ff6838;
color: #999;
padding-left: 20px;
}

.testimonial-header:after {
position: absolute;
content:'';
bottom: -9px;
left: 20px;
height: 0;
width: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fcfcfc;
z-index: 99;    
}


.testimonial-footer {
position: relative;
background-color: #e9e9e9;
border: 2px solid #fff;
border-top: none ;
color: #777;
padding: 13px 20px 8px 20px;
}

.testimonial-footer span {
color: #434343;
font-weight: 700;
}


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

									COLUMN LAYOUTS

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

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
float:left;
margin : 10px 4% 10px 0 !important;
}

.one-half {
width:48%;
}

.one-third {
width:30.6%;
}

.two-third {
width:65.4%;
}

.one-fourth {
width:22%;
}

.two-fourth {
width:48%;
}

.three-fourth {
width:74%;
}

.one-fifth {
width:16.8%;
}

.two-fifth {
width:37.6%;
}

.three-fifth {
width:58.4%;
}

.four-fifth {
width:79.2%;
}

.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .two-fourth.last,
.three-fourth.last, .one-fifth.last, .two-fifth.last, .three-fifth.last, .four-fifth.last {
margin-right: 0 !important;
}

.one-half.last + *, .one-third.last + *, .two-third.last + *, .one-fourth.last + *,
.two-fourth.last + *, .three-fourth.last + *, .one-fifth.last + *, .two-fifth.last + *,
.three-fifth.last + *, .four-fifth.last + * {
clear:both;
}



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

        RESPONSIVE FIX per le colonne frazionarie (aggiunto: nell'originale mancava)

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

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth,
.one-fifth, .two-fifth, .three-fifth, .four-fifth {
box-sizing: border-box;
}

@media screen and (max-width: 767px) {

	.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth,
	.one-fifth, .two-fifth, .three-fifth, .four-fifth {
	float: none;
	width: 100%;
	margin: 10px 0 !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.one-fourth, .one-fifth, .two-fifth {
	width: 48%;
	}

	.three-fourth, .three-fifth, .four-fifth {
	width: 100%;
	margin-right: 0 !important;
	}

}

/* utility: contenitore che chiude i float delle colonne */
.columns-row:before, .columns-row:after { content:""; display:table; line-height:0; }
.columns-row:after { clear:both; }
