/*Top Bar v3 (currency, language, account etc.)
------------------------------------*/
.topbar-v3 {
	z-index: 99;
	position: relative;
	background: #fdfdfd;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

@media (max-width: 768px) {
  .topbar-v3 .left-topbar {
      text-align: center;
      float: none !important;
  }
}

/*Left Top Bar*/
.topbar-v3 ul.left-topbar {
	padding-left: 0;
	margin-bottom: 1px;
	margin: 8px 0px;
}

.topbar-v3 ul.left-topbar > li {
	display: inline;
	list-style: none;
	position: relative;
	margin-right: 15px;
	padding-bottom: 15px;
}

.topbar-v3 ul.left-topbar > li > a {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
}

.topbar-v3 ul.left-topbar > li > a:hover {
	cursor: pointer;
}

.topbar-v3 .left-topbar li a:hover {
	text-decoration: none;
	color: #72c02c;
}

.topbar-v3 .left-topbar li i {
	color: #777;
	font-size: 13px;
}

.topbar-v3 .left-topbar li a:hover i {
	color: #72c02c;
}

/*Currency & Language*/
.topbar-v3 ul.currency,
.topbar-v3 ul.language {
	top: 27px;
	left: -5px;
  z-index: 1;
	display: none;
	padding: 4px 0;
	padding-left: 0;
	list-style: none;
	min-width: 150px;
	position: absolute;
	background: #2a2a2a;
	text-align:left;
}

@media (max-width: 768px) {
    .topbar-v3 ul.currency,
    .topbar-v3 ul.language {
        top: 20px;
		
    }
}

.topbar-v3 li:hover ul.currency,
.topbar-v3 li:hover ul.language {
	display: block;
}

.topbar-v3 ul.currency:after,
.topbar-v3 ul.language:after {
	top: -4px;
	width: 0;
	height: 0;
	left: 8px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 6px solid #2a2a2a;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.topbar-v3 ul.currency li a,
.topbar-v3 ul.language li a {
	color: #d1d1d1;
	display: block;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
	text-align:left;
}

.topbar-v3 ul.currency li.active a i,
.topbar-v3 ul.language li.active a i {
	color: #d1d1d1;
	float: right;
	margin-top: 2px;
}

.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.language li a:hover,
.topbar-v3 ul.currency li.active a,
.topbar-v3 ul.language li.active a {
	background: #333;
}

.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.language li a:hover {
	text-decoration: none;
}


/*---right*/



@media (max-width: 768px) {
  .topbar-v3 .right-topbar {
      text-align: center;
      float: none !important;
	  
  }	

  
}


.topbar-v3 ul.right-topbar {
	padding-left: 0;
	margin-bottom: 1px;
	margin: 8px 0px;
	float:right;
}

.topbar-v3 ul.right-topbar > li {
	display: inline;
	list-style: none;
	position: relative;
	margin-right: 1px;
	padding-bottom: 15px;	
}

.topbar-v3 ul.right-topbar > li > a {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	
}

.topbar-v3 ul.right-topbar > li > a:hover {
	cursor: pointer;
}

.topbar-v3 .right-topbar li a:hover {
	text-decoration: none;
	color: #72c02c;
}

.topbar-v3 .right-topbar li i {
	color: #777;
	font-size: 13px;
}

.topbar-v3 .right-topbar li a:hover i {
	color: #72c02c;
}


.topbar-v3 ul.profile {
	top: 27px;
	right: -5px;
  z-index: 1;
	display: none;
	padding: 4px 0;
	padding-left: 0;
	list-style: none;
	min-width: 180px;
	position: absolute;
	background: #F0F0F0;
	text-align:right;
}

@media (max-width: 768px) {
    .topbar-v3 ul.profile {
        top: 20px;		
    }

	.topbar-v3 ul.profile {
	
	left: -5px;
 
}

	.topbar-v3 ul.profile:after {
	
	left: 5px;
	
}


}

.topbar-v3 li:hover ul.profile {
	display: block;
}

.topbar-v3 ul.profile:after {
	top: -4px;
	width: 0;
	height: 0;
	right: 8px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 6px solid #F0F0F0 ;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.topbar-v3 ul.profile li a{
	color: #555;
	display: block;
	font-size: 11px;
	padding: 5px 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
	text-align:left;
}

.topbar-v3 ul.profile li.active a i {
	color: #d1d1d1;
	float: right;
	margin-top: 2px;
}

.topbar-v3 ul.profile li a:hover,
.topbar-v3 ul.profile li.active a {
	background: #FAFAFA;
}

.topbar-v3 ul.profile li a:hover {
	text-decoration: none;
}