/* color schemes */
#currencies-block-top {
  position: relative;
  float: left;
  padding: 0 15px;
  border-right-style: solid;
  border-right-width: 1px;
  /* start mobile*/
  /* end mobile*/ }
  #currencies-block-top label {
    color: inherit;
    padding: 0;
    cursor: pointer;
    white-space: nowrap; }

#currencies-block-top .current {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap; }

#currencies-block-top .current i {
  font-size: 12px;
  padding-left: 5px;
  line-height: 12px; }

#first-currencies {
  position: absolute;
  top: 100%;
  left: 15px;
  white-space: nowrap;
  margin-top: 8px;
  z-index: 2;
  padding: 10px 12px;
  /* start mobile*/
  visibility: hidden;
  transition: visibility 0s linear .35s, background .35s linear;
  /* end mobile*/ }

#currencies-block-top .trinagle_down {
  display: block;
  left: 0;
  right: 0;
  height: 21px;
  top: 100%;
  position: absolute;
  overflow: hidden; }

#currencies-block-top .trinagle_down:before {
  content: '';
  display: block;
  width: 130%;
  height: 100%;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  position: relative;
  left: -9px;
  top: -11px; }

#first-currencies li {
  line-height: 28px;
  font-size: 12px;
  position: relative;
  /* start mobile*/
  opacity: 0;
  transform: scale(1.1) translateY(-24px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out; }

#first-currencies .selected {
  display: none; }

#first-currencies li a,
#first-currencies li > span {
  display: block; }

.iso_curr {
  text-transform: uppercase; }

@media screen and (min-width: 1025px) {
  #currencies-block-top {
    width: 11%; } }
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #currencies-block-top {
    width: 13%; } }
/* start mobile*/
@media (max-width: 1024px) {
  #currencies-block-top {
    line-height: 1.4;
    top: 55px;
    position: absolute;
    left: 70px;
    border: none; }
    #currencies-block-top .cur-label {
      display: none; }
    #currencies-block-top #first-currencies {
      margin-top: 0; }

  #first-currencies li a,
  #first-currencies li > span {
    line-height: inherit; }

  span.iso_curr {
    line-height: inherit; } }
#state-curr:checked ~ #first-currencies {
  visibility: visible;
  transition-delay: 0s;
  background: #ff5540; }
  #state-curr:checked ~ #first-currencies .trinagle_down:before {
    background: #ff5540; }
  #state-curr:checked ~ #first-currencies li {
    opacity: 1;
    pointer-events: auto;
    transform: none; }

#state-curr:target ~ #first-currencies {
  visibility: visible;
  transition-delay: 0s;
  background: #ff5540; }
  #state-curr:target ~ #first-currencies .trinagle_down:before {
    background: #ff5540; }
  #state-curr:target ~ #first-currencies li {
    opacity: 1;
    pointer-events: auto;
    transform: none; }

/* end mobile*/

/*# sourceMappingURL=blockcurrencies.css.map */
