@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext";
tml, body {
  height: 100%; }

body {
  background: #0f100f;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: 400;
  font-size: 15px; }

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

strong {
  font-weight: 700; }

header {
  width: 100%;
  background: url("../img/bg_1.jpg") center bottom no-repeat transparent;
  background-size: cover;
  position: relative;
  height: 700px;
  overflow: hidden; }
  header .logo {
    width: 272px;
    position: absolute;
    z-index: 4;
    left: 50px;
    top: 50px; }
    header .logo img {
      width: 100%; }
  header .actor {
    background: url("../img/aktor_1.png") center center no-repeat transparent;
    width: 960px;
    height: 644px;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -478px;
    top: 0;
    z-index: 1; }
  header .mask {
    background: url("../img/line.png") left center no-repeat rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    header .mask.right {
      left: 100%; }
    header .mask.left {
      left: -1%; }
  header .shadow {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f100f+0,0f100f+100,0f100f+100&0+0,1+74 */
    background: -moz-linear-gradient(top, rgba(15, 16, 15, 0) 0%, #0f100f 74%, #0f100f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15, 16, 15, 0) 0%, #0f100f 74%, #0f100f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15, 16, 15, 0) 0%, #0f100f 74%, #0f100f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f100f', endColorstr='#0f100f',GradientType=0 );
    /* IE6-9 */ }
  header .mainText {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    z-index: 5; }
    header .mainText p {
      font-weight: 300;
      font-size: 50px; }
  header .actionBtn {
    width: 173px;
    height: 58px;
    border: 2px solid white;
    font-weight: 700;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    header .actionBtn.hideItem {
      opacity: 0; }
      header .actionBtn.hideItem:hover {
        cursor: default; }
    header .actionBtn.selected {
      background: black; }
    header .actionBtn.btnWhite {
      border-color: white;
      margin-right: 12%; }
      header .actionBtn.btnWhite:not(.selected):hover {
        -webkit-box-shadow: 0 0 5px 1px #FFFFFF;
        box-shadow: 0 0 5px 1px #FFFFFF; }
    header .actionBtn.btnRed {
      border-color: #f11338;
      color: #f11338;
      margin-left: 12%; }
      header .actionBtn.btnRed:not(.selected):hover {
        -webkit-box-shadow: 0 0 5px 1px #f11338;
        box-shadow: 0 0 5px 1px #f11338; }
  header .text {
    position: absolute;
    width: 52%;
    max-width: 600px;
    z-index: 4;
    top: 415px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    header .text p {
      font-size: 22px;
      font-weight: 300;
      line-height: 33px;
      margin-bottom: 10px; }
      header .text p:hover {
        cursor: default; }
    header .text i {
      font-size: 15px;
      display: block; }
      header .text i:hover {
        cursor: default; }
    header .text.textRight {
      left: 55%;
      opacity: 0;
      text-align: left; }
      header .text.textRight.showText {
        left: 43%;
        opacity: 1; }
        header .text.textRight.showText .link:hover {
          cursor: pointer; }
    header .text.textLeft {
      right: 55%;
      opacity: 0;
      text-align: right; }
      header .text.textLeft.showText {
        right: 43%;
        opacity: 1; }
        header .text.textLeft.showText .link:hover {
          cursor: pointer; }
    header .text .link {
      color: #f11338;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 700;
      background: url("../img/i_play.png") left center no-repeat transparent;
      height: 24px;
      line-height: 24px;
      padding-left: 25px;
      display: inline-block;
      margin-top: 20px;
      text-align: left; }
      header .text .link:hover {
        cursor: default; }

.content {
  min-height: 500px;
  margin: 0 15px; }
  .content > div {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .content .top {
    text-align: center;
    margin-top: 20px; }
    .content .top p {
      font-weight: 300;
      font-size: 22px;
      line-height: 40px; }
    .content .top .fancyBtn {
      width: 100%;
      max-width: 369px;
      height: 60px;
      background: url("../img/btn_bg.png") center top no-repeat transparent;
      color: white;
      font-size: 24px;
      text-align: center;
      display: inline-block;
      line-height: 60px;
      margin: 20px 0 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden; }
      .content .top .fancyBtn:hover {
        background-position: center bottom;
        text-decoration: none; }
    .content .top span {
      display: block;
      font-size: 15px; }
  .content .book {
    margin-bottom: 70px;
    margin-top: 100px; }
    .content .book .col50 {
      width: 50%;
      float: left;
      padding: 20px; }
      .content .book .col50 img {
        width: 100%;
        max-width: 400px; }
    .content .book p.head {
      font-size: 47px;
      font-weight: 300;
      line-height: 33px;
      margin-bottom: 40px; }
    .content .book p {
      font-size: 15px;
      line-height: 23px; }


.footer {
      text-align: center;
      padding: 40px 0;
      border-top: 1px solid #808080;}

      .footer > div {
        display: inline-block;
        margin: 0 4%;
        }
        .footer > div a {
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px; }
        .footer > div span {
          font-size: 14px;
          font-family: 'Open Sans', sans-serif;
          display: inline-block;
          vertical-align: middle; }

  .footer2 {
              color: #999999;
              text-align: center;
            /*border-top: 1px solid #808080;*/ }

@media all and (max-width: 980px) {
  header .logo {
    width: 150px;
    left: 30px;
    top: 30px; }

  header .mainText p {
    font-size: 30px; }

  header .text {
    top: 338px; }

  header .text p {
    font-size: 15px;
    line-height: 23px; }

  .content .book p.head {
    font-size: 30px;
    margin-bottom: 20px; }

  .content .book p {
    font-size: 13px;
    line-height: 20px; } }
@media all and (max-width: 600px) {
  header {
    height: auto;
    background-position: center -500px;
    background-size: initial; }
    header .mask {
      display: none; }
    header .mainText {
      top: 0;
      margin-top: 225px;
      position: relative; }
    header .actionBtn {
      width: 115px; }

  .content .top {
    border-top: 1px solid #808080;
    padding-top: 30px;
    margin-top: 40px; }

  .content .top p {
    font-size: 15px;
    line-height: 23px; }

  header .text {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: 0;
    left: 0;
    padding: 0 20px;
    margin-top: 0; }

  header .text.textRight {
    left: 0; }

  header .text.textRight.showText,
  header .text.textLeft.showText {
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: 20px;
    height: 170px; }

  header .actionBtn.btnWhite {
    margin-right: 6%; }

  header .actionBtn.btnRed {
    margin-left: 6%; }

  .link span {
    display: none; }

  .content .book .col50 {
    width: 100%;
    padding: 10px 20px; }

  .content .book {
    margin-bottom: 10px;
    margin-top: 20px; }

  .content .book p.head {
    font-size: 26px;
    margin-bottom: 14px; } }
@media all and (max-width: 500px) {
  header .text.textRight.showText,
  header .text.textLeft.showText {
    height: 260px; }

  header .mainText strong {
    display: block; }

  .content .top .fancyBtn {
    font-size: 20px; }

  .content .top p br {
    display: none; } }
