/*--navigation--*/
.primary-nav {
	width:100%;
     margin:10px 0 0px 0;
     font-family:Arial, Helvetica, sans-serif;
}
.wrapper-dropdown.active .dropdown{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
	width:95px;
	z-index: 1;
	background: #70389C;
}
.wrapper-dropdown{
    /* Size & position */
 	float: left;
	width:45px;
	height:25px;
	position: relative;
	margin-left:5px;
	padding:5px 0 0 5px;
    /* Styles */
   background: url(../images/gradient_light-1.png) 0 0 repeat-x;
	font: bold 0.9em "Arial";
	color: #4F4F4F;
    border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown .opencart{
	width: 7px;
	height: 5px;
	display: block;
	background: url(../images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right:4px;
	top: 11px;
}
.wrapper-dropdown .dropdown{
    /* Size & position */
    position: absolute;
    top:28px;
    right:0px;
    /* Styles */
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
}
.wrapper-dropdown .dropdown li{
	padding:10px 0;
}
.wrapper-dropdown .dropdown li a{
    font-size:13px;
    color:#FFF;
	font-weight: bold;
	padding:10px 12px;
    border-bottom: 1px solid #7D60AA;
    text-align:center;
}
.wrapper-dropdown .dropdown li a span.lang{
	  font-size:13px;
      color:#FFF;
	 font-weight: bold;
	 padding:0px 0px;
}
.wrapper-dropdown .dropdown li a span.lang:hover{
	 color:#DD0F0E;
}
.wrapper-dropdown .dropdown li a span img{
	padding-right:5px;
	margin-bottom:-8px;
}
.wrapper-dropdown .dropdown li a span{
	padding-right:5px;
}
.wrapper-dropdown .dropdown li:last-of-type a{
    border: none;
}
.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
    color:#DD0F0E;
}
/* Active state */
.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: none;
}
.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    width:95px;
    z-index:1;
    background:#70389C;
}
.wrapper-dropdown.active .languges{
	border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    width:108px;
    z-index:11;
    background:#70389C;
}
.primary-nav span{
	padding:0px 0px;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	background:url(../images/nav-icon.png) no-repeat 0;
	float:right;
	text-align:right;
	width:100%;
}
.toggleMenu {
    display: none;
 	padding: 10px 15px;
    color:#fff;
	width:89%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70389c',endColorstr='#602d8d');
	background: -webkit-gradient(linear,left top,left bottom,from(#70389C),to(#602D8D));
	background: -moz-linear-gradient(top,#70389C,#602D8D);
	background: -o-linear-gradient(top,#70389C,#602D8D);
	background: -ms-linear-gradient(top,#70389C,#602D8D);
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#70389C;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float:left;
    border-top: 1px solid #602D8D;
    
}
.nav > li > .parent {
    background: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right;
    text-transform: uppercase;
	font-family: 'Monda', sans-serif;
}
.nav > li > a {
    display: block;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
.nav > li > a:hover{
	background:#444;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #444;
    position: relative;
    z-index:100;
    border-top: 1px solid #70389C;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
.nav li li a:hover{
	background:#602D8D;
}
.nav li li li a {
  	background:#521B7C;
    z-index:200;
     border-top: 1px solid #602D8D;
}
@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url(../images/downArrow.png);
       	background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
 }