@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
*:before {
  content: '';
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
body .right {
  text-align: right;
}
body .container {
  width: 1170px;
}
body .dtable {
  display: table;
  width: 100%;
}
body .dtable .dcell {
  display: table-cell;
  vertical-align: middle;
}
body .italic {
  font-style: italic;
}
body .center {
  text-align: center;
}
body .round {
  border-radius: 15px;
}
body .circle {
  border-radius: 50%;
}
body a,
body input,
body button {
  transition: all 0.2s ease-in-out;
}
body a:active,
body a:focus,
body input:active,
body input:focus,
body button:active,
body button:focus {
  outline: none;
}
body a {
  color: inherit;
  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}
body form .inputblock label.error {
  display: none !important;
}
body form .inputblock input.error {
  border-color: #CC0000;
}
body form .controls {
  text-align: center;
}
body .countdown-row {
  text-align: center;
  margin: 0 auto;
}
body .countdown-row .countdown-section {
  margin: 0 10px;
  width: 66px;
  display: inline-block;
}
body .countdown-row .countdown-section .countdown-amount {
  color: #FFF;
  display: block;
  height: 63px;
  background: url(view/portal/img/timer.png) no-repeat center center;
  font-size: 50px;
  font-weight: 500;
  padding: 0;
}
body .countdown-row .countdown-section:last-child .countdown-amount {
  color: #00a0fe;
}
body .countdown-row .countdown-section .countdown-period {
  display: block;
  color: #FFF;
  font-size: 16px;
  margin: 10px 0 0;
}
@keyframes arrow {
  body 0% {
    transform: translate(0,0);
  }
  body 50% {
    transform: translate(50%,0);
  }
  body 100% {
    transform: translate(0,0);
  }
}
@keyframes arrow-down {
  body 0% {
    transform: translate(0,0) rotate(90deg);
  }
  body 50% {
    transform: translate(0,50%) rotate(90deg);
  }
  body 100% {
    transform: translate(0,0) rotate(90deg);
  }
}
@keyframes arrow-absolute {
  body 0% {
    transform: translate(0,-50%);
  }
  body 50% {
    transform: translate(-50%,-50%);
  }
  body 100% {
    transform: translate(0,-50%);
  }
}
@keyframes animateHeart {
  body 0% {
    transform: scale(1) translateZ(0);
  }
  body 5% {
    transform: scale(1.2) translateZ(0);
  }
  body 10% {
    transform: scale(1.1) translateZ(0);
  }
  body 15% {
    transform: scale(1.3) translateZ(0);
  }
  body 50% {
    transform: scale(1) translateZ(0);
  }
  body 100% {
    transform: scale(1) translateZ(0);
  }
}
@keyframes slideHeader {
  body 0% {
    opacity: 0;
    transform: scale(0.6) translateY(160px);
  }
  body 30% {
    transform: scale(0.7) translateY(-120px);
  }
  body 50% {
    opacity: 0.6;
    transform: scale(0.8) translateY(-100px);
  }
  body 70% {
    transform: scale(0.9) translateY(-50px);
  }
  body 100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideColumns {
  body 0% {
    margin-right: 100%;
  }
  body 100% {
    margin-right: 10px;
  }
}
body section {
  padding: 40px 0;
}
body .center {
  text-align: center;
}
body header {
  padding: 240px 0;
  color: white;
  background-color: #f6f6f6;
  background-image: url(view/portal/img/IMG_8891_Lo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
body header:before {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.68);
  position: absolute;
  top: 0;
  left: 0;
}
body header .container {
  position: relative;
}
body header h1 {
  font-size: 75px;
}
body .s1 {
  color: black;
  background-image: url(view/portal/img/event-background-2.jpg);
}
body .s1 h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bolder;
  text-transform: uppercase;
}
body .s1 .slov {
  margin-bottom: 50px;
}
body .s1 .linrek {
  font-size: 26px;
  list-style: none;
  color: #333333;
  font-weight: bolder;
  margin-bottom: 90px;
}
body .s1 .linrek b {
  margin-left: 15px;
}
body .s1 ul li {
  margin-bottom: 26px;
  font-size: 20px;
  list-style: none;
  color: #5d5858;
  font-weight: bolder;
  border-bottom: 1px dashed #5d5858;
  padding-bottom: 5px;
  padding-top: 5px;
}
body .s1 ul li b {
  margin-left: 5px;
}
body .s1 .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
body .s1 .album img {
  width: 100%;
}
body .s1 h3 {
  margin-top: 50px;
  margin-bottom: 25px;
}
body .s1 .crow2 {
  font-size: 20px;
  color: #1f1f1f;
}
body .s1 .crow2 span {
  margin-right: 10px;
}
body .s1 .crow {
  font-size: 25px;
  color: #479d47;
}
body .s1 .crow span {
  margin-right: 10px;
  font-size: 39px;
  color: #333333;
  position: relative;
  top: 9px;
}
body h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bolder;
  text-transform: uppercase;
}
body .s2 {
  padding: 80px 0;
}
body .s2 h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bolder;
  text-transform: uppercase;
}
body .s2 .nam {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
body .s3 {
  padding: 80px 0;
  background-image: url(view/portal/img/event-background-2.jpg);
}
body .s3 img {
  width: 100%;
}
body .s3 blockquote {
  font-style: italic;
  margin: 25px 0 50px;
}
body .s3 blockquote .pull-right {
  margin-top: 25px;
  font-weight: bolder;
}
body .s4 {
  padding-bottom: 80px;
}
body .s4 .all_news {
  margin-bottom: 50px;
}
body .s4 .media img {
  width: 150px !important;
  height: 150px !important;
  margin-right: 25px;
}
body .s4 .media h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
body .s4 .media .th {
  color: #aaaaaa;
  font-weight: 500;
  margin-bottom: 20px;
}
body .footer {
  background-image: url(view/portal/img/h4-background-1.jpg) !important;
  color: white;
  padding: 35px 0;
  height: auto;
}
body .footer li {
  list-style: none;
  margin-bottom: 5px;
}
body .footer li i {
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px !important;
  }
  header,
  section,
  footer {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px !important;
  }
  header,
  section,
  footer {
    width: 100%;
    overflow-x: hidden;
  }
  body header {
    padding: 110px 0;
  }
  body header h1 {
    font-size: 67px;
  }
  body h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  body header h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .form-control {
    display: block;
    text-align: center;
    height: 50px;
    font-size: 20px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px !important;
  }
  header,
  section,
  footer {
    width: 100%;
    overflow-x: hidden;
  }
  body header {
    padding: 52px 0;
  }
  body header h1 {
    font-size: 43px;
  }
  body header h2 {
    margin-bottom: 19px;
    font-size: 14px;
  }
  .form-control {
    display: block;
    text-align: center;
  }
  body .s1 .name {
    text-align: center;
  }
  body .s1 ul {
    padding-left: 0;
    margin-top: 20px;
  }
  body section {
    padding: 15px 0 !important;
  }
  body h2 {
    font-size: 28px !important;
  }
  body .s2 .card {
    margin-bottom: 25px;
  }
  .s4 .media a.pull-left {
    float: none !important;
    display: block;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .s4 .media a.pull-left img {
    width: 100% !important;
    height: auto !important;
  }
  .s3 button {
    height: 50px;
    font-size: 20px;
    width: 100%;
  }
  body .s4 .media h4 {
    font-size: 20px;
    text-align: center;
  }
  body .s4 .media .th {
    text-align: center;
  }
}
.form-control {
  display: block;
  text-align: center;
  height: 50px;
  font-size: 20px;
  margin-bottom: 11px;
}
@media (max-width: 320px) {
  header,
  section,
  footer {
    width: 320px !important;
  }
}
@media (max-width: 1300px) {
  header {
    background-position: 50% 50%;
  }
}
@media (min-width: 1300px) {
  header {
    background-position: center -50px;
  }
}
#pad-top {
  padding-top: 70px;
}
div#amplitude-player {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 8px rgba(0,0,0,0.1);
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#amplitude-left {
  padding: 0px;
  border-right: 1px solid #CFD8DC;
}
div#amplitude-left div#player-left-bottom {
  background-color: #F1F1F1;
  padding: 20px 10px;
}
div#amplitude-left div#player-left-bottom div#volume-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  div#amplitude-player div#amplitude-left img[amplitude-song-info=cover_art_url] {
    width: auto;
    height: auto;
  }
}
div#amplitude-right {
  padding: 0px;
  overflow-y: scroll;
}
div#amplitude-right div.song {
  cursor: pointer;
  padding: 10px;
}
div#amplitude-right div.song div.song-now-playing-icon-container {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
  display: none;
  margin-top: 15px;
}
div#amplitude-right div.song div.play-button-container {
  display: none;
  background: url("view/portal/img/list-play-light.png") no-repeat;
  width: 22px;
  height: 22px;
  margin-top: 10px;
}
div#amplitude-right div.song div.play-button-container:hover {
  background: url("view/portal/img/list-play-hover.png") no-repeat;
}
div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
  display: block;
}
div#amplitude-right div.song.amplitude-active-song-container:hover div.play-button-container {
  display: none;
}
div#amplitude-right div.song div.song-meta-data {
  float: left;
  width: calc(-10%);
}
div#amplitude-right div.song div.song-meta-data span.song-title {
  color: #272726;
  font-size: 16px;
  display: block;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#amplitude-right div.song div.song-meta-data span.song-artist {
  color: #607D8B;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#amplitude-right div.song img.bandcamp-grey {
  float: left;
  display: block;
  margin-top: 10px;
}
div#amplitude-right div.song img.bandcamp-white {
  float: left;
  display: none;
  margin-top: 10px;
}
div#amplitude-right div.song span.song-duration {
  float: left;
  width: 55px;
  text-align: center;
  line-height: 45px;
  color: #607D8B;
  font-size: 16px;
  font-weight: 500;
}
div#amplitude-right div.song:after {
  content: "";
  display: table;
  clear: both;
}
div#progress-container {
  width: 70%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
}
div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  display: block;
}
div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
  visibility: visible;
}
div#progress-container progress#song-played-progress {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
}
@media all and (-ms-high-contrast: none) {
  div#progress-container *::-ms-backdrop,
  div#progress-container progress#song-played-progress {
    color: #00A0FF;
    border: none;
    background-color: #CFD8DC;
  }
}
div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
  border-radius: 5px;
}
div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
  background-color: #00A0FF;
  border-radius: 5px;
}
div#progress-container progress#song-played-progress::-moz-progress-bar {
  background: none;
  border-radius: 5px;
  background-color: #00A0FF;
  height: 5px;
  margin-top: -2px;
}
div#progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
  background-color: #D7DEE3;
}
div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background-color: #CFD8DC;
  border-radius: 5px;
}
div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: #78909C;
  border-radius: 5px;
  transition: width 0.1s ease;
}
div#progress-container progress#song-buffered-progress::-moz-progress-bar {
  background: none;
  border-radius: 5px;
  background-color: #78909C;
  height: 5px;
  margin-top: -2px;
}
div#progress-container progress::-ms-fill {
  border: none;
}
@-moz-document url-prefix() {
  div#progress-container progress#song-buffered-progress {
    top: 9px;
    border: none;
  }
}
@media all and (-ms-high-contrast: none) {
  div#progress-container *::-ms-backdrop,
  div#progress-container progress#song-buffered-progress {
    color: #78909C;
    border: none;
  }
}
div#progress-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
  position: absolute;
  z-index: 9999;
  top: -7px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}
div#progress-container input[type=range]:focus {
  outline: none;
}
div#progress-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(13,13,13,0);
  background: #0075a9;
  border-radius: 0px;
  border: 0px solid #010101;
}
div#progress-container input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #00a0ff;
  height: 15px;
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00adfb;
}
div#progress-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(13,13,13,0);
  background: #0075a9;
  border-radius: 0px;
  border: 0px solid #010101;
}
div#progress-container input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #00a0ff;
  height: 15px;
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
}
div#progress-container input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
div#progress-container input[type=range]::-ms-fill-lower {
  background: #003d57;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(13,13,13,0);
}
div#progress-container input[type=range]::-ms-fill-upper {
  background: #0075a9;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(13,13,13,0);
}
div#progress-container input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #00a0ff;
  height: 15px;
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
  height: 0px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  div#progress-container *::-ms-backdrop,
  div#progress-container input[type=range].amplitude-song-slider {
    padding: 0px;
  }
  div#progress-container *::-ms-backdrop,
  div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: -8px;
  }
  div#progress-container *::-ms-backdrop,
  div#progress-container input[type=range].amplitude-song-slider::-ms-track {
    border-width: 15px 0;
    border-color: transparent;
  }
  div#progress-container *::-ms-backdrop,
  div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
    background: #CFD8DC;
    border-radius: 10px;
  }
  div#progress-container *::-ms-backdrop,
  div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
    background: #CFD8DC;
    border-radius: 10px;
  }
}
div#progress-container input[type=range]:focus::-ms-fill-lower {
  background: #0075a9;
}
div#progress-container input[type=range]:focus::-ms-fill-upper {
  background: #00adfb;
}
div#control-container {
  margin-top: 25px;
  margin-top: 20px;
}
div#control-container div#repeat-container {
  width: 25%;
  float: left;
  padding-top: 20px;
}
div#control-container div#repeat-container div#repeat {
  width: 24px;
  height: 19px;
  cursor: pointer;
}
div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
  background: url("view/portal/img/repeat-off.svg");
}
div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
  background: url("view/portal/img/repeat-on.svg");
}
div#control-container div#repeat-container div#shuffle {
  width: 23px;
  height: 19px;
  cursor: pointer;
  float: right;
}
div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
  background: url("view/portal/img/shuffle-off.svg");
}
div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
  background: url("view/portal/img/shuffle-on.svg");
}
@media all and (-ms-high-contrast: none) {
  div#control-container *::-ms-backdrop,
  div#control-container div#control-container {
    margin-top: 40px;
    float: none;
  }
}
div#control-container div#central-control-container {
  width: 50%;
  float: left;
}
div#control-container div#central-control-container div#central-controls {
  width: 130px;
  margin: auto;
}
div#control-container div#central-control-container div#central-controls div#previous {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("view/portal/img/prev.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-right: -5px;
}
div#control-container div#central-control-container div#central-controls div#play-pause {
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  float: left;
}
div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
  background: url("view/portal/img/play.svg");
}
div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
  background: url("view/portal/img/pause.svg");
}
div#control-container div#central-control-container div#central-controls div#next {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("view/portal/img/next.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-left: -5px;
}
div#control-container div#volume-container {
  width: 25%;
  float: left;
  padding-top: 20px;
}
div#control-container div#volume-container div#shuffle-right {
  width: 23px;
  height: 19px;
  cursor: pointer;
  margin: auto;
}
div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
  background: url("view/portal/img/shuffle-off.svg");
}
div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
  background: url("view/portal/img/shuffle-on.svg");
}
div#control-container div.amplitude-mute {
  cursor: pointer;
  width: 25px;
  height: 19px;
  float: left;
}
div#control-container div.amplitude-mute.amplitude-not-muted {
  background: url("view/portal/img/volume.svg");
  background-repeat: no-repeat;
}
div#control-container div.amplitude-mute.amplitude-muted {
  background: url("view/portal/img/mute.svg");
  background-repeat: no-repeat;
}
div#control-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  div#amplitude-player div#repeat-container div#repeat {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  div#amplitude-player div#repeat-container div#shuffle {
    display: none;
  }
  div#amplitude-player div#volume-container div.volume-controls {
    display: none;
  }
  div#amplitude-player div#volume-container div#shuffle-right {
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div#amplitude-player div#repeat-container div#repeat {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  div#amplitude-player div#repeat-container div#shuffle {
    display: none;
  }
  div#amplitude-player div#volume-container div.volume-controls {
    display: none;
  }
  div#amplitude-player div#volume-container div#shuffle-right {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  div#amplitude-player div#repeat-container div#repeat {
    margin-left: 10px;
    margin-right: 20px;
    float: left;
  }
  div#amplitude-player div#volume-container div#shuffle-right {
    display: none;
  }
}
input[type=range].amplitude-volume-slider {
  -webkit-appearance: none;
  width: calc(70%);
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
@-moz-document url-prefix() {
  input[type=range].amplitude-volume-slider {
    margin-top: 0px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  input[type=range].amplitude-volume-slider {
    margin-top: -24px;
    background-color: rgba(255,255,255,0) !important;
  }
}
input[type=range].amplitude-volume-slider:focus {
  outline: none;
}
input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #CFD8DC;
}
input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: -4px;
  -webkit-appearance: none;
}
input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
  background: #CFD8DC;
}
input[type=range].amplitude-volume-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #CFD8DC;
}
input[type=range].amplitude-volume-slider::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: -4px;
}
input[type=range].amplitude-volume-slider::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range].amplitude-volume-slider::-ms-fill-lower {
  background: #CFD8DC;
  border-radius: 10px;
}
input[type=range].amplitude-volume-slider::-ms-fill-upper {
  background: #CFD8DC;
  border-radius: 10px;
}
input[type=range].amplitude-volume-slider::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: 2px;
}
input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
  background: #CFD8DC;
}
input[type=range].amplitude-volume-slider:focus::-ms-fill-upper {
  background: #CFD8DC;
}
input[type=range].amplitude-volume-slider::-ms-tooltip {
  display: none;
}
div#time-container span.current-time {
  color: #607D8B;
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 15%;
  text-align: center;
}
div#time-container span.duration {
  color: #607D8B;
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 15%;
  text-align: center;
}
div#time-container:after {
  content: "";
  display: table;
  clear: both;
}
div#meta-container {
  text-align: center;
  margin-top: 5px;
}
div#meta-container span.song-name {
  display: block;
  color: #272726;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#meta-container div.song-artist-album {
  color: #607D8B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#meta-container div.song-artist-album span {
  display: block;
}
body {
  background-image: -webkit-linear-gradient(316deg,#3BD2AE 0%,#36BAC2 100%);
  background-image: linear-gradient(-226deg,#3BD2AE 0%,#36BAC2 100%);
  height: 100vh;
}
video {
  width: 100%;
  height: auto;
}
.c {
  text-align: center;
}
#vk_allow_messages_from_community,
#vk_allow_messages_from_community2 {
  display: inline-block;
}
#vk_allow_messages_from_community iframe,
#vk_allow_messages_from_community2 iframe {
  margin: auto;
  width: 140px !important;
}
.videos h4 {
  margin-top: 30px;
}
