.zt-header-video-1 .-login-but {
	background-color: rgb(78,158,94);
}
.zt-header-video-1 .-login-but:hover {
	background-color: rgb(68,148,84);
}

.lnd-temp-wrapper-layer{
   	background-color: rgba(0, 176, 240, 0);
}

@media screen and (max-width: 768px) {
  .lnd-temp-topbar-link font {
  	color: rgba(255,255,255,0.7) !important;
  }
}



.drop-down-menu-container {
	display: inline-block;
    position: relative;
}
.drop-down-menu-container:hover {
	z-index: 10;
}
.drop-down-menu-container:hover .drop-down-menu {
	display: inline-block;
}
.drop-down-menu {
  	display: none;
	position: absolute;
    color: inherit;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    font-weight: inherit;
    top: 31px;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 7px -3px rgba(0,0,0,0.15);
    border: 1px solid rgb(230,230,230);
}
.drop-down-menu-item {
  	display: block;
	padding: 10px; 
    color: black;
}
.drop-down-menu-item:hover {
    text-decoration: none;
    color: rgb(32, 165, 89);
}