html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* THEME */
.min-width, body, html, header.header-desktop, .home-fullwidth-content, .cbp-fwslider > ul > li > div > div {
  min-width: 1000px;
  max-width: 100%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .min-width, body, html, header.header-desktop, .home-fullwidth-content, .cbp-fwslider > ul > li > div > div {
      min-width: inherit !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .min-width, body, html, header.header-desktop, .home-fullwidth-content, .cbp-fwslider > ul > li > div > div {
      min-width: inherit !important; } }
  @media only screen and (min-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .min-width, body, html, header.header-desktop, .home-fullwidth-content, .cbp-fwslider > ul > li > div > div {
      min-width: 320px !important; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    .min-width, body, html, header.header-desktop, .home-fullwidth-content, .cbp-fwslider > ul > li > div > div {
      min-width: 480px !important; } }

/* LAYOUT */
body, html {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #404040; }

.wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .wrapper {
      padding-top: 50px; } }

section {
  width: 100%;
  margin-top: 140px; }
  section.section-white {
    background: #FFFFFF; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    section {
      margin-top: 10px; } }

section#home {
  margin-top: 0 !important; }

article {
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.animate {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: all 1s 0 ease-in-out;
  -moz-transition: all 1s 0 ease-in-out;
  -ms-transition: all 1s 0 ease-in-out;
  -o-transition: all 1s 0 ease-in-out;
  transition: all 1s 0 ease-in-out; }

.animate-on {
  opacity: 1;
  top: 0; }

header.header-desktop {
  width: 100%;
  z-index: 100;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    header.header-desktop {
      display: none; } }

.header-top {
  position: relative;
  width: 100%;
  height: 24px;
  background: #f49102;
  vertical-align: middle;
  z-index: 103;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .header-top .live-ticker {
    float: left;
    height: 100%;
    padding: 2px 15px 0 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .header-top .live-ticker strong {
      font-weight: 700;
      color: #FFFFFF; }
    .header-top .live-ticker span.highlight {
      color: #FFFFFF; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .header-top .live-ticker {
        font-size: 10px;
        border: 0; } }
  .header-top .live-ticker-highlight {
    padding-top: 0px !important;
    background-color: #F6A734; }
  @media only screen and (max-width: 1350px) {
    .header-top .cumulated-volume {
      display: none !important; } }
  .header-top .user-login {
    float: right;
    height: 100%;
    font-size: 11px;
    color: #FFFFFF;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .header-top .user-login strong {
      font-weight: 700;
      text-transform: uppercase; }
    .header-top .user-login > div {
      float: left;
      height: 100%;
      padding: 2px 15px 0 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .header-top .user-login .login-off:hover {
      color: #f49102;
      background: #073447; }
    .header-top .user-login .login-on {
      color: #FFFFFF;
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      font-weight: 700;
      text-transform: uppercase; }
    .header-top .user-login .language {
      color: #FFFFFF;
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      font-weight: 700;
      text-transform: uppercase; }
      .header-top .user-login .language:hover {
        color: #f49102;
        background: #073447; }
        .header-top .user-login .language:hover a {
          color: #f49102;
          background: #073447; }
    .header-top .user-login[user-login='0'] .login-on {
      display: none; }
    .header-top .user-login[user-login='1'] .login-off {
      display: none; }
  .header-top .dropdown {
    position: relative;
    height: 100%;
    font-size: 11px;
    color: #FFFFFF;
    padding: 2px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .header-top .dropdown.dropdown-left {
      float: left;
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
      .header-top .dropdown.dropdown-left ul {
        left: 0;
        text-align: center; }
    .header-top .dropdown.dropdown-right {
      float: right;
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
      .header-top .dropdown.dropdown-right ul {
        right: 0; }
    .header-top .dropdown ul {
      position: absolute;
      min-width: 100%;
      top: -1000px;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      filter: alpha(opactiy=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
      .header-top .dropdown ul li {
        background: #073447;
        color: #FFFFFF;
        padding: 3px 10px;
        margin-top: 1px;
        width: 100%;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .header-top .dropdown ul li:hover {
          background: #f49102;
          color: #FFFFFF;
          cursor: pointer; }
        .header-top .dropdown ul li img {
          position: relative;
          top: 1px; }
    .header-top .dropdown strong {
      font-weight: 800; }
    .header-top .dropdown:hover {
      cursor: pointer;
      background: #073447;
      color: #f49102; }
    .header-top .dropdown.active {
      background: #073447;
      color: #f49102; }
      .header-top .dropdown.active ul {
        top: 24px;
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }

.header-main {
  position: relative;
  height: 110px;
  background: rgba(255, 255, 255, 0);
  padding: 20px 50px;
  z-index: 1;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .header-main .header-logo {
    height: 100%;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 50px;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .header-main .header-logo svg.logo-gatecoin {
      height: calc(100% - (20px * 2));
      width: auto;
      -webkit-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out;
      -ms-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out; }
      .header-main .header-logo svg.logo-gatecoin #icon {
        fill: #f49102; }
      .header-main .header-logo svg.logo-gatecoin #text {
        fill: #073447; }
      .header-main .header-logo svg.logo-gatecoin #beta {
        fill: none; }
      .header-main .header-logo svg.logo-gatecoin.logo-beta #beta {
        fill: #f49102; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .header-main {
      padding-left: 25px;
      padding-right: 25px; }
      .header-main .header-main {
        height: 90px;
        padding: 20px 20px; }
        .header-main .header-main nav.main-menu ul {
          margin-top: 15px; }
        .header-main .header-main .header-logo {
          left: 25px;
          position: relative; }
          .header-main .header-main .header-logo svg.logo-gatecoin {
            max-width: 200px;
            float: left; }
      .header-main .header-top .dropdown.dropdown-left {
        padding: 0px 0px 0px 0px !important; }
      .header-main .header-top .live-ticker {
        font-size: 10px;
        padding: 2px 5px 0 5px; }
      .header-main .header-top .user-login .login-on {
        font-size: 8px; }
      .header-main .hide-tablet {
        display: none !important; }
      .header-main header {
        width: 100% !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-main {
      padding-left: 25px;
      padding-right: 25px; }
      .header-main .header-main {
        height: 90px;
        padding: 20px 20px; }
        .header-main .header-main nav.main-menu ul {
          margin-top: 15px; }
        .header-main .header-main .header-logo {
          left: 25px;
          position: relative; }
          .header-main .header-main .header-logo svg.logo-gatecoin {
            max-width: 200px;
            float: left; }
      .header-main .header-top .dropdown.dropdown-left {
        padding: 0px 0px 0px 0px !important; }
      .header-main .header-top .live-ticker {
        font-size: 10px;
        padding: 2px 5px 0 5px; }
      .header-main .header-top .user-login .login-on {
        font-size: 8px; }
      .header-main .hide-tablet {
        display: none !important; }
      .header-main header {
        width: 100% !important; } }

header[header-size="small"] .header-main {
  background: #FFFFFF;
  height: 70px;
  padding: 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
header[header-size="small"] .header-logo {
  top: 10px; }
  header[header-size="small"] .header-logo svg.logo-gatecoin {
    height: calc(100% - ( 10px * 2)); }

header.header-mobile {
  display: none;
  background: #f49102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100; }
  header.header-mobile .header-logo svg.logo-gatecoin {
    height: 40px;
    width: auto;
    margin: 5px 0 0 15px; }
    header.header-mobile .header-logo svg.logo-gatecoin #icon,
    header.header-mobile .header-logo svg.logo-gatecoin #text {
      fill: #FFFFFF; }
  header.header-mobile [data-icon="z"] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 30px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    header.header-mobile {
      display: block; } }

nav.main-menu {
  height: 100%; }
  nav.main-menu ul {
    float: right;
    display: table;
    height: 70px;
    position: fixed;
    right: 30px; }
    nav.main-menu ul li {
      display: table-cell;
      position: relative; }
      nav.main-menu ul li a {
        display: block;
        padding: 20px;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        font-size: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: calc(( 10px * 2));
        padding-bottom: calc(( 10px * 2));
        vertical-align: middle; }
      nav.main-menu ul li:hover {
        cursor: pointer; }
        nav.main-menu ul li:hover::after {
          content: '';
          width: 100%;
          height: 4px;
          background: #f49102;
          top: auto;
          right: auto;
          bottom: 0;
          left: 0;
          position: absolute; }
        nav.main-menu ul li:hover a {
          color: #000000; }
      nav.main-menu ul li.active {
        font-weight: 800;
        cursor: default; }
        nav.main-menu ul li.active a {
          color: #f49102 !important; }
  @media only screen and (max-width: 1630px) {
    nav.main-menu a {
      font-size: 14px !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    nav.main-menu a {
      font-size: 12px !important;
      padding: 5px 8px; }
    nav.main-menu li a {
      font-size: 14px !important;
      padding: 0 7px !important; } }

.menu-arrow-icon, .main-menu-mobile > ul > li + li::after, .main-menu-mobile > ul > li > ul li::after {
  content: 'i';
  position: absolute;
  color: #FFFFFF;
  font-family: gatecoin; }

.main-menu-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }
  .main-menu-mobile > ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background: #f49102;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .main-menu-mobile > ul .btn {
      width: 80%;
      margin: 20px 10% 5px 10%;
      text-align: center;
      background: #FFFFFF;
      color: #f49102;
      border: 0; }
      .main-menu-mobile > ul .btn + .btn {
        margin: 5px 10% 20px 10%; }
    .main-menu-mobile > ul > li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      position: relative; }
      .main-menu-mobile > ul > li + li::after {
        top: 8px;
        right: 10px;
        font-size: 20px; }
      .main-menu-mobile > ul > li a {
        display: block;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        color: #FFFFFF;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .main-menu-mobile > ul > li > ul {
        margin-bottom: 10px; }
        .main-menu-mobile > ul > li > ul li {
          position: relative; }
          .main-menu-mobile > ul > li > ul li::after {
            font-size: 16px;
            top: 2px;
            right: 12px; }
          .main-menu-mobile > ul > li > ul li a {
            display: block;
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            padding: 3px 20px;
            color: #FFFFFF;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .main-menu-mobile .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .main-menu-mobile[main-menu-mobile-active="0"] {
    z-index: -1;
    -webkit-transition: z-index 0 0.4s ease-in-out;
    -moz-transition: z-index 0 0.4s ease-in-out;
    -ms-transition: z-index 0 0.4s ease-in-out;
    -o-transition: z-index 0 0.4s ease-in-out;
    transition: z-index 0 0.4s ease-in-out; }
    .main-menu-mobile[main-menu-mobile-active="0"] ul {
      right: -240px;
      -webkit-transition: right 0.4s ease-in-out;
      -moz-transition: right 0.4s ease-in-out;
      -ms-transition: right 0.4s ease-in-out;
      -o-transition: right 0.4s ease-in-out;
      transition: right 0.4s ease-in-out; }
    .main-menu-mobile[main-menu-mobile-active="0"] .background {
      background: transparent;
      -webkit-transition: background 0.4s ease-in-out;
      -moz-transition: background 0.4s ease-in-out;
      -ms-transition: background 0.4s ease-in-out;
      -o-transition: background 0.4s ease-in-out;
      transition: background 0.4s ease-in-out; }
  .main-menu-mobile[main-menu-mobile-active="1"] {
    z-index: 104;
    -webkit-transition: z-index 0 0 ease-in-out;
    -moz-transition: z-index 0 0 ease-in-out;
    -ms-transition: z-index 0 0 ease-in-out;
    -o-transition: z-index 0 0 ease-in-out;
    transition: z-index 0 0 ease-in-out; }
    .main-menu-mobile[main-menu-mobile-active="1"] ul {
      right: 0;
      -webkit-transition: right 0.4s ease-in-out;
      -moz-transition: right 0.4s ease-in-out;
      -ms-transition: right 0.4s ease-in-out;
      -o-transition: right 0.4s ease-in-out;
      transition: right 0.4s ease-in-out; }
    .main-menu-mobile[main-menu-mobile-active="1"] .background {
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: background 0.4s ease-in-out;
      -moz-transition: background 0.4s ease-in-out;
      -ms-transition: background 0.4s ease-in-out;
      -o-transition: background 0.4s ease-in-out;
      transition: background 0.4s ease-in-out; }

.contact-social li {
  width: 7%;
  margin-right: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: rgba(7, 52, 71, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .contact-social li:before {
    width: 100%;
    color: #0b4f6c;
    font-size: 20px;
    line-height: 37px; }
  .contact-social li:hover {
    border: 1px solid #073447;
    background: #FFFFFF; }

footer {
  width: 100%;
  background: #0a4863; }
  footer .footer-links {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table; }
    footer .footer-links ul {
      display: table;
      float: left; }
      footer .footer-links ul + ul {
        padding-left: 30px; }
      footer .footer-links ul li {
        width: 100%;
        line-height: 15px;
        margin-bottom: 8px; }
        footer .footer-links ul li h2 {
          color: #FFFFFF;
          font-size: 13px;
          line-height: 15px;
          font-weight: 800; }
        footer .footer-links ul li h3 a {
          font-size: 12px;
          color: #999999;
          text-decoration: none; }
          footer .footer-links ul li h3 a:hover {
            color: #FFFFFF; }
    footer .footer-links svg.logo-gatecoin {
      width: 80%;
      margin-bottom: 15px; }
      footer .footer-links svg.logo-gatecoin #icon {
        fill: #f49102; }
      footer .footer-links svg.logo-gatecoin #text {
        fill: #FFFFFF; }
      footer .footer-links svg.logo-gatecoin #beta {
        fill: none; }
      footer .footer-links svg.logo-gatecoin.logo-beta #beta {
        fill: #FFFFFF; }
    footer .footer-links .footer-social li {
      width: 20%;
      margin-right: 10px;
      float: left;
      text-align: center;
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      border-radius: 1000px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      footer .footer-links .footer-social li:before {
        width: 100%;
        color: #0b4f6c;
        font-size: 20px;
        line-height: 37px; }
      footer .footer-links .footer-social li:hover {
        border: 1px solid #FFFFFF;
        background: #FFFFFF; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      footer .footer-links .footer-social {
        float: inherit;
        display: table;
        width: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      footer .footer-links .col-3 {
        text-align: center;
        margin-bottom: 0 !important; }
      footer .footer-links .col-9 {
        display: none !important; }
      footer .footer-links svg.logo-gatecoin {
        width: 60%; }
      footer .footer-links .footer-social {
        margin: 0 auto;
        display: block; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      footer .footer-links h4 {
        font-size: 11px; }
      footer .footer-links ul + ul {
        padding-left: 25px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      footer .footer-links h4 {
        font-size: 11px; }
      footer .footer-links ul + ul {
        padding-left: 25px; } }
  footer .footer-legal {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #073447; }
    footer .footer-legal .row {
      margin-bottom: 0; }
    footer .footer-legal p {
      font-size: 13px;
      color: #999999;
      text-align: justify;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    footer .footer-legal h4.copyright {
      color: #999999;
      font-weight: 700; }
    footer .footer-legal .footer-legal-logo {
      float: right;
      margin-left: 15px;
      width: auto;
      height: 50px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      footer .footer-legal .col-6 {
        text-align: center; }
      footer .footer-legal .footer-legal-logo {
        float: none;
        margin-top: 20px; } }

/* GRID */
.grid > .row [class^="col-"], .grid > .row .full-col, .grid > .row .half-col {
  background: transparent; }

.grid {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .grid > .row {
    width: 100%;
    margin-bottom: 30px;
    font-size: 0; }
    .grid > .row:last-child {
      margin-bottom: 0; }
    .grid > .row [class^="col-"] {
      display: inline-block;
      margin-left: 3%;
      font-size: 13px;
      vertical-align: top;
      min-height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .grid > .row [class^="col-"].col-1 {
        width: 5.58333%; }
      .grid > .row [class^="col-"].col-2 {
        width: 14.16667%; }
      .grid > .row [class^="col-"].col-3 {
        width: 22.75%; }
      .grid > .row [class^="col-"].col-4 {
        width: 31.33333%; }
      .grid > .row [class^="col-"].col-5 {
        width: 39.91667%; }
      .grid > .row [class^="col-"].col-6 {
        width: 48.5%; }
      .grid > .row [class^="col-"].col-7 {
        width: 57.08333%; }
      .grid > .row [class^="col-"].col-8 {
        width: 65.66667%; }
      .grid > .row [class^="col-"].col-9 {
        width: 74.25%; }
      .grid > .row [class^="col-"].col-10 {
        width: 82.83333%; }
      .grid > .row [class^="col-"].col-11 {
        width: 91.41667%; }
      .grid > .row [class^="col-"].col-12 {
        width: 100%; }
      .grid > .row [class^="col-"].col-nobg {
        background: none;
        border: 0;
        padding: 0; }
      .grid > .row [class^="col-"].colNoPadding {
        margin: 0px; }
    .grid > .row > div:first-child {
      margin-left: 0; }
    .grid > .row .colPadding {
      padding: 10px 20px; }
    .grid > .row .full-col, .grid > .row .half-col {
      float: left;
      width: 100%;
      min-height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .grid > .row .half-col + .full-col,
    .grid > .row .full-col + .full-col,
    .grid > .row .full-col + .half-col,
    .grid > .row .full-col + .half-col + .half-col {
      margin-top: 30px; }
    .grid > .row .half-col + .half-col {
      float: right; }
    .grid > .row .col-1 .half-col {
      width: 43%; }
    .grid > .row .col-2 .half-col {
      width: 47%; }
    .grid > .row .col-3 .half-col {
      width: 47.9%; }
    .grid > .row .col-4 .half-col {
      width: 48.5%; }
    .grid > .row .col-5 .half-col {
      width: 48.7%; }
    .grid > .row .col-6 .half-col {
      width: 49%; }
    .grid > .row .col-7 .half-col {
      width: 49.2%; }
    .grid > .row .col-8 .half-col {
      width: 49.3%; }
    .grid > .row .col-9 .half-col {
      width: 49.35%; }
    .grid > .row .col-10 .half-col {
      width: 49.45%; }
    .grid > .row .col-11 .half-col {
      width: 49.5%; }
    .grid > .row .col-12 {
      margin-left: 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .grid > .row {
    margin-bottom: 0;
    display: block; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .grid > .row > [class^="col-"] {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px; } }

.btn {
  background: white;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  border: 0;
  margin: 0 0 3px 0;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .btn:hover {
    background-color: #f2f2f2;
    color: #000000; }

.btn:hover {
  color: #FFFFFF;
  background: #f49102; }

.btn-white {
  background: rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  background: white; }
  .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #FFFFFF; }
  .btn-white:hover {
    color: #000000;
    background: #FFFFFF; }

.btn-tertiary {
  background: #f8f9fa;
  color: #000000;
  background-color: #E6EBED; }
  .btn-tertiary:hover {
    background-color: #E6EBED;
    color: #000000; }
  .btn-tertiary:hover {
    color: white;
    background: #f49102; }

.btn-getStartedTertiary {
  background: #f8f9fa;
  color: #000000;
  background-color: #E6EBED !important;
  cursor: auto; }
  .btn-getStartedTertiary:hover {
    background-color: #E6EBED;
    color: #000000; }

.btn-primary {
  background: #fd9f17;
  color: #FFFFFF; }
  .btn-primary:hover {
    background-color: #f49102;
    color: #FFFFFF; }

.btn-secondary {
  background: #0a4863;
  color: #FFFFFF; }
  .btn-secondary:hover {
    background-color: #073447;
    color: #FFFFFF; }

.btn-save {
  background: #4db930;
  color: #FFFFFF; }
  .btn-save:hover {
    background-color: #43a12a;
    color: #FFFFFF; }

.btn-edit {
  background: #63a4e7;
  color: #FFFFFF; }
  .btn-edit:hover {
    background-color: #4895e3;
    color: #FFFFFF; }

.btn-delete {
  background: #d82929;
  color: #FFFFFF; }
  .btn-delete:hover {
    background-color: #bf2323;
    color: #FFFFFF; }

.btn-disable {
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  filter: alpha(opactiy=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none; }
  .btn-disable:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000; }

.btn-large {
  font-size: 20px;
  line-height: 20px;
  padding: 15px 35px;
  font-weight: 300 !important; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .btn-large {
      font-size: 14px;
      line-height: 14px;
      padding: 7px 20px; } }

.btn-small {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 15px; }

.btn-mini {
  font-size: 10px;
  line-height: 10px;
  padding: 4px 15px; }

.btn-left {
  float: left;
  margin-right: 4px; }

.btn-right {
  float: right;
  margin-left: 4px; }

.btn-icon {
  font-family: cdb !important;
  padding: 7px 15px; }

.btn-table {
  padding: 3px 15px !important;
  margin-left: 10px; }

.btn-group {
  padding: 5px 0 0 0; }
  .btn-group .btn-set:nth-child(1) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    margin-top: -5px; }
  .btn-group .btn-set:nth-child(2) {
    margin-left: -4px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-top: -5px; }
  .btn-group.group-left {
    text-align: left; }
    .btn-group.group-left .btn {
      margin-right: 6px; }
  .btn-group.group-right {
    text-align: right; }
    .btn-group.group-right .btn {
      margin-left: 6px; }
  .btn-group.group-center {
    text-align: center; }
    .btn-group.group-center .btn {
      margin: 0 4px 15px 4px; }

.btn-getStarted {
  text-align: center;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 30px;
  cursor: auto;
  z-index: 50;
  padding: 1px 0 0; }
  .btn-getStarted:hover {
    color: black;
    background-color: #E6EBED !important; }

.btn-getStarted {
  text-align: center;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 30px;
  cursor: auto;
  z-index: 50;
  padding: 1px 0 0; }
  .btn-getStarted:hover {
    color: black;
    background-color: #E6EBED !important; }

.btn-getStartedCompleted {
  text-align: center;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 30px;
  cursor: pointer;
  z-index: 50;
  padding: 1px 0 0; }

h1 {
  display: none; }

h1.title {
  display: inherit; }

h2 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 8px; }
  h2 .label {
    font-size: 50%; }
  h2 a#hover-label:hover {
    color: #FFFFFF;
    background-color: #f49102; }

h2.subtitle {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: inherit; }

h2.footer {
  font-weight: 800; }

h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }
  h3 .label {
    font-size: 50%; }

h3.tabs {
  font-weight: 300;
  margin: 0; }

h3.pagetitle {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 8px; }

h4.pagetitle {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 0.6em; }
  h4.pagetitle span {
    font-size: 14px; }

h4 {
  font-size: 1.3em; }

h5.title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 8px;
  float: left; }

h6 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 0.6em; }
  h6 font {
    font-size: 14px; }

h6.subsubtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800; }

p {
  font-size: 15px;
  margin-bottom: 20px; }
  p strong {
    font-weight: 700; }
  p a {
    color: #f49102;
    text-decoration: none; }
    p a:hover {
      text-decoration: underline; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    p {
      font-size: 12px;
      line-height: 16px; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    p {
      font-size: 8px !important;
      line-height: 12px !important; } }

a {
  color: #073447;
  text-decoration: none; }

.list {
  padding-left: 6px;
  margin: 10px 0 20px 0;
  font-size: 15px; }
  .list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 6px; }
    .list li a {
      color: #f49102;
      text-decoration: none; }
    .list li:last-child {
      margin: 0; }
    .list li::before {
      content: 'e';
      font-family: gatecoin;
      font-size: 15px;
      color: #f49102;
      position: absolute;
      top: 1px;
      left: 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .list {
      font-size: 12px;
      line-height: 16px; }
      .list::before {
        top: 0; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    .list {
      font-size: 8px;
      line-height: 10px; } }

.list-small {
  padding-left: 6px;
  margin: 10px 0 20px 0;
  font-size: 14px; }
  .list-small li {
    padding-left: 24px;
    position: relative; }
    .list-small li a {
      color: #f49102;
      text-decoration: none; }
    .list-small li:last-child {
      margin: 0; }
    .list-small li::before {
      content: 'e';
      font-family: gatecoin;
      font-size: 15px;
      color: #f49102;
      position: absolute;
      top: 1px;
      left: 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .list-small {
      font-size: 12px;
      line-height: 16px; }
      .list-small::before {
        top: 0; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    .list-small {
      font-size: 8px;
      line-height: 10px; } }

.color-primary {
  color: #f49102; }

.color-secondary {
  color: #073447; }

.color-green {
  color: green; }

.color-red {
  color: red; }

p.subsubtitle {
  text-align: center;
  font-size: 1.6em;
  padding-top: 10px; }

.top-padding-adder {
  margin-top: 10px; }

.tabs-wrapper {
  float: left;
  width: 100%;
  font-size: 16px;
  border-bottom: 3px solid #f49102; }
  .tabs-wrapper .tabs h2 {
    margin-top: -8px;
    float: left;
    margin-bottom: 0px; }
  .tabs-wrapper .tabs li {
    float: left;
    background: rgba(7, 52, 71, 0.07);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tabs-wrapper .tabs li + li {
      margin-left: 5px; }
    .tabs-wrapper .tabs li a {
      display: block;
      padding: 9px 24px;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .tabs-wrapper .tabs li:hover {
      cursor: pointer;
      background: rgba(7, 52, 71, 0.07);
      border-top-color: #f49102; }
      .tabs-wrapper .tabs li:hover a {
        color: #f49102; }
    .tabs-wrapper .tabs li.active {
      background: #f49102;
      cursor: default; }
      .tabs-wrapper .tabs li.active a {
        color: #FFFFFF; }
  .tabs-wrapper .form-select {
    margin: 4px 0 0 20px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .tabs-wrapper.tabs-mobile-hidden {
      display: none; }
    .tabs-wrapper.tabs-mobile-full {
      width: 100%; }
      .tabs-wrapper.tabs-mobile-full ul li {
        width: 100%;
        margin-left: 0px;
        text-align: center; }
        .tabs-wrapper.tabs-mobile-full ul li a {
          padding: 5px 30px; } }
  .tabs-wrapper.tabs-small {
    font-size: 13px !important; }
    .tabs-wrapper.tabs-small a {
      padding: 8px 15px !important; }
  .tabs-wrapper.tabs-right li {
    float: right !important; }
  .tabs-wrapper.tabs-right li + li {
    margin-left: 0 !important;
    margin-right: 5px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .tabs-wrapper {
      font-size: 12px !important; }
      .tabs-wrapper.tabs-small a {
        padding: 4px 10px !important; }
      .tabs-wrapper .tabs {
        width: 100% !important;
        float: left;
        margin-top: 10px; }
      .tabs-wrapper.tabs-right li {
        float: left !important; }
        .tabs-wrapper.tabs-right li + li {
          margin-left: 5px !important;
          margin-right: 0 !important; }
      .tabs-wrapper .form-select {
        margin: 4px 0 0 0 !important; } }

#accordion {
  width: 100%;
  color: #033;
  margin: 0 auto 40px auto; }
  #accordion h3 {
    width: 100%;
    padding: 10px 20px;
    margin-top: 8px;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    color: #073447;
    background: rgba(7, 52, 71, 0.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #accordion h3:hover, #accordion h3.active {
      background: #f49102;
      color: #FFFFFF; }
    @media only screen and (min-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
      #accordion h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
      #accordion h3 {
        font-size: 15px; } }
  #accordion li:first-child h3 {
    margin-top: 0; }
  #accordion button.acc-section {
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0; }
    #accordion button.acc-section h3 {
      color: #003339;
      margin-bottom: 0px;
      width: 100%;
      font-size: 18px;
      cursor: pointer;
      background: rgba(7, 52, 71, 0.07);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-align: left; }
      #accordion button.acc-section h3:hover, #accordion button.acc-section h3.active {
        background: #f49102;
        color: #FFFFFF; }
  #accordion .acc-header-selected {
    background: #f49102;
    color: #FFFFFF; }
  #accordion .acc-content {
    margin: 10px 5px 0 5px !important; }
  #accordion .acc-content-appear {
    margin: 10px 5px 0 5px !important;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 2s ease-out;
    display: none; }
    @media only screen and (min-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
      #accordion .acc-content-appear {
        font-size: 13px;
        line-height: 16px; } }
    @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
      #accordion .acc-content-appear {
        font-size: 13px;
        line-height: 16px; } }

.table {
  width: 100%;
  border: 0; }
  .table tr {
    width: 100%;
    cursor: default; }
    .table tr + tr {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .table th, .table td {
    padding: 4px 8px; }
  .table th {
    font-size: 14px;
    font-weight: 800; }
  .table td {
    font-size: 14px; }
    .table td strong {
      font-weight: 800; }
    .table td a {
      color: #f49102;
      text-decoration: none;
      cursor: hand; }
  .table.table-border tr:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
  .table.table-border th + td, .table.table-border td + td {
    border-left: 0; }
  .table tr.table-unread td {
    font-size: 14px;
    font-weight: 900 !important; }
  .table#notification-table td:hover {
    cursor: pointer; }
  .table.table-th-dark th {
    background: #FFFFFF;
    color: #0a4863; }
  .table.table-th-dark th.alt {
    background: #0a4863;
    color: #FFFFFF; }
  .table.table-th-dark tr.toptitle th {
    font-size: 1.5em;
    text-align: center;
    background: #FFFFFF;
    color: #0a4863; }
  .table.table-th-dark tr.subtitle th {
    text-align: center;
    font-size: 1.1em;
    background: #0a4863 !important;
    color: #FFFFFF !important;
    text-transform: capitalize; }
  .table.table-th-dark tr.subtitle-alt th {
    text-align: left;
    font-size: 1.1em;
    background: #0a4863 !important;
    color: #FFFFFF !important;
    text-transform: capitalize; }
  .table.table-th-dark tr.orderbook td {
    text-align: center; }
  .table.table-th-dark th.hightlightCellForColumn, .table.table-th-dark td.hightlightCellForColumn {
    background: rgba(0, 0, 0, 0.07); }
  .table.table-th-dark tr:hover {
    background: rgba(0, 0, 0, 0.07); }
  .table.table-th-dark tr.orderbook:nth-child(even) td {
    background: rgba(0, 0, 0, 0.07); }
  .table.table-th-dark col.hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .table.table-bg-color tr {
    border-color: #ffffff;
    padding-top: 1px; }
    .table.table-bg-color tr:hover {
      background: rgba(0, 0, 0, 0.07); }
    .table.table-bg-color tr:nth-child(even) td {
      background: rgba(0, 0, 0, 0.07); }
  .table.table-bg-color .tickerDown {
    background: rgba(255, 4, 4, 0.07); }
  .table.table-bg-color .tickerUp {
    background: rgba(4, 255, 4, 0.07); }
  .table.table-bg-color .highlight {
    background: rgba(0, 0, 0, 0.09); }
  .table .success {
    background: #dff0d8; }
  .table .warning {
    background: #fcf8e3; }
  .table .danger {
    background: #f2dede; }
  .table .info {
    background: #d6dde7; }
  .table.table-hover tr:hover td {
    background: rgba(244, 145, 2, 0.1); }
  .table.table-nopadding th:first-child,
  .table.table-nopadding th:last-child,
  .table.table-nopadding td:first-child,
  .table.table-nopadding td:last-child {
    padding-left: 0;
    padding-right: 0; }
  .table.table-large td {
    padding-top: 8px;
    padding-bottom: 8px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .table th, .table td {
      font-size: 12px;
      padding: 2px 4px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .table th, .table td {
      font-size: 10px;
      padding: 2px 4px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .table th, .table td {
      font-size: 12px;
      padding: 2px 4px; } }

@media only screen and (max-width: 1666px) {
  .table-hide-column-eth {
    display: none !important; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .table-hide-column-eth {
    display: none !important; } }

@media only screen and (max-width: 1366px) {
  .table-hide-column {
    display: none !important; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .table-hide-column {
    display: none !important; } }

.table-responsive {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch; }
  .table-responsive table {
    border-collapse: collapse; }

.orderbookBidChanged {
  color: #3c763d;
  background-color: #eef6ee; }

.orderbookAskChanged {
  color: #a94442;
  background-color: #f9f1f1; }

th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

table .tablesort-sortable:after {
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #FFFFFF; }

table .tablesort-desc:after {
  border-top: 4px solid #FFFFFF;
  border-bottom: none; }

table .tablesort-asc, table .tablesort-desc {
  background-color: rgba(141, 192, 219, 0.25); }

table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {
  visibility: visible; }

/*
 * Styling for the table row shown in empty tables
 */
/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
  display: none; }

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
  display: table-row; }

.showIfLast td {
  text-align: center; }

.showIfLast td:after {
  content: "No data"; }

label {
  padding: 6px 0; }

label.background-blue {
  background-color: #F6FAFC !important; }

label[class^="col-"],
.input-icon,
.form-input {
  margin-left: 0 !important;
  margin-bottom: 5px; }

.form-input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  padding: 6px 12px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .form-input:focus {
    border-color: #f49102;
    -webkit-box-shadow: 0 0 8px 0 rgba(244, 145, 2, 0.6);
    -moz-box-shadow: 0 0 8px 0 rgba(244, 145, 2, 0.6);
    box-shadow: 0 0 8px 0 rgba(244, 145, 2, 0.6); }

.group {
  height: auto;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  background: white; }
  .group label.label-main {
    text-transform: uppercase;
    color: #000000;
    float: left;
    padding: 6px 12px; }
  .group .form-input-main {
    border: 0px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 60px;
    position: relative;
    font-size: 14px;
    padding: 6px 12px;
    outline: none;
    -webkit-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.group-footer {
  padding: 12px; }

input.blocked {
  background-color: rgba(0, 0, 0, 0.07) !important; }

.input-icon {
  position: relative; }
  .input-icon::before {
    font-family: "gatecoin";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    padding-top: 6px;
    text-align: center;
    color: gray;
    width: 40px;
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px; }
  .input-icon.input-icon-nobg::before {
    background: none; }
  .input-icon .form-input {
    padding-left: 46px; }

.form-lg label {
  font-size: 18px !important; }
.form-lg .input-icon::before {
  font-size: 24px !important; }

.form-lg .form-input,
.input-lg {
  font-size: 18px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.form-sm label {
  font-size: 12px !important; }
.form-sm .input-icon::before {
  font-size: 14px !important;
  top: -2px; }

.form-sm .form-input,
.input-sm {
  font-size: 12px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.form-input.input-success, .input-icon.input-success .form-input {
  background: white !important;
  border-color: #3c763d; }
  .form-input.input-success:focus, .input-icon.input-success .form-input:focus {
    -webkit-box-shadow: 0 0 8px 0 rgba(60, 118, 61, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(60, 118, 61, 0.5);
    box-shadow: 0 0 8px 0 rgba(60, 118, 61, 0.5); }

.form-input.input-warning, .input-icon.input-warning .form-input {
  background: #fff6e6 !important;
  border-color: orange; }
  .form-input.input-warning:focus, .input-icon.input-warning .form-input:focus {
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 165, 0, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(255, 165, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(255, 165, 0, 0.5); }

.form-input.input-error, .input-icon.input-error .form-input {
  background: #f7eae9 !important;
  border-color: #a94442; }
  .form-input.input-error:focus, .input-icon.input-error .form-input:focus {
    -webkit-box-shadow: 0 0 8px 0 rgba(169, 68, 66, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(169, 68, 66, 0.5);
    box-shadow: 0 0 8px 0 rgba(169, 68, 66, 0.5); }

.input-icon.input-success .form-input .form-input, .input-icon.input-warning .form-input .form-input, .input-icon.input-error .form-input .form-input {
  background: none;
  border-color: none; }

.form-input[disabled],
.form-input[readonly],
fieldset[disabled] .form-input {
  background-color: #eee;
  opacity: 1; }

.form-select-blue {
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding-right: 5px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0px;
  z-index: 23; }
  .form-select-blue select::-ms-expand {
    display: none; }
  .form-select-blue select {
    cursor: pointer;
    background: #073447;
    z-index: 23;
    border: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 14px 10px;
    color: rgba(255, 255, 255, 0.5);
    background: url(/public/img/arrow-blue.png) 94%/15% no-repeat #073447;
    padding-right: 15px; }

.form-select-orange {
  margin-right: -20px;
  width: 120px;
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  color: white;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-radius: 0px;
  z-index: 23; }
  .form-select-orange select::-ms-expand {
    display: none; }
  .form-select-orange select {
    cursor: pointer;
    height: 23px;
    background: #f49102;
    z-index: 23;
    border: 0;
    color: white;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 4px 20px 3px 10px;
    background: url(/public/img/arrow-white.png) 96%/15% no-repeat #f49102; }
  .form-select-orange::after {
    content: ' ';
    font-size: 15px;
    font-family: gatecoin;
    position: relative;
    top: 3px;
    z-index: 2;
    right: 25px; }

.form-select-orange-big {
  cursor: pointer;
  float: right;
  -webkit-appearance: none;
  color: white;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0px;
  z-index: 23; }
  .form-select-orange-big select::-ms-expand {
    display: none; }
  .form-select-orange-big select {
    height: 23px;
    cursor: pointer;
    background: #f49102;
    z-index: 23;
    border: 0;
    color: white;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 3px 20px 3px 10px;
    background: url(/public/img/arrow-white.png) 96%/10% no-repeat #f49102; }
  .form-select-orange-big::after {
    content: ' ';
    font-size: 15px;
    font-family: gatecoin;
    position: relative;
    top: 3px;
    z-index: 2;
    right: 25px; }

.form-select-trade {
  margin-top: 5px;
  float: left;
  padding: 0; }
  .form-select-trade select {
    background: none;
    border: 0;
    padding: 6px;
    background-color: rgba(7, 52, 71, 0.07); }

.form-select-marketOrder {
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  cursor: pointer;
  float: left;
  background-color: #E6EBED; }
  .form-select-marketOrder select {
    background: none;
    border: 0;
    padding: 6px;
    background-color: #E6EBED; }

.form-select {
  float: left;
  padding: 0; }
  .form-select select {
    background: none;
    border: 0;
    padding: 3px 10px; }

.form-select-mobile select {
  display: none !important; }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .form-select-mobile select {
    background: none;
    border: 0;
    padding: 8px 10px;
    display: inline-block !important; } }

.input-text[input-text] {
  position: relative;
  margin-left: 0 !important; }
  .input-text[input-text] .form-input {
    padding-left: 50px; }
  .input-text[input-text]::before {
    content: attr(input-text);
    display: block;
    position: absolute;
    top: 0;
    font-size: 12px;
    padding-top: 6px;
    text-align: center;
    color: gray;
    width: 40px;
    height: calc(100% - 6px);
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px; }

.input-textlong .form-input {
  padding-left: 90px !important; }

.input-textlong::before {
  width: 80px !important; }

.form-lg .input-text[input-text]::after {
  line-height: 24px; }

.form-sm .input-text[input-text]::after {
  line-height: 10px; }

.icon-between-input {
  color: #073447;
  font-size: 20px;
  padding: 0 10px;
  position: relative;
  top: -3px; }

.input-invalid {
  background-color: rgba(253, 84, 84, 0.18) !important; }

.form-lg .icon-between-input {
  top: -8px; }

.form-sm .icon-between-input {
  top: -1px; }

nav.pagination {
  text-align: center; }
  nav.pagination ul {
    display: table;
    padding-left: 0;
    margin: 20px auto; }
    nav.pagination ul li {
      display: table-cell;
      border: 1px solid #ddd;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      nav.pagination ul li + li {
        border-left: 0; }
      nav.pagination ul li a {
        display: block;
        position: relative;
        font-size: 14px;
        padding: 10px 12px;
        color: #073447;
        text-decoration: none;
        line-height: 1; }
        nav.pagination ul li a:hover {
          z-index: 2;
          color: #f49102;
          cursor: pointer;
          background: rgba(244, 145, 2, 0.1);
          border-color: #fed191; }
        nav.pagination ul li a.active {
          z-index: 2;
          color: #FFFFFF;
          cursor: default;
          background-color: #f49102;
          border-color: #d67f02; }
        nav.pagination ul li a[data-icon]:before {
          position: absolute;
          top: 0;
          left: 0;
          display: block; }
      nav.pagination ul li:first-child a {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px; }
      nav.pagination ul li:last-child a {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0; }
  nav.pagination.pagination-lg a {
    padding: 10px 16px;
    font-size: 18px; }
  nav.pagination.pagination-sm a {
    padding: 5px 10px;
    font-size: 12px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    nav.pagination a {
      font-size: 11px !important;
      padding: 3px 7px !important; } }

.pager {
  text-align: center;
  width: 100%; }
  .pager li {
    display: inline; }
    .pager li a {
      display: inline;
      font-size: 14px;
      padding: 10px 12px;
      margin-left: -1px;
      line-height: 1;
      color: #073447;
      text-decoration: none;
      border: 1px solid #ddd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .pager li a:hover {
        z-index: 2;
        color: #FFFFFF !important;
        cursor: pointer;
        background: #f49102;
        border-color: #d67f02; }
    .pager li:first-child {
      margin-right: 5px; }
    .pager li:last-child {
      margin-left: 5px; }
  .pager.pager-fullwidth li:first-child {
    float: left; }
  .pager.pager-fullwidth li:last-child {
    float: right; }

.hook {
  position: fixed;
  top: 60px;
  right: 18px;
  width: 400px;
  z-index: 50; }

.alert {
  padding: 15px;
  opacity: 1;
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 10px 0 10px 0px; }

.alert-success {
  color: #3c763d;
  background-color: #eef6ee;
  border-color: #aad4ab; }

.alert-danger {
  color: #a94442;
  background-color: #f9f1f1;
  border-color: #ebcdcc; }

.alert-info {
  color: #31708f;
  background-color: #f6fafc;
  border-color: #aad0e2; }
  .alert-info h3 {
    color: inherit; }
  .alert-info a {
    color: inherit;
    text-decoration: underline;
    cursor: hand; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label-status {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 600;
  font-size: 85%;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  float: left;
  width: 70px; }

.label-success {
  background-color: #3DBE77; }

.label-info {
  background-color: #67B1D5; }

.label-danger {
  background-color: #a94442; }

.label-pending {
  background-color: #EABD27; }

.label-gatecoin {
  background-color: #f49102; }

.label-right {
  float: right; }

.label-sm {
  color: white !important;
  height: 13px !important;
  float: right;
  font-size: 10px !important;
  padding: 2px !important;
  margin: 15px 0 0 2px; }

/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  font-size: 1em;
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: #f2f2f2; }

.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.nginx .hljs-title {
  color: black; }

.hljs-attribute {
  color: #008080; }

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rule .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.hljs-name,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.pf .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute,
.tp .hljs-variable {
  color: #800; }

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #888; }

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080; }

.hljs-label,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88f; }

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-doctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.pf .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status,
.tp .hljs-data,
.tp .hljs-io {
  font-weight: bold; }

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis,
.tp .hljs-units {
  font-style: italic; }

.nginx .hljs-built_in {
  font-weight: normal; }

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5; }

span.tooltips {
  padding-top: 3px;
  color: #f49102;
  position: relative;
  display: inline; }

span.tooltips span {
  position: absolute;
  width: 200px;
  color: #FFFFFF;
  background: #f49102;
  height: auto;
  font-size: 12px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px; }
  span.tooltips span a:hover {
    text-decoration: underline !important; }

span:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -2px;
  z-index: 999; }

.home-background {
  position: relative;
  z-index: 9;
  background: url("/public/img/banner_bg.jpg") no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  .home-background::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background-color: white 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white 0%), to(rgba(255, 255, 255, 0) 50%));
    background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white 0%', endColorStr='rgba(255, 255, 255, 0) 50%'); }
  .home-background .scroll {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 25px);
    font-size: 50px;
    text-decoration: none;
    color: #073447; }
  .home-background .content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    text-align: left;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1340px) {
      .home-background .content {
        margin: 0 50px; } }
    .home-background .content .banner {
      padding-right: 5%;
      width: 60%;
      float: left; }
      @media screen and (max-width: 768px) {
        .home-background .content .banner {
          padding: 10%;
          width: 100%; }
          .home-background .content .banner .btn-mobile {
            display: initial !important; } }
      @media screen and (max-height: 550px) {
        .home-background .content .banner {
          padding: 10%;
          width: 100%; }
          .home-background .content .banner .btn-mobile {
            display: initial !important; } }
      .home-background .content .banner .btn-mobile {
        display: none; }
      .home-background .content .banner h3 {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 20px;
        letter-spacing: -1px;
        font-weight: 300; }
        .home-background .content .banner h3 > font {
          color: #f49102; }
      .home-background .content .banner h4 {
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 300; }
      .home-background .content .banner p {
        padding: 0 10px;
        margin-bottom: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
          .home-background .content .banner p {
            font-size: 10px !important;
            line-height: 14px !important; } }
    .home-background .content .signup {
      width: 35%;
      float: right;
      background-color: rgba(244, 244, 244, 0.93);
      padding: 0;
      margin: 0 auto;
      border-radius: 4px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .home-background .content .signup {
          display: none; } }
      @media screen and (max-height: 550px) {
        .home-background .content .signup {
          display: none; } }
      .home-background .content .signup h2 {
        padding: 12px;
        color: #073447;
        font-size: 22px;
        text-align: left; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .home-background {
      top: -50px; }
      .home-background .content {
        padding: 0 40px;
        top: 80px; }
        .home-background .content .banner {
          width: 100%; }
          .home-background .content .banner .btn-mobile {
            display: initial; }
          .home-background .content .banner h3 {
            font-size: 30px !important;
            line-height: 30px !important; }
          .home-background .content .banner h4 {
            font-size: 20px !important;
            margin-bottom: 14px !important; }
          .home-background .content .banner p {
            font-size: 11px;
            line-height: 13px;
            margin-bottom: 20px !important; }
          .home-background .content .banner .scroll {
            display: none; }
        .home-background .content .signup {
          display: none; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    .home-background h3 {
      font-size: 24px !important;
      padding-bottom: 4px !important; }
    .home-background h4 {
      font-size: 16px !important;
      font-weight: 700 !important; } }
  .home-background .ticker {
    width: 100%;
    height: 70px;
    z-index: 1;
    background: #073447;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    position: absolute; }
    .home-background .ticker li {
      position: relative;
      cursor: default;
      height: 100%;
      border-left: 1px solid rgba(255, 255, 255, 0.15); }
    .home-background .ticker h3 {
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 5px;
      position: relative;
      color: #FFFFFF; }
      .home-background .ticker h3::after {
        font-family: gatecoin;
        font-size: 16px;
        margin-left: 5px; }
    .home-background .ticker p {
      font-size: 16px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.3); }
    .home-background .ticker strong {
      font-weight: 700;
      color: #FFFFFF; }
    .home-background .ticker .ticker-content1 {
      width: 100%;
      height: 100%;
      padding: 12px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      position: absolute;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: bottom 0.4s ease-in-out;
      -moz-transition: bottom 0.4s ease-in-out;
      -ms-transition: bottom 0.4s ease-in-out;
      -o-transition: bottom 0.4s ease-in-out;
      transition: bottom 0.4s ease-in-out; }
    .home-background .ticker .ticker-content2 {
      display: table;
      width: 100%;
      height: 100%;
      padding: 12px 0;
      font-size: 12px;
      border-top: 1px solid gray;
      color: rgba(255, 255, 255, 0.6);
      top: 100%;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: top 0.4s ease-in-out;
      -moz-transition: top 0.4s ease-in-out;
      -ms-transition: top 0.4s ease-in-out;
      -o-transition: top 0.4s ease-in-out;
      transition: top 0.4s ease-in-out; }
      .home-background .ticker .ticker-content2 > .small-container {
        display: table-cell;
        width: 25%;
        text-align: center;
        line-height: 14px; }
        .home-background .ticker .ticker-content2 > .small-container + .small-container {
          border-left: 1px solid rgba(255, 255, 255, 0.15); }
        .home-background .ticker .ticker-content2 > .small-container strong {
          line-height: 20px;
          font-size: 14px;
          color: #FFFFFF; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
        .home-background .ticker .ticker-content2 {
          padding: 4px 0;
          font-size: 10px;
          line-height: 10px; }
          .home-background .ticker .ticker-content2 > span {
            font-size: 9px;
            line-height: 10px; }
            .home-background .ticker .ticker-content2 > span strong {
              line-height: 12px;
              font-size: 10px; } }
    .home-background .ticker li:hover .ticker-content1 {
      bottom: 100%; }
    .home-background .ticker li:hover .ticker-content2 {
      top: 0; }
    .home-background .ticker .ticker-up h3::after {
      content: 'q';
      color: #00b300; }
    .home-background .ticker .ticker-up .ticker-content2 {
      background-color: #006100 0%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#006100 0%), to(green 20%));
      background-image: -webkit-linear-gradient(top, #006100 0%, green 20%);
      background-image: -moz-linear-gradient(top, #006100 0%, green 20%);
      background-image: -ms-linear-gradient(top, #006100 0%, green 20%);
      background-image: -o-linear-gradient(top, #006100 0%, green 20%);
      background-image: linear-gradient(top, #006100 0%, green 20%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006100 0%', endColorStr='green 20%'); }
    .home-background .ticker .ticker-down h3::after {
      content: 'r';
      color: red; }
    .home-background .ticker .ticker-down .ticker-content2 {
      background-color: #990000 0%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#990000 0%), to(red 20%));
      background-image: -webkit-linear-gradient(top, #990000 0%, red 20%);
      background-image: -moz-linear-gradient(top, #990000 0%, red 20%);
      background-image: -ms-linear-gradient(top, #990000 0%, red 20%);
      background-image: -o-linear-gradient(top, #990000 0%, red 20%);
      background-image: linear-gradient(top, #990000 0%, red 20%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#990000 0%', endColorStr='red 20%'); }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      .home-background .ticker {
        height: 40px; }
        .home-background .ticker li {
          width: 190px !important; }
          .home-background .ticker li .ticker-content1 {
            padding: 0px 8px; }
          .home-background .ticker li h3 {
            font-size: 12px !important;
            font-weight: 800 !important;
            line-height: 12px !important;
            padding-top: 5px; }
            .home-background .ticker li h3::after {
              font-size: 11px !important; }
          .home-background .ticker li p {
            font-size: 12px !important;
            line-height: 12px !important; } }

#home-features,
#home-news-trade,
#home-press {
  padding-top: 50px;
  padding-bottom: 50px; }

#home-features #anchor-features {
  position: absolute;
  top: -94px;
  left: 0;
  width: 100px;
  height: 5px;
  pointer-events: none; }
#home-features .col-6 div {
  float: left;
  position: relative;
  margin-bottom: 10px; }
  #home-features .col-6 div:first-child {
    width: 90px;
    font-size: 70px;
    color: #f49102;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #home-features .col-6 div:last-child {
    width: calc(100% - 90px); }
#home-features p {
  margin-bottom: 0; }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #home-features {
    padding: 0 0 20px 0; }
    #home-features .col-6 {
      padding: 0 20px; }
    #home-features h3 {
      font-size: 20px;
      margin-bottom: 0; }
    #home-features p {
      font-size: 12px;
      line-height: 16px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #home-features h3 {
    margin-bottom: 10px; }
  #home-features p {
    font-size: 13px;
    line-height: 16px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #home-features h3 {
    margin-bottom: 10px; }
  #home-features p {
    font-size: 13px;
    line-height: 16px; } }

.home-news {
  width: 100%; }
  .home-news li {
    width: 100%;
    display: table;
    padding: 10px 0; }
    .home-news li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .home-news li > div {
      display: table-cell;
      vertical-align: top; }
      .home-news li > div.news-date {
        width: 90px; }
        .home-news li > div.news-date > div {
          width: 70px;
          height: 70px;
          padding-top: 10px;
          border: 2px solid #f49102;
          text-align: center;
          color: #f49102;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .home-news li > div.news-date > div h5 {
            font-size: 12px;
            font-weight: 600;
            line-height: 12px; }
          .home-news li > div.news-date > div h4 {
            font-size: 24px;
            font-weight: 400;
            line-height: 22px;
            position: relative;
            top: -1px; }
      .home-news li > div.news-content h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 3px;
        color: #f49102; }
      .home-news li > div.news-content p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        margin: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .home-news li:hover {
      cursor: pointer; }
      .home-news li:hover .news-date > div {
        background: #f49102;
        color: #FFFFFF; }
      .home-news li:hover .news-content p {
        color: #f49102; }

.home-fullwidth-content {
  width: 100%;
  background: #ffffff;
  z-index: 9;
  position: relative; }
  .home-fullwidth-content.content-gray {
    background: #f7f7f7; }
  .home-fullwidth-content > div {
    max-width: 1200px;
    margin: 0 auto; }

.home-mostrade-up {
  color: green; }
  .home-mostrade-up span::before {
    content: 'y';
    position: relative;
    top: 2px;
    font-family: gatecoin; }

.home-mostrade-down {
  color: red; }
  .home-mostrade-down span::before {
    content: 'x';
    position: relative;
    top: 2px;
    font-family: gatecoin; }

.home-howitworks {
  width: 100%;
  max-width: inherit !important;
  position: relative;
  overflow: hidden;
  direction: rtl; }
  .home-howitworks > ul {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .home-howitworks > ul li {
      width: 100%;
      position: relative;
      vertical-align: middle;
      text-align: left;
      display: inline-block;
      padding: 0 65% 0 10%;
      background: white;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .home-howitworks > ul li:nth-child(even) {
        background: #f7f7f7; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
        .home-howitworks > ul li {
          padding: 0 10%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .home-howitworks > ul li {
          padding: 0 10%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .home-howitworks > ul li {
          padding: 0 10%; } }
      .home-howitworks > ul li > span {
        position: absolute;
        top: 0;
        left: 0; }
      .home-howitworks > ul li [data-icon] {
        margin-top: 75%;
        margin-bottom: 20px;
        width: 140px;
        height: 140px;
        font-size: 60px;
        line-height: 150px;
        text-align: center;
        vertical-align: middle;
        color: #f49102;
        border: 2px solid #f49102;
        display: inherit;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
          .home-howitworks > ul li [data-icon] {
            margin-top: 25%;
            margin-bottom: 10px;
            width: 120px;
            height: 120px;
            line-height: 127px; } }
        @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
          .home-howitworks > ul li [data-icon] {
            margin-top: 25%;
            float: left;
            margin-right: 20px;
            margin-bottom: 40px; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          .home-howitworks > ul li [data-icon] {
            margin-top: 50%; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
          .home-howitworks > ul li [data-icon] {
            margin-top: 30%; } }
      .home-howitworks > ul li [data-icon="C"] {
        font-size: 80px; }
      .home-howitworks > ul li h3 {
        font-size: 40px;
        margin-bottom: 15px;
        text-align: center; }
      .home-howitworks > ul li p {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        text-align: center; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
        .home-howitworks > ul li h3 {
          font-size: 30px; }
        .home-howitworks > ul li p {
          font-size: 12px !important;
          line-height: 18px !important;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
        .home-howitworks > ul li h3 {
          margin-top: 25%;
          text-align: left;
          margin-bottom: 9px; }
        .home-howitworks > ul li p {
          font-size: 12px !important;
          line-height: 16px !important;
          text-align: left; }
        .home-howitworks > ul li .btn {
          float: left;
          margin-right: 10px; } }
  .home-howitworks h6 {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      .home-howitworks h6 {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .home-howitworks h6 {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .home-howitworks h6 {
        display: none; } }
    .home-howitworks h6.fixed {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
  .home-howitworks .ipad {
    text-align: right;
    width: 55%;
    min-width: 400px;
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 1;
    cursor: default;
    backface-visibility: hidden; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      .home-howitworks .ipad {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .home-howitworks .ipad {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .home-howitworks .ipad {
        display: none; } }
    .home-howitworks .ipad img {
      width: 100%;
      display: block; }
    .home-howitworks .ipad.fixed {
      position: fixed; }
    .home-howitworks .ipad .ipad-wrapper {
      width: 66.5%;
      height: 73.2%;
      position: absolute;
      top: 7%;
      left: 9.5%;
      -moz-transform: rotate(2.6deg);
      -o-transform: rotate(2.6deg);
      -ms-transform: rotate(2.6deg);
      -webkit-transform: rotate(2.6deg);
      transform: rotate(2.6deg);
      overflow: hidden;
      backface-visibility: hidden; }
      .home-howitworks .ipad .ipad-wrapper ul {
        width: 400%;
        height: 100%;
        float: left;
        position: relative;
        left: 0;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out; }
        .home-howitworks .ipad .ipad-wrapper ul li {
          width: 25%;
          height: 100%;
          float: left; }
      .home-howitworks .ipad .ipad-wrapper.ipad-content1 ul {
        left: 0%; }
      .home-howitworks .ipad .ipad-wrapper.ipad-content2 ul {
        left: -100%; }
      .home-howitworks .ipad .ipad-wrapper.ipad-content3 ul {
        left: -200%; }
      .home-howitworks .ipad .ipad-wrapper.ipad-content4 ul {
        left: -300%; }

#home-press h3 {
  text-align: center; }
#home-press ul {
  margin: 40px auto 20px auto;
  display: table;
  text-align: center; }
#home-press li {
  display: inline; }
#home-press img {
  height: 35px;
  margin: 0 20px 20px 20px;
  filter: alpha(opactiy=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  #home-press img:hover {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #home-press img {
      margin: 0 30px 30px 30px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  h3 {
    margin-bottom: 10px; }

  p {
    font-size: 13px;
    line-height: 16px; } }
.aboutus-team .team-item img {
  width: 90%;
  height: auto;
  margin-left: 5%;
  border: 5px solid rgba(7, 52, 71, 0.3);
  margin-bottom: 15px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: grayscale(1); }
.aboutus-team .team-item img.linkedin {
  width: 25px;
  margin: 0px 0px 0px 0px;
  float: right;
  height: auto;
  margin-left: 5%;
  border: 2px solid rgba(7, 52, 71, 0.3);
  margin-bottom: 15px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.aboutus-team .team-item h3 {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: 30px; }
.aboutus-team .team-item h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  margin-left: 30px; }
.aboutus-team .team-item p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 52, 71, 0.3); }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .aboutus-team .team-item img {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 5%;
    border: 3px solid rgba(7, 52, 71, 0.3); }
  .aboutus-team .team-item h3 {
    width: 65%;
    float: left;
    text-align: left; }
  .aboutus-team .team-item h4 {
    width: 65%;
    float: left;
    text-align: left;
    margin-bottom: 8px; }
  .aboutus-team .team-item p {
    width: 65%;
    float: left;
    text-align: left;
    line-height: 15px; } }
@media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
  .aboutus-team .team-item img {
    width: 23%;
    margin-right: 2%; }
  .aboutus-team .team-item h3, .aboutus-team .team-item h4, .aboutus-team .team-item p {
    width: 75%; } }

.simply-scroll-container {
  position: relative; }

.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  overflow: hidden;
  height: 100%; }

.simply-scroll-list li img {
  border: none;
  display: block; }

.simply-scroll {
  width: 100%;
  height: 100%; }

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 100%; }

.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 290px;
  height: 100%; }

.cbp-fwslider {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 60px 0;
  height: 530px;
  max-width: inherit !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .cbp-fwslider {
      padding: 10px 0;
      height: 400px; } }
  @media only screen and (min-width: 372px) and (max-device-width: 767px) and (orientation: landscape) {
    .cbp-fwslider {
      height: 250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cbp-fwslider {
      padding-top: 20px !important;
      height: 640px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cbp-fwslider {
      padding-top: 20px !important;
      height: 640px; } }
  .cbp-fwslider > ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
    .cbp-fwslider > ul > li {
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0);
      float: left;
      display: block;
      margin: 60px 0 0 0;
      padding: 0;
      position: relative; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
        .cbp-fwslider > ul > li {
          margin: 10px 0 0 0; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .cbp-fwslider > ul > li {
          margin-top: 0 !important; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .cbp-fwslider > ul > li {
          margin-top: 0 !important; } }
      .cbp-fwslider > ul > li > div {
        max-width: 1600px !important;
        margin: 0 auto; }
        .cbp-fwslider > ul > li > div > div {
          text-align: center;
          float: right;
          z-index: 1;
          width: 40%;
          min-width: inherit !important;
          margin-right: 10%; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
            .cbp-fwslider > ul > li > div > div {
              width: 100%;
              margin-right: 0; } }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
            .cbp-fwslider > ul > li > div > div {
              width: 100% !important;
              margin-right: 0 !important; } }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
            .cbp-fwslider > ul > li > div > div {
              width: 100% !important;
              margin-right: 0 !important; } }
  .cbp-fwslider h2 {
    font-size: 37px;
    line-height: 40px;
    font-weight: 300;
    color: #f49102;
    margin-bottom: 10px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      .cbp-fwslider h2 {
        font-size: 30px;
        line-height: 36px;
        padding: 0 30px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .cbp-fwslider p {
      padding: 0 30px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cbp-fwslider p {
      padding: 0 30px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cbp-fwslider p {
      padding: 0 30px; } }
  .cbp-fwslider nav span {
    display: none !important;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    background: #f49102;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal; }
    .cbp-fwslider nav span:hover {
      background: #378fc3; }
    .cbp-fwslider nav span.cbp-fwnext {
      right: 0px; }
    .cbp-fwslider nav span.cbp-fwprev {
      left: 0px; }
  .cbp-fwslider .macbook {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 5%;
    z-index: 2; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .cbp-fwslider .macbook {
        left: 0px !important;
        top: 180px; }
        .cbp-fwslider .macbook > div {
          text-align: center; }
          .cbp-fwslider .macbook > div img {
            height: 95% !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .cbp-fwslider .macbook {
        left: 0px !important;
        top: 180px; }
        .cbp-fwslider .macbook > div {
          text-align: center; }
          .cbp-fwslider .macbook > div img {
            height: 95% !important; } }
    .cbp-fwslider .macbook > div {
      margin: 0 auto;
      position: relative;
      max-width: 1600px;
      height: 380px; }
      .cbp-fwslider .macbook > div img {
        height: 100%; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
      .cbp-fwslider .macbook {
        display: none; } }
    .cbp-fwslider .macbook .macbook-wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: left 0.4s ease-in-out;
      -moz-transition: left 0.4s ease-in-out;
      -ms-transition: left 0.4s ease-in-out;
      -o-transition: left 0.4s ease-in-out;
      transition: left 0.4s ease-in-out; }
      .cbp-fwslider .macbook .macbook-wrapper li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        filter: alpha(opactiy=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
      .cbp-fwslider .macbook .macbook-wrapper[macbook-screen="0"] .screen0 {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .cbp-fwslider .macbook .macbook-wrapper[macbook-screen="1"] .screen1 {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .cbp-fwslider .macbook .macbook-wrapper[macbook-screen="2"] .screen2 {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .cbp-fwslider .macbook .macbook-wrapper[macbook-screen="3"] .screen3 {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }

.cbp-fwdots {
  position: absolute;
  bottom: 25px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  z-index: 3; }
  .cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px 6px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .cbp-fwdots span:hover {
      background: rgba(7, 52, 71, 0.3); }
    .cbp-fwdots span.cbp-fwcurrent {
      background: #f49102; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .cbp-fwdots {
      bottom: 20px;
      width: 100%;
      right: 0; } }

.toggle {
  display: inline-block;
  margin-right: 5px; }

.toggle-modern .toggle-slide {
  border-radius: 4px; }

.toggle-modern .toggle-on,
.toggle-modern .toggle-off {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: white;
  text-align: center;
  padding: 4px 0; }

.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
  background: none; }

.toggle-modern .toggle-off,
.toggle-modern .toggle-off.active {
  background: #073447; }

.toggle-modern .toggle-on,
.toggle-modern .toggle-on.active {
  background: #f49102; }

.toggle-modern .toggle-blob {
  background: #2fb3eb;
  border-radius: 3px;
  padding: 4px 0;
  position: relative; }

.toggle-blob::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  background: rgba(0, 0, 0, 0.1);
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.toggle-modern .toggle-blob:hover {
  background: #159ad2; }

.form-lg .toggle-modern {
  height: 27px; }
  .form-lg .toggle-modern .toggle-blob::after {
    top: 13px;
    left: 9px; }

.form-sm .toggle-modern {
  height: 14px; }
  .form-sm .toggle-modern .toggle-blob::after {
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px; }

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.cd-faq:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    box-shadow: none; } }
.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #0A4863;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis; }

.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e; }

.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.cd-faq-categories li:last-child a {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }

  .cd-faq-categories a {
    font-size: 13px;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 12px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s; }

  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none; }

  .no-touch .cd-faq-categories a:hover {
    background: #555b61; }

  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em; } }
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    position: absolute;
    left: 0;
    width: 225px;
    z-index: 2; }

  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #F49102;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .cd-faq-categories .selected {
    background: #073447; }

  .cd-faq-categories .selected::before {
    opacity: 1; }

  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed; }

  .no-js .cd-faq-categories {
    position: relative; } }
.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s; }

.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%); }

.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 90%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent; } }
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 90%;
    padding-left: 240px; }

  .no-js .cd-faq-items {
    padding-left: 0; } }
.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s; }

.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e; }

.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-close-panel.move-left {
  right: 2%; }

@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none; } }
.cd-faq-group {
  /* hide group not selected */
  display: none; }

.cd-faq-group.selected {
  display: block; }

.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0; }

.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none; }

.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #F49102; }

.no-js .cd-faq-group {
  display: block; }

@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block; }

  .cd-faq-group > li {
    background: rgba(7, 52, 71, 0.07);
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }

  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }

  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em; }

  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0; } }
.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    color: #435D7D;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 20px 72px 20px 24px; }

  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #F49102;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    content: ''; }

  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px; }

  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
.cd-faq-content p {
  font-size: 14px;
  font-size: 1.18rem;
  line-height: 1.4;
  color: #15484E; }

.cd-faq-content h4 {
  margin: 10px 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #15484E; }

.cd-faq-content img {
  max-width: 850px; }

.cd-faq-content ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .cd-faq-content ol li {
    color: #15484E;
    counter-increment: step-counter;
    margin-bottom: 10px; }
    .cd-faq-content ol li:before {
      content: counter(step-counter);
      margin-right: 5px;
      font-size: 80%;
      background-color: #15484E;
      color: white;
      font-weight: bold;
      padding: 3px 8px;
      border-radius: 3px; }

.cd-faq-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .cd-faq-content ul li {
    color: #15484E;
    counter-increment: step-counter;
    margin-bottom: 10px; }
    .cd-faq-content ul li:before {
      content: '';
      margin-top: -5px;
      margin-right: 5px;
      font-size: 20%;
      background-color: #15484E;
      font-weight: bold;
      padding: 5px 5px 0px 5px; }

@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 5px; }

  .cd-faq-content p {
    line-height: 1.6; }

  .no-js .cd-faq-content {
    display: block; } }
.hidden-site-by-default {
  visibility: hidden;
  display: none; }

input.form-input {
  background-color: #FFFFFF !important; }

span.footnote {
  font-size: 0.8em;
  color: #f49102;
  margin-bottom: 5px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin: 0 0 3px 3px;
  position: absolute;
  right: 30px; }

h4 {
  margin: 10px 0;
  font-size: 1.25em;
  font-weight: 900; }

.forget {
  text-align: center; }

.neg {
  color: #a94442; }

.pos {
  color: #3c763d; }

.createAccount {
  width: 400px;
  background-color: #FFFFFF;
  z-index: 105;
  position: relative;
  float: right;
  padding: 15px;
  border: 3px solid grey; }

.createAccountEnabled {
  color: #f49102;
  background: #073447; }

.tooltip {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.tooltipDisplay {
  display: block !important;
  background: #f49102;
  color: #FFFFFF;
  display: table-cell;
  padding: 3px;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
  position: relative;
  z-index: 5; }

.form-invalid {
  background-color: #FF9E9E; }

.user-verif {
  width: 100%; }
  .user-verif > li {
    width: calc(25% - 4px);
    margin-right: 4px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .user-verif > li > div {
      padding: 0 20px 20px 20px;
      border-top: 1px solid #FFFFFF; }
    .user-verif > li .current {
      font-size: 13px;
      line-height: 18px;
      text-align: center;
      padding: 10px 0;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .user-verif > li .current span {
        display: none; }
    .user-verif > li .title {
      font-size: 17px;
      font-weight: 800;
      text-align: center;
      padding: 20px 0; }
    .user-verif > li .status {
      font-size: 14px;
      height: 45px;
      text-align: center;
      padding: 30px 0 10px 0; }
      .user-verif > li .status .digital {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 12px;
        line-height: 16px;
        font-weight: 800;
        border-top: 1px solid #FFFFFF; }
      .user-verif > li .status .fiat {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 12px;
        line-height: 16px;
        font-weight: 800; }
      .user-verif > li .status span[data-icon] {
        font-size: 50px;
        display: block !important;
        margin-top: -15px; }
    .user-verif > li .actions {
      font-size: 14px;
      min-height: 260px;
      text-align: center;
      padding: 20px 0;
      position: relative;
      z-index: 0; }
      .user-verif > li .actions h4 {
        font-weight: 800; }
      .user-verif > li .actions ul {
        font-size: 12px;
        text-align: left;
        padding: 0 5px; }
        .user-verif > li .actions ul li {
          position: relative;
          padding-left: 25px;
          margin-bottom: 10px;
          line-height: 18px; }
          .user-verif > li .actions ul li::before {
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 0; }
          .user-verif > li .actions ul li.check::before {
            font-family: "gatecoin" !important;
            content: 'W';
            color: #3c763d; }
          .user-verif > li .actions ul li.uncheck::before {
            font-family: "gatecoin" !important;
            content: 'V';
            color: #a94442; }
  .user-verif .current-style, .user-verif[level-current='1'] li.level_1, .user-verif[level-current='2'] li.level_2, .user-verif[level-current='3'] li.level_3 {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF; }
    .user-verif .current-style span, .user-verif[level-current='1'] li.level_1 span, .user-verif[level-current='2'] li.level_2 span, .user-verif[level-current='3'] li.level_3 span {
      display: inline; }
    .user-verif .current-style .status span[data-icon]::before, .user-verif[level-current='1'] li.level_1 .status span[data-icon]::before, .user-verif[level-current='2'] li.level_2 .status span[data-icon]::before, .user-verif[level-current='3'] li.level_3 .status span[data-icon]::before {
      color: #FFFFFF !important; }
  .user-verif[level-current] li .current {
    background: #FFFFFF; }
  .user-verif[level-current='1'] li:first-child .current,
  .user-verif[level-current='1'] li.level_2 .current,
  .user-verif[level-current='1'] li.level_3 .current {
    background: #FFFFFF !important; }
  .user-verif[level-current='2'] .current {
    background: none !important; }
  .user-verif[level-current='2'] li:first-child .current,
  .user-verif[level-current='2'] li.level_1 .current,
  .user-verif[level-current='2'] li.level_3 .current {
    background: #FFFFFF !important; }
  .user-verif[level-current='3'] .current {
    background: none !important; }
  .user-verif[level-current='3'] li:first-child .current,
  .user-verif[level-current='3'] li.level_1 .current,
  .user-verif[level-current='3'] li.level_2 .current {
    background: #FFFFFF !important; }
  .user-verif li[verified='0'] .title {
    background: #31708f;
    color: white; }
  .user-verif li[verified='0'] .status span[data-icon]::before {
    content: 'U';
    color: #31708f; }
  .user-verif li[verified='0'] .verif-ok {
    display: none; }
  .user-verif li[verified='0'] .verif-denied {
    display: block; }
  .user-verif li[verified='2'] .title {
    background: #3c763d;
    color: white; }
  .user-verif li[verified='2'] .status span[data-icon]::before {
    content: 'T';
    color: #3c763d; }
  .user-verif li[verified='2'] .verif-ok {
    display: block; }
  .user-verif li[verified='2'] .verif-denied {
    display: none; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .user-verif[level-current='1'] .level_1 .current, .user-verif[level-current='2'] .level_2 .current, .user-verif[level-current='3'] .level_3 .current {
      display: block; }
    .user-verif > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .user-verif > li:first-child .title, .user-verif > li:first-child .actions {
        display: none; }
      .user-verif > li .current {
        display: none; }
      .user-verif > li .actions {
        height: inherit; }
      .user-verif > li .status {
        height: inherit; } }

hr {
  border: 1px solid #f49102; }

pre.rate {
  padding: 16px;
  overflow: auto;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-size: 14px;
  word-break: normal;
  white-space: pre; }
  pre.rate tt {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0; }

.footer-hide {
  display: none; }

span.check::before {
  font-family: "gatecoin" !important;
  content: 'W';
  color: #3c763d; }

span.uncheck::before {
  font-family: "gatecoin" !important;
  content: 'V';
  color: #a94442; }

h3.sub {
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: 30px; }

.registerHide {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: height 2s linear 0.5s,opacity 0.5s linear; }

.annoucements {
  width: 100%; }
  .annoucements li {
    width: 100%;
    display: table;
    padding: 10px 0; }
    .annoucements li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .annoucements li > div {
      display: table-cell;
      vertical-align: top; }
      .annoucements li > div.news-date {
        width: 90px; }
        .annoucements li > div.news-date > div {
          width: 70px;
          height: 70px;
          padding-top: 10px;
          border: 2px solid #f49102;
          text-align: center;
          color: #f49102;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .annoucements li > div.news-date > div h5 {
            font-size: 12px;
            font-weight: 600;
            line-height: 12px; }
          .annoucements li > div.news-date > div h4 {
            font-size: 24px;
            font-weight: 400;
            line-height: 22px;
            position: relative;
            top: -1px; }
      .annoucements li > div.news-content h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 3px;
        color: #f49102; }
      .annoucements li > div.news-content a {
        color: #f49102; }
      .annoucements li > div.news-content a:hover {
        text-decoration: underline; }
      .annoucements li > div.news-content p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        margin: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .annoucements li:hover .news-date > div {
      background: #f49102;
      color: #FFFFFF; }

blockquote {
  display: block;
  font-size: 2em !important;
  margin: 40px 40px 0px 40px;
  line-height: 1.2em; }

p.author {
  padding: 0 0 40px 0;
  width: 100%;
  text-align: right; }

.block-wrapper {
  height: 440px;
  width: 100%; }
  .block-wrapper .block {
    float: left;
    width: 49%; }
    .block-wrapper .block h4 {
      padding: 10px 20px;
      margin-top: 8px;
      font-size: 18px;
      background: rgba(7, 52, 71, 0.07);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

textarea.width775 {
  width: 97.5% !important; }

.iframer {
  width: 100%;
  height: 350px; }

.password-padding-overwrite {
  width: 400px !important;
  padding: 0px !important; }

.password-strength {
  width: 95%;
  height: 14px;
  padding: 6px 12px; }
  .password-strength .block {
    width: 100px;
    height: 2px;
    margin: 6px 2px;
    float: left; }
    .password-strength .block.red {
      background-color: red; }
    .password-strength .block.orange {
      background-color: orange; }
    .password-strength .block.green {
      background-color: green !important; }
  .password-strength p.label {
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    color: black;
    float: right; }
    .password-strength p.label.red {
      color: red; }
    .password-strength p.label.orange {
      color: orange; }
    .password-strength p.label.green {
      color: green; }

@media screen and (max-height: 650px) {
  h1.title {
    display: none !important; } }
a.getStarted-link {
  text-decoration: underline;
  color: #f49102; }

/*# sourceMappingURL=public.css.map */
