/*
Theme Name: WKG Home Value Tool
Theme URI: http://www.whoknowsaguy.com/
Author: WKG - Moises
Version: 1.0
*/

/**************
 Reset 
***************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	list-style:none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ins {
    text-decoration:none;
}
mark {
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/**************
 Start Rules 
***************/
body {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
    line-height: 22px;
	margin:0; 
	padding:0;
	color:#ffffff;
	background-image: url(images/bg.jpg);
	background-repeat:  no-repeat;
	background-position: top center;
	background-color: #ffffff;
	background-attachment:fixed;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;;
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
    line-height: 100%;	
}
h1 {
    font-size: 360%;
	text-shadow: 1px 1px 6px #000000;
}
h2 {
    font-size: 300%;
	text-shadow: 1px 1px 6px #000000;
}
h3 {
	font-size:250%;	
	text-shadow: 1px 1px 6px #000000;
}
h4, h5 {
	font-size:120%;	
}
img {
    border: 0 none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
a:hover {
	zoom: 1;
  	filter: alpha(opacity=82);
  	opacity: 0.82;
}

/* Common */
.clear {
	clear:both; 
	margin:0; 
	border:0; 
	padding:0;
}
.container {
	width:960px; margin:0 auto;
	min-width:320px;
}
/*[dynamic]*/
a.button{
	border:none;
    border-bottom: 6px solid #0985ad;
	background:#17aedf;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
	text-align:center;
	color:#ffffff;
	display:table;
	text-decoration:none;
	padding:0 30px;
	margin:0 auto;
}
small {
    color: #000000;
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding: 10px 0 0;
}
.ui-helper-hidden-accessible { display:none !important; }
.ui-autocomplete {
    height: 216px;
    overflow: hidden;
    width: 724px !important;
}
.ui-autocomplete li a {
    background: url(images/autocomplete-icons.png) no-repeat scroll 8px 10px #ffffff;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    color: #444444;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-indent: 28px;
}
/**************
 Main
***************/
#underlay {
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	background:url(images/blackbg.png) repeat top center;
	z-index: -1;
}
#hvtloader {
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	background:url(images/loader5.gif)  no-repeat center center, url(images/blackbg2.png)  repeat top center,  transparent;
	display:none;
}
#wrapper {
    margin: 0 auto;
    width: 998px;
	padding:10px;
}
#wrapper > div {
	padding-bottom:50px;
}
#wrapper h1, #wrapper h2, #wrapper h3 {
	text-align:center;
	margin: 20px 0;
}
#wrapper .form {
	display:block;
}
#wrapper .form li {
	display:block;
	width:100%;
	float:left;
}
#wrapper .form li.left {
	display:block;
	width:44%;
	float:left;
	margin-bottom:20px;
}
#wrapper .form li.right {
	display:block;
	width:54%;
	float:right;
	margin-bottom:20px;
}
#wrapper .form input[type="text"] {
    border: 1px solid #cacaca;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    width: 90%;
}
#wrapper .form select {
    border: 1px solid #cacaca;
    font-size: 18px;
    height: 50px;
    width: 91%;
	padding: 12px 15px;
}
#wrapper .form input[type="submit"] {
	border:none;
    border-bottom: 6px solid #0985ad;
	background:#17aedf;
    font-size: 18px;
    height: 54px;
    line-height: 48px;
	text-align:center;
	color:#ffffff;
	width:90%;
}
.whitebox {
	background:url(images/whitebg.png) repeat 0 0 transparent;
	display:block;
	padding:20px;
	border:2px solid #ffffff;
}
#wrapper .whitebox h3, #wrapper .whitebox h1 {
	text-align:left;
	margin: 0 0 20px;
}
.whitebox-inner {
	background:#ffffff;
	display:block;
	padding:20px;
	border:2px solid #cacaca;
	color:#909090;
}
.whitebox-inner .left {
	display:block;
	float:left;
	width:50%;
	min-width: 380px;
}
.whitebox-inner .left h4 {
	margin-bottom:20px;
}
.whitebox-inner .left p {
	text-align:center;
}
#pinverification .right h4 {
    margin: 20px 0;
    text-align: center;
    width: 90%;
	font-size: 30px;
}
#pinverification .right p {
    text-align: center;
    width: 90%;
	margin:0 0 20px 0;
	font-size: 18px;
	line-height:24px;
}
#pinverification .right a, #pinverification .right a:visited {
	color:#ffffff;
}
#pinverification {
	display:none;
}
.whitebox-inner .right {
	display:block;
	float:right;
	width:50%;
}

#wrapper .second,
#wrapper .third,
#wrapper .fourth,
#wrapper .fifth {
	display:none;
}

/**************
 First
***************/
#wrapper .first {
	padding-top:150px;
}
#wrapper #firstForm {
	margin-top:50px;
}
#wrapper .first .form input[type="text"] {
    width: 724px;
}
#wrapper .first .form input[type="submit"] {
    width: 270px;
}
#wrapper .first-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 6px #000;
}

/**************
 Second
***************/
#wrapper .second {
    background: url(images/blackbg3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding-top: 70px;
    width: 800px;
}
#wrapper .logo {
	margin:0 auto;
	display:block;
	max-width:100%;
}
#wrapper .second .form {
    margin: 0 auto;
    width: 700px;
}
#wrapper .second h3 {
    margin: 0 0 20px;
}
#wrapper .second .form input[type="text"] {
    background: url("images/icon-name.png") no-repeat scroll 6px center #ffffff;
    margin-bottom: 18px;
    text-indent: 44px;
	height:54px;
	line-height:54px;
}
#wrapper .second .form #i_email {
    background: url("images/icon-email.png") no-repeat scroll 6px center #ffffff;
}
#wrapper .second .form #i_phone {
    background: url("images/icon-phone.png") no-repeat scroll 10px center #ffffff;
}
#wrapper .second .form #i_pin {
    background: url("images/icon-pin.png") no-repeat scroll 10px center #ffffff;
	padding: 14px 0 14px 40px;
	height:54px;
}
#wrapper .second .form input[type="submit"] {
    width: 95%;
}
#gformtarget {
	visibility:hidden;
	display:block;
	height:10px;
}

/**************
 Third
***************/
#wrapper .third {
	padding-top:70px;
}
#wrapper .third .form input[type="text"] {
    font-size: 14px;
    height: 30px;
    text-indent: 8px;
	width: 246px;
}
#wrapper .third .form select {
    font-size: 14px;
    height: 34px;
    padding: 6px 4px;
	width: 250px;
}
#wrapper .third .form label {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 30px;
    min-width: 130px;
}
#wrapper .third .form input[type="submit"] {
    width: 94%;
}
#wrapper .third .form li {
	padding-top:20px;
}

/**************
 Fourth
***************/
#wrapper .fourth {
    padding-top: 70px;
}
#wrapper .fourth h1.result {
    color: #17aedf;
    font-size: 70px;
    text-shadow: none;
	text-align:center;
}
#wrapper .fourth h3.fourthh {
	margin:20px 0;
}
#wrapper .fourth h4.fourthh {
    font-size: 24px;
    margin: 36px 0 0;
}
#wrapper .fourth h4 {
	text-align:center;
}
#wrapper .fourth a.button {
	margin-top:20px;
}
#wrapper .fifth {
    padding-top: 70px;
    position: absolute;
    top: 16px;
    z-index: -1;
}
#wrapper .seller {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #cacaca;
    color: #686868;
    margin: 0 auto;
    padding: 6px;
    width: 440px;
}
#wrapper .seller img {
	max-width:143px;
	display:block;
	float:left;
	margin-right:6px;
}
#wrapper .seller span {
	display:block;
	text-align:center;
}
#wrapper .seller span.name {
    font-size: 26px;
    margin-top: 18px;
}
#wrapper .seller span.contact {
    color: #0985ad;
    padding: 4px 0;
}
#wrapper .seller span.email {
	font-weight:bold;
}
/**************
 Utility
***************/
.floatl {
	float:left;
}
.floatr {
	float:right;
}