/*google translate link | logo */
.goog-logo-link {
    display: none!important;
}
.goog-te-gadget {
    color: transparent!important;
}
/* google translate banner-frame */
 
.goog-te-banner-frame {
    display: none !important;
}
#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
body {
    top: 0!important;
}

/* Dropdown Button */
.dropbtn {
  background-color: #0086CB;
  color: white;
  font-size: 16px;
  border: none;
  text-align: left;
  padding: 8px 8px;
	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  width:100%;
  position: relative;
  display: inline-block;
  z-index: 999;
  background-color: #0086CB;
	
	
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  width:100%;
  display: none;
  position: absolute;
  background-color: #C6CD00;
  color:#FFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content .dropdown-warning {
  width:100%;
  background-color: #0086CB;
  color:#FFF;
  padding: 10px 12px;
  min-height: 120px;	
}

.dropdown-content .dropdown-warning img {
  float: left;
  margin:15px 8px;
  width: 55px ;
  height: 55 px;
}

.dropdown-content .dropdown-list_max {
  display: block;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  column-count: 5;
  position:relative;
}


.dropdown-content .dropdown-list_min {
  display: block;
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  column-count: 1;
  position:relative;
}



/* Links inside the dropdown */
.dropdown-content .dropdown-list_max a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content .dropdown-list a:link { text-decoration: none; }
.dropdown-content .dropdown-list a:visited { text-decoration: none; }
.dropdown-content .dropdown-list a:active { text-decoration: none; }
.dropdown-content .dropdown-list a:hover {background-color: #0086CB;color:#FFF;text-decoration: none;}


.dropdown-content .dropdown-list .mini {
font-size: 12px;	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #0086CB;}
