/* 
    Created on : 30.05.2015, 15:20:23
    Authors    : Brilliant It - Yura & Max
*/
@import 'brilliant_icons/style.css';
.clear {
  clear: both;
}
@-webkit-keyframes spinrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spinrotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spinrotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes spinrotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner {
  height: 40px;
  width: 40px;
  margin: 20px auto;
  position: relative;
  -webkit-animation: spinrotation .6s infinite linear;
  -moz-animation: spinrotation .6s infinite linear;
  -o-animation: spinrotation .6s infinite linear;
  animation: spinrotation .6s infinite linear;
  border-left: 6px solid rgba(128, 128, 128, 0.15);
  border-right: 6px solid rgba(128, 128, 128, 0.15);
  border-bottom: 6px solid rgba(128, 128, 128, 0.15);
  border-top: 6px solid rgba(128, 128, 128, 0.8);
  border-radius: 100%;
  display: none;
}
/* font-family: "SegoeUILight"; */
@font-face {
  font-family: "SegoeUILight";
  src: url("fonts/SegoeUILight/SegoeUILight.eot");
  src: url("fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
  font-family: "SegoeUISemiBold";
  src: url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  src: url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.segoe_bold {
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
}
.segoe_light {
  font-family: 'SegoeUILight', 'Open Sans', sans-serif, 'Arial';
}
html {
  height: 100%;
}
body {
  font-family: 'SegoeUILight', 'Open Sans', sans-serif, 'Arial';
  font-weight: 300;
  margin: 0;
  font-size: 18px;
  color: #393939;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #666666;
  margin: 30px auto;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
  margin: 30px 0px;
}
.heading {
  font-family: 'SegoeUILight', 'Arial';
  color: #393939;
  font-size: 450%;
  text-align: center;
  padding: 30px 40px 40px 30px;
  background-color: #F7F7F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
h4 {
  margin: 10px 0px;
}
p {
  margin: 20px 0px;
}
a {
  text-decoration: none;
  color: #393939;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}
a:hover {
  /*text-decoration: underline;*/
  color: #666666;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  margin: 5px 0px !important;
  box-sizing: border-box !important;
  font-size: 20px !important;
  width: 100% !important;
  font-family: 'SegoeUILight', 'Open Sans', sans-serif, 'Arial' !important;
}
.button {
  display: inline-block;
  position: relative;
  border: 2px solid #393939;
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  color: #393939;
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
}
.button:hover {
  color: #fff;
  background: #000;
}
.button i {
  font-size: 25px;
  padding-left: 5px;
}
.button.yellow {
  background-color: #ffed8a !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffed8a), to(#efb019)) !important;
  background: -webkit-linear-gradient(top, #ffed8a, #efb019) !important;
  background: -moz-linear-gradient(top, #ffed8a, #efb019) !important;
  background: -ms-linear-gradient(top, #ffed8a, #efb019) !important;
  background: -o-linear-gradient(top, #ffed8a, #efb019) !important;
  border: none;
  -webkit-box-shadow: 2px 2px 2px gray;
  -moz-box-shadow: 2px 2px 2px gray;
  box-shadow: 2px 2px 2px gray;
  margin: 10px 0px 20px 0px;
}
.button.yellow:hover {
  background-color: #000000 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) !important;
  background: -webkit-linear-gradient(top, #000000, #000000) !important;
  background: -moz-linear-gradient(top, #000000, #000000) !important;
  background: -ms-linear-gradient(top, #000000, #000000) !important;
  background: -o-linear-gradient(top, #000000, #000000) !important;
}
.button.in_form {
  width: 100% !important;
  box-sizing: border-box !important;
}
.clear {
  height: 0px;
}
.push-block {
  height: 60px;
}
.push-wrapper {
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
#system-message,
#system-message-no-name,
#system-message-no-phone {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: #A8E635;
  text-align: center;
  width: 100%;
  font-size: 40px;
  box-shadow: 0px 5px 15px gray;
  color: #36441C;
  border: 2px dashed #E3FFB0;
  box-sizing: border-box;
  padding: 0px 10px;
  display: none;
}
#system-message-no-name,
#system-message-no-phone {
  background: #FF5917;
  color: #fff;
}
#system-message .close,
#system-message-no-name .close,
#system-message-no-phone .close {
  position: relative;
  right: 0px;
  top: 0px;
  padding: 0px 30px 20px 30px;
  color: #5C8218;
  cursor: pointer;
  font-size: 50px;
}
#system-message-no-name .close,
#system-message-no-phone .close {
  color: white;
}
.brilliant_icon {
  margin-right: 10px;
}
.center {
  text-align: center;
}
.content_paddings {
  padding: 25px 0px;
}
.content_width {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  background-color: white;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
}
.header.on_top {
  position: fixed;
  top: 0px;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px;
  -moz-box-shadow: 0px 1px 5px;
  box-shadow: 0px 1px 5px;
}
.logo {
  background-image: url("../images/sprites.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 2000px;
  width: 420px;
  height: 105px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.header {
  min-width: 320px;
}
.header_left_mob {
  float: left;
  font-size: 40px;
  padding-top: 5px;
  display: none;
}
.header_left {
  float: left;
  width: 300px;
}
.header_left .phone_icon,
.header_left .phone_icon_android,
.header_left .phone_icon_iphone {
  background-image: url("../images/sprites.png");
  background-position: 5px -91px;
  background-repeat: no-repeat;
  background-size: 1000px;
  width: 65px;
  height: 96px;
  float: left;
}
.header_left .phone_icon_android {
  background-image: url("../images/sprites.png");
  background-position: -85px -91px;
  background-repeat: no-repeat;
  background-size: 1000px;
}
.header_left .phone_icon_iphone {
  background-image: url("../images/sprites.png");
  background-position: -176px -90px;
  background-repeat: no-repeat;
  background-size: 1000px;
}
.header_left .first_line {
  font-size: 27px;
  text-transform: uppercase;
  margin-left: 10px;
}
.header_left .second_line {
  font-size: 20.3px;
  text-transform: uppercase;
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
}
.header_left .phone_number {
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
  text-decoration: underline;
  font-size: 22px;
}
.click_call {
  display: none;
}
.header_right {
  float: right;
  text-align: right;
}
.header_right .second_line {
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
  line-height: 15px;
}
.header_right_mob {
  float: right;
  text-align: right;
  font-size: 45px;
  display: none;
}
.brilliant_parallax {
  overflow: hidden;
  height: 100%;
}
.brilliant_parallax_left {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.brilliant_parallax_right,
.brilliant_parallax_right_bg {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.brilliant_parallax_right_bg {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  right: 0px;
}
.drummer_object {
  position: absolute;
  left: 32%;
  width: 26%;
  top: 15%;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out 0s !important;
  -moz-transition: all 0.25s ease-in-out 0s !important;
  -ms-transition: all 0.25s ease-in-out 0s !important;
  -o-transition: all 0.25s ease-in-out 0s !important;
}
.drummer_object_hover {
  left: 42%;
}
.instrument {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
}
.instrument.organ {
  left: 55%;
  width: 80%;
  top: 0%;
}
.instrument.guitar {
  top: -25%;
  left: 85%;
  width: 50%;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
}
.instrument.bass {
  top: -55%;
  left: 90%;
  width: 60%;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
}
.instrument.microphone {
  top: -140%;
  left: 95%;
  width: 40%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
}
.brilliant_parallax_right {
  -webkit-box-shadow: 0px 60px 30px black;
  -moz-box-shadow: 0px 60px 30px black;
  box-shadow: 0px 60px 30px black;
  z-index: 3;
  height: 120%;
}
.brilliant_parallax_left:hover .bass {
  top: -60%;
  left: 55%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.brilliant_parallax_left:hover .guitar {
  top: -38%;
  left: 65%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.brilliant_parallax_left:hover .microphone {
  top: -150%;
  left: 85%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.brilliant_parallax_left:hover .organ {
  left: 40%;
  top: -10%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.play_button_block {
  position: absolute;
  top: 50px;
  left: 250px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.play_button_block.right {
  right: 250px;
  left: auto;
}
.play_button {
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  border: solid #999 1px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  margin: 0px auto 10px auto;
  background-color: #fff;
  position: relative;
}
.play_button:hover {
  /*background-color: #eee;*/
  box-shadow: 0px 0px 10px #999;
}
audio {
  display: none;
}
.form_order {
  border: 2px solid #bcd1c6;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
  width: 100%;
  max-width: 400px;
  font-size: 20px!important;
  box-sizing: border-box !important;
}
.form_order h2 {
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
  text-transform: none;
  font-size: 24px!important;
}
.price_number {
  font-size: 100px!important;
  line-height: 70px!important;
}
.for_good_price {
  padding-left: 10px;
  font-size: 25px!important;
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
}
.good_price_currency {
  font-size: 25px!important;
  font-family: 'SegoeUISemiBold', 'Open Sans', sans-serif, 'Arial';
}
.footer {
  background-color: #444;
  color: white;
  text-align: center;
  padding: 10px;
}
.footer a {
  color: white;
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
  .play_button_block {
    left: 100px;
    font-size: 22px!important;
  }
  .play_button_block.right {
    right: 100px;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .logo {
    background-image: url("../images/sprites.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1000px;
    width: 210px;
    height: 55px;
    top: 50px;
  }
  .header {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
  .heading {
    font-size: 220%;
    padding: 10px;
  }
  #system-message,
  #system-message-no-name,
  #system-message-no-phone {
    font-size: 25px;
  }
  .instrument.organ {
    left: 55%;
    width: 80%;
    top: 0%;
  }
  .instrument.guitar {
    top: -15%;
    left: 90%;
    width: 50%;
  }
  .instrument.bass {
    top: -35%;
    left: 95%;
    width: 50%;
  }
  .instrument.microphone {
    top: -70%;
    left: 45%;
    width: 30%;
  }
  .brilliant_parallax_left:hover .instrument.organ {
    left: 35%;
    top: 0%;
  }
  .brilliant_parallax_left:hover .instrument.guitar {
    top: -20%;
    left: 60%;
  }
  .brilliant_parallax_left:hover .instrument.bass {
    top: -32%;
    left: 65%;
  }
  .brilliant_parallax_left:hover .instrument.microphone {
    top: -70%;
    left: 35%;
  }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .header {
    padding: 5px 10px;
  }
  .brilliant_parallax_right {
    box-shadow: 0px 60px 20px rgba(123, 123, 123, 0.62);
  }
  .play_button:hover {
    box-shadow: none;
    background-color: #eee;
  }
  .logo {
    position: relative;
    top: 0px;
  }
  .header_left {
    float: none;
    width: 230px;
    margin: 20px auto;
    border: 1px solid #393939;
    padding: 20px;
  }
  .header_right {
    display: none;
  }
  .header_right_mob,
  .header_left_mob {
    display: block;
  }
  .click_call {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .play_button_block {
    left: 20px;
    font-size: 18px!important;
  }
  .play_button_block.right {
    right: 20px;
  }
  .play_button {
    padding: 0px;
  }
  .logo {
    background-position: 17px 5px;
    background-size: 800px;
  }
  .header_right_mob i,
  .header_left_mob i {
    font-size: 32px;
    padding-top: 10px;
    display: block;
  }
}
@media only screen and (max-width: 440px), only screen and (max-device-width: 440px) {
  .play_button_block {
    left: 40px;
    zoom: 0.8;
  }
  .play_button_block.right {
    right: 40px;
  }
  .drummer_object {
    left: 15%;
    width: 50%;
    top: 30%;
  }
  .drummer_object_hover {
    left: 40%;
  }
  .instrument.organ {
    left: 20%;
    width: 130%;
    top: 20%;
  }
  .instrument.guitar {
    top: 10%;
    left: 90%;
    width: 90%;
  }
  .instrument.bass {
    top: -10%;
    left: 80%;
    width: 90%;
  }
  .instrument.microphone {
    display: none;
  }
  .brilliant_parallax_left:hover .instrument.organ {
    left: 10%;
    top: 20%;
  }
  .brilliant_parallax_left:hover .instrument.guitar {
    top: 5%;
    left: 35%;
  }
  .brilliant_parallax_left:hover .instrument.bass {
    top: -7%;
    left: 23%;
    width: 90%;
  }
}
