html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
.hidden { display:none; }

body {
	background: #fff;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
    background: url(bgwomen.jpg) no-repeat center #000;
	background-size: cover;
}
#popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(girl_phone.jpg) no-repeat center #000;
}
.popup_alert {
	position: relative; 
	width: 380px; 
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -90px;
	z-index: 100; 
	padding: 20px; 
	overflow: hidden; 
	border: 1px solid rgb(148, 148, 148);
	border-top-color: #C0C0C0;
	background-color: rgb(237, 237, 237);
	border-radius: 5px;
	box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
.popup_alert .top {
	position:absolute;
	left:-1px;
	top:-1px;
	width:100%;
	height:7px;
	padding: 8px 20px 6px 10px;
	background: #ccc;
	border: 1px solid #696969;
}
.popup_alert .copy_area {
	display: block; 
	padding-top: 0px;
	position: relative;
	left: 22%;
	width: 80%;
}
.popup_alert .copy_area h5 {
	font-size: 14px;
	margin: 10px 0 0;
}
.popup_alert .copy_area p {
		font-size: 13px;
		margin-top:5px;
}
.popup_alert .navbtn {
    margin-top: 10px;
	width: 78px;
	height: 21px;
	border-radius: 4px !important;
	border: 1px solid #9A9A9A;
	background: #ccc;
	font-size: 14px;
}
.popup_alert .alert_icon {
	width: 62px;
	height: 56px;
	background: url(warning.png) 0 0 no-repeat;
	position: absolute;
	left: 23px;
		top: 45px;
}
.radar_scanner {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: url(bgprofiles.jpg) repeat;
    height: 100%;
    width: 100%;
    color: #fff;
	position: fixed;
}
h3.radar_title {
    font-size: 110%;
    line-height: 140px;
}
.circle1 { color: #000; background:#e7e7e7; }
.circle2 { color: rgba(255,255,255,0.8); background:#555; text-shadow:0 1px #666; }
.circle1, .circle2 {
	font-weight: normal;
	margin-left: 0px;
	font-size:23px;
	border-radius:100px;
	padding:5px 15px;
}
.box, .marker_show {
    background: #000;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -185px;
    margin-left: -300px;
    line-height: 28px;
    font-size: 22px;
	text-align: center;
}
.box { display: none; }
.box .ok, .buttons {
    background-color: #3CBC1D;
	border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    width: 40%;
    min-width: 200px;
    padding: 15px 0px;
	margin: 20px auto;
    border-radius: 4px;
    display: block;
	text-align: center;
    text-decoration: none;
}
.boxheader {
	background: #F0557B;
    color: #fff;
	width: 100%;
    min-height: 20px;
    color: #fff;
    font-size: 23px;
    padding: 22px 0;
    margin: 0 auto;
    text-align: center;
}
.box_copy {
    padding: 10px 30px 20px;
	text-align: left;
}
.stepinfo {
    font-size: 18px;
    margin: 10px 0;
	text-align: center;
}
.next, #agree {
	text-align:center;
	font-size:30px;
	padding:10px;
	display:inline-block;
	width: 40%;
	background: #F0557B;
    text-decoration: none;
	color: #fff;
    margin-right: -6px;
	border-radius: 4px 0 0 4px;
    margin-bottom: 20px;
	font-weight: bold;
}
.next.step_button_2 {
	background: #56575B;
	color: #fff;
    border-radius: 0px 4px 4px 0px;
}
.option, .option2, .option3, .option4 {
    width: 60%;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    margin: 0 auto 5px;
    background: url("unchecked_checkbox.png") 10px center no-repeat;
}
.selected, .selected2, .selected3, .selected4 {
    background: url("checked_checkbox.png") 10px center no-repeat;
}
.option-title {
    color: #fff;
    display: block;
    padding: 0;
    margin-left: 50px;
}
@media screen and (max-width: 640px) {
	.box, .marker_show { width:95%; left: 0; margin: -200px 2.5%; }
	
}
@media screen and (max-width: 480px) {
	.popup_alert { width:80%; left: 0; margin: -90px 6%; }
	.box, .marker_show { font-size: 20px; line-height: 25px; }
	#radar img { width: 80%; }
	.option, .option2, .option3, .option4 { width: 80%; }
	h3.radar_title { margin-bottom: -20px; }
	.box_copy { padding: 10px; }
	.boxheader { font-size: 22px; }

}