/* SOCIAL COLORS */
@media (max-width: 768px) {
  .m-center {
    text-align: center;
  }
  .m-center-block {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
  .m-pad {
    margin-left: 25px;
    margin-right: 25px;
  }
  .bxslider.big {
    display: none;
  }
  .bx-wrapper {
    display: none;
  }
  .hidden-md .bx-wrapper {
    display: block;
  }
  .tweet {
    padding-bottom: 25px;
  }
  .m-pad-top {
    padding-top: 10px;
  }
  .breadcrumb {
    margin-left: 25px;
    margin-right: 25px;
  }
  .navbar #main-menu .first a {
    padding-left: 15px;
  }
  .navbar-collapse {
    padding-left: 35px;
  }
  .page-frontpage .btn-more {
    display: block;
  }
  .t-header {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
  .t-header .t-content {
    position: static;
    top: 28%;
    left: 0;
    width: 100%;
    background-color: black;
    background: inherit;
    padding: inherit;
    text-align: center;
  }
  .t-header h2 {
    text-align: center;
  }
  .t-header h2.first {
    text-transform: uppercase;
    text-size: larger;
  }
  .t-header h2 .fa-chevron-right {
    font-weight: normal;
    padding-right: 10px;
  }
  .m-teaser {
    min-height: 70px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
  }
  .m-teaser h3 {
    font-size: small;
    margin: 0;
  }
  .m-teaser .m-image img {
    min-height: 70px;
  }
  .m-teaser .m-text {
    padding: 5px 15px 0 0;
    min-height: 70px;
  }
  #footer {
    padding: 0;
    margin: 0;
  }
  #footer-mobile {
    padding-left: 15px;
    padding-right: 15px;
    color: #606060;
  }
  #footer-mobile .mobile-newsletter {
    background-color: #2d6eaf;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  #footer-mobile .mobile-social > li {
    padding: 0;
    float: right;
  }
  #footer-mobile .mobile-nav {
    color: #606060;
    font-size: larger;
    padding: 10px 0;
  }
  #footer-mobile .mobile-nav a,
  #footer-mobile .mobile-nav a:link,
  #footer-mobile .mobile-nav a:visited,
  #footer-mobile .mobile-nav a:hover,
  #footer-mobile .mobile-nav a:active {
    color: #606060;
    text-decoration: none;
  }
  #footer-mobile .mobile-nav li {
    padding: 0;
    margin: 0;
    color: #606060;
    text-decoration: none;
  }
  #footer-mobile .mobile-nav li + li::before {
    content: " | ";
  }
  #footer-mobile .mobile-nav .fa-angle-double-up {
    font-size: xx-large;
    color: #606060;
    text-decoration: none;
  }
  #footer-mobile .mobile-disclaimer {
    font-size: small;
    padding-left: 10px;
  }
  #footer-mobile .mobile-disclaimer h5 {
    color: #676767;
  }
  #footer-mobile .mobile-copyright {
    font-size: small;
    padding-left: 0;
    margin-left: -20px;
  }
  .page-user.overlay #footer-mobile {
    display: none !important;
  }
  .page-user.overlay .container {
    width: 360px !important;
  }
  .page-user.overlay #overlay-tabs li a,
  .page-user.overlay #overlay-tabs li a:link,
  .page-user.overlay #overlay-tabs li a:visited,
  .page-user.overlay #overlay-tabs li a:hover,
  .page-user.overlay #overlay-tabs li a:active {
    font-size: 14px;
  }
}
