@charset "UTF-8";
/*! 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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 630px) and (max-width: 779px) {
  .row .hidden-pre-xs {
    display: none; } }
@media (max-width: 630px) {
  .row .hidden-exs {
    display: none !important; }
  .row .col-exs-12 {
    display: block !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .row .col-exs-10 {
    display: block !important;
    width: 83.3333%;
    padding-left: 15px;
    padding-right: 15px; }
  .row .col-lg-offset-1 {
    margin-left: 8.3333%; } }
.row.no-margin {
  margin-left: 0;
  margin-right: 0; }
.row .menu-row {
  margin-left: -22px;
  margin-right: -22px; }
  @media (max-width: 1230px) {
    .row .menu-row {
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
@media (max-width: 1170px) {
  .row .center-col {
    margin-right: 0;
    margin-left: 0; } }
@media (min-width: 1170px) {
  .row .col-no-padding {
    padding-right: 0;
    padding-left: 0; } }
.row .col-small-padding {
  padding-right: 5px;
  padding-left: 5px; }
.row .col-small-margin {
  margin-left: 5px;
  margin-right: 5px; }
@media (min-width: 1170px) {
  .row .col-right {
    padding-right: 0; } }
@media (min-width: 768px) and (max-width: 1170px) {
  .row .col-left {
    padding-right: 0; } }
@media (max-width: 629px) {
  .row .col-left {
    padding-right: 15px; } }

.desktop-visibility {
  display: block; }
  @media (max-width: 656px) {
    .desktop-visibility {
      display: none; } }

.mobile-visibility {
  display: none; }
  @media (max-width: 656px) {
    .mobile-visibility {
      display: block;
      margin-bottom: -125px; } }

@font-face {
  font-family: 'NeoSansCyr-Regular';
  src: url("scss/fonts/NeoSansCyr-Regular.eot");
  src: url("scss/fonts/NeoSansCyr-Regular.eot?#iefix") format("embedded-opentype"), url("scss/fonts/NeoSansCyr-Regular.woff2") format("woff2"), url("scss/fonts/NeoSansCyr-Regular.woff") format("woff"), url("scss/fonts/NeoSansCyr-Regular.ttf") format("truetype"), url("scss/fonts/NeoSansCyr-Regular.svg#NeoSansCyr-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeoSansCyr-Medium';
  src: url("scss/fonts/NeoSansCyr-Medium.eot");
  src: url("scss/fonts/NeoSansCyr-Medium.eot?#iefix") format("embedded-opentype"), url("scss/fonts/NeoSansCyr-Medium.woff2") format("woff2"), url("scss/fonts/NeoSansCyr-Medium.woff") format("woff"), url("scss/fonts/NeoSansCyr-Medium.ttf") format("truetype"), url("scss/fonts/NeoSansCyr-Medium.svg#NeoSansCyr-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_BebasNeueCyrillic';
  src: url("scss/fonts/BebasNeueCyrillic.eot");
  src: local("☺"), url("scss/fonts/BebasNeueCyrillic.woff") format("woff"), url("scss/fonts/BebasNeueCyrillic.ttf") format("truetype"), url("scss/fonts/BebasNeueCyrillic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BaronNeueBlack';
  src: url("scss/fonts/BaronNeueBlack.eot");
  src: local("☺"), url("scss/fonts/BaronNeueBlack.woff") format("woff"), url("scss/fonts/BaronNeueBlack.ttf") format("truetype"), url("scss/fonts/BaronNeueBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: RobotoBlack;
  src: url("scss/fonts/roboto/Roboto-Black.ttf"); }
@font-face {
  font-family: RobotoBlackItalic;
  src: url("scss/fonts/roboto/Roboto-BlackItalic.ttf"); }
@font-face {
  font-family: RobotoBold;
  src: url("scss/fonts/roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: RobotoBoldItalic;
  src: url("scss/fonts/roboto/Roboto-BoldItalic.ttf"); }
@font-face {
  font-family: RobotoItalic;
  src: url("scss/fonts/roboto/Roboto-Italic.ttf"); }
@font-face {
  font-family: RobotoLight;
  src: url("scss/fonts/roboto/Roboto-Light.ttf"); }
@font-face {
  font-family: RobotoLightItalic;
  src: url("scss/fonts/roboto/Roboto-LightItalic.ttf"); }
@font-face {
  font-family: RobotoMedium;
  src: url("scss/fonts/roboto/Roboto-Medium.ttf"); }
@font-face {
  font-family: RobotoMediumItalic;
  src: url("scss/fonts/roboto/Roboto-MediumItalic.ttf"); }
@font-face {
  font-family: RobotoRegular;
  src: url("scss/fonts/roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: RobotoThin;
  src: url("scss/fonts/roboto/Roboto-Thin.ttf"); }
@font-face {
  font-family: RobotoThinItalic;
  src: url("scss/fonts/roboto/Roboto-ThinItalic.ttf"); }
/* -------------------------- */
/* Light 300
 * -------------------------- */
@font-face {
  font-family: OpenSansLight;
  src: url("scss/fonts/opensans/light/opensans-light-webfont.eot");
  src: url("scss/fonts/opensans/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans/light/opensans-light-webfont.woff") format("woff"), url("scss/fonts/opensans/light/opensans-light-webfont.ttf") format("truetype"), url("scss/fonts/opensans/light/opensans-light-webfont.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Regular 400
 * -------------------------- */
@font-face {
  font-family: OpenSansRegular;
  src: url("scss/fonts/opensans/regular/opensans-regular-webfont.eot");
  src: url("scss/fonts/opensans/regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans/regular/opensans-regular-webfont.woff") format("woff"), url("scss/fonts/opensans/regular/opensans-regular-webfont.ttf") format("truetype"), url("scss/fonts/opensans/regular/opensans-regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Semibold 600
 * -------------------------- */
@font-face {
  font-family: OpenSansSemibold;
  src: url("scss/fonts/opensans/semibold/opensans-semibold-webfont.eot");
  src: url("scss/fonts/opensans/semibold/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans/semibold/opensans-semibold-webfont.woff") format("woff"), url("scss/fonts/opensans/semibold/opensans-semibold-webfont.ttf") format("truetype"), url("scss/fonts/opensans/semibold/opensans-semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/* Bold 700
 * -------------------------- */
@font-face {
  font-family: OpenSansBold;
  src: url("scss/fonts/opensans/bold/opensans-bold-webfont.eot");
  src: url("scss/fonts/opensans/bold/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans/bold/opensans-bold-webfont.woff") format("woff"), url("scss/fonts/opensans/bold/opensans-bold-webfont.ttf") format("truetype"), url("scss/fonts/opensans/bold/opensans-bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Extrabold 800
 * -------------------------- */
@font-face {
  font-family: OpenSansExtraBold;
  src: url("scss/fonts/opensans/extrabold/opensans-extrabold-webfont.eot");
  src: url("scss/fonts/opensans/extrabold/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("scss/fonts/opensans/extrabold/opensans-extrabold-webfont.woff") format("woff"), url("scss/fonts/opensans/extrabold/opensans-extrabold-webfont.ttf") format("truetype"), url("scss/fonts/opensans/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: IntroInline;
  src: url("scss/fonts/intro/IntroInline.eot");
  src: url("scss/fonts/intro/IntroInline.eot?#iefix") format("embedded-opentype"), url("scss/fonts/intro/IntroInline.woff") format("woff"), url("scss/fonts/intro/IntroInline.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
html,
body {
  height: 100%; }

body {
  background: white;
  font-family: arial, sans-serif;
  font-size: 14px; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -45px;
  padding: 0 0 45px; }
  .wrap-blank {
    padding: 0; }
  .wrap.wrap-landing {
    margin: 0 auto -55px; }
  @media (min-width: 480px) and (max-width: 656px) {
    .wrap.wrap-landing {
      margin: 0 auto 70px; } }
  @media (max-width: 479px) {
    .wrap {
      margin: 0 auto -170px;
      padding: 0 0 170px; } }

.inner-wrapper {
  display: block;
  width: 1200px;
  margin: 0 auto;
  position: relative; }

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

ul {
  padding: 0; }

.relative-parent {
  position: relative; }

.site-container {
  margin: auto;
  width: 1170px; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .site-container {
      width: 90%; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .site-container {
      width: 94%; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .site-container {
      width: 92%; } }
  @media (max-width: 479px) {
    .site-container {
      width: 90%; } }

.forum-container {
  margin: auto;
  width: 96%; }
  @media (min-width: 1176px) and (max-width: 1239px) {
    .forum-container {
      width: 1126px; } }
  @media (min-width: 1240px) and (max-width: 1399px) {
    .forum-container {
      width: 1170px; } }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .forum-container {
      width: 1340px; } }
  @media (min-width: 1600px) {
    .forum-container {
      width: 1570px; } }

.container-padding {
  padding-top: 10px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-left: 15px; }
  @media (max-width: 1200px) {
    .container-padding {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .container-padding {
      padding-top: 25px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .container-padding {
      padding-top: 20px; } }
  @media (max-width: 479px) {
    .container-padding {
      padding-top: 15px; } }

.title-wrapper {
  height: 29px;
  background: #0082a4;
  width: 100%;
  color: #fff;
  line-height: 30px;
  position: relative;
  z-index: 1; }
  .title-wrapper .column-title {
    font-family: RobotoMedium, sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 14px;
    margin: 0; }
    @media (max-width: 780px) {
      .title-wrapper .column-title {
        cursor: pointer; } }
  @media (max-width: 1200px) {
    .title-wrapper.auto-height {
      height: inherit; } }
  .title-wrapper .title-tight {
    letter-spacing: -1px;
    font-size: 15px; }
  .title-wrapper .title-center {
    margin: auto;
    display: table;
    padding: 0; }
  .title-wrapper .title-left {
    float: left;
    display: table;
    margin: 0;
    padding-left: 15px; }
  .title-wrapper .title-right {
    float: right;
    display: table;
    margin: 0;
    padding-right: 15px; }
  .title-wrapper .title-link {
    color: #f5f5f5; }
    .title-wrapper .title-link:hover {
      color: white;
      text-decoration: underline; }
  @media (max-width: 600px) {
    .title-wrapper {
      height: inherit; } }

.common-pagination {
  display: table;
  margin: 25px auto; }
  .common-pagination li {
    list-style: none;
    display: inline-block; }
    .common-pagination li.active {
      border-radius: 50%;
      border: 2px solid #24aa98; }
      .common-pagination li.active a {
        color: #24aa98;
        background: white;
        border-radius: 50%;
        line-height: 36px; }
    .common-pagination li a {
      text-decoration: none; }
    .common-pagination li span, .common-pagination li a {
      background: white;
      cursor: pointer;
      padding: 0 9px;
      width: 36px;
      height: 36px;
      font-family: OpenSansRegular, sans-serif;
      font-size: 16px;
      text-align: center;
      line-height: 32px;
      color: #24aa98;
      float: right; }
    .common-pagination li.first.disabled {
      display: none; }
    .common-pagination li.last.disabled {
      display: none; }
    .common-pagination li.prev a, .common-pagination li.prev span {
      float: right;
      border-radius: 0;
      background: transparent;
      position: relative; }
      .common-pagination li.prev a::before, .common-pagination li.prev a::after, .common-pagination li.prev span::before, .common-pagination li.prev span::after {
        position: absolute;
        content: '';
        left: 15px;
        width: 2px;
        height: 10px;
        background: #24aa98; }
      .common-pagination li.prev a::before, .common-pagination li.prev span::before {
        top: 10px;
        transform: rotate(45deg); }
      .common-pagination li.prev a::after, .common-pagination li.prev span::after {
        bottom: 10px;
        transform: rotate(-45deg); }
    .common-pagination li.next a, .common-pagination li.next span {
      float: right;
      border-radius: 0;
      background: transparent;
      position: relative; }
      .common-pagination li.next a::before, .common-pagination li.next a::after, .common-pagination li.next span::before, .common-pagination li.next span::after {
        position: absolute;
        content: '';
        left: 15px;
        width: 2px;
        height: 10px;
        background: #24aa98; }
      .common-pagination li.next a::before, .common-pagination li.next span::before {
        top: 10px;
        transform: rotate(-45deg); }
      .common-pagination li.next a::after, .common-pagination li.next span::after {
        bottom: 10px;
        transform: rotate(45deg); }

.toggle-arrow {
  padding-left: 18px;
  height: 6px;
  width: 10px;
  margin-bottom: 3px;
  display: inline-block;
  position: relative; }
  .toggle-arrow::before, .toggle-arrow::after {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: absolute;
    content: '';
    width: 2px;
    height: 8px;
    border-radius: 3px;
    top: 1px;
    background: #24aa98; }
  .toggle-arrow::before {
    left: 4px;
    transform: rotate(45deg); }
  .toggle-arrow::after {
    right: 7px;
    transform: rotate(-45deg); }
  .toggle-arrow:hover {
    cursor: pointer; }
  .toggle-arrow.active::before {
    transform: rotate(-45deg); }
  .toggle-arrow.active::after {
    transform: rotate(45deg); }

.table-info {
  vertical-align: top;
  text-align: left;
  padding-top: 9px; }
  .table-info .text-bold {
    font-weight: bold;
    padding-right: 10px; }
  .table-info .long-text {
    padding-right: 60px;
    text-align: justify; }
    .table-info .long-text p {
      color: #333333;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      padding-bottom: 10px; }
  .table-info .tags {
    color: #65bb4f;
    font-weight: bold;
    text-shadow: none; }
    .table-info .tags a {
      color: #65bb4f;
      font-weight: bold;
      text-shadow: none; }

.cms-text {
  margin-left: -6px;
  margin-right: -6px;
  font-family: OpenSansRegular, sans-serif;
  font-size: 14px; }
  .cms-text a {
    color: #24aa98; }
    .cms-text a:hover {
      color: #249e8c; }
  .cms-text img {
    width: 100% !important; }

.accordion {
  margin-bottom: 10px; }

.expend-button {
  cursor: pointer; }

#ipboard_body {
  height: auto; }

.spoiler-wrapper .spoiler-button {
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  color: white;
  background: #24aa98;
  border: none;
  border-radius: 3px;
  padding: 5px 12px 6px 12px;
  box-sizing: border-box;
  margin-bottom: 10px; }
  .spoiler-wrapper .spoiler-button:hover {
    background: #1a9385; }
.spoiler-wrapper .spoiler-body {
  display: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.form-group .form-input {
  border-radius: 3px; }
.form-group input, .form-group select {
  padding: 0 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #cecece;
  height: 30px;
  /*    width: 49%;*/
  -webkit-transition: box-shadow 0.4s ease-out;
  -moz-transition: box-shadow 0.4s ease-out;
  -ms-transition: box-shadow 0.4s ease-out;
  -o-transition: box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out;
  border-radius: 3px;
  font-size: 13px; }
  .form-group input:active, .form-group input:hover, .form-group select:active, .form-group select:hover {
    border-color: #a8a8a8;
    color: #004050;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.form-group .control-label.left-label {
  text-align: left;
  font-weight: 100; }

.registration-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .registration-form.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .registration-form {
      margin-bottom: 20px; }
      .registration-form.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .registration-form {
      margin-bottom: 15px; }
      .registration-form.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .registration-form {
      margin-bottom: 10px; }
      .registration-form[data-type="accordion-item"] {
        margin-bottom: 0; }
      .registration-form.item {
        margin-bottom: 0; } }
  .registration-form .form-group {
    margin-bottom: 0; }
    .registration-form .form-group .registration-button {
      font-family: OpenSansRegular, sans-serif;
      font-size: 13px;
      color: white;
      background: #24aa98;
      border: none;
      border-radius: 3px;
      padding: 5px 12px 6px 12px;
      box-sizing: border-box; }
      .registration-form .form-group .registration-button:hover {
        background: #1a9385; }
    .registration-form .form-group small {
      position: relative;
      top: -5px; }
    @media (max-width: 980px) {
      .registration-form .form-group .register-button-wrapper {
        text-align: center;
        margin-bottom: 10px; } }

.restore-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .restore-form.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .restore-form {
      margin-bottom: 20px; }
      .restore-form.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .restore-form {
      margin-bottom: 15px; }
      .restore-form.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .restore-form {
      margin-bottom: 10px; }
      .restore-form[data-type="accordion-item"] {
        margin-bottom: 0; }
      .restore-form.item {
        margin-bottom: 0; } }
  .restore-form .info {
    width: 450px;
    font-size: 13px; }
  .restore-form .restore-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    margin: 0;
    min-width: inherit; }
    .restore-form .restore-button:hover {
      background: #1a9385; }
  .restore-form label {
    font-weight: 100; }

.reset-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .reset-form.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .reset-form {
      margin-bottom: 20px; }
      .reset-form.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .reset-form {
      margin-bottom: 15px; }
      .reset-form.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .reset-form {
      margin-bottom: 10px; }
      .reset-form[data-type="accordion-item"] {
        margin-bottom: 0; }
      .reset-form.item {
        margin-bottom: 0; } }
  .reset-form .info {
    width: 450px;
    font-size: 13px; }
  .reset-form .reset-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    margin: 0;
    min-width: inherit; }
    .reset-form .reset-button:hover {
      background: #1a9385; }
  .reset-form label {
    font-weight: 100; }

.login-page .login-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .login-page .login-form.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .login-page .login-form {
      margin-bottom: 20px; }
      .login-page .login-form.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .login-page .login-form {
      margin-bottom: 15px; }
      .login-page .login-form.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .login-page .login-form {
      margin-bottom: 10px; }
      .login-page .login-form[data-type="accordion-item"] {
        margin-bottom: 0; }
      .login-page .login-form.item {
        margin-bottom: 0; } }
  .login-page .login-form .form-group {
    margin-bottom: 0; }
  .login-page .login-form .login-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
    min-width: inherit;
    padding: 2px 4px 2px 4px; }
    .login-page .login-form .login-button:hover {
      background: #1a9385; }
  .login-page .login-form input {
    width: 100%; }
    .login-page .login-form input[type="checkbox"] {
      width: auto;
      height: auto; }

.resend-page .resend-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .resend-page .resend-form.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .resend-page .resend-form {
      margin-bottom: 20px; }
      .resend-page .resend-form.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .resend-page .resend-form {
      margin-bottom: 15px; }
      .resend-page .resend-form.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .resend-page .resend-form {
      margin-bottom: 10px; }
      .resend-page .resend-form[data-type="accordion-item"] {
        margin-bottom: 0; }
      .resend-page .resend-form.item {
        margin-bottom: 0; } }
  .resend-page .resend-form .form-group {
    margin-bottom: 0; }
  .resend-page .resend-form .resend-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    margin: 0;
    min-width: inherit; }
    .resend-page .resend-form .resend-button:hover {
      background: #1a9385; }
  .resend-page .resend-form input {
    width: 100%; }

.registration-form div.required label.control-label:after {
  content: "*";
  color: red; }
.registration-form span.asterisk-required {
  color: red; }

.alert {
  margin-top: 20px;
  font-size: 25px; }

.menu {
  height: 45px;
  background: #0db7dd; }
  .menu .navbar {
    border: none;
    position: relative;
    z-index: 20; }
  .menu .navbar-blue {
    height: 40px;
    border-radius: 0; }
    .menu .navbar-blue .navbar-header .navbar-toggle {
      background: #0082a4;
      margin: 3px 0 0 0;
      padding: 7px; }
      .menu .navbar-blue .navbar-header .navbar-toggle .name {
        font-size: 16px;
        font-family: OpenSansRegular, sans-serif;
        color: white;
        text-decoration: none; }
    .menu .navbar-blue .navbar-header .icon-bar {
      background: #0db7dd; }
    .menu .navbar-blue .navbar-header .header-menu {
      list-style: none;
      margin: 0 0 0 65px;
      position: relative; }
      .menu .navbar-blue .navbar-header .header-menu li {
        display: block;
        float: left;
        margin-left: -1px; }
        .menu .navbar-blue .navbar-header .header-menu li a, .menu .navbar-blue .navbar-header .header-menu li span {
          display: block;
          background: #0db7dd;
          padding: 10px 24px 12px 23px;
          font-size: 16px;
          font-family: OpenSansRegular, sans-serif;
          color: white;
          text-decoration: none;
          position: relative; }
          .menu .navbar-blue .navbar-header .header-menu li a:hover, .menu .navbar-blue .navbar-header .header-menu li span:hover {
            background: #56cde7; }
          .menu .navbar-blue .navbar-header .header-menu li a::after, .menu .navbar-blue .navbar-header .header-menu li span::after {
            position: absolute;
            z-index: 1;
            content: ' ';
            height: 100%;
            width: 1px;
            background: #56cde7;
            top: 0;
            right: 1px; }
        .menu .navbar-blue .navbar-header .header-menu li span {
          cursor: pointer; }
        .menu .navbar-blue .navbar-header .header-menu li:last-child a::after, .menu .navbar-blue .navbar-header .header-menu li:last-child span::after {
          content: none; }
      @media (min-width: 991px) {
        .menu .navbar-blue .navbar-header .header-menu {
          display: none; } }
    .menu .navbar-blue .nav li {
      margin-left: -1px;
      position: relative; }
      .menu .navbar-blue .nav li::after {
        position: absolute;
        z-index: 1;
        content: ' ';
        height: 100%;
        width: 1px;
        background: #56cde7;
        top: 0;
        right: 1px; }
      .menu .navbar-blue .nav li:last-child::after {
        content: none; }
      .menu .navbar-blue .nav li a {
        background: #0db7dd;
        padding: 11px 20px 14px 20px;
        font-size: 16px;
        font-family: OpenSansRegular, sans-serif;
        color: white; }
        .menu .navbar-blue .nav li a:hover {
          background: #56cde7; }
    @media (max-width: 980px) {
      .menu .navbar-blue .nav li::after {
        content: none; } }
    @media (min-width: 980px) and (max-width: 1230px) {
      .menu .navbar-blue .nav li a {
        padding: 10px 7.5px 13px 7.5px; } }
    @media (min-width: 769px) and (max-width: 979px) {
      .menu .navbar-blue .nav li {
        margin-left: 0; } }
    @media (min-width: 480px) and (max-width: 768px) {
      .menu .navbar-blue .nav li {
        margin-left: 0; } }
    @media (max-width: 479px) {
      .menu .navbar-blue .nav li {
        margin-left: 0;
        border-bottom: 1px solid #56cde7; }
        .menu .navbar-blue .nav li a {
          padding: 8px 10px 11px 10px; } }
  @media (max-width: 991px) {
    .menu .navbar-header {
      float: none; }
    .menu .navbar-left, .menu .navbar-right {
      float: none !important; }
    .menu .navbar-toggle {
      display: block; }
    .menu .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .menu .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .menu .navbar-collapse.collapse {
      display: none !important; }
    .menu .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
      margin-left: 0;
      margin-right: 0; }
    .menu .navbar-nav > li {
      float: none; }
    .menu .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .menu .collapse.in {
      display: block !important; } }

.forum-menu {
  margin: 0;
  height: 45px;
  background: #0db7dd; }
  .forum-menu .navbar {
    border: none;
    position: relative;
    z-index: 20; }
  .forum-menu .navbar-blue {
    height: 40px;
    border-radius: 0; }
    .forum-menu .navbar-blue .navbar-header .navbar-toggle {
      background: #0082a4;
      margin: 3px 0 0 0;
      padding: 7px; }
      .forum-menu .navbar-blue .navbar-header .navbar-toggle .name {
        font-size: 16px;
        font-family: OpenSansRegular, sans-serif;
        color: white;
        text-decoration: none; }
    .forum-menu .navbar-blue .navbar-header .icon-bar {
      background: #0db7dd; }
    .forum-menu .navbar-blue .navbar-header .header-menu {
      list-style: none;
      margin: 0 0 0 65px;
      position: relative; }
      .forum-menu .navbar-blue .navbar-header .header-menu li {
        display: block;
        float: left;
        margin-left: -1px; }
        .forum-menu .navbar-blue .navbar-header .header-menu li a, .forum-menu .navbar-blue .navbar-header .header-menu li span {
          display: block;
          background: #0db7dd;
          padding: 10px 20px 12px 20px;
          font-size: 16px;
          font-family: OpenSansRegular, sans-serif;
          color: white;
          text-decoration: none;
          position: relative; }
          .forum-menu .navbar-blue .navbar-header .header-menu li a:hover, .forum-menu .navbar-blue .navbar-header .header-menu li span:hover {
            background: #56cde7; }
          .forum-menu .navbar-blue .navbar-header .header-menu li a::after, .forum-menu .navbar-blue .navbar-header .header-menu li span::after {
            position: absolute;
            z-index: 1;
            content: ' ';
            height: 100%;
            width: 1px;
            background: #56cde7;
            top: 0;
            right: 1px; }
        .forum-menu .navbar-blue .navbar-header .header-menu li span {
          cursor: pointer; }
        .forum-menu .navbar-blue .navbar-header .header-menu li:last-child a::after, .forum-menu .navbar-blue .navbar-header .header-menu li:last-child span::after {
          content: none; }
      @media (min-width: 1240px) {
        .forum-menu .navbar-blue .navbar-header .header-menu {
          display: none; } }
    .forum-menu .navbar-blue .nav li {
      margin-left: -1px;
      position: relative; }
      .forum-menu .navbar-blue .nav li::after {
        position: absolute;
        z-index: 1;
        content: ' ';
        height: 100%;
        width: 1px;
        background: #56cde7;
        top: 0;
        right: 1px; }
      .forum-menu .navbar-blue .nav li:last-child::after {
        content: none; }
      .forum-menu .navbar-blue .nav li a {
        background: #0db7dd;
        padding: 11px 18px 14px 18px;
        font-size: 16px;
        font-family: OpenSansRegular, sans-serif;
        color: white; }
        .forum-menu .navbar-blue .nav li a:hover {
          background: #56cde7; }
    @media (max-width: 980px) {
      .forum-menu .navbar-blue .nav li::after {
        content: none; } }
    @media (min-width: 980px) and (max-width: 1230px) {
      .forum-menu .navbar-blue .nav li a {
        padding: 10px 25px 13px 25px; }
      .forum-menu .navbar-blue .nav li::after {
        content: none; } }
    @media (min-width: 769px) and (max-width: 979px) {
      .forum-menu .navbar-blue .nav li {
        margin-left: 0; } }
    @media (min-width: 480px) and (max-width: 768px) {
      .forum-menu .navbar-blue .nav li {
        margin-left: 0; } }
    @media (max-width: 479px) {
      .forum-menu .navbar-blue .nav li {
        margin-left: 0;
        border-bottom: 1px solid #56cde7; }
        .forum-menu .navbar-blue .nav li a {
          padding: 8px 10px 11px 10px; } }
  @media (max-width: 1240px) {
    .forum-menu .navbar-header {
      float: none; }
    .forum-menu .navbar-left, .forum-menu .navbar-right {
      float: none !important; }
    .forum-menu .navbar-toggle {
      display: block; }
    .forum-menu .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .forum-menu .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .forum-menu .navbar-collapse.collapse {
      display: none !important; }
    .forum-menu .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
      margin-left: 0;
      margin-right: 0; }
    .forum-menu .navbar-nav > li {
      float: none; }
    .forum-menu .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .forum-menu .collapse.in {
      display: block !important; } }

header {
  background: white;
  position: relative; }
  header .site-container .social-links {
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto; }
    header .site-container .social-links .link {
      display: block;
      margin-bottom: 5px; }
      header .site-container .social-links .link .social-image {
        width: 25px;
        height: 25px; }
    @media (min-width: 1218px) and (max-width: 1250px) {
      header .site-container .social-links {
        right: -17px; } }
    @media (max-width: 980px) {
      header .site-container .social-links {
        right: 0; } }
    @media (max-width: 480px) {
      header .site-container .social-links {
        right: -12px; } }
  header .forum-container .social-links {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto; }
    header .forum-container .social-links .link {
      display: block;
      margin-bottom: 5px; }
      header .forum-container .social-links .link .social-image {
        width: 25px;
        height: 25px; }

.referral-page-link-wrapper {
  position: absolute;
  z-index: 20;
  top: 5px;
  left: 5px;
  width: 300px;
  border: 1px solid #24aa98;
  background: white; }
  .referral-page-link-wrapper .referral-page-link-title {
    display: block;
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: #aaa9a9;
    text-align: center;
    margin: 0; }
  .referral-page-link-wrapper .referral-page-link {
    width: 86%;
    border: none;
    padding: 3px 3px;
    font-family: RobotoMedium, sans-serif;
    font-size: 12px;
    text-align: center;
    float: left;
    height: 23px;
    line-height: 15px; }
  .referral-page-link-wrapper .copy-link {
    width: 10%;
    border: none;
    font-size: 12px;
    text-align: center;
    border-width: 1px 1px 1px 0;
    background: url(/static/images/design/sm-copy-clone-icon-turquoise.png) center center no-repeat;
    background-size: 14px;
    height: 23px;
    display: inline-block;
    box-sizing: border-box; }
    .referral-page-link-wrapper .copy-link:focus {
      outline: none; }

.header-container {
  padding-top: 22px;
  padding-bottom: 6px;
  box-sizing: border-box; }
  .header-container .logo-box {
    padding-left: 6px;
    box-sizing: border-box;
    position: relative; }
    .header-container .logo-box .image-link {
      display: block;
      text-decoration: none; }
      .header-container .logo-box .image-link img {
        width: 100%; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .header-container .logo-box {
      padding-left: 0; }
      .header-container .logo-box .image-link img {
        width: auto;
        max-height: 100px; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .header-container .logo-box {
      padding-left: 0; }
      .header-container .logo-box .image-link img {
        width: 100%; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .header-container {
      padding-top: 6px; }
      .header-container .logo-box {
        display: table;
        margin: auto;
        padding-left: 0; }
        .header-container .logo-box .image-link img {
          width: auto;
          max-width: 400px; } }
  @media (max-width: 479px) {
    .header-container {
      padding-top: 6px; }
      .header-container .logo-box {
        padding-left: 0; } }

#ipbwrapper .forum-container .row {
  margin: 0; }
#ipbwrapper .modal {
  background: rgba(50, 50, 50, 0.66); }

footer {
  background-color: #0db7dd; }
  footer .footer-in {
    margin-top: 10px;
    height: 45px;
    position: relative; }
    footer .footer-in .site-name {
      font-family: OpenSansRegular;
      font-size: 14px;
      color: white;
      line-height: 45px;
      padding-left: 15px;
      margin: 0; }
    footer .footer-in .menu-footer {
      width: 100%;
      margin: 15px 0 0 0; }
      footer .footer-in .menu-footer .menu-items {
        list-style: none; }
        footer .footer-in .menu-footer .menu-items li {
          display: block;
          float: left; }
          footer .footer-in .menu-footer .menu-items li a {
            text-decoration: none;
            font-family: OpenSansRegular;
            font-size: 14px;
            color: white;
            padding: 15px 13px 11px 13px; }
            footer .footer-in .menu-footer .menu-items li a:hover {
              background: #56cde7; }
    footer .footer-in .arrow-up {
      display: block;
      width: 24px;
      height: 24px;
      line-height: 20px;
      position: absolute;
      left: 50%;
      top: 10px;
      margin-left: -12px;
      cursor: pointer;
      border-radius: 50%; }
      footer .footer-in .arrow-up:hover {
        opacity: 1;
        background: #56cde7; }
      footer .footer-in .arrow-up .arrow {
        position: relative; }
        footer .footer-in .arrow-up .arrow::before, footer .footer-in .arrow-up .arrow::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 10px;
          border-radius: 3px;
          top: 7px;
          background: white; }
        footer .footer-in .arrow-up .arrow::before {
          left: 8px;
          transform: rotate(45deg); }
        footer .footer-in .arrow-up .arrow::after {
          right: 8px;
          transform: rotate(-45deg); }
  footer .social-links {
    display: table;
    padding-top: 10px;
    margin: auto; }
    footer .social-links .link {
      margin-right: 5px; }
      footer .social-links .link .social-image {
        width: 25px;
        height: 25px; }
      footer .social-links .link:last-child {
        margin-right: 0; }
    @media (max-width: 1199px) {
      footer .social-links {
        margin: 0 auto 20px auto;
        padding: 0; } }
  @media (min-width: 769px) and (max-width: 1199px) {
    footer .footer-in {
      height: auto; }
      footer .footer-in .site-name {
        margin-top: 30px;
        padding-left: 0;
        text-align: center; }
      footer .footer-in .menu-footer {
        display: table;
        margin: 0; }
        footer .footer-in .menu-footer .menu-items {
          display: table;
          margin: auto auto 10px auto; } }
  @media (min-width: 480px) and (max-width: 768px) {
    footer .footer-in {
      height: auto; }
      footer .footer-in .site-name {
        margin-top: 30px;
        padding-left: 0;
        text-align: center; }
      footer .footer-in .menu-footer {
        display: table;
        margin: 0; }
        footer .footer-in .menu-footer .menu-items {
          display: table;
          margin: auto auto 10px auto; } }
  @media (max-width: 479px) {
    footer .footer-in {
      height: auto; }
      footer .footer-in .site-name {
        margin-top: 30px;
        padding-left: 0;
        text-align: center; }
      footer .footer-in .menu-footer {
        display: table;
        margin: 0; }
        footer .footer-in .menu-footer .menu-items li {
          float: none;
          display: table;
          margin: auto auto 10px auto; } }

.slider-wrapper {
  padding-left: 0;
  padding-right: 0; }

.commercial-slider {
  position: relative;
  top: -13px;
  height: 90px; }
  .commercial-slider .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 95%;
    overflow: hidden; }
    .commercial-slider .slider-item a {
      display: table;
      height: 100%;
      width: 100%;
      text-decoration: none; }
      .commercial-slider .slider-item a span {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
    .commercial-slider .slider-item img {
      width: 100%; }
  @media (min-width: 1400px) {
    .commercial-slider .slider-item img {
      width: initial; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .commercial-slider {
      top: 0;
      margin-bottom: 20px; }
      .commercial-slider .slider-item {
        top: 10px;
        right: 0;
        width: 90%;
        margin: auto; } }
  @media (max-width: 767px) {
    .commercial-slider {
      top: -2px;
      margin-bottom: 10px;
      height: 120px; }
      .commercial-slider .slider-item {
        top: 10px;
        right: 0;
        width: 90%;
        height: 115px;
        margin: auto; } }
  @media (max-width: 660px) {
    .commercial-slider .slider-item .item img {
      width: 100%; } }
  @media (min-width: 550px) and (max-width: 660px) {
    .commercial-slider .slider-item img {
      height: 100px; } }
  @media (min-width: 480px) and (max-width: 549px) {
    .commercial-slider {
      height: 100px;
      margin-bottom: 0; }
      .commercial-slider .slider-item {
        height: 80px; } }
  @media (min-width: 360px) and (max-width: 480px) {
    .commercial-slider {
      top: -10px;
      height: 80px;
      margin-bottom: 0; }
      .commercial-slider .slider-item {
        height: 80px; } }
  @media (max-width: 359px) {
    .commercial-slider {
      top: 0;
      height: 64px;
      margin-bottom: 0; }
      .commercial-slider .slider-item {
        height: 45px; } }

@media (min-width: 991px) and (max-width: 1199px) {
  #ipbwrapper .commercial-slider {
    top: -10px; } }

.training-title {
  display: inline-block; }

.trainings-link {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px; }
  .trainings-link::before, .trainings-link::after {
    position: absolute;
    content: '';
    left: 0;
    width: 2px;
    height: 10px;
    background: white; }
  .trainings-link::before {
    top: 3px;
    transform: rotate(45deg); }
  .trainings-link::after {
    bottom: 3px;
    transform: rotate(-45deg); }

.next-training-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 5px 15px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .next-training-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .next-training-wrapper {
      margin-bottom: 20px; }
      .next-training-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .next-training-wrapper {
      margin-bottom: 15px; }
      .next-training-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .next-training-wrapper {
      margin-bottom: 10px; }
      .next-training-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .next-training-wrapper.item {
        margin-bottom: 0; } }
  .next-training-wrapper .message {
    display: table;
    margin: auto; }
  .next-training-wrapper .training {
    padding: 4px 0;
    background: none; }
    .next-training-wrapper .training-header {
      width: 100%;
      margin-bottom: -5px; }
      .next-training-wrapper .training-header img {
        display: inline-block;
        height: 50px;
        width: 50px;
        float: left;
        position: relative;
        z-index: 1; }
      .next-training-wrapper .training-header .time {
        background: #e8e8e8;
        font-family: OpenSansBold, sans-serif;
        font-size: 14px;
        color: #111111;
        line-height: 23px;
        margin-left: 15px;
        position: relative;
        z-index: 0;
        top: 13px; }
        .next-training-wrapper .training-header .time .day {
          float: right;
          padding-right: 10px; }
      .next-training-wrapper .training-header .live {
        letter-spacing: 0.0425em;
        color: red;
        float: right;
        padding-right: 5px; }
    .next-training-wrapper .training-link {
      display: block;
      box-sizing: border-box;
      padding: 0 10px 0 66px;
      font-family: OpenSansRegular, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #111111; }

.login-widget {
  width: 100%;
  padding-left: 5px;
  position: relative; }
  .login-widget-error {
    position: absolute;
    top: 5px;
    right: -210px;
    color: #ff2222; }
    .login-widget-error .error-summary ul {
      list-style: none; }
      .login-widget-error .error-summary ul li {
        font-size: 12px; }
  .login-widget-row {
    line-height: 20px;
    padding: 6px 0 0 0;
    min-height: 30px;
    position: relative;
    color: #007e9c; }
    .login-widget-row.input-row {
      padding: 10px 0 0 0; }
      .login-widget-row.input-row .wrapper-email {
        display: block;
        width: 100%; }
      .login-widget-row.input-row .wrapper-password {
        display: block;
        width: 100%;
        padding-left: 22px;
        padding-right: 7px;
        box-sizing: border-box; }
      .login-widget-row.input-row .input-email {
        display: block;
        width: 97%;
        letter-spacing: 0; }
      .login-widget-row.input-row .input-password {
        display: block;
        width: 100%;
        letter-spacing: 0; }
      .login-widget-row.input-row .wrapper-big {
        width: 98%; }
      .login-widget-row.input-row .big-input {
        display: block;
        width: 100%;
        letter-spacing: 0;
        margin-bottom: 10px; }
    .login-widget-row.remember-row {
      display: none; }
      .login-widget-row.remember-row label {
        color: #24aa98; }
      .login-widget-row.remember-row input[type='checkbox'] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        height: inherit;
        margin-top: -1px; }
        .login-widget-row.remember-row input[type='checkbox']:hover {
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none; }
      .login-widget-row.remember-row .remember-group input {
        width: inherit; }
        @media (max-width: 768px) {
          .login-widget-row.remember-row .remember-group input {
            margin-top: 4px; } }
    .login-widget-row.guest-row {
      padding-right: 5px;
      box-sizing: border-box; }
    .login-widget-row.first-row {
      padding: 12px 0 0 0; }
    .login-widget-row div {
      margin: 0;
      padding: 0; }
      .login-widget-row div a:hover, .login-widget-row div a:focus {
        text-decoration: none; }
      .login-widget-row div .loggedin-arrow {
        display: inline-block;
        width: 10px;
        height: 6px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/static/images/design/profile_arrow.png"); }
  .login-widget-links {
    float: left;
    padding-top: 7px;
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px; }
    .login-widget-links a {
      color: #24aa98;
      letter-spacing: -0.4px;
      line-height: 30px; }
      .login-widget-links a.link {
        letter-spacing: -0.9px;
        position: relative; }
        .login-widget-links a.link::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 1px;
          bottom: 0;
          background: #24aa98; }
  .login-widget-submit {
    float: right;
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box; }
    .login-widget-submit:hover {
      background: #1a9385; }
  .login-widget .subscription {
    color: #7c7c7c; }

.user-info-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 16px 12px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .user-info-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .user-info-wrapper {
      margin-bottom: 20px; }
      .user-info-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .user-info-wrapper {
      margin-bottom: 15px; }
      .user-info-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .user-info-wrapper {
      margin-bottom: 10px; }
      .user-info-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .user-info-wrapper.item {
        margin-bottom: 0; } }
  .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation {
    display: table;
    float: right;
    padding-left: 5px;
    padding-right: 5px; }
    .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation div {
      display: inline-block; }
    .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation .navigation-item {
      color: #24aa98;
      font-family: OpenSansRegular, sans-serif;
      font-size: 12px;
      height: 18px;
      line-height: 18px;
      text-decoration: underline;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation .navigation-item.active {
        color: #a3a2a2;
        text-decoration: none; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation .navigation-item:hover {
        cursor: pointer; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs-navigation .navigation-item:first-child {
        border-right: 1px solid #a3a2a2; }
  .user-info-wrapper .status-wrapper .status-tabs .tabs {
    margin-top: -2px; }
    .user-info-wrapper .status-wrapper .status-tabs .tabs .tab {
      display: none; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs .tab.active {
        display: block; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-image {
        display: inline-block;
        position: relative;
        z-index: 1;
        height: 51px; }
      .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info {
        position: relative;
        z-index: 0;
        top: -38px;
        left: 40px;
        width: 84%;
        display: inline-block;
        height: 24px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info:hover {
          cursor: pointer; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info:hover .info-block {
            display: block; }
        .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper {
          height: 100%; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .progress {
            margin-bottom: 0;
            height: 24px;
            border-radius: 0;
            background: #0082a4;
            position: relative; }
            .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .progress .status-name {
              position: absolute;
              left: 0;
              display: inline-block;
              line-height: 24px;
              font-family: OpenSansRegular, sans-serif;
              font-size: 12px;
              color: #fff;
              padding-left: 10px;
              margin: 0; }
            .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .progress .abilities-left {
              position: absolute;
              right: 0;
              display: inline-block;
              line-height: 24px;
              font-family: OpenSansRegular, sans-serif;
              font-size: 12px;
              color: white;
              width: 100px;
              text-align: right;
              margin: 0;
              padding-right: 5px; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .progress-bar {
            background: #00c5ec;
            background: -moz-linear-gradient(top, #00c5ec 0%, #005575 100%);
            background: -webkit-linear-gradient(top, #00c5ec 0%, #005575 100%);
            background: -o-linear-gradient(top, #00c5ec 0%, #005575 100%);
            background: -ms-linear-gradient(top, #00c5ec 0%, #005575 100%);
            background: linear-gradient(to bottom, #00c5ec 0%, #005575 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0); }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .down-edge {
            display: none; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .progress-wrapper .up-edge {
            display: none; }
        .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .info-block {
          display: none;
          position: absolute;
          width: 196px;
          color: white;
          background: rgba(96, 95, 95, 0.75);
          height: auto;
          line-height: 62px;
          text-align: center;
          border-radius: 3px;
          top: 35px;
          left: 50%;
          margin-left: -98px;
          z-index: 15; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .info-block p {
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 14px;
            color: #fff;
            padding: 7px 7px;
            text-shadow: none; }
          .user-info-wrapper .status-wrapper .status-tabs .tabs .tab .status-info .info-block::before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-bottom: 10px solid rgba(96, 95, 95, 0.75);
            border-right: 10px solid transparent;
            border-left: 10px solid transparent; }
  .user-info-wrapper .evaluator-info {
    position: relative;
    z-index: 0;
    margin-top: 10px;
    top: -25px;
    width: 100%;
    display: inline-block;
    height: 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .user-info-wrapper .evaluator-info:hover {
      cursor: pointer; }
      .user-info-wrapper .evaluator-info:hover .info-block {
        display: block; }
    .user-info-wrapper .evaluator-info .progress-wrapper {
      height: 100%; }
      .user-info-wrapper .evaluator-info .progress-wrapper .progress {
        margin-bottom: 0;
        height: 24px;
        border-radius: 0;
        background: #0082a4;
        position: relative; }
        .user-info-wrapper .evaluator-info .progress-wrapper .progress .status-name {
          position: absolute;
          left: 0;
          display: inline-block;
          line-height: 24px;
          font-family: OpenSansRegular, sans-serif;
          font-size: 12px;
          color: #fff;
          padding-left: 10px;
          margin: 0; }
        .user-info-wrapper .evaluator-info .progress-wrapper .progress .abilities-left {
          position: absolute;
          right: 0;
          display: inline-block;
          line-height: 24px;
          font-family: OpenSansRegular, sans-serif;
          font-size: 12px;
          color: white;
          width: 100px;
          text-align: right;
          margin: 0;
          padding-right: 5px; }
      .user-info-wrapper .evaluator-info .progress-wrapper .progress-bar {
        background: #00c5ec;
        background: -moz-linear-gradient(top, #00c5ec 0%, #005575 100%);
        background: -webkit-linear-gradient(top, #00c5ec 0%, #005575 100%);
        background: -o-linear-gradient(top, #00c5ec 0%, #005575 100%);
        background: -ms-linear-gradient(top, #00c5ec 0%, #005575 100%);
        background: linear-gradient(to bottom, #00c5ec 0%, #005575 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0); }
      .user-info-wrapper .evaluator-info .progress-wrapper .down-edge {
        display: none; }
      .user-info-wrapper .evaluator-info .progress-wrapper .up-edge {
        display: none; }
    .user-info-wrapper .evaluator-info .info-block {
      display: none;
      position: absolute;
      width: 196px;
      color: white;
      background: rgba(96, 95, 95, 0.75);
      height: auto;
      line-height: 62px;
      text-align: center;
      border-radius: 3px;
      top: 35px;
      left: 50%;
      margin-left: -98px;
      z-index: 15; }
      .user-info-wrapper .evaluator-info .info-block p {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        color: #fff;
        padding: 7px 7px;
        text-shadow: none; }
      .user-info-wrapper .evaluator-info .info-block::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-bottom: 10px solid rgba(96, 95, 95, 0.75);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent; }
  .user-info-wrapper .title {
    color: #000;
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: -17px;
    font-family: RobotoMedium, sans-serif; }
    .user-info-wrapper .title.title-turquoise {
      color: #24aa98; }
  .user-info-wrapper .table-wrapper {
    margin-left: -12px;
    margin-right: -12px; }
  .user-info-wrapper .statistic-table {
    width: 100%;
    color: #000;
    font-size: 14px;
    border-collapse: collapse;
    border: none; }
    .user-info-wrapper .statistic-table tr:nth-child(odd) {
      background: #e8e8e8; }
    .user-info-wrapper .statistic-table tr td {
      padding: 6px 0 8px 14px;
      text-align: left;
      border: none;
      font-family: OpenSansRegular, sans-serif;
      font-size: 14px; }
      .user-info-wrapper .statistic-table tr td:nth-child(2) {
        padding: 6px 12px 8px 0;
        text-align: right; }
    .user-info-wrapper .statistic-table .link {
      color: #24aa98; }
  .user-info-wrapper .link-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    display: table;
    margin: 22px auto 15px auto;
    letter-spacing: -0.6px;
    text-align: center; }
    .user-info-wrapper .link-button:hover {
      background: #1a9385;
      text-decoration: none; }
  .user-info-wrapper .referral-link-wrapper .referral-link-title {
    display: block;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #aaa9a9;
    text-align: center;
    margin: 0; }
  .user-info-wrapper .referral-link-wrapper .referral-link {
    width: 86%;
    border: none;
    padding: 3px 3px;
    font-family: RobotoMedium, sans-serif;
    font-size: 12px;
    text-align: center;
    float: left;
    height: 23px;
    line-height: 15px; }
  .user-info-wrapper .referral-link-wrapper .copy-link {
    width: 10%;
    border: none;
    font-size: 12px;
    text-align: center;
    border-width: 1px 1px 1px 0;
    background: url(/static/images/design/sm-copy-clone-icon-turquoise.png) center center no-repeat;
    background-size: 14px;
    height: 23px;
    display: inline-block;
    box-sizing: border-box; }
    .user-info-wrapper .referral-link-wrapper .copy-link:focus {
      outline: none; }
  .user-info-wrapper .current-homework {
    border-top: 1px solid #d7d6d1;
    box-sizing: border-box;
    margin: 11px auto -22px auto; }
    .user-info-wrapper .current-homework .title {
      display: block;
      margin-top: 15px;
      margin-bottom: 21px;
      padding-left: 4px;
      box-sizing: border-box; }
    .user-info-wrapper .current-homework .homework-circle {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 50px;
      height: 50px;
      background: #ababab;
      border-radius: 50%;
      font-family: RobotoMedium, sans-serif;
      font-size: 16px;
      line-height: 50px;
      color: white;
      text-align: center;
      float: left;
      margin-left: 4.5px;
      margin-right: 4.5px;
      margin-bottom: 10px; }
      .user-info-wrapper .current-homework .homework-circle:nth-child(4n-3) {
        margin-left: 3.5px; }
      .user-info-wrapper .current-homework .homework-circle:nth-child(4n) {
        margin-right: 3.5px; }
      .user-info-wrapper .current-homework .homework-circle.done {
        background: #ffad00; }
    .user-info-wrapper .current-homework .link-button {
      font-family: OpenSansRegular, sans-serif;
      font-size: 13px;
      color: white;
      background: #24aa98;
      border: none;
      border-radius: 3px;
      padding: 5px 12px 6px 12px;
      box-sizing: border-box;
      display: table;
      margin: 6px auto 0 auto;
      letter-spacing: -0.6px;
      text-align: center; }
      .user-info-wrapper .current-homework .link-button:hover {
        background: #1a9385;
        text-decoration: none; }
  .user-info-wrapper .courses-wrapper {
    margin-top: 37px; }
    .user-info-wrapper .courses-wrapper .courses {
      display: none; }
      .user-info-wrapper .courses-wrapper .courses .tooltips {
        position: relative;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
        margin-top: 5px; }
        .user-info-wrapper .courses-wrapper .courses .tooltips:nth-child(4n-3) {
          margin-left: 0; }
        .user-info-wrapper .courses-wrapper .courses .tooltips:nth-child(4n) {
          margin-right: 0; }
        .user-info-wrapper .courses-wrapper .courses .tooltips:hover .about-wrapper {
          visibility: visible;
          left: 100%;
          top: 50%;
          margin-top: -15px;
          margin-left: 15px;
          z-index: 5; }
        .user-info-wrapper .courses-wrapper .courses .tooltips .about-wrapper {
          position: absolute;
          width: 200px;
          color: #FFFFFF;
          background: #00576C;
          height: auto;
          min-height: 30px;
          line-height: 14px;
          text-align: center;
          visibility: hidden;
          border-radius: 6px;
          font-size: 11px;
          font-weight: bold;
          padding: 5px; }
          .user-info-wrapper .courses-wrapper .courses .tooltips .about-wrapper::before {
            position: absolute;
            content: '';
            top: 0;
            right: 100%;
            margin-top: 8px;
            width: 0;
            height: 0;
            border-right: 8px solid #00576C;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent; }

.news-list .news-item-wrapper .news-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 18px 13px;
  background: #fff;
  margin-bottom: 0; }
  .news-list .news-item-wrapper .news-item .news-image {
    display: table;
    margin: auto; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .news-list .news-item-wrapper .news-item.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .news-list .news-item-wrapper .news-item {
      margin-bottom: 20px; }
      .news-list .news-item-wrapper .news-item.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .news-list .news-item-wrapper .news-item {
      margin-bottom: 15px; }
      .news-list .news-item-wrapper .news-item.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .news-list .news-item-wrapper .news-item {
      margin-bottom: 10px; }
      .news-list .news-item-wrapper .news-item[data-type="accordion-item"] {
        margin-bottom: 0; }
      .news-list .news-item-wrapper .news-item.item {
        margin-bottom: 0; } }
  .news-list .news-item-wrapper .news-item .link-title {
    padding: 0;
    margin: 0 0 5px 0; }
    .news-list .news-item-wrapper .news-item .link-title a {
      font-family: RobotoMedium, sans-serif;
      font-size: 18px;
      color: #24aa98;
      text-shadow: 0.1px 0.1px 0.1px rgba(36, 170, 152, 0.76); }
      .news-list .news-item-wrapper .news-item .link-title a:hover {
        color: #249e8c; }
  .news-list .news-item-wrapper .news-item .create-info {
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: #aaa9a9;
    margin-bottom: 6px; }
  .news-list .news-item-wrapper .news-item .comment-amount {
    margin-left: 10px; }
    .news-list .news-item-wrapper .news-item .comment-amount .comments-icon {
      display: inline-block;
      background: url("/static/images/design/items-grey.png");
      width: 16px;
      height: 16px;
      position: relative;
      top: 4px;
      left: 4px; }
    .news-list .news-item-wrapper .news-item .comment-amount .amount {
      font-family: OpenSansRegular, sans-serif;
      font-size: 14px;
      padding-left: 8px;
      color: #24aa98; }
  .news-list .news-item-wrapper .news-item .short-text {
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #111111; }
  .news-list .news-item-wrapper .news-item .more {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    display: table;
    margin: 0;
    letter-spacing: -0.6px;
    text-align: center;
    float: right; }
    .news-list .news-item-wrapper .news-item .more:hover {
      background: #1a9385;
      text-decoration: none; }
@media (max-width: 479px) {
  .news-list .news-item-wrapper .news-item .create-info {
    text-align: center; }
  .news-list .news-item-wrapper .news-item .short-text {
    text-align: justify; }
  .news-list .news-item-wrapper .news-item .more {
    float: none;
    display: table;
    margin: auto; } }
.news-list .news-pagination {
  display: table;
  margin: 25px auto; }
  .news-list .news-pagination li {
    list-style: none;
    display: inline-block; }
    .news-list .news-pagination li.active {
      border-radius: 50%;
      border: 2px solid #24aa98; }
      .news-list .news-pagination li.active a {
        color: #24aa98;
        background: white;
        border-radius: 50%;
        line-height: 36px; }
    .news-list .news-pagination li a {
      text-decoration: none; }
    .news-list .news-pagination li span, .news-list .news-pagination li a {
      background: white;
      cursor: pointer;
      padding: 0 9px;
      width: 36px;
      height: 36px;
      font-family: OpenSansRegular, sans-serif;
      font-size: 16px;
      text-align: center;
      line-height: 32px;
      color: #24aa98;
      float: right; }
    .news-list .news-pagination li.first.disabled {
      display: none; }
    .news-list .news-pagination li.last.disabled {
      display: none; }
    .news-list .news-pagination li.prev a, .news-list .news-pagination li.prev span {
      float: right;
      border-radius: 0;
      background: transparent;
      position: relative; }
      .news-list .news-pagination li.prev a::before, .news-list .news-pagination li.prev a::after, .news-list .news-pagination li.prev span::before, .news-list .news-pagination li.prev span::after {
        position: absolute;
        content: '';
        left: 15px;
        width: 2px;
        height: 10px;
        background: #24aa98; }
      .news-list .news-pagination li.prev a::before, .news-list .news-pagination li.prev span::before {
        top: 10px;
        transform: rotate(45deg); }
      .news-list .news-pagination li.prev a::after, .news-list .news-pagination li.prev span::after {
        bottom: 10px;
        transform: rotate(-45deg); }
    .news-list .news-pagination li.next a, .news-list .news-pagination li.next span {
      float: right;
      border-radius: 0;
      background: transparent;
      position: relative; }
      .news-list .news-pagination li.next a::before, .news-list .news-pagination li.next a::after, .news-list .news-pagination li.next span::before, .news-list .news-pagination li.next span::after {
        position: absolute;
        content: '';
        left: 15px;
        width: 2px;
        height: 10px;
        background: #24aa98; }
      .news-list .news-pagination li.next a::before, .news-list .news-pagination li.next span::before {
        top: 10px;
        transform: rotate(-45deg); }
      .news-list .news-pagination li.next a::after, .news-list .news-pagination li.next span::after {
        bottom: 10px;
        transform: rotate(45deg); }

.news-wrapper .news-full {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 16px 12px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .news-wrapper .news-full.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .news-wrapper .news-full {
      margin-bottom: 20px; }
      .news-wrapper .news-full.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .news-wrapper .news-full {
      margin-bottom: 15px; }
      .news-wrapper .news-full.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .news-wrapper .news-full {
      margin-bottom: 10px; }
      .news-wrapper .news-full[data-type="accordion-item"] {
        margin-bottom: 0; }
      .news-wrapper .news-full.item {
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .news-wrapper .news-full span {
      display: block; } }

.new-video-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 14px 14px 19px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .new-video-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .new-video-wrapper {
      margin-bottom: 20px; }
      .new-video-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .new-video-wrapper {
      margin-bottom: 15px; }
      .new-video-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .new-video-wrapper {
      margin-bottom: 10px; }
      .new-video-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .new-video-wrapper.item {
        margin-bottom: 0; } }
  .new-video-wrapper .video-link {
    display: block;
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: #24aa98; }
    .new-video-wrapper .video-link:hover .image-wrapper .video-title {
      color: #249e8c; }
    .new-video-wrapper .video-link .image-wrapper {
      display: block;
      position: relative; }
      .new-video-wrapper .video-link .image-wrapper .video-image {
        width: 100%;
        max-height: 130px;
        margin-bottom: 15px; }
      .new-video-wrapper .video-link .image-wrapper .icon {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("/static/images/design/video-play-green.png");
        width: 36px;
        height: 36px; }
      .new-video-wrapper .video-link .image-wrapper .video-title {
        text-align: center;
        padding-top: 6px;
        text-decoration: underline; }

.best-brokers-boards-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 5px 0;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .best-brokers-boards-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .best-brokers-boards-wrapper {
      margin-bottom: 20px; }
      .best-brokers-boards-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .best-brokers-boards-wrapper {
      margin-bottom: 15px; }
      .best-brokers-boards-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .best-brokers-boards-wrapper {
      margin-bottom: 10px; }
      .best-brokers-boards-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .best-brokers-boards-wrapper.item {
        margin-bottom: 0; } }
  .best-brokers-boards-wrapper .best-brokers-board {
    display: block;
    text-decoration: none;
    margin-bottom: -1px;
    padding: 12px 12px 12px 16px;
    border-bottom: 1px solid #0db7dd; }
    .best-brokers-boards-wrapper .best-brokers-board .brokers-board-image {
      float: left;
      border-radius: 50%;
      border: 1px solid #c6c6c6; }
    .best-brokers-boards-wrapper .best-brokers-board .brokers-board-info {
      float: left;
      font-family: OpenSansRegular, sans-serif;
      margin-left: 10px;
      margin-top: 4px; }
      .best-brokers-boards-wrapper .best-brokers-board .brokers-board-info .brokers-board-name {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #111111;
        font-weight: normal; }
      .best-brokers-boards-wrapper .best-brokers-board .brokers-board-info .brokers-board-text {
        color: #aaa9a9;
        margin-top: 6px; }
    .best-brokers-boards-wrapper .best-brokers-board:last-child {
      border-bottom: none; }

.submit-comment {
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  color: white;
  background: #24aa98;
  border: none;
  border-radius: 3px;
  padding: 5px 12px 6px 12px;
  box-sizing: border-box;
  display: table;
  margin: 0;
  letter-spacing: -0.6px;
  text-align: center; }
  .submit-comment:hover {
    background: #1a9385;
    text-decoration: none; }

.comment .btn-default.reply-cancel {
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  color: white;
  background: #a1a1a1;
  border: none;
  border-radius: 3px;
  padding: 5px 12px 6px 12px;
  box-sizing: border-box; }
  .comment .btn-default.reply-cancel:hover {
    background: #858585; }
.comment .btn-primary {
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  color: white;
  background: #24aa98;
  border: none;
  border-radius: 3px;
  padding: 5px 12px 6px 12px;
  box-sizing: border-box; }
  .comment .btn-primary:hover {
    background: #1a9385; }

.comment-fields-more .buttons {
  margin: 0 16px 0 10px; }
.comment-fields-more button {
  display: inline-block; }
  .comment-fields-more button.reply-cancel {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #a1a1a1;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box; }
    .comment-fields-more button.reply-cancel:hover {
      background: #858585; }

.comments .comment .comment-footer {
  opacity: 1; }
.comments .hint {
  display: none;
  background: rgba(96, 95, 95, 0.75);
  border-radius: 5px;
  padding: 5px; }
  .comments .hint .message {
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
    color: white; }
  .comments .hint .close-hint {
    cursor: pointer;
    color: white; }

#summary {
  font-family: arial, sans-serif;
  font-size: 100%;
  box-sizing: border-box; }
  #summary * {
    box-sizing: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent; }
  #summary .clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    width: 100%; }
  #summary .summary-block {
    margin-bottom: 10px; }
  #summary .summary-header {
    font-size: 16px;
    font-family: RobotoMedffium, sans-serif;
    color: white;
    padding: 6px 20px 3px 15px;
    background: #007e9c; }
    #summary .summary-header h2 {
      float: left;
      font-size: 1em;
      font-weight: normal; }
    #summary .summary-header h2 {
      float: left;
      font-size: 1em;
      font-weight: normal; }
    #summary .summary-header .buttons {
      float: right;
      font-size: inherit;
      font-weight: inherit; }
    #summary .summary-header .button {
      float: left;
      position: relative;
      display: inline-block;
      height: 20px;
      cursor: pointer; }
      #summary .summary-header .button .characters-icon {
        max-height: 100%; }
    #summary .summary-header .characters-button {
      width: 45px;
      position: relative; }
      #summary .summary-header .characters-button::before, #summary .summary-header .characters-button::after {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        position: absolute;
        content: '';
        width: 2px;
        height: 10px;
        border-radius: 3px;
        top: 3px;
        background: white; }
      #summary .summary-header .characters-button::before {
        right: 11px;
        transform: rotate(-45deg); }
      #summary .summary-header .characters-button::after {
        right: 5px;
        transform: rotate(45deg); }
      #summary .summary-header .characters-button:hover {
        cursor: pointer; }
      #summary .summary-header .characters-button.active::before {
        transform: rotate(45deg); }
      #summary .summary-header .characters-button.active::after {
        transform: rotate(-45deg); }
    #summary .summary-header .hide-button {
      width: 20px;
      position: relative; }
      #summary .summary-header .hide-button::before, #summary .summary-header .hide-button::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 12px;
        border-radius: 3px;
        top: 2px;
        left: 8px;
        background: white; }
      #summary .summary-header .hide-button::before {
        transform: rotate(45deg); }
      #summary .summary-header .hide-button::after {
        transform: rotate(-45deg); }
    #summary .summary-header .characters-button:not(:last-child), #summary .summary-header .hide-button:not(:last-child) {
      margin-right: 2px; }
    #summary .summary-header .characters {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 10;
      background: #fafafa; }
      #summary .summary-header .characters .item {
        width: 180px;
        position: relative; }
        #summary .summary-header .characters .item img {
          max-width: 18px;
          margin-right: 5px; }
          #summary .summary-header .characters .item img:hover {
            background: #fff; }
        #summary .summary-header .characters .item label {
          width: 100%;
          height: 100%;
          cursor: pointer;
          padding: 5px 0 5px 25px; }
        #summary .summary-header .characters .item input[type="radio"] {
          cursor: pointer; }
          #summary .summary-header .characters .item input[type="radio"] + label {
            font-family: OpenSansRegular, sans-serif;
            font-size: 12px;
            color: #111111;
            position: relative; }
            #summary .summary-header .characters .item input[type="radio"] + label::before, #summary .summary-header .characters .item input[type="radio"] + label::after {
              position: absolute; }
            #summary .summary-header .characters .item input[type="radio"] + label::before {
              content: '';
              top: 9px;
              left: 10px;
              background: #24aa98;
              width: 8px;
              height: 8px;
              border-radius: 50%; }
            #summary .summary-header .characters .item input[type="radio"] + label::after {
              top: 6px;
              left: 7px;
              content: '';
              width: 16px;
              height: 16px;
              border: 1px solid #24aa98;
              border-radius: 50%; }
          #summary .summary-header .characters .item input[type="radio"]:not(:checked) + label::before {
            opacity: 0; }
          #summary .summary-header .characters .item input[type="radio"]:checked + label::before {
            opacity: 1; }
  #summary .summary-wrapper {
    background: #eee;
    color: #333; }
  #summary .summary-timespans table {
    width: 100%; }
    #summary .summary-timespans table td {
      padding: 0; }
  #summary .summary-timespans .timespan {
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
    text-align: center;
    color: white;
    float: left;
    width: 25%;
    padding: 5px 0;
    cursor: pointer;
    background: #24aa98; }
    #summary .summary-timespans .timespan:hover, #summary .summary-timespans .timespan.active {
      background: #66c4b7; }
  #summary .summary-content {
    font-family: OpenSansRegular, sans-serif;
    padding: 10px 15px;
    border-left: 1px solid #0db7dd;
    border-bottom: 1px solid #0db7dd;
    border-right: 1px solid #0db7dd;
    margin-bottom: 20px; }
    #summary .summary-content .no-rating {
      display: table;
      margin: auto; }
    #summary .summary-content .topic-title {
      float: left;
      font-size: 14px;
      color: #24aa98;
      width: 190px;
      margin-bottom: 2px; }
    #summary .summary-content .amount {
      float: right;
      color: #24aa98; }
    #summary .summary-content .member-name {
      font-size: 12px;
      color: #24aa98; }
    #summary .summary-content .time {
      font-size: 12px;
      color: #111111; }
    #summary .summary-content span.name {
      font-size: 12px; }
    #summary .summary-content a {
      color: #24aa98;
      display: inline-block; }
      #summary .summary-content a:hover {
        color: #249e8c; }
    #summary .summary-content .info-item {
      margin-bottom: 10px; }

.blend_links span {
  color: #24aa98; }

.subscribe-form-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 20px 12px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .subscribe-form-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .subscribe-form-wrapper {
      margin-bottom: 20px; }
      .subscribe-form-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .subscribe-form-wrapper {
      margin-bottom: 15px; }
      .subscribe-form-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .subscribe-form-wrapper {
      margin-bottom: 10px; }
      .subscribe-form-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .subscribe-form-wrapper.item {
        margin-bottom: 0; } }
  .subscribe-form-wrapper *::-webkit-input-placeholder {
    font-size: 11px;
    color: grey; }
  .subscribe-form-wrapper *:-moz-placeholder {
    /* FF 4-18 */
    font-size: 11px;
    color: grey; }
  .subscribe-form-wrapper *::-moz-placeholder {
    /* FF 19+ */
    font-size: 11px;
    color: grey; }
  .subscribe-form-wrapper *:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px;
    color: grey; }
  .subscribe-form-wrapper .subscribe-form-item--input-email {
    text-align: center; }
  .subscribe-form-wrapper .subscribe-form-item__control--input-email {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #24b3d5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    margin-right: 10px;
    padding: 3px 5px;
    margin-top: 20px;
    width: 230px;
    height: 35px;
    line-height: 35px;
    font-size: 16px; }
  .subscribe-form-wrapper .error {
    border: 1px solid tomato; }
  .subscribe-form-wrapper .subscribe-form-item__btn--btn-submit {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    display: block;
    margin: 10px auto 10px auto;
    cursor: pointer; }
    .subscribe-form-wrapper .subscribe-form-item__btn--btn-submit:hover {
      background: #66c4b7; }
  .subscribe-form-wrapper .section_title {
    background: #007e9c none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-shadow: 0 0 1px #999;
    width: 100%; }
  .subscribe-form-wrapper .section_title .title_left {
    float: left;
    margin: 0;
    padding-left: 15px; }
  .subscribe-form-wrapper .section_title h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .subscribe-form-wrapper .blue_border {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #24b3d5;
    padding: 22px 14px; }

.topic-rating {
  position: relative;
  top: 2px; }

.total-number {
  border: 1px solid #24aa98;
  border-radius: 3px;
  box-sizing: border-box;
  color: #24aa98;
  display: inline-block;
  font: 100 13px/1.3 OpenSansRegular,sans-serif;
  letter-spacing: -0.6px;
  padding: 5px 12px 6px;
  text-align: center;
  text-decoration: none;
  margin-left: 5px;
  position: relative; }

.total-number::before, .total-number::after {
  border-color: transparent #24aa98 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: -10px;
  position: absolute;
  top: 10px; }

.total-number::after {
  border-right: 5px solid  #ffffff;
  left: -9px; }

.total-rating {
  font-weight: bold;
  color: #24aa98; }

.character-list {
  display: none; }

.quick-registration {
  margin-top: 35px; }
  .quick-registration .title.title-white-smaller {
    font-size: 32px;
    color: white; }
    @media (max-width: 768px) {
      .quick-registration .title.title-white-smaller {
        font-size: 18px; } }
  .quick-registration .row p.help-block-error {
    font-weight: bold;
    color: #9e1e19;
    font-size: 17px; }
  .quick-registration .row div {
    transition: 1s ease; }
    @media (min-width: 1200px) {
      .quick-registration .row div.col-lg-offset-1dot5 {
        margin-left: 12.5%; } }
    .quick-registration .row div.col-lg-offset-4dot5 {
      margin-left: 37.5%; }
    .quick-registration .row div div.has-success input[type="text"] {
      border: 1px solid #66ff00; }
    .quick-registration .row div div.has-error input[type="text"] {
      border: 1px solid #a94442; }
    .quick-registration .row div div div.checkbox label {
      font-size: 15px; }
    .quick-registration .row div div div.checkbox input[type="checkbox"] {
      margin-left: 0px; }
  .quick-registration .field-hint {
    text-align: center;
    color: white;
    display: block; }

.section-wrapper input[type="checkbox"] {
  cursor: pointer; }
  .section-wrapper input[type="checkbox"] + label {
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: white;
    position: relative; }
    .section-wrapper input[type="checkbox"] + label::before, .section-wrapper input[type="checkbox"] + label::after {
      position: absolute; }
    .section-wrapper input[type="checkbox"] + label::before {
      content: '\2714';
      color: white;
      top: 3px;
      left: -2px;
      font-size: 12px; }
    .section-wrapper input[type="checkbox"] + label::after {
      top: 4px;
      left: -4px;
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid white;
      border-radius: 3px; }
  .section-wrapper input[type="checkbox"]:not(:checked) + label::before {
    opacity: 0; }
  .section-wrapper input[type="checkbox"]:checked + label::before {
    opacity: 1; }
.section-wrapper input[type="text"] {
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-color: white;
  font-size: 18px;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  transition: 1s ease; }
  .section-wrapper input[type="text"]::-webkit-input-placeholder {
    color: white;
    font-weight: normal; }
  .section-wrapper input[type="text"]::-moz-placeholder {
    color: white;
    font-weight: normal; }
  .section-wrapper input[type="text"]:-ms-input-placeholder {
    color: white;
    font-weight: normal; }
.section-wrapper div.checkbox label {
  color: white; }
  .section-wrapper div.checkbox label a {
    color: white; }

.start-learning input[type="checkbox"], .estimate-now input[type="checkbox"], .review input[type="checkbox"] {
  cursor: pointer; }
  .start-learning input[type="checkbox"] + label, .estimate-now input[type="checkbox"] + label, .review input[type="checkbox"] + label {
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: #111111;
    position: relative; }
    .start-learning input[type="checkbox"] + label::before, .start-learning input[type="checkbox"] + label::after, .estimate-now input[type="checkbox"] + label::before, .estimate-now input[type="checkbox"] + label::after, .review input[type="checkbox"] + label::before, .review input[type="checkbox"] + label::after {
      position: absolute; }
    .start-learning input[type="checkbox"] + label::before, .estimate-now input[type="checkbox"] + label::before, .review input[type="checkbox"] + label::before {
      content: '\2714';
      color: #24aa98;
      top: 3px;
      left: -2px;
      font-size: 12px; }
    .start-learning input[type="checkbox"] + label::after, .estimate-now input[type="checkbox"] + label::after, .review input[type="checkbox"] + label::after {
      top: 4px;
      left: -4px;
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid #24aa98;
      border-radius: 3px; }
  .start-learning input[type="checkbox"]:not(:checked) + label::before, .estimate-now input[type="checkbox"]:not(:checked) + label::before, .review input[type="checkbox"]:not(:checked) + label::before {
    opacity: 0; }
  .start-learning input[type="checkbox"]:checked + label::before, .estimate-now input[type="checkbox"]:checked + label::before, .review input[type="checkbox"]:checked + label::before {
    opacity: 1; }
.start-learning input[type="text"], .estimate-now input[type="text"], .review input[type="text"] {
  height: 50px;
  background: white;
  border-color: #24aa98;
  font-size: 18px;
  padding-left: 20px;
  color: #24aa98;
  font-weight: bold;
  transition: 1s ease; }
  .start-learning input[type="text"]::-webkit-input-placeholder, .estimate-now input[type="text"]::-webkit-input-placeholder, .review input[type="text"]::-webkit-input-placeholder {
    color: #24aa98;
    font-weight: normal; }
  .start-learning input[type="text"]::-moz-placeholder, .estimate-now input[type="text"]::-moz-placeholder, .review input[type="text"]::-moz-placeholder {
    color: #24aa98;
    font-weight: normal; }
  .start-learning input[type="text"]:-ms-input-placeholder, .estimate-now input[type="text"]:-ms-input-placeholder, .review input[type="text"]:-ms-input-placeholder {
    color: #24aa98;
    font-weight: normal; }
.start-learning div.checkbox label, .estimate-now div.checkbox label, .review div.checkbox label {
  color: #24aa98; }
  .start-learning div.checkbox label a, .estimate-now div.checkbox label a, .review div.checkbox label a {
    color: #24aa98; }

.wrapper.mobile input[type="checkbox"] {
  display: none; }
.wrapper.mobile input[type="checkbox"] + label span {
  display: inline-block;
  width: 33px;
  height: 31px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url("../images/common/check_radio_sheet.png") left top no-repeat;
  cursor: pointer; }
  @media (max-width: 480px) {
    .wrapper.mobile input[type="checkbox"] + label span {
      margin: -1px 4px 0 0; } }
.wrapper.mobile input[type="checkbox"]:checked + label span {
  background: url(../images/common/check_radio_sheet.png) -33px top no-repeat; }

.wrapper.mobile section.form {
  display: block;
  width: 100%;
  background: url("../images/common/green-bg.png") 0 0 repeat;
  padding: 30px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form {
      padding: 10px; } }

.wrapper.mobile section.form h2.form-title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px 0;
  letter-spacing: 0.8px;
  line-height: 1.4em; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form h2.form-title {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 10px; } }

.wrapper.mobile section.form form {
  display: block;
  width: 100%; }

.wrapper.mobile section.form form input[type="text"] {
  display: block;
  background: none;
  width: 100%;
  height: 62px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0 0 0 24px;
  margin: 0 0 20px 0;
  font-size: 1.5em;
  font-weight: lighter;
  color: #ffffff; }
  .wrapper.mobile section.form form input[type="text"]:active, .wrapper.mobile section.form form input[type="text"]:focus {
    outline: none; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form form input[type="text"] {
      height: 40px;
      margin: 0; } }

.wrapper.mobile section.form form label {
  color: #ffffff;
  font-weight: lighter;
  font-size: 1em;
  margin: 10px 8px 0 0;
  cursor: pointer;
  display: inline-block; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form form label {
      font-size: 14px;
      margin: 0 8px 0 0; } }

.wrapper.mobile section.form form button.submit {
  display: block;
  background: none;
  border: none;
  width: 100%;
  height: 64px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #006990;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.875em;
  letter-spacing: 0.4px;
  margin: 30px 0 0 0;
  cursor: pointer; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form form button.submit {
      height: 40px; } }

.wrapper.mobile section.form span.notate {
  display: block;
  width: 100%;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: lighter;
  margin: 20px 0 0 0;
  text-align: center;
  line-height: 1.4em; }
  @media (max-width: 480px) {
    .wrapper.mobile section.form span.notate {
      font-size: 18px; } }

@media (max-width: 544px) {
  .wrapper.mobile section.form form button.submit {
    font-size: 1.2em; } }
@media (max-width: 379px) {
  .wrapper.mobile section.form form button.submit {
    font-size: 1em;
    width: 95%;
    margin: 30px auto 0 auto; }

  .wrapper.mobile section.form form input[type="text"] {
    font-size: 1em; } }
@media (max-width: 319px) {
  .wrapper.mobile section.form {
    padding: 4px; }

  .wrapper.mobile section.form form input[type="text"] {
    padding: 2px 2px 2px 8px;
    width: 96%;
    margin: 0 auto 10px auto; }

  .wrapper.mobile section.form form label {
    width: 96%;
    margin: 12px auto 12px auto;
    display: block; } }
@media (max-width: 319px) {
  .wrapper.mobile section.form form input[type="text"] {
    font-size: 0.7em; } }
.quick-registration-limits {
  margin-top: 35px; }
  .quick-registration-limits.vertical-form .has-error .help-block-error {
    margin-left: 55px;
    margin-top: -17px;
    margin-bottom: -14px; }
  .quick-registration-limits .title.title-white-smaller {
    font-size: 32px;
    color: white; }
    @media (max-width: 768px) {
      .quick-registration-limits .title.title-white-smaller {
        font-size: 18px; } }
  .quick-registration-limits .row p.help-block-error {
    font-weight: bold;
    color: #9e1e19;
    font-size: 17px;
    margin-left: 29px; }
  .quick-registration-limits .row div {
    transition: 1s ease; }
    .quick-registration-limits .row div.col-lg-offset-4dot5 {
      margin-left: 37.5%; }
    .quick-registration-limits .row div div.has-success input[type="text"] {
      border: 1px solid #66ff00; }
    .quick-registration-limits .row div div.has-error input[type="text"] {
      border: 1px solid #a94442; }
    .quick-registration-limits .row div div div.checkbox label {
      font-size: 15px; }
    .quick-registration-limits .row div div div.checkbox input[type="checkbox"] {
      margin-left: 0; }
  .quick-registration-limits input[type="text"]::-webkit-input-placeholder {
    color: white;
    font-weight: normal; }
  .quick-registration-limits input[type="text"]::-moz-placeholder {
    color: white;
    font-weight: normal; }
  .quick-registration-limits input[type="text"]:-ms-input-placeholder {
    color: white;
    font-weight: normal; }

.section-wrapper input[type="checkbox"] {
  cursor: pointer; }
  .section-wrapper input[type="checkbox"] + label {
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: white;
    position: relative; }
    .section-wrapper input[type="checkbox"] + label::before, .section-wrapper input[type="checkbox"] + label::after {
      position: absolute; }
    .section-wrapper input[type="checkbox"] + label::before {
      content: '\2714';
      color: white;
      top: 3px;
      left: -2px;
      font-size: 12px; }
    .section-wrapper input[type="checkbox"] + label::after {
      top: 4px;
      left: -4px;
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid white;
      border-radius: 3px; }
  .section-wrapper input[type="checkbox"]:not(:checked) + label::before {
    opacity: 0; }
  .section-wrapper input[type="checkbox"]:checked + label::before {
    opacity: 1; }
.section-wrapper input[type="text"] {
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-color: white;
  font-size: 18px;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  transition: 1s ease; }
  .section-wrapper input[type="text"]::-webkit-input-placeholder {
    color: white;
    font-weight: normal; }
  .section-wrapper input[type="text"]::-moz-placeholder {
    color: white;
    font-weight: normal; }
  .section-wrapper input[type="text"]:-ms-input-placeholder {
    color: white;
    font-weight: normal; }
.section-wrapper div.checkbox label {
  color: white; }
  .section-wrapper div.checkbox label a {
    color: white; }

.start-learning input[type="checkbox"], .estimate-now input[type="checkbox"], .review input[type="checkbox"] {
  cursor: pointer; }
  .start-learning input[type="checkbox"] + label, .estimate-now input[type="checkbox"] + label, .review input[type="checkbox"] + label {
    font-family: OpenSansRegular, sans-serif;
    font-size: 12px;
    color: #111111;
    position: relative; }
    .start-learning input[type="checkbox"] + label::before, .start-learning input[type="checkbox"] + label::after, .estimate-now input[type="checkbox"] + label::before, .estimate-now input[type="checkbox"] + label::after, .review input[type="checkbox"] + label::before, .review input[type="checkbox"] + label::after {
      position: absolute; }
    .start-learning input[type="checkbox"] + label::before, .estimate-now input[type="checkbox"] + label::before, .review input[type="checkbox"] + label::before {
      content: '\2714';
      color: #24aa98;
      top: 3px;
      left: -2px;
      font-size: 12px; }
    .start-learning input[type="checkbox"] + label::after, .estimate-now input[type="checkbox"] + label::after, .review input[type="checkbox"] + label::after {
      top: 4px;
      left: -4px;
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid #24aa98;
      border-radius: 3px; }
  .start-learning input[type="checkbox"]:not(:checked) + label::before, .estimate-now input[type="checkbox"]:not(:checked) + label::before, .review input[type="checkbox"]:not(:checked) + label::before {
    opacity: 0; }
  .start-learning input[type="checkbox"]:checked + label::before, .estimate-now input[type="checkbox"]:checked + label::before, .review input[type="checkbox"]:checked + label::before {
    opacity: 1; }
.start-learning input[type="text"], .estimate-now input[type="text"], .review input[type="text"] {
  height: 50px;
  background: white;
  border-color: #24aa98;
  font-size: 18px;
  padding-left: 20px;
  color: #24aa98;
  font-weight: bold;
  transition: 1s ease; }
  .start-learning input[type="text"]::-webkit-input-placeholder, .estimate-now input[type="text"]::-webkit-input-placeholder, .review input[type="text"]::-webkit-input-placeholder {
    color: #24aa98;
    font-weight: normal; }
  .start-learning input[type="text"]::-moz-placeholder, .estimate-now input[type="text"]::-moz-placeholder, .review input[type="text"]::-moz-placeholder {
    color: #24aa98;
    font-weight: normal; }
  .start-learning input[type="text"]:-ms-input-placeholder, .estimate-now input[type="text"]:-ms-input-placeholder, .review input[type="text"]:-ms-input-placeholder {
    color: #24aa98;
    font-weight: normal; }
.start-learning div.checkbox label, .estimate-now div.checkbox label, .review div.checkbox label {
  color: #24aa98; }
  .start-learning div.checkbox label a, .estimate-now div.checkbox label a, .review div.checkbox label a {
    color: #24aa98; }

.calculator-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 5px 15px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .calculator-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .calculator-wrapper {
      margin-bottom: 20px; }
      .calculator-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .calculator-wrapper {
      margin-bottom: 15px; }
      .calculator-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .calculator-wrapper {
      margin-bottom: 10px; }
      .calculator-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .calculator-wrapper.item {
        margin-bottom: 0; } }
  .calculator-wrapper .info-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }
    .calculator-wrapper .info-wrapper:hover {
      text-decoration: none; }
    .calculator-wrapper .info-wrapper .image-wrapper {
      width: 50px;
      height: 50px;
      float: left;
      border-radius: 50%;
      border: 1px solid #c6c6c6;
      position: relative;
      margin-right: 10px; }
      .calculator-wrapper .info-wrapper .image-wrapper .info-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .calculator-wrapper .info-wrapper .info-text {
      font-family: OpenSansRegular, sans-serif;
      font-size: 14px;
      color: #111111;
      position: relative;
      top: 5px; }
  .calculator-wrapper .calc-link {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    display: table;
    margin: 10px auto;
    letter-spacing: -0.6px;
    text-align: center;
    display: table;
    width: 100%; }
    .calculator-wrapper .calc-link:hover {
      background: #1a9385;
      text-decoration: none; }
    .calculator-wrapper .calc-link:active, .calculator-wrapper .calc-link:hover {
      color: white; }

.register-section-image {
  cursor: pointer;
  margin-bottom: 25px; }
  .register-section-image a img {
    width: 100%; }

.register-section {
  cursor: pointer;
  border: 6px solid rgba(32, 236, 255, 0.8);
  background-image: url("/images/widgets/aqua-bg.jpg");
  background-size: cover;
  margin-bottom: 25px; }
  .register-section .title {
    font-size: 22px;
    margin: auto;
    text-align: center;
    text-transform: uppercase; }
    .register-section .title.title-white {
      padding-top: 25px;
      font-family: RobotoRegular, sans-serif;
      color: white; }
    .register-section .title.title-aqua {
      font-family: RobotoBold, sans-serif;
      color: #3df7ff; }
  .register-section .top-block {
    position: relative;
    z-index: 1; }
    .register-section .top-block .background {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("/images/widgets/blue-mask.png"); }
    .register-section .top-block .info-icons {
      display: block;
      margin: auto; }
  .register-section .bottom-block .icon-list {
    list-style: none;
    padding-left: 60px;
    display: block;
    margin: auto; }
    .register-section .bottom-block .icon-list li {
      font-family: RobotoRegular, sans-serif;
      color: white;
      font-size: 16px;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;
      line-height: 14px;
      width: 110px; }
      .register-section .bottom-block .icon-list li::before {
        position: absolute;
        content: '';
        left: -43px;
        top: -2px;
        width: 33px;
        height: 33px;
        background-image: url("/images/widgets/check-icon.png"); }
  .register-section .bottom-block .register-button {
    background: #24aa98;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin: 10px;
    font-family: RobotoRegular, sans-serif;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    box-sizing: border-box;
    text-decoration: none; }
    .register-section .bottom-block .register-button:hover {
      color: white;
      text-decoration: none;
      background: #1a9385; }

.create-section {
  border: 6px solid rgba(32, 236, 255, 0.8);
  background-image: url("/images/widgets/aqua-bg.jpg");
  background-size: cover;
  margin-bottom: 25px;
  text-decoration: none; }
  .create-section:hover {
    text-decoration: none; }
  .create-section * {
    text-decoration: none; }
  .create-section .title {
    font-size: 22px;
    margin: auto;
    text-align: center;
    text-transform: uppercase; }
    .create-section .title.title-white {
      padding-top: 25px;
      font-family: RobotoRegular, sans-serif;
      color: white; }
    .create-section .title.title-aqua {
      font-family: RobotoBold, sans-serif;
      color: #3df7ff;
      margin: 15px auto; }
    .create-section .title.title-small {
      padding-top: 10px;
      font-family: RobotoBold, sans-serif;
      font-size: 16px; }
      .create-section .title.title-small span {
        color: #004c5a; }
  .create-section .top-block {
    padding-bottom: 20px;
    position: relative;
    z-index: 1; }
    .create-section .top-block .background {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("/images/widgets/blue-mask.png"); }
    .create-section .top-block .info-icons {
      display: block;
      margin: auto; }
  .create-section .bottom-block {
    padding-bottom: 10px; }

.offer-oto1-wrapper, .offer-oto2-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 5px 15px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .offer-oto1-wrapper.item, .offer-oto2-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .offer-oto1-wrapper, .offer-oto2-wrapper {
      margin-bottom: 20px; }
      .offer-oto1-wrapper.item, .offer-oto2-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .offer-oto1-wrapper, .offer-oto2-wrapper {
      margin-bottom: 15px; }
      .offer-oto1-wrapper.item, .offer-oto2-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .offer-oto1-wrapper, .offer-oto2-wrapper {
      margin-bottom: 10px; }
      .offer-oto1-wrapper[data-type="accordion-item"], .offer-oto2-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .offer-oto1-wrapper.item, .offer-oto2-wrapper.item {
        margin-bottom: 0; } }
  .offer-oto1-wrapper .info-wrapper, .offer-oto2-wrapper .info-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }
    .offer-oto1-wrapper .info-wrapper:hover, .offer-oto2-wrapper .info-wrapper:hover {
      text-decoration: none; }
    .offer-oto1-wrapper .info-wrapper .image-wrapper, .offer-oto2-wrapper .info-wrapper .image-wrapper {
      width: 50px;
      height: 50px;
      float: left;
      border-radius: 50%;
      border: 1px solid #c6c6c6;
      position: relative;
      margin-right: 10px; }
      .offer-oto1-wrapper .info-wrapper .image-wrapper .info-image, .offer-oto2-wrapper .info-wrapper .image-wrapper .info-image {
        width: 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .offer-oto1-wrapper .info-wrapper .info-text, .offer-oto2-wrapper .info-wrapper .info-text {
      font-family: OpenSansRegular, sans-serif;
      font-size: 12px;
      color: #111111;
      position: relative;
      top: 5px; }
  .offer-oto1-wrapper .link-button, .offer-oto2-wrapper .link-button {
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
    color: white;
    background: #24aa98;
    border: none;
    border-radius: 3px;
    padding: 5px 12px 6px 12px;
    box-sizing: border-box;
    display: table;
    margin: 10px auto;
    letter-spacing: -0.6px;
    text-align: center;
    display: table;
    width: 100%; }
    .offer-oto1-wrapper .link-button:hover, .offer-oto2-wrapper .link-button:hover {
      background: #1a9385;
      text-decoration: none; }
    .offer-oto1-wrapper .link-button:active, .offer-oto1-wrapper .link-button:hover, .offer-oto2-wrapper .link-button:active, .offer-oto2-wrapper .link-button:hover {
      color: white; }

.offer-oto2-wrapper .info-wrapper .image-wrapper .info-image {
  width: 42px; }
.offer-oto2-wrapper .info-wrapper .info-text {
  top: 0; }

.addition-buttons-wrapper {
  float: left; }
  .addition-buttons-wrapper .black-button {
    background-color: #212121;
    background-image: url("../community/public/style_images/Images_poker_theme/topic_button.png");
    background-repeat: repeat-x;
    background-position: top;
    padding: 4px 10px;
    color: #fff;
    border-radius: 3px;
    border-color: #212121;
    -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0, 0, 0, 0.2); }
  .addition-buttons-wrapper .upload-field {
    float: left; }
    .addition-buttons-wrapper .upload-field .fake-button-wrapper .uploaded-name {
      border-radius: 5px;
      padding: 4px 10px;
      width: 150px; }
  .addition-buttons-wrapper .other-fields {
    float: left;
    padding-left: 5px; }

.dialogs.open {
  background: rgba(86, 86, 86, 0.66);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000; }

.custom-dialog {
  display: none;
  border: 1px solid black;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 150px; }
  .custom-dialog .grey-button {
    font-size: 12px;
    padding: 4px 10px;
    background: #e2e9f0;
    border-color: #dae2ea;
    -moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0, 0, 0, 0.2); }
  .custom-dialog .dialog-header {
    background-color: #2c5687;
    background-image: url("../community/public/style_images/Images_poker_theme/maintitle.png");
    background-repeat: repeat-x;
    background-position: top;
    height: 33px; }
    .custom-dialog .dialog-header .header-name {
      font-family: "Helveticae Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: white;
      padding-left: 15px;
      line-height: 33px; }
    .custom-dialog .dialog-header .close-button {
      cursor: pointer;
      float: right;
      background: black;
      color: white;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      text-align: center;
      font-size: 10px;
      line-height: 17px;
      position: relative;
      top: 7px;
      right: 7px; }
  .custom-dialog .dialog-body {
    height: 80px;
    background: white;
    padding: 10px; }
    .custom-dialog .dialog-body .link-label {
      display: block;
      font-family: "Helvetica Neue", arial, helvetica, tahoma, verdana, sans-serif;
      font-size: 11px;
      line-height: 12px;
      color: #444; }
    .custom-dialog .dialog-body .link-input {
      font-family: "Helvetica Neue", arial, helvetica, tahoma, verdana, sans-serif;
      font-size: 11px;
      line-height: 12px;
      color: #444;
      background-color: #FFF;
      border: 1px solid #aaa;
      padding: 5px;
      border-radius: 3px;
      width: 100%; }
    .custom-dialog .dialog-body .text-input {
      width: 375px;
      height: 48px;
      resize: none; }
  .custom-dialog .dialog-footer {
    height: 35px;
    background: white;
    padding-right: 10px; }

.video-widget-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 14px 14px 19px 14px;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .video-widget-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .video-widget-wrapper {
      margin-bottom: 20px; }
      .video-widget-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .video-widget-wrapper {
      margin-bottom: 15px; }
      .video-widget-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .video-widget-wrapper {
      margin-bottom: 10px; }
      .video-widget-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .video-widget-wrapper.item {
        margin-bottom: 0; } }
  .video-widget-wrapper .video-container {
    display: table;
    margin: auto; }
    .video-widget-wrapper .video-container iframe {
      width: 232px;
      height: 128px; }
      @media (min-width: 1200px) and (max-width: 1240px) {
        .video-widget-wrapper .video-container iframe {
          width: 206px;
          height: 114px; } }
      @media (min-width: 1100px) and (max-width: 1199px) {
        .video-widget-wrapper .video-container iframe {
          width: 275px;
          height: 151px; } }
      @media (min-width: 1000px) and (max-width: 1099px) {
        .video-widget-wrapper .video-container iframe {
          width: 240px;
          height: 134px; } }

.top-crypto-currencies-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #0db7dd;
  border-top: none;
  padding: 5px 0;
  background: #fff; }
  @media (min-width: 980px) and (max-width: 1220px) {
    .top-crypto-currencies-wrapper.item {
      margin-bottom: 0; } }
  @media (min-width: 769px) and (max-width: 979px) {
    .top-crypto-currencies-wrapper {
      margin-bottom: 20px; }
      .top-crypto-currencies-wrapper.item {
        margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .top-crypto-currencies-wrapper {
      margin-bottom: 15px; }
      .top-crypto-currencies-wrapper.item {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .top-crypto-currencies-wrapper {
      margin-bottom: 10px; }
      .top-crypto-currencies-wrapper[data-type="accordion-item"] {
        margin-bottom: 0; }
      .top-crypto-currencies-wrapper.item {
        margin-bottom: 0; } }
  .top-crypto-currencies-wrapper .crypto-currency-item {
    display: block;
    margin-bottom: -1px;
    padding: 12px 12px 12px 16px;
    border-bottom: 1px solid #0db7dd; }
    .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-image {
      max-width: 49px;
      min-width: 49px;
      max-height: 49px;
      min-height: 49px;
      float: left;
      border-radius: 50%;
      border: 1px solid #c6c6c6; }
    .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info {
      float: left;
      font-family: OpenSansRegular, sans-serif;
      margin-left: 10px;
      margin-top: 4px;
      min-width: 70%; }
      .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-head {
        display: block;
        margin: 0;
        padding: 0; }
        .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-head .crypto-currency-name {
          float: left;
          font-size: 16px;
          color: #111111;
          font-weight: normal; }
        .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-head .crypto-currency-relevance {
          float: right;
          color: #111111; }
      .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-rate {
        color: #aaa9a9;
        margin-top: 6px;
        float: left; }
      .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-change {
        margin-top: 6px;
        float: right; }
        .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-change.positive {
          color: green; }
        .top-crypto-currencies-wrapper .crypto-currency-item .crypto-currency-info .crypto-currency-change.negative {
          color: red; }
    .top-crypto-currencies-wrapper .crypto-currency-item:last-child {
      border-bottom: none; }

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