/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#currencies-block-top {
  float: right;
  position: relative; }
  #currencies-block-top:after {
    content: "";
    background: #fff;
    height: 15px;
    width: 1px;
    display: inline-block;
    float: right;
    margin: 5px 6px 0 5px; }
  #currencies-block-top form {
    float: left; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: normal;
    padding: 4px 0;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    cursor: pointer; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      vertical-align: -2px;
      padding-left: 2px; }
    #currencies-block-top div.current:hover {
      color: #599fa5; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 27px;
    left: -5px;
    width: 35px;
    background: #355052;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #fff;
      line-height: 35px;
      font-size: 15px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0;
        text-align: center;
        display: block;
        color: #fff; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #599fa5; }
