.mn-footer-wrap {
	background: #333;	
  padding: 100px 0 50px;
}

.mn-footer {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.mn-footer-text {
  margin-bottom: 50px;  
} 

.mn-footer-text h2,
.mn-footer-text p {
  color: #fff;
}

.mn-footer-icon {
  margin: 40px 0;
  display: inline-block;
  width: 33%;
  color: #fff;
  font-weight: bold;
  transition: all .1s ease-in-out;
}

@media (max-width: 960px) {
  .mn-footer-icon {
    display: block;
    margin: 80px auto;
  }
}

.mn-footer-icon:not(:hover) {
  transform: scale(0.9);
}

.mn-footer-contact-info-wrap {
  display: none;
}

.mn-footer-contact-info {
  background: #fff;
  display: inline-block;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.mn-footer-contact-info pre {
  font: inherit;
}

.mn-footer-logo {
  margin-bottom: 1.6em;
}

.mfp-content {  
  text-align: center;
}

