@charset "UTF-8";



.gallery_drop {
  border: none;
  cursor: pointer;
}

.gallery_drop_down {
  position: relative;
  display: inline-block;
}


.gallery_drop_content {
  margin-top:15px;
  font-size:25px;
  display: none;
  width:140px;
  position: absolute;
  background-color: #001329bb;
  color: white;
  z-index: 1;
}

.gallery_drop_content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown_hover{
	margin-top:15px;
  color: white;	
  transition: 0.2s;
  /*border: 1px red solid;*/
}

.dropdown_hover:hover{
  color: #2D97FF;	
  transition: 0.2s;
}

.show {display: block;}