/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";

.wpcf7-contact-page .submit-wrapper input {
  background: #6d6e71;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #ffd432;
}

.hollow-header-05 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  /*max-height: 720px;*/
  background: transparent;
  z-index: 1000;
  /*overflow: hidden;*/
}
body:not(.home) .hollow-header-05 {
  overflow: visible;
}
.hollow-header-05 .hollow-header-05_header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
.hollow-header-05_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  box-shadow: 0 2px 5px -2px #000;
}
body:not(.home) .hollow-header-05_header {
  background: rgba(55, 55, 55, 0.6);
  position: relative;
  z-index: 9000;
}
body:not(.home) .hollow-header-05_header.sticky {
  position: fixed;
  top: 0;
  background: #373737;
}
body:not(.home) .hollow-header-05_header.sticky .logo {
  display: none;
}
body:not(.home) .hollow-header-05_header .meta-wrap a,
body:not(.home) .hollow-header-05_header .meta-wrap span {
  color: #fff;
  font-weight: 400;
}
body:not(.home) .hollow-header-05 .slider-wrap {
  display: none;
}
body.home .hollow-header-05_header nav a:not(.mobile-icon),
body.page-template-header-hero .hollow-header-05 nav a {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
}
.hollow-header-05 .align-right {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-05_header .logo {
  display: block;
  position: relative;
  text-align: left;
  padding: .5rem 0;
}
.hollow-header-05_header.sticky .logo {
  padding: .2rem;
}
.hollow-header-05_header .logo img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-header-05_header.sticky .logo img {
  display: none;
  max-width: 110px;
  padding: 0;
}
.hollow-header-05_header .meta-wrap {
  display: block;
  position: relative;
  margin: .75rem 0;
  font-size: 2rem;
}
.hollow-header-05_header.sticky .meta-wrap {
  display: none;
}
.hollow-header-05 .meta-wrap a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.hollow-header-05 .meta-wrap .address {
  display: inline-block;
  position: relative;
}
.hollow-header-05 .meta-wrap .spacer {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 .5rem;
  font-size: 1rem;
  color: #FFF;
}
.hollow-header-05_header nav {
  display: block;
  position: relative;
  text-align: left;
}
.hollow-header-05.shrink .slider-wrap {
  display: none;
}
.hollow-header-05 .slider-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-header-05 .caption {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #FFF;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 3rem 4rem;
  z-index: 200;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-header-05 .caption h1 {
  display: block;
  text-align: center;
  position: relative;
  color: #FFF;
  line-height: 1;
  margin-bottom: .8rem;
  font-weight: 400;
}
.hollow-header-05 .caption h3 {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1rem;
}
.hollow-header-05 .caption a {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  background: #FFF;
  color: #ffd432;
  line-height: 1;
  padding: .5rem 1.5rem;
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  -o-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
.hollow-header-05 .caption a:hover {
  background: #ffd432;
  color: #FFF;
}
.hollow-header-05 .slide {
  position: relative;
  overflow: hidden;
}
.hollow-header-05 .scaffold::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.hollow-header-05 .scaffold {
  display: block;
  position: relative;
  height: 40rem;
}
.hollow-header-05 .slider-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%) scale(1.3);
  -ms-transform: translate(-50%,-50%) scale(1.3);
  -o-transform: translate(-50%,-50%) scale(1.3);
  transform: translate(-50%,-50%) scale(1.3);
}
.hollow-header-05 .slider-wrap img.active {
  -webkit-transition: all 15s;
  -o-transition: all 15s;
  transition: all 15s;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.hollow-header-05 nav {
  display: block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-05 nav a {
  padding: .3em .6em;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
body.home .hollow-header-05 .hollow-header-05_header.sticky nav a {
  color: #000;
}
.hollow-header-05 nav a:focus {
  color: #000;
}
.hollow-header-05 .hollow-header-05_header.sticky nav li:hover a,
.hollow-header-05 .hollow-header-05_header.sticky .dropdown-menu li a {
  color: #FFF;
}
.hollow-header-05 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-05 .menu-item.open>a, .hollow-header-05 .menu-item:hover>a, .hollow-header-05 .menu-item.active a, .hollow-header-05 .menu-item.active:hover>a {
  background: #ffd432;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-05 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18rem;
  display: none;
}
.hollow-header-05 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-05 nav .dropdown-menu a {
  background: #ffd432;
  color: #fff;
}
.hollow-header-05 .dropdown-menu>li:hover>a, .hollow-header-05 .dropdown-menu>li.active>a, .hollow-header-05 .dropdown-menu>.active>a:hover, .hollow-header-05 .dropdown-menu>.active>a:focus {
  background: #6d6e71;
  color: #fff;
}
.hollow-header-05 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-05 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-05 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}
.hollow-header-05 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-05 .hamburger:before, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #373737;
  -webkit-transition-property: -webkit-transform, top;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -ms-transition-property: -ms-transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.hollow-header-05 .hamburger:after {
  top: 60%
}
body.header-menu-open .hollow-header-05 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-05 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-05 #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.header-menu-open .hollow-header-05 #mobile>.hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* MOBILE TOOLBAR */
.hollow-header-05 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-05 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-05 .mobile-toolbar a:hover,
.hollow-header-05 .mobile-toolbar a:focus {
  color: #ffd432;
}
@media screen and (min-width: 992px) {
  .hollow-header-05 .mobile-toolbar {
    display: none;
  }
  .hollow-header-05 .menu {
    float: right;
  }
  .hollow-header-05 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-05 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-05 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  } 
}
@media only screen and (max-width: 991px) {
  .hollow-header-05 {
    background: #FFF;
    position: relative;
  }
  .hollow-header-05 .caption {
    top: 60%;
    width: 70%;
  }
  body.header-menu-open .hollow-header-05 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-05 .logo {
    text-align: center;
  }
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-05 .meta-wrap {
    display: none;
  }
  .hollow-header-05 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #373737;
  }
  .hollow-header-05 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
    background: #373737;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-05 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-05 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-05 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-05 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-05 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-05 nav a {
    color: #FFF;
  }
  .hollow-header-05 .caption {
    width: 80%;
    padding: 3rem 1rem;
    top: 55%;
  }
  .hollow-header-05 .caption h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 425px) {
  .hollow-header-05 .caption {
    top: 60%;
  }
}
.hollow-service-boxes-09  {
  border-top: 2px solid #FFF;
}
.hollow-service-boxes-09 .col-20:not(:last-child) .hollow-service-box-09 {
  border-right: 2px solid #FFF;
}
.hollow-service-box-09 {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 16rem;
}
.hollow-service-box-09 h3 {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  color: #FFF;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-service-box-09 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.hollow-service-box-09::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(109, 110, 113,0.6);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-09:hover::before {
  background: 0;
}
.hollow-service-box-09 img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.hollow-service-box-09:hover a {
  color: transparent;
}
.hollow-service-box-09:hover::after {
  background: rgba(113,156,59,0);
}
@media (min-width: 768px) {
  .col-20 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-boxes-09 {
    font-size: 2.5rem;
  }
  .col-20 {
    width: 100%;
  }
  .hollow-service-boxes-09 .col-20:not(:last-child) .hollow-service-box-09 {
    border-right: 0;
    border-bottom: 2px solid #FFF
  }
}

.hollow-content-02 {
  padding: 4rem 0;
  position: relative;
}
.hollow-content-02 h1 {
  color: #ffd432;
  font-weight: 400;
  margin: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 1rem;
}
.hollow-content-02 a {
  font-size: 1rem;
  color: #FFF;
  padding: .75rem 1.5rem;
  font-weight: 300;
  background: #719c3b;
  border: 1px solid #719c3b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.hollow-content-02 .text-wrap img {
  margin: auto;
  float: right;
  padding: 1rem;
}
.hollow-content-02 .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .text-wrap {
    margin-bottom: 1rem;
  }
  .hollow-content-02 .img-wrap {
    width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}

.hollow-associate-01 {
  padding: 2rem 0;
  background: #f6f6f6;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.hollow-associate-01 .assoc-slider {
  margin-bottom: 0;
}
.hollow-associate-01 .assoc-slider .slick-slide {
  text-align: center;
}
.hollow-associate-01 .assoc-slider .slick-slide:last-of-type {
  text-align: center;
}
.hollow-associate-01 .assoc-slider a {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.hollow-associate-01 .slick-prev:before,
.hollow-associate-01 .slick-next:before {
  color: #000 !important;
}
.hollow-associate-01 .assoc-slider a:focus {
  outline: 0;
}
.hollow-associate-01 .assoc-slider a img {
  max-width: 100%;
  display: inline-block;
}
.hollow-associate-01 .assoc-slider .inactiveLink {
   pointer-events: none;
   cursor: default;
}
.hollow-contact-10 {
  position: relative;
  text-align: center;
  padding: 4rem 0;
  overflow: hidden;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-contact-10 h1 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-contact-10 p {
  margin-bottom: 2rem;
  color: #FFF;
}
.hollow-contact-10 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.hollow-contact-10 .your-phone {
  float: left;
  width: 50%;
}
.hollow-contact-10 .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.hollow-contact-10 .wpcf7-form-control-wrap input,
.hollow-contact-10 .wpcf7-form-control-wrap textarea {
  font-size: .6em;
  font-family: 'Lato';
  font-weight: 300;
  color: #FFF;
}
.hollow-contact-10 input:not([type="submit"]), .hollow-contact-10 textarea {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(109, 110, 113, 0.8);
  padding: .6em;
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-contact-10 .wpcf7-form-control-wrap.your-message {
  clear: both;
}
.hollow-contact-10 .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 14rem;
  max-height: 200px;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit {
  background: #ffe47e;
  border: none;
  padding: .8rem 1rem;
  font-family: 'Lato';
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit:hover {
  background: #ffd432;
}
.hollow-contact-10 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.hollow-contact-10 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.hollow-contact-10 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.hollow-contact-10 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.hollow-contact-10 .wpcf7-not-valid-tip {
  line-height: 1;
  line-height: 1;
  margin-top: -.8rem;
  margin-bottom: .5rem;
}

.hollow-contact-01 {
  font-family: 'Lato';
  font-size: 2rem;
  color: #6d6e71;
  position: relative;
}
.hollow-contact-01 .info-wrap {
  z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
  background: #fff;
  padding: .5em;
  display: none;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
  display: block;
  border-bottom: 2px solid #ffe47e;
  margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
  display: inline-block;
  line-height: 1em;
  font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
  font-size: 2.5rem;
  margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
  font-size: .75em;
  padding: .1em .6em;
  border: 1px solid #ffd432;
  margin-left: 7em;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: #ffd432;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
  background: #ffd432;
  color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
  padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
  color: #000;
  line-height: 1.5em;
  font-weight: 300;
  font-size: .6em;
}
.hollow-contact-01 .contact-background {
  position: relative;
  display: block;
  width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
  color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
  .hollow-contact-01 .info-wrap {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      position: absolute;
  }
}
/* Footer */
.footer-01 {
  background: #373737;
  font-weight: 300;
  text-align: center;
  padding: 4rem 0 0;
}
.footer-01 h1 {
  font-weight: 300;
  margin-bottom: 1rem;
  color: #FFF;
}
.footer-01 .text-wrap h3 {
  font-weight: 300;
  color: #FFF;
}
.footer-01 p {
  color: #FFF;
}
.footer-01 span {
  color: #FFF;
}
.footer-01 .cred-wrap {
  border-top: 1px solid #ffd432;
  width: 75vw;
  padding: .5rem;
  margin: 3rem auto 3rem auto;
}
.footer-01 .design {
  display: inline-block;
}
.footer-01 .copyright {
  display: inline-block;
}
.footer-01 .social {
  display: inline-block;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
  font-weight: 600;
}
.footer-01 .social .fa-stack-2x {
  color: #ffd432;
}
.footer-01 .social .fa-stack-1x {
    color: #FFF;
}
.footer-01 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.footer-01 .social a:hover .fa-stack-1x {
  color: #ffd432;
}
.footer-01 nav a {
  padding: 5px;
  display: inline-block;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #f6f6f6;
}
@media (min-width: 768px) {
  .footer-01 {
    text-align: center;
  }
  .footer-01 nav a {
    display: block;
  }
  .footer-01 .menu-item {
    display: inline-block;
  }
  .footer-01 .col-sm-6 {
    text-align: right;
  }
  .footer-01 .design {
    float: left;
    text-align: left;
    margin: .5rem 0;
  }
  .footer-01 .social {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
   .footer-01 .design {
    margin: 1rem 0;
  }
    .footer-01 .copyright {
    margin-bottom: 1rem;
  }
}
/*INTERIOR*/
.interior-header-img-01 {
  background: url(img/1.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-213 .interior-header-img-01 {
  background: url(img/2.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-214 .interior-header-img-01 {
  background: url(img/3.jpg) center top no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-215 .interior-header-img-01 {
  background: url(img/4.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-216 .interior-header-img-01 {
  background: url(img/h6c.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-217 .interior-header-img-01 {
  background: url(img/7.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-218 .interior-header-img-01 {
  background: url(img/8.jpg) center top no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.page-id-219 .interior-header-img-01 {
  background: url(img/9.jpg) center top no-repeat;
  background-size: cover;
  margin-top: -10rem;
}
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 27rem 0;
  padding-bottom: 4rem;
}
.interior-header-05 .caption {
  width: 32rem;
  max-width: 100%;
}
.interior-header-05 h1 {
  display: block;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: .5rem;
}
.interior-header-05 h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  background: rgba(108, 109, 112, 0.8);
  padding: .5rem;
}
@media only screen and (max-width: 767px) {
  .interior-header-05 h1 {
    font-size: 1.1em;
  }
}
.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
.interior-bar-01 h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #ffd432;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.interior-bar-01 h4 {
  color: #ffd432;
  font-size: .6em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.interior-bar-01 p {
  color: #373737;
}
.interior-bar-01 .center {
  text-align: center;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.interior-bar-01 span.num-span {
  font-weight: 400;
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
  color: blue;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: red;
}
.interior-bar-01 .btn-wrap {
  display: block;
  text-align: center;
}
.interior-bar-01 .btn-wrap a {
  display: inline-block;
  font-size: 1.2rem;
  background: #373737;
  padding: .5rem 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.interior-bar-01 .btn-wrap a:hover {
  background: #ffd432;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.interior-bar-01 .b-left p {
  border-left: .2rem solid #ffd432;
  padding-left: 1rem;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 ul li i {
  color: #ffd432;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .5rem;
}
.interior-bar-01 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
  font-size: 1rem;
}
.interior-bar-01 .img-right,
.interior-bar-01 .img-left,
.interior-bar-01 .img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .interior-bar-01 .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .interior-bar-01 .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
}
section.interior-bar-01.bg-1 {
    background: #eaeaea;
}
section.interior-bar-01.bg-1 h3 {
    color: #949494;
    margin-bottom: 3rem;
    text-align: center;
}
section.interior-bar-01.bg-1 ul li p {
  font-size: 1rem;
}
section.interior-bar-01.bg-3 {
    background: #d6d6d6;
    padding: 4rem;
}
section.interior-bar-01.bg-3 h3 {
    color: #373737;
    margin-bottom: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}
section.interior-bar-01.bg-top {
  padding: 4rem 0 3rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 {
    background: #eaeaea;
    padding: 8rem 4rem 7rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 h3 {
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 p {
    color: #979797;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-2 {
    background: #fff;
    padding: 4rem 4rem 3rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-3 {
    background: #fff;
    padding: 0;
}
@media (max-width: 767px) {
  .interior-bar-01 .col-xs-12.col-sm-6.bg-1 {
    padding: 4rem 4rem 3rem;
  }
}
.hollow-action-06 {
  padding: 4rem 0;
  background: #6c6d70;
  margin-bottom: -1rem;
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12rem;
}
.hollow-action-06 h2 {
  margin-bottom: .5rem;
  color: #ffd432;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #fff;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #fff;
}
.hollow-action-06 a#number i {
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-06 a#number:hover i {
  padding-left: 1rem;
  color: #fff;
}
.hollow-action-06 svg {
  height: 12rem;
  display: block;
  margin: auto;
}
.hollow-action-06 .cls-1 {
  -webkit-animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
  animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
}
@keyframes one {
  0% {
    opacity: 0;
    fill: none;
  }
  30% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 1);
  }
}
.hollow-action-06 .cls-3 {
  opacity: 0;
  -webkit-animation: three 2s forwards;
  animation: three 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@keyframes three {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
.hollow-action-06 .cls-2 {
  opacity: 0;
  -webkit-animation: two 2s forwards;
  animation: two 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@keyframes two {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-06 .flex-wrap {
    text-align: center;
    margin-top: 2rem;
  }
  .hollow-action-06 a#number {
    padding-top: 1.5rem;
    border-top: 1px solid grey;
    margin-top: .5rem;
  }
}
/*============================ */
/* Contact 03 (Revised)
============================== */
.interior-contact-03 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: #fff;
  margin-bottom: -2rem;
}
/*.interior-contact-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
}*/
.interior-contact-03 h1 {
  text-align: center;
  margin-bottom: 4rem;
  color: #41bf5b;
}
.interior-contact-03 h3 {
  margin: 1.5rem 0 1rem 0;
  color: #ffd432;
}
.interior-contact-03 .content-wrap {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e71;
  margin-bottom: 1rem;
}
.page-id-216 .interior-contact-03 .content-wrap {
  border-bottom: none;
}
.interior-contact-03 .title-wrap h3 {
  color: #fb2200;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  /* margin: 0; */
  border-left: .5rem solid #b20101;
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #ffd432;
}
.interior-contact-03 ul li {
  font-size: 2rem;
  font-weight: 400;
}
.interior-contact-03 .contact-03-meta {
  position: relative;
}
.interior-contact-03 .contact-03-meta p {
  display: inline-block;
  margin-left: 1rem;
}
.interior-contact-03 .contact-03-meta ul {
  display: block;
  position: relative;
  font-size: 2rem;
}
.interior-contact-03 .contact-03-meta li {
  margin: 1rem;
}
.interior-contact-03 .form-wrap {
  padding: 0;
}
.interior-contact-03 .form-wrap .email {
  float: left;
  width: 50%;
  padding-right: 1rem;
}
.interior-contact-03 .form-wrap .phone {
  float: left;
  width: 50%;
}
.interior-contact-03 .form-wrap .phone,
.interior-contact-03 .form-wrap .email {
  z-index: 10;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 300;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]), 
.interior-contact-03 .form-wrap textarea {
  width: 100%;
  border: 1px solid #373737;
  background: #eeeeee;
  padding: .6rem;
  margin-bottom: 1rem;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]):focus, 
.interior-contact-03 .form-wrap textarea:focus {
  border-color: #ffd432;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 10rem;
  max-height: 250px;
}
span.wpcf7-form-control-wrap.message {
  display: inline-block;
  width: 100%;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
  background: #6c6d70;
  border: none;
  padding: .5rem 1.5rem;
  color: #fff;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #ffd432;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #373737;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #373737;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #373737;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #373737;
}
.interior-contact-03 .contact-03-meta ul li p a {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .interior-contact-03 h1 {
      margin-bottom: 1rem;
  }
}
/*============================ */
/*CONTACT*/
/*============================ */
.hollow-header-05 .meta-wrap a:hover {
  color: #ffd432;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #ffd432;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
  background: #373737;
}
.content.seo p a:hover {
  color: #ffd432;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.interior-bar-01.full-img-bg {
  overflow: hidden;
}
.interior-bar-01.full-img-bg img {
  width: 100%;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-05 nav a {
    text-transform: capitalize;
    padding: 0.3rem 0.5rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .hollow-content-int3 .text-wrap {
    padding: 3rem 3rem 1rem;
  }
  .footer-01 .cred-wrap {
    width: 85vw;
  }
  .hollow-associate-01 .assoc-slider a img,
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.home) .hollow-header-05 .logo {
    display: none;
  }
  .hollow-content-02 h1 {
    font-size: 2rem;
  }
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
  .hollow-content-02 p {
    padding-right: 1rem;
  }
  .page-id-219 .interior-header-img-01 {
    display: none;
  }
}
/*============================ */