/*crt:jxc
**********************
**********************

DON'T EDIT THIS FILE!!
FOR CHANGES USE CUSTOM.CSS

**********************
**********************
*/
body {
  background: url("../images/bg.jpg") center center;
  overflow: hidden;
  margin: 0;
  height: 100%;
  background-size: cover;
}
.backimg {
  display: none;
}
.container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.container .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.container .logo img {
  max-width: 100%;
}
.container .video {
  width: 100%;
  height: auto;
  min-height: 150px;
}
.container .ipad {
  display: none;
}
.container .pf {
  width: 100%;
  position: absolute;
  bottom: -50px;
}
.container .pf img {
  max-width: 100%;
}
.container .socials {
  position: absolute;
  top: -60px;
  left: 75%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  width: 100%;
}
.container .socials .social {
  width: 46px;
  height: 46px;
  border: 2px solid black;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  margin: 0 5px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  float: left;
}
.container .socials .social:hover {
  border-color: #40e647;
}
.container .socials .social a {
  display: block;
  padding: 13px 0;
}
@media (min-width: 480px) {
  .container {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 280px;
    top: 45%;
  }
  .container .pf {
    bottom: -30px;
  }
  .container .socials {
    top: 8%;
    left: 110%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    width: auto;
  }
  .container .socials .social {
    float: none;
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 650px;
  }
  .container .stred .ipad {
    display: block;
    position: absolute;
    width: 100%;
  }
  .container .stred .ipad img {
    max-width: 100%;
  }
  .container .stred .logo {
    top: 73px;
    left: 120px;
    width: 30px;
    z-index: 2;
  }
  .container .stred .video {
    position: relative;
    z-index: 1;
    width: 427px;
    margin-top: 65px;
    margin-left: 111px;
    min-height: 150px;
  }
  .container .stred .pf {
    z-index: 2;
    text-align: center;
    margin-top: 15px;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    bottom: -50px;
  }
  .container .stred .pf img {
    width: 380px;
  }
  .container .stred .socials {
    top: 35%;
    left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 760px;
  }
  .container .stred .ipad {
    display: block;
    position: absolute;
    width: 100%;
  }
  .container .stred .ipad img {
    max-width: 100%;
  }
  .container .stred .logo {
    top: 100px;
    left: 165px;
    width: 40px;
    z-index: 2;
  }
  .container .stred .video {
    width: 497px;
    margin-top: 77px;
    margin-left: 132px;
    min-height: 150px;
  }
  .container .stred .pf {
    z-index: 2;
    text-align: center;
    margin-top: 15px;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  .container .stred .pf img {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .backimg {
    display: block;
    position: absolute;
    width: 550px;
  }
  .backimg img {
    max-width: 100%;
  }
  .headphones {
    top: -50px;
    left: 0;
  }
  .glasses {
    top: 0;
    right: 0;
  }
  .diar {
    left: -120px;
    bottom: -20px;
    width: 360px;
  }
  .klavesnice {
    bottom: -50px;
    right: -70px;
  }
}
@media (min-width: 1500px) {
  .backimg {
    width: 850px;
  }
  .headphones {
    top: -180px;
    left: 0;
  }
  .glasses {
    top: 0;
    right: 0;
  }
  .diar {
    left: -290px;
    bottom: -70px;
    width: 600px;
  }
  .klavesnice {
    bottom: -50px;
    right: -70px;
  }
  .container {
    width: 850px;
  }
  .container .stred .video {
    width: 557px;
    margin-top: 86px;
    margin-left: 146px;
    min-height: 150px;
  }
}