@charset "UTF-8";
#currencies-block-top {
  float: right;
  position: relative;
  border-left: 1px solid #d1d1d1; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    padding: 15px 14px 15px 15px;
    text-transform: uppercase;
    cursor: pointer; }
    #currencies-block-top div.current span {
      display: none; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      color: #848484;
      font-size: 14px;
      margin-left: 2px;
      position: relative;
      top: -1px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      background: #313131;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #313131 0%, #121212 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313131), color-stop(100%, #121212));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #313131 0%, #121212 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #313131 0%, #121212 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #313131 0%, #121212 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #313131 0%, #121212 100%);
      /* W3C */
      color: #fbde14; }
      #currencies-block-top div.current:hover:after, #currencies-block-top div.current.active:after {
        color: #fbde14; }
    #currencies-block-top div.current.active:after {
      content: ""; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 49px;
    right: 0;
    width: 157px;
    background: #121212;
    z-index: 20; }
    #currencies-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a, #currencies-block-top ul li.selected a {
        color: #fbde14; }
