/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 11, vendor/assets/stylesheets/normalize.css */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, vendor/assets/stylesheets/normalize.css */
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

/* line 13, vendor/assets/stylesheets/normalize.css */
body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 21, vendor/assets/stylesheets/normalize.css */
::-moz-selection {
  background: #5BBF14;
  color: #fff;
  text-shadow: none;
}

/* line 22, vendor/assets/stylesheets/normalize.css */
::selection {
  background: #5BBF14;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 29, vendor/assets/stylesheets/normalize.css */
a {
  color: #00e;
}

/* line 30, vendor/assets/stylesheets/normalize.css */
a:hover {
  color: #06e;
}

/* line 31, vendor/assets/stylesheets/normalize.css */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 34, vendor/assets/stylesheets/normalize.css */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 41, vendor/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 42, vendor/assets/stylesheets/normalize.css */
b, strong {
  font-weight: bold;
}

/* line 43, vendor/assets/stylesheets/normalize.css */
blockquote {
  margin: 1em 40px;
}

/* line 44, vendor/assets/stylesheets/normalize.css */
dfn {
  font-style: italic;
}

/* line 45, vendor/assets/stylesheets/normalize.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 46, vendor/assets/stylesheets/normalize.css */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 47, vendor/assets/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 48, vendor/assets/stylesheets/normalize.css */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 49, vendor/assets/stylesheets/normalize.css */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 50, vendor/assets/stylesheets/normalize.css */
q {
  quotes: none;
}

/* line 51, vendor/assets/stylesheets/normalize.css */
q:before, q:after {
  content: "";
  content: none;
}

/* line 52, vendor/assets/stylesheets/normalize.css */
small {
  font-size: 85%;
}

/* line 53, vendor/assets/stylesheets/normalize.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 54, vendor/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* line 55, vendor/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 62, vendor/assets/stylesheets/normalize.css */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 63, vendor/assets/stylesheets/normalize.css */
dd {
  margin: 0 0 0 40px;
}

/* line 64, vendor/assets/stylesheets/normalize.css */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
/* line 76, vendor/assets/stylesheets/normalize.css */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
/* line 82, vendor/assets/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 89, vendor/assets/stylesheets/normalize.css */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 96, vendor/assets/stylesheets/normalize.css */
form {
  margin: 0;
}

/* line 97, vendor/assets/stylesheets/normalize.css */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 100, vendor/assets/stylesheets/normalize.css */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
/* line 107, vendor/assets/stylesheets/normalize.css */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 115, vendor/assets/stylesheets/normalize.css */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
/* line 122, vendor/assets/stylesheets/normalize.css */
button, input {
  line-height: normal;
  *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
/* line 128, vendor/assets/stylesheets/normalize.css */
table button, table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
/* line 135, vendor/assets/stylesheets/normalize.css */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
/* line 141, vendor/assets/stylesheets/normalize.css */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 142, vendor/assets/stylesheets/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 143, vendor/assets/stylesheets/normalize.css */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
/* line 149, vendor/assets/stylesheets/normalize.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
/* line 156, vendor/assets/stylesheets/normalize.css */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 160, vendor/assets/stylesheets/normalize.css */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 167, vendor/assets/stylesheets/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 168, vendor/assets/stylesheets/normalize.css */
td {
  vertical-align: top;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://assets.jawaker.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot");
  src: url("https://assets.jawaker.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix") format("embedded-opentype"), url("https://assets.jawaker.com/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2") format("woff2"), url("https://assets.jawaker.com/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff") format("woff"), url("https://assets.jawaker.com/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf") format("truetype"), url("https://assets.jawaker.com/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
  Font Custom - icon webfonts made simple
*/
@font-face {
  font-family: 'fontcustom';
  src: url(https://assets.jawaker.com/assets/fontcustom/fontcustom-16d6be3a282af3f87cdabf3278a7f21bc5644790fc799ca75cda0854612e87cb.eot);
  src: url(https://assets.jawaker.com/assets/fontcustom/fontcustom-16d6be3a282af3f87cdabf3278a7f21bc5644790fc799ca75cda0854612e87cb.eot?#iefix) format("embedded-opentype"), url(https://assets.jawaker.com/assets/fontcustom/fontcustom-9d9a233dee21b6919e5bf9f9862cbb7f75da7c32f1d338c2e606fb6cb464b81d.woff) format("woff"), url(https://assets.jawaker.com/assets/fontcustom/fontcustom-c24577107802ca65ac2b22c2b8b32e80998974be84093a595e88d20db0bcf734.ttf) format("truetype"), url(https://assets.jawaker.com/assets/fontcustom/fontcustom-4113378af36589b0c39502cf84d8c0d68e88879afb166ea9149713ffd2bfae75.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
  Bootstrap Overrides
*/
/* line 20, app/assets/stylesheets/fontcustom.scss */
[class^="jicon-"]:before, [class*=" jicon-"]:before {
  font-family: "fontcustom";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 32, app/assets/stylesheets/fontcustom.scss */
a [class^="jicon-"], a [class*=" jicon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
/* line 38, app/assets/stylesheets/fontcustom.scss */
.jicon-large:before {
  vertical-align: top;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
/* line 45, app/assets/stylesheets/fontcustom.scss */
.btn [class^="jicon-"], .btn [class*=" jicon-"] {
  line-height: 0.9em;
}

/* line 49, app/assets/stylesheets/fontcustom.scss */
li [class^="jicon-"], li [class*=" jicon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* line 54, app/assets/stylesheets/fontcustom.scss */
li .jicon-large[class^="jicon-"], li .jicon-large[class*=" jicon-"] {
  width: 1.875em;
}

/* line 56, app/assets/stylesheets/fontcustom.scss */
li[class^="jicon-"], li[class*=" jicon-"] {
  margin-left: 0;
  list-style-type: none;
}

/* line 59, app/assets/stylesheets/fontcustom.scss */
li[class^="jicon-"]:before, li[class*=" jicon-"]:before {
  text-indent: -2em;
  text-align: center;
}

/* line 62, app/assets/stylesheets/fontcustom.scss */
li.jicon-large[class^="jicon-"]:before, li.jicon-large[class*=" jicon-"]:before {
  text-indent: -1.333em;
}

/*
  Icon Classes
*/
/* line 69, app/assets/stylesheets/fontcustom.scss */
.jicon-admin:before {
  content: "\f100";
}

/* line 70, app/assets/stylesheets/fontcustom.scss */
.jicon-arba3miya:before {
  content: "\f101";
}

/* line 71, app/assets/stylesheets/fontcustom.scss */
.jicon-avoid:before {
  content: "\f102";
}

/* line 72, app/assets/stylesheets/fontcustom.scss */
.jicon-badge:before {
  content: "\f103";
}

/* line 73, app/assets/stylesheets/fontcustom.scss */
.jicon-baloot:before {
  content: "\f104";
}

/* line 74, app/assets/stylesheets/fontcustom.scss */
.jicon-basha:before {
  content: "\f105";
}

/* line 75, app/assets/stylesheets/fontcustom.scss */
.jicon-basha-vip:before {
  content: "\f106";
}

/* line 76, app/assets/stylesheets/fontcustom.scss */
.jicon-basra:before {
  content: "\f107";
}

/* line 77, app/assets/stylesheets/fontcustom.scss */
.jicon-clubs:before {
  content: "\f108";
}

/* line 78, app/assets/stylesheets/fontcustom.scss */
.jicon-dash-call:before {
  content: "\f109";
}

/* line 79, app/assets/stylesheets/fontcustom.scss */
.jicon-diamonds:before {
  content: "\f10a";
}

/* line 80, app/assets/stylesheets/fontcustom.scss */
.jicon-double-risk:before {
  content: "\f10b";
}

/* line 81, app/assets/stylesheets/fontcustom.scss */
.jicon-empty-seat:before {
  content: "\f10c";
}

/* line 82, app/assets/stylesheets/fontcustom.scss */
.jicon-fast-speed:before {
  content: "\f10d";
}

/* line 83, app/assets/stylesheets/fontcustom.scss */
.jicon-gahwa:before {
  content: "\f10e";
}

/* line 84, app/assets/stylesheets/fontcustom.scss */
.jicon-group-hookah:before {
  content: "\f10f";
}

/* line 85, app/assets/stylesheets/fontcustom.scss */
.jicon-hearts:before {
  content: "\f110";
}

/* line 86, app/assets/stylesheets/fontcustom.scss */
.jicon-ikka:before {
  content: "\f111";
}

/* line 87, app/assets/stylesheets/fontcustom.scss */
.jicon-jawaker:before {
  content: "\f112";
}

/* line 88, app/assets/stylesheets/fontcustom.scss */
.jicon-khamseen:before {
  content: "\f113";
}

/* line 89, app/assets/stylesheets/fontcustom.scss */
.jicon-medium-speed:before {
  content: "\f114";
}

/* line 90, app/assets/stylesheets/fontcustom.scss */
.jicon-miya:before {
  content: "\f115";
}

/* line 91, app/assets/stylesheets/fontcustom.scss */
.jicon-no-guests:before {
  content: "\f116";
}

/* line 92, app/assets/stylesheets/fontcustom.scss */
.jicon-no-kicking:before {
  content: "\f117";
}

/* line 93, app/assets/stylesheets/fontcustom.scss */
.jicon-nt:before {
  content: "\f118";
}

/* line 94, app/assets/stylesheets/fontcustom.scss */
.jicon-risk:before {
  content: "\f119";
}

/* line 95, app/assets/stylesheets/fontcustom.scss */
.jicon-sira:before {
  content: "\f11a";
}

/* line 96, app/assets/stylesheets/fontcustom.scss */
.jicon-slow-speed:before {
  content: "\f11b";
}

/* line 97, app/assets/stylesheets/fontcustom.scss */
.jicon-spades:before {
  content: "\f11c";
}

/* line 98, app/assets/stylesheets/fontcustom.scss */
.jicon-stats:before {
  content: "\f11d";
}

/* line 99, app/assets/stylesheets/fontcustom.scss */
.jicon-times-2:before {
  content: "\f11e";
}

/* line 100, app/assets/stylesheets/fontcustom.scss */
.jicon-times-3:before {
  content: "\f11f";
}

/* line 101, app/assets/stylesheets/fontcustom.scss */
.jicon-times-4:before {
  content: "\f120";
}

/* line 102, app/assets/stylesheets/fontcustom.scss */
.jicon-tokens:before {
  content: "\f121";
}

/* line 103, app/assets/stylesheets/fontcustom.scss */
.jicon-trophy:before {
  content: "\f122";
}

/* line 104, app/assets/stylesheets/fontcustom.scss */
.jicon-with:before {
  content: "\f123";
}

/* line 105, app/assets/stylesheets/fontcustom.scss */
.jicon-with-double-risk:before {
  content: "\f124";
}

/* line 106, app/assets/stylesheets/fontcustom.scss */
.jicon-with-risk:before {
  content: "\f125";
}

/* line 107, app/assets/stylesheets/fontcustom.scss */
.jicon-xp:before {
  content: "\f126";
}

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  GPL LICENSE (GPL) http://www.gnu.org/licenses/gpl.html

Copyright (c) 2013 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 14, vendor/assets/stylesheets/animate.css */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 27, vendor/assets/stylesheets/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* line 67, vendor/assets/stylesheets/animate.css */
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 152, vendor/assets/stylesheets/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 11, vendor/assets/stylesheets/nivo-slider.css */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 17, vendor/assets/stylesheets/nivo-slider.css */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 23, vendor/assets/stylesheets/nivo-slider.css */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 30, vendor/assets/stylesheets/nivo-slider.css */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
/* line 43, vendor/assets/stylesheets/nivo-slider.css */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 50, vendor/assets/stylesheets/nivo-slider.css */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 56, vendor/assets/stylesheets/nivo-slider.css */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 59, vendor/assets/stylesheets/nivo-slider.css */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 77, vendor/assets/stylesheets/nivo-slider.css */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 81, vendor/assets/stylesheets/nivo-slider.css */
.nivo-caption a {
  display: inline !important;
}

/* line 84, vendor/assets/stylesheets/nivo-slider.css */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 88, vendor/assets/stylesheets/nivo-slider.css */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 94, vendor/assets/stylesheets/nivo-slider.css */
.nivo-prevNav {
  left: 0px;
}

/* line 97, vendor/assets/stylesheets/nivo-slider.css */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 101, vendor/assets/stylesheets/nivo-slider.css */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

/* line 105, vendor/assets/stylesheets/nivo-slider.css */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 108, vendor/assets/stylesheets/nivo-slider.css */
.nivo-controlNav a.active {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/vendor-patches/my-nivo-slider.css */
.nivoSlider img {
  inset-inline-start: 0;
}

/* line 7, app/assets/stylesheets/vendor-patches/my-nivo-slider.css */
.nivoSlider a.nivo-imageLink {
  inset-inline-start: 0;
}

/* Caption styles */
/* line 13, app/assets/stylesheets/vendor-patches/my-nivo-slider.css */
.nivo-caption {
  inset-inline-start: 0;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 20, app/assets/stylesheets/vendor-patches/my-nivo-slider.css */
.nivo-prevNav {
  inset-inline-start: 0px;
}

/* line 24, app/assets/stylesheets/vendor-patches/my-nivo-slider.css */
.nivo-nextNav {
  inset-inline-end: 0px;
}

/*
Skin Name: Nivo Slider Bar Theme
Skin URI: http://nivo.dev7studios.com
Description: The bottom bar skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: false
*/
/* line 11, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar.slider-wrapper {
  position: relative;
  border: 1px solid #333;
  overflow: hidden;
}

/* line 16, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivoSlider {
  position: relative;
  background: #fff url(https://assets.jawaker.com/assets/nivo-slider/loading.gif) no-repeat 50% 50%;
}

/* line 20, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 26, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivoSlider a {
  border: 0;
  display: block;
}

/* line 31, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 30px;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #333;
  background: #333;
  background: -moz-linear-gradient(top, #565656 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #565656 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #565656 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #565656 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #565656 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 55, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(https://assets.jawaker.com/assets/nivo-slider/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 5px 2px 0 2px;
}

/* line 64, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 68, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-directionNav a {
  display: block;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  top: auto;
  bottom: 10px;
  z-index: 11;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 85, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar a.nivo-nextNav {
  right: 15px;
  opacity: 1;
}

/* line 89, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar a.nivo-prevNav {
  left: 15px;
  opacity: 1;
}

/* line 93, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-directionNav a {
  color: #ddd;
}

/* line 95, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  bottom: 41px;
}

/* line 103, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 107, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-caption a:hover {
  color: #fff;
}

/* line 111, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 114, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 120, vendor/assets/stylesheets/nivo-slider-theme.css */
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* line 1, app/assets/stylesheets/vendor-patches/my-nivo-slider-theme.css */
.theme-bar .nivoSlider img {
  inset-inline-start: 0;
}

/* Control Nav */
/* line 6, app/assets/stylesheets/vendor-patches/my-nivo-slider-theme.css */
.theme-bar .nivo-controlNav {
  inset-inline-start: 0;
}

/* line 10, app/assets/stylesheets/vendor-patches/my-nivo-slider-theme.css */
.theme-bar a.nivo-nextNav {
  inset-inline-end: 15px;
}

/* line 14, app/assets/stylesheets/vendor-patches/my-nivo-slider-theme.css */
.theme-bar a.nivo-prevNav {
  inset-inline-start: 15px;
}

/* Caption */
/* line 19, app/assets/stylesheets/vendor-patches/my-nivo-slider-theme.css */
.theme-bar .nivo-caption {
  inset-block-end: 41px;
}

/* line 1, vendor/assets/stylesheets/flags.css */
.flag {
  width: 25px;
  height: 15px;
  background: url(https://assets.jawaker.com/assets/flags-b013ba91805e4b207dc5f9486153abd8ead5512fe5e31ac98f3b39e931c9303f.png) no-repeat;
}

/* line 7, vendor/assets/stylesheets/flags.css */
.flag.flag-ad {
  background-position: -25px 0;
}

/* line 8, vendor/assets/stylesheets/flags.css */
.flag.flag-ae {
  background-position: -50px 0;
}

/* line 9, vendor/assets/stylesheets/flags.css */
.flag.flag-af {
  background-position: -75px 0;
}

/* line 10, vendor/assets/stylesheets/flags.css */
.flag.flag-ag {
  background-position: -100px 0;
}

/* line 11, vendor/assets/stylesheets/flags.css */
.flag.flag-ai {
  background-position: -125px 0;
}

/* line 12, vendor/assets/stylesheets/flags.css */
.flag.flag-al {
  background-position: -150px 0;
}

/* line 13, vendor/assets/stylesheets/flags.css */
.flag.flag-am {
  background-position: -175px 0;
}

/* line 14, vendor/assets/stylesheets/flags.css */
.flag.flag-an {
  background-position: -200px 0;
}

/* line 15, vendor/assets/stylesheets/flags.css */
.flag.flag-ao {
  background-position: -225px 0;
}

/* line 16, vendor/assets/stylesheets/flags.css */
.flag.flag-ar {
  background-position: -250px 0;
}

/* line 17, vendor/assets/stylesheets/flags.css */
.flag.flag-as {
  background-position: -275px 0;
}

/* line 18, vendor/assets/stylesheets/flags.css */
.flag.flag-at {
  background-position: -300px 0;
}

/* line 19, vendor/assets/stylesheets/flags.css */
.flag.flag-au {
  background-position: -325px 0;
}

/* line 20, vendor/assets/stylesheets/flags.css */
.flag.flag-aw {
  background-position: -350px 0;
}

/* line 21, vendor/assets/stylesheets/flags.css */
.flag.flag-az {
  background-position: -375px 0;
}

/* line 22, vendor/assets/stylesheets/flags.css */
.flag.flag-ba {
  background-position: 0 -15px;
}

/* line 23, vendor/assets/stylesheets/flags.css */
.flag.flag-bb {
  background-position: -25px -15px;
}

/* line 24, vendor/assets/stylesheets/flags.css */
.flag.flag-bd {
  background-position: -50px -15px;
}

/* line 25, vendor/assets/stylesheets/flags.css */
.flag.flag-be {
  background-position: -75px -15px;
}

/* line 26, vendor/assets/stylesheets/flags.css */
.flag.flag-bf {
  background-position: -100px -15px;
}

/* line 27, vendor/assets/stylesheets/flags.css */
.flag.flag-bg {
  background-position: -125px -15px;
}

/* line 28, vendor/assets/stylesheets/flags.css */
.flag.flag-bh {
  background-position: -150px -15px;
}

/* line 29, vendor/assets/stylesheets/flags.css */
.flag.flag-bi {
  background-position: -175px -15px;
}

/* line 30, vendor/assets/stylesheets/flags.css */
.flag.flag-bj {
  background-position: -200px -15px;
}

/* line 31, vendor/assets/stylesheets/flags.css */
.flag.flag-bm {
  background-position: -225px -15px;
}

/* line 32, vendor/assets/stylesheets/flags.css */
.flag.flag-bn {
  background-position: -250px -15px;
}

/* line 33, vendor/assets/stylesheets/flags.css */
.flag.flag-bo {
  background-position: -275px -15px;
}

/* line 34, vendor/assets/stylesheets/flags.css */
.flag.flag-br {
  background-position: -300px -15px;
}

/* line 35, vendor/assets/stylesheets/flags.css */
.flag.flag-bs {
  background-position: -325px -15px;
}

/* line 36, vendor/assets/stylesheets/flags.css */
.flag.flag-bt {
  background-position: -350px -15px;
}

/* line 37, vendor/assets/stylesheets/flags.css */
.flag.flag-bv {
  background-position: -375px -15px;
}

/* line 38, vendor/assets/stylesheets/flags.css */
.flag.flag-bw {
  background-position: 0 -30px;
}

/* line 39, vendor/assets/stylesheets/flags.css */
.flag.flag-by {
  background-position: -25px -30px;
}

/* line 40, vendor/assets/stylesheets/flags.css */
.flag.flag-bz {
  background-position: -50px -30px;
}

/* line 41, vendor/assets/stylesheets/flags.css */
.flag.flag-ca {
  background-position: -75px -30px;
}

/* line 42, vendor/assets/stylesheets/flags.css */
.flag.flag-cd {
  background-position: -100px -30px;
}

/* line 43, vendor/assets/stylesheets/flags.css */
.flag.flag-cf {
  background-position: -125px -30px;
}

/* line 44, vendor/assets/stylesheets/flags.css */
.flag.flag-cg {
  background-position: -150px -30px;
}

/* line 45, vendor/assets/stylesheets/flags.css */
.flag.flag-ch {
  background-position: -175px -30px;
}

/* line 46, vendor/assets/stylesheets/flags.css */
.flag.flag-ci {
  background-position: -200px -30px;
}

/* line 47, vendor/assets/stylesheets/flags.css */
.flag.flag-ck {
  background-position: -225px -30px;
}

/* line 48, vendor/assets/stylesheets/flags.css */
.flag.flag-cl {
  background-position: -250px -30px;
}

/* line 49, vendor/assets/stylesheets/flags.css */
.flag.flag-cm {
  background-position: -275px -30px;
}

/* line 50, vendor/assets/stylesheets/flags.css */
.flag.flag-cn {
  background-position: -300px -30px;
}

/* line 51, vendor/assets/stylesheets/flags.css */
.flag.flag-co {
  background-position: -325px -30px;
}

/* line 52, vendor/assets/stylesheets/flags.css */
.flag.flag-cr {
  background-position: -350px -30px;
}

/* line 53, vendor/assets/stylesheets/flags.css */
.flag.flag-cu {
  background-position: -375px -30px;
}

/* line 54, vendor/assets/stylesheets/flags.css */
.flag.flag-cv {
  background-position: 0 -45px;
}

/* line 55, vendor/assets/stylesheets/flags.css */
.flag.flag-cy {
  background-position: -25px -45px;
}

/* line 56, vendor/assets/stylesheets/flags.css */
.flag.flag-cz {
  background-position: -50px -45px;
}

/* line 57, vendor/assets/stylesheets/flags.css */
.flag.flag-de {
  background-position: -75px -45px;
}

/* line 58, vendor/assets/stylesheets/flags.css */
.flag.flag-dj {
  background-position: -100px -45px;
}

/* line 59, vendor/assets/stylesheets/flags.css */
.flag.flag-dk {
  background-position: -125px -45px;
}

/* line 60, vendor/assets/stylesheets/flags.css */
.flag.flag-dm {
  background-position: -150px -45px;
}

/* line 61, vendor/assets/stylesheets/flags.css */
.flag.flag-do {
  background-position: -175px -45px;
}

/* line 62, vendor/assets/stylesheets/flags.css */
.flag.flag-dz {
  background-position: -200px -45px;
}

/* line 63, vendor/assets/stylesheets/flags.css */
.flag.flag-ec {
  background-position: -225px -45px;
}

/* line 64, vendor/assets/stylesheets/flags.css */
.flag.flag-ee {
  background-position: -250px -45px;
}

/* line 65, vendor/assets/stylesheets/flags.css */
.flag.flag-eg {
  background-position: -275px -45px;
}

/* line 66, vendor/assets/stylesheets/flags.css */
.flag.flag-eh {
  background-position: -300px -45px;
}

/* line 67, vendor/assets/stylesheets/flags.css */
.flag.flag-er {
  background-position: -325px -45px;
}

/* line 68, vendor/assets/stylesheets/flags.css */
.flag.flag-es {
  background-position: -350px -45px;
}

/* line 69, vendor/assets/stylesheets/flags.css */
.flag.flag-et {
  background-position: -375px -45px;
}

/* line 70, vendor/assets/stylesheets/flags.css */
.flag.flag-eu {
  background-position: 0 -60px;
}

/* line 71, vendor/assets/stylesheets/flags.css */
.flag.flag-fi {
  background-position: -25px -60px;
}

/* line 72, vendor/assets/stylesheets/flags.css */
.flag.flag-fj {
  background-position: -50px -60px;
}

/* line 73, vendor/assets/stylesheets/flags.css */
.flag.flag-fk {
  background-position: -75px -60px;
}

/* line 74, vendor/assets/stylesheets/flags.css */
.flag.flag-fm {
  background-position: -100px -60px;
}

/* line 75, vendor/assets/stylesheets/flags.css */
.flag.flag-fo {
  background-position: -125px -60px;
}

/* line 76, vendor/assets/stylesheets/flags.css */
.flag.flag-fr {
  background-position: -150px -60px;
}

/* line 77, vendor/assets/stylesheets/flags.css */
.flag.flag-ga {
  background-position: -175px -60px;
}

/* line 78, vendor/assets/stylesheets/flags.css */
.flag.flag-gb {
  background-position: -200px -60px;
}

/* line 79, vendor/assets/stylesheets/flags.css */
.flag.flag-gd {
  background-position: -225px -60px;
}

/* line 80, vendor/assets/stylesheets/flags.css */
.flag.flag-ge {
  background-position: -250px -60px;
}

/* line 81, vendor/assets/stylesheets/flags.css */
.flag.flag-gf {
  background-position: -275px -60px;
}

/* line 82, vendor/assets/stylesheets/flags.css */
.flag.flag-gg {
  background-position: -300px -60px;
}

/* line 83, vendor/assets/stylesheets/flags.css */
.flag.flag-gh {
  background-position: -325px -60px;
}

/* line 84, vendor/assets/stylesheets/flags.css */
.flag.flag-gi {
  background-position: -350px -60px;
}

/* line 85, vendor/assets/stylesheets/flags.css */
.flag.flag-gl {
  background-position: -375px -60px;
}

/* line 86, vendor/assets/stylesheets/flags.css */
.flag.flag-gm {
  background-position: 0 -75px;
}

/* line 87, vendor/assets/stylesheets/flags.css */
.flag.flag-gn {
  background-position: -25px -75px;
}

/* line 88, vendor/assets/stylesheets/flags.css */
.flag.flag-gp {
  background-position: -50px -75px;
}

/* line 89, vendor/assets/stylesheets/flags.css */
.flag.flag-gq {
  background-position: -75px -75px;
}

/* line 90, vendor/assets/stylesheets/flags.css */
.flag.flag-gr {
  background-position: -100px -75px;
}

/* line 91, vendor/assets/stylesheets/flags.css */
.flag.flag-gs {
  background-position: -125px -75px;
}

/* line 92, vendor/assets/stylesheets/flags.css */
.flag.flag-gt {
  background-position: -150px -75px;
}

/* line 93, vendor/assets/stylesheets/flags.css */
.flag.flag-gu {
  background-position: -175px -75px;
}

/* line 94, vendor/assets/stylesheets/flags.css */
.flag.flag-gw {
  background-position: -200px -75px;
}

/* line 95, vendor/assets/stylesheets/flags.css */
.flag.flag-gy {
  background-position: -225px -75px;
}

/* line 96, vendor/assets/stylesheets/flags.css */
.flag.flag-hk {
  background-position: -250px -75px;
}

/* line 97, vendor/assets/stylesheets/flags.css */
.flag.flag-hm {
  background-position: -275px -75px;
}

/* line 98, vendor/assets/stylesheets/flags.css */
.flag.flag-hn {
  background-position: -300px -75px;
}

/* line 99, vendor/assets/stylesheets/flags.css */
.flag.flag-hr {
  background-position: -325px -75px;
}

/* line 100, vendor/assets/stylesheets/flags.css */
.flag.flag-ht {
  background-position: -350px -75px;
}

/* line 101, vendor/assets/stylesheets/flags.css */
.flag.flag-hu {
  background-position: -375px -75px;
}

/* line 102, vendor/assets/stylesheets/flags.css */
.flag.flag-id {
  background-position: 0 -90px;
}

/* line 103, vendor/assets/stylesheets/flags.css */
.flag.flag-ie {
  background-position: -25px -90px;
}

/* .flag.flag-il {background-position: -50px -90px} */
/* line 105, vendor/assets/stylesheets/flags.css */
.flag.flag-in {
  background-position: -75px -90px;
}

/* line 106, vendor/assets/stylesheets/flags.css */
.flag.flag-io {
  background-position: -100px -90px;
}

/* line 107, vendor/assets/stylesheets/flags.css */
.flag.flag-iq {
  background-position: -125px -90px;
}

/* line 108, vendor/assets/stylesheets/flags.css */
.flag.flag-ir {
  background-position: -150px -90px;
}

/* line 109, vendor/assets/stylesheets/flags.css */
.flag.flag-is {
  background-position: -175px -90px;
}

/* line 110, vendor/assets/stylesheets/flags.css */
.flag.flag-it {
  background-position: -200px -90px;
}

/* line 111, vendor/assets/stylesheets/flags.css */
.flag.flag-je {
  background-position: -225px -90px;
}

/* line 112, vendor/assets/stylesheets/flags.css */
.flag.flag-jm {
  background-position: -250px -90px;
}

/* line 113, vendor/assets/stylesheets/flags.css */
.flag.flag-jo {
  background-position: -275px -90px;
}

/* line 114, vendor/assets/stylesheets/flags.css */
.flag.flag-jp {
  background-position: -300px -90px;
}

/* line 115, vendor/assets/stylesheets/flags.css */
.flag.flag-ke {
  background-position: -325px -90px;
}

/* line 116, vendor/assets/stylesheets/flags.css */
.flag.flag-kg {
  background-position: -350px -90px;
}

/* line 117, vendor/assets/stylesheets/flags.css */
.flag.flag-kh {
  background-position: -375px -90px;
}

/* line 118, vendor/assets/stylesheets/flags.css */
.flag.flag-ki {
  background-position: 0 -105px;
}

/* line 119, vendor/assets/stylesheets/flags.css */
.flag.flag-km {
  background-position: -25px -105px;
}

/* line 120, vendor/assets/stylesheets/flags.css */
.flag.flag-kn {
  background-position: -50px -105px;
}

/* line 121, vendor/assets/stylesheets/flags.css */
.flag.flag-kp {
  background-position: -75px -105px;
}

/* line 122, vendor/assets/stylesheets/flags.css */
.flag.flag-kr {
  background-position: -100px -105px;
}

/* line 123, vendor/assets/stylesheets/flags.css */
.flag.flag-kw {
  background-position: -125px -105px;
}

/* line 124, vendor/assets/stylesheets/flags.css */
.flag.flag-ky {
  background-position: -150px -105px;
}

/* line 125, vendor/assets/stylesheets/flags.css */
.flag.flag-kz {
  background-position: -175px -105px;
}

/* line 126, vendor/assets/stylesheets/flags.css */
.flag.flag-la {
  background-position: -200px -105px;
}

/* line 127, vendor/assets/stylesheets/flags.css */
.flag.flag-lb {
  background-position: -225px -105px;
}

/* line 128, vendor/assets/stylesheets/flags.css */
.flag.flag-lc {
  background-position: -250px -105px;
}

/* line 129, vendor/assets/stylesheets/flags.css */
.flag.flag-li {
  background-position: -275px -105px;
}

/* line 130, vendor/assets/stylesheets/flags.css */
.flag.flag-lk {
  background-position: -300px -105px;
}

/* line 131, vendor/assets/stylesheets/flags.css */
.flag.flag-lr {
  background-position: -325px -105px;
}

/* line 132, vendor/assets/stylesheets/flags.css */
.flag.flag-ls {
  background-position: -350px -105px;
}

/* line 133, vendor/assets/stylesheets/flags.css */
.flag.flag-lt {
  background-position: -375px -105px;
}

/* line 134, vendor/assets/stylesheets/flags.css */
.flag.flag-lu {
  background-position: 0 -120px;
}

/* line 135, vendor/assets/stylesheets/flags.css */
.flag.flag-lv {
  background-position: -25px -120px;
}

/* line 136, vendor/assets/stylesheets/flags.css */
.flag.flag-ly {
  background-position: -50px -120px;
}

/* line 137, vendor/assets/stylesheets/flags.css */
.flag.flag-ma {
  background-position: -75px -120px;
}

/* line 138, vendor/assets/stylesheets/flags.css */
.flag.flag-mc {
  background-position: -100px -120px;
}

/* line 139, vendor/assets/stylesheets/flags.css */
.flag.flag-md {
  background-position: -125px -120px;
}

/* line 140, vendor/assets/stylesheets/flags.css */
.flag.flag-me {
  background-position: -150px -120px;
}

/* line 141, vendor/assets/stylesheets/flags.css */
.flag.flag-mg {
  background-position: -175px -120px;
}

/* line 142, vendor/assets/stylesheets/flags.css */
.flag.flag-mh {
  background-position: -200px -120px;
}

/* line 143, vendor/assets/stylesheets/flags.css */
.flag.flag-mk {
  background-position: -225px -120px;
}

/* line 144, vendor/assets/stylesheets/flags.css */
.flag.flag-ml {
  background-position: -250px -120px;
}

/* line 145, vendor/assets/stylesheets/flags.css */
.flag.flag-mm {
  background-position: -275px -120px;
}

/* line 146, vendor/assets/stylesheets/flags.css */
.flag.flag-mn {
  background-position: -300px -120px;
}

/* line 147, vendor/assets/stylesheets/flags.css */
.flag.flag-mo {
  background-position: -325px -120px;
}

/* line 148, vendor/assets/stylesheets/flags.css */
.flag.flag-mp {
  background-position: -350px -120px;
}

/* line 149, vendor/assets/stylesheets/flags.css */
.flag.flag-mq {
  background-position: -375px -120px;
}

/* line 150, vendor/assets/stylesheets/flags.css */
.flag.flag-mr {
  background-position: 0 -135px;
}

/* line 151, vendor/assets/stylesheets/flags.css */
.flag.flag-ms {
  background-position: -25px -135px;
}

/* line 152, vendor/assets/stylesheets/flags.css */
.flag.flag-mt {
  background-position: -50px -135px;
}

/* line 153, vendor/assets/stylesheets/flags.css */
.flag.flag-mu {
  background-position: -75px -135px;
}

/* line 154, vendor/assets/stylesheets/flags.css */
.flag.flag-mv {
  background-position: -100px -135px;
}

/* line 155, vendor/assets/stylesheets/flags.css */
.flag.flag-mw {
  background-position: -125px -135px;
}

/* line 156, vendor/assets/stylesheets/flags.css */
.flag.flag-mx {
  background-position: -150px -135px;
}

/* line 157, vendor/assets/stylesheets/flags.css */
.flag.flag-my {
  background-position: -175px -135px;
}

/* line 158, vendor/assets/stylesheets/flags.css */
.flag.flag-mz {
  background-position: -200px -135px;
}

/* line 159, vendor/assets/stylesheets/flags.css */
.flag.flag-na {
  background-position: -225px -135px;
}

/* line 160, vendor/assets/stylesheets/flags.css */
.flag.flag-nc {
  background-position: -250px -135px;
}

/* line 161, vendor/assets/stylesheets/flags.css */
.flag.flag-ne {
  background-position: -275px -135px;
}

/* line 162, vendor/assets/stylesheets/flags.css */
.flag.flag-nf {
  background-position: -300px -135px;
}

/* line 163, vendor/assets/stylesheets/flags.css */
.flag.flag-ng {
  background-position: -325px -135px;
}

/* line 164, vendor/assets/stylesheets/flags.css */
.flag.flag-ni {
  background-position: -350px -135px;
}

/* line 165, vendor/assets/stylesheets/flags.css */
.flag.flag-nl {
  background-position: -375px -135px;
}

/* line 166, vendor/assets/stylesheets/flags.css */
.flag.flag-no {
  background-position: 0 -150px;
}

/* line 167, vendor/assets/stylesheets/flags.css */
.flag.flag-np {
  background-position: -25px -150px;
}

/* line 168, vendor/assets/stylesheets/flags.css */
.flag.flag-nr {
  background-position: -50px -150px;
}

/* line 169, vendor/assets/stylesheets/flags.css */
.flag.flag-nu {
  background-position: -75px -150px;
}

/* line 170, vendor/assets/stylesheets/flags.css */
.flag.flag-nz {
  background-position: -100px -150px;
}

/* line 171, vendor/assets/stylesheets/flags.css */
.flag.flag-om {
  background-position: -125px -150px;
}

/* line 172, vendor/assets/stylesheets/flags.css */
.flag.flag-pa {
  background-position: -150px -150px;
}

/* line 173, vendor/assets/stylesheets/flags.css */
.flag.flag-pe {
  background-position: -175px -150px;
}

/* line 174, vendor/assets/stylesheets/flags.css */
.flag.flag-pf {
  background-position: -200px -150px;
}

/* line 175, vendor/assets/stylesheets/flags.css */
.flag.flag-pg {
  background-position: -225px -150px;
}

/* line 176, vendor/assets/stylesheets/flags.css */
.flag.flag-ph {
  background-position: -250px -150px;
}

/* line 177, vendor/assets/stylesheets/flags.css */
.flag.flag-pk {
  background-position: -275px -150px;
}

/* line 178, vendor/assets/stylesheets/flags.css */
.flag.flag-pl {
  background-position: -300px -150px;
}

/* line 179, vendor/assets/stylesheets/flags.css */
.flag.flag-pm {
  background-position: -325px -150px;
}

/* line 180, vendor/assets/stylesheets/flags.css */
.flag.flag-pn {
  background-position: -350px -150px;
}

/* line 181, vendor/assets/stylesheets/flags.css */
.flag.flag-pr {
  background-position: -375px -150px;
}

/* line 182, vendor/assets/stylesheets/flags.css */
.flag.flag-ps {
  background-position: 0 -165px;
}

/* line 183, vendor/assets/stylesheets/flags.css */
.flag.flag-pt {
  background-position: -25px -165px;
}

/* line 184, vendor/assets/stylesheets/flags.css */
.flag.flag-pw {
  background-position: -50px -165px;
}

/* line 185, vendor/assets/stylesheets/flags.css */
.flag.flag-py {
  background-position: -75px -165px;
}

/* line 186, vendor/assets/stylesheets/flags.css */
.flag.flag-qa {
  background-position: -100px -165px;
}

/* line 187, vendor/assets/stylesheets/flags.css */
.flag.flag-re {
  background-position: -125px -165px;
}

/* line 188, vendor/assets/stylesheets/flags.css */
.flag.flag-ro {
  background-position: -150px -165px;
}

/* line 189, vendor/assets/stylesheets/flags.css */
.flag.flag-rs {
  background-position: -175px -165px;
}

/* line 190, vendor/assets/stylesheets/flags.css */
.flag.flag-ru {
  background-position: -200px -165px;
}

/* line 191, vendor/assets/stylesheets/flags.css */
.flag.flag-rw {
  background-position: -225px -165px;
}

/* line 192, vendor/assets/stylesheets/flags.css */
.flag.flag-sa {
  background-position: -250px -165px;
}

/* line 193, vendor/assets/stylesheets/flags.css */
.flag.flag-sb {
  background-position: -275px -165px;
}

/* line 194, vendor/assets/stylesheets/flags.css */
.flag.flag-sc {
  background-position: -300px -165px;
}

/* line 195, vendor/assets/stylesheets/flags.css */
.flag.flag-sd {
  background-position: -325px -165px;
}

/* line 196, vendor/assets/stylesheets/flags.css */
.flag.flag-se {
  background-position: -350px -165px;
}

/* line 197, vendor/assets/stylesheets/flags.css */
.flag.flag-sg {
  background-position: -375px -165px;
}

/* line 198, vendor/assets/stylesheets/flags.css */
.flag.flag-sh {
  background-position: 0 -180px;
}

/* line 199, vendor/assets/stylesheets/flags.css */
.flag.flag-si {
  background-position: -25px -180px;
}

/* line 200, vendor/assets/stylesheets/flags.css */
.flag.flag-sk {
  background-position: -50px -180px;
}

/* line 201, vendor/assets/stylesheets/flags.css */
.flag.flag-sl {
  background-position: -75px -180px;
}

/* line 202, vendor/assets/stylesheets/flags.css */
.flag.flag-sm {
  background-position: -100px -180px;
}

/* line 203, vendor/assets/stylesheets/flags.css */
.flag.flag-sn {
  background-position: -125px -180px;
}

/* line 204, vendor/assets/stylesheets/flags.css */
.flag.flag-so {
  background-position: -150px -180px;
}

/* line 205, vendor/assets/stylesheets/flags.css */
.flag.flag-sr {
  background-position: -175px -180px;
}

/* line 206, vendor/assets/stylesheets/flags.css */
.flag.flag-st {
  background-position: -200px -180px;
}

/* line 207, vendor/assets/stylesheets/flags.css */
.flag.flag-sv {
  background-position: -225px -180px;
}

/* line 208, vendor/assets/stylesheets/flags.css */
.flag.flag-sy {
  background-position: -250px -180px;
}

/* line 209, vendor/assets/stylesheets/flags.css */
.flag.flag-sz {
  background-position: -275px -180px;
}

/* line 210, vendor/assets/stylesheets/flags.css */
.flag.flag-tc {
  background-position: -300px -180px;
}

/* line 211, vendor/assets/stylesheets/flags.css */
.flag.flag-td {
  background-position: -325px -180px;
}

/* line 212, vendor/assets/stylesheets/flags.css */
.flag.flag-tf {
  background-position: -350px -180px;
}

/* line 213, vendor/assets/stylesheets/flags.css */
.flag.flag-tg {
  background-position: -375px -180px;
}

/* line 214, vendor/assets/stylesheets/flags.css */
.flag.flag-th {
  background-position: 0 -195px;
}

/* line 215, vendor/assets/stylesheets/flags.css */
.flag.flag-tj {
  background-position: -25px -195px;
}

/* line 216, vendor/assets/stylesheets/flags.css */
.flag.flag-tk {
  background-position: -50px -195px;
}

/* line 217, vendor/assets/stylesheets/flags.css */
.flag.flag-tl {
  background-position: -75px -195px;
}

/* line 218, vendor/assets/stylesheets/flags.css */
.flag.flag-tm {
  background-position: -100px -195px;
}

/* line 219, vendor/assets/stylesheets/flags.css */
.flag.flag-tn {
  background-position: -125px -195px;
}

/* line 220, vendor/assets/stylesheets/flags.css */
.flag.flag-to {
  background-position: -150px -195px;
}

/* line 221, vendor/assets/stylesheets/flags.css */
.flag.flag-tr {
  background-position: -175px -195px;
}

/* line 222, vendor/assets/stylesheets/flags.css */
.flag.flag-tt {
  background-position: -200px -195px;
}

/* line 223, vendor/assets/stylesheets/flags.css */
.flag.flag-tv {
  background-position: -225px -195px;
}

/* line 224, vendor/assets/stylesheets/flags.css */
.flag.flag-tw {
  background-position: -250px -195px;
}

/* line 225, vendor/assets/stylesheets/flags.css */
.flag.flag-tz {
  background-position: -275px -195px;
}

/* line 226, vendor/assets/stylesheets/flags.css */
.flag.flag-ua {
  background-position: -300px -195px;
}

/* line 227, vendor/assets/stylesheets/flags.css */
.flag.flag-ug {
  background-position: -325px -195px;
}

/* line 228, vendor/assets/stylesheets/flags.css */
.flag.flag-um {
  background-position: -350px -195px;
}

/* line 229, vendor/assets/stylesheets/flags.css */
.flag.flag-us {
  background-position: -375px -195px;
}

/* line 230, vendor/assets/stylesheets/flags.css */
.flag.flag-uy {
  background-position: 0 -210px;
}

/* line 231, vendor/assets/stylesheets/flags.css */
.flag.flag-uz {
  background-position: -25px -210px;
}

/* line 232, vendor/assets/stylesheets/flags.css */
.flag.flag-va {
  background-position: -50px -210px;
}

/* line 233, vendor/assets/stylesheets/flags.css */
.flag.flag-vc {
  background-position: -75px -210px;
}

/* line 234, vendor/assets/stylesheets/flags.css */
.flag.flag-ve {
  background-position: -100px -210px;
}

/* line 235, vendor/assets/stylesheets/flags.css */
.flag.flag-vg {
  background-position: -125px -210px;
}

/* line 236, vendor/assets/stylesheets/flags.css */
.flag.flag-vi {
  background-position: -150px -210px;
}

/* line 237, vendor/assets/stylesheets/flags.css */
.flag.flag-vn {
  background-position: -175px -210px;
}

/* line 238, vendor/assets/stylesheets/flags.css */
.flag.flag-vu {
  background-position: -200px -210px;
}

/* line 239, vendor/assets/stylesheets/flags.css */
.flag.flag-wf {
  background-position: -225px -210px;
}

/* line 240, vendor/assets/stylesheets/flags.css */
.flag.flag-ws {
  background-position: -250px -210px;
}

/* line 241, vendor/assets/stylesheets/flags.css */
.flag.flag-ye {
  background-position: -275px -210px;
}

/* line 242, vendor/assets/stylesheets/flags.css */
.flag.flag-yt {
  background-position: -300px -210px;
}

/* line 243, vendor/assets/stylesheets/flags.css */
.flag.flag-za {
  background-position: -325px -210px;
}

/* line 244, vendor/assets/stylesheets/flags.css */
.flag.flag-zm {
  background-position: -350px -210px;
}

/* line 245, vendor/assets/stylesheets/flags.css */
.flag.flag-zw {
  background-position: -375px -210px;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  position: relative;
  padding-top: 15px;
  padding-inline-end: 50px;
  padding-bottom: 15px;
  padding-inline-start: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .alert {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .alert {
  background-position: right top;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert .close {
  background-repeat: no-repeat;
  background-image: url(https://assets.jawaker.com/assets/sprite-8a5f96e650cf757713da80b77b20be2318a1a78f3f9a17170ded905f1ab71525.png);
  background-position: -641px top;
  width: 11px;
  height: 12px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  inset-inline-end: 6px;
  font-size: 24px;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert .close:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert strong {
  -webkit-font-smoothing: antialiased;
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert p {
  margin: 0;
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert.top {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert.bottom {
  margin-top: 30px;
  margin-bottom: -10px;
}

/* line 1, app/assets/stylesheets/modules/alert.css.sass */
.alert-heading {
  -webkit-font-smoothing: antialiased;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 22px;
}

/* Buttons */
/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn, .modal-body a.btn, .modal-footer a.btn {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 34px;
  padding: 0 12px;
  line-height: 34px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  color: #CDCBC0;
  border: 1px solid #242323;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
  background: url(https://assets.jawaker.com/assets/modules/btn/btnSmall-70b6230328e6ea4c00ab57c046b19d1d883bbf87ac60d32864ee2e79b2915ac6.png) repeat-x left top;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .btn, .ie7 .modal-body a.btn, .ie7 .modal-footer a.btn {
  display: inline;
  zoom: 1;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn, [dir="rtl"] .modal-body a.btn, [dir="rtl"] .modal-footer a.btn {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn .caret, .modal-body a.btn .caret, .modal-footer a.btn .caret {
  margin-top: 15px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn .icon, .modal-body a.btn .icon, .modal-footer a.btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-inline-end: 10px;
  padding: 0;
  vertical-align: middle;
  background: url(https://assets.jawaker.com/assets/modules/btn/btnIcons-c1e54c61566fef8248247d84c4f56bf5124dc9f19ce26cc3b24011e18cc3fd42.png) no-repeat left top;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .btn .icon, .ie7 .modal-body a.btn .icon, .ie7 .modal-footer a.btn .icon {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.webkit .btn .icon, .webkit .modal-body a.btn .icon, .webkit .modal-footer a.btn .icon {
  margin-top: -4px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.ie7 .btn .icon, .ie7 .modal-body a.btn .icon, .ie7 .modal-footer a.btn .icon {
  margin-top: -2px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn .progress-bar, .modal-body a.btn .progress-bar, .modal-footer a.btn .progress-bar {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  z-index: 1;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  border: none;
  background: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn .progress-bar, [dir="rtl"] .modal-body a.btn .progress-bar, [dir="rtl"] .modal-footer a.btn .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn .label, .modal-body a.btn .label, .modal-footer a.btn .label {
  z-index: 2;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn:hover, .modal-body a.btn:hover, .modal-footer a.btn:hover {
  color: #fff;
  background-position: 0 -34px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn:active, .modal-body a.btn:active, .modal-footer a.btn:active {
  color: #fff;
  background-position: 0 -68px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-primary, .modal-body a.btn.btn-primary, .modal-footer a.btn.btn-primary {
  color: #fff;
  background-position: 0 -102px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-primary:hover, .modal-body a.btn.btn-primary:hover, .modal-footer a.btn.btn-primary:hover {
  background-position: 0 -136px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-primary:active, .modal-body a.btn.btn-primary:active, .modal-footer a.btn.btn-primary:active {
  background-position: 0 -170px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-secondary, .modal-body a.btn.btn-secondary, .modal-footer a.btn.btn-secondary {
  color: #fff;
  background-position: 0 -204px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-secondary:hover, .modal-body a.btn.btn-secondary:hover, .modal-footer a.btn.btn-secondary:hover {
  background-position: 0 -238px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-secondary:active, .modal-body a.btn.btn-secondary:active, .modal-footer a.btn.btn-secondary:active {
  background-position: 0 -272px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-translucent, .modal-body a.btn.btn-translucent, .modal-footer a.btn.btn-translucent {
  color: #fff;
  border: 1px solid #3D2B14;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-translucent, [dir="rtl"] .modal-body a.btn.btn-translucent, [dir="rtl"] .modal-footer a.btn.btn-translucent {
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-translucent:hover, .modal-body a.btn.btn-translucent:hover, .modal-footer a.btn.btn-translucent:hover {
  background-position: 0 -340px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-translucent:active, .modal-body a.btn.btn-translucent:active, .modal-footer a.btn.btn-translucent:active {
  background-position: 0 -374px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-alternate, .modal-body a.btn.btn-alternate, .modal-footer a.btn.btn-alternate {
  color: black;
  text-shadow: #EEE 0 1px 1px;
  background-position: 0 -408px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-alternate:hover, .modal-body a.btn.btn-alternate:hover, .modal-footer a.btn.btn-alternate:hover {
  background-position: 0 -442px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-alternate:active, .modal-body a.btn.btn-alternate:active, .modal-footer a.btn.btn-alternate:active {
  background-position: 0 -476px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-red, .modal-body a.btn.btn-red, .modal-footer a.btn.btn-red {
  color: #fff;
  background-position: 0 -510px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-red:hover, .modal-body a.btn.btn-red:hover, .modal-footer a.btn.btn-red:hover {
  background-position: 0 -544px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-red:active, .modal-body a.btn.btn-red:active, .modal-footer a.btn.btn-red:active {
  background-position: 0 -578px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-light, .modal-body a.btn.btn-light, .modal-footer a.btn.btn-light {
  color: #444;
  text-shadow: #fff 0 1px 0;
  border-color: #B6B4B2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F3F1));
  background: -moz-linear-gradient(top, #fff, #F5F3F1);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-light, [dir="rtl"] .modal-body a.btn.btn-light, [dir="rtl"] .modal-footer a.btn.btn-light {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-light:hover, .modal-body a.btn.btn-light:hover, .modal-footer a.btn.btn-light:hover {
  color: #222;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf8f6));
  background: -moz-linear-gradient(top, #fff, #faf8f6);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-light:active, .modal-body a.btn.btn-light:active, .modal-footer a.btn.btn-light:active {
  background: #f0eeec;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-small, .modal-body a.btn.btn-small, .modal-footer a.btn.btn-small {
  height: 28px;
  padding: 0 8px;
  line-height: 28px;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-small .icon, .modal-body a.btn.btn-small .icon, .modal-footer a.btn.btn-small .icon {
  margin-inline-end: 5px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-small .caret, .modal-body a.btn.btn-small .caret, .modal-footer a.btn.btn-small .caret {
  margin-top: 12px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny, .modal-body a.btn.btn-tiny, .modal-footer a.btn.btn-tiny {
  height: 24px;
  padding: 0 5px;
  line-height: 24px;
  font-size: 11px;
  background-position: 0 -5px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny:hover, .modal-body a.btn.btn-tiny:hover, .modal-footer a.btn.btn-tiny:hover {
  background-position: 0 -39px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny:active, .modal-body a.btn.btn-tiny:active, .modal-footer a.btn.btn-tiny:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: 0 -73px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-tiny:active, [dir="rtl"] .modal-body a.btn.btn-tiny:active, [dir="rtl"] .modal-footer a.btn.btn-tiny:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-primary, .modal-body a.btn.btn-tiny.btn-primary, .modal-footer a.btn.btn-tiny.btn-primary {
  color: #fff;
  background-position: 0 -107px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-tiny.btn-primary, [dir="rtl"] .modal-body a.btn.btn-tiny.btn-primary, [dir="rtl"] .modal-footer a.btn.btn-tiny.btn-primary {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-primary:hover, .modal-body a.btn.btn-tiny.btn-primary:hover, .modal-footer a.btn.btn-tiny.btn-primary:hover {
  background-position: 0 -141px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-primary:active, .modal-body a.btn.btn-tiny.btn-primary:active, .modal-footer a.btn.btn-tiny.btn-primary:active {
  background-position: 0 -175px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-secondary, .modal-body a.btn.btn-tiny.btn-secondary, .modal-footer a.btn.btn-tiny.btn-secondary {
  color: #fff;
  background-position: 0 -209px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-tiny.btn-secondary, [dir="rtl"] .modal-body a.btn.btn-tiny.btn-secondary, [dir="rtl"] .modal-footer a.btn.btn-tiny.btn-secondary {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-secondary:hover, .modal-body a.btn.btn-tiny.btn-secondary:hover, .modal-footer a.btn.btn-tiny.btn-secondary:hover {
  background-position: 0 -243px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-secondary:active, .modal-body a.btn.btn-tiny.btn-secondary:active, .modal-footer a.btn.btn-tiny.btn-secondary:active {
  background-position: 0 -277px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-translucent, .modal-body a.btn.btn-tiny.btn-translucent, .modal-footer a.btn.btn-tiny.btn-translucent {
  color: #fff;
  background-position: 0 -311px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-tiny.btn-translucent, [dir="rtl"] .modal-body a.btn.btn-tiny.btn-translucent, [dir="rtl"] .modal-footer a.btn.btn-tiny.btn-translucent {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-translucent:hover, .modal-body a.btn.btn-tiny.btn-translucent:hover, .modal-footer a.btn.btn-tiny.btn-translucent:hover {
  background-position: 0 -345px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-translucent:active, .modal-body a.btn.btn-tiny.btn-translucent:active, .modal-footer a.btn.btn-tiny.btn-translucent:active {
  background-position: 0 -379px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-alternate, .modal-body a.btn.btn-tiny.btn-alternate, .modal-footer a.btn.btn-tiny.btn-alternate {
  color: black;
  text-shadow: #EEE 0 1px 0;
  background-position: 0 -413px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-tiny.btn-alternate, [dir="rtl"] .modal-body a.btn.btn-tiny.btn-alternate, [dir="rtl"] .modal-footer a.btn.btn-tiny.btn-alternate {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-alternate:hover, .modal-body a.btn.btn-tiny.btn-alternate:hover, .modal-footer a.btn.btn-tiny.btn-alternate:hover {
  background-position: 0 -447px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-tiny.btn-alternate:active, .modal-body a.btn.btn-tiny.btn-alternate:active, .modal-footer a.btn.btn-tiny.btn-alternate:active {
  background-position: 0 -481px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big, .modal-body a.btn.btn-big, .modal-footer a.btn.btn-big {
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
  background-image: url(https://assets.jawaker.com/assets/modules/btn/btnBig-2153b4c2d166fb00cdc4dc442fb07f80465708d760a407b935500dcb7e64870a.png);
  background-position: 0 -5px;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big, [dir="rtl"] .modal-body a.btn.btn-big, [dir="rtl"] .modal-footer a.btn.btn-big {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.25);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big:hover, .modal-body a.btn.btn-big:hover, .modal-footer a.btn.btn-big:hover {
  background-position: 0 -55px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big:active, .modal-body a.btn.btn-big:active, .modal-footer a.btn.btn-big:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: 0 -105px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big:active, [dir="rtl"] .modal-body a.btn.btn-big:active, [dir="rtl"] .modal-footer a.btn.btn-big:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-primary, .modal-body a.btn.btn-big.btn-primary, .modal-footer a.btn.btn-big.btn-primary {
  color: #fff;
  background-position: 0 -155px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big.btn-primary, [dir="rtl"] .modal-body a.btn.btn-big.btn-primary, [dir="rtl"] .modal-footer a.btn.btn-big.btn-primary {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-primary:hover, .modal-body a.btn.btn-big.btn-primary:hover, .modal-footer a.btn.btn-big.btn-primary:hover {
  background-position: 0 -205px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-primary:active, .modal-body a.btn.btn-big.btn-primary:active, .modal-footer a.btn.btn-big.btn-primary:active {
  background-position: 0 -255px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-secondary, .modal-body a.btn.btn-big.btn-secondary, .modal-footer a.btn.btn-big.btn-secondary {
  color: #fff;
  background-position: 0 -305px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big.btn-secondary, [dir="rtl"] .modal-body a.btn.btn-big.btn-secondary, [dir="rtl"] .modal-footer a.btn.btn-big.btn-secondary {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-secondary:hover, .modal-body a.btn.btn-big.btn-secondary:hover, .modal-footer a.btn.btn-big.btn-secondary:hover {
  background-position: 0 -355px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-secondary:active, .modal-body a.btn.btn-big.btn-secondary:active, .modal-footer a.btn.btn-big.btn-secondary:active {
  background-position: 0 -405px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-translucent, .modal-body a.btn.btn-big.btn-translucent, .modal-footer a.btn.btn-big.btn-translucent {
  color: #fff;
  background-position: 0 -455px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big.btn-translucent, [dir="rtl"] .modal-body a.btn.btn-big.btn-translucent, [dir="rtl"] .modal-footer a.btn.btn-big.btn-translucent {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-translucent:hover, .modal-body a.btn.btn-big.btn-translucent:hover, .modal-footer a.btn.btn-big.btn-translucent:hover {
  background-position: 0 -505px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-translucent:active, .modal-body a.btn.btn-big.btn-translucent:active, .modal-footer a.btn.btn-big.btn-translucent:active {
  background-position: 0 -555px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-alternate, .modal-body a.btn.btn-big.btn-alternate, .modal-footer a.btn.btn-big.btn-alternate {
  color: black;
  text-shadow: #EEE 0 1px 0;
  background-position: 0 -605px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big.btn-alternate, [dir="rtl"] .modal-body a.btn.btn-big.btn-alternate, [dir="rtl"] .modal-footer a.btn.btn-big.btn-alternate {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-alternate:hover, .modal-body a.btn.btn-big.btn-alternate:hover, .modal-footer a.btn.btn-big.btn-alternate:hover {
  background-position: 0 -655px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-alternate:active, .modal-body a.btn.btn-big.btn-alternate:active, .modal-footer a.btn.btn-big.btn-alternate:active {
  background-position: 0 -705px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-red, .modal-body a.btn.btn-big.btn-red, .modal-footer a.btn.btn-big.btn-red {
  color: #fff;
  background-position: 0 -755px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.btn-big.btn-red, [dir="rtl"] .modal-body a.btn.btn-big.btn-red, [dir="rtl"] .modal-footer a.btn.btn-big.btn-red {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 0 4px rgba(255, 255, 255, 0.75);
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-red:hover, .modal-body a.btn.btn-big.btn-red:hover, .modal-footer a.btn.btn-big.btn-red:hover {
  background-position: 0 -805px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-big.btn-red:active, .modal-body a.btn.btn-big.btn-red:active, .modal-footer a.btn.btn-big.btn-red:active {
  background-position: 0 -855px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-full, .modal-body a.btn.btn-full, .modal-footer a.btn.btn-full {
  display: block;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-cordial-left, .modal-body a.btn.btn-cordial-left, .modal-footer a.btn.btn-cordial-left {
  width: 36%;
  text-align: center;
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.btn-cordial-right, .modal-body a.btn.btn-cordial-right, .modal-footer a.btn.btn-cordial-right {
  width: 36%;
  text-align: center;
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.fb-right, .modal-body a.btn.fb-right, .modal-footer a.btn.fb-right {
  margin-top: -10px;
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .modal-body a.btn.disabled, .modal-body a.btn[disabled], fieldset[disabled] .modal-body a.btn, .modal-footer a.btn.disabled, .modal-footer a.btn[disabled], fieldset[disabled] .modal-footer a.btn {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .btn.disabled, [dir="rtl"] .btn[disabled], [dir="rtl"] fieldset[disabled] .btn, [dir="rtl"] .modal-body a.btn.disabled, [dir="rtl"] .modal-body a.btn[disabled], [dir="rtl"] fieldset[disabled] .modal-body a.btn, [dir="rtl"] .modal-footer a.btn.disabled, [dir="rtl"] .modal-footer a.btn[disabled], [dir="rtl"] fieldset[disabled] .modal-footer a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button Groups */
/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn-group {
  position: relative;
  vertical-align: top;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .btn-group {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .btn-group {
  height: 1%;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn-group .btn {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn-group.pull-left {
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn-group.pull-right {
  float: inline-end;
  text-align: right;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.btn-group.pull-right .dropdown-menu {
  text-align: left;
}

/* Our Twitter-style button */
/* line 1, app/assets/stylesheets/modules/btn.css.sass */
body .btn-twitter, .modal-body .toolbar .btn-twitter {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.ie9 body .btn-twitter .btn-small, .ie9 .modal-body .toolbar .btn-twitter .btn-small {
  max-width: 150px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
body .btn-twitter > *, .modal-body .toolbar .btn-twitter > * {
  width: 100%;
  display: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
body .btn-twitter > :first-child, .modal-body .toolbar .btn-twitter > :first-child {
  display: block;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
body .btn-twitter:hover > *, .modal-body .toolbar .btn-twitter:hover > * {
  display: block;
  float: start;
  margin-top: -30px;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
body .btn-twitter:hover > :first-child, .modal-body .toolbar .btn-twitter:hover > :first-child {
  visibility: hidden;
  float: none;
  margin-top: 0;
}

/* Our sure-actions button */
/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.sure-actions.state-0 .state-1, .sure-actions.state-0 .state-2 {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.sure-actions.state-1 .state-0, .sure-actions.state-1 .state-2 {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/btn.css.sass */
.sure-actions.state-2 .state-0, .sure-actions.state-2 .state-1 {
  display: none;
}

/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card {
  display: inline-block;
  position: relative;
  height: 72px;
  width: 53px;
  margin-left: -26.5px;
  margin-top: -36px;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .card {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card .face, .card .back {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .card .face, [dir="rtl"] .card .back {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.modal .card .face, .modal .card .back {
  -webkit-backface-visibility: visible;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card .face {
  z-index: 1;
  border: 1px solid #666;
  background: #FDF5EC url(https://assets.jawaker.com/assets/games/new-cards-6064c6ae66b1feef0f42e4a674ef5a5f0712fcefa8df50466e87eed475641fd7.png);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card .face i {
  color: #353535;
  width: 42px;
  display: block;
  font-size: 18px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card .face span {
  color: #353535;
  width: 42px;
  display: block;
  font-size: 12px;
  text-align: center;
  margin: -20px 0 0 -8px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card .back {
  z-index: 2;
  border: 1px solid #77191A;
  background: #A92527;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.with-open-cards .card .back {
  z-index: 4;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.doubled .face {
  -webkit-box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
  -moz-box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
  box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .card.doubled .face {
  -webkit-box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
  -moz-box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
  box-shadow: 0 -3px 0 0 #A92527 inset, 0 3px 0 0 #A92527 inset;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.face-up .face, .face-up .card .face {
  z-index: 4;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.face-up .back, .face-up .card .back {
  z-index: 3;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.joker .face, .card.joker-red .face {
  background-position: 0 -1224px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.joker-black .face {
  background-position: -53px -1224px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.empty-card .face {
  background-position: -106px -1224px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-1 .face {
  background-position: 0px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-1 .face {
  background-position: 0px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-2 .face {
  background-position: 0px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-2 .face {
  background-position: 0px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-3 .face {
  background-position: 0px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-3 .face {
  background-position: 0px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-4 .face {
  background-position: 0px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-4 .face {
  background-position: 0px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-5 .face {
  background-position: 0px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-5 .face {
  background-position: 0px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-6 .face {
  background-position: 0px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-6 .face {
  background-position: 0px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-7 .face {
  background-position: 0px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-7 .face {
  background-position: 0px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-8 .face {
  background-position: 0px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-8 .face {
  background-position: 0px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-9 .face {
  background-position: 0px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-9 .face {
  background-position: 0px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-10 .face {
  background-position: 0px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-10 .face {
  background-position: 0px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-11 .face {
  background-position: 0px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-11 .face {
  background-position: 0px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-12 .face {
  background-position: 0px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-12 .face {
  background-position: 0px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-13 .face {
  background-position: 0px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-13 .face {
  background-position: 0px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-J .face {
  background-position: 0px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-J .face {
  background-position: 0px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-Q .face {
  background-position: 0px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-Q .face {
  background-position: 0px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-K .face {
  background-position: 0px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-K .face {
  background-position: 0px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.spade-A .face {
  background-position: 0px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.spade-A .face {
  background-position: 0px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-1 .face {
  background-position: -53px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-1 .face {
  background-position: -53px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-2 .face {
  background-position: -53px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-2 .face {
  background-position: -53px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-3 .face {
  background-position: -53px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-3 .face {
  background-position: -53px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-4 .face {
  background-position: -53px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-4 .face {
  background-position: -53px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-5 .face {
  background-position: -53px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-5 .face {
  background-position: -53px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-6 .face {
  background-position: -53px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-6 .face {
  background-position: -53px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-7 .face {
  background-position: -53px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-7 .face {
  background-position: -53px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-8 .face {
  background-position: -53px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-8 .face {
  background-position: -53px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-9 .face {
  background-position: -53px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-9 .face {
  background-position: -53px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-10 .face {
  background-position: -53px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-10 .face {
  background-position: -53px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-11 .face {
  background-position: -53px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-11 .face {
  background-position: -53px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-12 .face {
  background-position: -53px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-12 .face {
  background-position: -53px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-13 .face {
  background-position: -53px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-13 .face {
  background-position: -53px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-J .face {
  background-position: -53px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-J .face {
  background-position: -53px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-Q .face {
  background-position: -53px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-Q .face {
  background-position: -53px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-K .face {
  background-position: -53px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-K .face {
  background-position: -53px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.club-A .face {
  background-position: -53px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.club-A .face {
  background-position: -53px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-1 .face {
  background-position: -106px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-1 .face {
  background-position: -106px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-2 .face {
  background-position: -106px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-2 .face {
  background-position: -106px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-3 .face {
  background-position: -106px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-3 .face {
  background-position: -106px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-4 .face {
  background-position: -106px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-4 .face {
  background-position: -106px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-5 .face {
  background-position: -106px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-5 .face {
  background-position: -106px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-6 .face {
  background-position: -106px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-6 .face {
  background-position: -106px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-7 .face {
  background-position: -106px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-7 .face {
  background-position: -106px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-8 .face {
  background-position: -106px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-8 .face {
  background-position: -106px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-9 .face {
  background-position: -106px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-9 .face {
  background-position: -106px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-10 .face {
  background-position: -106px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-10 .face {
  background-position: -106px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-11 .face {
  background-position: -106px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-11 .face {
  background-position: -106px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-12 .face {
  background-position: -106px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-12 .face {
  background-position: -106px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-13 .face {
  background-position: -106px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-13 .face {
  background-position: -106px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-J .face {
  background-position: -106px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-J .face {
  background-position: -106px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-Q .face {
  background-position: -106px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-Q .face {
  background-position: -106px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-K .face {
  background-position: -106px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-K .face {
  background-position: -106px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.diamond-A .face {
  background-position: -106px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.diamond-A .face {
  background-position: -106px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-1 .face {
  background-position: -159px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-1 .face {
  background-position: -159px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-2 .face {
  background-position: -159px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-2 .face {
  background-position: -159px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-3 .face {
  background-position: -159px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-3 .face {
  background-position: -159px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-4 .face {
  background-position: -159px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-4 .face {
  background-position: -159px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-5 .face {
  background-position: -159px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-5 .face {
  background-position: -159px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-6 .face {
  background-position: -159px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-6 .face {
  background-position: -159px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-7 .face {
  background-position: -159px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-7 .face {
  background-position: -159px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-8 .face {
  background-position: -159px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-8 .face {
  background-position: -159px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-9 .face {
  background-position: -159px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-9 .face {
  background-position: -159px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-10 .face {
  background-position: -159px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-10 .face {
  background-position: -159px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-11 .face {
  background-position: -159px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-11 .face {
  background-position: -159px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-12 .face {
  background-position: -159px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-12 .face {
  background-position: -159px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-13 .face {
  background-position: -159px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-13 .face {
  background-position: -159px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-J .face {
  background-position: -159px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-J .face {
  background-position: -159px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-Q .face {
  background-position: -159px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-Q .face {
  background-position: -159px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-K .face {
  background-position: -159px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-K .face {
  background-position: -159px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.heart-A .face {
  background-position: -159px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.heart-A .face {
  background-position: -159px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-1 .face {
  background-position: -212px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-1 .face {
  background-position: -212px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-2 .face {
  background-position: -212px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-2 .face {
  background-position: -212px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-3 .face {
  background-position: -212px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-3 .face {
  background-position: -212px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-4 .face {
  background-position: -212px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-4 .face {
  background-position: -212px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-5 .face {
  background-position: -212px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-5 .face {
  background-position: -212px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-6 .face {
  background-position: -212px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-6 .face {
  background-position: -212px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-7 .face {
  background-position: -212px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-7 .face {
  background-position: -212px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-8 .face {
  background-position: -212px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-8 .face {
  background-position: -212px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-9 .face {
  background-position: -212px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-9 .face {
  background-position: -212px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-10 .face {
  background-position: -212px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-10 .face {
  background-position: -212px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-11 .face {
  background-position: -212px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-11 .face {
  background-position: -212px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-12 .face {
  background-position: -212px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-12 .face {
  background-position: -212px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-13 .face {
  background-position: -212px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-13 .face {
  background-position: -212px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-J .face {
  background-position: -212px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-J .face {
  background-position: -212px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-Q .face {
  background-position: -212px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-Q .face {
  background-position: -212px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-K .face {
  background-position: -212px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-K .face {
  background-position: -212px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-spade-A .face {
  background-position: -212px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-spade-A .face {
  background-position: -212px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-1 .face {
  background-position: -265px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-1 .face {
  background-position: -265px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-2 .face {
  background-position: -265px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-2 .face {
  background-position: -265px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-3 .face {
  background-position: -265px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-3 .face {
  background-position: -265px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-4 .face {
  background-position: -265px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-4 .face {
  background-position: -265px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-5 .face {
  background-position: -265px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-5 .face {
  background-position: -265px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-6 .face {
  background-position: -265px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-6 .face {
  background-position: -265px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-7 .face {
  background-position: -265px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-7 .face {
  background-position: -265px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-8 .face {
  background-position: -265px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-8 .face {
  background-position: -265px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-9 .face {
  background-position: -265px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-9 .face {
  background-position: -265px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-10 .face {
  background-position: -265px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-10 .face {
  background-position: -265px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-11 .face {
  background-position: -265px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-11 .face {
  background-position: -265px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-12 .face {
  background-position: -265px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-12 .face {
  background-position: -265px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-13 .face {
  background-position: -265px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-13 .face {
  background-position: -265px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-J .face {
  background-position: -265px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-J .face {
  background-position: -265px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-Q .face {
  background-position: -265px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-Q .face {
  background-position: -265px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-K .face {
  background-position: -265px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-K .face {
  background-position: -265px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-club-A .face {
  background-position: -265px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-club-A .face {
  background-position: -265px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-1 .face {
  background-position: -318px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-1 .face {
  background-position: -318px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-2 .face {
  background-position: -318px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-2 .face {
  background-position: -318px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-3 .face {
  background-position: -318px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-3 .face {
  background-position: -318px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-4 .face {
  background-position: -318px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-4 .face {
  background-position: -318px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-5 .face {
  background-position: -318px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-5 .face {
  background-position: -318px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-6 .face {
  background-position: -318px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-6 .face {
  background-position: -318px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-7 .face {
  background-position: -318px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-7 .face {
  background-position: -318px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-8 .face {
  background-position: -318px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-8 .face {
  background-position: -318px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-9 .face {
  background-position: -318px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-9 .face {
  background-position: -318px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-10 .face {
  background-position: -318px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-10 .face {
  background-position: -318px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-11 .face {
  background-position: -318px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-11 .face {
  background-position: -318px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-12 .face {
  background-position: -318px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-12 .face {
  background-position: -318px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-13 .face {
  background-position: -318px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-13 .face {
  background-position: -318px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-J .face {
  background-position: -318px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-J .face {
  background-position: -318px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-Q .face {
  background-position: -318px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-Q .face {
  background-position: -318px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-K .face {
  background-position: -318px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-K .face {
  background-position: -318px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-diamond-A .face {
  background-position: -318px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-diamond-A .face {
  background-position: -318px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-1 .face {
  background-position: -371px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-1 .face {
  background-position: -371px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-2 .face {
  background-position: -371px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-2 .face {
  background-position: -371px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-3 .face {
  background-position: -371px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-3 .face {
  background-position: -371px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-4 .face {
  background-position: -371px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-4 .face {
  background-position: -371px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-5 .face {
  background-position: -371px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-5 .face {
  background-position: -371px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-6 .face {
  background-position: -371px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-6 .face {
  background-position: -371px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-7 .face {
  background-position: -371px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-7 .face {
  background-position: -371px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-8 .face {
  background-position: -371px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-8 .face {
  background-position: -371px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-9 .face {
  background-position: -371px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-9 .face {
  background-position: -371px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-10 .face {
  background-position: -371px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-10 .face {
  background-position: -371px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-11 .face {
  background-position: -371px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-11 .face {
  background-position: -371px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-12 .face {
  background-position: -371px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-12 .face {
  background-position: -371px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-13 .face {
  background-position: -371px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-13 .face {
  background-position: -371px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-J .face {
  background-position: -371px -936px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-J .face {
  background-position: -371px -904px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-Q .face {
  background-position: -371px -1008px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-Q .face {
  background-position: -371px -976px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-K .face {
  background-position: -371px -1080px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-K .face {
  background-position: -371px -1048px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.card-icon-heart-A .face {
  background-position: -371px -1152px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.card-icon-heart-A .face {
  background-position: -371px -1120px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-1 .face {
  background-position: -424px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-1 .face {
  background-position: -424px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-2 .face {
  background-position: -424px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-2 .face {
  background-position: -424px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-3 .face {
  background-position: -424px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-3 .face {
  background-position: -424px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-4 .face {
  background-position: -424px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-4 .face {
  background-position: -424px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-5 .face {
  background-position: -424px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-5 .face {
  background-position: -424px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-6 .face {
  background-position: -424px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-6 .face {
  background-position: -424px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-7 .face {
  background-position: -424px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-7 .face {
  background-position: -424px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-8 .face {
  background-position: -424px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-8 .face {
  background-position: -424px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-9 .face {
  background-position: -424px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-9 .face {
  background-position: -424px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-10 .face {
  background-position: -424px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-10 .face {
  background-position: -424px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-11 .face {
  background-position: -424px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-11 .face {
  background-position: -424px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-12 .face {
  background-position: -424px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-12 .face {
  background-position: -424px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.nosuit-13 .face {
  background-position: -424px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.nosuit-13 .face {
  background-position: -424px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-1 .face {
  background-position: -477px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-1 .face {
  background-position: -477px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-2 .face {
  background-position: -477px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-2 .face {
  background-position: -477px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-3 .face {
  background-position: -477px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-3 .face {
  background-position: -477px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-4 .face {
  background-position: -477px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-4 .face {
  background-position: -477px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-5 .face {
  background-position: -477px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-5 .face {
  background-position: -477px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-6 .face {
  background-position: -477px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-6 .face {
  background-position: -477px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-7 .face {
  background-position: -477px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-7 .face {
  background-position: -477px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-8 .face {
  background-position: -477px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-8 .face {
  background-position: -477px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-9 .face {
  background-position: -477px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-9 .face {
  background-position: -477px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-10 .face {
  background-position: -477px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-10 .face {
  background-position: -477px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-11 .face {
  background-position: -477px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-11 .face {
  background-position: -477px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-12 .face {
  background-position: -477px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-12 .face {
  background-position: -477px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.denari-13 .face {
  background-position: -477px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.denari-13 .face {
  background-position: -477px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-1 .face {
  background-position: -530px 0px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-1 .face {
  background-position: -530px 32px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-2 .face {
  background-position: -530px -72px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-2 .face {
  background-position: -530px -40px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-3 .face {
  background-position: -530px -144px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-3 .face {
  background-position: -530px -112px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-4 .face {
  background-position: -530px -216px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-4 .face {
  background-position: -530px -184px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-5 .face {
  background-position: -530px -288px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-5 .face {
  background-position: -530px -256px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-6 .face {
  background-position: -530px -360px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-6 .face {
  background-position: -530px -328px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-7 .face {
  background-position: -530px -432px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-7 .face {
  background-position: -530px -400px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-8 .face {
  background-position: -530px -504px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-8 .face {
  background-position: -530px -472px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-9 .face {
  background-position: -530px -576px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-9 .face {
  background-position: -530px -544px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-10 .face {
  background-position: -530px -648px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-10 .face {
  background-position: -530px -616px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-11 .face {
  background-position: -530px -720px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-11 .face {
  background-position: -530px -688px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-12 .face {
  background-position: -530px -792px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-12 .face {
  background-position: -530px -760px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.card.ltoosh-13 .face {
  background-position: -530px -864px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.seat.bottom .card-icons .card.ltoosh-13 .face {
  background-position: -530px -832px;
}

/* line 1, app/assets/stylesheets/modules/card.css.sass */
.modal .card .face, .modal .card .back {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*!= end(no-rtl) */
/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile {
  height: 40px;
  width: 30px;
  margin-left: -4px;
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile .face, .tile .back {
  background: #FDF5EC url(https://assets.jawaker.com/assets/games/tiles-f15ca3f3e0beef50bce22233e79d95ff9a3cc011d470211f7428f42f318677cc.png);
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.joker .face, .tile.joker-red .face, .tile.joker-black .face {
  background-position: 0 -520px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.empty-card .face {
  background-position: -30px -520px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile .back {
  background-position: -30px -520px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-A .face {
  background-position: 0px 0px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-2 .face {
  background-position: 0px -40px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-3 .face {
  background-position: 0px -80px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-4 .face {
  background-position: 0px -120px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-5 .face {
  background-position: 0px -160px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-6 .face {
  background-position: 0px -200px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-7 .face {
  background-position: 0px -240px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-8 .face {
  background-position: 0px -280px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-9 .face {
  background-position: 0px -320px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-10 .face {
  background-position: 0px -360px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-J .face {
  background-position: 0px -400px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-Q .face {
  background-position: 0px -440px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.spade-K .face {
  background-position: 0px -480px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-A .face {
  background-position: -30px 0px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-2 .face {
  background-position: -30px -40px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-3 .face {
  background-position: -30px -80px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-4 .face {
  background-position: -30px -120px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-5 .face {
  background-position: -30px -160px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-6 .face {
  background-position: -30px -200px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-7 .face {
  background-position: -30px -240px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-8 .face {
  background-position: -30px -280px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-9 .face {
  background-position: -30px -320px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-10 .face {
  background-position: -30px -360px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-J .face {
  background-position: -30px -400px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-Q .face {
  background-position: -30px -440px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.club-K .face {
  background-position: -30px -480px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-A .face {
  background-position: -60px 0px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-2 .face {
  background-position: -60px -40px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-3 .face {
  background-position: -60px -80px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-4 .face {
  background-position: -60px -120px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-5 .face {
  background-position: -60px -160px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-6 .face {
  background-position: -60px -200px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-7 .face {
  background-position: -60px -240px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-8 .face {
  background-position: -60px -280px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-9 .face {
  background-position: -60px -320px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-10 .face {
  background-position: -60px -360px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-J .face {
  background-position: -60px -400px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-Q .face {
  background-position: -60px -440px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.diamond-K .face {
  background-position: -60px -480px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-A .face {
  background-position: -90px 0px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-2 .face {
  background-position: -90px -40px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-3 .face {
  background-position: -90px -80px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-4 .face {
  background-position: -90px -120px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-5 .face {
  background-position: -90px -160px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-6 .face {
  background-position: -90px -200px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-7 .face {
  background-position: -90px -240px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-8 .face {
  background-position: -90px -280px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-9 .face {
  background-position: -90px -320px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-10 .face {
  background-position: -90px -360px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-J .face {
  background-position: -90px -400px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-Q .face {
  background-position: -90px -440px;
}

/* line 1, app/assets/stylesheets/modules/tile.css.sass */
.tile.heart-K .face {
  background-position: -90px -480px;
}

/*!= end(no-rtl) */
/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-toolbar .tab-nav {
  min-height: 20px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-toolbar .tab-nav a.dropdown-toggle {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-toolbar .tab-nav .close {
  display: none;
  font-size: 12px;
  text-shadow: none;
  line-height: 20px;
  float: inline-start;
  padding-inline-end: 10px;
  color: white;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-toolbar .tab-nav.activity {
  border-color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.webkit #tab-chat .module-content {
  overflow: auto;
  padding-inline-end: 0;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-content .chat-player-status {
  color: red;
  display: none;
  padding-inline: 0 5px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer {
  padding-inline-end: 30px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer.no-smilies {
  padding-inline-end: 0;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer.no-smilies .smilies {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer.no-reporting textarea {
  display: block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer.no-reporting .report {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  display: inline-block;
  margin: 0;
  padding-block: 5px;
  padding-inline-start: 4px;
  padding-inline-end: 30px;
  font-size: 13px;
  resize: none;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .report {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .smilies {
  padding: 6px;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .smilies a {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .smilies .dropdown-menu {
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 100px;
  height: 120px;
  margin: -1px 0 0 0;
  border: none;
  background: #fff;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .smilies .dropdown-menu .caret {
  inset-inline-start: auto;
  inset-inline-end: 10px;
  border-bottom: none;
  border-top: 4px solid white;
  bottom: -4px;
  top: auto;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .sound {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  top: 5px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .sound a {
  display: block;
  margin: 6px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .module-footer form .sound a {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url(https://assets.jawaker.com/images/spritetest.png);
  background-position: -24px -219px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 16px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li {
  position: relative;
  color: #fff;
  border-top: 1px solid #2a2a2a;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li .timestamp {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: relative;
  top: 2px;
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li p {
  margin: 4px 0;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li p strong {
  -webkit-font-smoothing: antialiased;
  color: #919191;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li p strong.chat-support-msg {
  color: #CD1010;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li.current-player p strong {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li.message {
  margin: 0;
  padding: 0 8px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li.event {
  padding: 0 8px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat ul.messages li.event .timestamp {
  top: 50%;
  margin-top: -6px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#tab-chat .smiley {
  margin: 1px 4px;
}

/* Game Chat */
/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .separator {
  text-align: center;
  font-weight: bold;
  background-color: #191919;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .guest-welcome {
  display: block;
  position: relative;
  top: 16px;
  width: 245px;
  height: 785px;
  background: url(https://assets.jawaker.com/assets/application/welcome_side_banner-e0231e2795a0fb14534f466a59014479ff1bf16b0d559b305973ba1612ba7d3a.jpg) no-repeat top left;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .guest-welcome.ar {
  background: url(https://assets.jawaker.com/assets/application/welcome_side_banner_ar-2179a9b479b5f10b2790b0e1d2ba9529244a6de1b970a6c4e51fa5fdbfa7f093.jpg) no-repeat top left;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat {
  padding: 6px;
  margin-inline-start: 100px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat a {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu {
  position: absolute;
  inset-inline-start: auto;
  bottom: 50px;
  inset-inline-end: 0;
  width: 355px;
  border-radius: 22px;
  height: 300px;
  margin: 0 5px 0 0;
  border: none;
  background: url(https://assets.jawaker.com/assets/dark-box-chat-3e1ec7717967e460f674783c36cc5564d2d39f239a5417a244069bd64a48c59c.png) no-repeat;
  background-size: 355px 300px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis {
  margin: 12px;
  width: 45px;
  height: 45px;
  float: left;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis.face-happy {
  background: url(https://assets.jawaker.com/assets/face01-8ee41d9faa3c69b86b39fbeb8afa102c7776cbfc2762e0785d8f167ec48e1b93.png);
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis.face-sad {
  background: url(https://assets.jawaker.com/assets/face02-131cee4a8e65ebf391f45f8d08342d7b5382da4bcc080e37ac9ae44a350839e1.png);
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis.face-sd {
  background: url(https://assets.jawaker.com/assets/face03-ef025d751e75c73d79622c82a21884b9ec696ab841f133a55be58a44f38bd404.png);
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis.face-mad {
  background: url(https://assets.jawaker.com/assets/face04-27fec2fd9026a68662b92f38cc5968753f09f9d8281ae1f803acce9cdf0912e0.png);
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.emojis.face-wtf {
  background: url(https://assets.jawaker.com/assets/face05-a446cf4d1961f9f15271e0d1e9f5f5fda7b86472bf6f5db670484072863fb4ef.png);
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .simple-msg.texts {
  margin: 9px 10px 2px;
  text-align: center;
  overflow: hidden;
  width: 150px;
  float: left;
  border: solid 1px #1d1d1d;
  background-color: #1d1d1d;
  color: #ffc63d;
  font-weight: bold;
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 0 5px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .simple-chat .dropdown-menu .caret {
  inset-inline-start: auto;
  inset-inline-end: 10px;
  border-bottom: none;
  border-top: 4px solid white;
  bottom: -4px;
  top: auto;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .module-content {
  height: 275px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main #tab-online-friends .module-content {
  height: 309px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
#symposium-main .friends-loading {
  background-color: #191919;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.old-layout #symposium-main .module-content {
  height: 200px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.old-layout #symposium-main #tab-online-friends .module-content {
  height: 234px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 2px;
  background: url(https://assets.jawaker.com/assets/smilies-1afe301b70d2f7342818871a84261522aa90d6c0666c83a7e0a7cd264e312d35.png) no-repeat top left;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-blush {
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-confused {
  background-position: 0 -16px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-cool {
  background-position: 0 -32px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-cry {
  background-position: 0 -48px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-devil {
  background-position: 0 -64px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-happy {
  background-position: 0 -80px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-wink {
  background-position: 0 -96px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-heart {
  background-position: 0 -112px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-mad {
  background-position: 0 -128px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-sad {
  background-position: 0 -144px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-sd {
  background-position: 0 -160px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-sleep {
  background-position: 0 -176px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-so {
  background-position: 0 -192px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-tongue {
  background-position: 0 -208px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-wtf {
  background-position: 0 -224px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-nerd {
  background-position: 0 -240px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-laugh {
  background-position: 0 -256px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-angel {
  background-position: 0 -272px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-kiss {
  background-position: 0 -288px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.chat-icon-smiley.smiley-eek {
  background-position: 0 -304px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.room-link {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.room-link:hover {
  color: #428bca;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.report-chat-lb ul {
  list-style: none;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.report-chat-lb ul li {
  margin: 5px 5px 0 0;
  width: 240px;
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.report-chat-lb ul li .checkbox {
  vertical-align: middle;
  margin: 0 -4px;
}

/* line 1, app/assets/stylesheets/modules/chat.css.sass */
.report-chat-lb ul li .avatar {
  display: inline-block;
  width: 32px;
  margin: 0 10px;
  vertical-align: middle;
}

/* Dropdown Caret */
/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -9999px;
  vertical-align: top;
  border-inline-start: 4px solid transparent;
  border-inline-end: 4px solid transparent;
  border-top: 4px solid #fff;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "\2193";
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .caret {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.ie7 .caret {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
a:hover .caret {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.open .caret {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* Dropdowns */
/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  z-index: 1000;
  float: inline-start;
  min-width: 120px;
  padding: 5px;
  margin: 1px 0;
  list-style: none;
  border: 1px solid #191919;
  background: #3B3B3A;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B3B3A), to(#2E2E2E));
  background: -moz-linear-gradient(top, #3B3B3A, #2E2E2E);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .dropdown-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu .caret {
  position: absolute;
  top: -4px;
  inset-inline-start: 50%;
  margin-inline-start: -4px;
  border-top: none;
  border-bottom: 4px solid #191919;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
a:hover .dropdown-menu .caret {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.open .dropdown-menu .caret {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.open .dropdown-menu {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flush-right {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #191919;
  border-bottom: 1px solid #4F4F4E;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.ie7 .dropdown-menu .divider {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu li > a {
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 5px;
  clear: both;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu li > a:hover {
  color: #2E2E2E;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #E9C500;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C500), to(#ECB000));
  background: -moz-linear-gradient(top, #E9C500, #ECB000);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .dropdown-menu li > a:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu li > a.red-action:hover {
  background: #D93500;
  background: -webkit-gradient(linear, left top, left bottom, from(#D93500), to(#9C0000));
  background: -moz-linear-gradient(top, #D93500, #9C0000);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  background: #191919;
  text-shadow: none;
  -webkit-box-shadow: inset 0 0 2px #000;
  -moz-box-shadow: inset 0 0 2px #000;
  box-shadow: inset 0 0 2px #000;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .dropdown-menu .active > a, [dir="rtl"] .dropdown-menu .active > a:hover {
  -webkit-box-shadow: inset 0 0 2px #000;
  -moz-box-shadow: inset 0 0 2px #000;
  box-shadow: inset 0 0 2px #000;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout {
  min-width: 300px;
  margin-inline-start: -1px;
  padding: 0;
  text-align: start;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-shadow: none;
  border: none;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-header {
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  border-bottom: 1px solid #CECCBF;
  background: #F3F2F0;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body {
  overflow: auto;
  height: 320px;
  background: #F3F2F0;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .referrals-message {
  border: solid;
  text-align: center;
  padding: 1px;
  margin: 2px;
  font-weight: bold;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-message {
  padding: 5px;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-row {
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #CECDBE;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-row {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-row {
  height: 1%;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-row.highlighted {
  background: #F1EDC9;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-image {
  float: inline-start;
  width: 34px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-image img {
  width: 32px;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-image i {
  line-height: 34px;
  font-size: 20px;
  color: #ECB100;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-image .fa-lg:before {
  font-size: 1.333em;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content {
  margin-inline-start: 38px;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  clear: none;
  display: inline-block;
  padding: 0;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content > a:hover {
  color: #000;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content span a {
  color: black;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions {
  float: inline-end;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions a, .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions .btn {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions a, .ie7 .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions .btn {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions .secondary {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #888;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-content .flyout-list-actions .secondary:hover {
  color: #444;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link {
  cursor: pointer;
  display: block;
  padding: 5px;
  margin: -5px;
  line-height: 16px;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link {
  height: 1%;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link:hover {
  background: #fff;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link h5 {
  margin: 0;
  color: #333;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link h5 span {
  float: inline-end;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-body .flyout-list .flyout-list-link p {
  margin: 0;
  white-space: normal;
  font-weight: normal;
  color: #666;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown-menu.flyout .flyout-footer {
  line-height: 36px;
  background: #E2DED9;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown {
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown .btn {
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown .btn .caret {
  margin-top: 15px;
  margin-inline-start: 0;
}

/* line 1, app/assets/stylesheets/modules/dropdown.css.sass */
.dropdown .btn.dropdown-toggle {
  border-inline-start: none;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock {
  overflow: hidden;
  color: #FFFAEE;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  text-transform: uppercase;
  background: #343434;
  width: auto;
  float: inline-start;
  height: 25px;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock .label {
  float: inline-start;
  padding-block: 0;
  padding-inline-end: 15px;
  padding-inline-start: 5px;
  font-size: 14px;
  line-height: 25px;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.rtl .flip-clock .label {
  background-position: 100px 50%;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock .slot {
  float: inline-start;
  width: 32px;
  text-align: center;
  line-height: 25px;
  font-size: 23px;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  color: #FFFAEE;
  border-inline-start: 1px solid #938F88;
  border-inline-end: 1px solid #6F6C67;
  background: url(https://assets.jawaker.com/assets/home/counterSlotBg-3b85545966967618f5731868bd855cfaeaf5cd4caa63dc9569e2f2fa13e08127.png) repeat-x left center;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock .slot:first-child {
  border-inline-start: none;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.rtl .flip-clock .slot {
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock .fa-user {
  font-size: 20px;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock.flip-clock-alt {
  padding: 0;
  font-size: 0;
  line-height: 1;
  text-shadow: #191919 0 -1px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #191919;
  background: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .flip-clock.flip-clock-alt {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock.flip-clock-alt .label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-inline-start: 30px;
  padding-inline-end: 4px;
  font-size: 10px;
  line-height: 12px;
  border-top: 1px solid #4E4E4D;
  border-inline-start: 1px solid #4E4E4D;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.rtl .flip-clock.flip-clock-alt .label {
  background-position: 60px 50%;
}

/* line 1, app/assets/stylesheets/modules/flip_clock.css.sass */
.flip-clock.flip-clock-alt .slot {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38px;
  line-height: 32px;
  font-size: 20px;
  border-top: 1px solid #4E4E4D;
  border-inline-end-color: #191919;
  border-inline-start-color: #4E4E4D;
  background: none;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.close {
  float: inline-end;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal {
  position: fixed;
  top: 50%;
  inset-inline-start: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin-top: -250px;
  margin-inline-start: -280px;
  margin-bottom: 0;
  margin-inline-end: 0;
  border: 1px solid #1A1A1A;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .modal {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal.in {
  -webkit-animation: fadeIn 0.25s;
  -moz-animation: fadeIn 0.25s;
  -ms-animation: fadeIn 0.25s;
  -o-animation: fadeIn 0.25s;
  animation: fadeIn 0.25s;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal.modal-wide {
  width: 645px;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-header {
  -webkit-font-smoothing: antialiased;
  padding: 10px 15px;
  border-bottom: 1px solid #1A1A1A;
  background: #3B3B3A;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B3B3A), to(#2E2E2E));
  background: -moz-linear-gradient(top, #3B3B3A, #2E2E2E);
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-header .close {
  margin-top: 2px;
  color: #fff;
  text-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-body {
  overflow-y: auto;
  max-height: 470px;
  padding: 15px;
  color: #333;
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-form {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: end;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .modal-footer {
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.ie7 .modal-footer {
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer:before {
  display: table;
  content: "";
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer:after {
  display: table;
  content: "";
  clear: both;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer .instructions {
  float: inline-start;
  margin: 0;
  color: #999;
  font-size: 13px;
  line-height: 34px;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer .instructions .checkbox {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer .btn + .btn {
  margin-inline-start: 5px;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-footer .btn-group .btn + .btn {
  margin-inline-start: -1px;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-body a, .modal-footer a {
  color: #999;
}

/* line 1, app/assets/stylesheets/modules/modal.css.sass */
.modal-body a:hover, .modal-footer a:hover {
  color: #666;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination {
  height: 36px;
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .pagination ul {
  display: inline;
  zoom: 1;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .pagination ul {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li {
  display: inline;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li a {
  min-width: 16px;
  float: inline-start;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  color: #191919;
  text-shadow: rgba(255, 255, 255, 0.25) 0 1px 0;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #191919;
  border-inline-start-width: 0;
  -webkit-box-shadow: 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 1px #fff inset;
  box-shadow: 0 0 1px #fff inset;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .pagination ul li a {
  -webkit-box-shadow: 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 1px #fff inset;
  box-shadow: 0 0 1px #fff inset;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.no-rgba .pagination ul li a {
  background: #F5EDE4;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li a:hover {
  background: rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.5)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.no-rgba .pagination ul li a:hover {
  background: #fff;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li a:active {
  background: rgba(255, 255, 255, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.4));
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.no-rgba .pagination ul li a:active {
  background: #D4B48F;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li.active a {
  color: #fff;
  cursor: default;
  text-shadow: #000 0 1px 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .pagination ul li.active a {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.no-rgba .pagination ul li.active a {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .no-rgba .pagination ul li.active a {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .no-rgba .pagination ul li.active a {
  background-position: right top;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li.disabled span, .pagination ul li.disabled a {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination ul li:first-child a {
  border-inline-start-width: 1px;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination-centered {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/pagination.css.sass */
.pagination-right {
  text-align: end;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover-wrapper {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 100%;
  inset-inline-start: 50%;
  margin-top: 8px;
  /* Make space for the tail */
  padding: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover-wrapper.profile-popover {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover-tail {
  position: absolute;
  top: -4px;
  inset-inline-start: 50%;
  margin-inline-start: -10px;
  width: 20px;
  height: 10px;
  background: url(https://assets.jawaker.com/assets/modules/popover/popoverTail-979c9c11eb860ab84a049c455e00b8d7e397ada28bfb9fd3da014d8b8486254e.png) no-repeat left top;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover {
  visibility: hidden;
  padding: 15px;
  background: #ECEAE8;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover a.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .popover a.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover a.button.big, .popover a.button span, .popover a.button.big span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .popover a.button.big, [dir="rtl"] .popover a.button span, [dir="rtl"] .popover a.button.big span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover-wrapper.open {
  display: block;
  -webkit-animation: fadeInDown 0.25s;
  -moz-animation: fadeInDown 0.25s;
  -ms-animation: fadeInDown 0.25s;
  -o-animation: fadeInDown 0.25s;
  animation: fadeInDown 0.25s;
}

/* line 1, app/assets/stylesheets/modules/popover.css.sass */
.popover-wrapper.open .popover {
  visibility: visible;
}

/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid, .page-meta, .old-layout .page-header, .game-room-unit-body ul, .game-rooms, .profile-progress {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit, .page-meta .meta-column, .old-layout .page-header .page-header-block, .game-room-unit-body ul li, .game-room-wrapper, .profile-progress.profile-progress-vertical .profile-progress-column, .profile-progress .profile-progress-column {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress {
  letter-spacing: -0.31em;
  padding: 0;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column {
  display: inline-block;
  width: 50%;
  -webkit-font-smoothing: antialiased;
  padding: 15px 20px;
  line-height: 28px;
  font-weight: bold;
  text-shadow: #000 0 1px 2px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column:first-child {
  padding-inline-start: 90px;
  font-size: 44px;
  border-inline-end: 1px solid #462B06;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column:first-child p {
  margin-top: -4px;
  margin-bottom: 4px;
  margin-inline: 0;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column:first-child i {
  float: inline-start;
  margin-top: 10px;
  margin-inline-start: -70px;
  font-size: 44px;
  line-height: 44px;
  color: #FFC52D;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last {
  border-inline-start: 1px solid #7F5B2E;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last a, .profile-progress .profile-progress-column.last del {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last a strong {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last a span {
  display: inline-block;
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  padding: 0 6px;
  line-height: 24px;
  font-size: 12px;
  border: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .profile-progress .profile-progress-column.last a span {
  display: inline;
  zoom: 1;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .profile-progress .profile-progress-column.last a span {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .profile-progress .profile-progress-column.last a span {
  background-position: right top;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .profile-progress .profile-progress-column.last a span {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last a:hover {
  color: #ffd63e;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last ul li.done {
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress .profile-progress-column.last i {
  display: inline-block;
  width: 20px;
  font-size: 16px;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .profile-progress .profile-progress-column.last i {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .module-content {
  padding: 8px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column {
  display: block;
  width: auto;
  line-height: 18px;
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column:first-child {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  border: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column:first-child .progress-bar-container {
  margin-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .profile-progress.profile-progress-vertical .profile-progress-column:first-child .progress-bar-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column:first-child p {
  display: inline;
  float: none;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  vertical-align: bottom;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column:first-child i {
  display: inline;
  float: none;
  margin: 0;
  margin-inline-end: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #FFC52D;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column.last {
  margin-block: 0;
  margin-inline-start: 0;
  margin-inline-end: -8px;
  padding: 8px 0 0 0;
  border: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column.last i {
  width: 16px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column.last a {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column.last a span {
  padding: 0 2px;
  line-height: 18px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #4E4E4D;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .profile-progress.profile-progress-vertical .profile-progress-column.last a span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.profile-progress.profile-progress-vertical .profile-progress-column.last a:hover {
  color: #ffd63e;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.progress {
  position: relative;
  margin: 1px 0 0 0;
  height: 30px;
  line-height: 30px;
  padding-block: 4px;
  padding-inline-start: 2px;
  padding-inline-end: 4px;
  width: 250px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.progress .progress-bar-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  border: 1px solid #191919;
  margin-inline-start: 30px;
  margin-block: 0;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress .progress-bar-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.progress .progress-bar-container .progress-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.progress .progress-level {
  float: inline-start;
  width: 32px;
  height: 100%;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 0;
  margin-inline-start: 0;
  margin-inline-end: -10px;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #FFC52D;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border: 4px solid #FFC52D;
  background-color: #343434;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/profile.css.sass */
.progress .progress-points {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  color: #F5F1EA;
  cursor: default;
  position: absolute;
  inset-inline-end: 8px;
  padding: 0 6px;
  margin-top: -26px;
  line-height: 22px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress .progress-points {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress .progress-points {
  background-position: right top;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress .progress-points {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity {
  position: relative;
  float: inline-end;
  margin: 8px 0;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings {
  height: 40px;
  padding: 0 5px;
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings > a {
  color: #FFC52D;
  text-shadow: #000 0 1px 1px;
  line-height: 39px;
  text-align: center;
  filter: alpha(opacity=76);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=76)";
  -khtml-opacity: 0.76;
  -moz-opacity: 0.76;
  opacity: 0.76;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings > a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings.open > a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings img, .player-identity .settings i.avatar {
  float: inline-start;
  width: 35px;
  height: 35px;
  padding: 3px 8px;
}

/* line 1, app/assets/stylesheets/modules/identity.css.sass */
.player-identity .settings i.avatar {
  line-height: 32px;
  color: #CDCBC0;
  font-size: 28px;
}

/* line 1, app/assets/stylesheets/modules/progress_bar.css.sass */
.progress-bar-container {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  height: 25px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress-bar-container {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress-bar-container {
  background-position: right top;
}

/* line 1, app/assets/stylesheets/modules/progress_bar.css.sass */
.progress-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F9ECBC;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9ECBC), to(#F3D260));
  background: -moz-linear-gradient(top, #F9ECBC, #F3D260);
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
  background-color: #F3D260;
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  float: inline-start;
  height: 25px;
  border: 1px solid #F7E7B0;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .progress-bar {
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/modules/progress_bar.css.sass */
.ie7 .progress-bar {
  border: none;
}

/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat {
  position: absolute;
  width: 0;
  height: 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 120px;
  margin-top: -60px;
  margin-left: -80px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .name {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  max-width: 160px;
  margin: 0;
  padding: 0 5px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.7) 0 1px 0;
  background: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png) repeat;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .seat .player .name {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .name.basha {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .name.basha.vip {
  color: #CA0101;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .name.custom-name {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_white {
  color: #FFF;
  text-shadow: 0px 0px 12px #FFF;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_turquoise {
  color: #1EC8B4;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_red {
  color: #EA210B;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_neon_green {
  color: #91CB00;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_green {
  color: #2F8E0F;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_purple {
  color: #5B11A0;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_baby_pink {
  color: #D863A8;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_blue {
  color: #1B49AD;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_pink {
  color: #AD1B4B;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_orange {
  color: #D85B18;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_silver {
  color: #ADADAD;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_black {
  color: #000;
  background: rgba(64, 64, 64, 0.9);
  text-shadow: 0px 0px 12px #FFF;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_golden {
  color: #FFC52D;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_bronze {
  color: #9D7047;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_baby_blue {
  color: #33DAE2;
}

/* line 166, app/assets/stylesheets/_mixins.sass */
.seat .player .name.custom-name.seat_baby_purple {
  color: #8E6CC4;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .name.custom-name.vip i.vip {
  color: #CA0101;
  text-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-top: -37px;
  margin-left: -37px;
  border: 1px solid #2C2C2C;
  background: #191919;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .seat .player .avatar {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.no-borderradius .seat .player .avatar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .no-borderradius .seat .player .avatar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.no-borderradius .seat .player .avatar img {
  border: 1px solid #2C2C2C;
  behavior: url(https://assets.jawaker.com/assets/PIE.htc);
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .avatar .shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
  background: rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .seat .player .avatar .shine {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .avatar.player-away img {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player a.avatar:hover .shine {
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.05)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player a.avatar:active .shine {
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .dropdown-menu {
  z-index: 10000;
  top: auto;
  bottom: 97px;
  left: 13px;
  width: 135px;
  min-width: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .seat .player .dropdown-menu {
  left: auto;
  right: 13px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .dropdown-menu .caret {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 4px solid #191919;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player a.custom-frame {
  border: 1px solid transparent;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_white {
  box-shadow: 0 0 20px #FFF;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_turquoise {
  box-shadow: 0 0 20px #1EC8B4;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_red {
  box-shadow: 0 0 20px #EA210B;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_neon_green {
  box-shadow: 0 0 20px #91CB00;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_green {
  box-shadow: 0 0 20px #2F8E0F;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_purple {
  box-shadow: 0 0 20px #5B11A0;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_baby_pink {
  box-shadow: 0 0 20px #D863A8;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_blue {
  box-shadow: 0 0 20px #1B49AD;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_pink {
  box-shadow: 0 0 20px #AD1B4B;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_orange {
  box-shadow: 0 0 20px #D85B18;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_silver {
  box-shadow: 0 0 20px #ADADAD;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_black {
  box-shadow: 0 0 20px #000;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_golden {
  box-shadow: 0 0 20px #FFC52D;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_bronze {
  box-shadow: 0 0 20px #9D7047;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_baby_blue {
  box-shadow: 0 0 20px #33DAE2;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.seat .player a.custom-frame.seat_baby_purple {
  box-shadow: 0 0 20px #8E6CC4;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .gift {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 50px;
  width: 50px;
  margin-top: -10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .gift img {
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .dealer-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin: 5px 0 0 -50px;
  background: #FFF;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .score {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 26px;
  margin: 0 0 0 26px;
  padding: 0 6px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .seat .player .score {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .score.positive {
  background: #2D971E;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .score.negative {
  background: #B60014;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .player-actions {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player.empty .name, .seat .player.empty .avatar img, .seat .player.with-actions .name, .seat .player.with-actions .avatar img {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.texas .seat .player.empty .name, .texas .seat .player.empty .avatar img, .texas .seat .player.with-actions .name, .texas .seat .player.with-actions .avatar img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player.empty a.btn, .seat .player.with-actions a.btn {
  z-index: 12;
  position: absolute;
  width: 90px;
  top: 50%;
  left: 50%;
  margin-left: -58px;
  margin-top: -16px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player.empty .player-actions, .seat .player.with-actions .player-actions {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy {
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(https://assets.jawaker.com/assets/leaderboard_sprite-11c4d7c4bfd89313eab58e69fa6a2f46e35aa048b1d95dc6658c6eb42460e6e6.png);
  background-size: 150px 150px;
  margin-left: 15px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-1 {
  background-position: -100px -50px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-2 {
  background-position: -50px -50px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-3 {
  background-position: 0 -50px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-4 {
  background-position: -100px 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-5 {
  background-position: -50px 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-6 {
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player .leaderboard-trophy.trophy-7, .seat .player .leaderboard-trophy.trophy-8, .seat .player .leaderboard-trophy.trophy-9, .seat .player .leaderboard-trophy.trophy-10 {
  background-position: 0 -100px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.texas .seat.current .player.with-actions .player-actions {
  position: absolute;
  top: -130px;
  left: -170px;
  width: 500px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.texas .seat.current .player.with-actions .player-actions a.btn {
  position: relative;
  top: auto;
  left: auto;
  width: 70px;
  margin-left: auto;
  margin-top: auto;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.texas .seat.current .player.with-actions .player-actions a.btn.raise-modifier {
  width: 10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.texas .seat.current .player.with-actions .player-actions a.btn.raise-btn {
  width: 100px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.baloot .seat.current .player.with-actions .player-actions .after-hand-qaid {
  position: relative;
  top: -105px;
  left: auto;
  margin-left: 10px;
  margin-top: auto;
  float: left;
  width: 40px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player {
  z-index: 10;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .player.open {
  z-index: 11;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .timer-background {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 23px;
  height: 90px;
  width: 90px;
  margin-top: -68px;
  margin-left: -45px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .timer-background .timer {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon.open .emoticon-icon {
  background-color: #E5B128;
  color: black;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .emoticon-icon {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  width: 28px;
  height: 28px;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  left: -55px;
  top: 5px;
  border-radius: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: 0px solid none;
  transition: 0.25s;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .seat .emoticon .emoticon-icon {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .emoticon-icon.positive {
  background: #2D971E;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .emoticon-icon.negative {
  background: #B60014;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .emoticon-icon i {
  margin-top: 6px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .emoticon-icon:hover {
  background-color: #E5B128;
  color: black;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center {
  height: 270px;
  width: 390px;
  margin-left: -200px;
  margin-bottom: 25px;
  border-radius: 7px;
  opacity: 1;
  transition: 0.29s;
  box-shadow: 0 0 7px black;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-caret {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-head {
  height: 38px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
  border-bottom: 1px solid #222;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-head ul {
  display: block;
  width: 100%;
  margin-left: 2px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-head ul li {
  height: 99%;
  width: 49.1%;
  margin-top: -2px;
  /*box-shadow: 0px 1px 0 black */
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-head ul li a {
  padding: 6px 0 6px 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .store-head ul #stickers {
  border-top-left-radius: 7px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content {
  height: 230px;
  width: 100%;
  margin-top: 33px;
  max-height: 230px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane {
  height: 230px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  /*background-color: green */
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers {
  height: 218px;
  display: block;
  max-height: 218px;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker {
  /*width: 58px*/
  height: 85px;
  padding: 10px;
  display: inline-block;
  box-shadow: 0 0 5px black;
  border-radius: 7px;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  transition: 0.29s;
  float: left;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker .emo {
  width: 68px;
  height: 68px;
  opacity: 1;
  background-size: 100%;
  margin: -7px 0 0 -5px;
  transition: 0.49s;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker .emo .count {
  position: absolute;
  top: 62px;
  width: 90px;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: 0.29s;
  margin-bottom: 10px;
  margin-top: 2px;
  padding: -1px 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker .buy {
  margin-top: 16px;
  background-color: #333;
  /*padding: 0 11px*/
  width: 83px;
  margin-left: -10px;
  display: block;
  transition: 1s;
  position: absolute;
  bottom: 0px;
  padding-bottom: 1px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker .buy label {
  color: #ffC52D;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 0px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker:hover {
  box-shadow: 0 0 7px #ffc52d;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker:hover .count {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker:hover .buy {
  background-color: #ffc52d;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .store-center .tab-content .tab-pane .stickers .sticker:hover .buy label {
  color: #333;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .open {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .emoticon .open .store-center {
  opacity: 1;
  background-color: red;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special {
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  z-index: 30;
  top: -39px;
  left: -65px;
  background-image: url(https://assets.jawaker.com/assets/special_items_sprite-9328f594f04f530514ef7c7dfb1cdfd273dd5fbfac1e7d2ea5c3f4f7d36d94f0.png);
  border-radius: 35px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard {
  width: 30px;
  height: 30px;
  background-position: -5px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-bronze {
  width: 30px;
  height: 30px;
  background-position: -45px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-gold {
  width: 30px;
  height: 30px;
  background-position: -85px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-ruby {
  width: 30px;
  height: 30px;
  background-position: -125px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-silver {
  width: 30px;
  height: 30px;
  background-position: -165px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-1 {
  width: 30px;
  height: 30px;
  background-position: -205px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-2 {
  width: 30px;
  height: 30px;
  background-position: -5px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-3 {
  width: 30px;
  height: 30px;
  background-position: -45px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-4 {
  width: 30px;
  height: 30px;
  background-position: -85px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-5 {
  width: 30px;
  height: 30px;
  background-position: -125px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-6 {
  width: 30px;
  height: 30px;
  background-position: -165px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-7 {
  width: 30px;
  height: 30px;
  background-position: -205px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-8 {
  width: 30px;
  height: 30px;
  background-position: -205px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-9 {
  width: 30px;
  height: 30px;
  background-position: -205px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.leaderboard-trophy-10 {
  width: 30px;
  height: 30px;
  background-position: -205px -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-ace {
  width: 30px;
  height: 30px;
  background-position: -5px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-ace-bronze {
  width: 30px;
  height: 30px;
  background-position: -45px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-ace-gold {
  width: 30px;
  height: 30px;
  background-position: -85px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-ace-ruby {
  width: 30px;
  height: 30px;
  background-position: -125px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-ace-silver {
  width: 30px;
  height: 30px;
  background-position: -165px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-jack {
  width: 30px;
  height: 30px;
  background-position: -205px -85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-jack-bronze {
  width: 30px;
  height: 30px;
  background-position: -5px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-jack-gold {
  width: 30px;
  height: 30px;
  background-position: -45px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-jack-ruby {
  width: 30px;
  height: 30px;
  background-position: -85px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-jack-silver {
  width: 30px;
  height: 30px;
  background-position: -125px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-joker {
  width: 30px;
  height: 30px;
  background-position: -165px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-joker-bronze {
  width: 30px;
  height: 30px;
  background-position: -205px -125px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-joker-gold {
  width: 30px;
  height: 30px;
  background-position: -5px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-joker-ruby {
  width: 30px;
  height: 30px;
  background-position: -45px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-joker-silver {
  width: 30px;
  height: 30px;
  background-position: -85px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-king {
  width: 30px;
  height: 30px;
  background-position: -125px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-king-bronze {
  width: 30px;
  height: 30px;
  background-position: -165px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-king-gold {
  width: 30px;
  height: 30px;
  background-position: -205px -165px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-king-ruby {
  width: 30px;
  height: 30px;
  background-position: -5px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-king-silver {
  width: 30px;
  height: 30px;
  background-position: -45px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-queen {
  width: 30px;
  height: 30px;
  background-position: -85px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-queen-bronze {
  width: 30px;
  height: 30px;
  background-position: -125px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-queen-gold {
  width: 30px;
  height: 30px;
  background-position: -165px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-queen-ruby {
  width: 30px;
  height: 30px;
  background-position: -205px -205px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .seat-special.level-queen-silver {
  width: 30px;
  height: 30px;
  background-position: -245px -5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .gift-box {
  width: 68px;
  height: 68px;
  position: absolute;
  transition: 0.5s;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .gift-box .hideen {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .gift-box .box-close {
  content: 'x';
  font-weight: 700;
  opacity: 0;
  position: absolute;
  transition: 0.29s;
  width: 10px;
  height: 10px;
  top: -10px;
  left: -7px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .gift-box:hover .box-close {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .hand, .seat .card-icons-container, .seat .card-icons {
  position: absolute;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .hand {
  margin-left: -185px;
  width: 370px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat .hand, .ie8 .seat .hand {
  z-index: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .card-icons-container {
  height: 72px;
  -webkit-transform-origin: 36px 36px;
  -moz-transform-origin: 36px 36px;
  -ms-transform-origin: 36px 36px;
  -o-transform-origin: 36px 36px;
  transform-origin: 36px 36px;
  overflow: hidden;
  z-index: -1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .card-icons-container .card-icons {
  left: 0;
  height: 72px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .card-icons-container .card-icons .card {
  float: left;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat .card-icons-container .card-icons .card:first-child {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top {
  left: 0;
  top: -215px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .hand {
  left: 0;
  top: 30px;
  margin-left: -192px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .card-icons-container {
  width: 268px;
  top: -12px;
  left: 80px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .player {
  margin-top: -70px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .player .dropdown-menu {
  bottom: auto;
  top: 97px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .player .dropdown-menu .caret {
  bottom: auto;
  top: -5px;
  border-top: none;
  border-bottom: 4px solid #191919;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .seat-special {
  top: -5px;
  left: -55px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .emoticon-icon {
  top: -43px;
  left: 25px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .store-center {
  top: 25px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .store-center .store-caret {
  top: -16px;
  left: 182px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #3B3B3B;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .timer-background {
  margin-top: -78px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top .gift-box {
  left: -120px;
  top: -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top.top-left {
  left: -160px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.top.top-right {
  left: 160px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom {
  left: 0;
  top: 215px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .player .name {
  margin-top: 99px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .player .name .caret {
  bottom: auto;
  top: -4px;
  border-top: none;
  border-bottom: 4px solid #000;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .hand {
  left: 0;
  top: -66px;
  margin-left: -157px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.wide .seat.bottom .hand {
  width: 500px;
  margin-left: -242px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .card-icons-container {
  width: 268px;
  right: 80px;
  top: -54px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .card-icons-container .card-icons {
  left: auto;
  right: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .card-icons-container .card {
  float: right;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .card-icons-container .card:first-child {
  margin-right: 0;
  margin-left: -36px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .card-icons-container .card .face i {
  margin-top: 34px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom .gift-box {
  top: -20px;
  left: 85px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom.bottom-left {
  left: -160px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.bottom.bottom-right {
  left: 160px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left, .seat.right {
  top: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left.left-upper, .seat.left.right-upper, .seat.right.left-upper, .seat.right.right-upper {
  top: -110px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left.left-lower, .seat.left.right-lower, .seat.right.left-lower, .seat.right.right-lower {
  top: 88px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .player, .seat.right .player {
  width: 120px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .player .name, .seat.right .player .name {
  max-width: 120px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .player .dropdown-menu, .seat.right .player .dropdown-menu {
  left: -8px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .seat.left .player .dropdown-menu, .rtl .seat.right .player .dropdown-menu {
  right: -8px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left {
  left: -230px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.wide .seat.left {
  left: -280px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .player {
  margin-left: -70px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .timer-background {
  margin-left: -55px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .hand {
  left: 48px;
  margin-top: 3px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat.left .hand, .ie8 .seat.left .hand {
  margin-left: -18px;
  top: -173px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .card-icons-container {
  width: 216px;
  left: -12px;
  top: -131px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat.left .card-icons-container, .ie8 .seat.left .card-icons-container {
  left: -155px;
  top: -275px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .gift {
  left: -10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .seat-special {
  top: 15px;
  left: 0px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .emoticon-icon {
  top: -32px;
  left: -63px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .score {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 26px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .dealer-button {
  margin-left: 26px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .leaderboard-trophy {
  left: -20px;
  top: 25%;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .store-center {
  left: 200px;
  top: -119px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .store-center .store-caret {
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
  border-right: 16px solid #3B3B3B;
  top: 103px;
  left: -16px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left .gift-box {
  top: 52px;
  left: -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right {
  left: 230px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.wide .seat.right {
  left: 280px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .player {
  margin-left: -50px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .timer-background {
  margin-left: -35px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .hand {
  left: -48px;
  margin-top: -33px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat.right .hand, .ie8 .seat.right .hand {
  margin-left: -18px;
  top: -173px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .card-icons-container {
  width: 236px;
  left: -60px;
  top: 50px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat.right .card-icons-container, .ie8 .seat.right .card-icons-container {
  left: -225px;
  top: 44px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .gift {
  left: auto;
  right: -10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .seat-special {
  top: 15px;
  left: -35px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .emoticon-icon {
  top: -32px;
  left: 35px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .leaderboard-trophy {
  left: auto;
  right: 4px;
  top: 25%;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .store-center {
  top: -119px;
  left: -200px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .store-center .store-caret {
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
  border-left: 16px solid #3B3B3B;
  top: 103px;
  right: -16px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.right .gift-box {
  top: -133px;
  right: -45px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left-upper .card-icons-container, .seat.left-lower .card-icons-container {
  top: 182px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.ie7 .seat.left-upper .card-icons-container, .ie8 .seat.left-upper .card-icons-container, .ie7 .seat.left-lower .card-icons-container, .ie8 .seat.left-lower .card-icons-container {
  left: -155px;
  top: 38px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left-upper .card-icons-container .card, .seat.left-lower .card-icons-container .card {
  float: right;
  margin-left: 0;
  margin-right: -26.5px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.left-upper .card-icons-container .card:first-child, .seat.left-lower .card-icons-container .card:first-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current .hand {
  z-index: 10;
  width: 400px;
  margin-top: -45px;
  margin-left: -182px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current .hand.loose {
  margin-left: -187px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.wide .seat.current .hand {
  width: 500px;
  margin-left: -242px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.wide .seat.current .hand.loose {
  margin-left: -242px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current .card-icons-container {
  top: -74px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current .store-center {
  top: -295px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.current .store-center .store-caret {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #3B3B3B;
  bottom: -16px;
  left: 182px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.seat.active .timer-background {
  visibility: visible;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.partnering-game #player-1 .score, .partnering-game #player-3 .score, .partnering-game #player-5 .score {
  border-color: #000;
}

@media all and (max-width: 940px) and (min-width: 881px) {
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .player {
    margin-left: -30px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .timer-background {
    margin-left: -15px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .score {
    margin: 30px 0 0 -20px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .emoticon-icon {
    left: -23px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .gift-box {
    left: 0px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .player {
    margin-left: -90px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .timer-background {
    margin-left: -75px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .score {
    margin: 30px -20px 0 0;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .emoticon-icon {
    left: -3px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .gift-box {
    right: 0px;
  }
}

@media all and (max-width: 880px) {
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .player {
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .timer-background {
    margin-left: 15px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .score {
    margin: 30px 0 0 -20px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .seat-special {
    left: 0px;
    top: 15px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .emoticon-icon {
    left: 5px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.left .gift-box {
    left: 10px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .player {
    margin-left: -120px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .timer-background {
    margin-left: -105px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .score {
    margin: 30px -20px 0 0;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .seat-special {
    top: 15px;
    left: -35px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .emoticon-icon {
    left: -30px;
  }
  /* line 1, app/assets/stylesheets/modules/seat.css.sass */
  .seat.right .gift-box {
    right: 15px;
  }
}

/*!= end(no-rtl) */
/* != beginning(rtl) */
/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .store-center {
  margin-inline-start: 0;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .store-center .tab-content .tab-pane .stickers a .sticker {
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .store-center .tab-content .tab-pane .stickers a .sticker .buy {
  margin-inline-start: 0;
  margin-inline-end: -10px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .top .store-center {
  margin-inline-end: -191px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .right .store-center {
  margin-inline-end: 28px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .bottom .store-center {
  margin-inline-end: -191px;
}

/* line 1, app/assets/stylesheets/modules/seat.css.sass */
.rtl .left .store-center {
  inset-inline-end: -419px;
  inset-inline-start: 0;
}

/* != end(rtl) */
/********************/
/* jQuery UI Slider */
/********************/
/* Component containers */
/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-widget-content {
  width: 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #222222;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-widget :active {
  outline: none;
}

/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider .ui-slider-handle {
  left: 0;
}

/*!= end(no-rtl) */
/* Slider Theme */
/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider {
  position: relative;
  text-align: start;
  width: 80px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider.slider-full {
  width: 95%;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  margin: -6px;
  border: 1px solid #191919;
  background: #5f5f5e;
  z-index: 1;
  cursor: default;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  background: #191919;
  border: 0;
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider-horizontal {
  height: 7px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider-horizontal .ui-slider-range, .ui-slider-vertical .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.ui-slider-vertical {
  width: 10px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.slider {
  display: inline-block;
  position: relative;
  text-align: start;
  width: 95px;
  padding-inline-end: 40px;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .slider {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.slider.volume-slider {
  width: 180px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.slider.volume-slider .ui-slider {
  width: 165px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.rtl .slider {
  margin-inline-start: 15px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.rtl .slider.volume-slider {
  margin-inline-start: 0;
  margin-inline-end: 8px;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.slider-value {
  position: absolute;
  inset-inline-start: 100%;
  top: -6px;
  margin: 0;
  margin-inline-start: -35px;
  line-height: 20px;
  padding: 0 6px;
  font-weight: bold;
  font-size: 12px;
  background: #191919;
}

/* line 1, app/assets/stylesheets/modules/slider.css.sass */
.slider-value .caret {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 5px;
  inset-inline-start: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-inline-end-color: #191919;
}

/* line 1, app/assets/stylesheets/modules/star_rating.css.sass */
.star-rating {
  display: inline-block;
  color: #FFC52D;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .star-rating {
  display: inline;
  zoom: 1;
}

/* line 1, app/assets/stylesheets/modules/star_rating.css.sass */
.star-rating .fa-star-o {
  color: #BDB5A3;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons {
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons .pull-right {
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li, .nav-buttons > ul > li {
  float: inline-start;
  line-height: 28px;
  border: 1px solid #191919;
  border-inline-start-width: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .nav-buttons > li, [dir="rtl"] .nav-buttons > ul > li {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li > a, .nav-buttons > ul > li > a {
  display: block;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  background: #525251;
  background: -webkit-gradient(linear, left top, left bottom, from(#525251), to(#424241));
  background: -moz-linear-gradient(top, #525251, #424241);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .nav-buttons > li > a, [dir="rtl"] .nav-buttons > ul > li > a {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li > a .caret, .nav-buttons > ul > li > a .caret {
  margin-top: 12px;
  border-top-color: #fff;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li > a:hover, .nav-buttons > ul > li > a:hover {
  color: #fff;
  background: #626261;
  background: -webkit-gradient(linear, left top, left bottom, from(#626261), to(#525251));
  background: -moz-linear-gradient(top, #626261, #525251);
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li > a:active, .nav-buttons > ul > li > a:active {
  background: #525251;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li:first-child, .nav-buttons > ul > li:first-child {
  border-inline-start: 1px solid #191919;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li.active > a, .nav-buttons > ul > li.active > a {
  cursor: default;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: 0 0 2px #000 inset;
  -moz-box-shadow: 0 0 2px #000 inset;
  box-shadow: 0 0 2px #000 inset;
  background: #191919;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .nav-buttons > li.active > a, [dir="rtl"] .nav-buttons > ul > li.active > a {
  -webkit-box-shadow: 0 0 2px #000 inset;
  -moz-box-shadow: 0 0 2px #000 inset;
  box-shadow: 0 0 2px #000 inset;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons > li.active > a .caret, .nav-buttons > ul > li.active > a .caret {
  border-top-color: #fff;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li, .nav-buttons-light > ul > li {
  border-color: #B6B4B2;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li > a, .nav-buttons-light > ul > li > a {
  color: #444;
  text-shadow: #fff 0 1px 0;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F3F1));
  background: -moz-linear-gradient(top, #fff, #F5F3F1);
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li > a:hover, .nav-buttons-light > ul > li > a:hover {
  color: #222;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf8f6));
  background: -moz-linear-gradient(top, #fff, #faf8f6);
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li > a:active, .nav-buttons-light > ul > li > a:active {
  background: #f0eeec;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li:first-child, .nav-buttons-light > ul > li:first-child {
  border-color: #B6B4B2;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li.active, .nav-buttons-light > ul > li.active {
  border-color: #757575;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li.active > a, .nav-buttons-light > ul > li.active > a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  background: #868686;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .nav-buttons-light > li.active > a, [dir="rtl"] .nav-buttons-light > ul > li.active > a {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.nav-buttons-light > li.active > a .caret, .nav-buttons-light > ul > li.active > a .caret {
  border-top-color: #fff;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tabbed-container {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #E8E0D7;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .tabbed-container {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tabbed-container .tab-nav .nav {
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tabbed-container .tab-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

/* Tabs */
/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tab-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #191919;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  background: url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x left center;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.tab-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .tab-nav {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .tab-nav {
  height: 1%;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .tab-nav {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tab-nav .dropdown-menu {
  margin-top: 0;
  margin-inline-end: -1px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tab-content .tab-pane {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/tab.css.sass */
.tab-content .tab-pane.active {
  display: block;
}

/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip {
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  line-height: 14px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.in {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.top {
  margin-top: -2px;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.right {
  margin-left: 2px;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.bottom {
  margin-top: 2px;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.left {
  margin-left: -2px;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
}

/* line 1, app/assets/stylesheets/modules/tooltip.css.sass */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/*!= end(no-rtl) */
/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid, .page-meta, .old-layout .page-header, .game-room-unit-body ul, .game-rooms, .profile-progress {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit, .page-meta .meta-column, .old-layout .page-header .page-header-block, .game-room-unit-body ul li, .game-room-wrapper, .profile-progress .profile-progress-column, .profile-progress.profile-progress-vertical .profile-progress-column {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-rooms {
  letter-spacing: -0.31em;
  margin-top: -10px;
  margin-bottom: 0;
  margin-inline-start: -10px;
  margin-inline-end: -10px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-wrapper {
  display: inline-block;
  width: 33.3333333333%;
  padding: 5px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit {
  position: relative;
  height: 150px;
  background: #F5EDE4;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit.blank {
  height: 148px;
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit.blank {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit.blank {
  background-position: right top;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit.blank a.new-game {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  display: block;
  *font-size: 58px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit.blank a.new-game i {
  display: block;
  margin: 40px 0 10px;
  font-size: 58px;
  line-height: .9em;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit.blank a.new-game span {
  display: block;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit.blank a.new-game:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit .sponsored-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 3;
  background-size: 100% 100%;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit:hover .sponsored-overlay {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.login-feature-prompt {
  background-color: #000;
  opacity: 0.85;
  color: #FFC52D;
  z-index: 4;
  display: table;
  height: 151px;
  width: 215px;
  position: absolute;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.login-feature-prompt a {
  color: #FFC52D;
  margin: 48px 0 0;
  width: 100%;
  float: inline-start;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header {
  padding-top: 2px;
  padding-bottom: 0;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  line-height: 38px;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.game-room-unit-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .game-room-unit-header {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .game-room-unit-header {
  height: 1%;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header h4 {
  float: inline-start;
  margin: 0;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header h4 a {
  color: #191919;
  text-shadow: #fff 0 1px 0;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header h4 a:hover {
  color: #2a2a2a;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header a.btn.btn-small {
  width: 30px;
  background-size: 100% 100%;
  background-position: center;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header span {
  font-size: 28px;
  color: #191919;
  line-height: 24px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header span img {
  position: relative;
  bottom: 3px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header ul {
  float: inline-end;
  position: relative;
  top: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 38px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header ul li {
  display: inline-block;
  float: none;
  height: 18px;
  width: 18px;
  margin-inline-start: 4px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  color: #191919;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .game-room-unit-header ul li {
  display: inline;
  zoom: 1;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-header ul li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header ul li.game-icon-timer {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #191919;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header ul li.game-icon-level {
  line-height: 22px;
  border: 2px solid #191919;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-header ul li i {
  position: relative;
  top: -8px;
  width: auto;
  vertical-align: middle;
  font-size: 28px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body {
  padding: 8px;
  border: 1px solid #C0B8AD;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-body {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul {
  letter-spacing: -0.31em;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  text-align: start;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.with-2-players .game-room-unit-body ul li {
  width: 50%;
  padding: 0 30px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.with-3-players .game-room-unit-body ul li {
  width: 33.3333333333%;
  padding: 0 12px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.with-4-players .game-room-unit-body ul li {
  width: 25%;
  padding: 0 4px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.with-6-players .game-room-unit-body ul li {
  width: 16.6666666667%;
  padding: 0 2px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #D6D4D1;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-body ul li .avatar {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar .shine {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  background: rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-body ul li .avatar .shine {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar .player-icon {
  position: absolute;
  bottom: -4px;
  inset-inline-start: -4px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-body ul li .avatar .player-icon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar .player-icon i {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.webkit .game-room-unit-body ul li .avatar .player-icon i {
  margin-inline-start: -2px;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar .player-icon .fa-star {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar .player-icon .fa-ban {
  color: #cb4044;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-body ul li .avatar.avatar-empty {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-room-unit-body ul li .avatar.avatar-empty {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer {
  padding: 3%;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer .btn-on-hover .last {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer .btn-on-hover:hover span:first-child {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer .btn-on-hover:hover .last {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer .btn-watch {
  border: 1px solid #666;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
.game-room-unit-footer .btn-watch span.last {
  color: #444;
}

/* line 1, app/assets/stylesheets/modules/game_rooms.css.sass */
#game-rooms-ad {
  text-align: center;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard {
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
  border-top: 1px solid #191919;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-sidebar .module.weekly-leaderboard {
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.65);
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .title {
  font-size: 18px;
  font-height: 20px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  color: #FFF;
  margin: 5px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard p.rem-days {
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  font-weight: bold;
  margin: 0;
  margin: 10px 5px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content, .modal .weekly-leaderboard {
  height: 260px;
  overflow: hidden;
  background: none;
  padding-block: 0;
  padding-inline: 2px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .moreLink, .modal .weekly-leaderboard .moreLink {
  margin: 1px 5px;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content ul.leaderboard-list, .modal .weekly-leaderboard ul.leaderboard-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player, .modal .weekly-leaderboard .scores-player {
  height: 37px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 2px 2px 1px 2px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.ie7 .page-sidebar .module.weekly-leaderboard .module-content .scores-player, .ie8 .page-sidebar .module.weekly-leaderboard .module-content .scores-player, .ie7 .modal .weekly-leaderboard .scores-player, .ie8 .modal .weekly-leaderboard .scores-player {
  background: #111;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .rank, .modal .weekly-leaderboard .scores-player .rank {
  float: inline-start;
  width: 25px;
  line-height: 38px;
  margin-inline-start: 3px;
  font-size: 20px;
  text-align: center;
  text-shadow: #191919 0 -1px 0;
  font-weight: bold;
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.no-borderradius .page-sidebar .module.weekly-leaderboard .module-content .scores-player .rank, .no-borderradius .modal .weekly-leaderboard .scores-player .rank {
  behavior: url(https://assets.jawaker.com/assets/PIE.htc);
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .name, .page-sidebar .module.weekly-leaderboard .module-content .scores-player .score, .modal .weekly-leaderboard .scores-player .name, .modal .weekly-leaderboard .scores-player .score {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .name, .modal .weekly-leaderboard .scores-player .name {
  float: inline-start;
  max-width: 82px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .score, .modal .weekly-leaderboard .scores-player .score {
  float: inline-end;
  margin-inline-end: 10px;
  width: 75px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .score i, .modal .weekly-leaderboard .scores-player .score i {
  width: 10px;
  line-height: 38px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .score img, .modal .weekly-leaderboard .scores-player .score img {
  width: 35px;
  padding-top: 0;
  padding-bottom: 6px;
  padding-inline-start: 3px;
  padding-inline-end: 0;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .avatar, .modal .weekly-leaderboard .scores-player .avatar {
  float: inline-end;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .avatar img, .modal .weekly-leaderboard .scores-player .avatar img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 33px;
  height: 33px;
  margin: 2px;
  z-index: 1000;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player .avatar i, .modal .weekly-leaderboard .scores-player .avatar i {
  font-size: 35px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player.my-score, .modal .weekly-leaderboard .scores-player.my-score {
  background: #E9C400;
  background: -moz-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -o-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 7px;
  margin-bottom: 0;
  margin-inline: -2px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player.my-score .name, .modal .weekly-leaderboard .scores-player.my-score .name {
  color: #333;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player.my-score .score, .modal .weekly-leaderboard .scores-player.my-score .score {
  color: #333;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.page-sidebar .module.weekly-leaderboard .module-content .scores-player.my-score .rank, .modal .weekly-leaderboard .scores-player.my-score .rank {
  width: auto;
  max-width: 60px;
  color: #333;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  font-size: 18px;
  text-align: start;
  padding-inline-start: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-inline-end: 10px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.modal .weekly-leaderboard {
  overflow-y: scroll;
  height: 300px;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.modal .weekly-leaderboard ul.leaderboard-list li.scores-player {
  background: rgba(0, 0, 0, 0.9);
  color: white;
}

/* line 1, app/assets/stylesheets/modules/leaderboard.css.sass */
.modal .weekly-leaderboard ul.leaderboard-list li.scores-player .rank {
  width: 50px;
  margin-inline-end: 20px;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength {
  height: 20px;
  position: relative;
  bottom: 12px;
  inset-inline-start: -2px;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress {
  width: 220px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
#signup-modal .pwd-form .strength .progress {
  width: 280px;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress .bar {
  height: 25px;
  transition: width .6s ease;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress .bar.bar-danger {
  background-color: #DD514C;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress .bar.bar-warning {
  background-color: #FAA732;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress .bar.bar-success {
  background-color: #5EB95E;
}

/* line 1, app/assets/stylesheets/modules/pwd_meter.css.sass */
.pwd-form .strength .progress .password-verdict {
  position: relative;
  bottom: 4px;
  inset-inline-start: 6px;
  color: black;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body {
  background-color: #E1E1E1;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey {
  width: 525px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question p {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question .textarea {
  width: 98%;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question .input-group {
  width: 520px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question .input-group .score-item {
  display: inline-block;
  width: 35px;
  text-align: center;
  padding-top: 6px;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question .input-group .score-item .score {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.nps .modal-body .user-survey .question .input-group .score-label {
  display: inline-block;
  width: 55px;
  padding: 0px 0px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  line-height: 25px;
}

/* line 1, app/assets/stylesheets/modules/net_promoter_score.css.sass */
.rtl .nps .modal-body .user-survey .question .input-group .score-label {
  padding-top: 13px 0px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
  -moz-box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
  box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .spinner-modal {
  -webkit-box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
  -moz-box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
  box-shadow: 0 0 10px rgba(248, 184, 21, 0.5);
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-header {
  background: -webkit-linear-gradient(149deg, #D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B);
  background: -o-linear-gradient(149deg, #D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B);
  background: -moz-linear-gradient(149deg, #D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B);
  background: linear-gradient(149deg, #D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B);
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-header h4 {
  text-align: center;
  color: #964D12;
  text-shadow: 1px 1px #FBDC8F;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-header .close {
  color: #964D12;
  text-shadow: 1px 1px #FBDC8F;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-header .close:hover {
  color: #733C0F;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .close-box {
  position: absolute;
  top: 14px;
  inset-inline-end: 15px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .close-box a {
  color: #964D12 !important;
  text-shadow: 1px 1px #FBDC8F;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .close-box a:hover {
  color: #562C0A;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-body {
  overflow: hidden;
  background: url(https://assets.jawaker.com/assets/background_spinner-b659e0fe5b87b2773510e7dd83be8d1a1581451e775a9db31d0a795a8680bcbc.jpg);
  background-size: contain;
  border-inline-start: 1px inset #F8B816;
  border-inline-end: 1px inset #F8B816;
  border-bottom: 1px solid #F8B816;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-modal .modal-body .prize span {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinning-circle {
  transition: 5s;
  animation: spin 5s ease-out 1;
  animation-fill-mode: forwards;
  position: relative;
  padding: 0;
  margin: 0 auto;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  background-image: url(https://assets.jawaker.com/assets/spinner_ticket-85181475bd47cd295bf67229005d559087ec1a1cc7a645c6fca9bbfedbb201dc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinning-circle:hover .spinner-circle {
  background-image: url(https://assets.jawaker.com/assets/spinner_caret-hover-2dc37b0dbe6642154601973881c9001e4fdbeb5234e36b01f873b29a865d3d03.png);
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-caret {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  top: 80px;
  left: 0;
  right: 0;
  background-image: url(https://assets.jawaker.com/assets/spinner_caret-d5a7b0a219518affb0acd6d3ceacaf00066a57a4cad9fca4bf2fdcb4c406a725.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 99999;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-caret:hover {
  background-image: url(https://assets.jawaker.com/assets/spinner_caret-hover-2dc37b0dbe6642154601973881c9001e4fdbeb5234e36b01f873b29a865d3d03.png);
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-button {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-button .btn-spin {
  padding: 10px 40px !important;
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  border-radius: 7px !important;
  margin-top: -11px !important;
  border: 5px solid transparent !important;
  -moz-border-image: -moz-linear-gradient(#D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B) !important;
  -webkit-border-image: -webkit-linear-gradient(#D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B) !important;
  border-image: linear-gradient(#D46E1B 1%, #F37E20 8%, #F8B816, #D46E1B) !important;
  border-image-slice: 1 !important;
  box-shadow: 0 0 10px black !important;
  background: linear-gradient(#A91E22, #7E1416) !important;
  background: -webkit-linear-gradient(#A91E22, #7E1416) !important;
  outline: solid 1px #6D3F19 !important;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-button .btn-spin:hover {
  background: linear-gradient(#7E1416, #A91E22) !important;
  background: -webkit-linear-gradient(#7E1416, #A91E22) !important;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-button .btn-spin:active {
  background-color: #7E1416;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.flame-bg {
  position: absolute;
  width: 500px;
  height: 400px;
  background: url(https://assets.jawaker.com/assets/flame-bg-41f7d80424c3ffedde1087e4af2e73d7ff97a39f1b4b7a1d6d69a8c1380debe8.png);
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  inset-inline-start: 30px;
  background-size: cover;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.prize {
  text-shadow: 1px 1px #964D12;
  color: #FBDC8F;
  font-weight: bold;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.error {
  color: #FF0000;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win {
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 65px;
  inset-inline-start: 0;
  height: 400px;
  text-align: center;
  z-index: 100000;
  background: url(https://assets.jawaker.com/assets/backdrop-21fef3a7661be69fcd111c3c17e7ea09488da0de8113e0647bcd08a040766ed0.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop {
  height: 300px;
  height: 100%;
  padding-top: 75px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .grats {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .prize-congrats {
  font-size: 18px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .prize-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: white;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .prize-img {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin: 0 aut;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .note {
  margin-top: 13px;
  font-size: 18px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .items-link {
  display: block;
  font-size: 14px;
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop .items-link a {
  color: #F7FE2E;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop.inactive {
  padding-top: 120px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop #until-spin {
  color: white;
  margin-top: 10px;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-win .win-backdrop #until-spin.clock-fix {
  color: #F7B117;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 1px 5px black;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.blurry {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.clock-fix {
  color: #F7B117;
  margin-top: 52px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 1px 5px black;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite {
  background: url(https://assets.jawaker.com/assets/spinner_sprites-a54249e2d689ea9b5b6b6c73b73aa44797bcb34b7ac47d1aeca178258f5f8fec.png) no-repeat;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-chocolate {
  background-position: -561px -109px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-collection-drinks {
  background-position: -103px -8px;
  width: 113px;
  height: 85px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-profile-green {
  background-position: -318px -111px;
  width: 67px;
  height: 67px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-profile-orange {
  background-position: -446px -112px;
  width: 67px;
  height: 67px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-10k-tokens {
  background-position: -325px -3px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-50-tokens {
  background-position: -440px -2px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-500-tokens {
  background-position: -555px 0;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-arabic-coffe {
  background-position: -110px -108px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-basha {
  background-position: 0 -113px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-hooka-cherry {
  background-position: -216px -112px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-hooka-gold {
  background-position: -219px -1px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-comp-ticket {
  background-position: -666px -1px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/spin_the_wheel.css.sass */
.spinner-sprite.prize-rose {
  background-position: 0 0;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head {
  text-align: center;
  margin-top: 45px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .note {
  color: #fff;
  margin-top: 13px;
  font-size: 28px;
  line-height: 18px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack {
  margin-top: 45px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 100px;
  background-color: #a92527;
  border: 1px solid #77191a;
  margin: 10px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard:hover {
  top: -25px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard.rise {
  top: -25px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard.diamond-ace {
  background-color: gold;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard.club-ace {
  background-color: orange;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard.heart-ace {
  background-color: green;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-head .prize-stack .pcard.spade-ace {
  background-color: gray;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}

/* flip the container when active */
/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.flip-container.active .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.flip-container, .front, .back {
  width: 90px;
  height: 120px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.flipper {
  position: relative;
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.front, .back {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: yellow;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.front.style {
  border: 3px solid #77191a;
  border-radius: 7px;
  background: #A92527 url(https://assets.jawaker.com/assets/cards-back-a8f5482d08f611afbc5c6349769f6f1077a9482ced04eb85eece0228510bdd16.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.back.style {
  background-color: #fdf5ec;
  border: 1px solid #666;
  border-radius: 7px;
  inset-inline-start: -7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.close-box {
  position: absolute;
  top: 14px;
  inset-inline-end: 15px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.close-box a {
  color: #964D12 !important;
  text-shadow: 1px 1px #FBDC8F;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.close-box a:hover {
  color: #562C0A;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.hearts {
  background-image: url(https://assets.jawaker.com/assets/prize_summary/card_hearts-d3f51e7b2e1a4bdf0094db49dc8d7aacf347415fc7197d559a7df6f4e42265e7.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.spades {
  background-image: url(https://assets.jawaker.com/assets/prize_summary/card_spades-6f84cbdd3fd1fb63190ab118aefcbfa04faec33c7ff0288e8c3d64a0b00261af.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.diamonds {
  background-image: url(https://assets.jawaker.com/assets/prize_summary/card_diamonds-112eb8eb1b38b91e91e8f7258f8f167272e01acaeda28457fa10232dd3e0117a.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.clubs {
  background-image: url(https://assets.jawaker.com/assets/prize_summary/card_clubs-ec8384ab148156c77ce12c45dab4a040be7ef2560c251f10a33be40f3c75c3d7.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.summary-container {
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.summary-container .message {
  text-align: center;
  color: white;
  margin-top: 35px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  margin-top: 50px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont .prize-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: white;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont .note {
  color: white;
  margin-top: 13px;
  font-size: 18px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont .items-link {
  color: white;
  display: block;
  font-size: 15px;
  margin-top: 35px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont .items-link a {
  color: #F7FE2E;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont h3 {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont .prize-img {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont p {
  color: white;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-cont a {
  margin-top: 15px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-lose {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-lose h3 {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-lose .loss {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  background-image: url(https://assets.jawaker.com/assets/items/short/crying-17c15a65214a389950119178de54c26aa997f14320845f33748ef84f604a6da9.png);
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.backdrop-lose p {
  color: white;
  font-size: 25px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite {
  background: url(https://assets.jawaker.com/assets/prize_summary_sprites-22739267a7a096d4ea7cddfc9f07b3719397e90460d9612fad9da588985a7a4a.png) no-repeat;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-arabic-coffee {
  background-position: -203px -110px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-coffee {
  background-position: -101px -104px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-mint-tea {
  background-position: 0 -107px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-10k-tokens {
  background-position: -440px -2px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-50-tokens {
  background-position: -629px 0px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-500-tokens {
  background-position: -629px 0px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-basha {
  background-position: -303px -1px;
  width: 101px;
  height: 101px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-hooka-cherry {
  background-position: -200px -1px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-hooka-gold {
  background-position: -100px -1px;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/prize_summary.css.sass */
.prize-summary-sprite.prize-rose {
  background-position: 0 0;
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.fit-items-store {
  width: 525px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.fit-items-store p {
  color: rgba(16, 133, 1, 0.99);
  font-size: 20px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center {
  background-color: #FFF;
  opacity: 1;
  transition: 0.29s;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content {
  height: 230px;
  width: 100%;
  max-height: 230px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane {
  height: 230px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers {
  height: 218px;
  display: block;
  max-height: 218px;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker {
  max-width: 63px;
  text-align: center;
  background-color: #393938;
  height: 85px;
  padding: 10px;
  display: inline-block;
  box-shadow: 0 0 5px black;
  border-radius: 7px;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  transition: 0.29s;
  border: 2px solid gold;
  float: inline-start;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker .small-text {
  color: white;
  line-height: 1.5;
  font-size: 10px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker .emo {
  width: 68px;
  height: 68px;
  opacity: 1;
  background-size: 100%;
  margin-top: -7px;
  margin-inline-start: -5px;
  transition: 0.49s;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker .emo .count {
  position: absolute;
  top: 62px;
  width: 90px;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: 0.29s;
  margin-bottom: 10px;
  margin-top: 2px;
  padding: -1px 0;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker .buy {
  margin-top: 16px;
  background-color: #333;
  /*padding: 0 11px*/
  width: 83px;
  margin-inline-start: -10px;
  display: block;
  transition: 1s;
  position: absolute;
  bottom: 0px;
  padding-bottom: 1px;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker .buy label {
  color: #ffC52D;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 0px;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker:hover {
  box-shadow: 0 0 7px #ffc52d;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker:hover .count {
  opacity: 1;
  color: #FFF;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker:hover .buy {
  background-color: #ffc52d;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .store-center .tab-content .tab-pane .stickers .sticker:hover .buy label {
  color: #333;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .open {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.send-items-modal .open .store-center {
  opacity: 1;
  background-color: red;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.rtl .store-center {
  margin-inline-start: 0;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.rtl .store-center .tab-content .tab-pane .stickers a .sticker {
  text-align: center;
  float: inline-end !important;
}

/* line 1, app/assets/stylesheets/modules/send_items.css.sass */
.rtl .store-center .tab-content .tab-pane .stickers a .sticker .buy {
  margin-inline-start: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress {
  margin: 50px;
  width: 100px;
  height: 100px;
  background-color: #d6dadc;
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress .circle .shadow {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2) inset;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress .circle .mask, .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress .circle .mask {
  clip: rect(0px, 100px, 100px, 50px);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress .circle .mask .fill {
  clip: rect(0px, 50px, 100px, 0px);
  background-color: #97a71d;
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="0"] .circle .mask.full, .radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="1"] .circle .mask.full, .radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="2"] .circle .mask.full, .radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="3"] .circle .mask.full, .radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="4"] .circle .mask.full, .radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="5"] .circle .mask.full, .radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="6"] .circle .mask.full, .radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="7"] .circle .mask.full, .radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="8"] .circle .mask.full, .radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="9"] .circle .mask.full, .radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="10"] .circle .mask.full, .radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="11"] .circle .mask.full, .radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="12"] .circle .mask.full, .radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="13"] .circle .mask.full, .radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="14"] .circle .mask.full, .radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="15"] .circle .mask.full, .radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="16"] .circle .mask.full, .radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="17"] .circle .mask.full, .radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="18"] .circle .mask.full, .radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="19"] .circle .mask.full, .radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="20"] .circle .mask.full, .radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="21"] .circle .mask.full, .radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="22"] .circle .mask.full, .radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="23"] .circle .mask.full, .radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="24"] .circle .mask.full, .radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="25"] .circle .mask.full, .radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="26"] .circle .mask.full, .radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="27"] .circle .mask.full, .radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="28"] .circle .mask.full, .radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="29"] .circle .mask.full, .radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="30"] .circle .mask.full, .radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="31"] .circle .mask.full, .radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="32"] .circle .mask.full, .radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="33"] .circle .mask.full, .radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="34"] .circle .mask.full, .radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="35"] .circle .mask.full, .radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="36"] .circle .mask.full, .radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="37"] .circle .mask.full, .radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="38"] .circle .mask.full, .radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="39"] .circle .mask.full, .radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="40"] .circle .mask.full, .radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="41"] .circle .mask.full, .radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="42"] .circle .mask.full, .radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="43"] .circle .mask.full, .radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="44"] .circle .mask.full, .radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="45"] .circle .mask.full, .radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="46"] .circle .mask.full, .radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="47"] .circle .mask.full, .radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="48"] .circle .mask.full, .radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="49"] .circle .mask.full, .radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="50"] .circle .mask.full, .radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="51"] .circle .mask.full, .radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="52"] .circle .mask.full, .radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="53"] .circle .mask.full, .radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="54"] .circle .mask.full, .radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="55"] .circle .mask.full, .radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="56"] .circle .mask.full, .radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="57"] .circle .mask.full, .radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="58"] .circle .mask.full, .radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="59"] .circle .mask.full, .radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="60"] .circle .mask.full, .radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="61"] .circle .mask.full, .radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="62"] .circle .mask.full, .radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="63"] .circle .mask.full, .radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="64"] .circle .mask.full, .radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="65"] .circle .mask.full, .radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="66"] .circle .mask.full, .radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="67"] .circle .mask.full, .radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="68"] .circle .mask.full, .radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="69"] .circle .mask.full, .radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="70"] .circle .mask.full, .radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="71"] .circle .mask.full, .radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="72"] .circle .mask.full, .radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="73"] .circle .mask.full, .radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="74"] .circle .mask.full, .radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="75"] .circle .mask.full, .radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="76"] .circle .mask.full, .radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="77"] .circle .mask.full, .radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="78"] .circle .mask.full, .radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="79"] .circle .mask.full, .radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="80"] .circle .mask.full, .radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="81"] .circle .mask.full, .radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="82"] .circle .mask.full, .radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="83"] .circle .mask.full, .radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="84"] .circle .mask.full, .radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="85"] .circle .mask.full, .radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="86"] .circle .mask.full, .radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="87"] .circle .mask.full, .radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="88"] .circle .mask.full, .radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="89"] .circle .mask.full, .radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="90"] .circle .mask.full, .radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="91"] .circle .mask.full, .radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="92"] .circle .mask.full, .radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="93"] .circle .mask.full, .radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="94"] .circle .mask.full, .radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="95"] .circle .mask.full, .radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="96"] .circle .mask.full, .radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="97"] .circle .mask.full, .radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="98"] .circle .mask.full, .radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="99"] .circle .mask.full, .radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="100"] .circle .mask.full, .radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, app/assets/stylesheets/modules/radial_progress.css.sass */
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 1, app/assets/stylesheets/modules/accept_cookies.css.sass */
.accept-cookies-cont {
  width: 100%;
  background-color: #000000;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  padding-inline: 20px;
}

/* line 1, app/assets/stylesheets/modules/accept_cookies.css.sass */
.accept-cookies-cont p {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/modules/accept_cookies.css.sass */
.accept-cookies-cont .desc-cont {
  width: 70%;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/modules/accept_cookies.css.sass */
.accept-cookies-cont .accept-btn {
  width: 27%;
  display: inline-block;
  text-align: end;
}

/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid, .page-meta, .old-layout .page-header, .profile-progress, .game-rooms, .game-room-unit-body ul {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit, .page-meta .meta-column, .old-layout .page-header .page-header-block, .profile-progress .profile-progress-column, .profile-progress.profile-progress-vertical .profile-progress-column, .game-room-wrapper, .game-room-unit-body ul li {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3, app/assets/stylesheets/profiles.sass */
.player-profile-lb {
  width: 700px;
}

/* line 4, app/assets/stylesheets/profiles.sass */
.player-profile-lb .modal-body {
  max-height: 480px;
}

/* line 8, app/assets/stylesheets/profiles.sass */
.player-profile-lb #send_tokens_body {
  width: 204px;
}

/* line 10, app/assets/stylesheets/profiles.sass */
.player-profile-lb #send_tokens_body .btn {
  margin: 0;
}

/* line 12, app/assets/stylesheets/profiles.sass */
.player-profile-lb #send_tokens_body #tokens-range {
  margin-top: 8px;
  margin-inline-end: 19px;
  margin-bottom: 10px;
  margin-inline-start: 0;
  float: inline-start;
  width: 110px;
}

/* line 19, app/assets/stylesheets/profiles.sass */
.rtl .player-profile-lb #send_tokens_body #tokens-range {
  margin-top: 8px;
  margin-inline-end: 9px;
  margin-bottom: 10px;
  margin-inline-start: 10px;
}

/* line 24, app/assets/stylesheets/profiles.sass */
.player-profile-lb #send_tokens_body #amount_of_tokens {
  float: inline-start;
  width: 60px;
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/profiles.sass */
.player-profile-lb #send_tokens_body span.help-inline.last {
  margin-bottom: 7px;
}

/* line 32, app/assets/stylesheets/profiles.sass */
.player-profile-lb ul {
  padding: 0;
  list-style-type: none;
}

/* line 35, app/assets/stylesheets/profiles.sass */
.player-profile-lb ul li {
  width: 100%;
  height: 25px;
}

/* line 39, app/assets/stylesheets/profiles.sass */
.player-profile-lb ul li.country .flag {
  float: inline-start;
}

/* line 41, app/assets/stylesheets/profiles.sass */
.player-profile-lb ul li.country .count {
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/profiles.sass */
.player-profile-lb ul li.friends .count {
  color: #333333;
}

/* line 50, app/assets/stylesheets/profiles.sass */
.player-profile-lb .pull-right {
  text-align: start;
}

/* line 53, app/assets/stylesheets/profiles.sass */
.player-profile-lb .mini-profile {
  min-height: 265px;
}

/* line 56, app/assets/stylesheets/profiles.sass */
.player-profile-lb .count {
  text-align: end;
  float: inline-end;
}

/* line 60, app/assets/stylesheets/profiles.sass */
.player-profile-lb .progress {
  margin: 0 0 0 0;
  width: 95%;
}

/* line 64, app/assets/stylesheets/profiles.sass */
.player-profile-lb .left-mini {
  width: 130px;
  margin-inline-end: 25px;
  float: inline-start;
}

/* line 69, app/assets/stylesheets/profiles.sass */
.player-profile-lb .left-mini .profile-avatar .special-item {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 20px;
  background-size: 100%;
}

/* line 75, app/assets/stylesheets/profiles.sass */
.player-profile-lb .left-mini .profile-avatar img {
  width: 130px;
  height: 130px;
  border-radius: 130px;
}

/* line 79, app/assets/stylesheets/profiles.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame {
  border: 2px solid;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_white {
  box-shadow: 0 0 20px #FFF;
  border-color: #FFF;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_turquoise {
  box-shadow: 0 0 20px #1EC8B4;
  border-color: #1EC8B4;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_red {
  box-shadow: 0 0 20px #EA210B;
  border-color: #EA210B;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_neon_green {
  box-shadow: 0 0 20px #91CB00;
  border-color: #91CB00;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_green {
  box-shadow: 0 0 20px #2F8E0F;
  border-color: #2F8E0F;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_purple {
  box-shadow: 0 0 20px #5B11A0;
  border-color: #5B11A0;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_baby_pink {
  box-shadow: 0 0 20px #D863A8;
  border-color: #D863A8;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_blue {
  box-shadow: 0 0 20px #1B49AD;
  border-color: #1B49AD;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_pink {
  box-shadow: 0 0 20px #AD1B4B;
  border-color: #AD1B4B;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_orange {
  box-shadow: 0 0 20px #D85B18;
  border-color: #D85B18;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_silver {
  box-shadow: 0 0 20px #ADADAD;
  border-color: #ADADAD;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_black {
  box-shadow: 0 0 20px #000;
  border-color: #000;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_golden {
  box-shadow: 0 0 20px #FFC52D;
  border-color: #FFC52D;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_bronze {
  box-shadow: 0 0 20px #9D7047;
  border-color: #9D7047;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_baby_blue {
  box-shadow: 0 0 20px #33DAE2;
  border-color: #33DAE2;
}

/* line 159, app/assets/stylesheets/_mixins.sass */
.player-profile-lb .left-mini .profile-avatar img.custom-frame.seat_baby_purple {
  box-shadow: 0 0 20px #8E6CC4;
  border-color: #8E6CC4;
}

/* line 83, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini {
  float: inline-start;
  width: 495px;
}

/* line 87, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top {
  height: 47px;
}

/* line 90, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top .username p, .player-profile-lb .right-mini .profile-top .username span {
  font-size: 32px;
  display: inline;
  line-height: 30px;
}

/* line 94, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top .username p.vip, .player-profile-lb .right-mini .profile-top .username span.vip {
  color: #CA0101;
}

/* line 96, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top .username span {
  text-align: end;
  color: #E1FFC2;
  font-size: 22px;
  float: inline-end;
  line-height: 51px;
  width: 133px;
  height: 51px;
  padding: 0 12px 0 0;
  padding-inline-end: 12px;
  position: relative;
  inset-inline-start: 35px;
  top: -8px;
  background: url(https://assets.jawaker.com/assets/count-bg-image-f981e73e895b78eb756f817e3056e9fffcc4f83ee3a3ea5b2bffb563781bba66.png);
}

/* line 110, app/assets/stylesheets/profiles.sass */
.rtl .player-profile-lb .right-mini .profile-top .username span {
  background: url(https://assets.jawaker.com/assets/count-bg-image-rtl-48c7978db2f23b7b7bd82f09ebd54a8c700549820e6acd39bf9cb7606439f4d4.png);
}

/* line 112, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top .username i {
  color: #ECB100;
  line-height: 30px;
  font-size: 22px;
  display: inline-block;
}

/* line 117, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-top .username i.vip {
  color: #CA0101;
}

/* line 120, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .toolbar {
  height: 30px;
  padding: 5px 0;
  border-top: none;
}

/* line 124, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .toolbar .btn {
  border-color: #191919;
}

/* line 127, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom {
  border-top: 1px solid #AFAFAF;
  padding-top: 10px;
  width: 100%;
  height: 65px;
  position: relative;
}

/* line 133, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div {
  display: inline;
  float: inline-start;
  margin-inline-end: 8px;
  line-height: 40px;
}

/* line 138, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a {
  display: inline-block;
  padding: 0 10px;
}

/* line 141, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a:hover, .player-profile-lb .right-mini .profile-bottom div a:active, .player-profile-lb .right-mini .profile-bottom div a .active, .player-profile-lb .right-mini .profile-bottom div a:focus {
  color: #5ec414;
}

/* line 143, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a:hover span.count, .player-profile-lb .right-mini .profile-bottom div a:active span.count, .player-profile-lb .right-mini .profile-bottom div a .active span.count, .player-profile-lb .right-mini .profile-bottom div a:focus span.count {
  color: black;
}

/* line 145, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a i {
  float: inline-start;
}

/* line 147, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a span {
  margin-inline-start: 2px;
  float: inline-start;
  font-size: 12px;
}

/* line 151, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom div a span.count {
  margin-inline-start: 5px;
}

/* line 153, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom .badges-tab {
  position: relative;
}

/* line 155, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom .badges-tab div {
  width: 93%;
  margin-inline-end: 0;
}

/* line 158, app/assets/stylesheets/profiles.sass */
.rtl .player-profile-lb .right-mini .profile-bottom .badges-tab div {
  inset-inline-end: 4px;
}

/* line 160, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom .friends-tab {
  position: relative;
}

/* line 162, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom .friends-tab i {
  font-size: 35px;
  line-height: 38px;
  float: inline-start;
}

/* line 166, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .profile-bottom .jicon-large:before, .player-profile-lb .right-mini .profile-bottom .fa-lg:before {
  font-size: 40px;
  line-height: 45px;
}

/* line 171, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user .separator {
  font-weight: bold;
}

/* line 173, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user ul {
  margin: 5px 0 25px 0;
}

/* line 175, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user ul li {
  width: 45%;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 181, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user ul li .player .place {
  color: rgba(0, 0, 0, 0.5);
}

/* line 183, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user ul li .player .place.online {
  color: rgba(0, 150, 0, 0.75);
}

/* line 185, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .friends-user ul li .player img {
  width: 32px;
}

/* line 188, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .all-badges {
  text-align: end;
  clear: both;
}

/* line 191, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .all-badges a {
  text-decoration: underline;
}

/* line 194, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user {
  padding: 5px 0 0 0;
  width: 105.5%;
}

/* line 197, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .badge {
  background: url(https://assets.jawaker.com/assets/badges_sprite-801e058cbe074536b3e6f18985d36c8ea18afec0c86dc4bb233ab1d97e8ef09b.png);
  width: 75px;
  height: 75px;
  display: inline-block;
}

/* line 202, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-jack {
  background-position: 0 0;
}

/* line 204, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-jack.bronze {
  background-position: 0 -75px;
}

/* line 206, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-jack.silver {
  background-position: 0 -150px;
}

/* line 208, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-jack.gold {
  background-position: 0 -225px;
}

/* line 210, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-jack.ruby {
  background-position: 0 -300px;
}

/* line 212, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-queen {
  background-position: -75px 0;
}

/* line 214, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-queen.bronze {
  background-position: -75px -75px;
}

/* line 216, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-queen.silver {
  background-position: -75px -150px;
}

/* line 218, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-queen.gold {
  background-position: -75px -225px;
}

/* line 220, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-queen.ruby {
  background-position: -75px -300px;
}

/* line 222, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-king {
  background-position: -150px 0;
}

/* line 224, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-king.bronze {
  background-position: -150px -75px;
}

/* line 226, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-king.silver {
  background-position: -150px -150px;
}

/* line 228, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-king.gold {
  background-position: -150px -225px;
}

/* line 230, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-king.ruby {
  background-position: -150px -300px;
}

/* line 232, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-ace {
  background-position: -225px 0;
}

/* line 234, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-ace.bronze {
  background-position: -225px -75px;
}

/* line 236, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-ace.silver {
  background-position: -225px -150px;
}

/* line 238, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-ace.gold {
  background-position: -225px -225px;
}

/* line 240, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-ace.ruby {
  background-position: -225px -300px;
}

/* line 242, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-joker {
  background-position: -300px 0;
}

/* line 244, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-joker.bronze {
  background-position: -300px -75px;
}

/* line 246, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-joker.silver {
  background-position: -300px -150px;
}

/* line 248, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-joker.gold {
  background-position: -300px -225px;
}

/* line 250, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .level-joker.ruby {
  background-position: -300px -300px;
}

/* line 252, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .friends {
  background-position: -525px 0;
}

/* line 254, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .friends.bronze {
  background-position: -525px -75px;
}

/* line 256, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .friends.silver {
  background-position: -525px -150px;
}

/* line 258, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .friends.gold {
  background-position: -525px -225px;
}

/* line 260, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .friends.ruby {
  background-position: -525px -300px;
}

/* line 262, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played {
  background-position: -450px 0;
}

/* line 264, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played.bronze {
  background-position: -450px -75px;
}

/* line 266, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played.silver {
  background-position: -450px -150px;
}

/* line 268, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played.gold {
  background-position: -450px -225px;
}

/* line 270, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played.ruby {
  background-position: -450px -300px;
}

/* line 272, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played-session {
  background-position: -375px 0;
}

/* line 274, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played-session.bronze {
  background-position: -375px -75px;
}

/* line 276, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played-session.silver {
  background-position: -375px -150px;
}

/* line 278, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played-session.gold {
  background-position: -375px -225px;
}

/* line 280, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-played-session.ruby {
  background-position: -375px -300px;
}

/* line 282, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-won {
  background-position: -675px 0;
}

/* line 284, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-won.bronze {
  background-position: -675px -75px;
}

/* line 286, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-won.silver {
  background-position: -675px -150px;
}

/* line 288, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-won.gold {
  background-position: -675px -225px;
}

/* line 290, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .games-won.ruby {
  background-position: -675px -300px;
}

/* line 292, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .challenges-played {
  background-position: -600px 0;
}

/* line 294, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .challenges-played.bronze {
  background-position: -600px -75px;
}

/* line 296, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .challenges-played.silver {
  background-position: -600px -150px;
}

/* line 298, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .challenges-played.gold {
  background-position: -600px -225px;
}

/* line 300, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .challenges-played.ruby {
  background-position: -600px -300px;
}

/* line 302, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .basha {
  background-position: -300px -375px;
}

/* line 304, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .basha.bronze {
  background-position: -300px -525px;
}

/* line 306, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .basha.silver {
  background-position: -300px -600px;
}

/* line 308, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .basha.gold {
  background-position: -300px -675px;
}

/* line 310, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .basha.ruby {
  background-position: -300px -750px;
}

/* line 312, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .group-membership {
  background-position: -225px -375px;
}

/* line 314, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .group-membership.bronze {
  background-position: -225px -525px;
}

/* line 316, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .group-membership.silver {
  background-position: -225px -600px;
}

/* line 318, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .group-membership.gold {
  background-position: -225px -675px;
}

/* line 320, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .group-membership.ruby {
  background-position: -225px -750px;
}

/* line 322, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .leaderboard {
  background-position: -375px -375px;
}

/* line 324, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .leaderboard.bronze {
  background-position: -375px -525px;
}

/* line 326, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .leaderboard.silver {
  background-position: -375px -600px;
}

/* line 328, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .leaderboard.gold {
  background-position: -375px -675px;
}

/* line 330, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .leaderboard.ruby {
  background-position: -375px -750px;
}

/* line 332, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .fb-link {
  background-position: -150px -375px;
}

/* line 334, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .fb-link.active {
  background-position: -150px -450px;
}

/* line 336, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .complete-profile {
  background-position: 0 -375px;
}

/* line 338, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .badges-user .complete-profile.active {
  background-position: 0 -450px;
}

/* line 341, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .trophies-user {
  padding: 5px 0 0 0;
  max-height: 160px;
  overflow-y: auto;
  width: 105.5%;
}

/* line 346, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .trophies-user .trophy {
  background: url(https://assets.jawaker.com/assets/trophies_sprite-cf2d4452f8ee15115c3fadb70529b20a2677fc80f48180fbe5b7b3c2774c6d2b.png);
  background-size: 300px 200px;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-inline-end: 20px;
}

/* line 356, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .trophies-user .trophy .count {
  width: 30px;
  height: 30px;
  position: absolute;
  inset-inline-start: 80px;
  bottom: 10px;
  color: white;
  background-color: #999999;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 368, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .trophies-user .trophy.bronze {
  background-position: 0 0;
}

/* line 370, app/assets/stylesheets/profiles.sass */
.player-profile-lb .right-mini .trophies-user .trophy.silver {
  background-position: -100px 0;
}

/* line 2, app/assets/stylesheets/referrals.sass */
.referrals-welcome .modal-body {
  background: url(https://assets.jawaker.com/assets/referrals/bg-a93390f10b98d0d9326d5191c02534e28d5809faa3b814eaf6f28e09ca630617.png);
}

/* line 5, app/assets/stylesheets/referrals.sass */
.referrals-welcome h1, .referrals-welcome h3, .referrals-welcome h4, .referrals-welcome p {
  text-align: center;
}

/* line 8, app/assets/stylesheets/referrals.sass */
.referrals-welcome h1 {
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/referrals.sass */
.referrals-welcome h4 {
  color: white;
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/referrals.sass */
.referrals-welcome .referred-by {
  display: table;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.17);
  min-width: 112px;
}

/* line 23, app/assets/stylesheets/referrals.sass */
.referrals-welcome .referred-by.clickable {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/referrals.sass */
.referrals-welcome .referred-by img {
  border-radius: 50%;
  border: 5px solid #ffc52d;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 33, app/assets/stylesheets/referrals.sass */
.referrals-welcome .referred-by h5 {
  text-align: center;
  margin: 0;
  color: black;
}

/* line 1, app/assets/stylesheets/themer.sass */
.game-theme-selector {
  top: 470px;
  width: 800px;
}

/* line 5, app/assets/stylesheets/themer.sass */
.game-theme-selector .modal-body {
  padding: 0;
}

/* line 8, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list {
  float: inline-end;
  height: 320px;
  width: 410px;
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list .theme-item {
  width: 125px;
  height: 125px;
  padding-top: 15px;
  display: inline-block;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list .theme-item label {
  text-align: center;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list .theme-item img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

/* line 27, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list .theme-item:hover {
  background: #f1e9e0;
}

/* line 29, app/assets/stylesheets/themer.sass */
.game-theme-selector .theme-list .theme-item.selected {
  background: #D8D0C7;
}

/* line 33, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper {
  margin-top: 15px;
  inset-inline-start: 30px;
  border: 1px solid black;
  background: url(https://assets.jawaker.com/assets/application/bgDiamonds-bae5646d4c90c8c9abd86f56e72bbb456d0f6d3a2cdec6b19474be4810ce66a9.png) repeat;
  width: 348.5px;
  height: 289px;
  background-size: 50px 40px;
  position: absolute;
}

/* line 42, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper .mini-canvas {
  background: #3F7746;
  border: 1px solid #643711;
  width: 250px;
  height: 185px;
  position: absolute;
  top: 42px;
  inset-inline-start: 45px;
}

/* line 50, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper .mini-canvas .loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 56, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper .mini-canvas .mini-stack {
  position: absolute;
  top: 92.5px;
  inset-inline-start: 125px;
  margin-inline-start: -30px;
}

/* line 61, app/assets/stylesheets/themer.sass */
.rtl .game-theme-selector .mini-wrapper .mini-canvas .mini-stack {
  margin-inline-end: -60px;
}

/* line 64, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper.loading .loader {
  display: block;
}

/* line 66, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper.loading .mini-stack {
  display: none;
}

/* line 68, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper.with-theme {
  background-size: cover;
}

/* line 70, app/assets/stylesheets/themer.sass */
.game-theme-selector .mini-wrapper.with-theme .card .back {
  border: none;
  background-size: 53px 72px;
}

/* line 75, app/assets/stylesheets/themer.sass */
#game.with-theme #game-wrapper {
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  background-size: 697px 578px;
}

/* line 79, app/assets/stylesheets/themer.sass */
#game.with-theme .card .back {
  border: none;
  background-size: 53px 72px;
}

/*!= begin(no-rtl) */
/* line 4, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body {
  padding: 0;
  width: 560px;
  height: 379px;
  background: url(https://assets.jawaker.com/assets/application/level_up_bg-551cef566a317f33beb5275c2e40b88387d458eb67f415e45ad8033f1b9e05c7.jpg);
  position: relative;
}

/* line 10, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .details {
  position: absolute;
  top: 45px;
  left: 20px;
  width: 330px;
  height: 275px;
  text-align: center;
  color: #0F5D35;
}

/* line 18, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .details label {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  cursor: default;
}

/* line 23, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .details .level-btn {
  display: inline-block;
  width: 132px;
  height: 132px;
  background: url(https://assets.jawaker.com/assets/application/level_up_green_btn-c1c91583b3a245d1be02df234bd4fe0470ed4e980cd766851b698c16f121f7bb.jpg);
  margin: auto;
}

/* line 29, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .details .level-btn label {
  margin: 25px 0;
  font-size: 42px;
  color: white;
}

/* line 33, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .details .tokens-msg {
  position: absolute;
  top: 220px;
  width: 100%;
  font-size: 20px;
}

/* line 38, app/assets/stylesheets/new_level.sass */
.level-up-modal .modal-body .congrats {
  position: absolute;
  top: 320px;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

/*!= end(no-rtl) */
/* line 1, app/assets/stylesheets/guiders.sass */
.guider {
  background: #FFF;
  border: 1px solid #666;
  font-family: arial;
  position: absolute;
  outline: none;
  padding: 4px 12px;
  width: 500px;
  z-index: 100000005 !important;
  /* Shadow */
  -moz-box-shadow: 0 0px 8px #111;
  -webkit-box-shadow: 0 0px 8px #111;
  box-shadow: 0 0px 8px #111;
  /* End shadow */
  /* Rounded corners */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* End rounded corners */
}

/*!= begin(no-rtl) */
/* line 23, app/assets/stylesheets/guiders.sass */
.guiders_arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 100000006 !important;
  /**
   * For optimization, the arrows image is inlined in the css below.
   *
   * To use your own arrows image, replace this background-image with your own arrows.
   * It should have four arrows, top, right, left, and down. */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAACoCAYAAACWu3yIAAAJQ0lEQVR42u2cW2sVVxiGk2xz0EQFTRTBnEBFEpMLDxVyMPceoigRvVFjcqsSTaKCJAhC0Ozkpj+gFPIHWm2htPQfiChoVaqglDYeqP0Hdr3hXWFlZWb2WjNr1syGDHzilT48ew5r3u+bVXHgwIGCqCpWJerr168VeasKAVbPWi+qVtQ6CZ030J2sHaIaRW0UVZc3YIAeFPWNqP2iOkS1imrKGzBAz4g6L2pI1DFRfaL2acCZnxIV79+///PevXvfCYBpUeOihkUN5g0Yfywdr169WpycnPxZABRFTRL4RF6Al0Hl8eLFi88EntWAe7MEXgUqj+fPn3/KE3AoqAL88caNGz9lDVwSNC/AxqAq8NjY2CMCT4i65APYGlQez5498wocG1QDfigAHijAxwncSeBGHdg7qDyePn36IQS4h8AtBG4gcMEG2BmoCnzlypUfXQM7B1WAFxVgPJovKsBY/DSL2solZk2p8zc1UHk8efLkHwH8g4C4T+ALoo5yxbZH1HaevzVRZlMHlcfjx48l8Iyoq1yt9REWd4cNuNAyB1UM/3Xt2rUFATUm6rSoQzxvN4mqDvv5vYPK4+XLl3/cvXt3SoANiNolagt//nyBLi4u/r2wsPAtQXcTtDY3oO/evftSLBYf8sLCeXqYD4XNufjpBeB/MzMzv3Nhfl3UOdrcyyu/nk+tbEABKF51ADgv6raoEb7q9BByBy+k2kxuT2/fvtUBR0WdEnVEVLeoNt6W1CeUvxt+AOCIBtguahstGr+OV7gEFLeb3wh4yxWgM1AATk1N/RoA2O8CMDGoAPziAzA26Js3b/4l4JwPQGvQ169fBwGeTBvQGNQAsC1NwJKgALxz584vBLwp6rIC2OULMBRUZFCfCVjMA+AqUGHwYx4BV8SOYrHwPWPHCQLK2FEFzDTYVYPcs3z5yhVgWDTeqSwWcheNl02zoWzaN2XTECvQ6E6er2dwJ8jqpQ//Ny/wg2QCW6GCJiUoLqrzuF1lBcoOzXmySNAqCbqeF9N+3qam8QDwDYnODO/nQ2TZQbYl0EpeRI28PeFeOoGnlG9QNjfG2ZjrINPSu74EXcfbUhtv+Hg6FfHc9wWJthEf38NkaCXT0iv00hXFn7+ON/ouPkJv+rRKm5P8v/eRpU6+QkvQUKtY7qUNiZ4WewGBNpdBNavbaPWkL6uKzRNBNnVQ3Wo/rc6laRXtoFI2V4BGWcWrSFqgbLLpNlfFOzqoV6uazd4wm6tAI6zeSsOqqc0wUGl1k2IVb55zeKfPwmYgqC+rbE8a2YwCDbWKKMdFW9LGZihogNVul1Zpc8LUZinQMKvzSPAc2LxkajMSNMTqqaRW2di1smkCqlptT2oVDV32Rq1slgSNsop02ZdNU1AnVpPYNAKNsoqmgikoW+ITfIOwsmkDmsgqevdJbBqDRli9bWJVs9lpa9MWVLd6RFpFdy5qsECx2RPHphVoXKscJhhXbDba2owDGmR1NMwqph44onGRNlvi2LQGjbKKznFaNuOChp2rRfTi1ZEMzo9cUGw2xLEZCzTEKt7Fr2NgQIJybuQqJ3I6kthMAqqvrHo4KDCOEQzMi3C4ZYhhVzNtFpJ0RZJabeKAAKYZhjAnwqGW08q40NYkNpOCSqsNTN32cj5kgHVIGcCqT2IzEahitZanwHbezHdzPKhFaVrUJLHpArSSiXUtrW3mWNAWwm9wAZkYVIGt4mlQTega/t1Z48JZM0A2KtRy3Qsti1oDXQNdA012B5Gtz0IeAeU9uZbNsKWmch4B6/jYbeQaYqlNn0fAJi4dO9lmxDLxYJ4AtxGwi8vD4+zLooF7Jo+Ag2xwIAeYRqcbrfGsADdpgP0Mii9zlKmIRpza4c4lYFCzOC+AczQY2nXxCditAI5wIHEO6bVJsy1twPakgE5ADQFP6YBxGmu+AOcBmKRH5QswdrvHCtQA8IgOiGaEC0AjUEtAfBwwj6zUJWBJUO2dvUFZLKiAo2kDmoCqKYiMbHr4LF5hMCoaTxVUyZXqGdXIEOwcP/EpIrj1AWgCWs2IppXhFyLEcWSgamCbB9BaZkgIvQYQJyL7zGq4MAq0hqBI5gaQeSKgzSNoNS+kFmadCGbHEHkjn88FKGHXMTZsYiDbx/MUufwMOh5oz+QBtIo//0Ze+Xv4onWUnQ60Ze4DGN25LEErFdh65vDN7HD08OXrIoEfoN+J5qx3UM2s+oRq5HnbqQBf4suYBP7gHTQuMKYdXALHbTDIyEUmGq0E7g0CxmSOd9CQjEgmHK2cbujl3IgEnsWsUxJg16GWETDm8ryCxgAe5jzeLCYdbYDTjg2dAfvKOUsCY84ZQ9leQZMCYybfK6gFcJ8GXAQwPsnwCmoJPEhgPJqn8ZGLt9gxJvAxrtb8B7kW0XgrFz/ZRuNl12wou/ZN2TXE1nqha6BlDSquKJdVGVBO/m1XcOo4UQ3vgSvGifIAKt/9NzACkgNam3mzXt4nJ0tQNU1p4uvzLiaArUxYlnceyhK0oIS9eximySHCw8o2ScsDrk5BLQcItyoh2mnEk9zCa0jZeGrV55Ml/m2noAWaauZSDGBjyFAR+HLhe44pShtPAaOxYWegis1GrhuR8F1FdipfHbjv2HWu2LvZ9jGy6gRUG3BtoTHEkDNqwIucnx9Nj7Dd025q1RVoVcBn7uPISfU3R26Wdps9KWOriUG1D1ylTWSk94PSZ7R3uB/UqI1VF6DGNuXB/cmsrCYC1Wy20ibCrwdR0bhi1fhcTQoqbTapWzAgYS6VG9lajQ0aYLNX2jTJ7dHMVaz2l7KaBFS1uc/Gpmb1lonVWKAlbBpn9DZW44LqNhFmTSCbt02NuQFgSavWoK5s2lqNA+rMpjy4Y1ykVSvQCJuzSbobAVZXraxsQcNsPkraM1KsngyyarPCD7I5nNSmYvUL9+MLtGoDGmRz0oXNEKtdqlVT0FCbcRpZYQfm82ysGttEP8h1x9jGaiY25YGxTFq9rFjdGGQ1M5ua1ZulrEbZ7EvTpq1V3WadbhONqbTnRbj5ZaRVE5uf0gal1SKt9gVZDbM56MtmgNVBWm1SrUbZLAY1T9M6MHsfZVXfjq6Drb1xnzY1qxMBn7lXBm3whwxpWu3s+jrwyQU3+DsbtMHfqi0T0dHNaliQu8sGbplYFptQ/g/UqiA7u61evwAAAABJRU5ErkJggg==);
  *background-image: url(https://assets.jawaker.com/images/guiders_arrows.png);
  /* Asterisked properties only work in IE7 and below */
}

/* line 39, app/assets/stylesheets/guiders.sass */
.guiders_arrow_right {
  display: block;
  background-position: 0px 0px;
  right: -42px;
}

/* line 44, app/assets/stylesheets/guiders.sass */
.guiders_arrow_down {
  display: block;
  background-position: 0px -42px;
  bottom: -42px;
}

/* line 49, app/assets/stylesheets/guiders.sass */
.guiders_arrow_up {
  display: block;
  background-position: 0px -126px;
  top: -42px;
}

/* line 54, app/assets/stylesheets/guiders.sass */
.guiders_arrow_left {
  display: block;
  background-position: 0px -84px;
  left: -42px;
}

/*!= end(no-rtl) */
/* line 61, app/assets/stylesheets/guiders.sass */
.guiders_button {
  border: solid 1px #4B5D7E;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: inline-end;
  font-size: 75%;
  font-weight: bold;
  margin-inline-start: 6px;
  min-width: 40px;
  padding-block: 3px;
  padding-inline: 5px;
  text-align: center;
  text-decoration: none;
  /* Rounded corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* End rounded corners */
}

/* line 81, app/assets/stylesheets/guiders.sass */
.guiders_buttons_container {
  height: 36px;
  position: relative;
  width: 100%;
}

/* line 86, app/assets/stylesheets/guiders.sass */
.guiders_close {
  float: inline-end;
  padding: 10px 0 0;
}

/* line 90, app/assets/stylesheets/guiders.sass */
.guiders_content {
  position: relative;
}

/* line 92, app/assets/stylesheets/guiders.sass */
.guiders_content h1 {
  color: #1054AA;
  float: inline-start;
  font-size: 21px;
}

/* line 96, app/assets/stylesheets/guiders.sass */
.guiders_content p {
  clear: both;
  color: #333;
  font-size: 13px;
}

/* line 101, app/assets/stylesheets/guiders.sass */
.guiders_highlight {
  z-index: 101;
  position: relative;
}

/* line 104, app/assets/stylesheets/guiders.sass */
.seat.current .player.guiders_highlight, .seat.current .hand.guiders_highlight {
  z-index: 101;
}

/* line 107, app/assets/stylesheets/guiders.sass */
#guiders_overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  inset-inline-start: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 100;
}

/* line 119, app/assets/stylesheets/guiders.sass */
.guiders_x_button {
  background-repeat: no-repeat;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QOzRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTNCBXaW5kb3dzADIwMTA6MDk6MjQgMDg6MzY6NDEAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADaADAAQAAAABAAAADQAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAAJ9AAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAB/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgADQANAwEiAAIRAQMRAf/dAAQAAf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A74ehRj023172WNEODju36n3S76L0Q4p9RrdjfUNbnlm522Q5nt3bv3Hbd6jiueG17qqi70fabLHAbPz4b6Lmf8aoF7oafSb6PpOgeo/6G9n53o7/AE/7P8yip//Z/+0IRFBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQAAAAAAAAAAAAAAAAAAAAADhCSU0D7QAAAAAAEABIAAAAAQABAEgAAAABAAE4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAHg4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA0kAAAAGAAAAAAAAAAAAAAANAAAADQAAAAoAVQBuAHQAaQB0AGwAZQBkAC0AMQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAADQAAAA0AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAA0AAAAAUmdodGxvbmcAAAANAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAANAAAAAFJnaHRsb25nAAAADQAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAHZGVmYXVsdAAAAAl2ZXJ0QWxpZ25lbnVtAAAAD0VTbGljZVZlcnRBbGlnbgAAAAdkZWZhdWx0AAAAC2JnQ29sb3JUeXBlZW51bQAAABFFU2xpY2VCR0NvbG9yVHlwZQAAAABOb25lAAAACXRvcE91dHNldGxvbmcAAAAAAAAACmxlZnRPdXRzZXRsb25nAAAAAAAAAAxib3R0b21PdXRzZXRsb25nAAAAAAAAAAtyaWdodE91dHNldGxvbmcAAAAAADhCSU0EKAAAAAAADAAAAAI/8AAAAAAAADhCSU0EFAAAAAAABAAAAAI4QklNBAwAAAAAApkAAAABAAAADQAAAA0AAAAoAAACCAAAAn0AGAAB/9j/4AAQSkZJRgABAgAASABIAAD/7QAMQWRvYmVfQ00AAf/uAA5BZG9iZQBkgAAAAAH/2wCEAAwICAgJCAwJCQwRCwoLERUPDAwPFRgTExUTExgRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBDQsLDQ4NEA4OEBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAA0ADQMBIgACEQEDEQH/3QAEAAH/xAE/AAABBQEBAQEBAQAAAAAAAAADAAECBAUGBwgJCgsBAAEFAQEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAQQBAwIEAgUHBggFAwwzAQACEQMEIRIxBUFRYRMicYEyBhSRobFCIyQVUsFiMzRygtFDByWSU/Dh8WNzNRaisoMmRJNUZEXCo3Q2F9JV4mXys4TD03Xj80YnlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3EQACAgECBAQDBAUGBwcGBTUBAAIRAyExEgRBUWFxIhMFMoGRFKGxQiPBUtHwMyRi4XKCkkNTFWNzNPElBhaisoMHJjXC0kSTVKMXZEVVNnRl4vKzhMPTdePzRpSkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2JzdHV2d3h5ent8f/2gAMAwEAAhEDEQA/AO+HoUY9Nt9e9ljRDg47t+p90u+i9EOKfUa3Y31DW55ZudtkOZ7d279x23eo4rnhte6qou9H2myxwGz8+G+i5n/GqBe6Gn0m+j6ToHqP+hvZ+d6O/wBP+z/Moqf/2QA4QklNBCEAAAAAAFUAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAATAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAQwBTADQAAAABADhCSU0EBgAAAAAABwAHAAAAAQEA/+EQZWh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNC4yLjItYzA2MyA1My4zNTI2MjQsIDIwMDgvMDcvMzAtMTg6MTI6MTggICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNCBXaW5kb3dzIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxMC0wOS0yNFQwODozNjo0MS0wNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxMC0wOS0yNFQwODozNjo0MS0wNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTAtMDktMjRUMDg6MzY6NDEtMDU6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0Q5QUNCNzQ4QzdERjExOUMyQkU4QkIzMTY5NzZDMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQUQ5QUNCNzQ4QzdERjExOUMyQkU4QkIzMTY5NzZDMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFDRDlBQ0I3NDhDN0RGMTE5QzJCRThCQjMxNjk3NkMwIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiB0aWZmOk5hdGl2ZURpZ2VzdD0iMjU2LDI1NywyNTgsMjU5LDI2MiwyNzQsMjc3LDI4NCw1MzAsNTMxLDI4MiwyODMsMjk2LDMwMSwzMTgsMzE5LDUyOSw1MzIsMzA2LDI3MCwyNzEsMjcyLDMwNSwzMTUsMzM0MzI7NEZDNkYxNUZCODNCMjY3MjY4NzRCNjRFRTEzRkY2QjgiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxMyIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjEzIiBleGlmOkNvbG9yU3BhY2U9IjEiIGV4aWY6TmF0aXZlRGlnZXN0PSIzNjg2NCw0MDk2MCw0MDk2MSwzNzEyMSwzNzEyMiw0MDk2Miw0MDk2MywzNzUxMCw0MDk2NCwzNjg2NywzNjg2OCwzMzQzNCwzMzQzNywzNDg1MCwzNDg1MiwzNDg1NSwzNDg1NiwzNzM3NywzNzM3OCwzNzM3OSwzNzM4MCwzNzM4MSwzNzM4MiwzNzM4MywzNzM4NCwzNzM4NSwzNzM4NiwzNzM5Niw0MTQ4Myw0MTQ4NCw0MTQ4Niw0MTQ4Nyw0MTQ4OCw0MTQ5Miw0MTQ5Myw0MTQ5NSw0MTcyOCw0MTcyOSw0MTczMCw0MTk4NSw0MTk4Niw0MTk4Nyw0MTk4OCw0MTk4OSw0MTk5MCw0MTk5MSw0MTk5Miw0MTk5Myw0MTk5NCw0MTk5NSw0MTk5Niw0MjAxNiwwLDIsNCw1LDYsNyw4LDksMTAsMTEsMTIsMTMsMTQsMTUsMTYsMTcsMTgsMjAsMjIsMjMsMjQsMjUsMjYsMjcsMjgsMzA7NkFFQjM0Q0IwNUE5MkY5RjlCMEU2RjQ1NTQxOUVCRkUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRDlBQ0I3NDhDN0RGMTE5QzJCRThCQjMxNjk3NkMwIiBzdEV2dDp3aGVuPSIyMDEwLTA5LTI0VDA4OjM2OjQxLTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M0IFdpbmRvd3MiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////7gAOQWRvYmUAZEAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAQEBAQICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgQDAwQHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAANAA0DAREAAhEBAxEB/90ABAAC/8QBogAAAAYCAwEAAAAAAAAAAAAABwgGBQQJAwoCAQALAQAABgMBAQEAAAAAAAAAAAAGBQQDBwIIAQkACgsQAAIBAgUCAwQGBgUFAQMGbwECAwQRBQYhEgAHMUETCFEiYRRxgTKRCaEj8MFCsRXRFuHxUjMXJGIYQzQlggoZclMmY5JENaJUshpzNsLSJ0U3RuLyg5Ojs2RVKMPTKTjj80dIVmUqOTpJSldYWVpmdHWEhWd2d2iGh5SVpKW0tcTF1NXk5fT1lpemp7a3xsfW1+bn9vdpanh5eoiJipiZmqipqri5usjJytjZ2ujp6vj5+hEAAQMCAwQHBgMEAwYHBwFpAQIDEQAEIQUSMQZB8FFhBxMicYGRobHBCDLRFOEj8UIVUgkWM2LSciSCwpKTQxdzg6KyYyU0U+KzNSZEVGRFVScKhLQYGRooKSo2Nzg5OkZHSElKVldYWVplZmdoaWp0dXZ3eHl6hYaHiImKlJWWl5iZmqOkpaanqKmqtba3uLm6w8TFxsfIycrT1NXW19jZ2uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDbqppMjZDyF09zh1BymuP5ezjhcMUOLUOI1seKHHzHLUeXOk9ZHG0NQi+7Ku0RMCZLIdyvYk01hFK+p6Y1UePYPhyZXwpcy1eWsSzXU5WGI4x/KXqKfGqFY4TUfM7/ADFppniE9tu87/L2+7zWqtxX/9Db/wCmOKYrFRZUjrsjZYr8VTKCLhNZnrNeLUkEuAh5fm2hhly9U00bEbfnFjkYhdm8lbcdVTaaTlTimImjwWV8jUK5BXLGKR09Cua81FWwA5lw8ySNOcuiqWjVQgVBEValJJZQoDbrVf/Z);
  *background-image: url(https://assets.jawaker.com/images/guiders_x_button.jpg);
  /* Asterisked properties only work in IE7 and below */
  cursor: pointer;
  height: 13px;
  width: 13px;
}

/* ===== Boundles ================ */
/* line 130, app/assets/stylesheets/guiders.sass */
.guider.no-arrow-guider .guiders_arrow {
  display: none;
}

/* line 69, app/assets/stylesheets/application.css.sass.erb */
html, body {
  height: 100%;
}

/* line 72, app/assets/stylesheets/application.css.sass.erb */
body {
  color: #F5F1EA;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #1F1F1F url(https://assets.jawaker.com/assets/background-53aa0b1ade3ccc0e0445071d10fc28a3dfc047c6143dc2372986c0f7254f00fd.jpg) repeat center top;
}

/* line 79, app/assets/stylesheets/application.css.sass.erb */
body.is-basha {
  background: #1F1F1F url(https://assets.jawaker.com/assets/background_basha-34565416b161b270cd7bef5c49105c1247e7bec9208ed5d018e904065df0693d.jpg) repeat center top;
}

/* line 3, app/assets/stylesheets/_typography.sass */
h1, h2, h3 {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

/* line 6, app/assets/stylesheets/_typography.sass */
h1, h2, h3, h4 {
  color: #FFC52D;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}

/* line 10, app/assets/stylesheets/_typography.sass */
h1 {
  font-size: 40px;
  line-height: 44px;
}

/* line 14, app/assets/stylesheets/_typography.sass */
h2 {
  font-size: 36px;
  line-height: 40px;
}

/* line 18, app/assets/stylesheets/_typography.sass */
h3 {
  font-size: 28px;
  line-height: 32px;
}

/* line 22, app/assets/stylesheets/_typography.sass */
h4 {
  font-size: 22px;
}

/* line 25, app/assets/stylesheets/_typography.sass */
h5 {
  font-size: 18px;
}

/* line 28, app/assets/stylesheets/_typography.sass */
h6 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/_typography.sass */
p {
  margin: 14px 0;
}

/* line 34, app/assets/stylesheets/_typography.sass */
p.intro {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}

/* line 40, app/assets/stylesheets/_typography.sass */
a {
  color: #F5F1EA;
  text-decoration: none;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/_typography.sass */
a:hover {
  color: #fff;
}

/* line 4, app/assets/stylesheets/_forms.sass */
form {
  margin: 0;
}

/* line 7, app/assets/stylesheets/_forms.sass */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 12, app/assets/stylesheets/_forms.sass */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #FFC52D;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}

/* line 24, app/assets/stylesheets/_forms.sass */
legend small {
  font-size: 13px;
}

/* line 27, app/assets/stylesheets/_forms.sass */
label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 32, app/assets/stylesheets/_forms.sass */
input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 35, app/assets/stylesheets/_forms.sass */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 39, app/assets/stylesheets/_forms.sass */
input, textarea, select, .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  background: #F8F6F0;
  -webkit-box-shadow: 0 1px 4px #98958E inset;
  -moz-box-shadow: 0 1px 4px #98958E inset;
  box-shadow: 0 1px 4px #98958E inset;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 input, .ie7 textarea, .ie7 select, .ie7 .uneditable-input {
  display: inline;
  zoom: 1;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input, [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .uneditable-input {
  -webkit-box-shadow: 0 1px 4px #98958E inset;
  -moz-box-shadow: 0 1px 4px #98958E inset;
  box-shadow: 0 1px 4px #98958E inset;
}

/* line 52, app/assets/stylesheets/_forms.sass */
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .uneditable-input {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

/* line 59, app/assets/stylesheets/_forms.sass */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 64, app/assets/stylesheets/_forms.sass */
label input, label textarea, label select {
  display: block;
}

/* line 68, app/assets/stylesheets/_forms.sass */
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/_forms.sass */
.ie7 input[type="image"], .ie7 input[type="checkbox"], .ie7 input[type="radio"] {
  margin-top: 0;
}

/* line 77, app/assets/stylesheets/_forms.sass */
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/_forms.sass */
input[type="file"] {
  height: 28px;
  line-height: 28px;
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input[type="file"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 90, app/assets/stylesheets/_forms.sass */
.ie7 input[type="file"] {
  margin-top: 4px;
}

/* line 92, app/assets/stylesheets/_forms.sass */
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}

/* line 95, app/assets/stylesheets/_forms.sass */
input[type="hidden"] {
  display: none;
}

/* line 98, app/assets/stylesheets/_forms.sass */
select {
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  height: 28px;
  width: 220px;
  line-height: 28px;
  background-color: #ffffff;
}

/* line 104, app/assets/stylesheets/_forms.sass */
select[multiple], select[size] {
  height: auto;
}

/* line 106, app/assets/stylesheets/_forms.sass */
.ie7 select {
  margin-top: 4px;
}

/* line 109, app/assets/stylesheets/_forms.sass */
textarea {
  height: auto;
}

/* line 112, app/assets/stylesheets/_forms.sass */
.radio, .checkbox {
  padding-inline-start: 18px;
}

/* line 115, app/assets/stylesheets/_forms.sass */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: inline-start;
  margin-inline-start: -18px;
}

/* line 120, app/assets/stylesheets/_forms.sass */
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 123, app/assets/stylesheets/_forms.sass */
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .radio.inline, .ie7 .checkbox.inline {
  display: inline;
  zoom: 1;
}

/* line 128, app/assets/stylesheets/_forms.sass */
.radio.inline + .radio.inline, .radio.inline + .checkbox.inline, .checkbox.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-inline-start: 10px;
}

/* line 131, app/assets/stylesheets/_forms.sass */
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input, [dir="rtl"] textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 134, app/assets/stylesheets/_forms.sass */
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input:focus, [dir="rtl"] textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 141, app/assets/stylesheets/_forms.sass */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input[type="file"]:focus, [dir="rtl"] input[type="radio"]:focus, [dir="rtl"] input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 147, app/assets/stylesheets/_forms.sass */
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/_forms.sass */
.input-mini {
  width: 60px;
}

/* line 156, app/assets/stylesheets/_forms.sass */
.input-small {
  width: 90px;
}

/* line 159, app/assets/stylesheets/_forms.sass */
.input-medium {
  width: 150px;
}

/* line 162, app/assets/stylesheets/_forms.sass */
.input-large {
  width: 210px;
}

/* line 165, app/assets/stylesheets/_forms.sass */
.input-xlarge {
  width: 270px;
}

/* line 168, app/assets/stylesheets/_forms.sass */
.input-xxlarge {
  width: 530px;
}

/* line 171, app/assets/stylesheets/_forms.sass */
.uneditable-input {
  float: none;
  margin-inline-start: 0;
}

/* line 175, app/assets/stylesheets/_forms.sass */
input, textarea, .uneditable-input {
  margin-inline-start: 0;
}

/* line 178, app/assets/stylesheets/_forms.sass */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 183, app/assets/stylesheets/_forms.sass */
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 187, app/assets/stylesheets/_forms.sass */
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] input:focus:required:invalid:focus, [dir="rtl"] textarea:focus:required:invalid:focus, [dir="rtl"] select:focus:required:invalid:focus {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 191, app/assets/stylesheets/_forms.sass */
.form-actions {
  margin-top: 18px;
}

/* line 193, app/assets/stylesheets/_forms.sass */
.ie7 .form-actions {
  zoom: 1;
}

/* line 195, app/assets/stylesheets/_forms.sass */
.form-actions:before {
  display: table;
  content: "";
}

/* line 198, app/assets/stylesheets/_forms.sass */
.form-actions:after {
  display: table;
  content: "";
  clear: both;
}

/* line 203, app/assets/stylesheets/_forms.sass */
::-moz-placeholder, ::-webkit-input-placeholder {
  color: #999;
}

/* line 206, app/assets/stylesheets/_forms.sass */
.help-block, .help-inline {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* line 209, app/assets/stylesheets/_forms.sass */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 213, app/assets/stylesheets/_forms.sass */
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-inline-start: 5px;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .help-inline {
  display: inline;
  zoom: 1;
}

/* line 218, app/assets/stylesheets/_forms.sass */
.input-prepend, .input-append {
  margin-bottom: 5px;
}

/* line 221, app/assets/stylesheets/_forms.sass */
.ie7 .input-prepend input, .ie7 .input-prepend select, .ie7 .input-prepend .uneditable-input, .ie7 .input-append input, .ie7 .input-append select, .ie7 .input-append .uneditable-input {
  margin-inline-start: 0;
}

/* line 223, app/assets/stylesheets/_forms.sass */
.input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}

/* line 226, app/assets/stylesheets/_forms.sass */
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-inline-start-color: #ccc;
}

/* line 228, app/assets/stylesheets/_forms.sass */
.input-prepend .add-on, .input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-top: -2px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  color: #666;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-top: -2px;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .input-prepend .add-on, .ie7 .input-append .add-on {
  display: inline;
  zoom: 1;
}

/* line 249, app/assets/stylesheets/_forms.sass */
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 254, app/assets/stylesheets/_forms.sass */
.input-prepend .add-on, .input-prepend .btn {
  margin-inline-end: -1px;
}

/* line 259, app/assets/stylesheets/_forms.sass */
.input-append .uneditable-input {
  border-inline-start-color: #eee;
  border-inline-end-color: #ccc;
}

/* line 262, app/assets/stylesheets/_forms.sass */
.input-append .add-on, .input-append .btn {
  margin-inline-start: -1px;
}

/* line 267, app/assets/stylesheets/_forms.sass */
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-inline-end: -1px;
}

/* line 269, app/assets/stylesheets/_forms.sass */
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-inline-start: -1px;
}

/* line 272, app/assets/stylesheets/_forms.sass */
.control-group {
  margin-bottom: 9px;
}

/* line 274, app/assets/stylesheets/_forms.sass */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 277, app/assets/stylesheets/_forms.sass */
.control-group .error {
  color: #FF0000;
}

/* line 279, app/assets/stylesheets/_forms.sass */
.translucent .control-group .error {
  color: #FF0000;
}

/* line 281, app/assets/stylesheets/_forms.sass */
.blocks-for-errors .control-group .error {
  display: block;
}

/* line 283, app/assets/stylesheets/_forms.sass */
.inline-errors .control-group .error {
  display: inline;
}

/* line 286, app/assets/stylesheets/_forms.sass */
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline, .control-group .field_with_errors > label, .control-group .field_with_errors .help-block, .control-group .field_with_errors .help-inline {
  color: #FF0000;
}

/* line 288, app/assets/stylesheets/_forms.sass */
.translucent .control-group.error > label, .translucent .control-group.error .help-block, .translucent .control-group.error .help-inline, .translucent .control-group .field_with_errors > label, .translucent .control-group .field_with_errors .help-block, .translucent .control-group .field_with_errors .help-inline {
  color: #FF0000;
}

/* line 290, app/assets/stylesheets/_forms.sass */
.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group .field_with_errors input, .control-group .field_with_errors select, .control-group .field_with_errors textarea {
  color: #FF0000;
  border-color: #FF0000;
}

/* line 293, app/assets/stylesheets/_forms.sass */
.translucent .control-group.error input, .translucent .control-group.error select, .translucent .control-group.error textarea, .translucent .control-group .field_with_errors input, .translucent .control-group .field_with_errors select, .translucent .control-group .field_with_errors textarea {
  color: #FF0000;
  border-color: #FF0000;
}

/* line 296, app/assets/stylesheets/_forms.sass */
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus, .control-group .field_with_errors input:focus, .control-group .field_with_errors select:focus, .control-group .field_with_errors textarea:focus {
  border-color: #953B39;
  -webkit-box-shadow: 0 0 6px #D59392;
  -moz-box-shadow: 0 0 6px #D59392;
  box-shadow: 0 0 6px #D59392;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .control-group.error input:focus, [dir="rtl"] .control-group.error select:focus, [dir="rtl"] .control-group.error textarea:focus, [dir="rtl"] .control-group .field_with_errors input:focus, [dir="rtl"] .control-group .field_with_errors select:focus, [dir="rtl"] .control-group .field_with_errors textarea:focus {
  -webkit-box-shadow: 0 0 6px #D59392;
  -moz-box-shadow: 0 0 6px #D59392;
  box-shadow: 0 0 6px #D59392;
}

/* line 299, app/assets/stylesheets/_forms.sass */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on, .control-group .field_with_errors .input-prepend .add-on, .control-group .field_with_errors .input-append .add-on {
  color: #FF0000;
  background-color: #F2DEDE;
  border-color: #B94A48;
}

/* line 304, app/assets/stylesheets/_forms.sass */
.control-group .controls .field_with_errors, .control-group .controls .field_without_errors {
  display: inline-block;
}

/* line 308, app/assets/stylesheets/_forms.sass */
.form-inline .radio, .form-inline .checkbox {
  display: inline-block;
  padding-inline-start: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .form-inline .radio, .ie7 .form-inline .checkbox {
  display: inline;
  zoom: 1;
}

/* line 313, app/assets/stylesheets/_forms.sass */
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: inline-start;
  margin-inline-start: 0;
  margin-inline-end: 3px;
}

/* line 319, app/assets/stylesheets/_forms.sass */
.form-horizontal .control-group {
  margin-bottom: 9px;
}

/* line 321, app/assets/stylesheets/_forms.sass */
.ie7 .form-horizontal .control-group {
  zoom: 1;
}

/* line 323, app/assets/stylesheets/_forms.sass */
.form-horizontal .control-group:before {
  display: table;
  content: "";
}

/* line 326, app/assets/stylesheets/_forms.sass */
.form-horizontal .control-group:after {
  display: table;
  content: "";
  clear: both;
}

/* line 330, app/assets/stylesheets/_forms.sass */
.form-horizontal .control-label {
  float: inline-start;
  width: 140px;
  padding-top: 5px;
  text-align: end;
}

/* line 335, app/assets/stylesheets/_forms.sass */
.form-horizontal .controls {
  margin-inline-start: 160px;
}

/* line 337, app/assets/stylesheets/_forms.sass */
.ie7 .form-horizontal .controls {
  display: inline-block;
  margin-inline-start: 0;
  padding-inline-start: 20px;
}

/* line 341, app/assets/stylesheets/_forms.sass */
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

/* line 344, app/assets/stylesheets/_forms.sass */
.form-horizontal .form-actions {
  padding-inline-start: 160px;
}

/* line 347, app/assets/stylesheets/_forms.sass */
.form-hint {
  font-size: 12px;
  font-weight: bold;
  color: #FFC52D;
}

/* line 3, app/assets/stylesheets/_tables.sass */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, app/assets/stylesheets/_tables.sass */
.table {
  width: 100%;
  font-size: 13px;
}

/* line 11, app/assets/stylesheets/_tables.sass */
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: start;
  vertical-align: top;
}

/* line 16, app/assets/stylesheets/_tables.sass */
.table th {
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/_tables.sass */
.table thead th {
  vertical-align: bottom;
}

/* line 21, app/assets/stylesheets/_tables.sass */
.table.table-on-black {
  border-bottom: 1px solid #2C2C2C;
}

/* line 23, app/assets/stylesheets/_tables.sass */
.table.table-on-black th, .table.table-on-black td {
  border-top: 1px solid #2C2C2C;
}

/* line 28, app/assets/stylesheets/_tables.sass */
.table.table-on-black caption + thead tr:first-child th, .table.table-on-black caption + thead tr:first-child td,
.table.table-on-black colgroup + thead tr:first-child th,
.table.table-on-black colgroup + thead tr:first-child td,
.table.table-on-black thead:first-child tr:first-child th,
.table.table-on-black thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 30, app/assets/stylesheets/_tables.sass */
.table.table-on-black tbody + tbody {
  border-top: 2px solid #2C2C2C;
}

/* line 33, app/assets/stylesheets/_tables.sass */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 37, app/assets/stylesheets/_tables.sass */
.table-striped tbody tr:nth-child(odd),
.table-striped tbody tr.odd {
  background-color: #f9f1e8;
}

/* line 41, app/assets/stylesheets/_tables.sass */
.table-striped.table-on-black tbody tr:nth-child(odd),
.table-striped.table-on-black tbody tr.odd {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 46, app/assets/stylesheets/_tables.sass */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 49, app/assets/stylesheets/_tables.sass */
.table-bordered {
  border: 1px solid #2C2C2C;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-inline-start: 0;
}

/* line 54, app/assets/stylesheets/_tables.sass */
.table-bordered th, .table-bordered td {
  border-inline-start: 1px solid #2C2C2C;
}

/* line 57, app/assets/stylesheets/_tables.sass */
.table-bordered caption + thead tr:first-child th {
  border-top: 0;
}

/* line 60, app/assets/stylesheets/_tables.sass */
.table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td {
  border-top: 0;
}

/* line 63, app/assets/stylesheets/_tables.sass */
.table-bordered colgroup + thead tr:first-child th {
  border-top: 0;
}

/* line 66, app/assets/stylesheets/_tables.sass */
.table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td {
  border-top: 0;
}

/* line 68, app/assets/stylesheets/_tables.sass */
.table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}

/* line 71, app/assets/stylesheets/_tables.sass */
.table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 79, app/assets/stylesheets/_tables.sass */
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 82, app/assets/stylesheets/_tables.sass */
.table th.medium {
  width: 17%;
}

/* Layout
 * ========================================================================== */
/* line 90, app/assets/stylesheets/application.css.sass.erb */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 960px;
  min-width: 860px;
  /* padding: 0 $gutterWidth */
  padding: 0;
  margin: 0 auto;
}

/* line 98, app/assets/stylesheets/application.css.sass.erb */
.container.narrow {
  max-width: 480px;
}

/* line 100, app/assets/stylesheets/application.css.sass.erb */
.container.announcements {
  margin-bottom: 5px;
}

/* line 102, app/assets/stylesheets/application.css.sass.erb */
.container.ad-leaderboard.kassab {
  max-width: 970px;
}

/* line 105, app/assets/stylesheets/application.css.sass.erb */
.mobile-control-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

/* line 109, app/assets/stylesheets/application.css.sass.erb */
.mobile-control-group.captcha {
  align-items: center;
}

/* line 112, app/assets/stylesheets/application.css.sass.erb */
.mobile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 117, app/assets/stylesheets/application.css.sass.erb */
.mobile-control-label {
  font-size: 16px;
  font-weight: 700;
}

/* line 121, app/assets/stylesheets/application.css.sass.erb */
.mobile-input {
  background-color: black;
  border-radius: 10px;
  padding: 12px;
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
  width: 240px;
}

/* line 131, app/assets/stylesheets/application.css.sass.erb */
.form-actions-mobile {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 138, app/assets/stylesheets/application.css.sass.erb */
#wrapper {
  min-height: 100%;
  margin-bottom: -58px;
}

/* line 141, app/assets/stylesheets/application.css.sass.erb */
#wrapper #footer-push {
  height: 58px;
}

/* line 144, app/assets/stylesheets/application.css.sass.erb */
#header {
  z-index: 1001;
  position: relative;
  height: 58px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  border: solid #000;
  border-width: 1px 0;
  background: url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x center top;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-font-smoothing: antialiased;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #header {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 156, app/assets/stylesheets/application.css.sass.erb */
#header.signed_in_header {
  margin-bottom: 42px;
}

/* line 158, app/assets/stylesheets/application.css.sass.erb */
#header .container {
  height: 100%;
}

/* line 161, app/assets/stylesheets/application.css.sass.erb */
#open-bracket {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  margin: -26px;
  content: url(https://assets.jawaker.com/assets/games/bracket-cdd56cb7d439ce41682e09ae1dac7623cdbe036522af126e143bae176cb44e4f.png);
  z-index: 1;
}

/* line 170, app/assets/stylesheets/application.css.sass.erb */
#close-bracket {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  margin: -24px;
  content: url(https://assets.jawaker.com/assets/games/bracket-cdd56cb7d439ce41682e09ae1dac7623cdbe036522af126e143bae176cb44e4f.png);
  z-index: 1;
  transform: rotate(180deg);
}

/* line 180, app/assets/stylesheets/application.css.sass.erb */
#mobile-header {
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
  border: solid #000;
  border-width: 1px 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-font-smoothing: antialiased;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #mobile-header {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 194, app/assets/stylesheets/application.css.sass.erb */
#mobile-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffc52d;
}

/* line 199, app/assets/stylesheets/application.css.sass.erb */
#logo {
  position: relative;
  z-index: 4;
  float: inline-start;
  display: block;
  overflow: hidden;
  width: 113px;
  height: 45px;
  margin: 7px 0;
  text-indent: -999px;
  outline: none;
  background: url(https://assets.jawaker.com/assets/application/logo-12ea1b063ee74a6b4a83521f17b8eece3d2c7d32014c0cbd93bd0141bc1164d5.png) no-repeat left top;
  background-size: 100px 40px;
}

/* line 213, app/assets/stylesheets/application.css.sass.erb */
.mobile-logo {
  width: 113px;
  height: 45px;
}

/* line 217, app/assets/stylesheets/application.css.sass.erb */
#footer {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  height: 58px;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 58px;
  color: #DEDAD1;
  border: none;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #footer {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #footer {
  background-position: right top;
}

/* line 227, app/assets/stylesheets/application.css.sass.erb */
#footer span {
  display: inline-block;
  padding: 0 3px;
  color: #DEDAD1;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 #footer span {
  display: inline;
  zoom: 1;
}

/* line 231, app/assets/stylesheets/application.css.sass.erb */
#footer a {
  position: relative;
  color: #DEDAD1;
}

/* line 234, app/assets/stylesheets/application.css.sass.erb */
#footer a:hover {
  color: #F5F1EA;
}

/* line 236, app/assets/stylesheets/application.css.sass.erb */
#footer i {
  font-size: 12px !important;
}

/* line 238, app/assets/stylesheets/application.css.sass.erb */
#footer p {
  margin: 0;
}

/* line 240, app/assets/stylesheets/application.css.sass.erb */
#footer p.legal {
  float: inline-end;
}

/* line 242, app/assets/stylesheets/application.css.sass.erb */
#footer p.links {
  float: inline-start;
}

/* line 245, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar {
  height: 25px;
  z-index: 1005;
  background: #343434;
  position: relative;
  z-index: 1005;
}

/* line 251, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar #languages {
  text-align: end;
  float: inline-end;
}

/* line 254, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar #languages .current_lang {
  color: #FFC52D;
}

/* line 256, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .jawaker-time {
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  float: inline-start;
  height: 25px;
  padding-inline: 15px;
  padding-block: 0;
  cursor: default;
  margin: 0;
  width: 100px;
}

/* line 265, app/assets/stylesheets/application.css.sass.erb */
.ie7 #top-info-bar .jawaker-time {
  margin-inline-end: 310px;
}

/* line 267, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .jawaker-time .fa-clock-o {
  font-size: 16px;
  line-height: 16px;
  padding-block: 0;
  padding-inline-start: 5px;
  padding-inline-end: 0;
}

/* line 273, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .jawaker-time #jawakerTime {
  font-size: 18px;
  line-height: 25px;
}

/* line 277, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status .countDown {
  text-decoration: underline;
}

/* line 279, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a {
  cursor: default;
}

/* line 282, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a.conn-good .connection-indicator {
  color: #5EC414;
}

/* line 285, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a.conn-average .connection-indicator {
  color: #F48F19;
}

/* line 288, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a.conn-bad .connection-indicator {
  color: #FF1515;
}

/* line 291, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a.conn-closed span {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: #D93500;
  background: -webkit-gradient(linear, left top, left bottom, from(#D93500), to(#9C0000));
  background: -moz-linear-gradient(top, #D93500, #9C0000);
  text-shadow: none;
}

/* line 295, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status a.conn-closed .connection-indicator {
  color: #DDD;
}

/* line 297, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status .retry-connect {
  color: #00E;
}

/* line 299, app/assets/stylesheets/application.css.sass.erb */
#top-info-bar .connection-status .dropdown-menu {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

/* line 303, app/assets/stylesheets/application.css.sass.erb */
.volume-controls {
  text-align: center;
}

/* line 305, app/assets/stylesheets/application.css.sass.erb */
.volume-controls #btn-global-sound-mute {
  margin-bottom: 10px;
  width: 200px;
  color: white;
}

/* line 309, app/assets/stylesheets/application.css.sass.erb */
.volume-controls .volume-control {
  text-align: start;
  border-top: 1px solid #2a2a2a;
  padding: 10px 0;
}

/* line 314, app/assets/stylesheets/application.css.sass.erb */
#sm2-container {
  height: 6px;
  width: 6px;
  position: absolute;
  inset-inline-start: -9999px;
  top: -9999px;
}

/* Global Navigation
 * ========================================================================== */
/* line 324, app/assets/stylesheets/application.css.sass.erb */
.top-nav {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
}

/* line 329, app/assets/stylesheets/application.css.sass.erb */
.top-nav.top-info-nav {
  position: relative;
  float: inline-end;
  width: auto;
}

/* line 333, app/assets/stylesheets/application.css.sass.erb */
.top-nav.top-info-nav > ul {
  margin: 0;
  height: 25px;
}

/* line 337, app/assets/stylesheets/application.css.sass.erb */
.top-nav.top-info-nav > ul > li > a {
  line-height: 25px;
  padding: 0 2px;
}

/* line 341, app/assets/stylesheets/application.css.sass.erb */
.top-nav.top-info-nav > ul > li.expandable .nav-menu {
  inset-inline-start: auto;
  inset-inline-end: -1px;
}

/* line 344, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul {
  max-width: 650px;
  margin-block: 0;
  margin-inline-start: 110px;
  margin-inline-end: 160px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

/* line 354, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .top-nav > ul > li {
  display: inline;
  zoom: 1;
}

/* line 356, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li > a {
  display: block;
  padding: 0 12px;
  color: #CDCBC0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 58px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}

/* line 365, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li > a:hover {
  color: #fff;
}

/* line 368, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.info-nav-item a {
  color: #a7a7a7;
}

/* line 370, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.info-nav-item a span {
  display: inline-block;
  margin-top: -4px;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
  border: 1px solid #2a2a2a;
  background: #4E4E4D;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .top-nav > ul > li.info-nav-item a span {
  display: inline;
  zoom: 1;
}

/* line 378, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.info-nav-item a:hover {
  color: #CDCBC0;
}

/* line 380, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.info-nav-item a:hover span {
  background: #535352;
}

/* line 383, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.active > a {
  color: #FFC52D;
}

/* line 385, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable {
  position: relative;
}

/* line 387, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu {
  display: none;
  z-index: 9999;
  position: absolute;
  inset-inline-start: -1px;
  top: 100%;
  width: 500px;
  padding: 10px;
  text-align: start;
  font-size: 14px;
  border: 1px solid #191919;
  border-top: none;
  background: #4E4E4D;
}

/* line 400, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.single-column {
  width: 225px;
}

/* line 402, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.single-column-narrow {
  width: 150px;
}

/* line 404, app/assets/stylesheets/application.css.sass.erb */
.no-rgba .top-nav > ul > li.expandable .nav-menu {
  background: #413F3E;
}

/* line 406, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 412, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: inline-start;
  width: 33%;
  padding-top: 0;
  padding-inline-end: 5px;
  padding-bottom: 5px;
  padding-inline-start: 0;
}

/* line 420, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list li.single-item {
  width: 100%;
}

/* line 422, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list li.centered {
  text-align: center;
}

/* line 424, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a {
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  cursor: hand;
  height: 34px;
  text-decoration: none;
  font-size: 14px;
  line-height: 34px;
  padding-block: 0;
  padding-inline-start: 10px;
  padding-inline-end: 35px;
  color: #FFC52D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: #000 0 1px 0;
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  border-color: #191919;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .top-nav > ul > li.expandable .nav-menu .game-list a {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .top-nav > ul > li.expandable .nav-menu .game-list a {
  background-position: right top;
}

/* line 441, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a .arrow {
  position: absolute;
  top: 50%;
  inset-inline-end: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(https://assets.jawaker.com/assets/home/arrows-a6f9aa7e11ee465b3e0e9225934970cbd9d720344ab0bd11bfa209cf095fe6c4.png) no-repeat left top;
  border: 0;
  padding: 0;
}

/* line 451, app/assets/stylesheets/application.css.sass.erb */
.rtl .top-nav > ul > li.expandable .nav-menu .game-list a .arrow {
  background: url(https://assets.jawaker.com/assets/home/arrows-rtl-f063c9997ac440375488193ae453b0c8001f2f3de68db50ee644987686bda64d.png) no-repeat left top;
}

/* line 453, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a .hot-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/hot-icon-45c14b2af7ededab66e4fae96a270b16f50d9c5a3e80c04cf512dcd08d081f59.png);
  position: absolute;
  repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: -4px;
  inset-inline-start: -4px;
}

/* line 461, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a .count-label {
  position: absolute;
  top: 8px;
  inset-inline-end: 7px;
}

/* line 466, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a:hover {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
  background: url(https://assets.jawaker.com/assets/modules/btn/btnSmall-70b6230328e6ea4c00ab57c046b19d1d883bbf87ac60d32864ee2e79b2915ac6.png) repeat-x 0 -136px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .top-nav > ul > li.expandable .nav-menu .game-list a:hover {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
}

/* line 471, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a:hover .arrow {
  background-position: 0 -24px;
}

/* line 474, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu .game-list a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 -170px;
}

/* line 478, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.full-width {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px;
  text-align: start;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  background: rgba(63, 63, 63, 0.95);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .top-nav > ul > li.expandable .nav-menu.full-width {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

/* line 493, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.full-width ul {
  position: relative;
  float: inline-start;
  width: 160px;
  margin: 0;
  margin-inline-end: 20px;
  padding: 0;
  list-style: none;
}

/* line 502, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.full-width ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  display: block;
  padding: 0 10px;
  line-height: 26px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}

/* line 510, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.full-width ul li a:hover {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  background: rgba(255, 255, 255, 0.2);
}

/* line 514, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable .nav-menu.full-width ul li.active a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #222;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  background: #FFC52D;
}

/* line 519, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable.open {
  margin-top: 0;
  margin-bottom: -1px;
  margin-inline: -1px;
  border: 1px solid #21201E;
  border-width: 1px;
  border-bottom: 1px solid #413F3E;
  background-color: #42403D;
}

/* line 527, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.expandable.open .nav-menu {
  display: block;
}

/* line 529, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.active {
  margin: 0 -1px -1px;
  border: 1px solid #21201E;
  border-width: 1px;
  border-bottom: 1px solid #413F3E;
  background-color: #42403D;
}

/* line 535, app/assets/stylesheets/application.css.sass.erb */
.top-nav > ul > li.active .jicon-basha {
  line-height: 20px;
}

/* Login and signup buttons */
/* line 540, app/assets/stylesheets/application.css.sass.erb */
#account-buttons {
  float: inline-end;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}

/* line 545, app/assets/stylesheets/application.css.sass.erb */
#account-buttons li {
  position: relative;
  float: inline-start;
  margin-inline-start: 10px;
}

/* line 550, app/assets/stylesheets/application.css.sass.erb */
#signup-popup .popup {
  width: 520px;
  min-height: 450px;
  margin-inline-start: -260px;
  margin-top: -225px;
}

/* line 556, app/assets/stylesheets/application.css.sass.erb */
#login-popover {
  margin-inline-start: -135px;
}

/* line 558, app/assets/stylesheets/application.css.sass.erb */
#login-popover .popover {
  width: 240px;
}

/* line 560, app/assets/stylesheets/application.css.sass.erb */
#login-popover input, #login-popover textarea, #login-popover select, #login-popover .uneditable-input {
  width: 230px;
}

/* line 564, app/assets/stylesheets/application.css.sass.erb */
#login-popover .btn.facebook-login {
  width: 100%;
  box-sizing: border-box;
}

/* line 567, app/assets/stylesheets/application.css.sass.erb */
#login-popover .popover {
  background: white;
}

/* line 569, app/assets/stylesheets/application.css.sass.erb */
#login-popover p.forgot {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
}

/* line 574, app/assets/stylesheets/application.css.sass.erb */
#login-popover p.forgot a {
  color: #6D6C6C;
  font-weight: normal;
  text-decoration: underline;
}

/* line 578, app/assets/stylesheets/application.css.sass.erb */
#login-popover p.forgot a:hover {
  color: #494848;
}

/* line 582, app/assets/stylesheets/application.css.sass.erb */
#signup-modal h4 {
  display: inline-block;
}

/* line 584, app/assets/stylesheets/application.css.sass.erb */
#signup-modal .btn.facebook-login {
  width: 280px;
  box-sizing: border-box;
}

/* Toolbar
 * ========================================================================== */
/* line 591, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications {
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 85px;
}

/* line 597, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .basha-countdown, #fixed-notifications #toolbar .profile-tokens, #fixed-notifications #toolbar .profile-spin-wheel {
  height: 28px;
  overflow: hidden;
  margin-top: 4px;
  margin-inline-end: 15px;
  padding: 0;
  float: inline-end;
  line-height: 24px;
  border: none;
  opacity: 0.76;
}

/* line 607, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .basha-countdown i, #fixed-notifications #toolbar .profile-tokens i, #fixed-notifications #toolbar .profile-spin-wheel i {
  font-size: 21px;
  float: inline-start;
  margin: 3px 0 0 0;
  position: relative;
  color: #FFC52D;
}

/* line 613, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .basha-countdown i.fa-plus-circle, #fixed-notifications #toolbar .profile-tokens i.fa-plus-circle, #fixed-notifications #toolbar .profile-spin-wheel i.fa-plus-circle {
  font-size: 16px;
  margin-top: 5px;
  margin-inline-start: -7px;
  color: #FFC52D;
  line-height: 14px;
  background-color: #343434;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  width: 15px;
}

/* line 624, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .basha-countdown span, #fixed-notifications #toolbar .profile-tokens span, #fixed-notifications #toolbar .profile-spin-wheel span {
  border: 1px solid #000000;
  border-inline-start: none;
  float: inline-start;
  background: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png) repeat scroll left top transparent;
  padding-inline: 12px;
  padding-block: 0;
  margin: 0;
  margin-inline-start: -8px;
  color: #FFC52D;
}

/* line 634, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .basha-countdown:hover, #fixed-notifications #toolbar .profile-tokens:hover, #fixed-notifications #toolbar .profile-spin-wheel:hover {
  opacity: 0.9;
}

/* line 636, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-red-tokens {
  overflow: inherit;
}

/* line 638, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-red-tokens .mb-logo {
  width: 28px;
  height: 28px;
  position: relative;
  float: inline-start;
}

/* line 643, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-red-tokens i.fa-plus-circle {
  color: #F5F1EA;
}

/* line 645, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-red-tokens span {
  color: #F5F1EA;
  border: 1px solid #AC2925;
  border-inline-start: none;
  -webkit-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  -moz-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #fixed-notifications #toolbar .profile-red-tokens span {
  -webkit-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  -moz-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
}

/* line 651, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-tokens i {
  color: #F5F1EA;
}

/* line 653, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-tokens i.fa-plus-circle {
  color: #F5F1EA;
}

/* line 655, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-tokens span {
  color: #F5F1EA;
}

/* line 657, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel {
  overflow: inherit;
}

/* line 659, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel .mb-logo {
  width: 28px;
  height: 28px;
  position: relative;
  float: inline-start;
}

/* line 664, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel .active-spinner {
  background-image: url(https://assets.jawaker.com/assets/spinner_icon-444b93fbff46b7c6f7649e263078a1b7c08a3c939611eb654ebb5508af34985f.png);
  background-size: 100%;
}

/* line 667, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel .inactive-spinner {
  background-image: url(https://assets.jawaker.com/assets/spinner_icon_disabled-b0981a6fcf711582c1b2b42ba5a915433c65a330de79cf8e7cfa674f1c77cb60.png);
  background-size: 100%;
}

/* line 670, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel i.fa-plus-circle {
  color: #F5F1EA;
}

/* line 672, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel span {
  color: #F5F1EA;
  border: 1px solid #AC2925;
  border-inline-start: none;
  -webkit-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  -moz-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #fixed-notifications #toolbar .profile-spin-wheel span {
  -webkit-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  -moz-box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
  box-shadow: 0 0 10px rgba(172, 41, 37, 0.7);
}

/* line 677, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel span.inactive-border {
  box-shadow: none !important;
  border-color: gray !important;
}

/* line 680, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications #toolbar .profile-spin-wheel .gold {
  color: #ffc52d;
}

/* line 701, app/assets/stylesheets/application.css.sass.erb */
#fixed-notifications.scrolling-notifications {
  position: fixed;
  top: 0;
}

/* line 705, app/assets/stylesheets/application.css.sass.erb */
#toolbar {
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1000;
  height: 36px;
  margin-bottom: 10px;
  line-height: 36px;
  text-shadow: #191919 0 -1px 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #191919;
  border-top: 1px solid #2a2a2a;
  background: #2C2C2C url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x left top;
}

/* line 718, app/assets/stylesheets/application.css.sass.erb */
#toolbar #xp-box-container {
  width: 258px;
  margin: -1px;
  float: inline-end;
}

/* line 722, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown {
  position: relative;
  float: inline-start;
  border-inline-end: 1px solid #2a2a2a;
  border-inline-start: 1px solid #4E4E4D;
}

/* line 727, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a {
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: relative;
  display: block;
  padding-inline: 15px;
  padding-block: 0;
}

/* line 733, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a .fa-lg {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  text-shadow: #191919 0 -1px 0;
}

/* line 738, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a .jicon-large {
  margin: 0;
  font-size: 15px;
  line-height: 32px;
  text-shadow: #191919 0 -1px 0;
}

/* line 743, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a .count-label {
  top: -1px;
}

/* line 745, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a .label {
  display: none;
}

/* line 747, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown > a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* line 749, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown:first-child {
  border-inline-start: none;
}

/* line 753, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown.highlighted > a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 756, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown.open > a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
}

/* line 760, app/assets/stylesheets/application.css.sass.erb */
#toolbar .dropdown.open .dropdown-menu {
  z-index: 3;
}

/* line 762, app/assets/stylesheets/application.css.sass.erb */
#toolbar .basha-countdown {
  float: inline-end;
  border-inline-start: 1px solid #2C2C2C;
  border-inline-end: 1px solid #2a2a2a;
  border-inline-start: 1px solid #2a2a2a;
}

/* line 767, app/assets/stylesheets/application.css.sass.erb */
#toolbar .basha-countdown a {
  display: block;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  padding-inline: 15px;
  padding-block: 0;
}

/* line 772, app/assets/stylesheets/application.css.sass.erb */
#toolbar .basha-countdown a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* line 774, app/assets/stylesheets/application.css.sass.erb */
#toolbar .basha-countdown.highlighted {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 777, app/assets/stylesheets/application.css.sass.erb */
.count-label {
  display: inline-block;
  position: relative;
  margin-inline-start: 3px;
  padding: 0 6px;
  line-height: 18px;
  font-size: 12px;
  color: #000;
  text-shadow: none;
  background: #E9C500;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C500), to(#ECB000));
  background: -moz-linear-gradient(top, #E9C500, #ECB000);
  background: #FFC52D;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .count-label {
  display: inline;
  zoom: 1;
}

/* line 788, app/assets/stylesheets/application.css.sass.erb */
.count-label .tail {
  position: absolute;
  inset-inline-start: -3px;
  top: 50%;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-inline-end: 3px solid #FFC52D;
}

/* line 796, app/assets/stylesheets/application.css.sass.erb */
.count-label.green {
  /* +gradient-vertical(#6BCF24, #3B9F04) */
  background: #33AF22;
}

/* line 799, app/assets/stylesheets/application.css.sass.erb */
.count-label.green .tail {
  border-inline-end: 3px solid #5BBF14;
}

/* line 801, app/assets/stylesheets/application.css.sass.erb */
.count-label.black {
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: -moz-linear-gradient(top, #444, #222);
  color: white;
}

/* Ad Banner
 * ========================================================================== */
/* line 808, app/assets/stylesheets/application.css.sass.erb */
.ad-leaderboard {
  margin-bottom: 5px;
  text-align: center;
  min-height: 90px;
}

/* line 812, app/assets/stylesheets/application.css.sass.erb */
.ad-leaderboard img {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .ad-leaderboard img {
  display: inline;
  zoom: 1;
}

/* line 814, app/assets/stylesheets/application.css.sass.erb */
.ad-leaderboard.container {
  min-width: 0;
}

/* line 817, app/assets/stylesheets/application.css.sass.erb */
.ad-skyscraper {
  margin-top: 5px;
  text-align: center;
}

/* line 820, app/assets/stylesheets/application.css.sass.erb */
.ad-skyscraper img {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .ad-skyscraper img {
  display: inline;
  zoom: 1;
}

/* line 822, app/assets/stylesheets/application.css.sass.erb */
.ad-skyscraper.container {
  min-width: 0;
  max-width: 244px;
}

/* Page frame
 * ========================================================================== */
/* line 828, app/assets/stylesheets/application.css.sass.erb */
.page-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 0 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #191919;
  background: #2C2C2C url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x left top;
  padding: 5px;
  padding-top: 4px;
  border: 1px solid #191919;
  border-top: 1px solid #3d3d3c;
  background: #2C2C2C;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-wrapper {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 840, app/assets/stylesheets/application.css.sass.erb */
.page-wrapper + .page-wrapper {
  margin-top: -21px;
  padding-top: 0;
  border-top: 0;
}

/* line 844, app/assets/stylesheets/application.css.sass.erb */
.ie7 .page-wrapper, .ie8 .page-wrapper {
  max-width: 950px;
  min-width: 850px;
}

/* line 847, app/assets/stylesheets/application.css.sass.erb */
.page-wrapper.with-header {
  border-top-color: #4E4E4D;
  background: #2C2C2C url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x left top;
}

/* line 851, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: inline-end;
  width: 250px;
  margin-top: -46px;
  margin-inline-end: -250px;
  margin-bottom: -1px;
  padding-inline-start: 5px;
  padding-top: 5px;
  border-inline-start: 1px solid #4E4E4D;
}

/* line 861, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar .nav-buttons {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-sidebar .nav-buttons {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 866, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar .nav-buttons li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  line-height: 33px;
}

/* line 871, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar .nav-buttons li a {
  padding: 0 8px;
  font-size: 13px;
}

/* line 875, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar .nav-buttons.with-1-panes li {
  width: 100%;
}

/* line 877, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar #fb-button {
  padding: 5px 0;
}

/* line 879, app/assets/stylesheets/application.css.sass.erb */
.page-sidebar #fb-button .invite-fb-friends, .page-sidebar #fb-button .connect-fb {
  display: block;
  text-align: center;
}

/* line 883, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-header .nav-buttons li {
  width: 50%;
}

/* line 885, app/assets/stylesheets/application.css.sass.erb */
.page-footer #symposium-main.module .module-header .nav-buttons li {
  width: 90px;
  text-align: center;
}

/* line 890, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module textarea, #symposium-main.module input, .page-sidebar .module textarea, .page-sidebar .module input {
  border-color: #191919;
}

/* line 892, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-header, .page-sidebar .module .module-header {
  padding: 5px 0;
  border-top: 1px solid #4E4E4D;
}

/* line 895, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar, .page-sidebar .module .module-toolbar {
  position: relative;
  padding-bottom: 5px;
}

/* line 899, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar .tab-nav .count-label, .page-sidebar .module .module-toolbar .tab-nav .count-label {
  float: inline-end;
}

/* line 901, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar .tab-nav a.dropdown-toggle, .page-sidebar .module .module-toolbar .tab-nav a.dropdown-toggle {
  display: block;
  margin: 0;
  padding-inline: 4px;
  padding-block: 0;
  line-height: 20px;
  font-size: 13px;
}

/* line 908, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar .tab-nav a.dropdown-toggle .caret, .page-sidebar .module .module-toolbar .tab-nav a.dropdown-toggle .caret {
  float: inline-end;
  margin-top: 8px;
}

/* line 911, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar .tab-nav a.dropdown-toggle .count-label, .page-sidebar .module .module-toolbar .tab-nav a.dropdown-toggle .count-label {
  margin-top: 1px;
  margin-inline-start: 10px;
}

/* line 915, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar .tab-nav .dropdown-menu .count-label, .page-sidebar .module .module-toolbar .tab-nav .dropdown-menu .count-label {
  margin-top: -1px;
}

/* line 917, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-toolbar input, .page-sidebar .module .module-toolbar input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 5px;
}

/* line 923, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-content, .page-sidebar .module .module-content {
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  background: #191919;
}

/* line 928, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-content a, .page-sidebar .module .module-content a {
  color: #A2A2A2;
  text-decoration: underline;
}

/* line 931, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-content a:hover, .page-sidebar .module .module-content a:hover {
  color: #fff;
}

/* line 933, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module .module-footer, .page-sidebar .module .module-footer {
  position: relative;
  padding-top: 5px;
  border-top: 1px solid #4E4E4D;
}

/* line 938, app/assets/stylesheets/application.css.sass.erb */
#symposium-main.module:first-child .module-header, .page-sidebar .module:first-child .module-header {
  padding-top: 0;
  border-top: 0;
}

/* line 942, app/assets/stylesheets/application.css.sass.erb */
.page-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -5px;
  margin-bottom: 0;
  min-height: 46px;
  line-height: 46px;
  text-align: start;
  color: #A2A2A2;
  font-size: 14px;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 953, app/assets/stylesheets/application.css.sass.erb */
.with-sidebar .page-header {
  margin-inline-end: 251px;
  border-inline-end: 1px solid #191919;
}

/* line 956, app/assets/stylesheets/application.css.sass.erb */
.with-sidebar .page-header {
  margin-inline-end: 251px;
  border-inline-end: 1px solid #191919;
}

/* line 959, app/assets/stylesheets/application.css.sass.erb */
.page-header .page-header-title {
  float: inline-start;
  margin: 3px 0 0 0;
  padding-inline-start: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-shadow: #191919 0 -1px 0;
}

/* line 968, app/assets/stylesheets/application.css.sass.erb */
.index .page-header .page-header-title > span.small-info {
  margin-inline-start: 17px;
}

/* line 970, app/assets/stylesheets/application.css.sass.erb */
.groups.index .page-header .page-header-title, .basha.buy_tokens .page-header .page-header-title {
  padding-inline-start: 5px;
  margin: 0;
  line-height: 44px;
}

/* line 974, app/assets/stylesheets/application.css.sass.erb */
.groups.index .page-header .page-header-title > span.small-info, .basha.buy_tokens .page-header .page-header-title > span.small-info {
  margin-inline-start: 0px;
}

/* line 976, app/assets/stylesheets/application.css.sass.erb */
.games.show .page-header .page-header-title {
  margin-top: 5px;
  padding-inline-start: 15px;
  max-width: 185px;
  white-space: nowrap;
  overflow-x: hidden;
}

/* line 982, app/assets/stylesheets/application.css.sass.erb */
.page-header .page-header-title .caret {
  vertical-align: middle;
}

/* line 984, app/assets/stylesheets/application.css.sass.erb */
.page-header .page-header-title > span.small-info {
  color: #A2A2A2;
  font-size: 14px;
}

/* line 987, app/assets/stylesheets/application.css.sass.erb */
.page-header .page-header-actions {
  float: inline-end;
  height: 46px;
  padding: 0 5px;
}

/* line 991, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header {
  letter-spacing: -0.31em;
  padding: 0 4px;
  margin: 0 -4px;
  text-align: center;
  color: #A2A2A2;
  height: auto;
  text-align: center;
}

/* line 999, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block {
  display: inline-block;
  width: 33.3333333333%;
  padding: 10px 0;
}

/* line 1003, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-shadow: #191919 0 -1px 0;
}

/* line 1009, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block p {
  margin: 0;
  line-height: 20px;
}

/* line 1012, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block p strong {
  color: #b3b3b3;
}

/* line 1014, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block a {
  color: #A2A2A2;
  font-weight: bold;
}

/* line 1017, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-header .page-header-block a:hover {
  color: #e6e6e6;
}

/* line 1020, app/assets/stylesheets/application.css.sass.erb */
.page-body {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  border: 1px solid #191919;
  border-bottom: 1px solid #4E4E4D;
  background: url(https://assets.jawaker.com/assets/application/bgDiamonds-bae5646d4c90c8c9abd86f56e72bbb456d0f6d3a2cdec6b19474be4810ce66a9.png) repeat;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.page-body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .page-body {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .page-body {
  height: 1%;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-body {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

/* line 1026, app/assets/stylesheets/application.css.sass.erb */
.with-sidebar .page-body {
  margin-inline-end: 250px;
}

/* line 1029, app/assets/stylesheets/application.css.sass.erb */
.page-toolbar {
  position: relative;
  padding: 6px;
  line-height: 26px;
  border-top: 1px solid #4E4E4D;
  border-inline-end: 1px solid #191919;
  background: #4E4E4D;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-toolbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

/* line 1037, app/assets/stylesheets/application.css.sass.erb */
.old-layout .page-toolbar {
  border-top: 1px solid #fff;
  border-inline-end: none;
  background: #ECE7E2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.old-layout .page-toolbar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .old-layout .page-toolbar {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .old-layout .page-toolbar {
  height: 1%;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .old-layout .page-toolbar {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1044, app/assets/stylesheets/application.css.sass.erb */
.page-meta {
  letter-spacing: -0.31em;
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
  padding: 0;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-meta {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-meta {
  background-position: right top;
}

/* line 1048, app/assets/stylesheets/application.css.sass.erb */
.page-meta .meta-column {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  font-size: 14px;
  border-inline-end: 1px solid #2C2C2C;
  border-inline-start: 1px solid #2C2C2C;
}

/* line 1057, app/assets/stylesheets/application.css.sass.erb */
.page-meta .meta-column:first-child {
  border-inline-start: none;
}

/* line 1059, app/assets/stylesheets/application.css.sass.erb */
.page-meta .meta-column:last-child {
  border-inline-end: none;
}

/* line 1061, app/assets/stylesheets/application.css.sass.erb */
.page-meta .meta-column .label {
  display: inline-block;
  min-width: 60px;
  color: #BDB5A3;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .page-meta .meta-column .label {
  display: inline;
  zoom: 1;
}

/* line 1065, app/assets/stylesheets/application.css.sass.erb */
.page-meta .meta-column .value {
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

/* line 1069, app/assets/stylesheets/application.css.sass.erb */
.page-content {
  position: relative;
  padding: 20px;
}

/* Footer
 * ========================================================================== */
/* line 1076, app/assets/stylesheets/application.css.sass.erb */
.page-footer {
  z-index: 1;
  position: relative;
  height: 320px;
}

/* line 1080, app/assets/stylesheets/application.css.sass.erb */
.page-footer .tab-nav {
  border-width: 0 0 1px 0;
}

/* line 1082, app/assets/stylesheets/application.css.sass.erb */
.page-footer .chat {
  z-index: 1;
  float: inline-start;
  height: 100%;
  width: 39%;
}

/* line 1087, app/assets/stylesheets/application.css.sass.erb */
.page-footer .chat .chat-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .page-footer .chat .chat-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1089, app/assets/stylesheets/application.css.sass.erb */
.page-footer .chat .chat-content {
  height: 255px;
}

/* line 1091, app/assets/stylesheets/application.css.sass.erb */
.page-footer .chat #in-chat-friends {
  height: 255px;
  overflow-y: scroll;
}

/* line 1094, app/assets/stylesheets/application.css.sass.erb */
.page-footer .chat .chat-shading {
  bottom: -10px;
}

/* line 1096, app/assets/stylesheets/application.css.sass.erb */
.page-footer .footer-comments {
  float: inline-end;
  width: 60%;
  height: 100%;
  background: #ECE7E2;
}

/* line 1102, app/assets/stylesheets/application.css.sass.erb */
.current-player {
  color: #FFC52D;
}

/* Non-semantic helper classes
 * ========================================================================== */
/* line 1108, app/assets/stylesheets/application.css.sass.erb */
.translucent {
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .translucent {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .translucent {
  background-position: right top;
}

/* line 1111, app/assets/stylesheets/application.css.sass.erb */
.box {
  padding: 20px;
}

/* For image replacement */
/* line 1115, app/assets/stylesheets/application.css.sass.erb */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: start;
}

/* line 1124, app/assets/stylesheets/application.css.sass.erb */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers */
/* line 1129, app/assets/stylesheets/application.css.sass.erb */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
/* line 1135, app/assets/stylesheets/application.css.sass.erb */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 1147, app/assets/stylesheets/application.css.sass.erb */
.hide {
  display: none;
}

/* line 1149, app/assets/stylesheets/application.css.sass.erb */
.show {
  display: block;
}

/* line 1151, app/assets/stylesheets/application.css.sass.erb */
.invisible {
  visibility: hidden;
}

/* line 1154, app/assets/stylesheets/application.css.sass.erb */
.pull-right {
  float: inline-end;
}

/* line 1156, app/assets/stylesheets/application.css.sass.erb */
.pull-left {
  float: inline-start;
}

/* line 1160, app/assets/stylesheets/application.css.sass.erb */
.clearfix:before {
  content: "";
  display: table;
}

/* line 1163, app/assets/stylesheets/application.css.sass.erb */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

/* line 1169, app/assets/stylesheets/application.css.sass.erb */
.clearScroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* Print styles
 * ========================================================================== */
@media print {
  /* line 1177, app/assets/stylesheets/application.css.sass.erb */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* line 1183, app/assets/stylesheets/application.css.sass.erb */
  a {
    text-decoration: underline;
  }
  /* line 1185, app/assets/stylesheets/application.css.sass.erb */
  a:visited {
    text-decoration: underline;
  }
  /* line 1187, app/assets/stylesheets/application.css.sass.erb */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 1189, app/assets/stylesheets/application.css.sass.erb */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 1191, app/assets/stylesheets/application.css.sass.erb */
  .ir a:after {
    content: "";
  }
  /* line 1194, app/assets/stylesheets/application.css.sass.erb */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  /* line 1197, app/assets/stylesheets/application.css.sass.erb */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 1200, app/assets/stylesheets/application.css.sass.erb */
  thead {
    display: table-header-group;
  }
  /* line 1202, app/assets/stylesheets/application.css.sass.erb */
  tr {
    page-break-inside: avoid;
  }
  /* line 1204, app/assets/stylesheets/application.css.sass.erb */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 1210, app/assets/stylesheets/application.css.sass.erb */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 1213, app/assets/stylesheets/application.css.sass.erb */
  h2, h3 {
    page-break-after: avoid;
  }
}

/* Tabs & Other Stuff
 * ========================================================================== */
/* line 1219, app/assets/stylesheets/application.css.sass.erb */
#game-tabs {
  position: relative;
  z-index: 3;
  float: inline-end;
  width: 60%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-tabs {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1226, app/assets/stylesheets/application.css.sass.erb */
#game-tabs .toolbar {
  height: 30px;
  padding: 5px;
  border: 1px solid #191919;
  border-top: none;
  background: #2a2a2a;
}

/* line 1232, app/assets/stylesheets/application.css.sass.erb */
#game-tabs .toolbar .btn {
  border-color: #191919;
}

/* line 1234, app/assets/stylesheets/application.css.sass.erb */
#game-tabs .body {
  clear: both;
  overflow: auto;
  height: 258px;
  padding: 10px;
  color: #000;
}

/* line 1240, app/assets/stylesheets/application.css.sass.erb */
#game-tabs .body.with-toolbar {
  height: 216px;
}

/* line 1243, app/assets/stylesheets/application.css.sass.erb */
#game-message {
  display: none;
  text-align: center;
}

/* line 1248, app/assets/stylesheets/application.css.sass.erb */
#tab-conversations .count {
  font-size: 11px;
}

/* line 1250, app/assets/stylesheets/application.css.sass.erb */
.rtl #tab-conversations .count {
  font-size: 12px;
  vertical-align: middle;
  line-height: 30px;
}

/* line 1254, app/assets/stylesheets/application.css.sass.erb */
#tab-conversations .create-conversation {
  float: inline-end;
  font-size: 11px;
}

/* line 1257, app/assets/stylesheets/application.css.sass.erb */
.rtl #tab-conversations .create-conversation {
  font-size: 12px;
}

/* line 1260, app/assets/stylesheets/application.css.sass.erb */
#tab-conversations ul.conversations {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1264, app/assets/stylesheets/application.css.sass.erb */
#tab-conversations ul.conversations li {
  margin-bottom: 5px;
}

/* line 1266, app/assets/stylesheets/application.css.sass.erb */
#tab-conversations ul.conversations li .conversation {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #000;
  line-height: 32px;
  background: #f9f1e8;
}

/* line 1274, app/assets/stylesheets/application.css.sass.erb */
ul.conversation-participants {
  list-style: none;
}

/* line 1276, app/assets/stylesheets/application.css.sass.erb */
ul.conversation-participants li.participant {
  margin-block: 5px;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  width: 240px;
  float: inline-start;
}

/* line 1282, app/assets/stylesheets/application.css.sass.erb */
ul.conversation-participants li.participant .avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 ul.conversation-participants li.participant .avatar {
  display: inline;
  zoom: 1;
}

/* line 1290, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .search, #tab-compRequests .search, #tab-compComplaints .search, #tab-compLogs .search, #tab-compModeratorActions .search, #tab-compOrganizerActions .search, .friend-list .search {
  width: 150px;
  padding-inline-start: 10px;
}

/* line 1294, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends, #tab-compComplaints ul.friends, #tab-online-friends ul.friends, #tab-compLogs ul.friends, #tab-compModeratorActions ul.friends, #tab-groupActionsLog ul.friends, #tab-compOrganizerActions ul.friends, .friend-list ul.friends {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1298, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li, #tab-compComplaints ul.friends li, #tab-online-friends ul.friends li, #tab-compLogs ul.friends li, #tab-compModeratorActions ul.friends li, #tab-groupActionsLog ul.friends li, #tab-compOrganizerActions ul.friends li, .friend-list ul.friends li {
  margin: 0 0 5px 0;
}

/* line 1300, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li.disabled, #tab-compComplaints ul.friends li.disabled, #tab-online-friends ul.friends li.disabled, #tab-compLogs ul.friends li.disabled, #tab-compModeratorActions ul.friends li.disabled, #tab-groupActionsLog ul.friends li.disabled, #tab-compOrganizerActions ul.friends li.disabled, .friend-list ul.friends li.disabled {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 1302, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .player, #tab-compComplaints ul.friends li .player, #tab-online-friends ul.friends li .player, #tab-compLogs ul.friends li .player, #tab-compModeratorActions ul.friends li .player, #tab-groupActionsLog ul.friends li .player, #tab-compOrganizerActions ul.friends li .player, .friend-list ul.friends li .player {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  color: #000;
  line-height: 32px;
  background: #f9f1e8;
}

/* line 1310, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .player:hover, #tab-compComplaints ul.friends li .player:hover, #tab-online-friends ul.friends li .player:hover, #tab-compLogs ul.friends li .player:hover, #tab-compModeratorActions ul.friends li .player:hover, #tab-groupActionsLog ul.friends li .player:hover, #tab-compOrganizerActions ul.friends li .player:hover, .friend-list ul.friends li .player:hover {
  background: #fff7ee;
}

/* line 1312, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .player.open .in-chat-actions, #tab-compComplaints ul.friends li .player.open .in-chat-actions, #tab-online-friends ul.friends li .player.open .in-chat-actions, #tab-compLogs ul.friends li .player.open .in-chat-actions, #tab-compModeratorActions ul.friends li .player.open .in-chat-actions, #tab-groupActionsLog ul.friends li .player.open .in-chat-actions, #tab-compOrganizerActions ul.friends li .player.open .in-chat-actions, .friend-list ul.friends li .player.open .in-chat-actions {
  display: block;
}

/* line 1314, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .message, #tab-compComplaints ul.friends li .message, #tab-online-friends ul.friends li .message, #tab-compLogs ul.friends li .message, #tab-compModeratorActions ul.friends li .message, #tab-groupActionsLog ul.friends li .message, #tab-compOrganizerActions ul.friends li .message, .friend-list ul.friends li .message {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #000;
  line-height: 14px;
  background: #F9F1E8;
}

/* line 1321, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .message.no-res, #tab-compComplaints ul.friends li .message.no-res, #tab-online-friends ul.friends li .message.no-res, #tab-compLogs ul.friends li .message.no-res, #tab-compModeratorActions ul.friends li .message.no-res, #tab-groupActionsLog ul.friends li .message.no-res, #tab-compOrganizerActions ul.friends li .message.no-res, .friend-list ul.friends li .message.no-res {
  background: #A2A2A2;
}

/* line 1323, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .place, #tab-compComplaints ul.friends li .place, #tab-online-friends ul.friends li .place, #tab-compLogs ul.friends li .place, #tab-compModeratorActions ul.friends li .place, #tab-groupActionsLog ul.friends li .place, #tab-compOrganizerActions ul.friends li .place, .friend-list ul.friends li .place {
  vertical-align: middle;
  margin: 0 -4px;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1327, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .place.online, #tab-compComplaints ul.friends li .place.online, #tab-online-friends ul.friends li .place.online, #tab-compLogs ul.friends li .place.online, #tab-compModeratorActions ul.friends li .place.online, #tab-groupActionsLog ul.friends li .place.online, #tab-compOrganizerActions ul.friends li .place.online, .friend-list ul.friends li .place.online {
  color: rgba(0, 150, 0, 0.75);
}

/* line 1329, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li i.avatar, #tab-compComplaints ul.friends li i.avatar, #tab-online-friends ul.friends li i.avatar, #tab-compLogs ul.friends li i.avatar, #tab-compModeratorActions ul.friends li i.avatar, #tab-groupActionsLog ul.friends li i.avatar, #tab-compOrganizerActions ul.friends li i.avatar, .friend-list ul.friends li i.avatar {
  font-size: 20px;
  line-height: 32px;
}

/* line 1332, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .avatar, #tab-compComplaints ul.friends li .avatar, #tab-online-friends ul.friends li .avatar, #tab-compLogs ul.friends li .avatar, #tab-compModeratorActions ul.friends li .avatar, #tab-groupActionsLog ul.friends li .avatar, #tab-compOrganizerActions ul.friends li .avatar, .friend-list ul.friends li .avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 #tab-friends ul.friends li .avatar, .ie7 #tab-compComplaints ul.friends li .avatar, .ie7 #tab-online-friends ul.friends li .avatar, .ie7 #tab-compLogs ul.friends li .avatar, .ie7 #tab-compModeratorActions ul.friends li .avatar, .ie7 #tab-groupActionsLog ul.friends li .avatar, .ie7 #tab-compOrganizerActions ul.friends li .avatar, .ie7 .friend-list ul.friends li .avatar {
  display: inline;
  zoom: 1;
}

/* line 1338, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .actions, #tab-compComplaints ul.friends li .actions, #tab-online-friends ul.friends li .actions, #tab-compLogs ul.friends li .actions, #tab-compModeratorActions ul.friends li .actions, #tab-groupActionsLog ul.friends li .actions, #tab-compOrganizerActions ul.friends li .actions, .friend-list ul.friends li .actions {
  margin-top: 5px;
  float: inline-end;
}

/* line 1341, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .actions.green, #tab-compComplaints ul.friends li .actions.green, #tab-online-friends ul.friends li .actions.green, #tab-compLogs ul.friends li .actions.green, #tab-compModeratorActions ul.friends li .actions.green, #tab-groupActionsLog ul.friends li .actions.green, #tab-compOrganizerActions ul.friends li .actions.green, .friend-list ul.friends li .actions.green {
  color: #42A000;
}

/* line 1343, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .actions.disabled, #tab-compComplaints ul.friends li .actions.disabled, #tab-online-friends ul.friends li .actions.disabled, #tab-compLogs ul.friends li .actions.disabled, #tab-compModeratorActions ul.friends li .actions.disabled, #tab-groupActionsLog ul.friends li .actions.disabled, #tab-compOrganizerActions ul.friends li .actions.disabled, .friend-list ul.friends li .actions.disabled {
  color: #AAA;
}

/* line 1345, app/assets/stylesheets/application.css.sass.erb */
#tab-friends ul.friends li .in-chat-actions, #tab-compComplaints ul.friends li .in-chat-actions, #tab-online-friends ul.friends li .in-chat-actions, #tab-compLogs ul.friends li .in-chat-actions, #tab-compModeratorActions ul.friends li .in-chat-actions, #tab-groupActionsLog ul.friends li .in-chat-actions, #tab-compOrganizerActions ul.friends li .in-chat-actions, .friend-list ul.friends li .in-chat-actions {
  display: none;
}

/* line 1347, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline, #tab-compComplaints .inline, #tab-online-friends .inline, #tab-compLogs .inline, #tab-compModeratorActions .inline, #tab-groupActionsLog .inline, #tab-compOrganizerActions .inline, .friend-list .inline {
  height: 350px;
}

/* line 1349, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline .separator, #tab-compComplaints .inline .separator, #tab-online-friends .inline .separator, #tab-compLogs .inline .separator, #tab-compModeratorActions .inline .separator, #tab-groupActionsLog .inline .separator, #tab-compOrganizerActions .inline .separator, .friend-list .inline .separator {
  font-weight: bold;
  clear: both;
  margin-top: 15px;
  font-size: 115%;
}

/* line 1354, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline .module-content, #tab-compComplaints .inline .module-content, #tab-online-friends .inline .module-content, #tab-compLogs .inline .module-content, #tab-compModeratorActions .inline .module-content, #tab-groupActionsLog .inline .module-content, #tab-compOrganizerActions .inline .module-content, .friend-list .inline .module-content {
  height: 300px;
  overflow-y: auto;
}

/* line 1357, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends, #tab-compComplaints .inline ul.friends, #tab-online-friends .inline ul.friends, #tab-compLogs .inline ul.friends, #tab-compModeratorActions .inline ul.friends, #tab-groupActionsLog .inline ul.friends, #tab-compOrganizerActions .inline ul.friends, .friend-list .inline ul.friends {
  min-height: 50px;
  width: 100%;
}

/* line 1360, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li, #tab-compComplaints .inline ul.friends li, #tab-online-friends .inline ul.friends li, #tab-compLogs .inline ul.friends li, #tab-compModeratorActions .inline ul.friends li, #tab-groupActionsLog .inline ul.friends li, #tab-compOrganizerActions .inline ul.friends li, .friend-list .inline ul.friends li {
  margin: 5px 5px 0 0;
  width: 240px;
  float: inline-start;
}

/* line 1364, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li .message, #tab-compComplaints .inline ul.friends li .message, #tab-online-friends .inline ul.friends li .message, #tab-compLogs .inline ul.friends li .message, #tab-compModeratorActions .inline ul.friends li .message, #tab-groupActionsLog .inline ul.friends li .message, #tab-compOrganizerActions .inline ul.friends li .message, .friend-list .inline ul.friends li .message {
  background: transparent;
}

/* line 1366, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li .player, #tab-compComplaints .inline ul.friends li .player, #tab-online-friends .inline ul.friends li .player, #tab-compLogs .inline ul.friends li .player, #tab-compModeratorActions .inline ul.friends li .player, #tab-groupActionsLog .inline ul.friends li .player, #tab-compOrganizerActions .inline ul.friends li .player, .friend-list .inline ul.friends li .player {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
}

/* line 1369, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li .player:hover, #tab-compComplaints .inline ul.friends li .player:hover, #tab-online-friends .inline ul.friends li .player:hover, #tab-compLogs .inline ul.friends li .player:hover, #tab-compModeratorActions .inline ul.friends li .player:hover, #tab-groupActionsLog .inline ul.friends li .player:hover, #tab-compOrganizerActions .inline ul.friends li .player:hover, .friend-list .inline ul.friends li .player:hover {
  background: #f1e9e0;
}

/* line 1373, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li.disabled .player:hover, #tab-compComplaints .inline ul.friends li.disabled .player:hover, #tab-online-friends .inline ul.friends li.disabled .player:hover, #tab-compLogs .inline ul.friends li.disabled .player:hover, #tab-compModeratorActions .inline ul.friends li.disabled .player:hover, #tab-groupActionsLog .inline ul.friends li.disabled .player:hover, #tab-compOrganizerActions .inline ul.friends li.disabled .player:hover, .friend-list .inline ul.friends li.disabled .player:hover {
  background: #FFF;
}

/* line 1376, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li.selected .player, #tab-compComplaints .inline ul.friends li.selected .player, #tab-online-friends .inline ul.friends li.selected .player, #tab-compLogs .inline ul.friends li.selected .player, #tab-compModeratorActions .inline ul.friends li.selected .player, #tab-groupActionsLog .inline ul.friends li.selected .player, #tab-compOrganizerActions .inline ul.friends li.selected .player, .friend-list .inline ul.friends li.selected .player {
  background: #D8D0C7;
}

/* line 1378, app/assets/stylesheets/application.css.sass.erb */
#tab-friends .inline ul.friends li.selected .player:hover, #tab-compComplaints .inline ul.friends li.selected .player:hover, #tab-online-friends .inline ul.friends li.selected .player:hover, #tab-compLogs .inline ul.friends li.selected .player:hover, #tab-compModeratorActions .inline ul.friends li.selected .player:hover, #tab-groupActionsLog .inline ul.friends li.selected .player:hover, #tab-compOrganizerActions .inline ul.friends li.selected .player:hover, .friend-list .inline ul.friends li.selected .player:hover {
  background: #D8D0C7;
}

/* Jawaker Announcements
 * ========================================================================== */
/* line 1384, app/assets/stylesheets/application.css.sass.erb */
.announcement {
  background: url(https://assets.jawaker.com/assets/bg_darken_60-cc78892d663f48c025b13ce02ecf3392e20d89c5a29f7fffe4753fdb3fd161c4.png) 0 0 repeat;
  clear: both;
  zoom: 1;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  padding: 8px 30px 8px 8px;
  color: #fff;
}

/* line 1394, app/assets/stylesheets/application.css.sass.erb */
.announcement:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

/* line 1401, app/assets/stylesheets/application.css.sass.erb */
.announcement a {
  color: #FFC52D;
  text-decoration: none;
}

/* line 1405, app/assets/stylesheets/application.css.sass.erb */
.announcement a:hover {
  text-decoration: underline;
}

/* line 1408, app/assets/stylesheets/application.css.sass.erb */
.announcement span.icon {
  float: inline-start;
  margin-top: -2px;
  margin-inline-end: 10px;
  margin-bottom: -4px;
  margin-inline-start: 0;
}

/* line 1415, app/assets/stylesheets/application.css.sass.erb */
.announcement .content {
  display: block;
  float: inline-start;
  width: 850px;
}

/* line 1420, app/assets/stylesheets/application.css.sass.erb */
.announcement .content ul {
  padding: 0 0 0 15px;
}

/* line 1422, app/assets/stylesheets/application.css.sass.erb */
.announcement .icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(https://assets.jawaker.com/assets/sprite-8a5f96e650cf757713da80b77b20be2318a1a78f3f9a17170ded905f1ab71525.png);
}

/* line 1426, app/assets/stylesheets/application.css.sass.erb */
.announcement .icon.announce {
  background-position: -211px top;
  width: 23px;
  height: 20px;
}

/* line 1430, app/assets/stylesheets/application.css.sass.erb */
.announcement .icon.close {
  background-position: -641px top;
  width: 11px;
  height: 12px;
}

/* line 1435, app/assets/stylesheets/application.css.sass.erb */
.announcement a.close {
  float: inline-end;
  margin-inline-end: -20px;
  margin-block: 0;
}

/* line 1440, app/assets/stylesheets/application.css.sass.erb */
#sound {
  position: absolute;
}

/* Ratings
 * ========================================================================== */
/* line 1445, app/assets/stylesheets/application.css.sass.erb */
.jquery-ratings-star {
  width: 30px;
  height: 30px;
  background-image: url(https://assets.jawaker.com/assets/stars-c4af7934f4b674ea1fbd2fefdca4ccda65269e6809a04235f6efcfc069bce240.png);
  background-position: left -30px;
  background-repeat: no-repeat;
  position: relative;
  float: inline-start;
  cursor: pointer;
}

/* line 1454, app/assets/stylesheets/application.css.sass.erb */
.jquery-ratings-star.jquery-ratings-full {
  background-position: left 0px;
}

/* line 1456, app/assets/stylesheets/application.css.sass.erb */
.jquery-ratings-star.jquery-ratings-half {
  background-position: left -60px;
}

/* line 1458, app/assets/stylesheets/application.css.sass.erb */
.rtl .jquery-ratings-star.jquery-ratings-half {
  background-position: left -90px;
}

/* line 1460, app/assets/stylesheets/application.css.sass.erb */
.small-rating .jquery-ratings-star {
  width: 15px;
  height: 15px;
  background-image: url(https://assets.jawaker.com/assets/stars_small-1ef94d470e7e4f4b1bdb580dfc3ed408f8da0072ca88b03695312fbc0ede5937.png);
  background-position: left -15px;
}

/* line 1465, app/assets/stylesheets/application.css.sass.erb */
.small-rating .jquery-ratings-star.jquery-ratings-full {
  background-position: left 0px;
}

/* line 1467, app/assets/stylesheets/application.css.sass.erb */
.small-rating .jquery-ratings-star.jquery-ratings-half {
  background-position: left -30px;
}

/* line 1469, app/assets/stylesheets/application.css.sass.erb */
.rtl .small-rating .jquery-ratings-star.jquery-ratings-half {
  background-position: left -45px;
}

/* line 1472, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha {
  font-weight: bold;
  color: #333;
}

/* line 1475, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha th {
  text-align: center;
}

/* line 1478, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha tr td {
  text-align: center;
}

/* line 1480, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha tr td .original-price {
  text-decoration: line-through;
}

/* line 1482, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha tr td .new-price {
  color: red;
}

/* line 1484, app/assets/stylesheets/application.css.sass.erb */
.table-buy-basha tr td:last-child {
  width: 40%;
  text-align: start;
  padding: 8px 20px;
}

/* Other
 * ========================================================================== */
/* line 1492, app/assets/stylesheets/application.css.sass.erb */
.red-text {
  color: red;
}

/* line 1495, app/assets/stylesheets/application.css.sass.erb */
.game-module-name {
  text-transform: capitalize;
}

/* line 1498, app/assets/stylesheets/application.css.sass.erb */
p.offline-msg-content {
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1504, app/assets/stylesheets/application.css.sass.erb */
.loadingGif {
  width: 32px;
  height: 32px;
}

/* line 1508, app/assets/stylesheets/application.css.sass.erb */
.basha-logo-small {
  width: 75px;
}

/* line 1511, app/assets/stylesheets/application.css.sass.erb */
.basha-icon {
  color: #FFC52D;
  margin: 0 2px;
}

/* line 1514, app/assets/stylesheets/application.css.sass.erb */
.is-basha .basha-icon {
  display: none;
}

/* line 1516, app/assets/stylesheets/application.css.sass.erb */
.dropdown-menu a:hover .basha-icon {
  color: #2E2E2E;
}

/* line 1519, app/assets/stylesheets/application.css.sass.erb */
.is-basha .hidden-for-basha {
  display: none;
}

/* line 1525, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-toggle .caret {
  margin-inline-end: 5px;
}

/* line 1527, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-menu {
  width: 300px;
}

/* line 1529, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-menu li {
  text-align: start;
}

/* line 1531, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-menu li a {
  height: 15px;
}

/* line 1533, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-menu li a span {
  float: inline-start;
}

/* line 1535, app/assets/stylesheets/application.css.sass.erb */
.page-header #game-title .dropdown-menu li a span.info {
  float: inline-end;
}

/* line 1538, app/assets/stylesheets/application.css.sass.erb */
.page-header .game-store a {
  display: block;
}

/* line 1540, app/assets/stylesheets/application.css.sass.erb */
.chat-vapor {
  z-index: 100;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #2C2C2C;
}

/* line 1545, app/assets/stylesheets/application.css.sass.erb */
.chat-vapor p {
  background: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png) repeat left top;
  text-align: center;
  margin: auto;
  padding: 5px;
}

/* line 1551, app/assets/stylesheets/application.css.sass.erb */
#friends-scores {
  height: 112px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #2C2C2C repeat-x left top;
  padding: 5px;
  padding-top: 4px;
  border: 1px solid #191919;
  border-top: 1px solid #3d3d3c;
  background: #2C2C2C;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #friends-scores {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1562, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .dotdot {
  float: inline-start;
  width: 40px;
  text-align: center;
  line-height: 100px;
}

/* line 1567, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .description {
  float: inline-start;
  width: 220px;
  text-align: center;
  padding: 0 10px;
}

/* line 1572, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .description h4 {
  color: white;
  font-size: 18px;
  text-shadow: #191919 0 -1px 0;
  line-height: 26px;
  margin-top: 20px;
}

/* line 1578, app/assets/stylesheets/application.css.sass.erb */
.rtl #friends-scores .description h4 {
  margin-top: 5px;
}

/* line 1580, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .description .btn {
  margin-top: -9px;
}

/* line 1582, app/assets/stylesheets/application.css.sass.erb */
.rtl #friends-scores .description .btn {
  margin-top: -25px;
}

/* line 1584, app/assets/stylesheets/application.css.sass.erb */
.ie7 #friends-scores, .ie8 #friends-scores {
  max-width: 950px;
  min-width: 850px;
}

/* line 1587, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player {
  overflow: hidden;
  float: inline-start;
  width: 75px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #181818;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  margin: 0 3px;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #friends-scores .scores-player {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* line 1600, app/assets/stylesheets/application.css.sass.erb */
.ie7 #friends-scores .scores-player, .ie8 #friends-scores .scores-player {
  background: #111;
}

/* line 1602, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .avatar {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  position: relative;
  margin-top: -33px;
  width: 80%;
  height: 58px;
  line-height: 1;
  vertical-align: middle;
  background: #2C5006;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 #friends-scores .scores-player .avatar {
  display: inline;
  zoom: 1;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #friends-scores .scores-player .avatar {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65);
}

/* line 1613, app/assets/stylesheets/application.css.sass.erb */
.no-borderradius #friends-scores .scores-player .avatar {
  behavior: url(https://assets.jawaker.com/assets/PIE.htc);
}

/* line 1615, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .avatar img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1623, app/assets/stylesheets/application.css.sass.erb */
.no-borderradius #friends-scores .scores-player .avatar img {
  behavior: url(https://assets.jawaker.com/assets/PIE.htc);
}

/* line 1625, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .avatar .rank {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  z-index: 3;
  position: absolute;
  bottom: -7px;
  inset-inline-start: -6px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
  background: #0D3100;
  font-weight: bold;
}

/* line 1638, app/assets/stylesheets/application.css.sass.erb */
.no-borderradius #friends-scores .scores-player .avatar .rank {
  behavior: url(https://assets.jawaker.com/assets/PIE.htc);
}

/* line 1640, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .name, #friends-scores .scores-player .score {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -161px;
  max-width: 80%;
  min-width: 50%;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #ccc;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 #friends-scores .scores-player .name, .ie7 #friends-scores .scores-player .score {
  display: inline;
  zoom: 1;
}

/* line 1654, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .name.is-basha, #friends-scores .scores-player .score.is-basha {
  color: #FFC52D;
}

/* line 1656, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player .score {
  top: -76px;
}

/* line 1658, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player.my-score {
  background: #E9C400;
  background: -moz-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -o-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  background: radial-gradient(50% 50%, ellipse closest-side, #E9C400, #ECB100 100%);
  -webkit-box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
  box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
  border: 1px solid #ECB100;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #friends-scores .scores-player.my-score {
  -webkit-box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
  box-shadow: 0 0 5px rgba(233, 196, 0, 0.8);
}

/* line 1662, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player.my-score .name {
  color: #333;
}

/* line 1664, app/assets/stylesheets/application.css.sass.erb */
#friends-scores .scores-player.my-score .score {
  color: #333;
}

/* line 1667, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications {
  z-index: 1000;
  position: fixed;
  bottom: 0;
}

/* line 1671, app/assets/stylesheets/application.css.sass.erb */
.page-body #karim-notifications {
  position: absolute;
  inset-inline-end: 2px;
  bottom: 5px;
}

/* line 1676, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification {
  position: relative;
  background: #353535;
  border: 2px solid #615100;
  float: inline-end;
  width: 250px;
  min-height: 150px;
  margin-inline-end: -251px;
}

/* line 1684, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification:first-child {
  margin-inline-end: 0;
}

/* line 1686, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification .notification-header {
  background-color: #E9C400;
  border: 1px solid #B89A00;
  color: black;
  padding-top: 3px;
  padding-inline-start: 5px;
}

/* line 1692, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification .notification-header .close {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 1694, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification .notification-body {
  margin: 5px;
}

/* line 1696, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification.got_lotto_ticket {
  text-align: center;
  height: 375px;
}

/* line 1699, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification.got_lotto_ticket .notification-body {
  font-size: 30px;
  line-height: 55px;
}

/* line 1702, app/assets/stylesheets/application.css.sass.erb */
#karim-notifications .notification.got_lotto_ticket .notification-body a {
  width: 50%;
  font-size: 15px;
}

/* line 1707, app/assets/stylesheets/application.css.sass.erb */
.basha-promotion-lb .banner {
  width: 530px;
  height: 350px;
  background: url(https://assets.jawaker.com/assets/basha/promotion_en-d58d3eb70430b950db1a83fb4e8331a33951e6ab51be1207abb9141be5657307.jpg) no-repeat;
}

/* line 1711, app/assets/stylesheets/application.css.sass.erb */
.rtl .basha-promotion-lb .banner {
  background: url(https://assets.jawaker.com/assets/basha/promotion_ar-074ba26eb95ae2b9c9de3614d7a4c8a71b9523ece33aa2360c5a4a95447e05ff.png) no-repeat;
}

/* line 1715, app/assets/stylesheets/application.css.sass.erb */
.new-player-basha-lb.modal {
  width: 650px;
}

/* line 1717, app/assets/stylesheets/application.css.sass.erb */
.new-player-basha-lb.modal .banner {
  width: 620px;
  height: 84px;
  background: url(https://assets.jawaker.com/assets/application/progress_sprite-aed0d8dc931dc90fe6a1820d9d065921565dbbd142eaacf6dee829388b0d3ec6.png) no-repeat;
  background-position: 0 -334px;
}

/* line 1722, app/assets/stylesheets/application.css.sass.erb */
.rtl .new-player-basha-lb.modal .banner {
  background-position: 0 -418px;
}

/* line 1725, app/assets/stylesheets/application.css.sass.erb */
.new-player-basha-lb.modal .content h3 {
  color: black;
}

/* line 1729, app/assets/stylesheets/application.css.sass.erb */
.basha-reward.modal {
  width: 620px;
}

/* line 1731, app/assets/stylesheets/application.css.sass.erb */
.basha-reward.modal h3 {
  color: black;
}

/* line 1733, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step {
  width: 117px;
  height: 83px;
  position: relative;
  display: inline-block;
  margin-inline-end: 4px;
  margin-inline-start: -30px;
  background: url(https://assets.jawaker.com/assets/application/progress_sprite-aed0d8dc931dc90fe6a1820d9d065921565dbbd142eaacf6dee829388b0d3ec6.png) no-repeat;
  background-position: 0 -84px;
}

/* line 1742, app/assets/stylesheets/application.css.sass.erb */
.rtl .basha-reward .step {
  background-position: -242px -84px;
}

/* line 1744, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step.done {
  background-position: 0 0;
}

/* line 1746, app/assets/stylesheets/application.css.sass.erb */
.rtl .basha-reward .step.done {
  background-position: -242px 0;
}

/* line 1748, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step:first-child {
  margin-inline-start: 0;
}

/* line 1750, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step.final {
  width: 179px;
  margin-inline-start: -23px;
  background-position: 0 -167px;
}

/* line 1754, app/assets/stylesheets/application.css.sass.erb */
.rtl .basha-reward .step.final {
  background-position: -179px -167px;
}

/* line 1756, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step.final.done {
  background-position: 0 -251px;
}

/* line 1758, app/assets/stylesheets/application.css.sass.erb */
.rtl .basha-reward .step.final.done {
  background-position: -179px -251px;
}

/* line 1760, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step .content {
  color: white;
  font-weight: bold;
  font-size: 20px;
  height: 83px;
}

/* line 1765, app/assets/stylesheets/application.css.sass.erb */
.basha-reward .step .content p {
  margin-top: 30px;
  margin-inline-start: 25px;
}

/* line 1770, app/assets/stylesheets/application.css.sass.erb */
.chat-link-warning span {
  color: red;
  font-size: 30px;
}

/* line 1773, app/assets/stylesheets/application.css.sass.erb */
.chat-link-warning .link {
  text-align: center;
  border: 1px solid black;
}

/* Badge LB
 * ========================================================================== */
/* line 1780, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body {
  background: url(https://assets.jawaker.com/assets/new_achievement_lb-91558d571b57fb9c425e0acbbf15650376a6ca03bc4f54a1aa703b5d5fad1479.png) no-repeat;
  height: 348px;
}

/* line 1783, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .description {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  width: 550px;
  height: 63px;
  position: absolute;
  bottom: 95px;
  inset-inline-start: 0px;
  margin: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 63px;
}

/* line 1796, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .description span {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
}

/* line 1800, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .trophy {
  background: url(https://assets.jawaker.com/assets/lb_trophies_sprite-cf2d4452f8ee15115c3fadb70529b20a2677fc80f48180fbe5b7b3c2774c6d2b.png);
  width: 190px;
  height: 190px;
  position: absolute;
  inset-inline-start: 185px;
  top: 110px;
}

/* line 1807, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .trophy.bronze {
  background-position: 0 0;
}

/* line 1809, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .trophy.silver {
  background-position: -190px 0;
}

/* line 1811, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge {
  background: url(https://assets.jawaker.com/assets/lb_badges_sprite-10ab16b8e9c118c3ff4f75cc22b2e5f78be5d3803395e02e70023643c695ca03.png);
  width: 190px;
  height: 190px;
  position: absolute;
  inset-inline-start: 185px;
  top: 110px;
}

/* line 1819, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.fb-link.active {
  background-position: -380px -1140px;
}

/* line 1822, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.complete-profile.active {
  background-position: 0 -1140px;
}

/* line 1825, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.friends.bronze {
  background-position: -1330px -190px;
}

/* line 1827, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.friends.silver {
  background-position: -1330px -380px;
}

/* line 1829, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.friends.gold {
  background-position: -1330px -570px;
}

/* line 1831, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.friends.ruby {
  background-position: -1330px -760px;
}

/* line 1834, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-jack.bronze {
  background-position: 0 -190px;
}

/* line 1836, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-jack.silver {
  background-position: 0 -380px;
}

/* line 1838, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-jack.gold {
  background-position: 0 -570px;
}

/* line 1840, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-jack.ruby {
  background-position: 0 -760px;
}

/* line 1843, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-queen.bronze {
  background-position: -190px -190px;
}

/* line 1845, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-queen.silver {
  background-position: -190px -380px;
}

/* line 1847, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-queen.gold {
  background-position: -190px -570px;
}

/* line 1849, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-queen.ruby {
  background-position: -190px -760px;
}

/* line 1852, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-king.bronze {
  background-position: -380px -190px;
}

/* line 1854, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-king.silver {
  background-position: -380px -380px;
}

/* line 1856, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-king.gold {
  background-position: -380px -570px;
}

/* line 1858, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-king.ruby {
  background-position: -380px -760px;
}

/* line 1861, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-ace.bronze {
  background-position: -570px -190px;
}

/* line 1863, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-ace.silver {
  background-position: -570px -380px;
}

/* line 1865, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-ace.gold {
  background-position: -570px -570px;
}

/* line 1867, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-ace.ruby {
  background-position: -570px -760px;
}

/* line 1870, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-joker.bronze {
  background-position: -760px -190px;
}

/* line 1872, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-joker.silver {
  background-position: -760px -380px;
}

/* line 1874, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-joker.gold {
  background-position: -760px -570px;
}

/* line 1876, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.level-joker.ruby {
  background-position: -760px -760px;
}

/* line 1879, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played.bronze {
  background-position: -1140px -190px;
}

/* line 1881, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played.silver {
  background-position: -1140px -380px;
}

/* line 1883, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played.gold {
  background-position: -1140px -570px;
}

/* line 1885, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played.ruby {
  background-position: -1140px -760px;
}

/* line 1888, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played-session.bronze {
  background-position: -950px -190px;
}

/* line 1890, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played-session.silver {
  background-position: -950px -380px;
}

/* line 1892, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played-session.gold {
  background-position: -950px -570px;
}

/* line 1894, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-played-session.ruby {
  background-position: -950px -760px;
}

/* line 1897, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-won.bronze {
  background-position: -1710px -190px;
}

/* line 1899, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-won.silver {
  background-position: -1710px -380px;
}

/* line 1901, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-won.gold {
  background-position: -1710px -570px;
}

/* line 1903, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.games-won.ruby {
  background-position: -1710px -760px;
}

/* line 1906, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.challenges-played.bronze {
  background-position: -1520px -190px;
}

/* line 1908, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.challenges-played.silver {
  background-position: -1520px -380px;
}

/* line 1910, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.challenges-played.gold {
  background-position: -1520px -570px;
}

/* line 1912, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.challenges-played.ruby {
  background-position: -1520px -760px;
}

/* line 1915, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.basha.bronze {
  background-position: -760px -1330px;
}

/* line 1917, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.basha.silver {
  background-position: -760px -1520px;
}

/* line 1919, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.basha.gold {
  background-position: -760px -1710px;
}

/* line 1921, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.basha.ruby {
  background-position: -760px -1900px;
}

/* line 1924, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.group-membership.bronze {
  background-position: -570px -1330px;
}

/* line 1926, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.group-membership.silver {
  background-position: -570px -1520px;
}

/* line 1928, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.group-membership.gold {
  background-position: -570px -1710px;
}

/* line 1930, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.group-membership.ruby {
  background-position: -570px -1900px;
}

/* line 1933, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.leaderboard.bronze {
  background-position: -950px -1330px;
}

/* line 1935, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.leaderboard.silver {
  background-position: -950px -1520px;
}

/* line 1937, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.leaderboard.gold {
  background-position: -950px -1710px;
}

/* line 1939, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .badge.leaderboard.ruby {
  background-position: -950px -1900px;
}

/* line 1944, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb.bronze .modal-body {
  background: url(https://assets.jawaker.com/assets/new_bronze_achievement_lb-0c5b0f420ebc8c452b4ccf7bf89748d0bf591a5079e65d3f575130ce85bb24fa.png);
}

/* line 1947, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb.silver .modal-body {
  background: url(https://assets.jawaker.com/assets/new_silver_achievement_lb-42a4cb0160c00d57097971b4f6d90dadaa7deeadf2be28a6b8fd9faf4f2edce3.png);
}

/* line 1950, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb.gold .modal-body {
  background: url(https://assets.jawaker.com/assets/new_gold_achievement_lb-fe882951d9840f2d7aa605b1dd3724712eeb2d916e097e8f9490c2cedb47a75d.png);
}

/* line 1953, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb.ruby .modal-body {
  background: url(https://assets.jawaker.com/assets/new_ruby_achievement_lb-6858c66a6a61d86d27b62c37de63267c2e1f6be8e7fbc02562619a69fc8ac47f.png);
}

/* line 1956, app/assets/stylesheets/application.css.sass.erb */
.new-achievement-lb .modal-body .small-centerlize {
  width: 120px;
  height: 120px;
  top: 155px;
  inset-inline-start: 220px;
}

/* line 1962, app/assets/stylesheets/application.css.sass.erb */
#slider {
  height: 460px;
}

/* line 1966, app/assets/stylesheets/application.css.sass.erb */
.welcome-modal .modal-body {
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  border: 1px solid #191919;
  border-bottom: 1px solid #4E4E4D;
  background: url(https://assets.jawaker.com/assets/application/bgDiamonds-bae5646d4c90c8c9abd86f56e72bbb456d0f6d3a2cdec6b19474be4810ce66a9.png) repeat;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .welcome-modal .modal-body {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

/* line 1972, app/assets/stylesheets/application.css.sass.erb */
.welcome-modal .modal-body p {
  color: white;
  font-size: 18px;
  line-height: 30px;
}

/* line 1977, app/assets/stylesheets/application.css.sass.erb */
.guider-buttons-box {
  z-index: 5;
  position: relative;
  bottom: 300px;
  padding: 25px;
  margin: auto;
  height: 40px;
  width: 300px;
  border: 1px;
  text-align: center;
}

/* line 1988, app/assets/stylesheets/application.css.sass.erb */
.lotto-ticket-notifications {
  padding: 10px;
}

/* line 1990, app/assets/stylesheets/application.css.sass.erb */
.lotto-ticket-notifications img {
  display: block;
  margin: auto;
}

/* line 1993, app/assets/stylesheets/application.css.sass.erb */
.lotto-ticket-notifications .btn {
  margin: 3px;
  float: inline-start;
}

/* line 1997, app/assets/stylesheets/application.css.sass.erb */
.fa-twitter {
  color: #0084b4;
}

/* line 2000, app/assets/stylesheets/application.css.sass.erb */
.fa-facebook {
  color: #3B5998;
}

/* line 2003, app/assets/stylesheets/application.css.sass.erb */
.fa-instagram {
  color: #517fa4;
}

/* line 2007, app/assets/stylesheets/application.css.sass.erb */
.registrations.edit form .control-group p.help-block {
  color: #FFC52D;
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: bold;
}

/* line 2014, app/assets/stylesheets/application.css.sass.erb */
.security-alert .fa {
  color: #DC2925;
  font-size: 150px;
}

/* line 2017, app/assets/stylesheets/application.css.sass.erb */
.security-alert h4 {
  color: #DC2925;
}

/* line 2019, app/assets/stylesheets/application.css.sass.erb */
.security-alert a {
  color: #FFC52D;
}

/* line 2022, app/assets/stylesheets/application.css.sass.erb */
.loading-lb {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 2028, app/assets/stylesheets/application.css.sass.erb */
.login-or {
  position: relative;
  font-size: 16px;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 2037, app/assets/stylesheets/application.css.sass.erb */
.login-or span {
  display: block;
  position: absolute;
  inset-inline-start: 50%;
  top: -2px;
  margin-inline-start: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

/* line 2047, app/assets/stylesheets/application.css.sass.erb */
.login-or hr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media (max-width: 1260px) {
  /* line 2054, app/assets/stylesheets/application.css.sass.erb */
  .gaza-img {
    width: 80px;
    height: 80px;
  }
}

/* line 2058, app/assets/stylesheets/application.css.sass.erb */
#footer .cbtlink {
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  color: #191919;
  opacity: 0;
  font-size: 1px;
}

/* line 2065, app/assets/stylesheets/application.css.sass.erb */
#footer .cbtlink:hover {
  cursor: default;
}

/* line 2068, app/assets/stylesheets/application.css.sass.erb */
.signup-pg, .signup-lb {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}

/* line 2072, app/assets/stylesheets/application.css.sass.erb */
.signup-pg .header-txt, .signup-lb .header-txt {
  color: #fff;
  font-weight: normal;
}

/* line 2075, app/assets/stylesheets/application.css.sass.erb */
.signup-pg .facebook-signup, .signup-lb .facebook-signup {
  background: url(https://assets.jawaker.com/assets/application/fb-btn-sprite-53fce6509942828e30cf89063ae20dcb1c4b8463d31fa0eb4a3012b06922a5f4.jpg) no-repeat top center;
  padding: 9px 32px;
  width: 100%;
  height: 35px;
  line-height: 34px;
  color: #fff;
}

/* line 2078, app/assets/stylesheets/application.css.sass.erb */
.rtl .signup-pg .facebook-signup, .rtl .signup-lb .facebook-signup {
  background-position: 0 -35px;
  padding: 9px 50px;
}

/* line 2085, app/assets/stylesheets/application.css.sass.erb */
.signup-pg .facebook-signup:hover, .signup-lb .facebook-signup:hover {
  color: #fff;
}

/* line 2087, app/assets/stylesheets/application.css.sass.erb */
.signup-pg .facebook-signup span, .signup-lb .facebook-signup span {
  margin-inline-start: 20px;
}

/* line 2090, app/assets/stylesheets/application.css.sass.erb */
.signup-lb .header-txt {
  color: #5b5b5b;
  font-size: 19px;
}

/* line 2094, app/assets/stylesheets/application.css.sass.erb */
.facebook-login {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  background: url(https://assets.jawaker.com/assets/application/fb-btn-sprite-53fce6509942828e30cf89063ae20dcb1c4b8463d31fa0eb4a3012b06922a5f4.jpg) no-repeat left top;
  background-color: #4964A1;
  text-align: start;
  padding-inline-start: 48px;
  padding-inline-end: 46px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 2107, app/assets/stylesheets/application.css.sass.erb */
.rtl .facebook-login {
  background: url(https://assets.jawaker.com/assets/application/fb-btn-sprite-53fce6509942828e30cf89063ae20dcb1c4b8463d31fa0eb4a3012b06922a5f4.jpg) no-repeat right bottom;
  padding-inline-start: 28px;
  padding-inline-end: 28px;
  line-height: 34px;
  color: #fff;
}

/* line 2114, app/assets/stylesheets/application.css.sass.erb */
.facebook-login:hover {
  color: #fff;
}

/* line 2116, app/assets/stylesheets/application.css.sass.erb */
.facebook-login span {
  margin-inline-start: 20px;
}

/* line 2118, app/assets/stylesheets/application.css.sass.erb */
#login-popover .facebook-login {
  width: 100%;
}

/*!= begin(no-rtl) */
/* line 2122, app/assets/stylesheets/application.css.sass.erb */
.app-overlay {
  z-index: 9999;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.54);
  text-align: center;
}

/* line 2138, app/assets/stylesheets/application.css.sass.erb */
.app-overlay img {
  margin: 0 auto;
  outline: 0;
  max-width: 100%;
  max-height: 90%;
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
}

/* line 2146, app/assets/stylesheets/application.css.sass.erb */
.app-overlay .close-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 70px;
  cursor: pointer;
}

/* line 2152, app/assets/stylesheets/application.css.sass.erb */
.app-overlay .close-msg {
  cursor: pointer;
  font-size: 40px;
}

/*!= end(no-rtl) */
