@charset "UTF-8";
/* CSS Document */

* { margin: 0;
 	padding: 0;

}
body {
	margin: 0;
	height: 100%;
	background-color: #fff;
	color: #000;
	font-family: 'Lato',sans-serif;
	//font-family: "Lucida Sans Unicode", 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	font-style: normal;
	xbackground-color:#FFC946;
	font-weight: 300;
	font-size: 112.5%;
	line-height: 1.33336em;
	background-color: #f9f9f9;
}
body .block {
    display: block;
}
a {
    color: #0088CC;
    text-decoration: none;
}

img, video {
    //border: 0 none;
    //height: auto;
    //max-width: 100%;
    //vertical-align: middle;
    //display: inline-block;
    //vertical-align: middle;
    //display: block;
    //height: auto;
    //margin: 0 auto;
   	max-width: 100%;
    ////float: left;
}
/*a:hover, a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
    text-decoration: underline;
}*/
h2, h2 a, h2 a:visited, h3, h3, a, h3 a:visited, h4, h4 a, h4 a:visited {
    color: #444444;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3, a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
}
ul {
    //font-size: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

#all {
	margin: auto;
    //max-width: 1400px;
}

.toolbar {
	height: 48px;
	width: 100%;
	display: table;
	position: static;
	background-color: #FAFAFA;
	overflow: visible;
	content: "";
	position: relative;
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	border-bottom: 1px solid #D4D4D4;   
}
.toolbar:after {
    clear: both;
}
.toolbar .nav > li {
    float: left;
}
.toolbar .nav > li > a {
    color: #777777;
    float: none;
    padding: 7.5px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.toolbar li a {
	font-size: 20px;
   	display: block;
}
.toolbar .brand {
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    padding-top: 8px;
    text-shadow: 0 1px 0 #FFFFFF;
    display: table;
}
.toolbar .brand img {
	padding-left: 20px;
    height: 30px;
    vertical-align: middle;
    display: table-cell;
    margin-right: 6px;
}
.toolbar .brand span {
	vertical-align: bottom;
	display: table-cell;
}

.toolbar nav {
padding-right: 20px;
	margin-top: 6px;
   float: right;
}

.row {
  	width: 900px;
  	margin: 0 auto;
	display: table;
	content: " ";
	clear: both;
	/*max-width: 72.5rem;
	   width: 100%;*/
}
/*.row:before, .row:after {
    content: " ";
    display: table;
}*/

/* section */
#intro {
	padding-top: 50px;
	background-color: #ffffff;
	padding-bottom: 50px;
	margin: 0 auto;
}
#intro .left {
	float: left;
}
#intro .left img {
	width: 450px;
	height: 350px;
	margin: 0 auto;
}
#intro .right {
	width: 430px;
	margin-left: 20px;
	margin-top: 40px;
    float: left;
    text-align: center;
}
#intro .right .logo img {
	height: 80px;
	margin-right: 15px;
	vertical-align: bottom;
	//display: table-cell;
}
#intro .right .logo span {
	font-size: 45px;
    vertical-align: super;
    line-height: 75px;
}
#intro .right .description {
	padding-top: 20px;
}

.app-store-img {
	display: block;
	margin: 20px auto;
}

/* section */
#features {

}

/* section */
.feature {
	border-bottom: 0.0625em solid #FFFFFF;
    border-top: 0.0625em solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
	content: " ";
	display: table;
	padding-bottom: 35px;
	width: 100%;
}

.feature .left {	
    float: left;
    width: 450px;
}

.feature .right {	
   float: left;
   width: 450px;
   font-family: "Helvetica Neue","Helvetica",sans-serif;
}

.feature .right ul li {
    line-height: 1.6em;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0;
}

/*.feature:before, .feature:after {
    content: " ";
    display: table;
}*/
.feature h2, .feature h3 {
	margin-bottom: 15px;
    font-weight: 200;
    //line-height: 50px;
    font-size: 32px;
    font-family: 'antoniolight',sans-serif;
}
/*
.feature li {
    font-weight: 200;
    line-height: 30px;
    font-size: 20px;
    font-family: 'antoniolight',sans-serif;
}*/

.feature .iphone-screenshot {
    height: 470px;
    width: 265px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 1px #CCCCCC;
}
.feature .iphone-screenshot-landscape {

    height: 226px;
    width: 400px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 1px #CCCCCC;
}

/* section */
.download-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	display: table;
}
.download-footer h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}
.download-footer h2, .download-footer h3 {
    font-weight: 200;
}
.download-footer img {
    display: block;
    margin: 20px auto;
}

/* section */
.copyright-footer { 
    //text-align: center;
    //width: 1000px;
    
    padding-top: 20px;
    //padding-bottom: 20px;
}
.copyright-footer a {
    color: #999999;
    //display: inline-block;
    //font: 14px/22px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 80%;
    height: 21px;
    width: 200px;
    //margin-bottom: 15px;
    text-align: center;
    text-indent: 26px;
    text-shadow: 0 1px 0 #D6DCE6;
    padding: 10px;
}
#copyright {
	color: #696E73;
	font-size: 14px;
}
