@charset "UTF-8";
#currencies-block-top {
  float: right;
  position: relative;
  padding-top: 5px; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: bold;
    padding: 0px 15px 0px 9px;
    color: #777777;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #f02727; }
      #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
        color: #fff; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 22px;
      padding-left: 9px;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    #currencies-block-top div.current.active:after {
      content: ""; }
    @media (max-width: 767px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    background: #7d7d7d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
    background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%);
    z-index: 2; }
    @media (max-width: 767px) {
      #currencies-block-top ul {
        width: 120px;
        margin-left: -80px; } }
    #currencies-block-top ul:before {
      content: "";
      font-family: "FontAwesome";
      height: 10px;
      top: -12px;
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center; }
    #currencies-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px;
      border-top: 1px solid #4a4a4a;
      text-align: center;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      @media (max-width: 767px) {
        #currencies-block-top ul li {
          line-height: 28px; } }
      #currencies-block-top ul li:first-child {
        border: none; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #878686; }
