/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: arial;
  background: #222;
  background-size: cover; }

.clearfix:after {
  display: block;
  content: ' ';
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.preloader.loaded {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

body {
  background: url(../img/background-img-base.jpg); }

.client-error {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s; }
  .client-error.is-visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 1s;
    transition: 1s; }
  .client-error .error-wrapper {
    background: black;
    border-radius: 10px;
    border: 2px solid red;
    padding: 40px; }

.client-window {
  width: 1280px;
  height: 800px;
  display: block;
  margin: 50px auto 0;
  background: url(../img/background-img.jpg) no-repeat;
  position: relative;
  padding: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  .client-window.visible {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.top-bar {
  height: 25px;
  background: url(../img/top-bar.png) no-repeat top center;
  margin: -30px -30px 0; }

.footer-controlls {
  height: 68px;
  background: url(../img/bottom-buttons.png) no-repeat top center;
  margin: 0 -30px -30px;
  position: absolute;
  bottom: 0;
  width: 100%; }

::-moz-selection {
  background: black; }

::selection {
  background: black; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #104a5f;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.section-comments {
  width: 100%;
  margin-top: 15px; }
  .section-comments .heading {
    margin: 0;
    margin-bottom: 11px;
    padding-bottom: 8px;
    border-bottom: 1px solid #061f2b;
    font-size: 13px; }
    .section-comments .heading:after {
      content: ' ';
      display: block;
      overflow: hidden;
      clear: both; }
    .section-comments .heading .fa {
      font-size: 13px;
      color: #9f1d1d; }
  .section-comments h2, .section-comments h3, .section-comments h4 {
    margin: 0; }
  .section-comments .panel-ban {
    background-color: #08131a;
    padding: 12px;
    border: 1px solid #006184;
    width: 256px;
    color: #4c8ab0;
    font-weight: bold;
    float: left; }
    .section-comments .panel-ban .banned-champ {
      margin-right: 3px;
      position: relative;
      width: 30%;
      display: inline-block;
      height: 130px; }
      .section-comments .panel-ban .banned-champ .champ-name {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        display: inline-block;
        margin: 0 auto;
        z-index: 10;
        font-size: 13px;
        text-align: center; }
      .section-comments .panel-ban .banned-champ .banned-champ {
        width: 100%; }
      .section-comments .panel-ban .banned-champ:last-child {
        margin-right: 0; }
  .section-comments .panel-chat {
    background-color: #08131a;
    padding: 12px;
    border: 1px solid #006184;
    color: #4c8ab0;
    float: left;
    margin: 0 5px;
    width: 698px;
    min-height: 140px; }
    .section-comments .panel-chat .float-right {
      float: right; }
    .section-comments .panel-chat .float-left {
      float: left; }
    .section-comments .panel-chat span {
      color: #19394d; }
    .section-comments .panel-chat strong {
      color: #4c8ab0; }
    .section-comments .panel-chat .chat-messages {
      height: 94px;
      overflow-y: scroll;
      margin-bottom: 10px; }
    .section-comments .panel-chat .chat-msg {
      font-size: 12px;
      color: white;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
      display: block;
      margin-bottom: 3px;
      -webkit-animation-name: showMessageAnimation;
              animation-name: showMessageAnimation;
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s; }
      .section-comments .panel-chat .chat-msg .user {
        color: #4d7d8c; }
      .section-comments .panel-chat .chat-msg .author {
        color: #ff0; }

@-webkit-keyframes showMessageAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes showMessageAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
    .section-comments .panel-chat .input-area {
      font-size: 12px;
      color: #cca263;
      line-height: 2.161;
      text-shadow: 1.5px 2.598px 5px rgba(0, 0, 0, 0.75);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-comments .panel-chat .input-area input[type='button'] {
        border-radius: 3px;
        background-image: -webkit-linear-gradient(90deg, #0a191d 0%, #18353f 100%);
        border: 1px solid #1d4554;
        padding: 7px 14px;
        margin-left: 10px; }
        .section-comments .panel-chat .input-area input[type='button']:hover {
          background-image: -webkit-linear-gradient(90deg, #112930 0%, #1f4551 100%); }
        .section-comments .panel-chat .input-area input[type='button']:active, .section-comments .panel-chat .input-area input[type='button']:focus {
          outline: none; }
      .section-comments .panel-chat .input-area input[type='text'] {
        border-radius: 3px;
        background-color: #1b3546;
        box-shadow: 0px -1px 0px 0px rgba(0, 97, 132, 0.75), inset 1px 1.732px 13px 0px rgba(0, 0, 0, 0.75);
        border: none;
        padding: 8px 13px;
        margin-right: 5px;
        margin: auto;
        width: 100%;
        color: white; }
        .section-comments .panel-chat .input-area input[type='text']:active, .section-comments .panel-chat .input-area input[type='text']:focus {
          outline: none; }

.main-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px; }
  .main-panels .team-red:after, .main-panels .champ-select:after, .main-panels .team-blue:after {
    clear: both;
    content: ' '; }
  .main-panels .team-red {
    margin: auto;
    width: 256px; }
  .main-panels .champ-select {
    width: 100%;
    margin: 0 5px;
    width: 698px; }
  .main-panels .team-blue {
    margin: auto;
    width: 256px;
    margin-top: 0; }
    .main-panels .team-blue .player-name {
      margin-bottom: 21px; }

.team-blue .champion-panel {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.team-heading {
  clear: both;
  display: block;
  height: 30px; }
  .team-heading h2 {
    margin: 0;
    font-weight: bold;
    color: white;
    font-size: 16px;
    float: left;
    margin-top: 5px;
    position: relative;
    z-index: 10; }
  .team-red .team-heading h2:after {
    background: url(../img/team-bg-red.png) no-repeat center center;
    position: absolute;
    width: 143px;
    height: 60px;
    top: -20px;
    left: -27px;
    z-index: -1; }
  .team-heading .seconds {
    border: solid 1px #1d4554;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(90deg, #0a191d 0%, #08131a 100%);
    color: white;
    font-weight: bold;
    float: right;
    padding: 8px 14px;
    line-height: 0.7em;
    box-shadow: 0 0 20px #1d4554; }

.team-champions {
  margin-top: 12px; }

.champion-panel {
  background-color: #08131a;
  padding: 12px;
  border: 1px solid #006184;
  color: #4c8ab0;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0; }
  .champion-panel.loaded {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1; }
  .champion-panel:after {
    clear: both;
    content: ' ';
    display: block; }
  .champion-panel.current-player {
    border-color: #bc961b;
    box-shadow: inset 0 0 60px #12202c; }
    .champion-panel.current-player .player-name {
      color: #bc961b; }
  .champion-panel .champ-icon {
    background-color: #0d1c25;
    box-shadow: inset 0px 0px 5.32px 1.68px rgba(0, 0, 0, 0.75);
    width: 64px;
    height: 64px;
    margin-right: 10px; }
  .champion-panel .champ-slogan {
    font-size: 10px;
    color: #44738f;
    margin-bottom: 7px;
    margin-top: 2px;
    display: block; }
  .champion-panel .player-name {
    font-size: 14px;
    margin: 0; }
    .champion-panel .player-name.picked {
      color: white; }
  .champion-panel .spell-icon {
    background-color: #181d2a;
    width: 27px;
    height: 26px;
    border: 1px solid #142b3a;
    display: inline-block;
    margin-right: 2px; }

.champ-select .steps {
  background-color: #0f1e2c;
  padding: 12px;
  border: 1px solid #003143;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  color: #4c8ab0;
  padding: 6px;
  width: 220px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px; }
  .champ-select .steps span {
    color: #6a98b6;
    font-weight: bold; }
  .champ-select .steps .current {
    color: #caac7c; }
  .champ-select .steps i {
    color: #264b64;
    margin: 0 13px; }

.tab-controllers {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tab-controllers .message {
    color: white;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 10px;
    min-width: 200px; }
    .tab-controllers .message span {
      color: #d3ab6b;
      text-transform: uppercase; }
  .tab-controllers .tab-element {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #006083;
    color: #4c8ab0;
    display: inline-block;
    min-width: 120px;
    background-image: -webkit-linear-gradient(90deg, #09161d 0%, #122430 100%); }
    .tab-controllers .tab-element.current {
      background-color: #122430;
      background-image: none;
      position: relative;
      z-index: 10;
      border-bottom: #122430;
      padding: 12px; }
    .tab-controllers .tab-element.current span {
      color: #debd88; }
    .tab-controllers .tab-element:not(.current) {
      padding-bottom: 11px; }
    .tab-controllers .tab-element:hover {
      color: white; }
  .tab-controllers .search-champs {
    border-radius: 3px;
    background-color: #1b3546;
    box-shadow: 0px -1px 0px 0px rgba(0, 97, 132, 0.75), inset 1px 1.732px 13px 0px rgba(0, 0, 0, 0.75);
    border: none;
    padding: 8px 13px;
    margin-right: 5px;
    margin: auto;
    width: 85%;
    color: white;
    font-size: 12px;
    color: white; }
    .tab-controllers .search-champs:focus, .tab-controllers .search-champs:active {
      outline: none;
      box-shadow: 0px -1px 0px 0px rgba(0, 97, 132, 0.75), inset 1px 1.732px 13px 0px rgba(0, 0, 0, 0.75), 0 0 5px #447ca4; }
  .tab-controllers .tabs {
    width: 100%;
    text-align: center;
    margin: auto; }

.champions-grid {
  padding: 8px;
  padding-bottom: 0;
  border: 1px solid #006083;
  color: #4c8ab0;
  background-color: #11232f;
  margin-top: -1px;
  height: 305px;
  position: relative;
  background-image: -webkit-linear-gradient(90deg, #08131a 0%, #122430 100%); }
  .champions-grid .champions-grid-overflow {
    overflow-y: scroll;
    height: 250px; }
  .champions-grid .champ-icon {
    background-color: #0d1c25;
    box-shadow: inset 0px 0px 5.32px 1.68px rgba(0, 0, 0, 0.75);
    width: 64px;
    height: 64px;
    margin-right: -1px;
    margin-bottom: 6px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .champions-grid .champ-icon.hidden {
      display: none; }
    .champions-grid .champ-icon.loaded:active {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .champions-grid .champ-icon.loaded {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .champions-grid .champ-icon:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .champions-grid .champ-icon.inactive {
      cursor: normal; }
      .champions-grid .champ-icon.inactive:active {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .champions-grid .champ-icon.inactive:hover:after {
        opacity: 0; }
      .champions-grid .champ-icon.inactive img {
        opacity: 0.2; }
    .champions-grid .champ-icon.selected {
      box-shadow: 0 0 1px 1px #237e9c; }
  .champions-grid .filters {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 7px;
    border-top: 1px solid #162833; }
    .champions-grid .filters span {
      font-size: 12px;
      color: #3f5e73; }
    .champions-grid .filters .tag {
      color: #6791c2;
      font-size: 11px;
      cursor: pointer;
      padding: 4px 10px;
      border-radius: 5px;
      padding: 5px; }
      .champions-grid .filters .tag:before {
        content: '\f1db';
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 7px;
        width: 10px; }
      .champions-grid .filters .tag:hover {
        color: white; }
      .champions-grid .filters .tag.selected {
        color: white;
        background-image: -webkit-linear-gradient(90deg, #204057 0%, #1b374b 100%); }
        .champions-grid .filters .tag.selected:before {
          content: '\f00c'; }
        .champions-grid .filters .tag.selected:hover {
          background-image: -webkit-linear-gradient(90deg, #274e6a 0%, #22455e 100%); }
      .champions-grid .filters .tag .fa {
        color: #6b96c8;
        margin: 0 3px; }
    .champions-grid .filters .select-field {
      width: 140px;
      float: right;
      padding: 4px 10px;
      display: inline-block; }
      .champions-grid .filters .select-field span {
        color: #6791c2;
        font-size: 11px; }

.controllers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .controllers-wrapper .controller-panel {
    margin-top: 7px;
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #006083;
    color: #4c8ab0;
    background-color: #08131A; }
  .controllers-wrapper .masteries {
    width: 220px;
    height: 81px;
    margin-right: 7px; }
  .controllers-wrapper .spells {
    margin-right: 7px; }
  .controllers-wrapper .panel-title {
    margin: 0;
    color: #cca263;
    font-size: 10px;
    margin-bottom: 4px;
    margin-top: -3px; }
  .controllers-wrapper .spell-icon {
    display: inline-block; }
    .controllers-wrapper .spell-icon:first-child {
      margin-left: 5px; }
    .controllers-wrapper .spell-icon:hover {
      opacity: 0.7;
      cursor: pointer; }
  .controllers-wrapper .play {
    width: 249px;
    text-align: center;
    padding: 13px; }
  .controllers-wrapper .button-play {
    width: 153px;
    height: 50px;
    background: url(../img/button-play.png) no-repeat;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .controllers-wrapper .button-play:active, .controllers-wrapper .button-play:focus {
      outline: none; }
    .controllers-wrapper .button-play:hover {
      -webkit-transition: 0.1s;
      transition: 0.1s;
      box-shadow: 0 0 20px #bb441a; }
    .controllers-wrapper .button-play:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: 0.1s;
      transition: 0.1s; }

.select-field {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, #204057 0%, #1b374b 100%);
  font-size: 11px;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative; }
  .select-field:last-child {
    margin-bottom: 0; }
  .select-field:hover {
    background-image: -webkit-linear-gradient(90deg, #274e6a 0%, #22455e 100%); }
    .select-field:hover.opened ul {
      background: #264D68; }
  .select-field .dropdown-arrow {
    float: right;
    border-left: 1px solid #274c66;
    color: #6b96c8;
    padding-left: 5px;
    cursor: pointer; }
  .select-field .edit {
    color: #ba945b;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    z-index: 10; }
  .select-field.opened {
    border-radius: 0;
    z-index: 11; }
    .select-field.opened ul {
      display: block;
      background: #1E3D54;
      list-style: none;
      margin: 0;
      padding: 8px;
      color: #657f92;
      width: 100%; }
      .select-field.opened ul li {
        margin-bottom: 5px; }
      .select-field.opened ul li:hover {
        color: white; }
      .select-field.opened ul li:last-child {
        margin-bottom: 0; }
  .select-field ul {
    display: none;
    position: absolute;
    left: 0;
    top: 17px; }
