/* This stylesheet is used to style the public-facing components of the plugin. */

.fontSkolar {
	font-family:'Skolar Bold',"Roboto Slab","Droid Serif",Cambria,Georgia,"Times New Roman",Times,serif;
}
.fontProxima,
body .fontProxima,
span.fontProxima,
div.fontProxima {
	font-family: "Proxima Nova Regular","Segoe UI","Roboto","Droid Sans","Helvetica Neue","Arial",sans-serif;
}
.colorElectricBlue {
	color:#4e82c3;
}
h1.inlineTitleBlue,
h2.inlineTitleBlue,
h3.inlineTitleBlue,
h4.inlineTitleBlue,
h5.inlineTitleBlue,
h6.inlineTitleBlue {
	clear:none;
	color:#4e82c3;
}

.inlineTitleBlue a,
a.inlineTitleBlue {
	color:#4e82c3;
	text-decoration:none;	
}
.inlineTitleBlue a:focus,
.inlineTitleBlue a:hover,
a.inlineTitleBlue:focus,
a.inlineTitleBlue:hover {
	text-decoration:underline;
}

.energ1zer.positionAbsolute, .energ1zer .positionAbsolute {
	position:absolute;
}
.energ1zer.bubble div.showtext {
	position:absolute;
	left:0px;
	top:0px;
	border-radius: 180px;
	background-color:#f2f2f2;
	background-color:Black;
	border:0px solid Gray;
	color:White;
	z-index:1;
	opacity:0;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:auto auto;
}
.energ1zer.bubble a:hover div.showtext,
.energ1zer.bubble a:focus div.showtext {
	opacity:1;
}
.energ1zer.bubble div.image {
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
}
.energ1zer.bubble img {
	z-index:2;
	opacity: .8;
	border-radius: 180px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.energ1zer.bubble img.translucid {
	opacity: .8;
}

.energ1zer .grayscale, .energ1zer.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1); /* Older versions of webkit */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%); /* IE 10 */
	filter: gray; /* IE 9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox */
}
@media screen and ( max-width: 800px ) {
	/* Remove hover effects for touchscreens */
	.energ1zer .grayscale, .energ1zer.grayscale
	{
		filter:none;
		-webkit-filter:none;
		-moz-filter:none;
		-o-filter:none;
	}
}
.energ1zer.bubble a:hover img,
.energ1zer.bubble a:focus img {
	filter: grayscale(0);
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.energ1zer.showtext a:hover img,
.energ1zer.showtext a:focus img {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.energ1zer.liner {
	height:8px;
	line-height:8px;
	margin-bottom:5px;
	border-radius:4px;
}
.spacer.p5 {
	line-height:5px;
	height:5px;
}
.spacer.p20 {
	line-height:20px;
	height:20px;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}


.energ1zer.floatLeft, .energ1zer .floatLeft {
	float:left;
	margin:20px 20px 10px 0;
	position:relative;
}
.energ1zer.floatRight, .energ1zer .floatRight {
	float:right;
	position:relative;
}

.rounded20 {
	border-radius:20px;
}
