* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'Open sans', 'sans-serif'; }

.small-border {
  margin: 25px auto;
  width: 20px;
  height: 4px;
  border-radius: 12px;
  background-color: #DDD; }

h1 {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #006382;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  cursor: default; }
  h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 4px;
    border-radius: 12px;
    background-color: #DDD; }
  h1 i {
    color: #333333;
    margin: 0 1rem;
    font-size: .4rem;
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg); }

a {
  text-decoration: none;
  padding: 0;
  margin: 0 10px;
  color: #949A9D;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover {
    color: #333333; }

p {
  margin: 0 0 1.5rem;
  padding: 0 25vw;
  line-height: 1.75; }
  p:last-child {
    margin-bottom: 0; }

.container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0; }
  .container .card {
    text-align: center; }
    .container .card img {
      height: 150px;
      display: block;
      margin: 0 auto 50px; }
    .container .card .contact div {
      margin: 5px; }
    .container .card .contact .business {
      color: #006382;
      font-weight: 700; }
    .container .card .contact .address {
      margin-bottom: 25px; }
    .container .card .contact .email, .container .card .contact .gsm {
      display: inline; }
      .container .card .contact .email a, .container .card .contact .gsm a {
        padding-bottom: 10px;
        margin: 0 5px;
        position: relative; }
        .container .card .contact .email a i, .container .card .contact .gsm a i {
          margin-right: 10px;
          color: #006382; }

@media screen and (max-width: 1200px) {
  p {
    padding: 0 50px; } }

@media screen and (max-width: 950px) {
  p {
    padding: 0 50px; } }

@media screen and (max-width: 650px) {
  h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase; }
    h1 span {
      margin-bottom: 10px; }
    h1 i {
      display: none !important; } }

@media screen and (max-width: 500px) {
  .contact .tel, .contact .gsm, .contact .fax {
    display: block !important;
    margin-bottom: 10px !important; }
  p {
    text-align: justify; } }

@media screen and (max-width: 400px) {
  .card {
    padding: 0 25px; }
  img {
    width: 100%;
    height: auto !important;
    margin-bottom: 50px; }
  p {
    padding: 0; } }

/*# sourceMappingURL=styles.css.map */