#WFItem394041 {
	background: #0097e5; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0097e5 0%, #20b3ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0097e5), color-stop(100%,#20b3ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #0097e5 0%,#20b3ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #0097e5 0%,#20b3ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #0097e5 0%,#20b3ff 100%); /* IE10+ */
	background: linear-gradient(45deg,  #0097e5 0%,#20b3ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097e5', endColorstr='#20b3ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #cfcccc;
	color: #fff;
	margin-top: 20px;
	height: 170px;
	position: relative;
}

#WFItem394041 #content {
	text-align: left;
	padding: 10px 15px 0px 15px;
	position: absolute;
}

#WFItem394041 #circle{
	background: rgba(255,255,255,0.1);
	position: absolute;
	width: 250px;
	height: 250px;
	margin-top: 0px;
	margin-left: 80px;
}

#WFItem394041 h1 {
	margin-top: 10px;
	font-size: 13em;
	color: rgba(255,255,255,0.1);
    z-index: 0;
}

#WFItem394041 .wf-button {
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 1em;
	margin-top: 10px;
    z-index: 999;
    position: relative !important;
}

@font-face{
	font-family: Lato-Reg;
	src: url(../fonts/Lato-Reg.ttf);
}

@font-face{
	font-family: Lato-Lig;
	src: url(../fonts/Lato-Lig.ttf);
}

@font-face{
	font-family: Lato-Bla;
	src: url(../fonts/Lato-Bla.ttf);
}

@font-face {
	font-family: 'FontomasCustomRegular';
	src: url('../fonts/fontomas-webfont.eot');
	src: url('../fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/fontomas-webfont.woff') format('woff'),
		 url('../fonts/fontomas-webfont.ttf') format('truetype'),
		 url('../fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.optin {
	text-align: center;
}

.optin #circle {
	border-radius: 50%;
	background: #00a8ff;
	position: relative;
	margin: 0 auto;
	margin-top: 0.75em;
	width: 7.75em;
	height: 7.75em;
    z-index: 0;
}

.optin h1 {
	font-size: 8em;
	color: #fff;
	font-family: Lato-Bla, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

.optin h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	font-variant: small-caps;
}


.optin label {
	position: relative;
}

.optin #email {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #00A8FF;
	color: #AEAAAA;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 1.125em;
	height: 2em;
	margin-top: 0.5em;
	padding-left: 2em;
	transition: all 0.3s linear 0s;
	width: 95%;
}

.optin #email:focus {
	background: #f9f9f9;
}

.optin [data-icon]:after {
	content: attr(data-icon);
	font-family: 'FontomasCustomRegular';
	font-size: 1.5em;
	color: #00a8ff;
	position: absolute;
	left: 0px;
	top: 4px;
	width: 30px;
}

.wf-button {
	margin-bottom: 0.5em;
	border: none;
	background: #00a8ff;
	height: 2em;
	color: white;
	cursor: pointer;
    z-index: 100 !important;
}

.wf-button:active {
	background: #0098e6;
}