/* this ain't blue :S */
.bitt-blue {
  color: #125DA4; }

.bitt-green {
  color: #47a447; }

.bitt-red {
  color: #d9534f; }

#bitt-header.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 54px;
  /* background: transparent;*/
  background: #FFF;
  /* max-width: 1440px; */
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*
  .dropdown-submenu {
    position: relative;

    >.dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -0;
      margin-left: -1px;
      border-radius: 0 0 0 0;
    }

    &:hover {
      >.dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
      }

      >a:after {
        border-left-color: #fff;
      }
    }

    >a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ccc;
      margin-top: 5px;
      margin-right: -10px;
    }

    &.pull-left {
      float: none;
      >.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 0;
      }
    }
  }
  */ }
  #bitt-header.header .content {
    transition: background .1s;
    z-index: 500;
    background-color: #FFF;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    max-width: 1440px;
    width: 100%;
    margin: 0 16px; }
  #bitt-header.header .container {
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1440px;
    height: 54px; }
  #bitt-header.header .left {
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  #bitt-header.header .logo, #bitt-header.header .logo img {
    max-width: 75px;
    width: 75px;
    position: relative;
    height: 39px; }
  #bitt-header.header .btc-rate {
    margin: 0 15px; }
  #bitt-header.header .menu {
    padding: 5px 0;
    background: #fff;
    margin-top: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #bitt-header.header .links {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #bitt-header.header .links .fa.fa-angle-down {
      margin-left: 3px; }
    #bitt-header.header .links .separator {
      border-left: 1px solid #242424;
      width: 1px;
      height: 100%;
      max-height: 24px; }
    #bitt-header.header .links .wallet {
      border: 2px solid #242424;
      border-radius: 5px !important;
      padding: 7.5px;
      margin: 7.5px; }
      #bitt-header.header .links .wallet:hover, #bitt-header.header .links .wallet.active {
        border: 2px solid #125DA4; }
    #bitt-header.header .links a {
      display: inline-block;
      font-size: 16px;
      padding: 15px;
      text-align: left;
      border-bottom: 2px solid transparent;
      color: #36424C;
      font-weight: 500;
      text-transform: capitalize; }
      #bitt-header.header .links a:hover, #bitt-header.header .links a.active {
        background-color: transparent;
        color: #125DA4; }
  #bitt-header.header .img-responsive {
    max-width: 100%;
    max-width: 100%; }
  #bitt-header.header .menu-dropdown {
    position: relative; }
    #bitt-header.header .menu-dropdown.hover .dropdown-option {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    #bitt-header.header .menu-dropdown li a {
      padding: 10px; }
  #bitt-header.header .dropdown-option {
    background-color: white;
    border: 1px solid #ddd;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: 45px;
    right: 0;
    left: auto;
    min-width: 210px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: block; }
    #bitt-header.header .dropdown-option:before {
      content: "";
      display: block;
      /* reduce the damage in FF3.0 */
      position: absolute;
      top: -7px;
      right: 50px;
      width: 0;
      border-width: 0 8px 8px;
      border-style: solid;
      border-color: white transparent;
      z-index: 1; }
    #bitt-header.header .dropdown-option:after {
      content: "" !important;
      position: absolute;
      top: -8px;
      right: 50px;
      width: 0;
      border-width: 0 8px 8px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1) transparent;
      z-index: 0; }
    #bitt-header.header .dropdown-option.currency-list {
      min-width: 110px;
      top: 28px; }
    #bitt-header.header .dropdown-option .dropdown-option {
      min-width: 210px; }
  #bitt-header.header .user-menu:hover .dropdown-option,
  #bitt-header.header .user-menu-name:hover .dropdown-option {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  #bitt-header.header .user-menu-name {
    position: absolute;
    margin-top: 10px;
    right: 0;
    height: 37px; }
  #bitt-header.header ul.dropdown-option .fa, #bitt-header.header ul.products-dropdown-option .fa {
    float: right; }
  #bitt-header.header ul.dropdown-option li a, #bitt-header.header ul.products-dropdown-option li a {
    padding: 8px 26px;
    width: 100%;
    display: block;
    color: #36424C;
    overflow: hidden;
    font-size: 13.5px;
    font-weight: 500; }
    #bitt-header.header ul.dropdown-option li a:hover, #bitt-header.header ul.products-dropdown-option li a:hover {
      color: #000;
      background-color: #f2f2f2; }
    #bitt-header.header ul.dropdown-option li a.menu-title, #bitt-header.header ul.products-dropdown-option li a.menu-title {
      float: left; }
  #bitt-header.header .last-menu-item {
    border-top: 1px solid #ddd; }
  #bitt-header.header #menu-about .dropdown-option {
    left: -135%; }
  #bitt-header.header #dropdownchart-btn {
    position: relative;
    padding: 0 5px; }
  #bitt-header.header .bitrates {
    padding: 0 15px;
    line-height: 25px; }
    #bitt-header.header .bitrates .user-menu {
      width: 100%;
      margin-top: 0px;
      position: relative;
      height: auto;
      top: 0;
      /* right: 0; */ }
    #bitt-header.header .bitrates .user-options a {
      color: #36424C; }
  #bitt-header.header .user-menu-name {
    position: relative;
    height: auto;
    margin: 0; }
    #bitt-header.header .user-menu-name .fa-user {
      color: #36424C; }

/*
#bitt-header.header-visible {
  @extend .header;
  .content {
    background: rgba(255,255,255,1);
  }
}
*/
@media (max-width: 768px) {
  #bitt-header.header {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    height: auto; }
    #bitt-header.header .content {
      height: auto; }
    #bitt-header.header .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
    #bitt-header.header .logo, #bitt-header.header .logo img {
      max-width: 75px;
      width: 75px;
      margin: 0 auto; }
    #bitt-header.header #dropdownchart-btn {
      margin-left: 15px; }
    #bitt-header.header .bitrates {
      margin-left: auto; }
    #bitt-header.header .btc-rate {
      -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      text-align: right; }
    #bitt-header.header .links {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
@media (max-width: 435px) {
  #bitt-header.header .separator {
    display: none; } }

/*# sourceMappingURL=header.css.map */
