html, body {
  height: 100%; }

body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-weight: 400; }

a {
  color: #ff6501;
  text-decoration: none; }

strong {
  font-weight: 700; }

header, section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.btn-red {
  background: #ef061c;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .btn-red:hover {
    background: #db061a;
    text-decoration: none;
    color: White; }

.btn-fake {
  background: #eeeeee;
  color: #000000; }
  .btn-fake:hover {
      background: #eee;
    color: #000; }

.fixedBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
  right: 0; }
  .fixedBg .bg {
    width: 100%;
    height: auto; }
  .fixedBg .actor {
    position: absolute;
    left: 50%;
    top: 43%;
    width: 500px;
    height: auto;
    margin-left: -250px;
    margin-top: -250px; }

header .logo {
  position: absolute;
  left: 60px;
  top: 40px; }
header .slogan {
  text-align: center;
  padding-top: 35%;
  font-weight: 300;
  color: #000000; }
  header .slogan img, header .slogan span {
    display: inline-block;
    vertical-align: middle; }
  header .slogan span {
    font-size: 70px;
    text-transform: uppercase; }
  header .slogan i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #333; }

section.books {
  text-align: center;
  padding: 30px 0;
  background: url("../img/line.png") center bottom no-repeat transparent; }
  section.books .cover {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    margin: 30px; }
    section.books .cover img {
      width: 100%;
      max-width: 360px; }
    section.books .cover .btn-red {
      width: 290px;
      margin-top: 5px;
      max-width: 360px; }

h2.head {
  font-size: 40px;
  font-weight: 300;
  margin: 40px 0;
  text-transform: uppercase; }

section.lectors {
  text-align: center;
  padding-bottom: 50px;
  background: url("../img/line.png") center bottom no-repeat transparent; }
  section.lectors .lector {
    width: 190px;
    margin: 7px;
    display: inline-block;
    vertical-align: top; }
    section.lectors .lector > div {
      position: relative; }
    section.lectors .lector img {
      width: 100%; }
    section.lectors .lector .play {
      background: url("../img/play-button.png") center center no-repeat transparent;
      width: 54px;
      height: 62px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -27px;
      margin-top: -31px; }
    section.lectors .lector .pause {
      background: url("../img/pause-button.png") center center no-repeat transparent;
      width: 46px;
      height: 63px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -23px;
      margin-top: -31px;
      display: none; }
    section.lectors .lector.playing .play {
      display: none; }
    section.lectors .lector.playing .pause {
      display: block; }
    section.lectors .lector p {
      margin: 0; }
    section.lectors .lector .name {
      margin: 10px 0 0;
      text-transform: uppercase;
      font-size: 15px; }
    section.lectors .lector .role {
      color: #999999; }

.line {
  background: url("../img/line.png") center bottom no-repeat transparent;
  width: 100%;
  height: 10px; }

section.story {
  background: url("../img/bg_2.jpg") center center no-repeat transparent;
  background-size: 100% 100%;
  text-align: center; }
  section.story .parallax-window {
    padding: 0 10px;
    max-width: 1100px;
    margin: 0 auto;
    background: url("../img/img_2.png") center 0 no-repeat transparent; }
  section.story .quote {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding: 50px 0 0; }
    section.story .quote span {
      display: block;
      text-transform: uppercase;
      font-size: 16px; }
  section.story .bottomText {
    font-size: 16px;
    line-height: 30px;
    margin: 270px 0 60px; }

section.video {
  text-align: center;
  padding-bottom: 70px;
  background: url("../img/line.png") center bottom no-repeat transparent; }
  section.video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 95%;
    max-width: 1040px;
    margin: 0 auto; }
  section.video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.video .head {
    margin: 60px 0 30px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300; }
  section.video .btn-red {
    width: 360px; }

section.footer {
  background: url("../img/bg_2.jpg") center top no-repeat transparent;
  padding: 30px 0 15px;
  background-size: 100% 100%; }
  section.footer > div {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px; }
  section.footer p {
    margin: 30px 0;
    font-size: 15px;
    line-height: 25px; }
  section.footer p.head {
    font-size: 24px;
    text-transform: uppercase; }
  section.footer p.copy {
    margin-bottom: 0; }

@media all and (min-width: 1920px) {
  .fixedBg .actor {
    top: 460px; }

  header .slogan {
    padding-top: 666px; } }
@media all and (max-width: 900px) {
  .fixedBg {
    position: absolute;
    height: 550px;
    width: 100%;
    background: url(../img/bg_1.jpg) center center no-repeat transparent;
    background-size: cover; }
    .fixedBg .bg {
      display: none; }

  .fixedBg .actor {
    transform: scale(0.8);
    top: 270px; }

  header .logo {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -137px;
    transform: scale(0.8); }
  header .slogan {
    padding-top: 351px; }

  section.books .cover {
    width: 46%;
    margin: 10px; }

  section.books .cover .btn-red {
    width: 100%; }

  header .slogan span {
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px; }

  header .slogan i {
    font-size: 21px; } }
@media all and (max-width: 560px) {
  section.books .cover {
    width: 90%; }

  section.lectors .lector {
    width: 40%; }

  section.story .quote {
    font-size: 23px;
    line-height: 33px;
    padding-top: 30px; }

  h2.head {
    font-size: 24px; }

  section.video {
    padding: 10px 10px 40px 10px; }

  section.video .head {
    margin: 30px 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px; }

  section.video .btn-red {
    width: 100%; }

  section.footer {
    padding-top: 0; }

  section.story .parallax-window {
    background-size: 80%;
    background-position: center 22%; } }

/*# sourceMappingURL=main.css.map */
