h1{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #d3d3d3;
}
h1 a:hover{
	opacity: 0.5; 
	filter: alpha(opacity=50);
}
.foot2 {
  font-size: 80%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color:#d3d3d3;
  background: #444;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  text-align: center;
}
#header{
   position: fixed;
   top: 0;
   width: 100%;
   margin: 0;
   background: #444;
   height:75px;
   left: 0px;
   margin-left: 0;   
}
#comments-marquee{
  width: 50%;
  color: #444;
  text-align: left;
  background-color: #E6E6E6;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#avatar
{
	cursor:pointer;
	border:4px solid #fff;
} 
#avatar:hover
{
	opacity: 0.5; filter: alpha(opacity=50);
	border:4px solid #444;
	cursor:hand;
} 
#avatar.selected
{
	opacity: 0.8; filter: alpha(opacity=80);
	border:4px solid black;
	cursor:hand;
} 
#footerTape {
            background-color: #FFC;
        }
#footerTape {
                -webkit-grid-column: 2;
                grid-column: 2;
                -webkit-grid-row: 3;
                grid-row: 3;
            }
.box {
            border-radius: 10px;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 2em;
            height: 100%;
        }
@keyframes anim {
    0%   {left :0px;   top: 0px;}
    25%  {left :0px; top: 0px;}
    50%  {left :0px; top: 10px;}
    75%  {left :0px;   top: 10px;}
    100% {left: 0px;   top: 0px;}
  }
  
  @-webkit-keyframes anim {
    0%   {left :0px;   top: 0px;}
    25%  {left :0px; top: 0px;}
    50%  {left :0px; top: 10px;}
    75%  {left :0px;   top: 10px;}
    100% {left: 0px;   top: 0px;}
  }
  
  @-moz-keyframes anim {
    0%   {left :0px;   top: 0px;}
    25%  {left :0px; top: 0px;}
    50%  {left :0px; top: 10px;}
    75%  {left :0px;   top: 10px;}
    100% {left: 0px;   top: 0px;}
  }
  
  @-o-keyframes anim {
    0%   {left :0px;   top: 0px;}
    25%  {left :0px; top: 0px;}
    50%  {left :0px; top: 10px;}
    75%  {left :0px;   top: 10px;}
    100% {left: 0px;   top: 0px;}
  }
  
  #hand-down {
	position: relative;
    -webkit-animation: anim 1s linear infinite;
    -moz-animation:    anim 1s linear infinite; 
    -o-animation:      anim 1s linear infinite; 
    animation:         anim 1s linear infinite; 
  }
  
ul {
 list-style: disc outside;
}

#menu li {
 list-style: disc url(../img/woman-vision-test1.png) inside;
 }

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}
/**
 * Create the slider bar
 */
.checkboxOne {
	width: 40px;
	height: 10px;
	background: #555;
	margin: 20px 80px;
	position: relative;
	border-radius: 3px;
}
.Numbers {
	border:2px solid #444;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.colorChange {
	/* Firefox 10+, Firefox on Android */
	/* filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); */
	/* IE 6-9 */
	/* filter: gray; */
	/*
	Chrome 19+,
	Safari 6+,
	Safari 6+ iOS,
	Opera 15+
	*/
	/* -webkit-filter: grayscale(100%); */
}
.colorChange:hover{
	opacity: 0.5; filter: alpha(opacity=50);
        cursor: pointer;
}
.imgWrap:hover{
	opacity: 0.5; filter: alpha(opacity=50);
}
#eye-center{
    margin:0;
    padding:0;
    float:center;
}
#button-sex
{
	color: #444;
	font-size:100%;
	margin-right:10px;
	cursor:pointer;
} 
#button-sex:hover
{
	color: black;
	cursor:hand;
} 
#button-sell0
{
	color: #444;
	margin-top:20px; 
	margin-left: 10px;
	font-weight:bold; 
	width:300px; 
	float: left;
	height: 80px;
    font-size:100%;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	background-color:#d3d3d3;
} 
#button-sell0:hover
{
	color: black;
	cursor:hand;
} 
#button-sell1
{
	color: #444;
	margin-top:20px; 
	margin-left: 20px;
	font-weight:bold; 
	width:300px; 
	float: left;
	height: 80px;
    font-size:100%;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	background-color:#d3d3d3;
} 
#button-sell1:hover
{
	color: black;
	cursor:hand;
} 
#button-select0
{
	color: white;
	margin-top:20px; 
	margin-left: 10px;
	font-weight:bold; 
	width:150px; 
	float: left;
	height: 150px;
    font-size:100%;
	border:none;
	cursor:pointer;
	background-color:#008B8B;
} 
#button-select0:hover
{
	background: url(../img/woman-vision-test1.png); 
	color: transparent;
	cursor:hand;
} 
#button-select1
{
	color: white;
	margin-top:20px; 
	margin-left: 20px;
	font-weight:bold; 
	width:150px; 
	float: left;
	height: 150px;
    font-size:100%;
	border:none;
	cursor:pointer;
	background-color:#008B8B;
} 
#button-select1:hover
{
	background: url(../img/fuzzy-eye-chart1.png); 
	color: transparent;
	cursor:hand;
} 
#button-select2
{
	color: white;
	margin-top:20px; 
	margin-left: 10px;
	font-weight:bold; 
	width:150px; 
	float: left;
	height: 150px;
    font-size:100%;
	border:none;
	cursor:pointer;
	background-color:#008B8B;
} 
#button-select2:hover
{
	background: url(../img/ishihara-test1.png); 
	color: transparent;
	cursor:hand;
} 
#button-select3
{
	color: white;
	margin-top:20px; 
	margin-left: 20px;
	font-weight:bold; 
	width:150px; 
	float: left;
	height: 150px;
    font-size:100%;
	border:none;
	cursor:pointer;
	background-color:#008B8B;
} 
#button-select3:hover
{
	background: url(../img/c-chart2.png); 
	color: transparent;
	cursor:hand;
} 
#skipButton
{
	color: #444;
	background: white;
	font-size:100%;
	border: none;
	margin-right:10px;
	cursor:pointer;
} 
#button
{
	color: #444;
	font-size:100%;
	border: none;
	margin-right:10px;
	cursor:pointer;
} 
#okButton
{
	color: #444;
	font-size:100%;
	margin-right:10px;
	cursor:pointer;
} 
#okButton:hover
{
	color: black;
	cursor:hand;
} 
#link-read
{
	color: #d3d3d3;
	font-size:100%;
	margin-right:0px;
	cursor:pointer;
} 
#foot1 {
	font-size: 80%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color:#d3d3d3;
	background: #444;
	width: 100%;
	padding-bottom:10px;
	margin: 0;
	left:0;
    height: 60px;
    position: relative;  
}

footer a:hover{color:white;} 
footer li{padding:0 20px; font:100 2em/28px 'Lato',helvetica,sans-serif;display:inline;} 
footer li a{color:#d3d3d3;text-decoration:none;} 
footer li a:hover{color:white;} 
nav a,footer a{color:#d3d3d3;} 
nav a:visited,footer a:visted{color:#white;} 

#button:hover
{
	color: black;
	cursor:hand;
} 
#link-read:hover
{
	color: black;
	cursor:hand;
} 
#label-end {
	font-size:20px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#container {   
  width: 90%;
  padding: 10px;
  margin: 10px auto 10px auto;
  overflow:auto;
  font-size:20px;
  color: #444;   
  -webkit-font-smoothing: antialiased;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
#popup_container {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-jobs{   
  width: 645px;
  height: 200px;
  color: #444;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step0 {   
  width: 345px;
  height: 345px;
  color: #444;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step01 {   
  width: 600px;
  height: 500px;
  color: #444;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step1 {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step02 {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step2 {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step3 {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_container-step00 {   
  width: 40%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#lb-close {
 width:30px;
 position: absolute;
 cursor:pointer;
 padding-bottom: 0.7em;
 outline: none;
 opacity: 0.2;
 filter: alpha(opacity=20); /* For IE8 and earlier */
 top:0px;
 right:0;
}
#lb-close:hover
{
	cursor:hand;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#ac-wrapper-step1{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#popup-step0 {
    width: 44%;
    height: 72%;
    background: #FFFFFF;

    position: relative;
	overflow:auto;
    top: 80px;
}
#popup-step1 {
    width: 60%;
    height: 60%;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
    position: relative;
	overflow:auto;
    top: 80px;
}
#ac-wrapper-step02 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#ac-wrapper-step2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#popup-step02 {
    width: 45%;
    height: 45%;
	color: #444;
	background-color: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
    position: relative;
	overflow:auto;
    top: 150px;
}
#popup-step2 {
    width: 60%;
    height: 58%;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
    position: relative;
	overflow:auto;
    top: 80px;
}
#ac-wrapper-step3 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#popup-step3 {
    width: 70%;
    height: 72%;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
    position: relative;
	overflow:auto;
    top: 80px;
}
#ac-wrapper-step00 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#popup-step00 {
    width: 650px;
    height: 350px;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
	-webkit-font-smoothing: antialiased;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
    position: relative;
	overflow:auto;
    top: 200px;
}
#popup {
    width: 80%;
    height: 70%;
    background: #FFFFFF;
    border: 2px solid #000;
    box-shadow: #64686e 0px 0px 1px 1px;
    -moz-box-shadow: #64686e 0px 0px 1px 1px;
    -webkit-box-shadow: #64686e 0px 0px 1px 1px;
    position: relative;
    top: 80px;
	overflow:auto;
}
#popup_container1 {   
  width: 60%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#popup_containerfeed {   
  width: 80%;
  padding: 10px;
  margin: 10px auto 10px auto;
  color: #444;   
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#ac-wrapper1 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1001;
}
#popup1 {
    width: 45%;
    height: 68%;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
    position: relative;
	overflow:auto;
    top: 100px;
}
#popupfeed{
    width: 70%;
    height: 80%;
    background: #FFFFFF;
    border: 3px solid #000;
    box-shadow: #64686e 0px 0px 2px 2px;
    -moz-box-shadow: #64686e 0px 0px 2px 2px;
    -webkit-box-shadow: #64686e 0px 0px 2px 2px;
    position: relative;
	overflow:auto;
    top: 80px;
}
.checkbox_left {
	width: 40%;
	float: left;
	text-align: right;
	line-height: 30px;
    margin:5px 10px 0 0;
   }
.checkbox_right {
	width: 50%;
	float:left;
	text-align: left;
	line-height: 30px;
    margin:0 10px 0 0;
}
.label_left {
	width: 40%;
	float: left;
	text-align: right;
	line-height: 30px;
    margin:5px 10px 0 0;
   }
.label_center {
	width: 50%;
	text-align: center;
	line-height: 30px;
    margin:0 10px 0 0;
   }
.label_center_comments {
	width: 50%;
	text-align: center;
	line-height: 30px;
    margin:0 0 0 0;
   }
.label_restart {
	width: 50%;
	text-align: center;
	float:center;
	line-height: 30px;
    margin:0 10px 0 0;
   }
.text_right1 {
	width: 50%;
	float:left;
	text-align: left;
	line-height: 30px;
    margin:0 10px 0 0;
}
.half_left {
	width: 53%;
	float: left;
	text-align: right;
	line-height: 30px;
    margin:10px 0 0 0;
   }
.half_right {
	width: 37%;
	float:left;
	text-align: left;
	line-height: 30px;
    margin:10px 0 0 0;
}
.half_left1 {
	width: 47%;
	float: left;
	text-align: right;
	line-height: 30px;
    margin:0 10px 0 0;
   }
.half_right1 {
	width: 40%;
	float:left;
	text-align: left;
	line-height: 30px;
    margin:0 10px 0 20px;
}
