/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
*/
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.85);
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	overflow:hidden;
	position:relative;
    width: 780px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

.slide {
	padding:20px;
	width:740px;
	height:760px;
	display:block;
}

.pagination {
    position: absolute;
    right: 50%;
    top: 1em;
    z-index: 103;
}

.pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-position:0 0;
	float:left;
	overflow:hidden;
    border-radius: 1em;
    border: 1px solid #ccc;
    background-color: white;
}

.pagination li.current a {
    background-color: #ccc;
}

/*
	Type and anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

p {
	font-size:1.3em;
    margin-bottom: .75em;
    text-align: justify;
}

ul.benefits {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    margin-top: .5em;
}

ul.benefits li {
    margin-bottom: .75em;
}

ul.references li:first {
    font-weight: bold;
}

ul em {
    font-style: normal;
}

em.taurus {
    font-style: italic;
    text-shadow: 1px 1px 3px yellow;
    color: black;
}

em.taurus strong {
    text-decoration: underline;
}

em.pisces {
    color: black;
}

em.ares {
    text-decoration: underline;
    color: #333;
}

em.ares strong {
    text-shadow: 1px 1px 3px yellow;
    color: black;
}

em.libra {
    text-decoration: underline;
    font-style: italic;
    color: #333;
}

em.aquarius {
    font-style: italic;
    color: #333;
}

em.scorpio {
    text-decoration: underline;
    color: black;
}


.movement {
}

.movement a {
position: relative;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: white;
text-align: center;
background: #222;
border: 3px solid white;
border-radius: 23px;
opacity: 0.5;
display: inline-block;


    
}

.movement a:hover {
    background-color: #599100;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    text-shadow: none;
}


img.icon {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.4)));
    border-radius: 9px;
}

img.icon:hover {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), to(rgba(255,255,255,0.6)));
}



div.screen {
    float: left;
    padding: 92px 25px 100px 25px;
    background: url(img/phone_clear.png);
    background-repeat: no-repeat;
    width: 240px;
    height: 360px;
    margin-right: 15px;
}

div.screen img.shown {
    opacity: 1;
}

div.screen img {
    opacity: 0;
    position: absolute;
    -webkit-transition: 1s opacity;
    height: 360px;
    width: 240px;
}

h1 {
    font-size: 6em;
    font-weight: bold;
    font-family: "Myriad Pro", arial, sans-serif;
    line-height: 1;
    margin-bottom: .15em;
    text-align: left;
}

body {
}

.link {
    display: inline !important;
}


img.card {

    /* could make this scale proportionately according to the width, but would need to change these into percentages */
    padding: 92px 25px 100px 25px;
    background: url(img/phone_clear.png);
    background-repeat: no-repeat;
}



#col1 h1 {
    font-family: geneva, helvetica, sans-serif;
    letter-spacing: .2em;
    font-size: 24px;
    text-align: left;
}

#col1 h2 {
    font-size: 15px;
    margin-top: .5em;
}

#col1 h2:first-child {
    margin-top: 0;
}

#col1 h3 {
    font-size: 14px;
}

body > div {
    position: absolute;
}

#col1 {
    top: 820px;
    left: 0;
    right: 0;
    background-color: black;
    color: white;
    padding: 1em;
	text-shadow: 0 0 1px rgba(255,255,255,.5);
}

#col2 {
    top: 350px;
    left: 15px;
    z-index: 101;
}

#col4 {
    top: 350px;
    right: 15px;
    z-index: 101;
}

#col3 {
    left: 30px;
    right: 30px;
    top: 2em;
    text-align: center;
    padding-top: 15px;
}

#col3 > div {
    display: inline-block;
}

#col3 > div> div {
    text-align: left;
}

#col1 .cell {
    width: 200px;
    xheight: 100%;
    float: left;
}

p.warn {
    font-size: 100%;
}
