/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
.page-container {
  /* font: 1em/1em 'arial', sans-serif;
  margin: 0;
  padding: 0; */
}
.page-container .l-footer {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}
.page-container .l-footer .wrapper {
  background-color: #fff;
  height: 320px;
      border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
@media only screen and (max-width: 768px) {
  .page-container .l-footer .wrapper {
    height: auto;
    width: 100%;
  }
}
.page-container .l-footer .footer-cols > li {
  float: left;
  width: 250px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-footer .footer-cols > li {
    width: 100%;
    margin-bottom: 45px;
  }
}
.page-container .l-footer .footer-cols .social-links li {
  float: left;
}
.page-container .l-footer .footer-cols {
  padding: 25px 0 90px 20px;
  color: ##3b3838;
}
@media only screen and (max-width: 768px) {
  .page-container .l-footer .footer-cols {
    padding: 30px 20px;
  }
}
.page-container .l-footer .footer-cols a {
  color: #3b3838;
}
.page-container .l-footer .footer-cols h3 {
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: 2px solid #7e7e7d;
  color: #3b3838;
  font-size: 1.1em;
  text-transform: capitalize;
}
.page-container .l-footer .footer-cols .contact-details li {
  margin-bottom: 10px;
  font-size: .8em;
}
.page-container .l-footer .footer-cols .contact-details li:hover:before {
  background-color: #b7b7b7;
}
.page-container .l-footer .footer-cols .contact-details li:before {
  content: '';
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: #b7b7b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.page-container .l-footer .footer-cols .contact-details li.phone-numbers:before {
  background-image: url("../img/sprite.png");
  background-position: -4px -177px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .contact-details li.email-addresses:before {
  background-image: url("../img/sprite.png");
  background-position: -4px -144px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .contact-details li.work-hours:before {
  background-image: url("../img/sprite.png");
  background-position: -5px -212px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .info-links {
  list-style-type: square;
  margin-left: 20px;
  color: #626b77;
  font-size: .9em;
}
.page-container .l-footer .footer-cols .info-links li {
  margin-bottom: 15px;
  -webkit-transition: margin 300ms ease;
  -moz-transition: margin 300ms ease;
  -o-transition: margin 500ms ease;
  transition: margin 300ms ease;
}
.page-container .l-footer .footer-cols .info-links li:hover {
  margin-left: 8px;
}
.page-container .l-footer .footer-cols .social-links li {
  width: 39.5px;
  height: 39.5px;
  margin-right: 2px;
  background-color: #bababa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.page-container .l-footer .footer-cols .social-links li:hover {
  background-color: #87909c;
}
.page-container .l-footer .footer-cols .social-links li.facebook-icon {
  background-image: url("../img/sprite.png");
  background-position: -3px -250px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .social-links li.twitter-icon {
  background-image: url("../img/sprite.png");
  background-position: -3px -290px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .social-links li.pintrest-icon {
  background-image: url("../img/sprite.png");
  background-position: -4px -330px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .social-links li.gplus-icon {
  background-image: url("../img/sprite.png");
  background-position: -4px -370px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .social-links li.instagram-icon {
  background-image: url("../img/sprite.png");
  background-position: -6px -414px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .social-links li.youtube-icon {
  background-image: url("../img/sprite.png");
  background-position: -6px -452px;
  background-repeat: no-repeat;
}
.page-container .l-footer .footer-cols .col-about p {
  font-size: .8em;
  text-align: justify;
}
.page-container .l-footer .footer-cols .col-about p a {
  text-decoration: underline;
}
.page-container .l-footer .footer-cols .col-about .footer-logo {
  /*float: left;
  width: 100px;
  height: 70px;*/
  margin: 0 3px 3px 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.2em;

  padding: 10px;

}
}
.page-container .l-footer .footer-cols .col-about .footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 5px;
}
.page-container .l-footer .footer-cols .col-about .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  *width: 100%;
  *height: 100%;
}
.page-container .l-footer .designer-banner {
  margin: 20px 0;
  text-align: center;
}
