@font-face {
  font-family: "FuturaLTBook";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaLTBook.eot?#iefix") format("embedded-opentype"),
  url("../fonts/FuturaLTBook.woff") format("woff"),
  url("../fonts/FuturaLTBook.ttf") format("truetype"),
  url("../fonts/FuturaLTBook.svg#LucidaGrandeRegular") format("svg");
}
@font-face {
  font-family: "FuturaLTBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaLTBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/FuturaLTBold.woff") format("woff"),
  url("../fonts/FuturaLTBold.ttf") format("truetype"),
  url("../fonts/FuturaLTBold.svg#LucidaGrandeRegular") format("svg");
}

html, body {
 height: 100%;
 margin: 0;
 padding: 0;
}

body {
  font-family: FuturaLTBook, Helvetica, sans-serif;
  font-size: 16px;
  color: #413d35;
  background: url(../images/main_bg.jpg) repeat 0 0;
  /*padding-bottom: 9em;*/
  overflow-y: scroll;
  position: relative;
}

a {
  outline: none;
  color: #b24c2d;
  text-decoration: none;
}
a:hover {
  color: #413d35;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color .2s ease;
}

a img {
	border: none;
}

.clear {
  clear: both;
}

div.app-container {
  min-height:100%;
  position:relative;
}

div.body-content {
    padding-bottom: 160px;
}

div.header {
  width: 1024px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
div.header img.logo {
  margin-top: 20px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
div.header img.logo_bg {
  position: absolute;
  top: 0;
  left: -120px;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 15px;
}
ul.nav li {
  float: left;
}
ul.nav li a {
  font-family: FuturaLTBold;
  font-size: 0.875em;
  text-decoration: none;
  color: #413d35;
  line-height: 30px;
  height: 30px;
  display: block;
  padding: 0 0.875em;
  margin: 0 0.875em;
  border: 1px transparent solid;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all .2s ease;
}
ul.nav li a:hover {
  color: #FFFFFF;
  text-shadow: -2px 2px 2px #777;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all .2s ease;
}
ul.nav li a.selected {
  background-image: -moz-linear-gradient(50% 50% 90deg,rgba(181,181,181,0.4), rgba(181,181,181,0.2));
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(181,181,181,0.4)), to(rgba(181,181,181,0.2)));
  border-radius: 5px;
  border: 1px #999999 solid;
}
ul.nav li a.selected:hover {
  color: #413d35;
  text-shadow: none;
}


div.main {
}

div.maincontent {
  width: 974px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-weight: 100;
  margin: 0;
}
h1 {
  font-family: FuturaLTBold;
  font-size: 1.7em;
  text-align: center;
  margin: 1em;
}
h2 {
  font-size: 1.9em;
  margin: 1em 0 0 0;
  font-weight: normal;
}
h3, h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.75em;
}
ul.positions {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style-type: disc;
}


div.menu {
  border-left: 1px #413d35 solid;
  margin-top: 1em;
  padding-left: 1em;
}
div.menu a {
  display: inline-block;
  padding: 0.5em;
}


div.footer {
  background: url(../images/footer_bg.png) repeat 0 0;
  box-shadow: -0.5em 0 0.5em 0.1em #999999;
  width: 100%;
  margin-top: 2em;
  height: 160px;
  position: absolute;
  bottom: 0;
}
div.footer.home {
  height: auto;
}

div.footer .content {
  padding-top: 2em;
  width: 900px;
  margin: 0 auto;
  position: relative;
}

div.footer a {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0.5em 0;
  font-size: 1.25em;
}
div.footer p.note {
  font-size: 0.6em;
  color: #a6a6a6;
  padding: 1em 0;
}

div.newsletter {
  margin: 0 auto;
  padding: 1em 2em;
  background-color: #bbb6ae;
/*   box-shadow: -2px 2px 5px #413d35 inset; */
  border-radius: 10px;
  border: 1px #333333 solid;
  text-align: center;
}

div.home-newsletter {
  background-color: #f0ede9;
/*   box-shadow: -2px 2px 2px #CCCCCC inset; */
  border-radius: 10px;
  border: 1px #bdb9b0 solid;
  text-align: center;
}


input[type='text'] {
  font-family: FuturaLTBook;
  outline: 0;
  height: 2.1em;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px #777777 solid;
  box-shadow: 0 0 1px transparent,
  0 0 1px #413D35 inset;
/*padding: 0 0.5em;*/
  margin: 0.3em 0;
  font-size: 1em;
  width: 99%;
  color: #8c8473;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
input[type='text']:focus {
  box-shadow: 0 0 3px 1px #459EA3,
              0 0 2px transparent inset;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

input.btn {
  width: 100%;
  background-color: #b9e985;
  background-image: -moz-linear-gradient(50% 50% 90deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06), rgba(255,255,255,0) 0%);
  background-image: -webkit-gradient(linear, 50% 49%, 50% 50%, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.06)));
/*
  height: 2.75em;
  line-height: 2.75em;
*/
  padding: .5em 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.12em;
  font-family: FuturaLTBook;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -moz-transition: background 0.2s ease;
  -webkit-transition: background .2s ease;
  border: 1px #555555 solid;
  box-shadow: 0 0 1px #413D35 inset;
}
/*
input.btn:hover {
  background-color: #b9e985;
  -moz-transition: background 0.2s ease;
  -webkit-transition: background .2s ease;
}
*/
input[type="button"]:disabled, input[type="submit"]:disabled {
    cursor: default;
    background-color: #b9b6af;
    -moz-transition: background 0.2s ease;
    -webkit-transition: background .2s ease;
}

a.appstore {
    color: #413d35;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color .2s ease;
}
.trial a.appstore {
    color: #413d35;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color .2s ease;
    
    float: left;
    width: 60%;
}
.trial a.appstore+a.appstore {
	width: 38%;
	margin-top: 18px;
}
a.appstore:hover {
    color: #cd3a42;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color .2s ease;
}

/* home styles */
div.home_section {
  position: relative;
  /*padding-top: 122px;*/
  background: url(../images/home-section-gradient.png) repeat-x center top;
  margin-top: 140px;
  min-height: 400px;
}

div.home_section+div.home_section {
  margin-top: 200px;
}

div.home_section .iphone {
  background: url(../images/iphone.png) no-repeat 0 0;
  width: 272px;
  height: 572px;
  position: absolute;
  top: -40px;
  z-index: 10;
}
div.home_section .iphone div {
  position: relative;
  width: 272px;
  height: 572px;
}
div.home_section .iphone div img {
  position: absolute;
  top: 84px;
  left: 24px;
}

div.home_section h2 {
	color: white;
	margin-bottom: 30px;
}

div.home_section div.features {
  width: 654px;
  margin: 0 auto;
  position: relative;
/*  background-color: rgba(55,49,38,0.9);
  font-size: 1.5em;
  color: #d9ccb2;
  box-shadow: 0 5px 10px #555, 0 -5px 10px #555;*/
}
div.home_section div.features p {
  color: #D9CCB2;
  font-size: 1.5em;
}

div.home_section div.features ul {
	margin: 0;
	padding: 0;
}
div.home_section div.features li {
  margin: 0.6em 0 0.6em 70px;
  padding: 0.2em 0.6em;
  display: inline-block;
  border-radius: 1em;
  position: relative;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all .2s ease;
  font-size: 1.5em;
}
/*
div.home_section div.features a:hover {
  color: #FFFFFF;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all .2s ease;
}
*/
/*
div.home_section div.features a.marker {
  color: #FFFFFF;
  background-color: #363026;
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.4) inset,
  0 1px 0 rgba(255,255,255,0.1);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all .2s ease;
}
*/
div.home_section div.features li img {
  position: absolute;
  top: 5px;
  left: -70px;
}

div.home_section div.features.left li {
  margin: 0.6em 0 0.6em 120px;
}
div.home_section div.features.left li img {
  left: -84px;
}


div.home_section div.features.right {
  padding: 1px 35px 30px 335px;
}
div.home_section div.features.left {
  padding: 30px 335px 30px 35px;
}


div.trial {
  margin: 120px auto 280px auto;
  width: 640px;
  overflow: auto;
}

.hide {
	display: none;
}

/* CTA */

#cta {
    background-color: rgba(57,57,57,0.75);
    box-shadow: 0 -8px 8px rgba(0,0,0,0.5) inset;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    overflow: hidden;
    height: 0;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#cta.expanded {
    height: 100px;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#cta.full {
    height: 260px !important;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#cta .separator {
    height: 40px;
}
#cta.full .separator {
    height: 0;
}

#cta input[type="text"], #cta input[type="email"] {
    font-family: FuturaLTBook;
    /*color: #413d35;*/
    padding: 0 0.5em;
    outline: none;
    font-size: 1em;
    border-radius: 5px;
    width: 200px;
    height: 2.1em;
    background-color: #FFFFFF;
    border: 1px #8c8c8b solid;
    margin: 0.5em 0 1em 0;
    box-shadow: 0 0 1px transparent,
                0 0 1px #413D35 inset;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#cta input[type="text"]:focus, #cta input[type="email"]:focus {
    box-shadow: 0 0 3px 1px #459EA3,
                0 0 2px transparent inset;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

input::-webkit-input-placeholder { color: #898270;}
input:-moz-placeholder { color: #898270; }
input::-moz-placeholder { color: #898270; }
input:-ms-input-placeholder { color: #898270; }

#cta textarea {
    font-family: FuturaLTBook;
    color: #413d35;
    padding: 0.5em;
    outline: none;
    font-size: 1em;
    border-radius: 5px;
    width: 200px;
    margin: 0.5em 0 1em 0;
    height: 3em;
    background-color: #FFFFFF;
    border: 1px #8c8c8b solid;
    box-shadow: 0 0 1px transparent,
                0 0 1px #413D35 inset;
    resize: none;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#cta textarea:focus {
    box-shadow: 0 0 3px 1px #459EA3,
                0 0 2px transparent inset;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#cta input[type="submit"] {
    background-color: #85b951;
    background-image: -moz-linear-gradient(50% 50% 90deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06), rgba(255,255,255,0) 0%);
    background-image: -webkit-gradient(linear, 50% 49%, 50% 50%, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.06)));
    padding: 0 1em;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.12em;
    font-family: FuturaLTBook;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 1px #555555 solid;
    box-shadow: 0 0 1px #413D35 inset;
    height: 2.1em;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#cta input[type="submit"]:hover {
    background-color: #a3e35f;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#cta .cta-content {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
}
#cta a#cta-close {
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/close.png) no-repeat center center;
    position: absolute;
    right: 7px;
    top: 7px;
}

#cta .cta-content p.h {
    margin: 0;
    line-height: 1.25em;
    font-size: 1.25em;
}
#cta .cta-content p.h span {
    font-family: FuturaLTBold;
}

#cta p.label {
    font-family: FuturaLTBold;
    font-size: 0.68em;
    margin: 0 0 0 1em;
}