html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
    background-color: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-weight:100;
}
body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background: url("images/page_background.jpg") repeat scroll 0 0 #EEEBE8;
	font-size: 100%;
}
/*shadow at the top of the window*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	
	z-index: 100;
}
p, li {
    line-height: 1.5;
	font: inherit;
}
h1 {
    font-size: 2.75em;
	font-weight: 400;
}
h2 {
    font-size: 2.375em;
	font-weight: 400;
}
h3 {
    font-size: 1.875em;
}
h4 {
    font-size: 1.5625em;
}
h5 {
    font-size: 1.375em;
}
h6 {
	font-size: .875em;
}
strong {
	font-weight: 400;
}
a {
	cursor: pointer;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: 300;
}
.top-text-light{
	color: #E7E7E7;
}
.top-text-dark{
	/*color: #4D4D4D;*/
	color: #000000;
}
.title-text-light{
    color: #E7E7E7;
}
.title-text-dark{
    color: #990000;
}



/*GENERAL ************************************************************************************/
/*used to get to top of page*/
#top {
	position: absolute;
	top: 0px;
	left: 0px;
}
#supersized {
	position:absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	z-index:-999;
	height:2000px;
	width:100%;
}
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px; /*offset by half of width and height*/
	background-color:#111;
	background:rgba(0,0,0,0.8) url(images/page_loading.gif) no-repeat center center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*flashes onto screen when resizing images due to window size change*/
#reload-flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #E7E7E7;
	z-index: 1000;
}
/*trick to get width of page for slideshow for variable browsers*/
#width-checker { 
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
}
/*browser warning text formatting*/
.browser-warning {
    text-align: center;
}
/*hide text off the page*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}



/*TOP CONTENT ************************************************************************************/
/*mask of browser width to only show background image for current slide*/
#top-content {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*container for all of the images in top content that slides horizontally*/
#slide-images {
	position:absolute;
	width:auto; /*change width and height values if change long image*/
	height:681px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
/*container for all of the imagemaps in top content that slide horizontally*/
#slide-imagemap{
	position: absolute;
	z-index: 8;
	height: auto;
	width: 5120px; /*change width and height values if change long image*/
	top: 0px;	
	margin: 0px;
	padding: 0px;
}
/*individual page containers of imagemaps that are floated side by side within slide-imagemap*/
#slide-imagemap .page-imagemap {
	display: block;
	list-style-type: none;
	height: 681px; /* cannot be 0px (or auto which may be 0px) otherwise image map scrolling will break */
	width: 1024px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*PAGE 1 ---------------------------------------------------------------------------------------------------*/
/*page 1 - tagline*/
.p1-titleblock {
	z-index: 1;
	position: absolute;
	left: 10%;
	top: 25%;
}
.p1-title {
	text-indent:-10%;
	font-weight: 400;
}
.p1-subtitle {
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
}
.p1-order {

}
#button-learn {
	display: block;
	margin-top: 20px;
}
button {
	color: #e7e7e7;
	display: block;
	letter-spacing: 1px;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	width: 90%;
	margin:auto;
	cursor: pointer;
	
    background: -moz-linear-gradient(#ED2A28, #990000) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED2A28), to(#990000));
	
	border: none;
 	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 25px;

	-moz-box-shadow: 0 3px 4px #888;
	-webkit-box-shadow: 0 3px 4px #888;
	box-shadow: 0 3px 4px #888;
}
button:hover {
	background: -moz-linear-gradient(#ED2A28, #CC0000) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED2A28), to(#CC0000));
}

/*PAGE 2 ---------------------------------------------------------------------------------------------------*/
/*page 2 - title*/
.p2-tagline {
	z-index: 1;
	position: absolute;
	left: 10%;
	top: 20%;
	width: 90%;
	opacity: 0.7;
}
.p2-tagline2 {
	z-index: 1;
	position: absolute;
	right: 10%;
	top: 25%;
}
#anemia-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 0px;
	left: 0px;
}
.p2-women {
	z-index: 1;
	position: absolute;
	left: 15%;
	top: 33%;
	width: 70%;
}
.animate {
	display: block;
	position: relative;
	float: left;
	width: 12.5%;
	height: 108px;
	opacity:1;
}
.woman-img {
	width: 125%;
}
.animate1 {
	animation: myfirst 2s linear 0s forwards;
	/* Firefox: */
	-moz-animation: myfirst 2s linear 0s forwards;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 2s linear 0s forwards;
}
.animate2 {
	animation: myfirst 3s linear 1s forwards;
	/* Firefox: */
	-moz-animation: myfirst 3s linear 1s forwards;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 3s linear 1s forwards;
}
.animate3 {
	animation: myfirst 3s linear 4s forwards;
	/* Firefox: */
	-moz-animation: myfirst 3s linear 4s forwards;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 3s linear 4s forwards;
}
.animate4 {
	animation: myfirst 3s linear 5s forwards;
	/* Firefox: */
	-moz-animation: myfirst 3s linear 5s forwards;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 3s linear 5s forwards;
}
@keyframes myfirst {
	0%   {opacity:1;}
	100% {opacity:0.1;}
}

@-moz-keyframes myfirst /* Firefox */ {
	0%   {opacity:1;}
	100% {opacity:0.1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
	0%   {opacity:1;}
	100% {opacity:0.1;}
}
.animate5 {
    opacity: 0;
	animation: mysecond 6s linear 4s forwards;
	/* Firefox: */
	-moz-animation: mysecond 6s linear 4s forwards;
	/* Safari and Chrome: */
	-webkit-animation: mysecond 6s linear 4s forwards;
}
@keyframes mysecond {
	0%   {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes mysecond /* Firefox */ {
	0%   {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes mysecond /* Safari and Chrome */ {
	0%   {opacity:0;}
	100% {opacity:1;}
}


/*PAGE 3 ---------------------------------------------------------------------------------------------------*/
/*page 3 - tagline*/
.p3-title {
	z-index: 1;
	position: absolute;
	left: 10%;
	top: 20%;
	font-weight: 400;
}
#p3-targets {
	width: 100%;
	height: 100%;
}
.target {
	position:absolute;
	height:33px;
	width:33px;
	background-image:url("images/product_target.png");
	cursor: pointer;
	
	border: none;
 	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;

	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	
	animation: pulse 3s linear 0s infinite;
	/* Firefox: */
	-moz-animation: pulse 3s linear 0s infinite;
	/* Safari and Chrome: */
	-webkit-animation: pulse 3s linear 0s infinite;
}
}
@keyframes pulse {
	0% { box-shadow: 0 0 10px #000; }
	50% { box-shadow: 0 0 10px #fff; }
    100% { box-shadow: 0 0 10px #000; }
}
@-moz-keyframes pulse /* Firefox */ {
	0% { box-shadow: 0 0 10px #000; }
	50% { box-shadow: 0 0 10px #fff; }
    100% { box-shadow: 0 0 10px #000; }
}
@-webkit-keyframes pulse /* Safari and Chrome */ {
	0% { -webkit-box-shadow: 0 0 10px #000; }
	50% { -webkit-box-shadow: 0 0 10px #fff; }
    100% { -webkit-box-shadow: 0 0 10px #000; }
}
.hint {
	position:absolute;
	width:190px;
	padding:15px 18px 18px;
	border: 1px solid #888;
	border-radius:12px;
	background-color:white;
	-moz-box-shadow: 0 3px 4px #888;
	-webkit-box-shadow: 0 3px 4px #888;
	box-shadow: 0 3px 4px #888;
	left:-98px;
	bottom:50px;
	opacity: 0;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
	visibility: hidden;
	z-index: 50;
}
a.target:hover .hint{
	opacity: 1;
	visibility: visible;
}
a.target:active .hint{
	opacity: 1;
	visibility: visible;
}
.hint_pointer {
	position:absolute;
	left:84px;
	bottom: -28px;
	height:28px;
	width:62px;
	margin:0 auto;
	background-image:url("images/product_hint-pointer.png");
}
#target-hand {
	top: 70%;
	left: 14%;
}
#target-finger {
	top: 57%;
	left: 76%;
}
#target-screen {
	top: 44%;
	left: 32%;
}
#target-probe {
	top: 55%;
	left: 69%;
}
#target-brick {
	top: 43%;
	left: 24%;
}
#one {
	margin: auto;
	overflow: hidden;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    position: relative;
}
.grid_4 {
	width: 30%;
}
.grid_8 {
	width: 70%;
}
.overview-tech {
	width: 90%;
	margin: auto;
}
.overview-tech p {
    border-bottom: 1px solid #C2C2C2;
    float: left;
    font-size: .9375em;
    margin: 0;
    padding: 12px 0;
    width: 100%;
}
.overview-tech p strong {
    float: left;
    font-size: 1.25em;
    height: 1em;
    width: 220px;
}


/*PAGE 4 ---------------------------------------------------------------------------------------------------*/
/*page 4 - title*/
.p4-form{
	position: absolute;
	left: 15%;
	top: 23%;
	width: 25%;
}
.box-round-10 {
    border-radius: 10px 10px 10px 10px;
}
.box-1col-white {
    background-color: #FFFFFF;
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 14px;
    padding-right: 18px;
    height: 92%;
	width:100%;
	position: absolute;
	z-index:50;
	opacity:0.5;
	-moz-box-shadow: 0 3px 12px #333;
	-webkit-box-shadow: 0 3px 12px #333;
	box-shadow: 0 3px 12px #333;
}
/*google forms*/
form{
	padding-top: 15px;
	padding-left: 36px;
	position:relative;
	z-index:51;
}
.ss-required-asterisk{
	color:#990000;
	font-size: .75em;
	padding-bottom: 30px;
}
.ss-q-title {
	display:block;
	font-size:.875em;
	font-weight:400;
}
.ss-form-title {
	margin-bottom:25px;
	font-weight:400;
}
input,select,textarea,option {
	font-size: .75em;
	padding: 1px 5px 1px 5px;
	border: 1px solid #4D4D4D;
}
input {
	-moz-box-shadow: inset 0 0 2px #888;
	-webkit-box-shadow: inset 0 0 2px#888;
	box-shadow: inner 0 0 2px #888;
	border-radius: 12px 12px 12px 12px;
	color:#4D4D4D;
	width: 95%;
	background-color:#FFFFFF;
}
#submit {
	-moz-box-shadow: 0 3px 4px #888;
	-webkit-box-shadow: 0 3px 4px #888;
	margin-bottom:15px;
	box-shadow: 0 3px 4px #888;
	margin-top:10px;
	font-size: .875em;
	font-weight:bold;
	color:#4D4D4D;
	width:100px;
	cursor: pointer;
}
.ss-form-entry{
	margin-bottom: 16px;
}


/*PAGE 6 ---------------------------------------------------------------------------------------------------*/
/*page 6 - title*/
.p6-title{
	z-index: 1;
	position: absolute;
	left: 38%;
	top: 65%;
	width: 100%;
}
#teamdetails-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
}
.team-img {
	width: 8em;
	height: 8em;
}
#team-myshkin-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 27%;
	left: 47%;
	width: 10em;
	height: 10em;
}
#team-aman-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 36%;
	left: 29%;
	width: 10em;
	height: 10em;
}
#team-yogesh-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 51%;
	left: 79%;
	width: 10em;
	height: 10em;
}
#team-anand-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 33%;
	left: 65%;
	width: 10em;
	height: 10em;
}
#team-abishek-scroller{
	position: absolute; /*include position: absolute if you want imagemap to float*/
	top: 50%;
	left: 14%;
	width: 10em;
	height: 10em;
}



/*NAVIGATION AND BUTTONS ************************************************************************************/
/*title logo*/
#titlelogo {
	background-image: url(images/nav_titlelogo.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 87px;
	width: 195px;
	left: 60px;
	top: 10px;
	z-index: 99998;
}
#titlelogo:hover, #titlelogo.selected {
	background-image: url(images/nav_titlelogo-selected.png);
}
#nav ul {
    float: left;
    left: 280px;
    letter-spacing: 0.15em;
    position: absolute;
    top: 75px;
    width: 320px;
    z-index: 100000;
}
#nav ul li, #nav ul li a:link, #nav ul li a:visited, #nav ul li ul li, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	display: block;
    float: left;
    list-style-type: none;
    position: relative;
    z-index: 5;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #990000;
	font-weight: 400;
}
#nav ul li a {
    display: block;
    /*text-transform: uppercase;*/
	font-size: 14px; /*will not resize with font-size % changes*/
	font-weight: 300;
	font-family: 'Open Sans', sans-serif; font-weight: 300;
	color: #ED2A28;
}
/*anemia navigation tab*/
#nav-anemia {
    width: 80px;
}
/*product navigation tab*/
#nav-product {
    width: 90px;
}
/*order navigation tab*/
#nav-order {
    width: 75px;
}
/*team navigation tab*/
#nav-team {
    width: 75px;
}
/*container that holds prev and next buttons*/
#slide-btns {
	position: absolute;
	width: 100%;
	top: 325px;
	height: auto;
	z-index:40;
}
#prev-btn {
	position: absolute;
	background: url("images/nav_btns.png") no-repeat scroll 0 0 transparent;
	color: #999999;
	height: 70px;
	width: 70px;
    left: 50px;
	z-index: 40;
	cursor: pointer;
	
	opacity: 0.6;
	/* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
}
#next-btn {
	position: absolute;
	background: url("images/nav_btns.png") no-repeat scroll 0 0 transparent;
	background-position: -530px 0;
	color: #999999;
	height: 70px;
	width: 70px;
	right: 50px;
	z-index: 40;
	cursor: pointer;
	
	opacity: 0.6;
	/* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
}
#prev-btn:hover, #next-btn:hover{
	opacity: 1;
}



/*BOTTOM CONTENT ************************************************************************************/
/*mask of browser width to only show bottom content for current slide*/
#bottom-content {
	height: 500px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 810px;
	left: 0px;
	z-index: 50;
}
/*container for all of the details in bottom content that slide horizontally*/
#slide-details {
	height: auto;
	width: 5120px;
	position: absolute;
	top: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*individual page containers of details that are floated side by side within slide-details*/
#slide-details .page-details {
	display: block;
	list-style-type: none;
	height: auto;
	width: 924px;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
}
.white {
    color: #FFFFFF;
}

.content-block {
    margin: 30px 0;
	overflow: hidden;
	width: 100%;
}
.content-subblock{
	margin: 0 0 20px 0;
	overflow: auto;
	width: 100%;
}
.content-textblock{

}
.content-title {
	font-size: 1.375em;
	color: #990000;
	margin: 0 0 20px 0;
	font-weight: 400;
	width: 100%;
	display: block;
}
.content-text {
	font-size: .9375em;
	display: block;
}

.content-subtitle {
	font-size: 1.25em;
	color: #4D4D4D;
	margin: 0 0 5px 0;
	display: block;
}
.content-img {
	float: left;
	margin: 0 20px 20px 0;
	dispaly: block;
}
.content-full-img {
	margin: auto;
	display: block;
	width: 90%;
}
.content-divider {
	border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}



/*FOOTNOTES ********************************************************************************/
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	top: -0.5em;
	font-size:.75em;
}
sup a {
    border-bottom: medium none;
    margin: -10px;
    padding: 10px;
    text-decoration: none;
}
.footnotes {
	display:none;
}



/*LINKS ************************************************************************************/
#links {
	border: 0;
    border-top: 1px double #999;
	
    height: 120px;
    margin: auto auto 60px;
    position: relative;
	width: 980px;
	z-index:90000;
	display: block;
	top: 110%;
}
#links ul {
    float: left;
    left: 0px;
    margin: 5px 0 0;
    position: absolute;
    width: 600px;
}
#links ul li, #links ul li ul {
	float: left;
    list-style-type: none;
    position: relative;
    width: 110px;
}
#links ul li ul li a {
	display: block;
    padding: 4px 0;
    text-decoration: none;

	color: #656565;
	/* Firefox */
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	/* WebKit */
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	/* Opera */
	-o-transition-property: color;
	-o-transition-duration: 0.5s;

    width: 100%;
	font-size: .937em;
}
#links ul li ul li:hover, #links ul li ul li a:hover{
    color: #333333;
}
.copy {
    color: #4C4C4C;
    display: block;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 15px;
    width: 400px;
    z-index: 1;
	font-size: 1em;
}



/*FOOTER ************************************************************************************/
#footer {
	overflow: hidden;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#footer .footer-content {
    background: url("images/footer_background.png") repeat-x scroll left bottom #fff;
    bottom: 0px;
    clear: both;
    height: 55px;
    left: 0px;
    margin: 0px auto 0;
    width: 100%;
    z-index: 99999;
	opacity: 0.95;
	position: fixed;
}
#footer-logo {
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	position: absolute;
	left: -2px;
	top: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/footer_logo.png);
	opacity: 0.6;
	background-position: 0 0;
	width: 90px;
	cursor: pointer;
}
#footer-titletag {
	color: #888888;
    float: left;
    font-size: 18px; /*will not resize with font-size % changes*/
    left: 120px;
    position: absolute;
    top: 16px;
	width: 64px;
	cursor: pointer;
}
#footer-subtitle {
    color: #888888;
    float: left;
    font-size: 18px; /*will not resize with font-size % changes*/
    left: 184px;
    position: absolute;
    top: 16px;
	cursor: pointer;
}
#footer .footer-content ul {
	height: 31px;
	position: absolute;
	top: 12px;
	right: 8.75%;
}
#footer .footer-content ul a:link, #footer .footer-content ul a:visited{
	opacity: 0.6;
	/* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
}
#footer .footer-content ul li {
    float: right;
    height: 32px;
    list-style-type: none;
    margin-left: 9px;
    width: 36px;
}
#footer .footer-content ul li a:link, #footer .footer-content ul li a:visited {
	background: url("images/footer_icons.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 32px;
	opacity: 0.6;
	width: 100%;
	background-position: 0px 0;
}
#footer .footer-content ul #footer-order a:link, #footer .footer-content ul #footer-order a:visited {
    background-position: -40px 0;
}
#footer .footer-content ul #footer-facebook a:link, #footer .footer-content ul #footer-facebook a:visited {
    background-position: 0px 0;
}
#footer .footer-content ul #footer-email a:link, #footer .footer-content ul #footer-email a:visited {
    background-position: -120px -1px;
}
#footer .footer-content ul #footer-order a:hover, #footer .footer-content ul #footer-facebook a:hover, #footer .footer-content ul #footer-email a:hover {
    opacity: 1;
}
#footer-curlybracket{
    height: 26px;
	position: absolute;
	top: 15px;
	right: 3%;
}
.drawer {
	border:3px solid #FFFFFF;
	border-bottom:none;
	border-radius:20px 20px 0px 0px;
	background:#000000;
	text-align:center;
	position:fixed; /* this is the magic */
	bottom:54px; /* together with this to put the div at the bottom*/
	right:8.25%;
	display:none;
	color:#FFFFFF;
	font-size:.8125;
	font-weight:400;
	z-index:99997;
	cursor: pointer;
	width: 110px;
}
/*go-to-top drawer button*/
#toTop {
	padding:10px 10px;
	opacity: 0.6;
	/* Firefox */
	-moz-transition-property: padding;
	-moz-transition-duration: .5s;
	/* WebKit */
	-webkit-transition-property: padding;
	-webkit-transition-duration: .5s;
	/* Opera */
	-o-transition-property: padding;
	-o-transition-duration: .5s;
}
#toTop:hover {
	padding-bottom: 20px;
	opacity: .8;
}
/*learn-more drawer button*/
#learnMore {
	padding:10px 10px;
	opacity: 0.6;
	/* Firefox */
	-moz-transition-property: padding;
	-moz-transition-duration: .5s;
	/* WebKit */
	-webkit-transition-property: padding;
	-webkit-transition-duration: .5s;
	/* Opera */
	-o-transition-property: padding;
	-o-transition-duration: .5s;
}
#learnMore:hover {
	padding-bottom: 20px;
	opacity: .8;
}


















/*#swipeArea {
	background-color:#00FF00;
	opacity: .3;
	text-align:center;
	position: fixed;
	z-index: 200;
}*/