/* CSS Document */

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	max-height:269px;
	/*border-radius:10px;*/
	padding:2px !important
}

figure.effect-jazz.bg1 {
	background: #3ecaa2;
}

.jazz-box2 {
	background: #fff;
	border:5px solid #3ecaa2;

-moz-transition: all .99s;
-o-transition: all .99s;
-webkit-transition: all .99s;
transition: all .99s;


}
.jazz-box2:hover a
{
	text-decoration:none !important

-moz-transition: all .99s;
-o-transition: all .99s;
-webkit-transition: all .99s;
transition: all .99s;

}
.jazz-box2:hover
{
	border:5px solid #b18f6e;	

-moz-transition: all .99s;
-o-transition: all .99s;
-webkit-transition: all .99s;
transition: all .99s;

}


.jazz-box h2,.jazz-box2 h2
{
	font-size:14pt;
	line-height:45px;
	color:#b18f6e;
	border-bottom:2px solid #277f66;
	float:left;
	margin-left:20px;
}
.jazz-box:hover h2,
.jazz-box2:hover h2
{
	color:#277f66;
	border-bottom:2px solid #b18f6e;
}

figure.effect-jazz:hover.bg1,
figure.effect-jazz:hover.bg2,
figure.effect-jazz:hover.bg3 {
	background: #277f66;

-moz-transition: all .99s;
-o-transition: all .99s;
-webkit-transition: all .99s;
transition: all .99s;

}


figure.effect-jazz img
{
	opacity: 0.9;
	background-color:#277f66;
	border-radius:10px;

-moz-transition: all .99s;
-o-transition: all .99s;
-webkit-transition: all .99s;
transition: all .99s;

}


figure.effect-jazz img
{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
	-webkit-transform: scale3d(1,0.8,1);
	transform: scale3d(0.8,0.8,1);
	
}


figure.effect-jazz:hover img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0.99;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	background-color:#b18f6e;
	border-radius:0;
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}


