/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  text-align: center;
  font-family: 'Montserrat', 'Courier New', Courier, monospace;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  background-color: #0052a1;
  color: white;
}

header .wrapper {
  max-width: 1080px;
  margin: auto;
  position: relative;
}

header .logo {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 460px) {
  header .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

header h1 {
  font-size: 5vw;
  line-height: 76px;
}

@media (min-width: 460px) {
  header h1 {
    font-size: 18px;
    text-align: left;
  }
}

header .logout {
  display: none;
}

@media (min-width: 460px) {
  header .logout {
    display: block;
    position: absolute;
    right: 15px;
    -webkit-box-shadow: 0 0 0 1.5px white;
            box-shadow: 0 0 0 1.5px white;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-size: 14px;
    border-radius: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

footer {
  background-color: #0052a1;
  height: 50px;
  line-height: 50px;
  color: #D6D6D6;
  position: relative;
}

.wrapper {
  padding: 0 15px;
}

.controls {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
    margin: auto;
  }
}

.control {
  max-width: 600px;
  margin: auto;
  padding: 10px 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .control {
    width: 46%;
    margin: 0 2%;
  }
}

.control__name {
  color: #0052a1;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.control__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.control__bar button {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.control__bar button:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.control__bar__less {
  background: url("../img/less.svg") no-repeat center transparent;
}

.control__bar__more {
  background: url("../img/more.svg") no-repeat center transparent;
}

.control__bar__mute {
  background: url("../img/mute.svg") no-repeat center transparent;
}

.mute-1 .control__name {
  color: #D8D8D8;
}

.mute-1 .control__bar__less {
  background: url("../img/less_muted.svg") no-repeat center transparent;
}

.mute-1 .control__bar__more {
  background: url("../img/more_muted.svg") no-repeat center transparent;
}

.mute-1 .control__bar__mute {
  background: url("../img/mute_muted.svg") no-repeat center transparent;
}

.mute-1 .sliderbar__drag {
  background-color: #BFBFBF;
}

.sliderbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #D6D6D6;
  height: 9px;
  border-radius: 5px;
  padding: 0 15px;
  position: relative;
}

.sliderbar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sliderbar__n {
  display: inline-block;
  color: #BFBFBF;
  position: relative;
  width: 2px;
  height: 18px;
  background-color: #BFBFBF;
  top: -4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sliderbar__n small {
  position: absolute;
  left: 50%;
  top: 20px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sliderbar__drag {
  position: absolute;
  display: block;
  background-color: #0052a1;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -6px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sliderbar__slider {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: -11px;
  left: 0;
  cursor: ew-resize;
}

section {
  padding-bottom: 20px;
}

@media (min-width: 460px) {
  section {
    padding-bottom: 40px;
  }
}

section .logout {
  display: inline-block;
  right: 15px;
  -webkit-box-shadow: 0 0 0 1.5px #0052a1;
          box-shadow: 0 0 0 1.5px #0052a1;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #0052a1;
  font-size: 14px;
  border-radius: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 460px) {
  section .logout {
    display: none;
  }
}

.login-page {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0052a1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.login-page .login {
  padding-bottom: 120px;
}

.login-page h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 16px 0;
}

.login-page .megamidia {
  max-width: 120px;
}

.login-page form {
  max-width: 300px;
  margin: 60px auto 0;
}

.login-page input {
  width: 100%;
  border-radius: 20px;
  border: solid 1px #0052a1;
  padding: 10px 12px;
  color: #999;
  margin-bottom: 20px;
  color: #0052a1;
  background: #fff;
  font-size: 1em;
}

.login-page button {
  display: block;
  -webkit-box-shadow: 0 0 0 1.5px white;
          box-shadow: 0 0 0 1.5px white;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 14px;
  border-radius: 25px;
  background: #0052a1;
  width: 100%;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */