#footer-info 
{
    float: none;
    padding-bottom: 10px;
    text-align: center;
}

/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

/* IMAGE HOVER */

.dt-zoom-in.et_pb_image:hover img,
.dt-zoom-in .et_pb_image_wrap:hover img,
.dt-zoom-in a:hover img {
	transform: scale(0.9);
	transition: all 0.5s 0s ease;
}

.dt-zoom-in,
.dt-zoom-in a {
	overflow: hidden;
}

.dt-zoom-in.et_pb_image img,
.dt-zoom-in .et_pb_image_wrap img,
.dt-zoom-in a img {
	transition: all 1s 0s ease;
}


/* BURGER MENU */

@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #3add86 !important;
	}
}

.et_mobile_menu {
  border-top: 3px solid #3add86 !important;
}