@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

@font-face {
  font-family: "curvytron";
  src: url("../font/curvytron.eot?98929947");
  src: url("../font/curvytron.eot?98929947#iefix") format("embedded-opentype"), url("../font/curvytron.woff?98929947") format("woff"), url("../font/curvytron.ttf?98929947") format("truetype"), url("../font/curvytron.svg?98929947#curvytron") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'curvytron';
    src: url('../font/curvytron.svg?98929947#curvytron') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "curvytron";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-crown:before {
  content: "\e800";
} /* '' */
.icon-volume-off:before, .btn-toggle .icon-volume:before {
  content: "\e801";
} /* '' */
.icon-volume-up:before, .btn-toggle.active .icon-volume:before {
  content: "\e802";
} /* '' */
.icon-kick:before {
  content: "\e803";
} /* '' */
.icon-viewer:before {
  content: "\e804";
} /* '' */
.icon-clock:before {
  content: "\e805";
} /* '' */
.icon-dead:before {
  content: "\e806";
} /* '' */
.icon-lock:before {
  content: "\e807";
} /* '' */
.icon-reddit:before {
  content: "\e808";
} /* '' */
.icon-cog:before {
  content: "\e809";
} /* '' */
.icon-spectate:before {
  content: "\e80a";
} /* '' */
.icon-love:before {
  content: "\e80b";
} /* '' */
.icon-twitter:before {
  content: "\e80c";
} /* '' */
.icon-github:before {
  content: "\e80d";
} /* '' */
.icon-params:before {
  content: "\e80e";
} /* '' */
.icon-edit:before {
  content: "\e80f";
} /* '' */
.icon-game:before {
  content: "\e810";
} /* '' */
.icon-check:before {
  content: "\e811";
} /* '' */
.icon-close:before {
  content: "\e812";
} /* '' */
.icon-plus:before {
  content: "\e813";
} /* '' */
.icon-angle-right:before {
  content: "\e814";
} /* '' */
.icon-trophy:before {
  content: "\e815";
} /* '' */
.icon-minus:before {
  content: "\e816";
} /* '' */
.icon-megaphone:before {
  content: "\e817";
} /* '' */
.icon-music:before, .btn-toggle .icon-radio:before {
  content: "\e818";
} /* '' */
.icon-mute:before {
  content: "\e819";
} /* '' */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(45deg);
  }
  20% {
    -moz-transform: rotate(135deg);
  }
  25% {
    -moz-transform: rotate(135deg);
  }
  45% {
    -moz-transform: rotate(225deg);
  }
  50% {
    -moz-transform: rotate(225deg);
  }
  70% {
    -moz-transform: rotate(315deg);
  }
  75% {
    -moz-transform: rotate(315deg);
  }
  95% {
    -moz-transform: rotate(404deg);
  }
  100% {
    -moz-transform: rotate(404deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(135deg);
  }
  45% {
    -webkit-transform: rotate(225deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
  }
  70% {
    -webkit-transform: rotate(315deg);
  }
  75% {
    -webkit-transform: rotate(315deg);
  }
  95% {
    -webkit-transform: rotate(404deg);
  }
  100% {
    -webkit-transform: rotate(404deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(45deg);
  }
  20% {
    -o-transform: rotate(135deg);
  }
  25% {
    -o-transform: rotate(135deg);
  }
  45% {
    -o-transform: rotate(225deg);
  }
  50% {
    -o-transform: rotate(225deg);
  }
  70% {
    -o-transform: rotate(315deg);
  }
  75% {
    -o-transform: rotate(315deg);
  }
  95% {
    -o-transform: rotate(404deg);
  }
  100% {
    -o-transform: rotate(404deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(45deg);
  }
  20% {
    -ms-transform: rotate(135deg);
  }
  25% {
    -ms-transform: rotate(135deg);
  }
  45% {
    -ms-transform: rotate(225deg);
  }
  50% {
    -ms-transform: rotate(225deg);
  }
  70% {
    -ms-transform: rotate(315deg);
  }
  75% {
    -ms-transform: rotate(315deg);
  }
  95% {
    -ms-transform: rotate(404deg);
  }
  100% {
    -ms-transform: rotate(404deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(45deg);
  }
  20% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(225deg);
  }
  50% {
    transform: rotate(225deg);
  }
  70% {
    transform: rotate(315deg);
  }
  75% {
    transform: rotate(315deg);
  }
  95% {
    transform: rotate(404deg);
  }
  100% {
    transform: rotate(404deg);
  }
}
/**
 * CUSTOMS
 */
@-webkit-keyframes countdownAnim {
  0% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
  50% {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-width: 4px;
    border-color: rgb(59.5, 59.5, 59.5);
  }
  100% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
}
@-moz-keyframes countdownAnim {
  0% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
  50% {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-width: 4px;
    border-color: rgb(59.5, 59.5, 59.5);
  }
  100% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
}
@-o-keyframes countdownAnim {
  0% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
  50% {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-width: 4px;
    border-color: rgb(59.5, 59.5, 59.5);
  }
  100% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
}
@keyframes countdownAnim {
  0% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
  50% {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-width: 4px;
    border-color: rgb(59.5, 59.5, 59.5);
  }
  100% {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    border-width: 8px;
    border-color: rgb(110.5, 110.5, 110.5);
  }
}
@-webkit-keyframes gameBorder {
  0% {
    border-color: #bb2924;
  }
  20% {
    border-color: #16a085;
  }
  40% {
    border-color: #2C3E50;
  }
  60% {
    border-color: #95A5A6;
  }
  80% {
    border-color: #913D88;
  }
  100% {
    border-color: #bb2924;
  }
}
@-moz-keyframes gameBorder {
  0% {
    border-color: #bb2924;
  }
  20% {
    border-color: #16a085;
  }
  40% {
    border-color: #2C3E50;
  }
  60% {
    border-color: #95A5A6;
  }
  80% {
    border-color: #913D88;
  }
  100% {
    border-color: #bb2924;
  }
}
@-o-keyframes gameBorder {
  0% {
    border-color: #bb2924;
  }
  20% {
    border-color: #16a085;
  }
  40% {
    border-color: #2C3E50;
  }
  60% {
    border-color: #95A5A6;
  }
  80% {
    border-color: #913D88;
  }
  100% {
    border-color: #bb2924;
  }
}
@keyframes gameBorder {
  0% {
    border-color: #bb2924;
  }
  20% {
    border-color: #16a085;
  }
  40% {
    border-color: #2C3E50;
  }
  60% {
    border-color: #95A5A6;
  }
  80% {
    border-color: #913D88;
  }
  100% {
    border-color: #bb2924;
  }
}
@-webkit-keyframes headerGradient {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes headerGradient {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes headerGradient {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes headerGradient {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes deadAnim {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(202, 94, 91, 0.5);
  }
  100% {
    background-color: transparent;
    color: rgba(238, 238, 238, 0.3);
  }
}
@-moz-keyframes deadAnim {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(202, 94, 91, 0.5);
  }
  100% {
    background-color: transparent;
    color: rgba(238, 238, 238, 0.3);
  }
}
@-o-keyframes deadAnim {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(202, 94, 91, 0.5);
  }
  100% {
    background-color: transparent;
    color: rgba(238, 238, 238, 0.3);
  }
}
@keyframes deadAnim {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(202, 94, 91, 0.5);
  }
  100% {
    background-color: transparent;
    color: rgba(238, 238, 238, 0.3);
  }
}
@-webkit-keyframes newLog {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes newLog {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes newLog {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes newLog {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes readyAnim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  15% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
}
@-moz-keyframes readyAnim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  15% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
}
@-o-keyframes readyAnim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  15% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
}
@keyframes readyAnim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  15% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.strong, .bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

hr {
  margin-top: 31.5px;
  margin-bottom: 31.5px;
  border: 0;
  border-top: 1px solid #DDD;
}

.m0 {
  margin: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt0 {
  margin-top: 0px;
}

.p0 {
  padding: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pt0 {
  padding-top: 0px;
}

.m5 {
  margin: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.p5 {
  padding: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.m10 {
  margin: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.p10 {
  padding: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.m15 {
  margin: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.p15 {
  padding: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.m20 {
  margin: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.p20 {
  padding: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.m25 {
  margin: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.p25 {
  padding: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.m30 {
  margin: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.p30 {
  padding: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.m35 {
  margin: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.p35 {
  padding: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.m40 {
  margin: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.p40 {
  padding: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.m45 {
  margin: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.p45 {
  padding: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.m50 {
  margin: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.p50 {
  padding: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.m55 {
  margin: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.p55 {
  padding: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pt55 {
  padding-top: 55px;
}

.m60 {
  margin: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt60 {
  margin-top: 60px;
}

.p60 {
  padding: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pt60 {
  padding-top: 60px;
}

.m65 {
  margin: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt65 {
  margin-top: 65px;
}

.p65 {
  padding: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.pt65 {
  padding-top: 65px;
}

.m70 {
  margin: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt70 {
  margin-top: 70px;
}

.p70 {
  padding: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pt70 {
  padding-top: 70px;
}

.m75 {
  margin: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt75 {
  margin-top: 75px;
}

.p75 {
  padding: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.pt75 {
  padding-top: 75px;
}

.m80 {
  margin: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt80 {
  margin-top: 80px;
}

.p80 {
  padding: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pt80 {
  padding-top: 80px;
}

.m85 {
  margin: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt85 {
  margin-top: 85px;
}

.p85 {
  padding: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.pt85 {
  padding-top: 85px;
}

.m90 {
  margin: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt90 {
  margin-top: 90px;
}

.p90 {
  padding: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pt90 {
  padding-top: 90px;
}

.m95 {
  margin: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt95 {
  margin-top: 95px;
}

.p95 {
  padding: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.pt95 {
  padding-top: 95px;
}

.m100 {
  margin: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mt100 {
  margin-top: 100px;
}

.p100 {
  padding: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pt100 {
  padding-top: 100px;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.pct-0 {
  width: 0%;
}

.pct-1 {
  width: 1%;
}

.pct-2 {
  width: 2%;
}

.pct-3 {
  width: 3%;
}

.pct-4 {
  width: 4%;
}

.pct-5 {
  width: 5%;
}

.pct-6 {
  width: 6%;
}

.pct-7 {
  width: 7%;
}

.pct-8 {
  width: 8%;
}

.pct-9 {
  width: 9%;
}

.pct-10 {
  width: 10%;
}

.pct-11 {
  width: 11%;
}

.pct-12 {
  width: 12%;
}

.pct-13 {
  width: 13%;
}

.pct-14 {
  width: 14%;
}

.pct-15 {
  width: 15%;
}

.pct-16 {
  width: 16%;
}

.pct-17 {
  width: 17%;
}

.pct-18 {
  width: 18%;
}

.pct-19 {
  width: 19%;
}

.pct-20 {
  width: 20%;
}

.pct-21 {
  width: 21%;
}

.pct-22 {
  width: 22%;
}

.pct-23 {
  width: 23%;
}

.pct-24 {
  width: 24%;
}

.pct-25 {
  width: 25%;
}

.pct-26 {
  width: 26%;
}

.pct-27 {
  width: 27%;
}

.pct-28 {
  width: 28%;
}

.pct-29 {
  width: 29%;
}

.pct-30 {
  width: 30%;
}

.pct-31 {
  width: 31%;
}

.pct-32 {
  width: 32%;
}

.pct-33 {
  width: 33%;
}

.pct-34 {
  width: 34%;
}

.pct-35 {
  width: 35%;
}

.pct-36 {
  width: 36%;
}

.pct-37 {
  width: 37%;
}

.pct-38 {
  width: 38%;
}

.pct-39 {
  width: 39%;
}

.pct-40 {
  width: 40%;
}

.pct-41 {
  width: 41%;
}

.pct-42 {
  width: 42%;
}

.pct-43 {
  width: 43%;
}

.pct-44 {
  width: 44%;
}

.pct-45 {
  width: 45%;
}

.pct-46 {
  width: 46%;
}

.pct-47 {
  width: 47%;
}

.pct-48 {
  width: 48%;
}

.pct-49 {
  width: 49%;
}

.pct-50 {
  width: 50%;
}

.pct-51 {
  width: 51%;
}

.pct-52 {
  width: 52%;
}

.pct-53 {
  width: 53%;
}

.pct-54 {
  width: 54%;
}

.pct-55 {
  width: 55%;
}

.pct-56 {
  width: 56%;
}

.pct-57 {
  width: 57%;
}

.pct-58 {
  width: 58%;
}

.pct-59 {
  width: 59%;
}

.pct-60 {
  width: 60%;
}

.pct-61 {
  width: 61%;
}

.pct-62 {
  width: 62%;
}

.pct-63 {
  width: 63%;
}

.pct-64 {
  width: 64%;
}

.pct-65 {
  width: 65%;
}

.pct-66 {
  width: 66%;
}

.pct-67 {
  width: 67%;
}

.pct-68 {
  width: 68%;
}

.pct-69 {
  width: 69%;
}

.pct-70 {
  width: 70%;
}

.pct-71 {
  width: 71%;
}

.pct-72 {
  width: 72%;
}

.pct-73 {
  width: 73%;
}

.pct-74 {
  width: 74%;
}

.pct-75 {
  width: 75%;
}

.pct-76 {
  width: 76%;
}

.pct-77 {
  width: 77%;
}

.pct-78 {
  width: 78%;
}

.pct-79 {
  width: 79%;
}

.pct-80 {
  width: 80%;
}

.pct-81 {
  width: 81%;
}

.pct-82 {
  width: 82%;
}

.pct-83 {
  width: 83%;
}

.pct-84 {
  width: 84%;
}

.pct-85 {
  width: 85%;
}

.pct-86 {
  width: 86%;
}

.pct-87 {
  width: 87%;
}

.pct-88 {
  width: 88%;
}

.pct-89 {
  width: 89%;
}

.pct-90 {
  width: 90%;
}

.pct-91 {
  width: 91%;
}

.pct-92 {
  width: 92%;
}

.pct-93 {
  width: 93%;
}

.pct-94 {
  width: 94%;
}

.pct-95 {
  width: 95%;
}

.pct-96 {
  width: 96%;
}

.pct-97 {
  width: 97%;
}

.pct-98 {
  width: 98%;
}

.pct-99 {
  width: 99%;
}

.pct-100 {
  width: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.col-xs-1.no-padding-bottom, .col-xs-2.no-padding-bottom, .col-xs-3.no-padding-bottom, .col-xs-4.no-padding-bottom, .col-xs-5.no-padding-bottom, .col-xs-6.no-padding-bottom, .col-xs-7.no-padding-bottom, .col-xs-8.no-padding-bottom, .col-xs-9.no-padding-bottom, .col-xs-10.no-padding-bottom, .col-xs-11.no-padding-bottom, .col-xs-12.no-padding-bottom, .col-sm-1.no-padding-bottom, .col-sm-2.no-padding-bottom, .col-sm-3.no-padding-bottom, .col-sm-4.no-padding-bottom, .col-sm-5.no-padding-bottom, .col-sm-6.no-padding-bottom, .col-sm-7.no-padding-bottom, .col-sm-8.no-padding-bottom, .col-sm-9.no-padding-bottom, .col-sm-10.no-padding-bottom, .col-sm-11.no-padding-bottom, .col-sm-12.no-padding-bottom, .col-md-1.no-padding-bottom, .col-md-2.no-padding-bottom, .col-md-3.no-padding-bottom, .col-md-4.no-padding-bottom, .col-md-5.no-padding-bottom, .col-md-6.no-padding-bottom, .col-md-7.no-padding-bottom, .col-md-8.no-padding-bottom, .col-md-9.no-padding-bottom, .col-md-10.no-padding-bottom, .col-md-11.no-padding-bottom, .col-md-12.no-padding-bottom, .col-lg-1.no-padding-bottom, .col-lg-2.no-padding-bottom, .col-lg-3.no-padding-bottom, .col-lg-4.no-padding-bottom, .col-lg-5.no-padding-bottom, .col-lg-6.no-padding-bottom, .col-lg-7.no-padding-bottom, .col-lg-8.no-padding-bottom, .col-lg-9.no-padding-bottom, .col-lg-10.no-padding-bottom, .col-lg-11.no-padding-bottom, .col-lg-12.no-padding-bottom {
  padding-bottom: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    float: left;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    float: left;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    float: left;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    float: left;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    float: left;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    float: left;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    float: left;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    float: left;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    float: left;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    float: left;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    float: left;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    float: left;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    float: left;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    float: left;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    float: left;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    float: left;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    float: left;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    float: left;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    float: left;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    float: left;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    float: left;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    float: left;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    float: left;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    float: left;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    float: left;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-12 {
    width: 100%;
  }
}
html.lt-ie9 .col-sm-1, html.lt-ie9 .col-sm-2, html.lt-ie9 .col-sm-3, html.lt-ie9 .col-sm-4, html.lt-ie9 .col-sm-5, html.lt-ie9 .col-sm-6, html.lt-ie9 .col-sm-7, html.lt-ie9 .col-sm-8, html.lt-ie9 .col-sm-9, html.lt-ie9 .col-sm-10, html.lt-ie9 .col-sm-11,
html.lt-ie9 .col-md-1, html.lt-ie9 .col-md-2, html.lt-ie9 .col-md-3, html.lt-ie9 .col-md-4, html.lt-ie9 .col-md-5, html.lt-ie9 .col-md-6, html.lt-ie9 .col-md-7, html.lt-ie9 .col-md-8, html.lt-ie9 .col-md-9, html.lt-ie9 .col-md-10, html.lt-ie9 .col-md-11,
html.lt-ie9 .col-lg-1, html.lt-ie9 .col-lg-2, html.lt-ie9 .col-lg-3, html.lt-ie9 .col-lg-4, html.lt-ie9 .col-lg-5, html.lt-ie9 .col-lg-6, html.lt-ie9 .col-lg-7, html.lt-ie9 .col-lg-8, html.lt-ie9 .col-lg-9, html.lt-ie9 .col-lg-10, html.lt-ie9 .col-lg-11 {
  float: left;
}
html.lt-ie9 .col-sm-1 {
  float: left;
}
html.lt-ie9 .col-sm-1 {
  width: 8.3333333333%;
}
html.lt-ie9 .col-sm-push-1 {
  left: 8.3333333333%;
}
html.lt-ie9 .col-sm-pull-1 {
  right: 8.3333333333%;
}
html.lt-ie9 .col-sm-offset-1 {
  margin-left: 8.3333333333%;
}
html.lt-ie9 .col-sm-2 {
  float: left;
}
html.lt-ie9 .col-sm-2 {
  width: 16.6666666667%;
}
html.lt-ie9 .col-sm-push-2 {
  left: 16.6666666667%;
}
html.lt-ie9 .col-sm-pull-2 {
  right: 16.6666666667%;
}
html.lt-ie9 .col-sm-offset-2 {
  margin-left: 16.6666666667%;
}
html.lt-ie9 .col-sm-3 {
  float: left;
}
html.lt-ie9 .col-sm-3 {
  width: 25%;
}
html.lt-ie9 .col-sm-push-3 {
  left: 25%;
}
html.lt-ie9 .col-sm-pull-3 {
  right: 25%;
}
html.lt-ie9 .col-sm-offset-3 {
  margin-left: 25%;
}
html.lt-ie9 .col-sm-4 {
  float: left;
}
html.lt-ie9 .col-sm-4 {
  width: 33.3333333333%;
}
html.lt-ie9 .col-sm-push-4 {
  left: 33.3333333333%;
}
html.lt-ie9 .col-sm-pull-4 {
  right: 33.3333333333%;
}
html.lt-ie9 .col-sm-offset-4 {
  margin-left: 33.3333333333%;
}
html.lt-ie9 .col-sm-5 {
  float: left;
}
html.lt-ie9 .col-sm-5 {
  width: 41.6666666667%;
}
html.lt-ie9 .col-sm-push-5 {
  left: 41.6666666667%;
}
html.lt-ie9 .col-sm-pull-5 {
  right: 41.6666666667%;
}
html.lt-ie9 .col-sm-offset-5 {
  margin-left: 41.6666666667%;
}
html.lt-ie9 .col-sm-6 {
  float: left;
}
html.lt-ie9 .col-sm-6 {
  width: 50%;
}
html.lt-ie9 .col-sm-push-6 {
  left: 50%;
}
html.lt-ie9 .col-sm-pull-6 {
  right: 50%;
}
html.lt-ie9 .col-sm-offset-6 {
  margin-left: 50%;
}
html.lt-ie9 .col-sm-7 {
  float: left;
}
html.lt-ie9 .col-sm-7 {
  width: 58.3333333333%;
}
html.lt-ie9 .col-sm-push-7 {
  left: 58.3333333333%;
}
html.lt-ie9 .col-sm-pull-7 {
  right: 58.3333333333%;
}
html.lt-ie9 .col-sm-offset-7 {
  margin-left: 58.3333333333%;
}
html.lt-ie9 .col-sm-8 {
  float: left;
}
html.lt-ie9 .col-sm-8 {
  width: 66.6666666667%;
}
html.lt-ie9 .col-sm-push-8 {
  left: 66.6666666667%;
}
html.lt-ie9 .col-sm-pull-8 {
  right: 66.6666666667%;
}
html.lt-ie9 .col-sm-offset-8 {
  margin-left: 66.6666666667%;
}
html.lt-ie9 .col-sm-9 {
  float: left;
}
html.lt-ie9 .col-sm-9 {
  width: 75%;
}
html.lt-ie9 .col-sm-push-9 {
  left: 75%;
}
html.lt-ie9 .col-sm-pull-9 {
  right: 75%;
}
html.lt-ie9 .col-sm-offset-9 {
  margin-left: 75%;
}
html.lt-ie9 .col-sm-10 {
  float: left;
}
html.lt-ie9 .col-sm-10 {
  width: 83.3333333333%;
}
html.lt-ie9 .col-sm-push-10 {
  left: 83.3333333333%;
}
html.lt-ie9 .col-sm-pull-10 {
  right: 83.3333333333%;
}
html.lt-ie9 .col-sm-offset-10 {
  margin-left: 83.3333333333%;
}
html.lt-ie9 .col-sm-11 {
  float: left;
}
html.lt-ie9 .col-sm-11 {
  width: 91.6666666667%;
}
html.lt-ie9 .col-sm-push-11 {
  left: 91.6666666667%;
}
html.lt-ie9 .col-sm-pull-11 {
  right: 91.6666666667%;
}
html.lt-ie9 .col-sm-offset-11 {
  margin-left: 91.6666666667%;
}
html.lt-ie9 .col-sm-push-0 {
  left: auto;
}
html.lt-ie9 .col-sm-pull-0 {
  right: auto;
}
html.lt-ie9 .col-sm-offset-0 {
  margin-left: 0;
}
html.lt-ie9 .col-sm-12 {
  width: 100%;
}
html.lt-ie9 .col-md-1 {
  float: left;
}
html.lt-ie9 .col-md-1 {
  width: 8.3333333333%;
}
html.lt-ie9 .col-md-push-1 {
  left: 8.3333333333%;
}
html.lt-ie9 .col-md-pull-1 {
  right: 8.3333333333%;
}
html.lt-ie9 .col-md-offset-1 {
  margin-left: 8.3333333333%;
}
html.lt-ie9 .col-md-2 {
  float: left;
}
html.lt-ie9 .col-md-2 {
  width: 16.6666666667%;
}
html.lt-ie9 .col-md-push-2 {
  left: 16.6666666667%;
}
html.lt-ie9 .col-md-pull-2 {
  right: 16.6666666667%;
}
html.lt-ie9 .col-md-offset-2 {
  margin-left: 16.6666666667%;
}
html.lt-ie9 .col-md-3 {
  float: left;
}
html.lt-ie9 .col-md-3 {
  width: 25%;
}
html.lt-ie9 .col-md-push-3 {
  left: 25%;
}
html.lt-ie9 .col-md-pull-3 {
  right: 25%;
}
html.lt-ie9 .col-md-offset-3 {
  margin-left: 25%;
}
html.lt-ie9 .col-md-4 {
  float: left;
}
html.lt-ie9 .col-md-4 {
  width: 33.3333333333%;
}
html.lt-ie9 .col-md-push-4 {
  left: 33.3333333333%;
}
html.lt-ie9 .col-md-pull-4 {
  right: 33.3333333333%;
}
html.lt-ie9 .col-md-offset-4 {
  margin-left: 33.3333333333%;
}
html.lt-ie9 .col-md-5 {
  float: left;
}
html.lt-ie9 .col-md-5 {
  width: 41.6666666667%;
}
html.lt-ie9 .col-md-push-5 {
  left: 41.6666666667%;
}
html.lt-ie9 .col-md-pull-5 {
  right: 41.6666666667%;
}
html.lt-ie9 .col-md-offset-5 {
  margin-left: 41.6666666667%;
}
html.lt-ie9 .col-md-6 {
  float: left;
}
html.lt-ie9 .col-md-6 {
  width: 50%;
}
html.lt-ie9 .col-md-push-6 {
  left: 50%;
}
html.lt-ie9 .col-md-pull-6 {
  right: 50%;
}
html.lt-ie9 .col-md-offset-6 {
  margin-left: 50%;
}
html.lt-ie9 .col-md-7 {
  float: left;
}
html.lt-ie9 .col-md-7 {
  width: 58.3333333333%;
}
html.lt-ie9 .col-md-push-7 {
  left: 58.3333333333%;
}
html.lt-ie9 .col-md-pull-7 {
  right: 58.3333333333%;
}
html.lt-ie9 .col-md-offset-7 {
  margin-left: 58.3333333333%;
}
html.lt-ie9 .col-md-8 {
  float: left;
}
html.lt-ie9 .col-md-8 {
  width: 66.6666666667%;
}
html.lt-ie9 .col-md-push-8 {
  left: 66.6666666667%;
}
html.lt-ie9 .col-md-pull-8 {
  right: 66.6666666667%;
}
html.lt-ie9 .col-md-offset-8 {
  margin-left: 66.6666666667%;
}
html.lt-ie9 .col-md-9 {
  float: left;
}
html.lt-ie9 .col-md-9 {
  width: 75%;
}
html.lt-ie9 .col-md-push-9 {
  left: 75%;
}
html.lt-ie9 .col-md-pull-9 {
  right: 75%;
}
html.lt-ie9 .col-md-offset-9 {
  margin-left: 75%;
}
html.lt-ie9 .col-md-10 {
  float: left;
}
html.lt-ie9 .col-md-10 {
  width: 83.3333333333%;
}
html.lt-ie9 .col-md-push-10 {
  left: 83.3333333333%;
}
html.lt-ie9 .col-md-pull-10 {
  right: 83.3333333333%;
}
html.lt-ie9 .col-md-offset-10 {
  margin-left: 83.3333333333%;
}
html.lt-ie9 .col-md-11 {
  float: left;
}
html.lt-ie9 .col-md-11 {
  width: 91.6666666667%;
}
html.lt-ie9 .col-md-push-11 {
  left: 91.6666666667%;
}
html.lt-ie9 .col-md-pull-11 {
  right: 91.6666666667%;
}
html.lt-ie9 .col-md-offset-11 {
  margin-left: 91.6666666667%;
}
html.lt-ie9 .col-md-push-0 {
  left: auto;
}
html.lt-ie9 .col-md-pull-0 {
  right: auto;
}
html.lt-ie9 .col-md-offset-0 {
  margin-left: 0;
}
html.lt-ie9 .col-md-12 {
  width: 100%;
}
html.lt-ie9 .col-lg-1 {
  float: left;
}
html.lt-ie9 .col-lg-1 {
  width: 8.3333333333%;
}
html.lt-ie9 .col-lg-push-1 {
  left: 8.3333333333%;
}
html.lt-ie9 .col-lg-pull-1 {
  right: 8.3333333333%;
}
html.lt-ie9 .col-lg-offset-1 {
  margin-left: 8.3333333333%;
}
html.lt-ie9 .col-lg-2 {
  float: left;
}
html.lt-ie9 .col-lg-2 {
  width: 16.6666666667%;
}
html.lt-ie9 .col-lg-push-2 {
  left: 16.6666666667%;
}
html.lt-ie9 .col-lg-pull-2 {
  right: 16.6666666667%;
}
html.lt-ie9 .col-lg-offset-2 {
  margin-left: 16.6666666667%;
}
html.lt-ie9 .col-lg-3 {
  float: left;
}
html.lt-ie9 .col-lg-3 {
  width: 25%;
}
html.lt-ie9 .col-lg-push-3 {
  left: 25%;
}
html.lt-ie9 .col-lg-pull-3 {
  right: 25%;
}
html.lt-ie9 .col-lg-offset-3 {
  margin-left: 25%;
}
html.lt-ie9 .col-lg-4 {
  float: left;
}
html.lt-ie9 .col-lg-4 {
  width: 33.3333333333%;
}
html.lt-ie9 .col-lg-push-4 {
  left: 33.3333333333%;
}
html.lt-ie9 .col-lg-pull-4 {
  right: 33.3333333333%;
}
html.lt-ie9 .col-lg-offset-4 {
  margin-left: 33.3333333333%;
}
html.lt-ie9 .col-lg-5 {
  float: left;
}
html.lt-ie9 .col-lg-5 {
  width: 41.6666666667%;
}
html.lt-ie9 .col-lg-push-5 {
  left: 41.6666666667%;
}
html.lt-ie9 .col-lg-pull-5 {
  right: 41.6666666667%;
}
html.lt-ie9 .col-lg-offset-5 {
  margin-left: 41.6666666667%;
}
html.lt-ie9 .col-lg-6 {
  float: left;
}
html.lt-ie9 .col-lg-6 {
  width: 50%;
}
html.lt-ie9 .col-lg-push-6 {
  left: 50%;
}
html.lt-ie9 .col-lg-pull-6 {
  right: 50%;
}
html.lt-ie9 .col-lg-offset-6 {
  margin-left: 50%;
}
html.lt-ie9 .col-lg-7 {
  float: left;
}
html.lt-ie9 .col-lg-7 {
  width: 58.3333333333%;
}
html.lt-ie9 .col-lg-push-7 {
  left: 58.3333333333%;
}
html.lt-ie9 .col-lg-pull-7 {
  right: 58.3333333333%;
}
html.lt-ie9 .col-lg-offset-7 {
  margin-left: 58.3333333333%;
}
html.lt-ie9 .col-lg-8 {
  float: left;
}
html.lt-ie9 .col-lg-8 {
  width: 66.6666666667%;
}
html.lt-ie9 .col-lg-push-8 {
  left: 66.6666666667%;
}
html.lt-ie9 .col-lg-pull-8 {
  right: 66.6666666667%;
}
html.lt-ie9 .col-lg-offset-8 {
  margin-left: 66.6666666667%;
}
html.lt-ie9 .col-lg-9 {
  float: left;
}
html.lt-ie9 .col-lg-9 {
  width: 75%;
}
html.lt-ie9 .col-lg-push-9 {
  left: 75%;
}
html.lt-ie9 .col-lg-pull-9 {
  right: 75%;
}
html.lt-ie9 .col-lg-offset-9 {
  margin-left: 75%;
}
html.lt-ie9 .col-lg-10 {
  float: left;
}
html.lt-ie9 .col-lg-10 {
  width: 83.3333333333%;
}
html.lt-ie9 .col-lg-push-10 {
  left: 83.3333333333%;
}
html.lt-ie9 .col-lg-pull-10 {
  right: 83.3333333333%;
}
html.lt-ie9 .col-lg-offset-10 {
  margin-left: 83.3333333333%;
}
html.lt-ie9 .col-lg-11 {
  float: left;
}
html.lt-ie9 .col-lg-11 {
  width: 91.6666666667%;
}
html.lt-ie9 .col-lg-push-11 {
  left: 91.6666666667%;
}
html.lt-ie9 .col-lg-pull-11 {
  right: 91.6666666667%;
}
html.lt-ie9 .col-lg-offset-11 {
  margin-left: 91.6666666667%;
}
html.lt-ie9 .col-lg-push-0 {
  left: auto;
}
html.lt-ie9 .col-lg-pull-0 {
  right: auto;
}
html.lt-ie9 .col-lg-offset-0 {
  margin-left: 0;
}
html.lt-ie9 .col-lg-12 {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #666;
}

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 31.5px;
  color: #666;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  background-color: transparent;
  background-image: none;
  border: 2px solid #666;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #EEE;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 46px;
  line-height: 31.5px \0 ;
}
input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn,
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn {
  line-height: 36px;
}
input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn,
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn {
  line-height: 64px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 13.5px;
  line-height: 23.625px;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  padding: 7px 16px;
  font-size: 27px;
  line-height: 47.25px;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 64px;
  line-height: 64px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #FFF;
}
.has-success .form-control {
  border-color: #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #FFF;
  border-color: #FFF;
  background-color: #60a760;
}
.has-success .form-control-feedback {
  color: #FFF;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #FFF;
}
.has-warning .form-control {
  border-color: #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #FFF;
  border-color: #FFF;
  background-color: #de9c3f;
}
.has-warning .form-control-feedback {
  color: #FFF;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #FFF;
}
.has-error .form-control {
  border-color: #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #FFF;
  border-color: #FFF;
  background-color: #ca5e5b;
}
.has-error .form-control-feedback {
  color: #FFF;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(165.75, 165.75, 165.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: "";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-horizontal .control-label,
.form-horizontal .control-field {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    float: none;
    margin-bottom: 5px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

html.lt-ie9 .form-control {
  height: 60px;
}
html.lt-ie9 .input-sm, html.lt-ie9 .input-group-sm > .form-control,
html.lt-ie9 .input-group-sm > .input-group-addon,
html.lt-ie9 .input-group-sm > .input-group-btn > .btn {
  height: 46px;
  padding: 5px 10px;
  font-size: 13.5px;
  line-height: 23.625px;
  border-radius: 0;
}
html.lt-ie9 select.input-sm, html.lt-ie9 .input-group-sm > select.form-control,
html.lt-ie9 .input-group-sm > select.input-group-addon,
html.lt-ie9 .input-group-sm > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
html.lt-ie9 textarea.input-sm, html.lt-ie9 .input-group-sm > textarea.form-control,
html.lt-ie9 .input-group-sm > textarea.input-group-addon,
html.lt-ie9 .input-group-sm > .input-group-btn > textarea.btn,
html.lt-ie9 select[multiple].input-sm,
html.lt-ie9 .input-group-sm > select[multiple].form-control,
html.lt-ie9 .input-group-sm > select[multiple].input-group-addon,
html.lt-ie9 .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
html.lt-ie9 .input-lg, html.lt-ie9 .input-group-lg > .form-control,
html.lt-ie9 .input-group-lg > .input-group-addon,
html.lt-ie9 .input-group-lg > .input-group-btn > .btn {
  height: 78px;
  padding: 7px 16px;
  font-size: 27px;
  line-height: 47.25px;
  border-radius: 0;
}
html.lt-ie9 select.input-lg, html.lt-ie9 .input-group-lg > select.form-control,
html.lt-ie9 .input-group-lg > select.input-group-addon,
html.lt-ie9 .input-group-lg > .input-group-btn > select.btn {
  height: 78px;
  line-height: 78px;
}
html.lt-ie9 textarea.input-lg, html.lt-ie9 .input-group-lg > textarea.form-control,
html.lt-ie9 .input-group-lg > textarea.input-group-addon,
html.lt-ie9 .input-group-lg > .input-group-btn > textarea.btn,
html.lt-ie9 select[multiple].input-lg,
html.lt-ie9 .input-group-lg > select[multiple].form-control,
html.lt-ie9 .input-group-lg > select[multiple].input-group-addon,
html.lt-ie9 .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

body {
  background: #F3F3F3;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-size: 18px;
  line-height: 31.5px;
  color: #666;
  font-weight: 300;
}

::selection {
  background: #666;
  color: #FFF;
}

::-moz-selection {
  background: #666;
  color: #FFF;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#browsehappy {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 9999;
}
#browsehappy #browsehappy-inner {
  margin: 40px auto;
  width: 500px;
  background: #ccc;
  color: #666;
  border: 2px solid #AAA;
  text-align: center;
  padding: 20px;
}

header {
  color: #FFF;
  text-align: center;
  padding: 20px 20px;
  margin: 0 0 40px 0;
  position: relative;
  border-bottom: 10px solid #FFF;
  position: relative;
  background-color: #ff8069;
  background-image: linear-gradient(#ff8069, #ff6e90);
  background-image: -moz-linear-gradient(#ff8069, #ff6e90);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8069), to(#ff6e90));
  background-image: -webkit-linear-gradient(#ff8069, #ff6e90);
  background-image: -o-linear-gradient(#ff8069, #ff6e90);
}
header .logo {
  z-index: 10;
  position: relative;
}
header .logo, header .logo:visited {
  line-height: 46px;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  color: #FFF;
}
header .logo.animated:after {
  height: 3px;
  background: #FFF;
}
header .logo img {
  width: 130px;
  position: relative;
  z-index: 100;
}
header .logo .brand {
  display: block;
}
header .game-copy {
  display: none;
}

footer {
  background: rgb(225.15, 225.15, 225.15);
  color: #8d8d8d;
  margin-top: 30px;
  padding: 30px 0;
  bottom: 0;
  width: 100%;
}
footer a {
  cursor: pointer;
}
footer a, footer a:visited {
  color: #8d8d8d;
}
footer a.animated:after {
  height: 1px;
  background: #8d8d8d;
}

body.game-mode header, body.game-mode footer, body.game-mode .profile-link, body.game-mode #profile {
  display: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-size: 18px;
  font-weight: normal;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 31.5px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  color: #666;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #666;
  background-color: rgba(243, 243, 243, 0);
  border-color: #666;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #666;
  background-color: rgba(217.5, 217.5, 217.5, 0);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: rgba(243, 243, 243, 0);
  border-color: #666;
}
.btn-default .badge {
  color: rgba(243, 243, 243, 0);
  background-color: #666;
}

.btn-primary {
  color: #fff;
  background-color: #346b9a;
  border-color: rgb(45.5631067961, 93.7548543689, 134.9368932039);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(39.1262135922, 80.5097087379, 115.8737864078);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #346b9a;
  border-color: rgb(45.5631067961, 93.7548543689, 134.9368932039);
}
.btn-primary .badge {
  color: #346b9a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #60a760;
  border-color: rgb(84.6153846154, 152.8846153846, 84.6153846154);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(75.5303643725, 136.4696356275, 75.5303643725);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #60a760;
  border-color: rgb(84.6153846154, 152.8846153846, 84.6153846154);
}
.btn-success .badge {
  color: #60a760;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #56abc4;
  border-color: rgb(67.0986842105, 161.6052631579, 189.4013157895);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(59.7763157895, 145.8947368421, 171.2236842105);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #56abc4;
  border-color: rgb(67.0986842105, 161.6052631579, 189.4013157895);
}
.btn-info .badge {
  color: #56abc4;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #de9c3f;
  border-color: rgb(218.26, 144.78, 41.24);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(199.68, 131.04, 34.32);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #de9c3f;
  border-color: rgb(218.26, 144.78, 41.24);
}
.btn-warning .badge {
  color: #de9c3f;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ca5e5b;
  border-color: rgb(195.7718894009, 75.0806451613, 71.7281105991);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(182.8940092166, 62.4516129032, 59.1059907834);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ca5e5b;
  border-color: rgb(195.7718894009, 75.0806451613, 71.7281105991);
}
.btn-danger .badge {
  color: #ca5e5b;
  background-color: #fff;
}

.btn-hero {
  color: #999;
  background-color: rgba(243, 243, 243, 0);
  border-color: #999;
}
.btn-hero:hover, .btn-hero:active, .btn-hero.active, .open > .btn-hero.dropdown-toggle {
  color: #999;
  background-color: rgba(217.5, 217.5, 217.5, 0);
}
.btn-hero:active, .btn-hero.active, .open > .btn-hero.dropdown-toggle {
  background-image: none;
}
.btn-hero.disabled, .btn-hero.disabled:hover, .btn-hero.disabled:active, .btn-hero.disabled.active, .btn-hero[disabled], .btn-hero[disabled]:hover, .btn-hero[disabled]:active, .btn-hero[disabled].active, fieldset[disabled] .btn-hero, fieldset[disabled] .btn-hero:hover, fieldset[disabled] .btn-hero:active, fieldset[disabled] .btn-hero.active {
  background-color: rgba(243, 243, 243, 0);
  border-color: #999;
}
.btn-hero .badge {
  color: rgba(243, 243, 243, 0);
  background-color: #999;
}
.btn-hero {
  font-size: 27px;
  font-weight: 400;
  padding: 9px 18px;
  font-size: 27px;
  line-height: 47.25px;
  border-radius: 0;
  margin: 40px auto;
  display: block;
  text-transform: uppercase;
}
.btn-hero:hover {
  text-decoration: none;
  background: #999;
  color: #333;
}

.btn-link {
  color: #666;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #CCC;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 7px 16px;
  font-size: 27px;
  line-height: 47.25px;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13.5px;
  line-height: 23.625px;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13.5px;
  line-height: 23.625px;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
  *zoom: 1;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: "";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  *zoom: 1;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: "";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.selector-wrapper {
  position: relative;
  border: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 0;
  width: auto;
  vertical-align: middle;
}
.selector-wrapper span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  padding: 0 12px;
  font-size: 18px;
  line-height: 46px;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  position: relative;
  vertical-align: middle;
}
.selector-wrapper i {
  line-height: 46px;
  height: 46px;
  width: auto;
  text-align: center;
  float: right;
  display: inline-block;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 1px solid #666;
  vertical-align: middle;
  color: #666;
}
.selector-wrapper select {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: none;
  background: #FFF;
  cursor: pointer;
  font-size: 12px;
}

.input-file-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 31.5px;
  color: #666;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  background-color: transparent;
  background-image: none;
  border: 1px solid #666;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-file-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.input-file-wrapper i {
  margin-right: 8px;
  font-size: 18px;
  line-height: 31.5px;
}
.input-file-wrapper span.filename {
  line-height: 34px;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 0px 12px;
  line-height: 31.5px;
  vertical-align: top;
  border-top: 1px solid rgb(222.6, 222.6, 222.6);
}
.table > thead > tr > th.v-align-middle,
.table > thead > tr > td.v-align-middle,
.table > tbody > tr > th.v-align-middle,
.table > tbody > tr > td.v-align-middle,
.table > tfoot > tr > th.v-align-middle,
.table > tfoot > tr > td.v-align-middle {
  vertical-align: middle;
}
.table > thead > tr > th.v-align-bottom,
.table > thead > tr > td.v-align-bottom,
.table > tbody > tr > th.v-align-bottom,
.table > tbody > tr > td.v-align-bottom,
.table > tfoot > tr > th.v-align-bottom,
.table > tfoot > tr > td.v-align-bottom {
  vertical-align: bottom;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(222.6, 222.6, 222.6);
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid rgb(222.6, 222.6, 222.6);
}
.table .table {
  background-color: #F3F3F3;
}
.table.v-align-middle > thead > tr > th,
.table.v-align-middle > thead > tr > td,
.table.v-align-middle > tbody > tr > th,
.table.v-align-middle > tbody > tr > td,
.table.v-align-middle > tfoot > tr > th,
.table.v-align-middle > tfoot > tr > td {
  vertical-align: middle;
}
.table.v-align-bottom > thead > tr > th,
.table.v-align-bottom > thead > tr > td,
.table.v-align-bottom > tbody > tr > th,
.table.v-align-bottom > tbody > tr > td,
.table.v-align-bottom > tfoot > tr > th,
.table.v-align-bottom > tfoot > tr > td {
  vertical-align: bottom;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid rgb(222.6, 222.6, 222.6);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgb(222.6, 222.6, 222.6);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgb(235.35, 235.35, 235.35);
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgb(222.6, 222.6, 222.6);
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 23.625px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgb(222.6, 222.6, 222.6);
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.alert {
  padding: 15px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 300;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert a {
  font-weight: normal;
}

.alert-dismissable {
  padding-right: 15px 25px20;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #60a760;
  border-color: rgb(95.9935897436, 152.8846153846, 84.6153846154);
  color: #FFF;
}
.alert-success a, .alert-success a:visited {
  color: #FFF;
}
.alert-success hr {
  border-top-color: rgb(85.6869095816, 136.4696356275, 75.5303643725);
}

.alert-info {
  background-color: #56abc4;
  border-color: rgb(63.7355263158, 175.3627192982, 182.5644736842);
  color: #FFF;
}
.alert-info a, .alert-info a:visited {
  color: #FFF;
}
.alert-info hr {
  border-top-color: rgb(57.1368421053, 157.2070175439, 163.6631578947);
}

.alert-warning {
  background-color: #de9c3f;
  border-color: rgb(218.26, 144.78, 41.24);
  color: #FFF;
}
.alert-warning a, .alert-warning a:visited {
  color: #FFF;
}
.alert-warning hr {
  border-top-color: rgb(199.68, 131.04, 34.32);
}

.alert-danger {
  background-color: #ca5e5b;
  border-color: rgb(195.7718894009, 71.7281105991, 89.0495391705);
  color: #FFF;
}
.alert-danger a, .alert-danger a:visited {
  color: #FFF;
}
.alert-danger hr {
  border-top-color: rgb(182.8940092166, 59.1059907834, 76.3917050691);
}

.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid rgb(208.0666666667, 210.2, 203.8);
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: "";
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 31.5px;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  text-decoration: none;
  color: #666;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #e9eae7;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent rgb(208.0666666667, 210.2, 203.8);
}
.nav-tabs > li.disabled > a {
  color: rgb(191.25, 191.25, 191.25);
}
.nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
  color: rgb(191.25, 191.25, 191.25);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
  border-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #F3F3F3;
  border: 1px solid rgb(195.6, 198.3, 190.2);
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-tabs.nav-justified > li {
  float: left;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
  }
}

.tab-content > .tab-pane {
  display: none;
  padding: 10px 0;
}
.tab-content > .active {
  display: block;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 13.5px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 6px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #666;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13.5px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 7px 16px;
  font-size: 27px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-size: 18px;
  line-height: 31.5px;
  color: #666;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../public/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../public/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../public/images/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-size: 18px;
  line-height: 31.5px;
  color: #666;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../public/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../public/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}

colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=");
  cursor: crosshair;
  float: left;
}

colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid transparent;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

colorpicker-saturation i::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}

colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=");
}

colorpicker-alpha {
  display: none;
}

colorpicker-alpha,
.colorpicker-color {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=");
}

.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}

.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha colorpicker-alpha {
  display: block;
}

.colorpicker.dropdown {
  position: absolute;
}

.colorpicker.colorpicker-fixed-position {
  position: fixed;
}

.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}

.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}

.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}

colorpicker-preview {
  display: inline-block;
  width: 87px;
  height: 30px;
  margin: 0 0 3px 0;
  float: left;
  clear: both;
  background-position: 0 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.colorpicker {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgb(225.15, 225.15, 225.15);
}

.close-colorpicker {
  background: transparent;
  border: 2px solid #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  float: right;
  width: 30px;
  height: 30px;
}
.close-colorpicker:hover {
  color: #FFF;
  background: #666;
}

.dropdown-menu {
  height: 142px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  font-weight: 300;
  line-height: 1.4;
  color: #666;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: lighter(#666, 30%);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #666;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.notice {
  font-variant: italic;
  color: #999999;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul.no-bullet {
  list-style: none;
  padding-left: 0;
}
ul.inline {
  list-style: none;
  padding-left: 0;
}
ul.inline li {
  display: inline-block;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dt,
dd {
  line-height: 31.5px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
  margin-bottom: 20px;
}

a, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.animated {
  text-decoration: none;
  display: inline-block;
}
a.animated:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  margin-left: 50%;
  background-color: #666;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.animated:hover:after, a.animated.active:after {
  width: 100%;
  margin-left: 0;
}

.btn-default:hover, .btn-default.active {
  background: #666;
  color: #F3F3F3;
}

li.player-row {
  vertical-align: middle;
}
li.player-row img {
  width: 40px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin: 3px 3px 3px 0;
}

.header {
  min-height: 60px;
}
.header .title {
  float: left;
  line-height: 60px;
}

.intro .quote {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 40px;
}
.intro .tuto {
  text-align: center;
  width: 33%;
  display: block;
  float: left;
}
.intro .tuto img {
  width: 120px;
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}
.intro .tuto .content {
  padding: 10px 50px;
  line-height: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
}
.intro .tuto:hover .content {
  transform: translateY(-5px);
  color: #444;
}

.top-right-form {
  float: right;
  max-width: 350px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top-right-form .form-control {
  border: 0;
  font-weight: 300;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 85px;
  height: 60px;
  background: #FFF;
  font-size: 24px;
}
.top-right-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 80px;
  text-align: center;
  border: 0;
  border-left: 10px solid #F3F3F3;
  color: #FFF;
  margin: 0 -10px 0 20px;
  padding: 0 28px 0 15px;
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-right-form button span {
  display: block;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  -webkit-backface-visibility: hidden;
  font-size: 26px;
}
.top-right-form button span i {
  float: right;
  display: inline;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-right-form button:hover span i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rooms, .room {
  margin-top: 30px;
  border-collapse: separate;
}
.rooms tbody > tr.room td, .room tbody > tr.room td {
  cursor: pointer;
}
.rooms tbody > tr.in-game td, .room tbody > tr.in-game td {
  cursor: wait;
}
.rooms tbody > tr.in-game td, .rooms tbody > tr.in-game td a, .room tbody > tr.in-game td, .room tbody > tr.in-game td a {
  color: rgba(102, 102, 102, 0.5) !important;
}
.rooms tbody > tr.in-game td.room-enter-col .room-enter, .room tbody > tr.in-game td.room-enter-col .room-enter {
  background: rgb(225.15, 225.15, 225.15);
  background-color: rgb(225.15, 225.15, 225.15);
  background-image: -moz-linear-gradient(left, rgb(225.15, 225.15, 225.15) 0%, rgb(225.15, 225.15, 225.15) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(225.15, 225.15, 225.15)), color-stop(100%, rgb(225.15, 225.15, 225.15)));
  background-image: -webkit-linear-gradient(left, rgb(225.15, 225.15, 225.15) 0%, rgb(225.15, 225.15, 225.15) 100%);
  background-image: -o-linear-gradient(left, rgb(225.15, 225.15, 225.15) 0%, rgb(225.15, 225.15, 225.15) 100%);
  background: -ms-linear-gradient(left, rgb(225.15, 225.15, 225.15) 0%, rgb(225.15, 225.15, 225.15) 100%);
  background: linear-gradient(to right, rgb(225.15, 225.15, 225.15) 0%, rgb(225.15, 225.15, 225.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: rgba(102, 102, 102, 0.5);
}
.rooms tbody > tr:hover > td.room-enter-col .room-password-col, .room tbody > tr:hover > td.room-enter-col .room-password-col {
  left: -150px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rooms tbody > tr > td, .room tbody > tr > td {
  height: 80px;
  background: #FFF;
  border-top: 10px solid #F3F3F3;
  overflow: hidden;
}
.rooms tbody > tr > td a:hover, .room tbody > tr > td a:hover {
  text-decoration: none;
}
.rooms tbody > tr > td.room-name, .room tbody > tr > td.room-name {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
}
.rooms tbody > tr > td.room-nb-players, .room tbody > tr > td.room-nb-players {
  font-size: 24px;
  width: 300px;
  padding-right: 150px;
}
.rooms tbody > tr > td.room-enter-col, .room tbody > tr > td.room-enter-col {
  width: 280px;
  padding: 0;
  overflow: visible;
  position: relative;
}
.rooms tbody > tr > td.room-enter-col .room-enter-container, .room tbody > tr > td.room-enter-col .room-enter-container {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rooms tbody > tr > td.room-enter-col .room-enter, .room tbody > tr > td.room-enter-col .room-enter {
  display: block;
  margin: 0 -10px 0 20px;
  padding: 0 30px 0 25px;
  line-height: 80px;
  z-index: 50;
  position: relative;
  border-left: 10px solid #F3F3F3;
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  color: #FFF;
  -webkit-backface-visibility: hidden;
}
.rooms tbody > tr > td.room-enter-col .room-enter span, .room tbody > tr > td.room-enter-col .room-enter span {
  display: block;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  font-size: 24px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}
.rooms tbody > tr > td.room-enter-col .room-enter span i, .room tbody > tr > td.room-enter-col .room-enter span i {
  float: right;
  display: inline;
  font-size: 50px;
}
.rooms tbody > tr > td.room-enter-col .icon-lock, .room tbody > tr > td.room-enter-col .icon-lock {
  position: absolute;
  top: 20px;
  left: -80px;
  font-size: 36px;
  color: #AAA;
}
.rooms tbody > tr > td.room-enter-col .room-password-col, .room tbody > tr > td.room-enter-col .room-password-col {
  position: absolute;
  width: 150px;
  height: 80px;
  z-index: 40;
  margin: 0 -10px 0 20px;
  padding: 0 30px 0 25px;
  line-height: 80px;
  border-left: 10px solid #F3F3F3;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  color: #FFF;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
}
.rooms tbody > tr > td.room-enter-col .room-password-col input, .room tbody > tr > td.room-enter-col .room-password-col input {
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  -webkit-backface-visibility: hidden;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  border: 0;
  font-weight: 300;
}

.room .touch {
  text-align: center;
  margin: 20px;
}
.room .header {
  min-height: inherit;
}
.room .header .count {
  font-size: 0.7em;
  color: lighter(#666, 30%);
}
.room .header small {
  margin: 11px 0;
}
.room .header .icon-params {
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.room .header .icon-params:hover, .room .header .icon-params.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.room .room-details {
  padding-top: 25px;
}
.room .room-chat {
  float: left;
  width: 32%;
  padding-right: 30px;
}
.room .room-chat .chat-wrapper {
  margin-top: 50px;
}
.room .room-chat .chat-wrapper .feed {
  position: relative;
  height: 400px;
  max-height: 400px;
}
.room .room-chat .chat-wrapper .action-line {
  margin-top: 10px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.room .room-chat .chat-wrapper .action-line .form-control {
  height: 60px;
  font-size: 16px;
  background: #FFF;
  border: 0;
  padding-right: 85px;
}
.room .room-chat .chat-wrapper .action-line .form-control:focus {
  border-color: #666;
}
.room .room-chat .chat-wrapper .action-line .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 80px;
  text-align: center;
  border: 0;
  border-left: 10px solid #F3F3F3;
  color: #FFF;
  margin: 0 -10px 0 20px;
  padding: 0 25px 0 15px;
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.room .room-chat .chat-wrapper .action-line .btn span {
  display: block;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  -webkit-backface-visibility: hidden;
}
.room .room-chat .chat-wrapper .action-line .btn:hover {
  padding-right: 20px;
}
.room .start-now {
  float: right;
  margin-left: 25px;
  height: 60px;
  width: 180px;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #ff8069;
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #FFF;
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}
.room .start-now:hover {
  border-color: #ff6e90;
}
.room .start-now:hover span.label {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.room .start-now:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.room .start-now span {
  position: relative;
  z-index: 100;
}
.room .start-now span.label {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.room .start-now::after {
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 80;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff6e90;
  background-image: -moz-linear-gradient(left, #ff6e90 0%, #ff8069 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff6e90), color-stop(100%, #ff8069));
  background-image: -webkit-linear-gradient(left, #ff6e90 0%, #ff8069 100%);
  background-image: -o-linear-gradient(left, #ff6e90 0%, #ff8069 100%);
  background: -ms-linear-gradient(left, #ff6e90 0%, #ff8069 100%);
  background: linear-gradient(to right, #ff6e90 0%, #ff8069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.room .room-players {
  width: 68%;
  float: right;
  border-collapse: separate;
}
.room .room-players th {
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.5);
  font-weight: 400;
  height: 40px !important;
  border-bottom: 0;
}
.room .room-players th.col-ready {
  text-align: center;
  padding-left: 45px;
}
.room .room-players > tbody > tr > td {
  overflow: hidden;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  background-color: #ffffff;
}
.room .room-players > tbody > tr > td.col-player {
  font-weight: bold;
}
.room .room-players > tbody > tr > td.col-ready {
  padding: 0;
}
.room .room-players > tbody > tr > td.empty {
  background-color: none;
  text-align: center;
}
.room .room-players > tbody > tr.local .player-ready {
  cursor: pointer;
}
.room .room-players > tbody > tr.local .player-ready:hover {
  background: rgb(212.4, 212.4, 212.4);
}
.room .col-color {
  position: relative;
}
.room .col-color .line-color-preview {
  width: 12px;
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 10px;
}
.room .col-color .form-control {
  height: 40px;
  border-left-width: 12px;
}
.room .col-color p {
  margin: 0;
  padding-left: 22px;
  font-weight: 400;
}
.room .player-ready {
  display: block;
  position: relative;
  margin: 0 -10px 0 20px;
  padding: 0 25px 0 20px;
  line-height: 60px;
  height: 60px;
  border-left: 10px solid #F3F3F3;
  background: rgb(225.15, 225.15, 225.15);
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.room .player-ready:after {
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #60a760;
  background-color: #60a760;
  background-image: -moz-linear-gradient(left, #60a760 0%, #61ca61 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #60a760), color-stop(100%, #61ca61));
  background-image: -webkit-linear-gradient(left, #60a760 0%, #61ca61 100%);
  background-image: -o-linear-gradient(left, #60a760 0%, #61ca61 100%);
  background: -ms-linear-gradient(left, #60a760 0%, #61ca61 100%);
  background: linear-gradient(to right, #60a760 0%, #61ca61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  content: "";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.room .player-ready.local::before {
  content: "";
  position: absolute;
  z-index: 40;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(97, 202, 97, 0.7);
  box-shadow: 0 0 25px 5px rgba(97, 202, 97, 0.7);
  -webkit-animation: readyAnim 5s infinite;
  -moz-animation: readyAnim 5s infinite;
  -o-animation: readyAnim 5s infinite;
  animation: readyAnim 5s infinite;
}
.room .player-ready.ready:after {
  width: 100%;
}
.room .player-ready.ready span {
  color: #FFF;
}
.room .player-ready > span {
  display: block;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  font-size: 20px;
  color: #666;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.room .control {
  margin: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  padding: 0;
  line-height: 36px;
  text-align: center;
}
.room .control + .control {
  margin-left: 10px;
}
.room .control.active {
  font-size: 0;
}
.room .control.active:before {
  content: "?";
  font-size: 18px;
}
.room .player-color {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.room .player-name {
  height: 40px;
  padding: 5px 10px;
  margin: 0;
  border: 2px solid transparent;
  font-weight: bold;
}
.room .player-name:focus {
  border-color: rgb(127.5, 127.5, 127.5);
}
.room .col-player {
  width: auto;
}
.room .col-color {
  width: 150px;
}
.room .col-keys {
  width: 120px;
}
.room .col-ready {
  width: 150px;
}
.room .col-remove {
  width: 32px;
  min-width: 32px;
  padding: 0;
}
.room .col-remove .icon-kick.kicked {
  color: #ca5e5b;
  opacity: 1;
}
.room .col-icon {
  width: auto;
  padding: 0;
}
.room .col-icon .icon {
  padding-top: 7px;
}
.room .col-icon .inactive {
  color: rgb(165.75, 165.75, 165.75);
}
.room .col-show-hover > * {
  display: none;
}
.room .col-show-hover > .show-default {
  display: inherit;
}
.room tr:hover > .col-show-hover > *,
.room .col-show-hover.active > * {
  display: inherit;
}
.room tr:hover > .col-show-hover > .show-default,
.room .col-show-hover.active > .show-default {
  display: none;
}
.room .btn-remove {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.room #room-parameters {
  background-color: #FFF;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.room #room-parameters .row > div {
  padding-bottom: 0;
}
.room #room-parameters h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}
.room #room-parameters .disabled, .room #room-parameters [disabled] {
  cursor: not-allowed;
}
.room #room-parameters .max-score {
  text-align: center;
}
.room #room-parameters .max-score #max-score {
  font-size: 80px;
  font-weight: bold;
  height: 100px;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  line-height: 96px;
  vertical-align: middle;
  text-align: center;
  border-color: transparent;
  margin-bottom: 35px;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.room #room-parameters .max-score #max-score:focus {
  border-color: #666;
}
.room #room-parameters .public-room h2 {
  margin-bottom: 20px;
}
.room #room-parameters .public-room #open {
  margin-left: 5px;
}
.room #room-parameters .public-room .password-container {
  margin-top: 20px;
}
.room #room-parameters .public-room .password-container label, .room #room-parameters .public-room .password-container input {
  display: inline-block;
  width: auto;
}
.room #room-parameters .public-room .password-container input {
  width: 90px;
  margin-left: 10px;
  text-align: center;
}
.room #room-parameters .input-range {
  display: block;
  width: auto;
  max-width: 500px;
  position: relative;
  vertical-align: middle;
  padding: 12px 40px;
  margin: 10px;
}
.room #room-parameters .input-range input {
  -webkit-appearance: none;
  -moz-apperance: none;
  width: 100%;
  height: 2px;
  background-color: #CCC;
  cursor: pointer;
}
.room #room-parameters .input-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-apperance: none;
  width: 12px;
  height: 12px;
  background: #BBB;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.room #room-parameters .input-range input::-webkit-slider-thumb:hover {
  background: #AAA;
}
.room #room-parameters .input-range input[disabled] {
  cursor: not-allowed;
}
.room #room-parameters .input-range .range-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #999;
  color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.room #room-parameters .input-range .range-icon i {
  font-size: 14px;
  line-height: 24px;
  margin-left: 0px;
  margin-top: -2px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.room #room-parameters .input-range .range-icon.less-icon {
  left: 0;
}
.room #room-parameters .input-range .range-icon.more-icon {
  right: 0;
}
.room #room-parameters .btn-group {
  margin-top: 15px;
  float: right;
}
.room #room-parameters .btn-group .btn {
  border: 0;
  background: #f3f3f3;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}
.room #room-parameters .btn-group .btn.active, .room #room-parameters .btn-group .btn:hover {
  background: #dadada;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.room #room-parameters .bonus-selection {
  margin-bottom: 15px;
}
.room #room-parameters .bonus-selection .preset {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 0;
  background: #f3f3f3;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-size: 14px;
  padding: 5px 12px;
  margin: 0;
}
.room #room-parameters .bonus-selection .preset.active, .room #room-parameters .bonus-selection .preset:hover {
  background: #DDD;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.room #room-parameters .bonus-selection .preset.disabled {
  cursor: not-allowed;
}
.room #room-parameters .bonus-selection .preset.disabled:hover {
  background: #f3f3f3;
}
.room #room-parameters .bonus-selection .preset.disabled.active {
  background: #DDD;
}
.room #room-parameters .bonus-selection .bonus {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url(../images/bonus.png) no-repeat transparent;
  background-size: 138px 184px;
  position: relative;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  margin: 0 4px;
}
.room #room-parameters .bonus-selection .bonus.disabled {
  cursor: not-allowed;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-fast {
  background-position: 0px 0px;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-fast {
  background-position: -46px 0px;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-slow {
  background-position: -92px 0px;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-slow {
  background-position: 0px -46px;
}
.room #room-parameters .bonus-selection .bonus.bonus-game-borderless {
  background-position: -46px -46px;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-master {
  background-position: -92px -46px;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-big {
  background-position: 0px -92px;
}
.room #room-parameters .bonus-selection .bonus.bonus-all-color {
  background-position: -46px -92px;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-inverse {
  background-position: -92px -92px;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-small {
  background-position: 0px -138px;
}
.room #room-parameters .bonus-selection .bonus.bonus-all-clear {
  background-position: -46px -138px;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-straight-angle {
  background-position: -92px -138px;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-ghost {
  background: url(../images/bonus-icons/bonus-self-ghost.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-delay {
  background: url(../images/bonus-icons/bonus-enemy-delay.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-game-fog {
  background: url(../images/bonus-icons/bonus-game-fog.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-teleport-dash {
  background: url(../images/bonus-icons/bonus-self-teleport-dash.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-slipstream {
  background: url(../images/bonus-icons/bonus-enemy-slipstream.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-game-mirror {
  background: url(../images/bonus-icons/bonus-game-mirror.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-self-scissors {
  background: url(../images/bonus-icons/bonus-self-scissors.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-game-magnet {
  background: url(../images/bonus-icons/bonus-game-magnet.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-enemy-trail-bloom {
  background: url(../images/bonus-icons/bonus-enemy-trail-bloom.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus.bonus-all-blackout {
  background: url(../images/bonus-icons/bonus-all-blackout.svg) center center/contain no-repeat transparent;
}
.room #room-parameters .bonus-selection .bonus i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  display: block;
  background: blue;
  position: absolute;
  top: 3px;
  left: 4px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all opacity 0.15s;
  -o-transition: all opacity 0.15s;
  transition: all opacity 0.15s;
}
.room #room-parameters .bonus-selection .bonus.active i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.room #room-parameters .bonus-selection .bonus[class*=bonus-self] i {
  background: #1acd2f;
}
.room #room-parameters .bonus-selection .bonus[class*=bonus-enemy] i {
  background: #f5423e;
}
.room #room-parameters .bonus-selection .bonus[class*=bonus-all] i {
  background: #cccccc;
}

#game-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
#game-wrapper aside, #game-wrapper #col-right {
  position: fixed;
  top: 0;
  bottom: 0;
}
#game-wrapper aside {
  width: 375px;
  min-width: 375px;
  max-width: 375px;
  overflow: auto;
  background: #222;
  color: #EEE;
  font-weight: 300;
  left: 0;
  border-right: 4px solid rgb(54.4, 54.4, 54.4);
}
#game-wrapper aside header {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0;
  display: block !important;
  position: fixed;
  width: 375px;
  font-size: 34px;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  border: 0;
}
#game-wrapper aside header a {
  display: block;
  line-height: 116px;
  height: 120px;
  text-decoration: none;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#game-wrapper aside header a img {
  height: 80px;
  width: 80px;
  vertical-align: -25%;
  display: inline-block;
  margin-right: 10px;
}
#game-wrapper aside .btn-toggle {
  background: #222;
  position: fixed;
  z-index: 100;
  width: 50px;
}
#game-wrapper aside .btn-toggle.sound {
  left: 321px;
  top: 200px;
}
#game-wrapper aside .btn-toggle.radio-sound {
  left: 271px;
  top: 200px;
}
#game-wrapper aside .btn-toggle::after {
  top: 40px;
  left: 7px;
}
#game-wrapper aside .maxScore {
  padding: 0 10px 0 20px;
  text-align: left;
  background: rgb(54.4, 54.4, 54.4);
  margin-bottom: 0;
  font-size: 72px;
  color: #222;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 120px;
  width: 371px;
  height: 80px;
  line-height: 80px;
  vertical-align: bottom;
  z-index: 100;
}
#game-wrapper aside .maxScore i {
  vertical-align: bottom;
  position: absolute;
  bottom: -2px;
  left: 20px;
}
#game-wrapper aside .maxScore span {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 116px;
  font-weight: bold;
}
#game-wrapper aside h3 {
  margin: 0;
  color: #FFF;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 400;
  height: 80px;
  line-height: 80px;
  position: fixed;
  left: 0;
  top: 200px;
  width: 291px;
  background: #222;
  z-index: 100;
  overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis;
}
#game-wrapper aside .game-players {
  margin-bottom: 0;
  position: fixed;
  overflow: auto;
  top: 280px;
  bottom: 298px;
  left: 0;
  width: 375px;
}
#game-wrapper aside .game-players::-webkit-scrollbar {
  width: 4px;
  height: 1px;
  border-left: 0;
  background: rgba(255, 255, 255, 0.2);
}
#game-wrapper aside .game-players::-webkit-scrollbar-track {
  background: none;
}
#game-wrapper aside .game-players::-webkit-scrollbar-thumb {
  background-color: #ff8069;
  background-image: linear-gradient(#ff8069, #ff6e90);
  background-image: -moz-linear-gradient(#ff8069, #ff6e90);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8069), to(#ff6e90));
  background-image: -webkit-linear-gradient(#ff8069, #ff6e90);
  background-image: -o-linear-gradient(#ff8069, #ff6e90);
  border-radius: 0;
  cursor: pointer;
}
#game-wrapper aside .game-players.in-round .player:not(.dead) .round-points {
  display: none;
}
#game-wrapper aside .game-players .player {
  border-bottom: 2px solid rgb(59.5, 59.5, 59.5);
  padding: 10px 5px 10px 23px;
  position: relative;
  font-size: 18px;
}
#game-wrapper aside .game-players .player .score {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 70px;
  line-height: 50px;
  font-size: 25px;
  font-weight: bold;
}
#game-wrapper aside .game-players .player .round-points {
  display: block;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 65px;
  bottom: 0;
  width: 50px;
  line-height: 50px;
}
#game-wrapper aside .game-players .player:first-child {
  border-top: 2px solid rgb(59.5, 59.5, 59.5);
}
#game-wrapper aside .game-players .player .player-name {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 115px;
}
#game-wrapper aside .game-players .player.local {
  background: rgb(46.75, 46.75, 46.75);
}
#game-wrapper aside .game-players .player.local .arrow {
  left: 6px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: transparent;
  border-width: 6px;
  margin-top: -6px;
}
#game-wrapper aside .game-players .player.dead {
  background: none;
  color: rgba(238, 238, 238, 0.3);
}
#game-wrapper aside .game-players .player .line-color-preview {
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#game-wrapper aside #radio {
  position: fixed;
  left: 0;
  bottom: 0;
}
#game-wrapper aside .spectators {
  width: 75px;
  text-align: right;
}
#game-wrapper aside .fps {
  width: 45px;
  text-align: right;
  margin-left: 5px;
  font-size: 14px;
}
#game-wrapper aside .ping {
  width: 52px;
  text-align: right;
  margin-left: 5px;
  font-size: 14px;
}
#game-wrapper aside footer {
  display: block !important;
  position: fixed;
  left: 0;
  bottom: 245px;
  width: 371px;
  min-width: 371px;
  max-width: 371px;
  background: #222;
  padding: 10px 20px;
  margin: 0;
}
#game-wrapper aside footer .game-copy {
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#game-wrapper aside footer .game-copy:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#game-wrapper #col-right {
  bottom: 0;
  right: 0;
  left: 375px;
  text-align: center;
}
#game-wrapper #col-right .tie-break {
  font-size: 40px;
  position: absolute;
  top: 25%;
  color: #FFF;
  width: 100%;
  z-index: 110;
}
#game-wrapper #col-right .countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  z-index: 100;
  padding: 20px;
  font-size: 100px;
  line-height: 140px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#game-wrapper #col-right .countdown .count {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 10px;
  margin-left: -10px;
}
#game-wrapper #col-right .waiting {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 110;
}
#game-wrapper #col-right .waiting p {
  font-size: 40px;
  color: #FFF;
}
#game-wrapper #col-right .waiting ul {
  list-style: none;
  font-size: 20px;
}
#game-wrapper #col-right .spectating {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 120;
}
#game-wrapper #col-right .spectating h2 {
  font-size: 26px;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
  color: #FFF;
  position: relative;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#game-wrapper #col-right .spectating h2::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#game-wrapper #col-right .spectating p {
  color: #FFF;
  font-size: 15px;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
#game-wrapper #col-right .countdown-anim {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
  background: rgba(59.5, 59.5, 59.5, 0.2);
  -webkit-animation: spin 4s infinite;
  -moz-animation: spin 4s infinite;
  -o-animation: spin 4s infinite;
  animation: spin 4s infinite;
  z-index: 90;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 10px solid #ff8069;
  border-bottom: 10px solid #ff6e90;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8069), to(#ff6e90));
  background-image: -webkit-linear-gradient(#ff8069, #ff6e90);
  background-image: -moz-linear-gradient(#ff8069, #ff6e90), -moz-linear-gradient(#ff8069, #ff6e90);
  background-image: -o-linear-gradient(#ff8069, #ff6e90), -o-linear-gradient(#ff8069, #ff6e90);
  background-image: linear-gradient(#ff8069, #ff6e90), linear-gradient(#ff8069, #ff6e90);
  -moz-background-size: 10px 100%;
  background-size: 10px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}
#game-wrapper #col-right .game-render {
  display: block;
  position: relative;
  border: 4px solid rgb(110.5, 110.5, 110.5);
  margin: auto;
}
#game-wrapper #col-right .game-render.borderless {
  border-style: dashed;
}
#game-wrapper #col-right .game-render.blackout .game-background,
#game-wrapper #col-right .game-render.blackout .game-bonus,
#game-wrapper #col-right .game-render.blackout .game-front {
  filter: grayscale(1) brightness(0.65);
}
#game-wrapper #col-right .game-render .game-background {
  z-index: 30;
  position: absolute;
  display: block;
}
#game-wrapper #col-right .game-render .game-bonus {
  z-index: 40;
  position: absolute;
  display: block;
}
#game-wrapper #col-right .game-render .game-front {
  z-index: 50;
  position: absolute;
  display: block;
}
#game-wrapper #col-right .game-render .game-effect {
  z-index: 60;
  position: absolute;
  display: block;
}
#game-wrapper #col-right .game-render .game-fog {
  z-index: 70;
  position: absolute;
  display: block;
  pointer-events: none;
}
#game-wrapper #col-right #end {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  height: 100%;
  background: rgba(21.25, 21.25, 21.25, 0.8);
  overflow-y: auto;
}
#game-wrapper #col-right #end .victory {
  font-size: 40px;
  font-weight: 300;
  line-height: 110px;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  margin: 0 auto;
}
#game-wrapper #col-right #end .victory:after {
  content: "";
  display: block;
  height: 2px;
  width: 140px;
  margin: 0 auto;
  background-color: #FFF;
  margin-top: 15px;
}
#game-wrapper #col-right #end .victory .icon-trophy {
  display: inline-block;
  font-size: 100px;
}
#game-wrapper #col-right #end .recap-view {
  position: relative;
  color: #FFF;
}
#game-wrapper #col-right #end .recap-view.round {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#game-wrapper #col-right #end .recap-view.game {
  padding: 60px 0 40px 0;
}
#game-wrapper #col-right #end .recap-view.game .victory .icon-trophy {
  margin-right: 20px;
  vertical-align: middle;
}
#game-wrapper #col-right #end .recap-view.game table.recap {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
#game-wrapper #col-right #end .recap-view.game table.recap td {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 300;
}
#game-wrapper #col-right #end .recap-view.game table.recap td.rank {
  width: 80px;
  text-align: center;
  font-weight: bold;
}
#game-wrapper #col-right #end .recap-view.game table.recap td.name {
  font-weight: bold;
}
#game-wrapper #col-right #end .recap-view.game table.recap td.points {
  width: 210px;
}
#game-wrapper #col-right #end .recap-view.game table.recap tr:first-child td {
  border: 0;
}
#game-wrapper #col-right #end .recap-view.game table.recap tr:hover td {
  background: rgba(255, 255, 255, 0.1);
}
#game-wrapper .chat-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 375px;
  height: 245px;
  background: rgb(46.75, 46.75, 46.75);
  font-size: 14px;
}
#game-wrapper .chat-wrapper .feed {
  position: relative;
  height: 195px;
  overflow-y: auto;
}
#game-wrapper .chat-wrapper .action-line {
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 4px solid #ff6e90;
}
#game-wrapper .chat-wrapper .action-line .form-control {
  height: 50px;
  font-size: 16px;
  background: #FFF;
  border: 0;
  padding-right: 85px;
}
#game-wrapper .chat-wrapper .action-line .form-control:focus {
  border-color: #666;
}
#game-wrapper .chat-wrapper .action-line button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 60px;
  text-align: center;
  border: 0;
  color: #FFF;
  margin: 0 -10px 0 20px;
  padding: 0 20px 0 15px;
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#game-wrapper .chat-wrapper .action-line button span {
  display: block;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
  -webkit-backface-visibility: hidden;
}
#game-wrapper .chat-wrapper .action-line button:hover {
  padding-right: 20px;
}
#game-wrapper {
  /* Kill log */
}
#game-wrapper .kill-log-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 400px;
  height: auto;
  font-size: 14px;
  z-index: 100;
  font-weight: 400;
}
#game-wrapper .kill-log-wrapper .feed {
  position: relative;
  background: none;
  text-align: right;
  max-height: 160px;
  overflow: hidden;
  margin: 5px 10px;
  padding: 0;
}
#game-wrapper .kill-log-wrapper .feed .one-message {
  list-style: none;
  min-height: 0px;
  padding: 0;
  margin: 0;
}
#game-wrapper .kill-log-wrapper .feed .one-message span {
  line-height: 30px;
}
#game-wrapper .kill-log-wrapper .feed .one-message .icon-dead {
  font-size: 18px;
}

.btn-back-to-room {
  padding: 10px 20px;
  margin: 40px 0;
  display: inline-block;
  font-size: 20px;
}

/* Radio */
.radio-player {
  width: 0;
  height: 0;
  visibility: hidden;
}

/* Toggle public/private room */
.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #AAA;
  transition: 0.2s;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.toggler.active {
  color: #666;
}

.b {
  display: block;
}

.toggle {
  width: 80px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #BBB;
  overflow: hidden;
  position: relative;
}
.toggle.active {
  background-color: #ff8069;
  background-image: -moz-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8069), color-stop(100%, #ff6e90));
  background-image: -webkit-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background-image: -o-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: -ms-linear-gradient(left, #ff8069 0%, #ff6e90 100%);
  background: linear-gradient(to right, #ff8069 0%, #ff6e90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.check:checked ~ .switch {
  left: 2px;
  right: 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.switch {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  left: 50%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.profile-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  vertical-align: top;
  padding: 8px 16px;
  background-color: #222;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
.profile-link, .profile-link:visited {
  color: #ffffff;
}
.profile-link .circle {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  display: inline-block;
  margin-left: -8px;
  margin-right: 8px;
  background-color: #ffffff;
  vertical-align: top;
}

#profile {
  visibility: hidden;
}
#profile.active {
  visibility: visible;
}
#profile.active .profile-form {
  right: 0;
}
#profile .profile-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -500px;
  overflow-y: auto;
  width: 500px;
  border-left: 5px solid #444;
  background: #F3F3F3;
  z-index: 100;
  -webkit-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
#profile .profile-form .title {
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  color: #FFF;
  padding: 0 20px;
  background: #444;
}
#profile .profile-form .title .close {
  float: right;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  margin-top: 25px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#profile .profile-form .title .close:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#profile .profile-form .close {
  font-family: "Lato", "Helvetica Neue", "Helvetica";
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#profile .profile-form .inner {
  padding: 10px 20px;
}
#profile .profile-form fieldset {
  margin: 20px 0 40px 0;
}
#profile .profile-form fieldset legend {
  border: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #999;
  padding: 0 0 10px 0;
  color: #666;
}
#profile .profile-form fieldset .form-row {
  margin: 0 -10px;
}
#profile .profile-form fieldset .form-row .col {
  width: 50%;
  float: left;
  padding: 0 10px;
}
#profile .profile-form .btn-save {
  padding: 15px 35px;
  border: 2px solid #555;
  text-transform: uppercase;
  background: transparent;
  color: #555;
  font-weight: 400;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#profile .profile-form .btn-save:hover {
  background: #555;
  color: #FFF;
}
#profile .profile-tuto {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(21, 21, 21, 0.97);
  width: 100%;
  height: 100%;
  padding-right: 500px;
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#profile .profile-tuto.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
#profile .profile-tuto .content {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  width: 100%;
  padding: 0 550px 0 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#profile .profile-tuto .content .list .item {
  display: block;
  margin: 20px;
  font-size: 20px;
  line-height: 30px;
}
#profile .profile-tuto .content .list .item small {
  display: block;
  color: #999;
  line-height: 0.8em;
}
#profile .profile-tuto .content .list .item.done {
  opacity: 0.3;
  text-decoration: line-through;
}
#profile .profile-tuto .content .list .item .btn-hero {
  margin: 0;
  margin-top: 60px;
  padding: 10px 40px;
  font-size: 20px;
}

.btn-toggle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.btn-toggle .icon-volume {
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.btn-toggle .icon-radio {
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.btn-toggle::after {
  content: " ";
  width: 40px;
  height: 2px;
  top: 20px;
  left: 2px;
  position: absolute;
  background: #CCC;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn-toggle.active .icon-volume {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-toggle.active .icon-radio {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-toggle.active::after {
  opacity: 0;
  filter: alpha(opacity=0);
}

#about {
  text-align: center;
}
#about.container {
  max-width: 900px;
}
#about > section {
  padding: 40px 0;
}
#about > section h1 {
  display: inline-block;
  line-height: 70px;
  padding-bottom: 40px;
}
#about > section h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 40%;
  margin: 0 auto;
  background-color: #666;
  bottom: 0;
}
#about > section h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.feed {
  overflow-x: hidden;
  overflow-y: auto;
  background: #1c1c1c;
  color: #ffffff;
  padding: 15px 0;
}
.feed::-webkit-scrollbar {
  width: 8px;
  height: 1px;
  border-left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.feed::-webkit-scrollbar-track {
  background: none;
}
.feed::-webkit-scrollbar-thumb {
  background-color: #ff8069;
  background-image: linear-gradient(#ff8069, #ff6e90);
  background-image: -moz-linear-gradient(#ff8069, #ff6e90);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8069), to(#ff6e90));
  background-image: -webkit-linear-gradient(#ff8069, #ff6e90);
  background-image: -o-linear-gradient(#ff8069, #ff6e90);
  border-radius: 0;
  cursor: pointer;
}
.feed .welcome {
  text-transform: uppercase;
  font-size: 16px;
}
.feed .one-message {
  margin: 0 15px;
  padding: 3px 0;
  line-height: 22px;
  font-size: 16px;
  word-wrap: break-word;
}
.feed .one-message .message-name .mute {
  display: none;
  float: left;
}
.feed .one-message .message-name:hover .mute {
  display: block;
}
.feed .one-message .message-icon {
  color: #75858c;
}
.feed .one-message .details {
  color: #75858c;
  margin-right: 5px;
  float: left;
  font-size: 13px;
  line-height: 22px;
}
.feed .action {
  color: #75858c;
  cursor: pointer;
}
.feed .action:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  header {
    padding: 10px 20px;
    margin: 0;
    text-align: left;
  }
  header .logo, header .logo:visited {
    font-size: 20px;
  }
  header .logo::after {
    display: none;
  }
  header .logo img {
    width: 50px;
    float: left;
  }
  header .logo .brand {
    float: left;
    line-height: 50px;
    margin-left: 10px;
  }
  .profile-link {
    top: 22px;
    right: 10px;
    font-size: 0;
    line-height: 0;
    padding: 3px;
  }
  .profile-link .circle {
    margin: 0;
  }
  .profile-link .question {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    display: block;
  }
  .top-right-form {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .intro .quote {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
  .intro .tuto {
    padding: 0 10px;
  }
  .intro .tuto .content {
    padding: 0;
    line-height: 20px;
  }
  .room-list {
    margin-top: 0;
  }
  .room-list .header {
    font-size: 20px;
  }
  .room-list .header .title {
    float: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .rooms > tbody > tr > td {
    border: 0;
    height: auto;
  }
  .rooms > tbody > tr > td.room-name, .rooms > tbody > tr > td.room-nb-players {
    padding: 5px 12px;
    font-size: 18px;
  }
  .rooms > tbody > tr > td.room-name {
    border-top: 10px solid #F3F3F3;
    padding-top: 10px;
    display: block;
    width: 100%;
  }
  .rooms > tbody > tr > td.room-nb-players {
    display: block;
    width: 100%;
  }
  .rooms > tbody > tr > td.room-nb-players, .rooms > tbody > tr > td.room-enter-col {
    height: 50px;
    line-height: 40px;
  }
  .rooms > tbody > tr > td.room-enter-col {
    width: 64%;
    max-width: 180px;
    float: right;
    margin-top: -50px;
  }
  .rooms > tbody > tr > td.room-enter-col i.icon-lock {
    left: -12px;
    top: 4px;
    font-size: 20px;
  }
  .rooms > tbody > tr > td.room-enter-col p.room-enter {
    padding-left: 20px;
    border: 0;
  }
  .rooms > tbody > tr > td.room-enter-col p.room-enter span {
    font-size: 18px;
    line-height: 50px;
  }
  .rooms > tbody > tr > td.room-enter-col p.room-enter span i {
    font-size: 22px;
  }
  .rooms > tbody > tr > td.room-enter-col .room-password-col {
    width: 110px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 15px;
    border-left: 0;
  }
  .rooms > tbody > tr > td.room-enter-col .room-password-col input {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .rooms > tbody > tr:hover > td.room-enter-col .room-password-col {
    left: -110px;
  }
  .rooms, .room {
    margin-top: 0;
  }
  .rooms .room-details, .room .room-details {
    margin-top: 10px;
    padding-top: 0;
  }
  .rooms .room-players, .room .room-players {
    width: 100%;
    padding: 0;
    float: none;
  }
  .rooms .room-chat, .room .room-chat {
    width: 100%;
    padding: 0;
    float: none;
  }
  .rooms .room-chat .chat-wrapper, .room .room-chat .chat-wrapper {
    margin-top: 0;
  }
  .rooms .col-ready, .room .col-ready {
    width: 80px;
  }
  .rooms .col-player, .room .col-player {
    width: auto;
  }
  .rooms .col-color, .room .col-color {
    width: 40px;
  }
  .rooms .col-color p, .room .col-color p {
    font-size: 0;
  }
  .rooms .col-color .form-control, .room .col-color .form-control {
    border-left-width: 40px;
    width: 0;
    padding: 0;
  }
  .rooms .col-keys, .room .col-keys {
    width: 126px;
  }
  .rooms .room-players tr .btn, .room .room-players tr .btn {
    margin: 0 2px;
  }
  .rooms .room-players tr.local td.player-color-col input.form-control, .room .room-players tr.local td.player-color-col input.form-control {
    width: 120px;
  }
  body {
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    font-size: 24px;
  }
  #game-wrapper #game-infos {
    display: none;
  }
  #game-wrapper #col-right {
    left: 0;
  }
  #profile .profile-form {
    position: fixed;
    right: -100%;
    width: 100%;
    max-width: 100%;
  }
  #profile .profile-form .title {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  #profile .profile-form .title .close {
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
  }
  #profile .profile-form .inner {
    top: 40px;
    margin-left: 0;
  }
  #profile .profile-form legend {
    line-height: 32px;
  }
  #profile .profile-form label {
    margin-top: 10px;
  }
}
