/*************************************/
/* ------------ FONTS ----------- */
/*************************************/
@font-face {
  font-family: 'old_style';
  src: url('/fonts/old_style_webfont.eot');
  src: url('/fonts/old_style_webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/old_style_webfont.woff') format('woff'), url('/fonts/old_style_webfont.ttf') format('truetype'), url('/fonts/old_style_webfont.svg#oldstyle_1hplhs') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*************************************/
/* ------------ MIX IN'S ----------- */
/*************************************/
/*************************************/
/* ------------ MIX IN'S ----------- */
/*************************************/
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.smartFill {
  width: 100%;
  max-height: 100%;
}
.ccnr {
  background-position: center center;
  background-repeat: no-repeat;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background-color: #0f0f0f;
}
#content {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  min-height: 100%;
  background-image: url('/img/bg1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#content .thumb {
  display: inline-block;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
}
#content .thumb#thumb1 {
  background-image: url('/img/thumb1.png');
  background-position: center 40px;
}
#content .thumb#thumb2 {
  background-image: url('/img/thumb2.png');
  background-position: center 60px;
  display: none;
}
#content .thumb#thumb3 {
  background-image: url('/img/thumb3.png');
  background-position: center 110px;
  display: none;
}
#content .thumb#thumb4 {
  background-image: url('/img/thumb4.png');
  background-position: center 140px;
  display: none;
}
#content .title {
  font-family: "old_style";
  font-size: 35px;
  color: white;
  margin-bottom: 25px;
}
#content .copy {
  color: gray;
  font-family: Courier New, Courier New, monospace;
  font-size: 13px;
  width: 90%;
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
}
#content .dlButton {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 135px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
#content .dlButton#btnDownloadApple {
  background: url('/img/btn_download_apple.png');
}
#content .dlButton#btnDownloadGoogle {
  background: url('/img/btn_download_google.png');
}
@media screen and (min-width: 670px) {
  #content .thumb {
    width: 45%;
    height: 450px;
  }
  #content .thumb#thumb1 {
    background-position: center 150px;
  }
  #content .thumb#thumb2 {
    display: inline-block;
  }
  #content .copy {
    font-size: 16px;
  }
  #content .title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #content .thumb {
    width: 33%;
  }
  #content .thumb#thumb3 {
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) {
  #content .thumb {
    width: 22%;
  }
  #content .thumb#thumb4 {
    display: inline-block;
  }
}
