/*
 * Symptom Checker
 * Developed by WPNukes.com
 * All Rights reserved
 * reselling is prohibited
 *
 */



/* Custom Slider
//////////////////////////////////////////////// */
.symptoms {
	position:relative;
}
.symptom-checker-container {
	width: 100%;
	min-width: 520px;
	height: 410px;
	position: relative;
	top:0px;
	left:0px;
}
.symptoms .symptom-checker-container {
	position:absolute;
}
#symptom_checker {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99;
	display:none;
}
.custom_slides h2 {
    font-size: 16px;
    font-weight: 500;
	line-height:1.5em;
    margin-bottom: 12px !important;
}

.custom_slides {
	width:960px;
	min-height:365px;	
	margin-bottom:20px;
	float:left;
	position:relative;

    color: #6B6B6B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.custom_slides strong {
	font-weight:600;
}

.custom_slides  ol, .custom_slides ul {
    list-style: none outside none;
}

/* Slider Navigation Style 
/////////////////////////////////////////////////////////////////////////// */
.slider_nav {
	width:900px;
	height:320px;
	padding:23px 30px 22px 30px;
	
	position:absolute;
	top:21px;
	left:0px;

	background:#fff url(../symptoms_checker/images/sliderNav.png) left top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	z-index:100;
	display:none;
}
.cancel_symptom_check {
	width:24px;
	height:24px;
	background:url(../symptoms_checker/images/close.png) left top no-repeat;
	position:absolute;
	top:0px;
	right:20px;	
	z-index:25;
}
.cancel_symptom_check:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=64)";
	filter: alpha(opacity=64);
	-moz-opacity:0.64;
	-khtml-opacity: 0.64;
	opacity: 0.64;
}

ul.skelScroll {
	margin:10px 0 0 0;
	padding:0px;	
}
#step_one ul.skelScroll {
	margin-top:25px;
}
ul.skelScroll li {
	display:block;
	height:222px;
	margin:0 12px;
	padding:26px 0px;
	float:left;
	position:relative;
}
ul.skelScroll .thin {
	font-size:26px;
	line-height:24px;
	display:block;
	text-align:right;
}
ul.skelScroll .thick {
	font-size:26px;
	line-height:24px;
	font-weight:600;
	color:#297091;
	display:block;
	text-align:right;
}
ul.skelScroll li.skeletonBox {
	width:110px;
	padding:26px 26px;
	background:#fff;
	border:1px solid #dddddd;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	position:relative;
	cursor:pointer;
}
ul.skelScroll li.skeletonBox:hover, ul.skelScroll li.active {
	background:#f0f0f0 !important;
}
ul.skelScroll li.skeletonBox div {
	width:110px;
	height:222px;
	background-image:url(../symptoms_checker/images/whole-skeleton.png);	
}
.manSkel {
	background-position:0px 0px;
}
.manSkel_back {
	background-position:-799px 0;	
}
.womanSkel {
	background-position:-303px 0;
}
.womanSkel_back {
	background-position:-1102px 0;
}
.kidSkel {
	background-position:-555px 0;
}
.kidSkel_back {
	background-position:-1351px 0;
}
ul.skelScroll li.skeletonBox:hover .manSkel, ul.skelScroll li.active .manSkel {
	background-position:-160px 0;
}
ul.skelScroll li.skeletonBox:hover .womanSkel, ul.skelScroll li.active .womanSkel {
	background-position:-432px 0;
}
ul.skelScroll li.active .womanSkel_back {
	background-position:-1230px 0;
}

ul.skelScroll li.skeletonBox:hover .kidSkel, ul.skelScroll li.active .kidSkel {
	background-position:-666px 0;
}
ul.skelScroll li.active .kidSkel_back {
	background-position:-1463px 0;
}
ul.skelScroll li.skeletonBox:hover .manSkel_back, ul.skelScroll li.active .manSkel_back {
	background-position:-959px 0;
}

ul.skelScroll li.sp {
	width:1px;
	background:#e8e8e8;	
}

ul.skelScroll .cell .left_bar {
	width:10px;
	height:65px;
	background:#388eb7;

	position:absolute;
	top:40%;
	right:-25px;
}
.next_step {
	width:135px;
	height:62px;
	line-height:65px;
	padding:0 30px 0 20px;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
	
	position:absolute;		
	bottom:40%;
	left:-24px;
	
	background:url(../symptoms_checker/images/nextArrow.png) right top no-repeat;

	-webkit-transition: width 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out, color 0.4s ease-in-out;

	transition: width 0.4s ease-in-out, color 0.4s ease-in-out;
}
.next_step:hover {
	color:#b4dbed;
	width:140px;
}
.inactive, .inactive:hover {
	width:135px !important;
	color:#fff !important;
	background-position:right bottom;
}
#step_two .next_step {
	bottom:-1px;
}
#step_two ul.skelScroll li:last-child {
	margin-right:-3px;
}
.terms p {
	line-height:16px;
	margin:8px 0;
}
.terms a {
	color:#467abb;	
}
.terms a:hover {
	text-decoration:underline;	
}
#step_two .buttons {
	margin:15px 0 0 128px;
}
#step_three .buttons {
	margin:16px 0 0 190px;
}

/* Skeliton Results area
///////////////////////////////////////// */
.skelResults {
	height:284px;
	float:left;
	position:relative;
}
ul.skelResults {
	margin:20px 0 0 0;
	padding:0px;	
}

/* Skeleton Selection Styles */
.skelResults .skeleton {
	width:180px;
	padding:0px;
	float:left;
	margin-right:10px;	
	position:relative;
}
.skeleton .view_buttons {
	height:20px;
	position:absolute;
	left:0px;
	bottom:-40px;	
}
.skeleton .view_buttons a {
	font-weight:600;
	font-size:11px;
	color:#333;
	padding-left:20px;
	background-image:url(../symptoms_checker/images/rotate.png);
}

/* Symptom Stats
/////////////////////////// */
.sympton_stats {
	height:266px;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
.sympton_stats .level_one, .sympton_stats .level_two, .sympton_stats .level_three {
	width:200px;
	padding:10px;
	margin-right:20px;
	float:left;

	border:1px solid #ededed;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	position:relative;
}
.sympton_stats .level_one {
	margin-top:28px;
}

.sympton_stats .counter {
	padding-left:2px;
}

.sympton_stats .level_one .cntnt {
	height:236px;	
}

.cntnt .inline_msg{
	width:92%;
	height:auto;
	padding:7px;
	margin:0px;
}

.sympton_stats .level_two {
	margin-top:56px;
}
.sympton_stats .level_two .cntnt {
	height:208px;	
}

.sympton_stats .level_three {
	margin-top:84px;
	margin-right:0px;
}

.sympton_stats .level_three .cntnt {
	height:180px;	
}

.sympton_stats .caption {
	width:210px;
	height:29px;
	line-height:29px;
	font-size:13px;
	font-weight:600;
	
	float:left;
	position:absolute;
	top:-29px;
}
.sympton_stats .caption span.steps{
	display:block;
	height:29px;
	float:left;
	margin-right:10px; 
	padding:0 7px;

	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#ededed;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

.sympton_stats .cyan_bg, .sympton_stats .cyan_bg .caption span.steps {
	background:#ecf5fa;
}

.sympton_stats .cyan_bg .caption {
	color:#1a4b63;
}
.cyan_bg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#cddce5 !important;
}

.sympton_stats .skin_bg, .sympton_stats .skin_bg .caption span.steps {
	background:#f6f6e7;
}
.sympton_stats .skin_bg .caption {
	color:#389a7c;
}
.skin_bg  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#ebebd3 !important;
}

.sympton_stats .purple_bg, .sympton_stats .purple_bg .caption span.steps {
	background:#f4eef7;
}
.sympton_stats .purple_bg .caption {
	color:#a43f3f;
}
.purple_bg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#e9daf0 !important;
}
/* UL syting for Symptom Stats
//////////////////////////////////////////////////// */
.sympton_stats ul {
	color:#000;
	font-weight:400;
}
.sympton_stats ul li {
	line-height:18px;
	padding:4px 15px 4px 0;	
	position:relative;
}
.mCSB_container .level2 {
	padding-right:10px;	
}
.mCSB_container .level2 li {
	padding:4px 16px 4px 0 !important;	
}
.sympton_stats ul li .checkBox {
	position:relative;
	top:1px;
	padding-right:5px;
}
.checkBox input {
	margin:0 5px 0 0;
	position:relative;
	top:2px;
}
.sympton_stats ul li.active {
	background:#fff;
	padding:6px 0px 6px 6px;
	z-index:31;	
}
.sympton_stats ul li.active .checkbox {
	top:0px;
}
.sympton_stats ul ul {
	margin-left:13px;
	color:#666;
}
.sympton_stats ul ul li {
	margin-bottom:0px;	
}
.sympton_stats ul li span {
	display:table-cell;	
}
.sympton_stats ul li .del {
	width:14px;
	height:14px;
	background:#fff url(../symptoms_checker/images/cancel.png) center 3px no-repeat;
	cursor:pointer;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	
	position:absolute;
	top:1px;
	right:0px;
}
.sympton_stats ul li .del:hover {
	background-position:center -25px;
}
.hidden
{
	display:none;
}
/* Choice Popup */
.popup-box {
    width:461px;
	min-height:54px;
    float: left;
    background-color: #fff;
    border: 1px solid #ededed;
    padding:10px;

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;

    position: absolute;
	top:-1px;
	left:95%;
    z-index: 30;
}

.level_one .popup-box .heading
{
	padding:0 10px;
	background:none repeat scroll 0 0 #1B62A9;
	color:#FFFFFF;
}


.popup-box .heading {
	height:30px;
	line-height:30px;
    font-size: 12px;
    font-weight: 400;
    margin:0px 0px 10px 0px;

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.popup-box .heading .button {
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#246685;
	padding:0 8px;
	margin-top:5px;
	float:right;
	background:#e8e8e8;	
	
	text-shadow:none;
}
.popup-box li {
	width:48%;
	float:left;
	padding:2px 2% 2px 0 !important;
}
.popup-box .bottom {
	width:100%;
	float:left;
	line-height:12px;
	padding-top:5px;
	margin-top:5px;
	border-top: 1px solid #ededed;	
}
.popup-box .bottom a {
	color:#256888;
	margin:0px;
}
.popup-box .bottom a:hover {
	text-decoration:underline;
}

/* Common Classes 
///////////////////////////////////// */
.startHere {
	background:#1b62a9 url(../symptoms_checker/images/btn.png) left -3px repeat-x;
	font-size:20px;
	font-weight:600;
	padding:7px 15px;
	color:#fff;
	
	display:inline-block;
	line-height:20px;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	position:relative;
}
.startHere:hover {
	color:#fff;	
}
.startHere:hover, .custom_slides .button:hover {
	text-shadow:none;	
}

.custom_slides .button {
	background:#226382 url(../symptoms_checker/images/btn.png) left -9px repeat-x;
	color:#fff;
	font-weight:600;
	text-shadow:0px 1px 1px #333;
}
.checkBox {
	width:auto;
	margin:0;
	display:inline-block;
	font-size:inherit;
}
.cell {
	height:198px;
	display:table-cell;
	vertical-align:middle;
}

/* Human Body parts selection 
/////////////////////////////////////////////////////////////////// */

/* Man Body Parts 
//////////////////////////////////////////////// */

.back_view {
	background-position:0 0;
}
.front_view {
	background-position:0 -86px;
}

.skelResults .skeleton .man, .skelResults .skeleton .man_back {
	width:132px;
	height:284px;
	margin:0 0 0 10px;
	background-image:url(../symptoms_checker/images/man.png);
}
.skelResults .skeleton .man_back {
	background-position:0 -280px !important;
}

.man ul.parts, .man_back ul.parts {
	width:132px;
	height:284px;
	padding:0px;
	margin:auto;
	position:relative;
}

.man ul.parts li, .man_back ul.parts li {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	list-style:none;
}
.man ul.parts li a, .man_back ul.parts li a {
	display:block;	
	background-image:url(../symptoms_checker/images/man.png);
	background-position:0 -1000px;
}

/* Man Head */
.man ul.parts li.head, .man_back ul.parts li.head {
	width:25px;
	height:33px;
	top:10px;
	left:53px;
}
.man ul.parts li.head a, .man_back ul.parts li.head a {
	height:33px;
}
.man ul.parts li.head a:hover, .man ul.parts li.head a.select {
	background-position:-235px -10px;
}
.man_back ul.parts li.head a:hover, .man_back ul.parts li.head a.select {
	background-position:-235px -290px !important;
}

/* Man Neck */
.man ul.parts li.neck, .man_back ul.parts li.neck {
	width:35px;
	height:12px;
	top:41px;
	left:48px;
}
.man ul.parts li.neck a, .man_back ul.parts li.neck a {
	height:12px;
}
.man ul.parts li.neck a:hover, .man ul.parts li.neck a.select {
	background-position:-1830px -41px;
}
.man_back ul.parts li.neck a:hover, .man_back ul.parts li.neck a.select {
	background-position:-1830px -321px !important;
}

/* Man Chest */
.man ul.parts li.chest, .man_back ul.parts li.chest {
	width:50px;
	height:47px;
	top:51px;
	left:40px;
}
.man ul.parts li.chest a, .man_back ul.parts li.chest a {
	height:47px;
}
.man ul.parts li.chest a:hover, .man ul.parts li.chest a.select {
	background-position:-404px -51px;
}
.man_back ul.parts li.chest a:hover, .man_back ul.parts li.chest a.select {
	background-position:-404px -331px !important;
}

/* Man Forearms */
.man ul.parts li.forearm, .man_back ul.parts li.forearm {
	width:123px;
	height:42px;
	top:90px;
	left:5px;
}
.man ul.parts li.forearm a, .man_back ul.parts li.forearm a {
	height:42px;
}
.man ul.parts li.forearm a:hover, .man ul.parts li.forearm a.select {
	background-position:-550px -90px;
}
.man_back ul.parts li.forearm a:hover, .man_back ul.parts li.forearm a.select {
	background-position:-550px -369px !important;
}


/* Man Arms */
.man ul.parts li.arm, .man_back ul.parts li.arm {
	width:94px;
	height:42px;
	top:53px;
	left:18px;
}
.man ul.parts li.arm a, .man_back ul.parts li.arm a {
	height:42px;
}
.man ul.parts li.arm a:hover, .man ul.parts li.arm a.select {
	background-position:-744px -53px;
}
.man_back ul.parts li.arm a:hover, .man_back ul.parts li.arm a.select {
	background-position:-744px -333px !important;
}

/* Man Hands */
.man ul.parts li.hands, .man_back ul.parts li.hands {
	width:132px;
	height:28px;
	top:127px;
	left:0px;
}
.man ul.parts li.hands a, .man_back ul.parts li.hands a {
	height:28px;
}
.man ul.parts li.hands a:hover, .man ul.parts li.hands a.select {
	background-position:-1089px -127px;
}
.man_back ul.parts li.hands a:hover, .man_back ul.parts li.hands a.select {
	background-position:-1088px -407px !important;
}


/* Man Stomach */
.man ul.parts li.stomach, .man_back ul.parts li.stomach {
	width:47px;
	height:54px;
	top:96px;
	left:41px;
}
.man ul.parts li.stomach a, .man_back ul.parts li.stomach a {
	height:54px;
}
.man ul.parts li.stomach a:hover, .man ul.parts li.stomach a.select {
	background-position:-948px -96px;
}
.man_back ul.parts li.stomach a:hover, .man_back ul.parts li.stomach a.select {
	background-position:-948px -376px !important;
}

/* Man Thighs */
.man ul.parts li.thigh, .man_back ul.parts li.thigh {
	width:56px;
	height:60px;
	top:135px;
	left:38px;
}
.man ul.parts li.thigh a, .man_back ul.parts li.thigh a {
	height:60px;
}
.man ul.parts li.thigh a:hover, .man ul.parts li.thigh a.select {
	background-position:-1307px -137px;
}
.man_back ul.parts li.thigh a:hover, .man_back ul.parts li.thigh a.select {
	background-position:-1307px -417px !important;
}

/* Man Thighs */
.man ul.parts li.calf, .man_back ul.parts li.calf {
	width:56px;
	height:60px;
	top:194px;
	left:37px;
}
.man ul.parts li.calf a, .man_back ul.parts li.calf a {
	height:60px;
}
.man ul.parts li.calf a:hover, .man ul.parts li.calf a.select {
	background-position:-1487px -195px;
}
.man_back ul.parts li.calf a:hover, .man_back ul.parts li.calf a.select {
	background-position:-1487px -475px !important;
}

/* Man Foot */
.man ul.parts li.foot, .man_back ul.parts li.foot {
	width:63px;
	height:20px;
	top:253px;
	left:35px;
}
.man ul.parts li.foot a, .man_back ul.parts li.foot a {
	height:20px;
}
.man ul.parts li.foot a:hover, .man ul.parts li.foot a.select {
	background-position:-1666px -254px;
}
.man_back ul.parts li.foot a:hover, .man_back ul.parts li.foot a.select {
	background-position:-1666px -534px !important;
}

/* ------------------------------- */


/* WOMAN Body Parts 
///////////////////////////////////////////////////////////////////////// */

.skelResults .skeleton .woman, .skelResults .skeleton .woman_back {
	width:132px;
	height:284px;
	margin:0 0 0 30px;
	background-image:url(../symptoms_checker/images/woman.png);
}
.skelResults .skeleton .woman_back {
	background-position:0px -281px !important;
}

.woman ul.parts, .woman_back ul.parts {
	width:132px;
	height:284px;
	padding:0px;
	margin:auto;
	position:relative;
}

.woman ul.parts li, .woman_back ul.parts li {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	list-style:none;
}
.woman ul.parts li a, .woman_back ul.parts li a {
	display:block;	
	background-image:url(../symptoms_checker/images/woman.png);
	background-position:0 -1000px;
}

/* Woman Head */
.woman ul.parts li.head, .woman_back ul.parts li.head {
	width:25px;
	height:32px;
	top:8px;
	left:34px;
}
.woman ul.parts li.head a, .woman_back ul.parts li.head a {
	height:32px;
}
.woman ul.parts li.head a:hover, .woman ul.parts li.head a.select {
	background-position:-177px -8px;
}
.woman_back ul.parts li.head a:hover, .woman_back ul.parts li.head a.select {
	background-position:-177px -289px !important;
}

/* Woman Head */
.woman ul.parts li.neck, .woman_back ul.parts li.neck {
    height: 11px;
    left: 29px;
    top: 40px;
    width: 37px;
}
.woman ul.parts li.neck a, .woman_back ul.parts li.neck a {
	height:11px;
}
.woman ul.parts li.neck a:hover, .woman ul.parts li.neck a.select {
    background-position: -1456px -40px;
}
.woman_back ul.parts li.neck a:hover, .woman_back ul.parts li.neck a.select {
	background-position:-1456px -321px !important;
}


/* WoMan Chest */
.woman ul.parts li.chest, .woman_back ul.parts li.chest {
	width:40px;
	height:43px;
	top:51px;
	left:26px;
}
.woman ul.parts li.chest a, .woman_back ul.parts li.chest a {
	height:43px;
}
.woman ul.parts li.chest a:hover, .woman ul.parts li.chest a.select {
	background-position:-312px -51px;
}
.woman_back ul.parts li.chest a:hover, .woman_back ul.parts li.chest a.select {
	background-position:-312px -332px;
}

/* Man Forearms */
.woman ul.parts li.forearm, .woman_back ul.parts li.forearm {
	width:85px;
	height:42px;
	top:90px;
	left:3px;
}
.woman ul.parts li.forearm a, .woman_back ul.parts li.forearm a {
	height:42px;
}
.woman ul.parts li.forearm a:hover, .woman ul.parts li.forearm a.select {
	background-position:-432px -89px;
}
.woman_back ul.parts li.forearm a:hover, .woman_back ul.parts li.forearm a.select {
	background-position:-432px -370px !important;
}

/* WoMan Arms */
.woman ul.parts li.arm, .woman_back ul.parts li.arm {
	width:68px;
	height:48px;
	top:51px;
	left:13px;
}
.woman ul.parts li.arm a, .woman_back ul.parts li.arm a {
	height:48px;
}
.woman ul.parts li.arm a:hover, .woman ul.parts li.arm a.select {
    background-position: -585px -51px;
}
.woman_back ul.parts li.arm a:hover, .woman_back ul.parts li.arm a.select {
	background-position:-585px -332px !important;
}

/* WoMan Hands */
.woman ul.parts li.hands, .woman_back ul.parts li.hands {
	width:93px;
	height:21px;
	top:130px;
	left:0px;
}
.woman ul.parts li.hands a, .woman_back ul.parts li.hands a {
	height:21px;
}
.woman ul.parts li.hands a:hover, .woman ul.parts li.hands a.select {
	background-position:-858px -131px;
}
.woman_back ul.parts li.hands a:hover, .woman_back ul.parts li.hands a.select {
	background-position:-858px -412px !important;
}


/* WoMan Stomach */
.woman ul.parts li.stomach, .woman_back ul.parts li.stomach {
	width:49px;
	height:53px;
	top:93px;
	left:22px;
}
.woman ul.parts li.stomach a, .woman_back ul.parts li.stomach a {
	height:53px;
}
.woman ul.parts li.stomach a:hover, .woman ul.parts li.stomach a.select {
	background-position:-737px -94px;
}
.woman_back ul.parts li.stomach a:hover, .woman_back ul.parts li.stomach a.select {
	background-position:-737px -375px !important;
}

/* WoMan Thighs */
.woman ul.parts li.thigh, .woman_back ul.parts li.thigh {
	width:52px;
	height:65px;
	top:129px;
	left:21px;
}
.woman ul.parts li.thigh a, .woman_back ul.parts li.thigh a {
	height:65px;
}
.woman ul.parts li.thigh a:hover, .woman ul.parts li.thigh a.select {
	background-position:-1022px -130px;
}
.woman_back ul.parts li.thigh a:hover, .woman_back ul.parts li.thigh a.select {
	background-position:-1022px -411px !important;
}

/* WoMan Thighs */
.woman ul.parts li.calf, .woman_back ul.parts li.calf {
	width:42px;
	height:60px;
	top:190px;
	left:26px;
}
.woman ul.parts li.calf a, .woman_back ul.parts li.calf a {
	height:60px;
}
.woman ul.parts li.calf a:hover, .woman ul.parts li.calf a.select {
	background-position:-1170px -190px;
}
.woman_back ul.parts li.calf a:hover, .woman_back ul.parts li.calf a.select {
	background-position:-1170px -476px !important;
}

/* WoMan Foot */

.woman ul.parts li.foot, .woman_back ul.parts li.foot {
    height: 29px;
    left: 24px;
    top: 248px;
    width: 45px;
}
.woman ul.parts li.foot a, .woman_back ul.parts li.foot a {
	height:29px;
}
.woman ul.parts li.foot a:hover, .woman ul.parts li.foot a.select {
	background-position:-1311px -248px;
}
.woman_back ul.parts li.foot a:hover, .woman_back ul.parts li.foot a.select {
	background-position:-1311px -529px !important;
}




/* KID Body Parts 
//////////////////////////////////////////////// */

.back_view {
	background-position:0 -24px;
}
.back_view:hover, .back_view_selected  {
	background-position:0 0px;	
}
.front_view {
	background-position:0 -86px;
}
.front_view:hover, .front_view_selected {
	background-position:0 -52px;
}

.skelResults .skeleton .kid, .skelResults .skeleton .kid_back {
	width:75px;
	height:284px;
	margin:0 0 0 40px;
	background-image:url(../symptoms_checker/images/kid.png);
}
.skelResults .skeleton .kid_back {
	background-position:-2px -284px !important;
}

.kid ul.parts, .kid_back ul.parts {
	width:75px;
	height:284px;
	padding:0px;
	margin:auto;
	position:relative;
}

.kid ul.parts li, .kid_back ul.parts li {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	list-style:none;
}
.kid ul.parts li a, .kid_back ul.parts li a {
	display:block;	
	background-image:url(../symptoms_checker/images/kid.png);
	background-position:0 -1000px;
}

/* Kid Head */
.kid ul.parts li.head, .kid_back ul.parts li.head {
	width:36px;
	height:45px;
	top:7px;
	left:19px;
}
.kid ul.parts li.head a, .kid_back ul.parts li.head a {
	height:45px;
}
.kid ul.parts li.head a:hover, .kid ul.parts li.head a.select {
	background-position:-142px -8px;
}
.kid_back ul.parts li.head a:hover, .kid_back ul.parts li.head a.select {
	background-position:-143px -291px !important;
}

/* Kid Neck */

.kid ul.parts li.neck, .kid_back ul.parts li.neck {
    height: 8px;
    left: 19px;
    top: 48px;
    width: 36px;
}
.kid ul.parts li.neck a, .kid_back ul.parts li.neck a {
	height:8px;
}
.kid ul.parts li.neck a:hover, .kid ul.parts li.neck a.select {
	background-position:-1258px -48px;
}
.kid_back ul.parts li.neck a:hover, .kid_back ul.parts li.neck a.select {
	background-position:-1260px -332px !important;
}

/* Kid Chest */
.kid ul.parts li.chest, .kid_back ul.parts li.chest {
	width:45px;
	height:54px;
	top:55px;
	left:14px;
}
.kid ul.parts li.chest a, .kid_back ul.parts li.chest a {
	height:54px;
}
.kid ul.parts li.chest a:hover, .kid ul.parts li.chest a.select {
	background-position:-260px -55px;
}
.kid_back ul.parts li.chest a:hover, .kid_back ul.parts li.chest a.select {
	background-position:-260px -339px !important;
}

/* Kid Forearms */
.kid ul.parts li.forearm, .kid_back ul.parts li.forearm {
	width:72px;
	height:34px;
	top:115px;
	left:1px;
}
.kid ul.parts li.forearm a, .kid_back ul.parts li.forearm a {
	height:34px;
}
.kid ul.parts li.forearm a:hover, .kid ul.parts li.forearm a.select {
	background-position:-370px -115px;
}
.kid_back ul.parts li.forearm a:hover, .kid_back ul.parts li.forearm a.select {
	background-position:-370px -115px !important;
}

/* Kid Arms */
.kid ul.parts li.arm, .kid_back ul.parts li.arm {
	width:71px;
	height:64px;
	top:53px;
	left:2px;
}
.kid ul.parts li.arm a, .kid_back ul.parts li.arm a {
	height:64px;
}
.kid ul.parts li.arm a:hover, .kid ul.parts li.arm a.select {
	background-position:-494px -53px;
}
.kid_back ul.parts li.arm a:hover, .kid_back ul.parts li.arm a.select {
	background-position:-493px -337px !important;
}

/* Kid Hands */
.kid ul.parts li.hands, .kid_back ul.parts li.hands {
	width:75px;
	height:27px;
	top:145px;
	left:0px;
}
.kid ul.parts li.hands a, .kid_back ul.parts li.hands a {
	height:27px;
}
.kid ul.parts li.hands a:hover, .kid ul.parts li.hands a.select {
	background-position:-738px -145px;
}
.kid_back ul.parts li.hands a:hover, .kid_back ul.parts li.hands a.select {
	background-position:-738px -429px !important;
}


/* Kid Stomach */
.kid ul.parts li.stomach, .kid_back ul.parts li.stomach {
	width:47px;
	height:46px;
	top:109px;
	left:13px;
}
.kid ul.parts li.stomach a, .kid_back ul.parts li.stomach a {
	height:46px;
}
.kid ul.parts li.stomach a:hover, .kid ul.parts li.stomach a.select {
	background-position:-628px -110px;
}
.kid_back ul.parts li.stomach a:hover, .kid_back ul.parts li.stomach a.select {
	background-position:-628px -394px !important;
}

/* Kid Thighs */
.kid ul.parts li.thigh, .kid_back ul.parts li.thigh {
	width:49px;
	height:74px;
	top:135px;
	left:12px;
}
.kid ul.parts li.thigh a, .kid_back ul.parts li.thigh a {
	height:74px;
}
.kid ul.parts li.thigh a:hover, .kid ul.parts li.thigh a.select {
	background-position:-873px -135px;
}
.kid_back ul.parts li.thigh a:hover, .kid_back ul.parts li.thigh a.select {
	background-position:-872px -419px !important;
}

/* Kid Thighs */
.kid ul.parts li.calf, .kid_back ul.parts li.calf {
	width:40px;
	height:60px;
	top:200px;
	left:17px;
}
.kid ul.parts li.calf a, .kid_back ul.parts li.calf a {
	height:60px;
}
.kid ul.parts li.calf a:hover, .kid ul.parts li.calf a.select {
	background-position:-1001px -198px;
}
.kid_back ul.parts li.calf a:hover, .kid_back ul.parts li.calf a.select {
	background-position:-1001px -482px !important;
}

/* Kid Foot */
.kid ul.parts li.foot, .kid_back ul.parts li.foot {
	width:48px;
	height:20px;
	top:253px;
	left:13px;
}
.kid ul.parts li.foot a, .kid_back ul.parts li.foot a {
	height:20px;
}
.kid ul.parts li.foot a:hover, .kid ul.parts li.foot a.select {
	background-position:-1120px -254px;
}
.kid_back ul.parts li.foot a:hover, .kid_back ul.parts li.foot a.select {
	background-position:-1119px -537px !important;
}

.slide_overlay {
	width:100%;
	height:100%;
	background-color:#000;

	filter: alpha(opacity=30); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE */
	-moz-opacity: .30; /*older Mozilla*/
	-khtml-opacity: 0.3;   /*older Safari*/
	opacity: 0.3;   /*supported by current Mozilla, Safari, and Opera*/

	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.clear {
    clear: both;
}
.custom_slides a {
    text-decoration: none;
}
.custom_slides a.button, .custom_slides input.button {
    background-color: #1B62A9;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    transition: background-color 0.2s linear 0s;
}




@media only screen and (min-width: 768px) and (max-width: 959px) {
.custom_slides {
	width:100%;
	min-height:320px;
}
.startHere {
	font-size:18px;
}
.slider_nav {
	width:100%;
	padding:10px 10px 10px 10px;
	top:45px;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
	   -o-box-sizing: border-box;
	      box-sizing: border-box;


}
ul.skelScroll {
	margin-top:20px;	
}
#step_one ul.skelScroll {
	margin-top:39px;
}
ul.skelScroll li {
	height:220px;
	padding:5px 0;
	margin:0 8px;
}
ul.skelScroll li.skeletonBox {
	width:110px;
	padding:5px;
}
#step_two .buttons {
	margin:10px 0 0 115px;
}
.cell {
	height:198px;	
}
ul.skelScroll .cell .left_bar {
	right:-20px;
	top:35%;
}
.next_step {
	width:115px;
	height:60px;
	line-height:60px;
	padding:0 40px 0 10px;
	left:-16px;
	font-size:20px;
	bottom:35%;
	background-position:right -2px;
}
.inactive, .inactive:hover {
	width:115px !important;
	background-position:right -65px;
}
.next_step:hover {
	width:120px;	
}
#step_two .next_step {
	bottom:0px;
}
.terms p {
	font-size:11px;
	line-height:13px;
	margin:4px 0;	
}
.terms h2 {
	margin-bottom:5px !important;	
}
.terms p {
	margin-top:0px;	
}
.checkBox {
	margin-top:-1px;	
}
.cntnt .inline_msg {
	width:90%;	
}
.skelResults {
	height:258px;
}
.skelResults .skeleton {
	margin-right:8px;
}
#step_three .buttons {
	margin:13px 0 0 188px;	
}
.sympton_stats {
	height:145px;
	font-size:11px;	
}
.sympton_stats .level_one, .sympton_stats .level_two, .sympton_stats .level_three {
	width:162px;
	padding:8px 5px 5px 5px;
	margin-right:10px;	
}
.sympton_stats .level_three {
	margin-right:0px;	
}
.popup-box {
	width:360px;
	padding:5px;
}
.popup-box li {
	padding:0 2% 1px 0 !important;	
}
.sympton_stats ul ul {
	margin-left:12px;	
}
.sympton_stats ul li {
	line-height:18px;	
}
.skelResults .skeleton .man {
	height:275px;
	margin-top:-13px;
}
.man ul.parts {
	height:275px;	
}
.skeleton .view_buttons {
	bottom:-35px;
}
.sympton_stats .level_one .cntnt {
	height:209px;	
	max-height:209px;
}
.sympton_stats .level_two .cntnt {
	height:181px;
	max-height:181px;
}
.sympton_stats .level_three .cntnt {
	height:153px;
	max-height:153px;
}

}

@media (min-width: 480px) and (max-width: 767px) {
	.slider_nav {
		display:none;	
	}
}