/* PREFOOTER */
#prefooter {
  width: 100%;
  height: auto;
  padding: 25px 15% 0 15%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background-color: #ffffff;
}
#prefooter h2 {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;
    font-size: 55px;
    color: #bdecee;
    text-transform: uppercase;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
/*  */

footer {
  background: #9ae3e6!important;
  background-color: #9ae3e6!important;
  position: relative;
  overflow: hidden;
}
.page-footer .footer-copyright {
  background: none!important;
  background-color: none!important;
}

footer .footerIce {
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
  line-height: 0;
  margin: -30px 0 0 0;
}
footer .footerIce img.creamImg {
    max-width: 100%;
    height: auto;
    position: relative;
}

footer .footerContent {
  width: 100%;
  padding: 0 13% 0 13%;
  position: relative;
  text-align: left;
}
footer .footerContent .row,
footer .footerContent .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

footer .footerContent h2 {
  font-size: 16px;
  font-family: 'Epilogue';
  font-weight: 600;
  font-style: normal;
  color: #fbfbfb;
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}

footer .footerContent a.page,
footer .footerContent h3 {
  font-size: 16px;
  font-family: 'Epilogue';
  font-weight: 300;
  font-style: normal;
  color: #5d9ea1;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent a.page:hover,
footer .footerContent a.page:focus,
footer .footerContent a.page:active {
  color: #ffffff;
}

footer .footerContent ul {
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li a {
  font-size: 15px;
  font-family: 'Epilogue';
  font-weight: 300;
  font-style: normal;
  color: #5d9ea1;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li a:hover,
footer .footerContent ul li a:focus,
footer .footerContent ul li a:active {
  color: #ffffff;
}

footer .footerContent a.contactWhite {
  font-size: 15px;
  font-family: 'Epilogue';
  font-weight: 300;
  font-style: normal;
  color: #5d9ea1;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent a.contactWhite:hover,
footer .footerContent a.contactWhite:focus,
footer .footerContent a.contactWhite:active {
  color: #ffffff;
}
footer .footerContent p {
  font-size: 15px;
  font-family: 'Epilogue';
  font-weight: 300;
  font-style: normal;
  color: #5d9ea1;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent p span {
  font-weight: 600;
}
footer .footerContent p a {
    color: #5d9ea1;
    font-weight: 600;
}
footer .footerContent p a:hover,
footer .footerContent p a:focus,
footer .footerContent p a:active {
    color: #ffffff;
}

footer .footerContent ul {
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul.iconList li {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-align: center;
  display: inline-block;
}

footer .footerContent ul li img {
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
}

footer .footerContent ul li a:hover img,
footer .footerContent ul li a:focus img,
footer .footerContent ul li a:active img {
    transform: scale(1.5);
}

footer img.logoFooter {
  max-width: 195px;
  height: auto;
}

footer .footerContent p.woorx {
  font-size: 20px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #5d9ea1;
}
footer .footerContent p.woorx a {
  position: relative;
  color: #ffffff;
}
footer .footerContent p.woorx a:hover,
footer .footerContent p.woorx a:focus,
footer .footerContent p.woorx a:active {
  color:  #5d9ea1;
}
footer .footerContent p.woorx a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  transition: all .3s ease;
}
footer .footerContent p.woorx a:hover::after,
footer .footerContent p.woorx a:focus::after,
footer .footerContent p.woorx a:active::after {
  width: 0;
  background: #5d9ea1;
  background-color: #5d9ea1;
}

footer .logoContainer {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
}
