/*==============================
  -- Currencies & Languages -- 
==============================*/
#currencies-block-top,
#langs_block {
  float: left;
  margin: 16px 0 0 27px;
}
#currencies-block-top:hover .lbl,
#langs_block:hover .lbl {
  color: #cccccc;
}
#currencies-block-top .lbl,
#langs_block .lbl {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: "PT Serif", sans-serif;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#currencies-block-top b,
#langs_block b {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: 400 14px/18px "Times New Roman", sans-serif;
  letter-spacing: 1px;
  margin-right: 11px;
  text-transform: uppercase;
}
#currencies-block-top .btn-group.open .dropdown-toggle,
#langs_block .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#currencies-block-top .btn-group.open .dropdown-toggle .lbl,
#langs_block .btn-group.open .dropdown-toggle .lbl {
  color: #cccccc;
}
#currencies-block-top ul.dropdown-menu,
#langs_block ul.dropdown-menu {
  padding: 0px;
  position: absolute;
  top: 21px;
  left: 53px;
  width: auto;
  background: #333;
  z-index: 1111;
  list-style: none;
  border-radius: 0px;
  border: none;
}
#currencies-block-top ul.dropdown-menu li.selected,
#currencies-block-top ul.dropdown-menu li:hover,
#langs_block ul.dropdown-menu li.selected,
#langs_block ul.dropdown-menu li:hover {
  background: #333;
}
#currencies-block-top ul.dropdown-menu li,
#langs_block ul.dropdown-menu li {
  color: white;
  line-height: 22px;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#currencies-block-top ul.dropdown-menu .current_cur,
#langs_block ul.dropdown-menu .current_cur {
  background: #d3e1e1;
}
#currencies-block-top ul.dropdown-menu .current_cur a,
#langs_block ul.dropdown-menu .current_cur a {
  color: #496161;
}

#langs_block ul.dropdown-menu {
  left: -47px;
}

#currencies-block-top ul li a,
#currencies-block-top ul li > span,
#langs_block ul li a {
  padding: 0 8px !important;
  font-family: "PT Serif", sans-serif;
  line-height: 22px;
  display: block;
  color: white;
}

#currencies-block-top ul li a:hover {
  background: #efefef;
  color: #000;
}

.trigger_down {
  display: block;
  cursor: pointer;
  border: none;
  padding: 0 0 0 0px;
  text-transform: capitalize;
  font: 400 12px/18px "Times New Roman", sans-serif;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.trigger_down:hover {
  color: #000;
}

/*==============================