/* ==========================================================================
Footer
========================================================================== */

/*Footer*/
#footer {
  background-color: #0793a2;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .inner {
  padding-top: 10px;
}

.contact th, .contact td {
  line-height: 40px;
  padding-bottom: 10px;
}
#footer th {
  padding-left: 10px;
  padding-right: 10px;
}
.contact th strong {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  width: 40px;
  border-radius: 20px;
  white-space: nowrap;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.page-contact-us .main .contact th strong {
  border: 1px solid #0793a2;
  color: #0793a2;
}
.contact h4 {
  margin: 15px;
}

.contact th strong .fa {
  font-size: 24px;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {

  #footer .inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px;
  }
  #footer table, #footer tbody {
    display: block;
  }
  #footer tr, #footer th, #footer td {
    display: inline-block;
    text-align: center;
  }
  #footer td {
    margin-right: 15px;
  }

  .contact h4 {
    /*margin-bottom: 0;*/
  }

  .contact h4 br {
    display: none;
  }
}

@media (min-width: 1280px) {
  #footer .inner {
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
  }
}
