/* 
	flipboard
	css.
	author: didier hilhorst
*/

.signup {
	display: none;
}


.social-sharing {
	display: none;
}

.final {
	
}

.landing {
	display: none;
}


/* 
################################################################################################ 
ADDITIONS IN HOPES OF A FUNCTIONAL LANDING PAGE 
################################################################################################ 
*/
    a img {
        border: none;
    }
    
    html{
        background:#F7F7F7;
        height:100%;
        width:100%;
    }
    body{  
        margin:0;
        padding:0;
        height:100%;
        width:100%;
        color:#707070;
        background-image:none;
    }
    #main pre{display:none;}
    #main.debug pre{display:block;}
    #main.debug #leftCol{
        background:green;
        opacity:0.8;
    }
    #main.debug #slideshow{
        background-color: red;
        opacity:0.8;
    }
    #main.debug #rightCol{
        background: blue;
        opacity:0.8;
    }
    #main.debug #footer{
        background:orange;
        opacity:0.8;
    }
    #container{
        height: 278px;
        background:#F7F7F7;
        background-repeat:repeat-x;
        margin: auto auto 0px;
/*        height:100%;*/
        width:100%;
    }
    #centered{
        width:1000px;
/*        height:711px;*/
        height:1000px;
        margin: auto auto 0px;
        position:relative;
    }
    #leftCol{ 
        position:relative; 
        float:left; 
        width:500px;
    	z-index:1;
    }
    #rightCol{
        width:500px;
        position:absolute;left:505px;
        padding-top:110px;
        z-index:2;
        color:white;
    }
    #button-container{
        position:absolute;
        top:535px;
        left:0px;
        width:400px;
        padding:25px 49px;
        border-top:1px solid rgb(197,197,197);
        border-bottom:1px solid rgb(197,197,197);
    }
    .tagline{
        color: white;
        display: block;
        text-align: justify;
        text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
    }
    #partnerlogo{
    max-width:100%;
	display:block;
	padding-bottom: 10px;
    }
    #aboutcopy{
    padding-bottom:25px;
    /*font-family: "flip-regular",Helvetica,Arial,sans-serif;*/
    font-size: 17px;
	/*font-weight: bold;*/
	font-stretch: ultra-condensed;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.50);
	text-align: left;
	line-height: 1.3em;
	letter-spacing: .01em;
    }
    #leadcopy{
	/*font-family: "flip-regular",Helvetica,Arial,sans-serif;*/
	font-size: 42px;
	/*font-weight: bold;*/
	font-stretch: ultra-condensed;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.50);
	text-align: left;
	line-height: 1.05em;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing: .01em;
	width: 400px;
    }
    #leadcopy-img{
        display: block;
        margin:-10px auto 10px auto;
      }
    #ipad-slideshow{
    position:absolute;
	top:73px;
	left:48px;
    }
    #ipad-slideshow img{
        position:absolute;
        opacity:0;
		top:51px;
		left:80px;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
    }
    #iphone-slideshow img{
        position:absolute;
        opacity:0;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        top: 405px;
        left: 348px;
    }
	    #samsung-slideshow img{
        position:absolute;
        opacity:0;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        top: 323px;
        left: -8px;
    }
    #flipboard-logo { 
        position:absolute;
        top:607px;
        left:-10px;
    }
    #footer{
    width:1000px;
	top: -15em;
	position:relative;
	text-align:center;
	color: #999797;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	border-top:1px solid rgb(197,197,197);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
    }
    .freedownload{
	margin-top:10px;
	margin-left: 0px;
	margin-right: 20px;
    }
    .freedownload:active{
       margin-top:11px;
    }
    a, a:visited, a:active {
        text-decoration :none;
        border:0;
    }
    .tagline{text-align: right;}#aboutcopy{text-align: justify;}

/* 
################################################################################################ 
LAYOUT 
################################################################################################ 
*/

body {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	background: #F7F7F7;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.ctr {
	position: relative;
	margin: 0 auto;
	width: 893px;
	text-align: left;
}

.social-sharing {
	margin: -10px 0 20px 0;
}

.button-twitter, .button-facebook {
	float: left;
	width: 116px;
	height: 20px;
}

/* 
################################################################################################ 
CONTENT 
################################################################################################ 
*/

.content.stretch-image {
	height: 500px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content.stretch-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: 100%;
	background: transparent url(../img/background-overlay.png) repeat-x;
}

.content.stretch-image .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

.iphone-frame {
	float: left;
	position: relative;
	width: 371px;
	height: 712px;
	margin: 80px 0 0 0;
	background: url(../img/iphone-frame.png) 0 0 no-repeat;
}

.column {
	float: left;
	width: 482px;
	height: 200px;
	margin: 260px 0 0 40px;
}

.column.bottom {
	float: left;
	width: 482px;
	height: 200px;
	margin: 80px 0 0 40px;
}

/* 
################################################################################################ 
TEXT 
################################################################################################ 
*/

h1.page-h1 {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 1.5;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 1px;
}

h2.page-h2 {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.5;
	color: #262626;
	text-shadow: rgba(255,255,255,1.0) 0 1px;
}

p.page-p {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 1px;
	margin: 0 0 12px 0;
}

.column.bottom p.page-p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	text-shadow: rgba(255,255,255,1.0) 0 1px;
	margin: 12px 0 20px 0;
}

/* 
################################################################################################ 
BUTTON  
################################################################################################ 
*/

.button {
	display: block;
	text-decoration: none;
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	text-shadow: rgba(0,0,0,0.4) 0 -2px;
	font-size: 28px;
	color: #FFF;
	height: 70px;
	overflow: hidden;
}

.button .button-left, .button .button-content, .button .button-right { float: left; height: 70px; }

.button .button-left {
	width: 10px;
}

.button .button-content {
	display: block;
	padding: 21px 20px 0 20px;
}

.button .button-right {
	width: 10px;
}

/* blue */

.button.blue .button-left		{ background: url(../img/button-blue.png) 0 0 no-repeat; }
.button.blue .button-content	{ background: url(../img/button-blue.png) 0 -70px repeat-x; }
.button.blue .button-right		{ background: url(../img/button-blue.png) 0 -140px no-repeat; }

/* green */

.button.green .button-left		{ background: url(../img/button-green.png) 0 0 no-repeat; }
.button.green .button-content	{ background: url(../img/button-green.png) 0 -70px repeat-x; }
.button.green .button-right		{ background: url(../img/button-green.png) 0 -140px no-repeat; }

/* hover */

.button:hover .button-left 		{ background-position: 0 -210px; }
.button:hover .button-content 	{ background-position: 0 -280px; }
.button:hover .button-right 	{ background-position: 0 -350px; }

/* 
################################################################################################ 
FACEBOOK / TWITTER  
################################################################################################ 
*/

.facebook, .twitter {
	float: left;
	height: 70px;
	width: 68px;
	margin: 0 20px 0 0;
}

.facebook {
	background: url(../img/facebook.png) 0 0 no-repeat;
}

.twitter {
	background: url(../img/twitter.png) 0 0 no-repeat;
}

/* 
################################################################################################ 
INPUT  
################################################################################################ 
*/

.text-input {
	width: 260px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	height: 64px;
	border: 2px solid #000;
	-moz-box-shadow: 0 2px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255,0.2);
	box-shadow: 0 2px 0 rgba(255,255,255,0.2);
	border-radius: 4px;
	background: #FFF;
}

input.standard {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	font-size: 28px;
	background: #FFF;
	height: 48px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 0 12px;
	color: #999;
	outline: none;
	width: 220px;
}
        
        
        