#t3-mainbody {
  color: #605a58;
  padding: 20px 0px;
}
.t3-wrapper {
  margin: 20px;
}
#t3-header {
  padding: 0px;
  position: relative;
  height: 90px;
}
.top-strip {
  display: flex;
  align-items: center;
}
.top-strip .top-strip-item {
  flex-grow: 1;
}
.top-strip .left-menu .nav li {
  float: right;
}
.top-strip .center-menu {
  flex-grow: 0;
}
.footer {
  padding: 30px 0;
}

#t3-content {
  padding: 0px;
}
#t3-content .contact h3,
#t3-content .contact legend {
  display: none;
}
#t3-content .contact-address {
  float: left;
  width: 25%;
}
#t3-content .contact-address.dl-horizontal dt {
  display: none;
}
#t3-content .contact-address.dl-horizontal dd {
  margin-left: 0px;
}
#t3-content #contact-form {
  float: left;
  width: 75%;
}
#t3-content #contact-form .btn {
  background-color: #808080;
}
.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active a:hover,
.navbar-default .navbar-nav > .active a:focus {
  color: #000 !important;
  background-color: transparent !important;
}
.contact {
  text-align: center;
}
.contact .contact-address.dl-horizontal {
  width: 100% !important;
}
#t3-content #contact-form {
  float: none;
  margin: auto;
}
.blog .item img {
  margin: auto;
}
.panel-default {
  background-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
}
.blog-grid-image-cont {
  position: relative;
  overflow: hidden;
}
.blog-grid-image-cont .cta {
  text-align: center;
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  top: 0;
  margin: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-grid-image-cont .cta.outed {
  top: -150%;
}
.blog-grid-image-cont .cta .cta-text {
  font-size: 80%;
  width: 100%;
}
.blog-grid-image-cont .cta .cta-text:after {
  content: '';
  width: 10%;
  border-bottom: 2px solid;
  padding-top: 10px;
  display: block;
  text-align: center;
  margin: auto;
}
#home-slick .home-image-cont {
  position: relative;
}
#home-slick .home-image-cont .quote {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20%;
}
#home-slick .home-image-cont .quote .quote-text {
  font-style: italic;
  font-size: 180%;
  text-shadow: 0 0 17px #fff;
  color: #2e1202;
}
#home-slick .home-image-cont .quote .quote-author {
  font-size: 120%;
  text-shadow: 0 0 17px #fff;
  color: #2e1202;
}
@media (max-width: 767px) {
  #t3-header {
    height: auto;
  }
  #t3-mainnav {
    position: inherit;
    margin-left: auto;
    display: inherit !important;
    margin-top: 20px;
  }
  #logo_sc {
    position: inherit;
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-left: 2%;
  }
  #logo_ph {
    position: inherit;
    margin-left: auto;
    width: 45%;
  }
  .navbar-header {
    text-align: left;
  }
  .navbar-header .navbar-toggle {
    border-color: transparent;
    float: none;
    margin: auto;
    color: #000;
    font-size: 30px;
  }
  .navbar-header .navbar-toggle:hover,
  .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  #home-slick .home-image-cont .quote .quote-text {
    font-size: 100%;
  }
  #home-slick .home-image-cont .quote .quote-author {
    font-size: 80%;
  }
}