*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: white url(../images/bg.jpg) right -120px no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  margin: 0;
  overflow-x: hidden;
  padding: 0; }

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

nav#main {
  width: 100%;
  float: left;
  height: 97px;
  background: #fafafa;
  position: fixed;
  bottom: 0;
  z-index: 9999; }
  nav#main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    left: 330px; }
    nav#main ul li {
      display: inline-block;
      font-size: 11px;
      font-weight: 300;
      height: 97px;
      text-transform: uppercase;
      position: relative;
      margin: 0 5px;
      padding: 0 5px; }
      nav#main ul li span {
        width: 100%;
        height: 7px;
        display: block;
        background: #6f4386;
        position: absolute;
        bottom: -7px;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      nav#main ul li:hover span, nav#main ul li.active span {
        bottom: 0; }
      nav#main ul li a {
        text-decoration: none;
        color: #696969;
        height: 97px;
        line-height: 100px;
        display: inline-block;
        position: relative; }
  nav#main .social {
    float: right; }
    nav#main .social a {
      color: #9b9b9b;
      height: 97px;
      line-height: 97px;
      display: inline-block;
      padding: 0 5px; }
  nav#main #logo {
    position: absolute;
    left: 0;
    top: -30px; }

nav#side {
  position: fixed;
  right: 30px;
  top: 50%;
  height: 300px;
  margin-top: -150px;
  display: block;
  z-index: 9999; }
  nav#side a {
    display: block;
    width: 35px;
    height: 35px;
    background: #9b9b9b;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    border-radius: 17.5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    margin: 0 0 20px 0; }
    nav#side a:hover, nav#side a.active {
      background: #ccbed4; }

section#container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  section#container article {
    float: left;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    width: 100%; }
    section#container article .text {
      position: relative;
      text-align: center;
      width: 1000px; }
    section#container article h2 {
      text-transform: uppercase;
      font-weight: 300;
      margin: 0; }
  section#container .box {
    background: #efefef;
    border-right: 2px solid white;
    float: left;
    min-height: 300px;
    padding: 20px 36px 0 24px;
    width: 33.3%; }
    section#container .box h3 {
      font-size: 15px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    section#container .box p {
      font-size: 14px; }
  section#container .box-triple {
    background: #efefef;
    float: left;
    padding: 20px 36px 20px 24px;
    width: 100%; }
    section#container .box-triple p {
      font-size: 14px; }
      section#container .box-triple p a {
        color: #6f4386;
        text-decoration: underline; }
        section#container .box-triple p a:hover {
          color: black; }
  section#container #home .text {
    margin: 0 auto;
    top: 48px;
    width: 800px; }
    section#container #home .text p {
      font-size: 13px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 40px; }
    section#container #home .text h4 {
      font-weight: 100;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 20px 0; }
    section#container #home .text a {
      font-family: 'Ovo', serif;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      color: #9a7dab; }
      section#container #home .text a:hover {
        text-decoration: underline; }
    section#container #home .text span {
      border: 1px dashed #000;
      width: 300px;
      margin-left: -150px;
      position: relative;
      left: 50%;
      top: 30px;
      display: block; }
  section#container #home img {
    position: absolute;
    top: 0;
    left: -36px;
    height: 100%; }
  section#container #home .circle {
    width: 350px;
    height: 350px;
    background: rgba(155, 124, 166, 0.8);
    -webkit-border-radius: 175px;
    -moz-border-radius: 175px;
    border-radius: 175px;
    position: absolute;
    top: 248px;
    right: -50px;
    z-index: 8888;
    text-align: center; }
    section#container #home .circle p {
      font-size: 12px;
      width: 270px;
      margin: 80px auto 20px;
      position: relative;
      padding: 0 0 20px 0; }
    section#container #home .circle span {
      border-bottom: 1px dashed #000;
      width: 150px;
      margin-left: -75px;
      position: relative;
      left: 50%;
      display: block;
      margin-top: -20px; }
    section#container #home .circle h3 {
      font-weight: bold;
      font-size: 13px;
      margin: 17px 0 24px 0; }
    section#container #home .circle a {
      font-family: 'Ovo', serif;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      color: #fff; }
      section#container #home .circle a:hover {
        text-decoration: underline; }
  section#container #home .circle-small {
    width: 300px;
    height: 300px;
    background: rgba(204, 190, 212, 0.8);
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    left: 0px;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    top: 286px; }
    section#container #home .circle-small p {
      font-size: 12px;
      width: 225px;
      margin: 60px auto 20px;
      position: relative;
      padding: 0 0 20px 0; }
    section#container #home .circle-small span {
      border-bottom: 1px dashed #000;
      width: 150px;
      margin-left: -75px;
      position: relative;
      left: 50%;
      display: block;
      margin-top: -20px; }
    section#container #home .circle-small h3 {
      font-weight: bold;
      font-size: 13px;
      margin: 17px 0 40px 0;
      padding: 0 24px; }
  section#container #home .media-logos {
    color: #9a7dab;
    display: block;
    font-family: 'Ovo', serif;
    font-size: 13px;
    margin-top: 240px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    section#container #home .media-logos:hover {
      text-decoration: underline; }
    section#container #home .media-logos img {
      display: block;
      margin: 0 auto 12px;
      position: static;
      width: 84%; }
  section#container #book {
    padding-bottom: 72px; }
    section#container #book .text {
      float: left;
      margin: 0 auto 36px;
      position: relative;
      text-align: left;
      top: 48px; }
      section#container #book .text:first-child h2 {
        border-right: 3px solid white;
        width: 100%; }
      section#container #book .text:last-child h2 {
        border-right: 0;
        width: 100%; }
      section#container #book .text img {
        position: absolute;
        left: 236px;
        top: -42px; }
      section#container #book .text h2 {
        background: #c2a4d3;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        line-height: 54px;
        height: 54px;
        padding: 0 20px;
        text-transform: uppercase;
        width: 100%; }
      section#container #book .text .cta-audio {
        background: #8f63a6;
        border-radius: 4px;
        color: white;
        display: block;
        float: left;
        height: 48px;
        line-height: 48px;
        margin-right: 24px;
        padding: 0 24px;
        text-decoration: none; }
        section#container #book .text .cta-audio:hover {
          background: #6f4386; }
  section#container #author .text {
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 48px; }
    section#container #author .text h2 {
      background: #c2a4d3;
      padding: 20px;
      font-size: 30px;
      color: #fff;
      font-weight: 300;
      float: left;
      text-transform: uppercase;
      width: 33%;
      margin: 0 0 2px 0; }
    section#container #author .text .box-double {
      background: #efefef;
      border-left: 2px solid white;
      float: right;
      padding: 20px 60px 0 30px;
      min-height: 523px;
      width: 67%; }
      section#container #author .text .box-double p {
        font-size: 14px; }
    section#container #author .text .box {
      background: #efefef;
      border-right: 0;
      float: left;
      min-height: 330px;
      padding: 0;
      width: 33%; }
      section#container #author .text .box img {
        display: block;
        float: left;
        width: 100%; }
      section#container #author .text .box p {
        font-size: 14px; }
  section#container #testimonials {
    height: auto !important; }
    section#container #testimonials h2 {
      margin: 48px 0 36px;
      text-align: center; }
    section#container #testimonials .circle-container {
      height: 480px;
      position: relative;
      width: 100%; }
      section#container #testimonials .circle-container .circle {
        width: 350px;
        height: 350px;
        background: rgba(204, 190, 212, 0.8);
        -webkit-border-radius: 175px;
        -moz-border-radius: 175px;
        border-radius: 175px;
        padding: 24px;
        position: absolute;
        z-index: 8888;
        text-align: center; }
        section#container #testimonials .circle-container .circle p {
          font-size: 13px;
          width: 270px;
          margin: 80px auto 20px;
          position: relative;
          padding: 0 0 20px 0; }
        section#container #testimonials .circle-container .circle span {
          border-bottom: 1px dashed #000;
          width: 150px;
          margin-left: -75px;
          position: relative;
          left: 50%;
          display: block;
          margin-top: -20px; }
        section#container #testimonials .circle-container .circle h3 {
          font-weight: bold;
          font-size: 13px;
          margin: 17px 0 40px 0; }
        section#container #testimonials .circle-container .circle a {
          font-family: 'Ovo', serif;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 13px;
          color: #fff; }
      section#container #testimonials .circle-container #testimonial-1 {
        background: rgba(155, 124, 166, 0.8);
        top: 110px;
        left: 9px; }
      section#container #testimonials .circle-container #testimonial-2 {
        background: rgba(209, 192, 219, 0.4);
        top: 0px;
        left: 50%;
        margin-left: -175px; }
      section#container #testimonials .circle-container #testimonial-3 {
        background: rgba(144, 124, 150, 0.4);
        right: 9px;
        top: 110px; }
    section#container #testimonials .text {
      overflow: hidden;
      padding-bottom: 72px; }
      section#container #testimonials .text .box {
        border-bottom: 2px solid #fff;
        min-height: 336px; }
        section#container #testimonials .text .box p {
          font-size: 13px; }
        section#container #testimonials .text .box .author {
          font-weight: bold; }
  section#container #press {
    height: auto !important;
    padding-bottom: 120px; }
    section#container #press h2 {
      margin: 48px 0 36px;
      text-align: center; }
    section#container #press .text {
      border-top: 2px solid #efefef;
      border-left: 2px solid #efefef;
      overflow: hidden;
      width: 100%; }
    section#container #press .press-piece {
      float: left;
      border-right: 2px solid #efefef;
      border-bottom: 2px solid #efefef;
      width: 25%; }
      section#container #press .press-piece img {
        display: block;
        width: 100%; }
