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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* ---------------------------------------------------------
 Embedded fonts styles
---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../bundles/app/fonts/icomoon.eot?2cx05w");
  src: url("../bundles/app/fonts/icomoon.eot?2cx05w#iefix") format("embedded-opentype"), url("../bundles/app/fonts/icomoon.ttf?2cx05w") format("truetype"), url("../bundles/app/fonts/icomoon.woff?2cx05w") format("woff"), url("../bundles/app/fonts/icomoon.svg?2cx05w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before {
  content: "\e900"; }

.icon-chevron-left:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-plus:before {
  content: "\e903"; }

.icon-minus:before {
  content: "\e904"; }

.icon-add:before {
  content: "\e905"; }

.icon-arrow-up:before {
  content: "\e906"; }

.icon-arrow-down:before {
  content: "\e907"; }

.icon-info:before {
  content: "\e908"; }

.icon-smile:before {
  content: "\e909"; }

.icon-up-arrow-key:before {
  content: "\e90a"; }

.icon-down-arrow-key:before {
  content: "\e90b"; }

.icon-arrows-left:before {
  content: "\e90c"; }

.icon-arrows-right:before {
  content: "\e90d"; }

.icon-chat:before {
  content: "\e90e"; }

.icon-checkmark:before {
  content: "\ea10"; }

#main-menu, .registration, .buster-list, .prizes-block .prizes-box, .user-block .data-list, .user-list, .rule-holder .content-nav ul, .rule-holder .rule-block .list, .info-block .info-list, .info-block .teem-count ul, .team-info-block .list, .field-box .row, .country-list, .player-holder .list, .player-holder .player-list, .prize-box, .prize-list-holder .list, .pop-up-player-card .info-row, .buster-prize-list, #footer .footer-menu, .rates-block .rates-holder-list, .rates-block .index-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #main-menu:after, .user-list:after, .country-list:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%; }

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

* {
  max-height: 1000000px; }

body {
  height: 100%;
  color: #364455;
  background: #fff;
  font: 16px/20px "PT Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../bundles/app/images/img-main-bg.jpg) no-repeat;
  background-size: cover; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c5d0da;
  padding: 6px 14px 7px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #fb9800;
    -webkit-box-shadow: 0 0 5px rgba(251, 152, 0, 0.5);
    box-shadow: 0 0 5px rgba(251, 152, 0, 0.5); }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #364455; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #364455; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #364455; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #364455; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #364455; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* set styles for default page h1, h2, h3, h4, h5 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "PT Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.2; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

/* set styles for default page links */
a {
  color: #364455;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #364455; }
  a:hover {
    color: #ff9600;
    text-decoration: none; }
  a:focus {
    color: #c17304; }

/* line 3, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 20, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item {
  font-size: 14px;
  padding: 1px 3px;
  border: 0; }

/* line 25, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 .615em;
  color: #4f4f4f; }

/* line 34, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active {
  background-color: #e4e4e4; }

/* line 39, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover a, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active a {
  color: #333; }

/* line 44, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 0 5px .2ex 0;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

/* line 7, ../scss/emojionearea.scss */
.emojionearea-text [class*=emojione-], .emojionearea-text .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

/* line 23, ../scss/emojionearea.scss */
.emojionearea, .emojionearea * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 27, ../scss/emojionearea.scss */
.emojionearea, .emojionearea.form-control {
  display: block;
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  border: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out; }

/* line 45, ../scss/emojionearea.scss */
.emojionearea.focused {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 51, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor {
  display: block;
  height: auto;
  min-height: 8em;
  max-height: 15em;
  overflow: auto;
  padding: 6px 24px 6px 12px;
  line-height: 1.42857143;
  font-size: inherit;
  color: #555555;
  background-color: transparent;
  border: 0;
  cursor: text;
  margin-right: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 68, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #BBBBBB; }

/* line 74, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 80, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor [class*=emojione-], .emojionearea .emojionearea-editor .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

/* line 95, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline {
  height: 34px; }

/* line 98, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 32px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 12px;
  right: 24px;
  padding: 6px 0; }

/* line 109, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 4px; }

/* line 114, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  cursor: pointer;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

/* line 125, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button:hover {
  opacity: 1; }

/* line 129, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

/* line 137, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div.emojionearea-button-open {
  background-position: 0 -24px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

/* line 142, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div.emojionearea-button-close {
  background-position: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 152, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active > div.emojionearea-button-open {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 159, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active > div.emojionearea-button-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

/* line 169, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker {
  background: #FFFFFF;
  position: absolute;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  height: 276px;
  width: 348px;
  top: -15px;
  right: -15px;
  z-index: 90;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/* line 183, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.hidden {
  display: none; }

/* line 187, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 348px; }

/* line 192, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91; }

/* line 202, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters, .emojionearea .emojionearea-picker .emojionearea-search {
  width: 100%;
  position: absolute;
  z-index: 95; }

/* line 208, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-search {
  padding: 5px 0 0 10px;
  height: 40px; }

/* line 213, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters {
  background: #F5F7F9;
  padding: 0 0 0 7px;
  height: 40px; }

/* line 218, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  -webkit-filter: inherit;
  filter: inherit;
  padding: 7px 1px 0;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

/* line 228, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff; }

/* line 232, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* line 236, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
  width: 24px;
  height: 24px;
  top: 0; }

/* line 242, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
  width: 24px;
  height: 24px;
  margin: 0 3px; }

/* line 250, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones {
  position: absolute;
  top: 46px;
  right: 10px;
  height: 22px;
  z-index: 95; }

/* line 257, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: relative; }

/* line 268, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
  background-color: #ffcf3e; }

/* line 273, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
  background-color: #fae3c5; }

/* line 278, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
  background-color: #e2cfa5; }

/* line 283, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
  background-color: #daa478; }

/* line 288, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
  background-color: #a78058; }

/* line 293, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
  background-color: #5e4d43; }

/* line 301, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent; }

/* line 306, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px; }

/* line 315, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px; }

/* line 327, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone {
  width: 16px;
  height: 16px;
  margin: 0px 2px; }

/* line 332, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  -webkit-box-sizing: initial;
  box-sizing: initial; }

/* line 351, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
  border-radius: 100%; }

/* line 360, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after {
  border-radius: 1px; }

/* line 367, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 196px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px; }

/* line 375, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1; }

/* line 379, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area h1 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #b2b2b2;
  background: #FFFFFF;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px; }

/* line 390, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area h1:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area h1:before {
  content: " ";
  display: block;
  clear: both; }

/* line 397, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category {
  padding: 0 0 0 7px; }

/* line 400, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category:before {
  content: " ";
  display: block;
  clear: both; }

/* line 407, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 0; }

/* line 415, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px; }

/* line 424, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer; }

/* line 430, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 24px;
  height: 24px; }

/* line 437, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 444, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

/* line 449, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-search {
  top: 40px; }

/* line 452, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-scroll-area {
  bottom: 0; }

/* line 458, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 463, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-search {
  bottom: 40px; }

/* line 466, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-scroll-area {
  top: 0; }

/* line 471, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px; }

/* line 475, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px; }

/* line 484, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px; }

/* line 490, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -358px;
  top: -8px; }

/* line 495, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0px -60px;
  top: 13px;
  left: -10px; }

/* line 504, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px; }

/* line 510, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px; }

/* line 515, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px; }

/* line 524, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px; }

/* line 532, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

/* line 536, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -269px; }

/* line 540, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left,
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
  margin-right: -341px; }

/* line 545, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
  margin-top: -7px; }

/* line 550, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 555, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px; }

/* line 559, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6; }

/* line 567, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px; }

/* line 572, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: 0.4; }

/* line 578, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

/* line 585, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-button > div {
  right: 6px;
  top: 5px; }

/* line 594, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px; }

/* line 601, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px; }

/* line 32, ../scss/_image.scss */
.emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=") !important; }

/* line 32, ../scss/_image.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=") !important; }

/*# sourceMappingURL=emojionearea.css.map */
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: left; }

.container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px; }

q {
  quotes: none; }

q:before,
q:after {
  content: ""; }

blockquote {
  border: none;
  padding: 0;
  margin: 0; }

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  min-height: 100%; }
  #wrapper.fixed {
    height: 100vh;
    overflow: hidden; }
  #wrapper #main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 60px; }

#header {
  font-size: 18px;
  line-height: 20px;
  background: #30ac5d; }
  #header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

.logo {
  margin: 0 29px 0 0; }
  .logo a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .logo a:hover {
      opacity: 0.5; }
  .logo img {
    vertical-align: baseline; }

#main-menu {
  font-size: 0;
  line-height: 0; }
  #main-menu li {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top; }
    #main-menu li:not(:last-child) {
      margin: 0 1px 0 0; }
  #main-menu a {
    display: block;
    color: #fff;
    padding: 26px 20px 22px 51px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: relative; }
    #main-menu a:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.2); }
  #main-menu i {
    width: 24px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../bundles/app/images/icon-sprite.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #main-menu i.sprite-t-shirt {
      background-position: 0 0; }
    #main-menu i.sprite-doc {
      background-position: -66px 0;
      width: 17px;
      height: 21px;
      margin: 0 15px 0 0; }
    #main-menu i.sprite-players {
      background-position: -35px 0; }

.registration {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 0;
  line-height: 0; }
  .registration li {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top; }
    .registration li:not(:first-child) {
      margin: 0 0 0 8px; }
  .registration a {
    display: block;
    color: #fff;
    padding: 26px 20px 24px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .registration a:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.2); }
  .registration .link-mark {
    background: #fb9800; }
    .registration .link-mark:hover {
      background: #f19f2a; }

.buster-list {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .buster-list a {
    display: block;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #fff; }
    .buster-list a:hover {
      color: #fb9800;
      background: rgba(255, 255, 255, 0.2); }
  .buster-list li {
    display: inline-block;
    vertical-align: middle; }
  .buster-list .user-avatar {
    padding: 13px 20px;
    background: rgba(54, 68, 85, 0.2); }
    .buster-list .user-avatar img {
      border-radius: 50%;
      max-width: 42px; }
  .buster-list .buster-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 17px 16px; }
  .buster-list .buster {
    font-weight: 700;
    color: #ffd800;
    display: block; }
  .buster-list .star {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  .buster-list .more {
    font-size: 12px;
    line-height: 14px;
    color: #a2ebbd;
    display: block; }
  .buster-list .data-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }

.btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  padding: 7px 15px; }

.btn-orange {
  background: #ff9600;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .btn-orange:hover {
    color: #fff;
    background: #f19f2a; }
  .btn-orange:focus {
    color: #fff;
    background: #c17304; }

.btn-green {
  background: #30ac5d;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .btn-green:hover {
    color: #fff;
    background: #56c980; }
  .btn-green:focus {
    color: #fff;
    background: #258648; }

.visual-block {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 25px 0 41px; }
  .visual-block .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .visual-block h1 {
    font-size: 55px;
    line-height: 67px;
    margin: 0 0 8px; }
  .visual-block .text-box {
    font-size: 16px;
    line-height: 24px;
    width: 50%; }
    .visual-block .text-box p {
      margin: 0 0 27px; }
  .visual-block .img-box {
    text-align: center;
    width: 50%; }
    .visual-block .img-box img {
      max-width: 216px; }
  .visual-block .btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 7px 34px;
    text-transform: uppercase; }

.prizes-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 31px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .prizes-block .title {
    width: 21%;
    padding: 38px 0 28px 40px; }
    .prizes-block .title h1 {
      line-height: 29px; }
  .prizes-block .prizes-box {
    background: url(../bundles/app/images/prizes-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 70.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .prizes-block .prizes-box img {
      width: auto;
      max-height: 111px; }
  .prizes-block .more {
    margin: 0 36px 0 13px; }
  .prizes-block .text {
    color: #fff;
    font-size: 24px;
    line-height: 26px; }

.user-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 19px 0 0; }
  .user-block h1 {
    padding: 0 25px;
    margin: 0 0 23px; }
  .user-block h2 {
    margin: 0;
    font-size: 16px;
    line-height: 18px; }
    .user-block h2 a {
      color: #364455;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .user-block h2 a:hover {
        color: #ff9600; }
      .user-block h2 a:focus {
        color: #c17304; }
  .user-block .data-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .user-block .data-list.header-list {
      font-size: 14px;
      line-height: 16px;
      color: #99abb9;
      padding: 0 12px 0;
      margin: 0 0 4px; }
      .user-block .data-list.header-list .place {
        margin: 0 8px 0 0; }
    .user-block .data-list .point-holder {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: right;
      margin: 0 31px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .user-block .data-list .point-icon {
      max-width: 38px;
      margin: 0 10px 0 0; }
  .user-block .btn-holder {
    text-align: center; }
    .user-block .btn-holder .btn {
      min-width: 216px; }
  .user-block .user-box {
    padding: 0 0 18px; }

.user-list {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 17px; }
  .user-list > li {
    padding: 16px 12px;
    border-bottom: 1px solid #e9eaeb; }
    .user-list > li:first-child {
      background: #fff0c2;
      border: none; }
      .user-list > li:first-child .place {
        color: #d5c28b; }
    .user-list > li:nth-child(2) {
      background: #eaebef;
      border: none; }
      .user-list > li:nth-child(2) .place {
        color: #99abb9; }
    .user-list > li:nth-child(3) {
      background: #f9e2cb;
      border: none; }
      .user-list > li:nth-child(3) .place {
        color: #bfa080; }
  .user-list .place {
    color: #99abb9;
    width: 40px;
    text-align: center; }
  .user-list .user {
    margin: 0 14px 0 0; }
    .user-list .user img {
      border-radius: 50%;
      overflow: hidden;
      max-width: 45px;
      width: 100%; }
  .user-list .name {
    margin: 0 11px 0 0; }
  .user-list .leader-icon {
    max-width: 22px; }

.rule-holder {
  width: 100%;
  max-width: 970px;
  margin: 35px auto 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .rule-holder .content-nav {
    width: 100%;
    max-width: 260px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 19px 24px 34px;
    margin: 0 12px 0 0; }
    .rule-holder .content-nav h1 {
      text-transform: uppercase;
      margin: 0 0 11px; }
    .rule-holder .content-nav ul {
      border-top: 1px solid #e9eaeb; }
      .rule-holder .content-nav ul li {
        line-height: 19px;
        padding: 9px 0;
        border-bottom: 1px solid #e9eaeb; }
  .rule-holder .rule-block {
    width: 100%;
    max-width: 670px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 20px 20px 20px 29px;
    line-height: 19px; }
    .rule-holder .rule-block h1 {
      margin: 0 0 18px; }
    .rule-holder .rule-block h2 {
      margin: 0 0 19px; }
    .rule-holder .rule-block p {
      margin: 0 0 20px; }
    .rule-holder .rule-block .list {
      margin: 0 0 40px; }
      .rule-holder .rule-block .list li {
        position: relative;
        padding: 0 0 0 20px;
        margin: 0 0 10px; }
        .rule-holder .rule-block .list li:before {
          content: "";
          width: 6px;
          height: 6px;
          position: absolute;
          top: 4px;
          left: 0;
          border-radius: 50%;
          background: #30ac5d; }
  .rule-holder .text-box:not(:last-child) {
    margin: 0 0 65px; }
  .rule-holder .text-box p {
    margin: 0 0 21px; }

.info-block {
  background: url(../bundles/app/images/info-block-bg.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  margin: 0 0 26px;
  padding: 33px 0 0; }
  .info-block .info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 39px; }
    .info-block .info-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
    .info-block .info-list img {
      border-radius: 50%;
      overflow: hidden;
      margin: 0 0 4px; }
    .info-block .info-list h1 {
      font-weight: 400;
      text-align: center;
      margin: 0; }
  .info-block .item {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: #3d4456;
    text-align: center;
    margin: 0 0 33px !important;
    position: relative;
    cursor: pointer;
    color: #fff; }
    .info-block .item:hover {
      color: #fb9800; }
    .info-block .item .info-text {
      position: absolute;
      top: calc(100% + 12px);
      width: 100%;
      color: #99abb9; }
      .info-block .item .info-text.active {
        color: #fff; }
    .info-block .item .icon {
      font-size: 55px; }
    .info-block .item img {
      vertical-align: top;
      width: 100%;
      border-radius: 50%;
      margin: 0; }
  .info-block .info-list-data-holder {
    position: relative;
    z-index: 1;
    margin: 0 0 26px; }
  .info-block .info-list-data-title {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px; }
  .info-block .info-list-data {
    text-align: center;
    width: 130px;
    margin: 0 20px; }
    .info-block .info-list-data .number {
      display: inline-block;
      vertical-align: top;
      font-size: 36px;
      line-height: 31px;
      width: 100%;
      font-weight: 700; }
    .info-block .info-list-data .text {
      font-size: 16px;
      line-height: 18px;
      color: #99abb9; }
  .info-block .img-box {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center; }
    .info-block .img-box:hover {
      opacity: 0.7; }
    .info-block .img-box img {
      max-width: 164px; }
  .info-block .teem-count {
    background: rgba(26, 34, 58, 0.2); }
    .info-block .teem-count ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
    .info-block .teem-count li {
      position: relative;
      padding: 6px 0 7px; }
      .info-block .teem-count li:not(:last-child) {
        margin: 0 40px 0 0; }
      .info-block .teem-count li:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 11px 0 11px;
        border-color: #333a4a transparent transparent transparent; }
      .info-block .teem-count li.active:before {
        opacity: 1;
        visibility: visible; }
      .info-block .teem-count li.active a {
        background: #4d5465; }
        .info-block .teem-count li.active a:before {
          opacity: 1;
          visibility: visible; }
    .info-block .teem-count a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      border-radius: 3px;
      background: transparent;
      position: relative;
      padding: 0 11px 3px 8px;
      line-height: 22px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .info-block .teem-count a:hover {
        opacity: 0.7; }
      .info-block .teem-count a:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-style: solid;
        border-width: 6px 8px 0 8px;
        border-color: #4d5465 transparent transparent transparent; }
    .info-block .teem-count .btn {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      border-radius: 3px;
      padding: 7px 15px; }
    .info-block .teem-count .btn-orange {
      background: #ff9600;
      -webkit-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      .info-block .teem-count .btn-orange:hover {
        color: #fff;
        background: #f19f2a; }
      .info-block .teem-count .btn-orange:focus {
        color: #fff;
        background: #c17304; }
    .info-block .teem-count .count {
      font-size: 12px;
      line-height: 14px;
      color: #99abb9; }
    .info-block .teem-count .teem-name {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase; }

.team-info-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden; }
  .team-info-block .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center; }
    .team-info-block .list li {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      position: relative;
      padding: 15px 6px 16px; }
      .team-info-block .list li:not(:first-child):before {
        content: "";
        position: absolute;
        top: 9px;
        bottom: 9px;
        left: -1px;
        width: 2px;
        border-right: 2px dotted #b1b3b9; }
      .team-info-block .list li.more {
        margin: 0 -1px 0 0;
        width: 3.7%;
        min-width: 3.7%;
        padding: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .team-info-block .list li.more:before {
          display: none; }
        .team-info-block .list li.more a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          width: 100%;
          color: #fff;
          padding: 0;
          border-radius: 0; }
  .team-info-block .text {
    display: inline-block;
    vertical-align: top; }
    .team-info-block .text i {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      background: url("../bundles/app/images/information-button-orange.svg") no-repeat;
      background-size: cover; }
  .team-info-block .team-detail-statistic {
    color: #fb9800; }
    .team-info-block .team-detail-statistic:hover {
      color: #364455;
      cursor: pointer; }
      .team-info-block .team-detail-statistic:hover i {
        background: url("../bundles/app/images/information-button.svg") no-repeat;
        background-size: cover; }
  .team-info-block .number {
    font-size: 30px;
    line-height: 32px;
    display: block;
    width: 100%;
    font-weight: 700;
    margin: 0 0 -3px; }

.text-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 11px 30px 10px; }
  .text-block h3 {
    width: 695px;
    max-width: 100%;
    margin: 0 auto 4px; }
  .text-block p {
    width: 695px;
    max-width: 100%;
    margin: 0 auto; }
  .text-block .close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 10px;
    line-height: 10px; }

.main-info-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.left-box,
.right-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  width: 49.5%; }

.field-box {
  background: url(../bundles/app/images/img-field1.jpg) no-repeat;
  background-size: cover;
  padding: 8px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .field-box .row {
    text-align: center;
    position: relative;
    z-index: 1;
    height: 107px;
    margin: 0 0 5px; }
    .field-box .row li {
      display: inline-block;
      vertical-align: top;
      width: 22.4%;
      padding: 0 3px; }
      .field-box .row li.active a {
        border: 4px solid #30ac5d; }
    .field-box .row .text {
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      border-radius: 3px;
      color: #fff;
      padding: 3px 4px;
      background: rgba(54, 68, 85, 0.55); }
    .field-box .row .add {
      width: 68px;
      height: 68px;
      font-size: 21px;
      line-height: 23px;
      margin: 0 auto 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      background: #eef4f9;
      border-radius: 50%;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .field-box .row .add.choose-player {
        font-size: 12px;
        line-height: 12px;
        color: #fb9800;
        background: #fff;
        font-weight: 700; }
      .field-box .row .add:hover {
        background: #fff; }
      .field-box .row .add img {
        max-width: 68px; }
  .field-box .img-box {
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .field-box .img-box:hover {
      opacity: 0.7; }
    .field-box .img-box img {
      max-width: 68px;
      border-radius: 50%;
      overflow: hidden; }
  .field-box .capitan {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -3px;
    background: #fecd02; }
  .field-box .player-country {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -3px;
    right: 2px; }
    .field-box .player-country:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      right: -1px;
      border: 2px solid #30ac5d;
      border-radius: 50%; }
    .field-box .player-country img {
      width: 100%; }
  .field-box .text-box {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 2px 7px;
    background: rgba(54, 68, 85, 0.55); }
    .field-box .text-box .name {
      display: block; }
    .field-box .text-box .point {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
  .field-box .icon-arrow-down,
  .field-box .icon-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #0bff6e;
    margin: 0 4px 0 0;
    font-size: 8px; }
  .field-box .icon-arrow-down {
    color: #ff7c82;
    font-size: 10px; }

.teem-colection {
  padding: 15px 0 0; }
  .teem-colection .teem-colection-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 21px;
    margin: 0 0 16px; }
  .teem-colection h3 {
    text-transform: uppercase;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .teem-colection .teem-count-box {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700; }
  .teem-colection form {
    padding: 0 21px;
    margin: 0 0 17px; }
    .teem-colection form input[type="text"] {
      padding: 6px 14px 7px;
      width: 100%;
      border: 1px solid #c5d0da;
      border-radius: 2px; }
      .teem-colection form input[type="text"]:focus {
        outline: none;
        border: 1px solid #fb9800;
        -webkit-box-shadow: 0 0 5px #fb9800;
        box-shadow: 0 0 5px #fb9800; }
      .teem-colection form input[type="text"]::-webkit-input-placeholder {
        color: #364455; }
      .teem-colection form input[type="text"]::-moz-placeholder {
        opacity: 1;
        color: #364455; }
      .teem-colection form input[type="text"]:-moz-placeholder {
        color: #364455; }
      .teem-colection form input[type="text"]:-ms-input-placeholder {
        color: #364455; }
      .teem-colection form input[type="text"].placeholder {
        color: #364455; }

.country-list {
  padding: 0 18px;
  margin: 0 0 14px; }
  .country-list li {
    float: left;
    width: 8.333%;
    margin: 0 0 4px; }
    .country-list li.active a:before {
      content: "";
      position: absolute;
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px;
      border: 3px solid #30ac5d;
      border-radius: 50%; }
  .country-list a {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .country-list a img {
      max-width: 23px;
      border-radius: 50%; }

.player-holder {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 16px; }
  .player-holder .arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #445160 transparent transparent transparent; }
  .player-holder .arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #445160 transparent; }
  .player-holder .list-head {
    background: #dadde5;
    padding: 4px 20px 5px; }
    .player-holder .list-head a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 11px 0 0; }
    .player-holder .list-head i {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 2px 0 0; }
    .player-holder .list-head .box {
      width: 93%; }
      .player-holder .list-head .box .player {
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        .player-holder .list-head .box .player img {
          border-radius: 50%;
          overflow: hidden; }
      .player-holder .list-head .box .point {
        text-align: center;
        min-width: 18.6%;
        margin: 0 0 0 4px; }
      .player-holder .list-head .box .price {
        text-align: center;
        min-width: 18.6%;
        margin: 0 0 0 4px; }
  .player-holder .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .player-holder .box {
    width: 93%; }
    .player-holder .box .player {
      text-align: left;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .player-holder .box .player img {
        border-radius: 50%;
        overflow: hidden;
        max-width: 19px;
        margin: 0 10px 0 0; }
    .player-holder .box .point {
      text-align: center;
      min-width: 10%;
      margin: 0 0 0 4px; }
    .player-holder .box .price {
      text-align: center;
      min-width: 12.2%;
      margin: 0 0 0 31px; }
  .player-holder a.box:hover {
    color: #fb9800; }
  .player-holder .player-list {
    height: 435px !important;
    overflow-y: auto;
    width: 100% !important; }
    .player-holder .player-list.long-list {
      height: 507px; }
    .player-holder .player-list > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 7px 20px 7px 18px; }
      .player-holder .player-list > li:nth-child(even) {
        background: #f1f2f5; }
      .player-holder .player-list > li.disabled .box {
        color: #cecece; }
        .player-holder .player-list > li.disabled .box i,
        .player-holder .player-list > li.disabled .box img {
          opacity: 0.5; }
    .player-holder .player-list .add {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-size: 16px;
      line-height: 22px;
      background: #dadde5;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .player-holder .player-list .add:hover {
        background: #fb9800;
        color: #fff; }
    .player-holder .player-list .box {
      padding: 3px 0 0; }
      .player-holder .player-list .box li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        .player-holder .player-list .box li.player, .player-holder .player-list .box li.price {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
    .player-holder .player-list .position {
      margin: 0 7px 0 0; }
  .player-holder .icon-arrow-up {
    color: #29a253;
    font-size: 12px;
    margin: 0 2px 0 0; }
  .player-holder .icon-arrow-down {
    color: #e32959;
    font-size: 12px;
    margin: 0 2px 0 0; }

.round-end {
  background: #fff url(../bundles/app/images/round-end-bg.png) no-repeat;
  background-position: 50% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .round-end .text-box {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 70%; }
  .round-end h1 {
    margin: 0 0 9px; }
  .round-end p {
    margin: 0 0 45px; }
  .round-end .btn {
    width: 216px;
    border-radius: 5px;
    padding: 9px; }

.empty-box {
  background: #fff url(../bundles/app/images/round-end-bg.png) no-repeat;
  background-position: 50% 50%; }

.prize-page #main {
  padding: 60px 0 0; }

.prize-page .prize-text {
  text-align: center;
  line-height: 22px;
  margin: 0 0 69px; }
  .prize-page .prize-text h1 {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 12px; }
  .prize-page .prize-text a {
    color: #30ac5d; }
    .prize-page .prize-text a:hover {
      color: #fb9800; }

.prize-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: url(../bundles/app/images/prize-main.png) no-repeat;
  background-position: center bottom;
  padding: 0 0 132px;
  margin: 0 0 10px; }
  .prize-box li {
    text-align: center;
    margin: 0 7px;
    width: 226px; }
    .prize-box li.first-place .img-box:before {
      background: #ffdd7d; }
    .prize-box li.second-place {
      margin-top: 23px; }
      .prize-box li.second-place .img-box:before {
        background: #c1c1c1; }
    .prize-box li.third-place {
      margin-top: 23px; }
      .prize-box li.third-place .img-box:before {
        background: #fac691; }
  .prize-box .img-box {
    position: relative; }
    .prize-box .img-box:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .prize-box .img-box img {
      max-width: 250px;
      position: relative;
      z-index: 1; }
  .prize-box .text-box {
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
    line-height: 24px;
    font-weight: 700; }

.prize-list-holder {
  text-align: center; }
  .prize-list-holder .list {
    display: inline-block;
    vertical-align: top;
    max-width: 760px;
    text-align: left;
    margin: 0 0 27px; }
    .prize-list-holder .list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      margin: 0 0 22px; }
  .prize-list-holder .img-box {
    position: relative;
    margin: 0 44px 0 0; }
    .prize-list-holder .img-box:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 131px;
      height: 131px;
      border-radius: 50%;
      overflow: hidden;
      background: #30ac5d; }
    .prize-list-holder .img-box img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 150px; }
  .prize-list-holder h2 {
    font-size: 24px;
    margin: 0 0 5px; }
  .prize-list-holder p {
    margin: 0; }

.prize-text-mark {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 744px;
  line-height: 24px; }

.select-box {
  margin: 0 0 18px 15px; }
  .select-box .jcf-select {
    margin: 0; }
  .select-box .fake-select {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .select-box .fake-select:before {
      content: "";
      position: absolute;
      top: 4px;
      right: 1px;
      bottom: 3px;
      width: 30px;
      background: #fff;
      pointer-events: none;
      border-radius: 0 2px 2px 0;
      z-index: 1; }
    .select-box .fake-select:after {
      position: absolute;
      right: 12px;
      content: '';
      width: 8px;
      height: 8px;
      top: 50%;
      border: 1px solid #666;
      border-width: 0 0 1px 1px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -6px;
      line-height: 0;
      z-index: 1; }
  .select-box select::-ms-expand {
    display: none; }
  .select-box select,
  .select-box select.tour_select_form {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #c5d0da;
    background: #fff;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    font-size: 18px;
    padding: 0 40px 0 10px; }
    .select-box select:focus,
    .select-box select.tour_select_form:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .select-box select.tour_select_form,
    .select-box select.tour_select_form.tour_select_form {
      margin: 0; }

.pop-up-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(54, 60, 70, 0.9);
  z-index: 100; }
  .pop-up-holder .pop-up-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    background: #fff; }
  .pop-up-holder .close-popup {
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 14px;
    color: #9b9ea6;
    z-index: 2; }
    .pop-up-holder .close-popup:hover {
      color: #fb9800; }
  .pop-up-holder .arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #445160 transparent transparent transparent; }
  .pop-up-holder .arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #445160 transparent; }
  .pop-up-holder .select-order {
    position: relative;
    padding: 0 12px 0 0; }
    .pop-up-holder .select-order:hover {
      color: #fb9800; }
      .pop-up-holder .select-order:hover .arrow-down {
        border-color: #fb9800 transparent transparent transparent; }
      .pop-up-holder .select-order:hover .arrow-up {
        border-color: transparent transparent #fb9800 transparent; }
    .pop-up-holder .select-order i {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 3px 0 0; }
  .pop-up-holder .fixed-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 16px;
    z-index: 1;
    background: #fff; }
  .pop-up-holder .fixed-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 16px;
    z-index: 1; }
    .pop-up-holder .fixed-footer tr {
      background: #dadde5; }
  .pop-up-holder .title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pop-up-holder .select-box {
    margin: 0 0 18px 8px; }
  .pop-up-holder .scrollable-area {
    padding: 15px 0 0;
    height: 100%;
    overflow-y: auto; }
    .pop-up-holder .scrollable-area .title-box {
      opacity: 0; }
    .pop-up-holder .scrollable-area .select-box {
      height: 35px; }
  .pop-up-holder .pop-up-addon-text {
    position: absolute;
    z-index: 1;
    top: 48px;
    right: 20px;
    color: #afb6bf;
    font-size: 16px; }
    .pop-up-holder .pop-up-addon-text:hover {
      color: #fb9800; }

.bay-buster {
  text-align: center; }
  .bay-buster .bay-buster-scrollable-area {
    border-radius: 3px;
    overflow: hidden;
    width: 357px;
    padding: 40px 31px 31px; }
  .bay-buster .pop-up-info {
    font-size: 16px;
    line-height: 22px; }
    .bay-buster .pop-up-info p {
      margin: 0 0 17px; }
    .bay-buster .pop-up-info h1 {
      margin: 0 0 14px; }
  .bay-buster .select-box {
    padding: 0 0 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e9eaeb; }
  .bay-buster .select {
    width: 208px;
    margin: 0 auto 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden; }
    .bay-buster .select .btn {
      border-radius: 0;
      width: 44px;
      height: 40px;
      padding: 12px 0; }
    .bay-buster .select .counter {
      font-weight: 700;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 0 3px;
      background: #e9eaeb;
      border: 2px solid #d3d8de;
      padding: 3px;
      font-size: 25px;
      line-height: 24px; }
      .bay-buster .select .counter img {
        margin: 0 3px 0 0; }
  .bay-buster .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #99abb9;
    margin: 0 0 5px; }
    .bay-buster .more a {
      color: #fb9800; }
      .bay-buster .more a:hover {
        color: #364455; }
  .bay-buster .info {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 26px; }
  .bay-buster .btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    width: 216px; }

.pop-up-player .pop-up-box {
  width: 90%;
  max-width: 940px;
  max-height: 90%; }

.pop-up-player .title-box {
  padding: 0 25px; }
  .pop-up-player .title-box h1 {
    margin: 0 0 18px; }

.pop-up-player .player-data {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center; }
  .pop-up-player .player-data thead tr {
    height: 35px;
    background: #dadde5; }
    .pop-up-player .player-data thead tr td {
      vertical-align: middle; }
      .pop-up-player .player-data thead tr td:first-child {
        font-size: 16px;
        line-height: 16px;
        padding-left: 25px; }
      .pop-up-player .player-data thead tr td:last-child {
        padding-right: 21px; }
  .pop-up-player .player-data tr {
    height: 37px; }
    .pop-up-player .player-data tr td {
      vertical-align: middle; }
      .pop-up-player .player-data tr td:first-child {
        font-size: 16px;
        line-height: 16px;
        padding-left: 27px;
        text-align: left;
        font-weight: 700;
        width: 91px; }
      .pop-up-player .player-data tr td:last-child {
        padding-right: 26px;
        font-weight: 700; }
  .pop-up-player .player-data tr:nth-child(even) {
    background: #f1f2f5; }

.pop-up-player .mark {
  color: #f40744; }

.pop-up-teem .pop-up-box {
  width: 100%;
  max-width: 940px; }

.pop-up-teem .teem-data {
  font-size: 13px;
  line-height: 13px;
  width: 100%;
  text-align: center; }
  .pop-up-teem .teem-data thead tr {
    height: 35px;
    background: #dadde5; }
    .pop-up-teem .teem-data thead tr td {
      vertical-align: middle; }
      .pop-up-teem .teem-data thead tr td:first-child {
        font-size: 16px;
        line-height: 16px;
        padding-left: 25px;
        font-weight: 700; }
      .pop-up-teem .teem-data thead tr td:last-child {
        padding-right: 21px; }
  .pop-up-teem .teem-data tr {
    height: 37px; }
    .pop-up-teem .teem-data tr td {
      vertical-align: middle; }
      .pop-up-teem .teem-data tr td:first-child {
        font-size: 16px;
        line-height: 16px;
        padding-left: 27px;
        text-align: left; }
      .pop-up-teem .teem-data tr td:last-child {
        padding-right: 26px;
        font-weight: 700; }
  .pop-up-teem .teem-data tr:nth-child(even) {
    background: #f1f2f5; }

.pop-up-teem .mark {
  color: #f40744; }

.pop-up-teem .captain {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #364455;
  border-radius: 50%;
  background: #fecd02; }

.pop-up-teem img {
  width: 18px;
  margin: 0 5px 0 0; }

.pop-up-teem .name {
  margin: 0 3px 0 0; }

.pop-up-teem .reserve {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  border-radius: 50%;
  background: #4fac83; }

.pop-up-teem .tittle-box {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .pop-up-teem .tittle-box h1 {
    margin: 0 8px 17px 0; }

.pop-up-player-card {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(54, 68, 85, 0.97);
  z-index: 80; }
  .pop-up-player-card .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    z-index: 81;
    color: #9ba3aa; }
    .pop-up-player-card .close-popup:hover {
      color: #fff; }
  .pop-up-player-card .pop-up-box {
    padding: 38px 0 0; }
  .pop-up-player-card .add-capitan,
  .pop-up-player-card .sale-player {
    position: absolute;
    top: 61px;
    left: 28px;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pop-up-player-card .add-capitan:hover,
    .pop-up-player-card .sale-player:hover {
      background: rgba(255, 255, 255, 0.2); }
    .pop-up-player-card .add-capitan:focus,
    .pop-up-player-card .sale-player:focus {
      color: #364455;
      background: #fff; }
  .pop-up-player-card .capitan-player {
    position: absolute;
    top: 61px;
    left: 28px;
    color: #fff;
    width: 100px; }
    .pop-up-player-card .capitan-player .capitan {
      width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 12px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      color: #364455;
      border-radius: 50%;
      background: #fecd02;
      font-weight: 700; }
  .pop-up-player-card .sale-player {
    left: auto;
    right: 28px; }
  .pop-up-player-card .info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 15px 0; }
    .pop-up-player-card .info-row li {
      width: 50%;
      padding: 0 15px;
      margin: 0 0 13px; }
    .pop-up-player-card .info-row img {
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      width: 15px;
      margin: 0 5px 0 0; }
    .pop-up-player-card .info-row span {
      display: inline-block;
      vertical-align: middle; }
  .pop-up-player-card .player-box {
    text-align: center;
    position: relative;
    margin: 0 0 24px; }
    .pop-up-player-card .player-box img {
      border-radius: 50%;
      overflow: hidden;
      max-width: 160px;
      margin: 0 0 10px; }
  .pop-up-player-card h1 {
    margin: 0 0 2px; }
  .pop-up-player-card h3 {
    font-size: 14px;
    line-height: 16px;
    color: #516773;
    padding: 0 24px;
    margin: 0 0 12px;
    overflow: hidden;
    font-weight: 400; }
    .pop-up-player-card h3 span {
      padding: 0 9px 0 6px;
      position: relative; }
      .pop-up-player-card h3 span:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        height: 1px;
        background: #516773;
        width: 99999px; }
      .pop-up-player-card h3 span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        height: 1px;
        background: #516773;
        width: 99999px; }
  .pop-up-player-card .player-data {
    font-size: 14px;
    line-height: 16px;
    color: #99abb9; }
  .pop-up-player-card .player-info {
    margin: 0 0 8px; }
  .pop-up-player-card .info-title {
    color: #99abb9; }
  .pop-up-player-card .info-data {
    font-size: 14px;
    line-height: 16px; }
  .pop-up-player-card .point-data span,
  .pop-up-player-card .price-data span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700; }
  .pop-up-player-card .point-data a {
    display: inline-block;
    vertical-align: middle;
    color: #ff9600;
    position: relative;
    padding: 0 12px 0 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pop-up-player-card .point-data a:hover {
      color: #fff; }
      .pop-up-player-card .point-data a:hover:before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .pop-up-player-card .point-data a:hover:after {
        background: #fff; }
    .pop-up-player-card .point-data a:before {
      width: 4px;
      height: 4px;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      border-right: 1px solid #ff9600;
      border-bottom: 1px solid #ff9600;
      -webkit-transform: translate(0, -17%) rotate(-45deg);
      -ms-transform: translate(0, -17%) rotate(-45deg);
      transform: translate(0, -17%) rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .pop-up-player-card .point-data a:after {
      content: "";
      position: absolute;
      top: 9px;
      right: 0;
      width: 6px;
      height: 1px;
      background: #ff9600;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .pop-up-player-card .statistics-box {
    margin: 0 0 45px; }
  .pop-up-player-card .yellow,
  .pop-up-player-card .red {
    padding: 0 6px 0 0;
    position: relative;
    margin: 0 15px 0 0; }
    .pop-up-player-card .yellow:before,
    .pop-up-player-card .red:before {
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      width: 5px;
      height: 7px; }
  .pop-up-player-card .yellow:before {
    background: #fecd02; }
  .pop-up-player-card .red {
    margin: 0 9px 0 0; }
    .pop-up-player-card .red:before {
      background: #e20515; }
  .pop-up-player-card .deliver {
    margin: 0 11px 0 0; }
  .pop-up-player-card .diagram-box {
    text-align: center; }

.form-ajax input[type="text"] {
  margin: 0 0 15px;
  width: 100%; }

.form-ajax button {
  border: none; }

#diagram-box {
  margin: 0 auto; }

.canvasjs-chart-credit {
  display: none; }

.buster-block,
.buster-table-holder {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }

.buster-block {
  margin: 35px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.buster-info {
  font-size: 16px;
  line-height: 22px;
  width: 61.6%;
  padding: 41px 50px 49px 77px; }
  .buster-info p {
    margin: 0 0 17px; }
  .buster-info h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 19px; }
  .buster-info .select-box {
    padding: 0 0 21px;
    margin: 0 0 27px;
    border-bottom: 1px solid #e9eaeb; }
  .buster-info .select {
    width: 187px;
    margin: 0 0 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden; }
    .buster-info .select .btn {
      border-radius: 0;
      width: 44px;
      height: 40px;
      padding: 12px 0;
      text-align: center; }
    .buster-info .select .counter {
      font-size: 24px;
      line-height: 24px;
      font-weight: 700;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 0 3px;
      background: #e9eaeb;
      border: 2px solid #d3d8de;
      padding: 3px; }
      .buster-info .select .counter img {
        margin: 0 3px 0 0; }
  .buster-info .info {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 31px; }
  .buster-info .btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    width: 216px;
    text-align: center; }

.buster-box {
  font-size: 16px;
  line-height: 18px;
  width: 38.3%;
  background: #f4f4f4;
  padding: 34px 51px 10px 38px; }
  .buster-box h2 {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 0 22px;
    margin: 0 0 49px; }

.buster-prize-list li {
  margin: 0 0 41px; }
  .buster-prize-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

.buster-prize-list .img-box {
  min-width: 58px;
  max-width: 58px;
  margin: 0 18px 0 0;
  text-align: center; }
  .buster-prize-list .img-box img {
    vertical-align: top; }

.buster-prize-list .text-box p {
  margin: 0; }

.buster-table-holder .buster-data {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center; }
  .buster-table-holder .buster-data thead tr {
    height: 25px;
    background: #dadde5; }
    .buster-table-holder .buster-data thead tr td {
      vertical-align: middle; }
      .buster-table-holder .buster-data thead tr td:first-child {
        font-weight: 700; }
  .buster-table-holder .buster-data tr {
    height: 38px; }
    .buster-table-holder .buster-data tr td {
      vertical-align: middle; }
      .buster-table-holder .buster-data tr td.data-cell {
        padding-left: 26px;
        width: 193px;
        text-align: left; }
      .buster-table-holder .buster-data tr td.description-cell {
        padding-left: 26px;
        text-align: left; }
      .buster-table-holder .buster-data tr td.balans-cell {
        padding-left: 10px;
        padding-right: 27px;
        width: 135px; }
      .buster-table-holder .buster-data tr td.price-cell {
        padding-right: 50px;
        width: 148px;
        padding-left: 25px; }
  .buster-table-holder .buster-data tr:nth-child(even) {
    background: #f1f2f5; }

.buster-table-holder .select-order {
  position: relative;
  padding: 0 12px 0 0; }
  .buster-table-holder .select-order:hover {
    color: #fb9800; }
    .buster-table-holder .select-order:hover .arrow-down {
      border-color: #fb9800 transparent transparent transparent; }
    .buster-table-holder .select-order:hover .arrow-up {
      border-color: transparent transparent #fb9800 transparent; }
  .buster-table-holder .select-order i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 1px 0 0; }

.buster-table-holder .mark-red {
  color: #e10610;
  font-weight: 700; }

.buster-table-holder .mark-green {
  color: #33af3e;
  font-weight: 700; }

.buster-table-holder .arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #445160 transparent transparent transparent; }

.buster-table-holder .arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #445160 transparent; }

.tour_select_form {
  margin: 0 0 17px; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #c5d0da;
  background: #fff;
  min-width: 108px;
  height: 32px;
  margin: 0 0 15px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  font-size: 24px;
  line-height: 28px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 25px 0 10px;
  font-weight: 700; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    border-left: 1px solid #364455;
    border-bottom: 1px solid #364455;
    margin: -5px 0 0 -1px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #c5d0da; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e1e3e5;
  width: 6px;
  bottom: 0;
  right: 7px;
  top: 0;
  border-radius: 3px; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #858e99;
  height: 1px;
  width: 6px;
  border-radius: 3px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.load {
  position: relative; }
  .load:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: rgba(255, 255, 255, 0.9); }
  .load .cssload-loader {
    display: block; }

.cssload-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  z-index: 102;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-perspective: 780px;
  perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 0.95s linear infinite;
  -o-animation: cssload-rotate-one 0.95s linear infinite;
  -ms-animation: cssload-rotate-one 0.95s linear infinite;
  -webkit-animation: cssload-rotate-one 0.95s linear infinite;
  -moz-animation: cssload-rotate-one 0.95s linear infinite;
  border-bottom: 3px solid #30ac5d; }

.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 0.95s linear infinite;
  -o-animation: cssload-rotate-two 0.95s linear infinite;
  -ms-animation: cssload-rotate-two 0.95s linear infinite;
  -webkit-animation: cssload-rotate-two 0.95s linear infinite;
  -moz-animation: cssload-rotate-two 0.95s linear infinite;
  border-right: 3px solid #fb9800; }

.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 0.95s linear infinite;
  -o-animation: cssload-rotate-three 0.95s linear infinite;
  -ms-animation: cssload-rotate-three 0.95s linear infinite;
  -webkit-animation: cssload-rotate-three 0.95s linear infinite;
  -moz-animation: cssload-rotate-three 0.95s linear infinite;
  border-top: 3px solid #364455; }

@keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

#footer {
  background: #f1f2f5;
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px; }
  #footer .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  #footer .footer-menu {
    padding: 0 0 1px; }
    #footer .footer-menu li {
      display: inline-block;
      vertical-align: top; }
      #footer .footer-menu li:not(:first-child) {
        margin: 0 0 0 30px; }
  #footer .footer-logo a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    #footer .footer-logo a:hover {
      opacity: 0.5; }

.chat-holder .pop-up-box {
  height: 90%;
  width: 100%;
  max-width: 940px; }

.chat-holder .close-popup {
  top: 18px;
  right: 19px; }

.common-chat {
  height: 100%;
  padding: 19px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.chat-tabs {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #9b9ea6;
  list-style: none; }
  .chat-tabs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px; }
  .chat-tabs .chat-switcher {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #e2e2e2;
    font-size: 20px;
    color: #364455;
    text-transform: uppercase;
    min-width: 148px;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .chat-tabs .chat-switcher.active {
      color: #fff;
      background: #4d5465; }
      .chat-tabs .chat-switcher.active::before {
        display: block; }
    .chat-tabs .chat-switcher::before {
      content: '';
      display: none;
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 10px 0 10px;
      border-color: #4d5465 transparent transparent transparent; }

.tab-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .tab-content .tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; }
  .tab-content .tab-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.chat-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .chat-box .chat-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    height: calc(100% - 70px);
    padding: 22px 0; }

.chat-content-item {
  padding: 0 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative; }
  .chat-content-item:last-child {
    padding: 0; }
  .chat-content-item.error-text .text-box {
    background: #ffe2d9;
    color: #e53400;
    padding: 12px 16px; }
  .chat-content-item img {
    vertical-align: middle; }
  .chat-content-item .image-box {
    width: 59px;
    min-width: 59px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 59px;
    -ms-flex: 0 1 59px;
    flex: 0 1 59px;
    padding: 0 13px 0 0; }
    .chat-content-item .image-box img {
      border-radius: 50%;
      width: 100%; }
  .chat-content-item .text-box {
    max-width: calc(100% - 70px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .chat-content-item .text-box img {
      width: 20px;
      height: auto; }
    .chat-content-item .text-box .mark {
      color: #fb9800; }
      .chat-content-item .text-box .mark:hover {
        opacity: 0.7; }
    .chat-content-item .text-box p {
      margin: 0;
      line-height: 22px; }
  .chat-content-item .text-box-head {
    margin-bottom: 4px; }
    .chat-content-item .text-box-head .user-title {
      color: #4d5465;
      margin-right: 5px;
      cursor: pointer; }
    .chat-content-item .text-box-head time {
      color: #afb6bf; }
  .chat-content-item .chat-item-action {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2; }
    .chat-content-item .chat-item-action.active {
      z-index: 3; }
      .chat-content-item .chat-item-action.active .chat-action-opener span {
        opacity: 0; }
      .chat-content-item .chat-item-action.active .chat-action-opener:before, .chat-content-item .chat-item-action.active .chat-action-opener:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px; }
      .chat-content-item .chat-item-action.active .chat-action-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .chat-content-item .chat-item-action.active .chat-action {
        display: block; }
    .chat-content-item .chat-item-action .chat-action-opener {
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 1;
      border-radius: 3px;
      text-indent: -9999px;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      border: 1px solid #9b9ea6;
      height: 22px;
      width: 22px;
      cursor: pointer; }
      .chat-content-item .chat-item-action .chat-action-opener span, .chat-content-item .chat-item-action .chat-action-opener:after, .chat-content-item .chat-item-action .chat-action-opener:before {
        position: absolute;
        top: 9px;
        left: 3px;
        right: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 2px;
        border-radius: 3px;
        background: #4d5465; }
      .chat-content-item .chat-item-action .chat-action-opener:after, .chat-content-item .chat-item-action .chat-action-opener:before {
        content: '';
        top: 4px; }
      .chat-content-item .chat-item-action .chat-action-opener:after {
        top: 14px; }
    .chat-content-item .chat-item-action .chat-action {
      display: none;
      position: absolute;
      top: calc(100% + 5px);
      right: 0;
      z-index: 2;
      padding: 2px 10px;
      margin: 0;
      list-style: none;
      border-radius: 4px;
      white-space: nowrap;
      background: #fff;
      -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3); }
      .chat-content-item .chat-item-action .chat-action li {
        padding: 2px; }
        .chat-content-item .chat-item-action .chat-action li span {
          cursor: pointer; }
          .chat-content-item .chat-item-action .chat-action li span:hover {
            opacity: 0.5; }
  .chat-content-item .user-is-blocked {
    font-weight: bold;
    padding: 0 2px; }

.chat-input {
  border-top: 1px solid #9b9ea6;
  padding: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 65px; }
  .chat-input .textarea-holder {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin: 0 21px 0 0;
    max-width: calc(100% - 146px); }
    .chat-input .textarea-holder textarea {
      resize: none;
      width: 100%;
      border: none;
      outline: none;
      height: 50px;
      min-height: 50px;
      max-height: 250px; }
      .chat-input .textarea-holder textarea:focus, .chat-input .textarea-holder textarea:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .chat-input .textarea-holder .hiddendiv {
      position: absolute;
      left: -9999999999px;
      opacity: 0;
      min-height: 50px;
      padding: 6px 14px 7px;
      width: calc(100% - 46px);
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow-wrap: break-word;
      /* future version of deprecated 'word-wrap' */ }
      .chat-input .textarea-holder .hiddendiv .emojioneemoji {
        font-size: inherit;
        height: 2ex;
        width: 2.1ex;
        min-height: 20px;
        min-width: 20px;
        display: inline-block;
        margin: -.2ex .15em .2ex;
        line-height: normal;
        vertical-align: middle;
        max-width: 100%;
        top: 0; }
    .chat-input .textarea-holder .lbr {
      line-height: 20px; }
    .chat-input .textarea-holder .user-mark {
      color: #fb9800; }
  .chat-input .action-box {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .chat-input .emojionearea {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 46px 0 0; }
    .chat-input .emojionearea:focus {
      border: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .chat-input .emojionearea .emojionearea-editor {
      padding: 6px 14px 7px 14px;
      height: 50px;
      min-height: 50px;
      max-height: 181px;
      border: none;
      word-break: break-all;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      line-height: 20px; }
      .chat-input .emojionearea .emojionearea-editor:focus {
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .chat-input .emojionearea .emojionearea-button {
      opacity: 1;
      width: 38px;
      height: 38px;
      top: auto;
      right: 0;
      bottom: 6px; }
      .chat-input .emojionearea .emojionearea-button.active + .emojionearea-picker {
        bottom: 56px; }
      .chat-input .emojionearea .emojionearea-button > div {
        background-image: url("/bundles/app/images/smile-chat.png") !important;
        background-position: center !important;
        background-size: cover !important;
        width: 38px;
        height: 38px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        opacity: 1 !important; }
    .chat-input .emojionearea .emojionearea-picker {
      top: auto;
      bottom: 80px;
      right: -10px !important;
      margin-top: 0 !important; }
  .chat-input .smile-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px;
    position: relative;
    font-size: 25px;
    cursor: pointer; }
    .chat-input .smile-box.active::before {
      display: block; }
    .chat-input .smile-box.active .smile-list-holder {
      display: block; }
    .chat-input .smile-box::before {
      content: '';
      display: none;
      position: absolute;
      z-index: 2;
      bottom: calc(100% + 7px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #fff transparent transparent transparent; }
    .chat-input .smile-box .ic-smile {
      display: inline-block;
      vertical-align: top;
      width: 38px;
      height: 38px;
      background: url("/bundles/app/images/smile-chat.png") no-repeat;
      background-size: cover;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .chat-input .smile-box .ic-smile:hover {
        opacity: 0.5; }
  .chat-input .smile-list-holder {
    display: none;
    position: absolute;
    bottom: calc(100% + 14px);
    right: 0;
    width: 284px;
    height: 141px;
    background: #fff;
    border-radius: 3px;
    border: 5px solid #fff;
    border-width: 12px 7px 12px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 26px 2px rgba(175, 175, 175, 0.3);
    box-shadow: 0 0 26px 2px rgba(175, 175, 175, 0.3);
    z-index: 1; }
  .chat-input .smile-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .chat-input .smile-list::after {
      content: '';
      display: block;
      clear: both; }
    .chat-input .smile-list li {
      width: 14.2%;
      float: left;
      padding: 5px;
      margin: 0 0 4px; }
      .chat-input .smile-list li img {
        width: 100%; }
      .chat-input .smile-list li span {
        cursor: pointer; }
  .chat-input .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 20px; }

.confirm-box {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4); }
  .confirm-box.active {
    display: block; }
  .confirm-box .confirm-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    width: 90%;
    max-width: 400px; }
  .confirm-box .close-confirm {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    cursor: pointer; }
    .confirm-box .close-confirm:hover {
      opacity: 0.5; }
  .confirm-box .confirm-title {
    padding: 0 15px; }
    .confirm-box .confirm-title p {
      margin: 0 0 15px; }
  .confirm-box .input-holder {
    margin: 0 auto 15px;
    width: 90%;
    max-width: 200px; }
  .confirm-box .btn {
    border: none;
    border-radius: 3px; }
    .confirm-box .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.visual-info-block {
  text-align: center; }
  .visual-info-block.visual-block {
    padding: 0; }
  .visual-info-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1250px; }
  .visual-info-block .info-link-holder {
    width: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .visual-info-block .info-link-holder .info-link-text {
      font-size: 22px;
      padding: 30px 20px;
      max-width: 200px;
      margin: 0 0 15px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      text-decoration: underline;
      position: relative;
      z-index: 1;
      line-height: 1.2; }
      .visual-info-block .info-link-holder .info-link-text > * {
        position: relative;
        z-index: 2; }
      .visual-info-block .info-link-holder .info-link-text:hover {
        text-decoration: none; }
        .visual-info-block .info-link-holder .info-link-text:hover:before {
          border-color: transparent; }
      .visual-info-block .info-link-holder .info-link-text:before {
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(10, 20, 46, 0.75);
        border-bottom: 9px solid #fb9800;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg); }
      .visual-info-block .info-link-holder .info-link-text strong {
        display: block;
        font-size: 30px;
        text-transform: uppercase; }
    .visual-info-block .info-link-holder [class^='icon'] {
      z-index: 2;
      color: #fff;
      font-size: 63px;
      margin: 0 0 15px; }
  .visual-info-block .info-text-box {
    width: 51%;
    padding: 50px 30px 43px;
    position: relative;
    z-index: 1;
    font-size: 18px; }
    .visual-info-block .info-text-box h1 {
      text-transform: uppercase;
      font-size: 50px;
      line-height: 1.2;
      font-style: italic;
      margin: 0 0 25px; }
    .visual-info-block .info-text-box p {
      max-width: 500px;
      margin: 0 auto 32px;
      line-height: 1.5; }
    .visual-info-block .info-text-box .btn {
      text-transform: uppercase;
      font-weight: bold;
      padding: 13px 28px;
      font-size: 20px; }

.rates-block {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 16px; }
  .rates-block .rates-tour-box {
    padding: 17px 11px 25px;
    border-top: 1px solid #dadde5; }
    .rates-block .rates-tour-box.first-child {
      border: none; }
  .rates-block .rates-tour-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px; }
    .rates-block .rates-tour-header .tour-number {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 18px;
      color: #868c94;
      text-transform: uppercase;
      font-weight: bold;
      padding: 2px 0 0 11px; }
    .rates-block .rates-tour-header .tour-data {
      margin: 0 0 0 17px; }
    .rates-block .rates-tour-header .mark {
      font-weight: bold; }
  .rates-block .rates-box {
    margin: 0 0 17px; }
  .rates-block .columns-holder {
    min-width: 482px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 482px;
    -ms-flex: 0 1 482px;
    flex: 0 1 482px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rates-block .columns-holder .column {
      width: 50%; }
  .rates-block .rates-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    padding: 9px 12px; }
    .rates-block .rates-header .rates-position {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .rates-block .rates-header .rates-position span {
        width: 50px;
        text-align: center; }
    .rates-block .rates-header .date {
      font-weight: 700;
      max-width: calc(100% - 482px);
      min-width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .rates-block .select-rate-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .rates-block .rates-item {
    padding: 19px 12px 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .rates-block .game-info {
    max-width: calc(100% - 482px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rates-block .game-info .game-info-item {
      padding-right: 10px; }
    .rates-block .game-info .point {
      min-width: 40px;
      color: #99abb9; }
    .rates-block .game-info .time {
      min-width: 45px;
      margin: 0 28px 0 0; }
    .rates-block .game-info .teams-name {
      color: #364455; }
      .rates-block .game-info .teams-name a {
        color: #364455; }
        .rates-block .game-info .teams-name a:first-child {
          margin-right: 7px; }
        .rates-block .game-info .teams-name a:last-child {
          margin-left: 7px; }
      .rates-block .game-info .teams-name .vs {
        color: #98a5b4; }
  .rates-block .index-list {
    line-height: 1.4; }
    .rates-block .index-list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .rates-block .index-list .coefficient-list {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .rates-block .index-list li {
      border: 1px solid #f1f2f5;
      text-align: center;
      min-width: 68px;
      padding: 4px;
      cursor: pointer; }
      .rates-block .index-list li.active {
        border-color: #353b4c;
        background: #353b4c;
        color: #fff; }
  .rates-block .select-rate-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    position: relative; }
    .rates-block .select-rate-list > * {
      width: 50%;
      text-align: center; }
    .rates-block .select-rate-list .number {
      font-weight: bold; }
    .rates-block .select-rate-list .edit {
      cursor: pointer;
      color: #fb9800;
      font-size: 16px; }
      .rates-block .select-rate-list .edit:hover {
        color: #364455; }
    .rates-block .select-rate-list .rate-bolder {
      text-align: center; }
    .rates-block .select-rate-list .rate {
      display: inline-block;
      vertical-align: top;
      border: 1px solid #f1f2f5;
      text-align: center;
      min-width: 80px;
      padding: 0 2px;
      position: relative;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
      .rates-block .select-rate-list .rate span {
        display: inline-block;
        vertical-align: top;
        height: 30px; }
      .rates-block .select-rate-list .rate .up {
        position: absolute;
        top: -5px;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #a9adbd transparent;
        cursor: pointer; }
        .rates-block .select-rate-list .rate .up:hover {
          opacity: 0.5; }
      .rates-block .select-rate-list .rate .down {
        position: absolute;
        bottom: -5px;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #a9adbd transparent transparent transparent;
        cursor: pointer; }
        .rates-block .select-rate-list .rate .down:hover {
          opacity: 0.5; }
    .rates-block .select-rate-list .amount {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0 4px;
      width: 38px; }
    .rates-block .select-rate-list .rate-actions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .rates-block .select-rate-list .rate-actions span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        background: #30ac5d;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin: 0 3px; }
        .rates-block .select-rate-list .rate-actions span.cancel {
          background: #fb9800; }
        .rates-block .select-rate-list .rate-actions span:hover {
          opacity: 0.5; }
  .rates-block .btn-holder {
    border-top: 1px solid #dadde5;
    padding: 17px 0 18px;
    text-align: center; }

.empty-rating {
  padding-bottom: 50px;
  padding-left: 26px; }

.team-detail-statistic {
  cursor: pointer; }

.locked {
  opacity: 0.5;
  pointer-events: none; }

.bay-buster .pop-up-box .pop-up-info .new-team-buy-boosters {
  height: 25px;
  width: 25px;
  font-size: 15px;
  padding: 4px;
  margin: 0; }

.field-box .img-box.open-player-details .capitan {
  display: none; }

.field-box .img-box .capitan.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.admin-button {
  background: black;
  position: fixed;
  right: 10px;
  top: 8px;
  z-index: 100;
  border-radius: 10px; }

.more-top-users {
  cursor: pointer;
  margin-bottom: 15px; }

.text-block.alert-content {
  margin-top: 10px; }

/* Login */
.register-block {
  margin: 35px auto 10px;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background: #fff;
  max-width: 480px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-align: center;
  width: 100%; }

.register-block h3 {
  font-size: 28px; }

.register-box {
  width: 100%;
  padding: 46px 32px 32px; }

.register-box .sign-in {
  float: right;
  color: #ff9600;
  font-size: 14px; }

.register-box .sign-in:hover {
  text-decoration: underline; }

.register-box .form-error {
  color: #ec735f;
  font-size: 14px; }

.register-box-content {
  padding-top: 12px; }

.form-box {
  padding: 10px 0; }

.form-box label {
  float: left;
  color: #99abb9;
  font-size: 14px; }

.form-box input[type='text'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='search'],
.form-box input[type='password'],
.form-box input[type='number'],
.form-box textarea {
  margin: 0 0 15px;
  width: 100%;
  padding: 8px 14px 9px;
  border-radius: 3px; }

.form-box button {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  text-align: center;
  background: #ff9600;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.delimiter-bottom {
  border-bottom: 2px solid #e9eaeb; }

.register-box-footer {
  padding: 40px 32px;
  font-size: 14px;
  line-height: 1.3; }

.register-box-footer .reg-desc {
  color: #99abb9; }

.register-box-footer a {
  color: #ff9600; }

.register-box-footer a:hover {
  text-decoration: underline; }

.form-box .form-group.has-error {
  margin-bottom: 5px; }

.form-box .form-group.has-error input[type='text'],
.form-box .form-group.has-error input[type='tel'],
.form-box .form-group.has-error input[type='email'],
.form-box .form-group.has-error input[type='search'],
.form-box .form-group.has-error input[type='password'],
.form-box .form-group.has-error input[type='number'],
.form-box .form-group.has-error textarea {
  margin-bottom: 0;
  border: 1px solid #ec735f;
  color: #ec735f; }

.form-box .form-group.has-error .help-block {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 14px;
  color: #ec735f; }

.login-agreement {
  font-size: 14px;
  color: #99abb9;
  margin-top: 16px;
  line-height: 1.3; }

.login-agreement a {
  color: #ff9600; }

.login-agreement a:hover {
  text-decoration: underline; }

.rules-points-table tr td {
  padding: 8px; }

.rules-points-table {
  margin-bottom: 10px; }

.little-font {
  font-size: 70%; }

#profile {
  position: relative;
  width: 260px; }

.upload-avatar {
  margin-bottom: -24px; }

.upload-avatar .profile-avatar {
  height: 164px;
  width: 164px;
  /*min-height: 164px;*/ }

.upload-avatar #import_file {
  position: absolute;
  top: 0;
  left: 50%;
  width: 164px;
  height: 164px;
  margin-left: -82px;
  background-color: rgba(255, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 50%;
  padding: 60px 22px 0;
  line-height: 1.3; }

.upload-avatar #import_file:hover {
  opacity: 1;
  text-align: center;
  font-size: 19px;
  /*padding: 60px 22px 0;*/
  /*line-height: 1.3;*/
  background-color: rgba(0, 0, 0, 0.44);
  cursor: pointer;
  border-radius: 50%; }

.upload-avatar #import_file .dz-image-preview {
  display: none; }

.info-block .img-box:hover {
  opacity: 1; }

#profile_form .profile-form {
  padding: 0; }

#profile_form .profile-form button {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background: #ff9600;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  float: left;
  width: 48%;
  font-weight: 300;
  padding: 7px 0; }

.league-cancel {
  background: #ff9600;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  line-height: 24px;
  font-size: 18px;
  width: 48%;
  float: right;
  padding: 7px 0; }

.profile-cancel {
  background: #ff9600;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  line-height: 24px;
  font-size: 18px;
  width: 48%;
  float: right;
  padding: 7px 0; }

#profile_form .profile-form button:hover,
#profile_form .profile-form .profile-cancel:hover {
  opacity: 0.7;
  color: #fff; }

#profile_form .profile-form button:hover,
#profile_form .profile-form .league-cancel:hover {
  opacity: 0.7;
  color: #fff; }

.info-block .info-list {
  margin-bottom: 16px; }

#profile_form .profile-form label {
  color: #fff; }

#user_edit_form_firstName {
  color: #fff;
  background: rgba(69, 77, 100, 0);
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  padding: 4px 0; }

#profile_edit .profile-login {
  margin-top: 28px;
  /*display: none;*/ }

#profile_edit.no-display {
  min-height: 200px; }

#profile_edit.no-display .profile-form .wrap-btn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#profile_edit.no-display .profile-form .form-group label {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#profile_edit.no-display .profile-form input[type="text"] {
  border-color: rgba(69, 77, 100, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#profile_edit.no-display:hover .profile-form .wrap-btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#profile_edit.no-display:hover .profile-form .form-group label {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#profile_edit.no-display:hover .profile-form input[type="text"] {
  border-color: #c5d0da;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.player-holder .player-list > li.f-star {
  background: #fff5d9;
  border-bottom: 1px solid #f4e7c3;
  border-left: 1px solid #f4e7c3;
  border-right: 1px solid #f4e7c3;
  -webkit-box-shadow: 0 -1px 0 #f4e7c3;
  box-shadow: 0 -1px 0 #f4e7c3; }

.avatar-rating {
  height: 45px;
  width: 45px; }

.alert-content.gold {
  background-color: #fff5d9; }

.empty-box {
  min-height: 660px; }

.field-box .img-box img {
  background-color: #fff; }

.player-holder .box .price {
  min-width: 15.2%; }

.fb {
  background: url(../bundles/images/fb.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px; }

.pop-up-player-card .player-box img {
  max-height: 160px; }

.user-block {
  margin-top: 30px; }

.user-block .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding-left: 20px; }

.user-block .tabs .tab-rating-item {
  list-style: none;
  margin: 0 6px;
  position: relative; }

.user-block .tabs .tab-rating-item .rating-tab {
  display: inline-block;
  vertical-align: top;
  color: #5d6672;
  border-radius: 3px;
  background: #e8e9eb;
  position: relative;
  line-height: 47px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600; }

.user-block .tabs .tab-rating-item .rating-tab:hover {
  opacity: 0.7; }

.user-block .tabs .tab-rating-item.active .rating-tab {
  background: #4d5465;
  color: #fff; }

.user-block .tabs .tab-rating-item .rating-tab:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 11px 0 11px;
  border-color: #4d5465 transparent transparent transparent; }

.user-block .tabs .tab-rating-item.active .rating-tab:before {
  opacity: 1;
  visibility: visible; }

.tour-select {
  font-size: 16px; }

.tour-select.active {
  display: block; }

.tour-select .jcf-select {
  margin: 9px 29px 30px;
  min-width: 378px;
  height: 38px;
  border-radius: 2px; }

.tour-select .jcf-select .jcf-select-opener:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-54%, -54%);
  -ms-transform: rotate(-45deg) translate(-54%, -54%);
  transform: rotate(-45deg) translate(-54%, -54%);
  border-left: 1px solid #364455;
  border-bottom: 1px solid #364455;
  margin: -7px 0 0 -2px; }

.tour-select .jcf-select .jcf-select-text {
  font-size: 20px;
  line-height: 38px; }

.country-list {
  min-height: 33px; }

.country-list li {
  width: 9%; }

.country-list li a img {
  width: 31px;
  height: 31px;
  max-width: 31px; }

.visual-block h1 {
  text-transform: uppercase;
  font-size: 46px; }

.visual-block .flex-box {
  min-height: 304px; }

.visual-block .text-box {
  width: 45%;
  margin: 0 auto;
  text-align: center; }

.main-info-block .pop-up-player-card .info-data {
  color: white; }

.pop-up-player-card .statistics-box {
  margin-bottom: 20px; }

#diagram-box {
  margin-left: 20px; }

.points-from-prev-tour {
  color: #92c995; }

.empty-team-st {
  font-size: 16px !important; }

.highcharts-credits {
  display: none; }

#archive-header {
  font-size: 18px;
  line-height: 44px;
  background: #ea4949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100; }

#archive-header .archive-name {
  margin: auto;
  color: #fff; }

#archive-header a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-style: inherit;
  text-decoration-style: inherit; }

#archive-header a:hover {
  text-decoration: none; }

#wrapper.with-top-bar, .admin-button.with-top-bar {
  margin-top: 44px; }

#profile .img-box .profile-avatar {
  height: 164px;
  width: 164px;
  -o-object-fit: cover;
  object-fit: cover; }

.non-hover {
  pointer-events: none;
  text-decoration: none;
  color: inherit; }

.user-block .tabs .jcf-select {
  margin: 0 0 0;
  text-align: center;
  width: 180px;
  height: 47px; }

.user-block .tabs .jcf-select .jcf-select-text {
  padding-top: 9px;
  font-size: 20px; }

.user-block .tabs .archive-select {
  margin-right: 0;
  margin-left: auto;
  padding-right: 20px; }

.user-block .tabs .archive-select span {
  color: #5d6672;
  text-transform: uppercase; }

.user-block .tabs .archive-select .jcf-select {
  border-radius: 3px; }

.members-col {
  margin-right: 31px; }

#members {
  margin-right: 60px; }

a.league-request-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin: 0 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  a.league-request-btn.icon-close {
    background: #fb9800; }
  a.league-request-btn.icon-checkmark {
    background: #30ac5d; }

.important-hide {
  display: none !important; }

.hide {
  display: none; }

.btn-league-request-big {
  margin-bottom: 15px;
  cursor: pointer; }

li.league-request {
  border: solid 3px #4d5465 !important; }

.league-request .point {
  height: 45px;
  line-height: 45px; }

.user-block .data-box .wait-for-accept .btn-red {
  padding: 5px 7px; }

li.my-league {
  border: solid 3px #ff9600 !important; }

.btn-red {
  background: #ff0000;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.btn-red:hover {
  color: #fff;
  background: #d02121; }

.btn-red:focus {
  color: #fff;
  background: #862525; }

.create-league {
  margin-bottom: 15px;
  cursor: pointer; }

.league-heading .info-block {
  height: 370px; }

.user-block .data-box .league-list .my-league-titles {
  height: 77px;
  line-height: 77px;
  padding-left: 28px; }

/*.data-box .league-list > li {*/
/*!*background: none;*!*/
/*border-bottom: 1px solid #e9eaeb; }*/
.avatar-error-block {
  color: #cc5965;
  font-weight: bold;
  text-align: center;
  min-height: 40px; }

#league_form_name {
  color: #fff;
  background: rgba(69, 77, 100, 0);
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  padding: 4px 0; }

.wait-for-league {
  font-size: 20px;
  background: antiquewhite;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px; }

#chat-list {
  height: 615px;
  overflow-y: auto; }

.banned-title {
  padding: 10px;
  background: rgba(255, 174, 174, 0.73); }

#profile_form .wrap-btn {
  width: 250px; }

#hidden_bet_form_coefficient {
  visibility: hidden; }

.pop-up-teem .pop-up-box .fixed-head .title-box h1 {
  margin-left: 25px; }

.scrollable-area .teem-data .team-statistic-table .empty-team-st {
  padding-top: 10px; }

.chat-box .league-chat-content {
  margin-top: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  height: calc(100% - 70px); }

.pop-up-teem .pop-up-box .fixed-footer .teem-data .table-target {
  background: #dadde5; }

.common-chat .chat-tabs {
  border-bottom: 1px solid #dfe5eb; }

.chat-input {
  border-top: 1px solid #dfe5eb; }

.chat-from-container .chat-input .action-box .btn-box .btn {
  cursor: pointer; }

.chat-content p {
  word-break: break-word; }

.chat-box .chat-content-item .image-box img {
  width: 46px;
  height: 46px; }

.heading .container .info-text-box h1 {
  padding-left: 20px; }

.heading .container .info-text-box h1 span {
  padding-left: 16px; }

.chat-content-item .text-box .text .emojioneemoji {
  width: 29px; }

.info-block .info-box .container .info-list .league-info-data {
  width: 180px;
  height: 180px; }

.heading .visual-info-block .info-text-box p {
  max-width: 546px; }

.pop-up-box .close-popup {
  margin-top: 10px;
  margin-right: 10px; }

.main-info-block .rates-block .select-rate-list .rate {
  padding: 0; }

.league-profile-name .league-avatar {
  height: 108px;
  width: 108px;
  -o-object-fit: cover;
  object-fit: cover; }

.user-box .user-list img {
  -o-object-fit: cover;
  object-fit: cover; }

.transition-link {
  position: absolute;
  color: white;
  top: 127px;
  border-bottom: solid 1px;
  height: 20px;
  right: 0px; }

.transition-link:hover {
  border-bottom: none; }

#main .user-block .user-box .rules-info-link {
  color: #99abb9 !important;
  margin-right: 41px;
  float: right;
  margin-top: 15px;
  height: 20px;
  border-bottom: 2px solid; }

#main .user-block .user-box .my-league-titles .rules-info-link {
  font-weight: normal;
  font-size: 16px;
  color: #99abb9 !important;
  margin-right: 41px;
  float: right;
  height: 51px;
  margin-top: 0px;
  border-bottom: 2px solid; }

#main .user-block .user-box .rules-info-link:hover {
  border-bottom: none; }

.rules-info-block {
  height: 56px; }

/*# sourceMappingURL=custom.css.map */

/*# sourceMappingURL=main.css.map */
