/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.header__currencies {
  position: relative; }
  .header__currencies .current {
    cursor: pointer; }
    .header__currencies .current:after {
      padding-left: 5px;
      content: "\f107";
      font-family: "fontAwesome"; }

@media (min-width: 992px) {
  .header__currencies {
    float: right;
    padding: 0 10px;
    text-transform: uppercase; }
    .header__currencies .drop-menu {
      left: auto;
      right: 0; }
      .header__currencies .drop-menu li {
        margin: 0; } }
@media (max-width: 991px) {
  .header__currencies {
    display: inline-block;
    vertical-align: top;
    float: none;
    position: relative; }
    .header__currencies .current {
      background: #76c4e5;
      color: #ffffff;
      display: block;
      cursor: pointer;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 40px;
      border-radius: 2px; }
      .header__currencies .current:after {
        bottom: 2px;
        border: 1px solid;
        content: '';
        left: 2px;
        position: absolute;
        right: 2px;
        top: 2px; } }

/*# sourceMappingURL=blockcurrencies.css.map */
