 /* 
  
#elasticfooterwrap {
  height: 470px;
  position: relative;
  z-index: 200001;
}
#elasticfooter {
  height: 470px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: height 300ms ease-out;
}
#elasticfooter .dallund-slot-footer-logo {
  margin-top: 0px;
  transition: margin 300ms ease-in-out;
}
#elasticfooter #dtb-before-footer {

}
#elasticfooter #main-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  padding-top: 140px;
  padding-bottom: 60px;
}
#elasticfooter #main-footer .container {
  height: 100%;
  position: relative;
}
#elasticfooter #main-footer .container #footer-widgets {
  position: absolute;
  padding: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#elasticfooter #main-footer .container #footer-widgets .footer-widget {
  width: auto;
  margin: 0px;
  float: none;
}



.dallundbottomed #elasticfooter {
  height: 100vh;
}

.dallundbottomed #elasticfooter .dallund-slot-footer-logo {
  margin-top: 34px;
}

*/

@media (min-width: 991px){
	.footer-widget #media_image-2 {
	position: absolute!important;
    bottom: 20px!important;
    /* right: 0; */
    left: 50%!important;
    transform: translateX(-50%)!important;
	}
}


.fgz-btn {
  z-index: 200002;
}
/* Only affect checkboxes inside this group */
.custom-checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox-group label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

/* The box */
.custom-checkbox-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  transition: all 0.3s ease;
}

/* When checked */
.custom-checkbox-group input[type="checkbox"]:checked + span::before {
  background: #0073e6;
  border-color: #0073e6;
}

/* Check mark */
.custom-checkbox-group input[type="checkbox"]:checked + span::after {
  content: "✔";
  position: absolute;
  left: 6px;
  top: 2px;
  color: #015262;
  font-size: 18px;
}

body.home #et-main-area{
  transform: translateY(0) !important;
}