/*
  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: #0077b9;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #d32027;
}

.hollow-header-01 {
  position: relative;
  display: block;
  z-index: 9000;
  background: #FFF;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01 .logo img {
  padding: .5rem 0;
}
.hollow-header-01 #header-border {
  margin: 0;
  opacity: 0.5;
  display: none;
}
.hollow-header-01.sticky #header-border {
  display: none;
}
body.page-template-home header #header-border, body.page-template-index header #header-border {
  display: none;
}
.hollow-header-01 .meta-wrap {
  font-size: 1.6rem;
  text-align: right;
  font-family: 'Lato';
  font-weight: 400;
  margin: .6em 0;
}
.hollow-header-01 .meta-wrap a {
  color: #0077b9;
}
.hollow-header-01.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01.sticky {
  padding: 0;
}
.hollow-header-01.sticky .meta-wrap {
  display: none;
  height: 0;
}
.hollow-header-01.sticky .logo img {
  max-width: 0;
}
.hollow-header-01.sticky .col-xs-12 {
  min-height: 0;
}
.hollow-header-01 nav {
  display: block;
  background: none;
  font-family: 'Lato';
  text-transform: capitalize;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-01 nav a {
  padding: .3em .6em;
  display: block;
  color: #002f53;
  font-size: 1em;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
}
.hollow-header-01 nav a:focus {
  color: #002f53;
}
.hollow-header-01 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-01 .menu-item.open>a, .hollow-header-01 .menu-item:hover>a, .hollow-header-01 .menu-item.active a, .hollow-header-01 .menu-item.active:hover>a {
  background: #d32027;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-01 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-01 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-01 nav .dropdown-menu a {
  background: #d32027;
  color: #fff;
}
.hollow-header-01 .dropdown-menu>li:hover>a, .hollow-header-01 .dropdown-menu>li.active>a, .hollow-header-01 .dropdown-menu>.active>a:hover, .hollow-header-01 .dropdown-menu>.active>a:focus {
  background: #0077b9;
  color: #fff;
}
.hollow-header-01 .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-01 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-01 .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-01 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-01 .hamburger:before, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #002f53;
  -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-01 .hamburger:after {
  top: 60%
}
body.header-menu-open .hollow-header-01 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-01 #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-01 #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-01 .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-01 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-01 .mobile-toolbar a:hover,
.hollow-header-01 .mobile-toolbar a:focus {
  color: #d32027;
}
@media screen and (min-width: 992px) {
  .hollow-header-01 .mobile-toolbar {
    display: none;
  }
  .hollow-header-01 .menu {
    float: right;
  }
  .hollow-header-01 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-01 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-01 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-01 .mobile-toolbar{
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  body.header-menu-open .hollow-header-01 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-01 .logo {
    text-align: center;
  }
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-01 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #002f53;
  }
  .hollow-header-01 nav a {
    color: #FFF;
  }
  .hollow-header-01 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: #002f53;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-01 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-01 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-01 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-01 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-01 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
}

.hollow-hero-18 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
}
.hollow-hero-18_slider-wrap {
  display: block;
  position: relative;
  visibility: hidden;
  background: #FFF;
}
.hollow-hero-18_slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-18_slider-wrap .slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-hero-18_caption {
  display: inline-block;
  position: relative;
  margin: 10rem 0 12rem;
  max-width: 510px;
  text-align: left;
  background: rgba(211,32,39,0.8);
  padding: 1.5rem;
}
.hollow-hero-18_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%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-hero-18_caption h1 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  margin-bottom: .75rem;
  border-bottom: 4px solid #0077b9;
  padding-bottom: .6rem;
}
.hollow-hero-18_caption p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #FFF;
}
.hollow-hero-18_caption a {
  display: inline-block;
  position: relative;
  font-size: .6em;
  font-weight: 300;
}
.hollow-hero-18_box-wrap {
  display: block;
  position: relative;
  margin: -4rem auto 0;
  padding: 1.5rem 1.5rem 0;
  background: #FFF;
  text-align: left;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/*.hollow-hero-18_box-wrap:hover {
  margin-top: -5rem;
  margin-bottom: 1rem;
}*/
.hollow-hero-18_box-wrap:hover ~ .hollow-hero-18_slider-wrap {
  opacity: 0.6;
}
.hollow-hero-18_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #0077b9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-hero-18_box:hover {
  background: #d32027;
}
.hollow-hero-18_box h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #7e0004;
  margin-bottom: .75rem;
}
.hollow-hero-18_box:hover h3 {
  color: #002f53;
}
.hollow-hero-18_box p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  color: #FFF;
}
.hollow-hero-18_box span#outer {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-hero-18_box span#inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hollow-hero-18_box span#inner p {
  display: inline-block;
  line-height: 1;
  color: #FFF;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-hero-18_box:hover span#inner p {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.hollow-hero-18_box span i {
  display: inline-block;
  text-align: right;
  color: #002f53;
  font-size: .8em;
  vertical-align: bottom;
  line-height: 1;
}
.hollow-hero-18_box:hover span i {
  color: #7e0004;
}
.hollow-hero-18_box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-hero-18 .slick-prev {
  left: 2rem;
  z-index: 1;
}
.hollow-hero-18 .slick-next {
  right: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hollow-hero-18_caption {
    padding: 0 2rem;
  }
}

.hollow-content-02 {
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-content-02 .text-wrap {
  text-align: left;
  font-size: 2rem;
}
.hollow-content-02 h1 {
  color: #0077b9;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-size: .6em;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.hollow-content-02 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #d32027;
  border: 1px solid #d32027;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #d32027;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.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 .content-wrap {
      border: none;
      padding: 0 .6em;
  }
  .hollow-content-02 .text-wrap {
      margin-bottom: 1em;
  }
  .hollow-content-02 .img-wrap {
      width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}

.hollow-action-02 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4rem 0;
}
.hollow-action-02 .content-wrap {
  display: block;
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.hollow-action-02 h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.hollow-action-02 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #FFF;
}
.hollow-action-02 a {
  font-size: .6em;
  font-weight: 300;
  padding: .5em 1.5em;
  color: #FFF;
  background: #7e0004;
  display: inline-block;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-02 a:hover {
  background: #0077b9;
}
@media only screen and (min-width: 768px) {
  .hollow-action-02 {
    text-align: center;
  }
  .hollow-action-02 p::before {
    width: 24em;
  } 
}
@media only screen and (max-width: 767px) {
  .hollow-action-02 {
    padding: 1.75em 1em;
  }
  .hollow-action-02 .content-wrap {
    padding: 0;
  }
  .hollow-action-02 h1 {
    font-size: 2.3rem;
  }
}

.hollow-associate-01 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
}
.hollow-associate-01 .assoc-slider {
    margin-bottom: 0;
    padding: 40px 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;
}
@media only screen and (max-width: 767px) {
    .hollow-associate-01 .assoc-slider a img {
        max-width: 80%;
    }
}

.hollow-contact-02 {
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0;
    overflow:hidden;
    background: url(img/contact-bg.jpg) center center no-repeat;
    background-size: cover;
    /*background: -webkit-linear-gradient(#0077b9, #002f53);
    background: -o-linear-gradient(#0077b9, #002f53);
    background: linear-gradient(#0077b9, #002f53);*/
}
.hollow-contact-02 .text-wrap {
    margin-bottom: .5em;
    max-width: 12em;
}
.hollow-contact-02 .contact-wrap .va-parent h1 {
    color: #fff;
    line-height: 1em;
    margin-bottom: .5rem;
    font-size: 2.5rem;
    padding-left: .8rem;
}
.hollow-contact-02 .text-wrap p {
    color: #fff;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5em;
}
.hollow-contact-02 .text-wrap,
.hollow-contact-02 ul {
    font-size: 2rem;
}
.hollow-contact-02 ul li {
    color: #fff;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5em; 
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-02 .text-wrap ul li > a {
    color: #fff;
}
.hollow-contact-02 .form-wrap {
    padding: 0;
}
.hollow-contact-02 .form-wrap textarea {
    font-family: 'Lato';
    z-index: 0;
    height: 15rem;
    max-height: 215px;
}
.hollow-contact-02 .form-wrap .email {
    float: left;
    width: 50%;
    padding-right: 15px;
    z-index: 5;
}
.hollow-contact-02 .form-wrap .phone {
    float: left;
    width: 50%;
    z-index: 10;
}
.hollow-contact-02 .form-wrap .wpcf7-form-control-wrap {
    font-size: 2rem;
}
.hollow-contact-02 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-02 .form-wrap .wpcf7-form-control-wrap textarea {
    font-size: .6em;
    font-weight: 300;
    font-family: 'Lato';
}
.hollow-contact-02 .form-wrap input:not([type="submit"]),
.hollow-contact-02 .form-wrap textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: .6rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-family: 'Lato';
}
.hollow-contact-02 .form-wrap .wpcf7-form-control.wpcf7-submit {
    background: #7e0004;
    border: none;
    padding: 10px 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-02 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #d32027;
}
@media only screen and (max-width: 1199px) {
    .hollow-contact-02 .map-wrapper {
        max-height: 330px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-contact-02 .form-wrap {
        margin-bottom: 2rem;
    }
}

.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #0077b9;
    position: relative;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #002f53;
    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 #d32027;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #d32027;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #d32027;
    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-02 {
    background: #002f53;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
    border-top: 4px solid #7e0004;
}
.footer-02 a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 2;
}
.footer-02 .copyright, .footer-02 .design {
    padding: 15px 0;
    font-weight: 300;
}
.footer-02 .design {
    float: right;
}
.footer-02 .design a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .footer-02 {
        text-align: center;
    }
    .footer-02 .design {
        float: none;
    }
}
/*INTERIOR*/
.hollow-content-int3 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
.hollow-content-int3 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
 .hollow-content-int3 .left {
  border-left: .5rem solid #7e0004;
  padding-left: 1rem;
}
.hollow-content-int3 h1 {
  color: #d32027;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-int3 h2 {
  font-size: .7em;
  color: #0077b9;
  font-style: italic;
}
.hollow-content-int3 p {
  font-size: .6em;
  font-weight: 300;
  color: #002f53;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-int3 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #d32027;
  border: 1px solid #d32027;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-int3 a:hover {
  background: transparent;
  color: #d32027;
}
.hollow-content-int3 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 37rem;
  width: 100%;
  margin-bottom: 0;
}
.hollow-content-int3 .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
  .hollow-content-03 h1 {
    font-size: 1.3em;
  }
}
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-header-05 h1 {
  color: #d32027;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
  border-left: .5rem solid #7e0004;
  margin-top: 2.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;
}
.interior-bar-01 h2 {
  color: #000;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #0077b9;
  text-transform: uppercase;
  border-bottom: 2px solid #c2dced;
}
.interior-bar-01 h4 {
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #002f53;
}
.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 .top ul {
  margin-top: 1.5rem;
}
.interior-bar-01 ul {
  margin-bottom: 2rem;
  display: block;
}
.interior-bar-01 ul li i {
  color: #d32027;
  vertical-align: top;
  margin-top: .3rem;
}
.interior-bar-01 .logo-loop img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.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%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-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: url(img/bg-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
.page-id-211 section.interior-bar-01.bg-1 {
  text-align: left;
}
.page-id-213 section.interior-bar-01.bg-1 {
  text-align: left;
}
.page-id-214 section.interior-bar-01.bg-1 {
  margin-bottom: -2rem;
}
 section.interior-bar-01.bg-1 h3 {
  color: #fff;
    border-bottom: 2px solid #1f6fa7;
 }
 section.interior-bar-01.bg-1 h4 {
  color: #fff;
  font-size: .7em;
 }
 section.interior-bar-01.bg-1 p {
  color: #fff;
}
div#displayed_gallery_657bbf2007458876773b48a577b96166 {
  margin-bottom: 2.5rem;
}
.interior-accordion-01 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.interior-accordion-01 .col1 {
  width: 5%;
  float: left;
}
.interior-accordion-01 .col19 {
  width: 95%;
  max-width: 95%;
  float: left;
}
.interior-accordion-01 .accordion-menu {
  display: block;
  position: relative;
  background: #fff;
}
.interior-accordion-01 .accordion-dropdown {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 0;
}
.interior-accordion-01 .question-wrap {
  display: block;
  position: relative;
  background: #329eda;
  padding: 1rem 0 1rem 1rem;
  cursor: pointer;
}
.interior-accordion-01 li:hover .question-wrap {
  background: #0077b9;
}
.interior-accordion-01 .center-qa {
  text-align: center;
}
.interior-accordion-01 h3 {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0;
  font-size: .7em;
  line-height: 1;
  font-weight: 600;
}
.interior-accordion-01 .answer {
  color: #d32027;
}
.interior-accordion-01 h4 {
  color: #fff;
  margin-bottom: 0;
}
.interior-accordion-01 span {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0;
  font-size: .7em;
  line-height: 1;
  font-weight: 600;
}
.interior-accordion-01 p {
  display: inline-block;
  font-size: .6em;
  font-weight: 300;
  margin: 0;
  color: #002f53;
  line-height: 1.4;
  cursor: pointer;
}
.interior-accordion-01 span.num-span {
  font-weight: 400;
  white-space: nowrap;
  color: #002f53;
  font-size: 1em;
}
.interior-accordion-01 .accordion-dropdown-item {
  position: relative;
  display: block;
  background: #fff;
  padding: .5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interior-accordion-01 .padding-adjustment {
  padding: .5rem;
  display: block;
  position: relative;
}
.interior-accordion-01 .accordion-dropdown-item:not(.current) {
  max-height: 0;
  overflow: hidden;
  padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
  .interior-accordion-01 .row {
    margin: 0;
  }
  .interior-accordion-01 .col-xs-12 {
    padding: 0;
  }
  .interior-accordion-01 .col1 {
    width: 15%;
  }
  .interior-accordion-01 .col19 {
    width: 85%;
  }
}
/*CONTACT*/
header.hollow-header-01 .meta-wrap a:hover {
  color: #002f53;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #d32027;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
background: #d32027;
}
.content.seo p a:hover {
color: #7e0004;
}
/*============================ */
/* Corner Item 01
============================== */
.hollow-corner-item-01 {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-family: 'Lato';
  margin: 1rem;
  background: #0077b9;
  z-index: 1000;
}
.hollow-corner-item-01_header {
  display: block;
  position: relative;
  width: 100%;
  background: #d32027;
}
.hollow-corner-item-01.open .hollow-corner-item-01_form-wrap {
  padding: 1rem;
}
.hollow-corner-item-01.hidden .hollow-corner-item-01_form-wrap {
  display: none;
}
.hollow-corner-item-01.open .hollow-corner-item-01_form-wrap {
  display: block;
}
.hollow-corner-item-01 h3 {
  display: block;
  position: relative;
  font-size: .5em;
  color: #FFF;
  line-height: 2;
  font-weight: 400;
  padding-left: 1rem;
}
.hollow-corner-item-01.hidden h3 {
  padding-right: 2.5rem;
}
.hollow-corner-item-01_close,
.hollow-corner-item-01_open {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  padding-right: 1rem;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01_close {
  display: inline-block;
}
.hollow-corner-item-01.hidden .hollow-corner-item-01_close {
  display: none;
}
.hollow-corner-item-01_open {
  display: none;
}
.hollow-corner-item-01.hidden .hollow-corner-item-01_open {
  display: block;
  width: 100%;
  text-align: right;
}
.hollow-corner-item-01 .fa-minus,
.hollow-corner-item-01 .fa-plus {
  display: block;
  position: relative;
  color: #FFF;
  line-height: 2.5;
  font-size: .8rem;
}
.hollow-corner-item-01 .wpcf7-form-control-wrap input {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-weight: 300;
  line-height: 1;
  font-size: .5em;
  color: #000;
  padding: .3rem .6rem;
  border: none;
  margin-bottom: .5rem;
  max-width: 12rem;
}
.hollow-corner-item-01 input[type="submit"] {
  font-family:'Lato';
  display: block;
  position: relative;
  color: #FFF;
  background: #d32027;
  padding: .3rem;
  line-height: 1;
  font-size: .5em;
  font-weight: 300;
  text-align: center;
  border: none;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01 input[type="submit"]:hover {
  background: #7e0004;
}
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="text"]::-webkit-input-placeholder,
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="email"]::-webkit-input-placeholder,
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="tel"]::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 300;
  color: #545454;
  color: rgba(255,255,255,0.6);
}
.hollow-corner-item-01 .wpcf7 .ajax-loader {
  display: none;
}
.hollow-corner-item-01 .wpcf7 .ajax-loader.is-active {
  display: inline-block;
}
.hollow-corner-item-01 .wpcf7-not-valid-tip {
  display: block;
  position: relative;
  text-align: left;
  font-size: .5em;
  font-weight: 400;
  margin: -6px 0 .5rem;
}
.hollow-corner-item-01 .wpcf7-response-output {
  display: none !important;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-contact-02 ul li a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.interior-accordion-01 .ph-wrap {
  text-align: center;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-01 nav a {
    padding: .3em .5em;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .hollow-content-int3 .text-wrap {
    padding: 3rem 3rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before {
    display: none;
  }
  .hollow-hero-18_caption h1 {
    padding-top: 1rem;
    font-size: 1.2em;
  }
  .hollow-content-02 h1 {
    font-size: 2rem;
  }
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
  .interior-bar-01 ul {
    margin-bottom: 0;
  }
}
/*============================ */