/*Eirene hover colors*/
.eirene-fg-bluebayoux-hover:hover{
	color:#67757c;
}
.eirene-fg-aliceblue-hover:hover:{
	color:#eef5f9;
}
.eirene-fg-blue-hover:hover{
	color:rgb(28,129,217);
}
.eirene-fg-lightblue-hover:hover{
	color:rgb(30,136,229);
}
.eirene-fg-smokywhite-hover:hover{
	color:#f2f2f2;
}
.eirene-fg-summersky-hover:hover{
	color:#26c6da;
}
.eirene-fg-black-hover:hover{
	color:rgba(0,0,0,.5);
}
.eirene-fg-white-hover:hover{
	color:#fff;
}

/*Eirene hover shadow*/
.eirene-shadow-hover:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.eirene-shadow2-hover:hover{
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
}

/*Lift or float above appearance*/
.eirene-lift-hover:hover{
	margin-top:-4px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
}

/*transition effects*/
.eirene-rotate-hover:hover{
	transition: all 0.65s;
	transform: rotateY(360deg);
}
.eirene-backgroundfill-red-hover:hover{	
	background: #f00;
	transition: .5s;
}

/*border radius*/
.eirene-bd-radius-10-hover:hover{
	border-radius:10px;
}
.eirene-bd-radius-20-hover:hover{
	border-radius:20px;
}
.eirene-bd-radius-30-hover:hover{
	border-radius:30px;
}
.eirene-bd-radius-40-hover:hover{
	border-radius:40px;
}
.eirene-bd-radius-50-hover:hover{
	border-radius:50px;
}