/* block top currencies */
#header .row nav #currencies_block_top {
        position: relative;
        float: left;
        font-family: "pathway";
}

#header .row nav #currencies_block_top:hover #setCurrency{
    color:#eb5f60;
}
@media (max-width: 767px){
    #header .row nav #currencies_block_top{display: inline-block; float: none;}
}
@media (max-width: 479px) {
    #currencies-block-top {
      width: 25%; } }
#currencies_block_top ul#first-currencies li:hover a{
        color:#ffffff;
}
#currencies_block_top ul#first-currencies li a{
        display: inline-block;
        text-align:center;
        color: #ffffff;
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
        z-index:1089;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	display:none;
	z-index: 1000;
	list-style-type:none;
}
#setCurrency .currencies_ul_hover{
	display:block;
	z-index: 5000;
	position:absolute;
	left: 0;
	top: 38px;
	padding-top:1px;
	height:auto;
        width: 70px;
}
#currencies_block_top ul#first-currencies li:first-child{
    border-top:0;
}
