/* 
Graphic, web design and development by Koimakoi
www.koimakoi.com

Serena Perrotta

*/

@charset "utf-8";
body {
	color: #8B9B94;

}
a:hover {
	color: #8B9B94;

}
.medium {
	color: #727F79;
}
.dark {
	color: #64706B;
}
footer {
	color: #606563;
}

.gelateria-corsi {
	width: 30%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	height: 1px;
	background: #8B9B94;
	margin-top: 15px;
}
.gelateria-corsi:before {
	content: "";
	background: #8B9B94;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	float: left;
	position: relative;
	top: -1px;
}
.gelateria-corsi:after {
	content: "";
	background: #8B9B94;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	float: right;
	position: relative;
	top: -1px;
}
.gelateria-corsi-medium {
	width: 30%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	height: 1px;
	background: #727F79;
	margin-top: 15px;
}
.gelateria-corsi-medium:before {
	content: "";
	background: #727F79;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	float: left;
	position: relative;
	top: -1px;
}
.gelateria-corsi-medium:after {
	content: "";
	background: #727F79;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	float: right;
	position: relative;
	top: -1px;
}
a.btn {
	opacity: 1;
	background: url(https://koimakoi.com/clients/alimento-gelato//corso-gelateria-img/corsi-gelateria-artigianale-alimento-gelato-noise-content.png) repeat #8B9B94;
    padding: 8px 16px;
    z-index: 10000;
    border: 1px solid #fff;
    text-shadow: none;
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
    transition: all 2s linear;
	color:#fff;
	margin-bottom:50px;
	display: inline;
}
a.btn:hover {
	transition: all 2s linear;
	background: url(https://koimakoi.com/clients/alimento-gelato//corso-gelateria-img/corsi-gelateria-artigianale-alimento-gelato-noise-content.png) repeat #83726b;
	color:#fff;
	opacity:1;
}
.koimakoi-img {
	position: relative;
	width:364px;
	height:364px;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}
.koimakoi-show-content {
	opacity: 0;
	position: absolute;
	width:364px;
	height:364px;
	top: 0;
	text-align:center;
	margin:0 auto;

}
.koimakoi-show-content img{
	opacity: 0;
	width:1px;
	height:364px;
	
}
.koimakoi-img:hover .koimakoi-show-content, .koimakoi-img:hover .koimakoi-show-content img{
	opacity: 1;
	width:364px;
	transition:all 1s ease;
}
.koimakoi-img:hover img.hide-content{
	opacity: 0;
	width:0;
	transition:all 1s ease;
}
/* .corsi-gelateria {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing: 1px;
	background: url(https://koimakoi.com/clients/alimento-gelato//gveg-corso-gelato-vegano/gelato-vegano-gveg-alimento-gelato-img/gveg-gelato-vegano-alimento-gelato-bg.png) no-repeat top center;
	margin: 0 auto;
	padding: 0;
	color: #8B9B94;
	text-align: center;
	text-shadow: 0 0 5px #E6DBD6;
}*/

.gelato-vegano-gveg {
	background: none;
}
.gelato-vegano-gveg img {
	z-index: 10000;
}