/* Shared footer appearance, used on home and service pages. */
.t3-footer {
  color: #263238;
  background: #cfd8dc;
}
.t3-footer .t3-copyright {
  font-size: 100%;
  padding: 25px 0 20px;
  color: #607d8b;
}
@media screen and (max-width: 767px) {
  .t3-footer .t3-copyright {
    padding: 0;
  }
}
.t3-footer .t3-copyright .social-icons {
  margin-bottom: 0;
  text-align: center;
  margin-left: 0;
}
.t3-footer .t3-copyright .social-icons a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.t3-footer .t3-copyright .social-icons a:hover {
  cursor: pointer;
  text-decoration: none;
}
.t3-footer .t3-copyright .social-icons a .fa {
  line-height: 40px;
  font-size: 150%;
  color: #ffffff;
}
.t3-footer .t3-copyright .social-icons li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t3-footer .t3-copyright .social-icons li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.t3-footer .t3-copyright .social-icons li:nth-child(1) a {
  background-color: #3b5998;
}
.t3-footer .t3-copyright .social-icons li:nth-child(2) a {
  background-color: #55acee;
}
.t3-footer .t3-copyright .social-icons li:nth-child(3) a {
  background-color: #0077b5;
}
.t3-footer .t3-copyright .social-icons li:nth-child(4) a {
  background-color: #0088cc;
}
.t3-footer .t3-copyright .social-icons li:nth-child(5) a {
  background-color: #ed812b;
}
.t3-footer .t3-copyright .social-icons li:nth-child(6) a {
  background-color: #45668e;
}
.t3-footer .t3-copyright .email {
  margin-top: 5px;
}
.t3-footer .t3-copyright .email .fa {
  margin-right: 5px;
}
.t3-footer .t3-copyright .email a {
  color: #607d8b;
  border-bottom: 1px solid #b0bec5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-footer .t3-copyright .email a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-footer .t3-copyright .email a:hover {
  color: #ff5722;
  text-decoration: none;
}
.t3-footer .t3-copyright .email,
.t3-footer .t3-copyright .date {
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t3-footer .t3-copyright .email,
  .t3-footer .t3-copyright .date {
    margin: 20px 0;
  }
}
.t3-footer .t3-copyright .seo_links {
  font-size: 90%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .t3-footer .t3-copyright .seo_links {
    top: 15px;
  }
}
.t3-footer .t3-copyright .seo_links a {
  color: #607d8b;
  border-bottom: 1px solid #b0bec5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-footer .t3-copyright .seo_links a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-footer .t3-copyright .seo_links a:hover {
  color: #ff5722;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .t3-footer .t3-copyright .seo_links_mrgn {
    margin-top: 10px;
  }
}
.t3-footer .t3-copyright .agreement {
  font-size: 85%;
  position: relative;
  top: 10px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .t3-footer .t3-copyright .agreement {
    top: -10px;
    left: 65px;
  }
}
.t3-footer .t3-copyright .agreement a {
  color: #607d8b;
  border-bottom: 1px solid #b0bec5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-footer .t3-copyright .agreement a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-footer .t3-copyright .agreement a:hover {
  color: #ff5722;
  text-decoration: none;
}
.t3-footer .t3-copyright .trademark {
  top: -1.0em;
  font-size: 55%;
}
