.topnav {
  overflow: hidden;
  font-family: 'Oxygen', sans-serif;
  background:url(112435nav_bg_inner.jpg) 0 0 no-repeat;
  background-size:cover;
  text-align:right;
}

.menuCont{
	max-width:1160px;
	float:right;
	margin-right:60px;
}

.topnav a {
  text-align:right;
  display: block;
  padding:10px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  float:left;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  font-family: inherit;
  margin: 0;
  background:none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #9f4006;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color:#fff;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  color: #fff;
}

.dropdown-content a:hover {
  background-color: none;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}



@media screen and (max-width: 1024px) {
.topnav {
  overflow: hidden;
  font-family: 'Oxygen', sans-serif;
  background:#7917db;
  text-align:left;
 }  
 
.menuCont{
	width:100%;
	max-width:1160px;
	float:right;
	margin-right:0px;
}

.topnav a {
  text-align:right;
  display: block;
  padding:10px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  float:left;
}
  
.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	color:#fff;
}

.topnav a.icon {
    float: right;
    display: block;
	color:#fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5700af;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color:#fff;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: #5700af;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #5700af;
  color: #fff;
}

.dropdown-content a:hover {
  background-color:none;
  color: #fff;
}


}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}