iframe.skiptranslate {position: absolute; top: -40px;}
#goog-gt-tt {display: none !important;}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  width: 82px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
.dropdown button{
    font-size: 1.7rem !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
/*  color: black;*/
/*  padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  font-size: 1.3rem;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.dropdown-content a:nth-child(even) {
  background: #dedada73;
}
.dropdown-content a img{
    width: 20px;
    float: left;
    margin-right: 5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* 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: #3e8e41;}

.arrow {
    border: solid #00000087;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 7px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dot{
    height: 20px;
    width: 20px;
    background-color: #dedada73;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .dot{
        display: none;
    }
	.dropbtn {
		width: auto;
	}
	.dropdown {
		margin-right: 0;
	}
}
