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