/*
Theme Name: McAfee Renewal
Author: TedFX
Version: 1.0 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: none;
    outline: 0px;
    background: transparent;
    margin: 0px;
    padding: 0;
}

div {
    display: block;
}

.white {
	display: none
}
        
body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #e2e2e2 no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial;
}
        
.wrapper {
	background: #fff url(assets/bglogogray.png) top right no-repeat;
	width: 700px;
	/*text-align: center;*/
	margin: 0px auto;
	padding: 20px 40px;
	padding-bottom: 40px;
	font-size: 15px;
	color: #808080;
	position: relative;
	box-shadow: 1px 1px 5px #666;
	border-top: 80px solid #d31346;
}
        
.header {
	text-align: center;
}
        
h2 {
	font-weight: normal;
	font-size: 26px;
	position: absolute;
	margin-top: -70px;
	color: #fff;
}
        
h4 {
	font-size: 17px;
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
        
.button {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 18px;
	text-align: center;
	background: #0083ff;
	border-radius: 5px;
	border: 0;
}
        
.button:hover {
	background: #1f64a5;
	cursor: pointer;
}
        
p {
	line-height: 1.2em;
}
        
ul {
	margin-bottom: 2em;
}
        
ul li {
	display: inline-block;
	margin-bottom: 6px;
	background: url(assets/tick_small.gif) no-repeat left bottom;
	padding-left: 18px;
	list-style: none;
	margin-left: -20px;
}
        
#audioplayer {
	margin-top: -9999em;
}
        
.offer-button {
	color: white;
	text-decoration: none;
}
		
.epop {
	margin-top: -12px;
	margin-left: -811px;
}
		
#crosshair-h {
	width: 100%;
}

#crosshair-v {
	height: 100%;
}

.hair {
	position: fixed;
	top:0; left:0;
	margin-top: -3px;
	margin-left: -2px;
	background: transparent;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	pointer-events: none;
	z-index: 2;
}

#mousepos {
	position: absolute;
	top:0; left:0;
	padding: 10px;
	margin: 10px;
	font: 14px arial;
	color: #fff;
	background: rgba(255,255,255,0.5);
	border-radius: 24px;
	z-index: 1;
}