/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
@media (min-width: 769px) {
  .header__currencies {
    padding: 0 10px;
    position: relative;
    border-right: 1px solid rgba(86, 86, 86, 0.3); }
    .header__currencies .current {
      text-transform: uppercase;
      cursor: pointer; }
      .header__currencies .current:after {
        padding-left: 5px;
        content: "\f107";
        font-family: "fontAwesome";
        color: #dcc285; }
      .header__currencies .current.active {
        content: "\f106"; } }

@media (max-width: 768px) {
  .header__currencies {
    display: inline-block;
    vertical-align: top;
    float: none;
    position: relative; }
    .header__currencies .current {
      background: #222222;
      color: #ffffff;
      display: block;
      cursor: pointer;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 40px; }
      .header__currencies .current:after {
        bottom: 2px;
        border: 1px solid;
        content: '';
        left: 2px;
        position: absolute;
        right: 2px;
        top: 2px; } }
