@font-face{font-family:'icons';src:url('../fonts/icons.eot?x3mvmf');src:url('../fonts/icons.eot?x3mvmf#iefix') format('embedded-opentype'), url('../fonts/icons.ttf?x3mvmf') format('truetype'), url('../fonts/icons.woff?x3mvmf') format('woff'), url('../fonts/icons.svg?x3mvmf#icons') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-safe:before{content:"\e907"}.icon-dl:before{content:"\e905"}.icon-how3:before{content:"\e906"}.icon-how2:before{content:"\e900"}.icon-how1:before{content:"\e901"}.icon-report:before{content:"\e902"}.icon-arrow:before{content:"\e903"}.icon-check:before{content:"\e904"}.icon-info:before{content:"\e908"}.icon-load:before{content:"\e982"}
.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

* {
	padding: 0;
	margin: 0;
}
:focus {
	outline: 0;
}
html,
body {
	height: 100%;
}
body {
	background: #451272;
	background: -moz-linear-gradient(-70deg, #451272 0%, #21b1d0 100%);
	background: -webkit-linear-gradient(-70deg, #451272 0%,#21b1d0 100%);
	background: linear-gradient(160deg, #451272 0%,#21b1d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#451272', endColorstr='#21b1d0',GradientType=1 );
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}
#bg-wrap {
	background: url('../img/bg_squares.png');
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	box-sizing: border-box;
}
#main-wrap {
	width: 480px;
	height: 515px;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}
#file-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 125px;
	height: 125px;
	background: #3360a0;
	border: 12px solid #2e77ae;
	margin: 0 auto;
	background-image: url('../img/file.png');
	background-repeat: no-repeat;
	background-size: 61px 75px;
	background-position: center center;
}
#main-wrap #report {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #e2e5ea;
	cursor: pointer;
}
#main-wrap #report i {
	font-size: 32px;
}
#main-wrap #report span {
	display: none;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: super;
	padding: 0 2px 0 15px;
	font-weight: 600;
}
#main-wrap #report:hover {
	background: #e2e5ea;
	color: #ffffff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	height: 26px;
	margin: 3px;
	text-align: right;
}
#main-wrap #report:hover i {
	font-size: 26px;
}
#main-wrap #report:hover span {
	display: inline-block;
}
#main-wrap h1 {
	margin-top: 25px;
	margin-bottom: 14px;
	color: #342828;
	font-weight: 700;
	font-size: 30px;
}
#main-wrap h2 {
	color: #000;
	font-weight: 400;
	font-size: 22px;
}
#main-wrap h3 {
	margin-top: 0px;
	color: #909aa8;
	font-weight: 600;
	font-size: 16px;
}
#download {
	text-transform: uppercase;
	background: #ff7443;
	width: 400px;
	height: 60px;
	margin: 25px auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 800;
	border: none;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	cursor: pointer;
	transition: all 250ms ease-in-out;
	border: 2px solid #ff7443;
}
#download:hover {
	background: #ffffff;
	color: #ff7443;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(255,116,67,0.25);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(255,116,67,0.25);
	box-shadow: inset 0px 0px 15px 0px rgba(255,116,67,0.25);
}
#download i {
	font-size: 28px;
	vertical-align: middle;
}
#main-wrap p {
	color: #B8BEC5;
	font-size: 12px;
	padding: 0 80px;
	letter-spacing: 0.03em;
}
#main-wrap p a {
	color: #B8BEC5;
	text-decoration: underline;
}
#main-wrap p a:hover {
	color: #8b9198;
	text-decoration: none;
}
#md5 {
	background: #eaedf1;
	color: #5d7296;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#av-wrap {
	display: none;
}
#how {
	text-align: center;
	margin-top: 50px;
	color: #ffffff;
}
#how h1 {
	font-weight: 600;
	font-size: 24px;
}
#how hr {
	height: 4px;
	background: #ffffff;
	border: none;
	width: 70px;
	margin: 6px auto 30px;
}
#how ul#steps {
	list-style: none;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
#how ul#steps li {
	display: inline-block;
	width: 30%;
	float: left;
	margin-right: 5%;
}
#how ul#steps li:last-child {
	margin-right: 0;
}
#how ul#steps li i {
	font-size: 70px;
	float: left;
}
#how ul#steps li span {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding-left: 10px;
}
#footer {
	color: #eaedf1;
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	margin-bottom: 5px;
	opacity: 0.5;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer #disclaimer {
	display: none;
}
#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #21232a;
	background: rgba(33,35,42,0.5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(33,35,42,0.1) 0%, rgba(33,35,42,0.9) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(33,35,42,0.1) 0%, rgba(33,35,42,0.9) 100%);
	background: radial-gradient(ellipse at center, rgba(33,35,42,0.1) 0%, rgba(33,35,42,0.9) 100%);
}
#offer-overlay {
	width: 700px;
	margin: 60px auto 0;
	-webkit-box-shadow: 0px 0px 30px 3px #21232a;
	-moz-box-shadow: 0px 0px 30px 3px #21232a;
	box-shadow: 0px 0px 30px 3px #21232a;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#offer-overlay #overlay-header {
	background: #5b6bbd;
	background: -moz-linear-gradient(left,  #5b6bbd 0%, #3f93da 100%);
	background: -webkit-linear-gradient(left,  #5b6bbd 0%,#3f93da 100%);
	background: linear-gradient(to right,  #5b6bbd 0%,#3f93da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6bbd', endColorstr='#3f93da',GradientType=1 );
	height: 90px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	line-height: 90px;
}
#offer-overlay #overlay-header h1 {
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
#offer-overlay iframe {
	border: none;
	width: 100%;
	height: 480px;
}
#offer-overlay #overlay-footer {
	background: #ffffff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: center;
	padding: 25px 15px 15px 15px;
	margin-top: -5px;
}
#offer-overlay #overlay-footer #overlay-valid {
	color: #000000;
	font-weight: 600;
	margin-bottom: 15px;
}
#offer-overlay #overlay-footer #overlay-footer-text {
	color: #9ca2ab;
	font-weight: 400;
	font-size: 12px;
}
#offer-overlay #overlay-footer #overlay-footer-text a {
	color: #9ca2ab;
	text-decoration: underline;
}
#offer-overlay #overlay-footer #overlay-footer-text a:hover {
	color: #9ca2ab;
	text-decoration: none;
}
html#offer-frame > body {
	background: #f3f4f7;
}
html#offer-frame p#offer-subheader {
	color: #6d7584;
	font-size: 15px;
	margin: 25px;
	text-align: center;
}
html#offer-frame ul#offer-list {
	margin-top: 20px;
	list-style: none;
}
html#offer-frame ul#offer-list > li {
	background: #fff;
	padding: 20px 50px;
	margin: 12px 40px 0px 40px;
	color: #000000;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 16px;
	font-weight: 600;
}
html#offer-frame ul#offer-list > li:not(.clicked):hover {
	box-shadow: 0px 1px 8px 0px rgba(103,109,119,0.8);
}
html#offer-frame ul#offer-list > li:not(.clicked):hover span.arrow {
	color: #616161;
}
html#offer-frame ul#offer-list > li.clicked {
	opacity: 0.5;
}
html#offer-frame ul#offer-list span.tick {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	background: #2dcc70;
	border-radius: 50%;
	color: #F4FCF7;
	line-height: 22px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(103,109,119,0.5);
	width: 22px;
	font-size: 15px;
	text-align: center;
}
html#offer-frame ul#offer-list span.arrow {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	color: #b6bfcf;
	line-height: 22px;
	width: 22px;
	font-size: 20px;
	transition: all 0.2s ease;
}
html.how-right #outer-wrap {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
html.how-right #main-wrap {
	float: left;
}
html.how-right #how {
	float: right;
	text-align: left;
	max-width: 320px;
	margin-top: 75px;
	margin-right: 20px;
}
html.how-right #how hr {
	margin: 10px 0 40px;
}
html.how-right #how ul#steps li {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 35px;
}
html.how-right #footer {
	margin-top: 80px;
}
html.how-left body {
	background: #75a6e7;
	background: -moz-linear-gradient(-70deg, #a5a3eb 0%, #75a6e7 100%);
	background: -webkit-linear-gradient(-70deg, #a5a3eb 0%,#75a6e7 100%);
	background: linear-gradient(160deg, #a5a3eb 0%,#75a6e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a3eb', endColorstr='#75a6e7',GradientType=1 );
	background-attachment: fixed;
}
html.how-left #outer-wrap {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
}
html.how-left #main-wrap {
	float: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
html.how-left #main-wrap #file-icon {
	background-color: #97b9eb;
	border: 12px solid #e1e4e9;
}
html.how-left #main-wrap #download {
	background: #5ac7fc;
	border: 2px solid #5ac7fc;
}
html.how-left #main-wrap #download:hover {
	color: #5ac7fc;
	background: #ffffff;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(90,199,252,0.25);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(90,199,252,0.25);
	box-shadow: inset 0px 0px 15px 0px rgba(90,199,252,0.25);
}
html.how-left #main-wrap #md5 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
html.how-left #how {
	float: left;
	text-align: center;
	max-width: 420px;
	margin-top: 0px;
	background: #3e597b;
	height: 470px;
	padding-top: 75px;
}
html.how-left #how hr {
	margin: 10px auto 45px;
}
html.how-left #how ul#steps li {
	float: none;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 35px;
}
html.how-left #footer {
	margin-top: 80px;
}
html.av .scan-wrap {
	background: #eaedf1;
	height: 5px;
}
html.av .scan-progress {
	background: #61e894;
	height: 5px;
}
html.av #av-wrap {
	display: block;
	background: #ffffff;
	overflow: hidden;
	width: 480px;
	margin: 30px auto 0;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 150px;
}
html.av #av-wrap #av-header {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #e9ecf0;
}
html.av #av-wrap #av-header h1 i {
	font-size: 40px;
	vertical-align: -10px;
	padding-right: 15px;
	padding-left: 25px;
	color: #61e894;
	display: none;
}
html.av #av-wrap #av-header h1 img {
	vertical-align: -8px;
	padding-right: 15px;
	padding-left: 25px;
	height: 28px;
	width: 28px;
}
html.av #av-wrap #av-header h1 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}
html.av #av-wrap ul#av-list {
	margin-top: 20px;
	list-style: none;
}
html.av #av-wrap ul#av-list li {
	width: 120px;
	display: inline-block;
	text-align: center;
	margin-left: 28px;
}
html.av #av-wrap ul#av-list li img {
	max-height: 25px;
	margin-bottom: 5px;
}
html.av #footer {
	margin-top: 120px;
}
html.av #footer #disclaimer {
	display: block;
}
html.how-right.av #av-wrap,
html.how-left.av #av-wrap {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 660px;
	left: auto;
	right: auto;
	margin: auto;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
}
html.how-left.av #av-wrap {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
html.how-right.av #av-wrap #av-header,
html.how-left.av #av-wrap #av-header {
	height: auto;
	line-height: 95px;
	float: left;
	border-bottom: none;
}
html.how-right.av #av-wrap #av-header h1 i,
html.how-left.av #av-wrap #av-header h1 i {
	font-size: 50px;
	vertical-align: -15px;
	padding-right: 15px;
	padding-left: 25px;
}
html.how-right.av #av-wrap #av-header h1 img,
html.how-left.av #av-wrap #av-header h1 img {
	vertical-align: -8px;
	padding-right: 15px;
	padding-left: 25px;
	height: 32px;
	width: 32px;
}
html.how-right.av #av-wrap #av-header h1,
html.how-left.av #av-wrap #av-header h1 {
	font-size: 22px;
}
html.how-right.av #av-wrap ul#av-list,
html.how-left.av #av-wrap ul#av-list {
	width: 500px;
	float: right;
	margin-top: 30px;
}
html.how-right.av #av-wrap ul#av-list li,
html.how-left.av #av-wrap ul#av-list li {
	width: 120px;
	margin-left: 30px;
}
html.how-right.av #footer,
html.how-left.av #footer {
	margin-top: 180px;
}