html {
  overflow-y: scroll;
}

body {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #414141;
  background: white;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: 0;
}

p {
  line-height: 1.6em;
  margin: 0.8em 0;
}

a {
  color: #9e002a;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

a.read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-radius: 25px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
}

p a:hover {
  color: #bd0032;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 22px 0 12px;
}

h1 {
  margin-top: 0;
  font-size: 40px;
  font-size: 5vw;
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 44px;
  font-family: "Mayfield W00";
  font-weight: normal;
}

h3 {
  font-size: 40px;
  font-size: 5vw;
}

@media (max-width: 440px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 560px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 21px;
  text-transform: uppercase;
}

h5 {
  font-size: 17px;
}

.wrapper {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}

.small-width {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
  max-width: 725px;
}

@media (min-width: 1180px) {
  .small-width {
    width: 67%;
  }
}

.small-width .post-content {
  margin: 0;
}

.large-width {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px 0;
  box-sizing: content-box;
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

.top-bar {
  text-align: center;
  margin: 0 auto;
}

.top-bar a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  padding: 7px 6px;
  background: #8dc63f;
  display: block;
  font-weight: bold;
}

.top-bar a:hover {
  background: #7ab32c;
}

.top-bar a img.calculator {
  width: 22px;
  height: auto;
  padding: 0 0 0 4px;
}

header.page-header {
  background: #202020;
  padding: 22px 0 22px;
}

header.page-header .wrapper {
  max-width: 1340px;
}

@media (min-width: 768px) {
  header.page-header .wrapper {
    padding: 0 20px;
  }
}

header.page-header .logo {
  display: inline-block;
  width: 107px;
  max-width: 80%;
}

@media (min-width: 768px) {
  header.page-header .logo {
    width: 140px;
  }
}

header.page-header .cta-links {
  display: inline-block;
  padding-right: 65px;
  float: right;
}

@media (min-width: 768px) {
  header.page-header .cta-links {
    padding: 6px 65px 0 0;
  }
}

@media (min-width: 1180px) {
  header.page-header .cta-links {
    padding-right: 0;
  }
}

header.page-header a.button {
  background: none;
  border: 2px solid white;
  color: white;
  height: 52px;
  vertical-align: top;
}

@media (min-width: 768px) {
  header.page-header a.button {
    width: auto;
    border-radius: 30px;
    padding: 14px 20px;
  }
}

header.page-header a.button.phone {
  display: inline-block;
  width: 52px;
  border-radius: 50%;
  padding: 0;
}

@media (min-width: 768px) {
  header.page-header a.button.phone {
    border-radius: 30px;
    width: auto;
    padding: 15px 20px;
    margin-right: 7px;
  }
}

header.page-header a.button.phone img {
  width: 26px;
  height: auto;
  transform: translate(5%, 44%);
}

@media (min-width: 768px) {
  header.page-header a.button.phone img {
    display: none;
  }
}

header.page-header a.button.phone:hover {
  color: #9e002a;
  border: 2px solid #9e002a;
}

header.page-header a.button.request-quote {
  display: none;
}

@media (min-width: 768px) {
  header.page-header a.button.request-quote {
    display: inline-block;
    background: #8dc63f;
    border: none;
    padding: 17px 20px;
    width: auto;
    border-radius: 30px;
    transition-duration: 0.1s;
  }
}

header.page-header a.button.request-quote:hover {
  background: #7ab32c;
}

header.page-header a.button img {
  width: 21px;
  height: auto;
  transform: translate(13%, 1%);
}

header.page-header a.button .number {
  display: none;
}

@media (min-width: 768px) {
  header.page-header a.button .number {
    display: inline-block;
  }
}

header.page-header a.button.quote:hover {
  background: #87c039;
}

.services-nav {
  background: #9e002a;
  display: block;
}

footer {
  color: #fff;
  overflow: hidden;
}

.footer-menus {
  display: none;
  padding: 70px 0;
}

@media (min-width: 768px) {
  .footer-menus {
    display: block;
  }
}

.footer-menus #footer-nav a {
  text-transform: uppercase;
  color: #9e002a !important;
  font-weight: 800;
  font-size: 15px !important;
  padding-bottom: 13px;
}

.footer-menus #footer-nav a:first-child {
  padding-top: 0;
}

.footer-menus h5 {
  color: #9e002a;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
}

.footer-menus nav {
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
  display: inline-block;
}

.footer-menus nav:last-child {
  margin-right: 0;
}

.footer-menus nav ul.menu {
  text-align: left;
  display: inline-block;
}

.footer-menus nav ul.menu li {
  display: block;
}

.footer-menus nav ul.menu li a {
  color: #9e002a;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
}

.footer-logos {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .footer-logos {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    width: 120px;
  }
}

.footer-logos a.logo {
  width: 105px;
  display: inline-block;
  padding: 0 5px;
}

.footer-logos a.sweeping {
  width: 95px;
}

.bottom-banner {
  background: #202020 none no-repeat scroll center top / cover;
  color: white;
  overflow: hidden;
  height: 200px;
  position: relative;
  text-align: center;
}

@media (min-width: 800px) {
  .bottom-banner {
    height: 275px;
  }
}

.footer-note {
  text-align: center;
  padding: 34px 0;
  background: #202020;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 800px) {
  .footer-note {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .footer-note span {
    width: calc(89% - 90px);
    padding-top: 14px;
    display: inline-block;
    float: left;
  }
}

.footer-note ul.menu {
  display: block;
  padding: 0;
  margin: 0 0 10px;
}

@media (min-width: 680px) {
  .footer-note ul.menu {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer-note ul.menu li:after {
    background: #767675;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 5px 7px;
    opacity: 0.4;
    vertical-align: middle;
    width: 1px;
  }
}

.footer-note ul.menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-note ul.menu a {
  font-weight: normal;
}

.footer-note a#starfish {
  text-align: center;
  margin: 27px auto 15px;
  float: none;
  display: block;
  background: url(../img/starfish.png) top left no-repeat;
  vertical-align: middle;
  width: 84px;
  height: 23px;
  overflow: hidden;
  text-indent: -9999em;
}

@media (min-width: 1000px) {
  .footer-note a#starfish {
    display: inline-block;
    text-align: left;
    float: right;
    margin: 15px 0;
  }
}

.footer-note a#starfish:hover {
  background-position: bottom left;
}

#main {
  background: #f6f6f6;
}

@media (min-width: 680px) {
  #main-column {
    width: 65%;
    float: right;
  }
}

#content {
  padding-top: 70px;
  min-height: 400px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

article {
  margin: 14px 0 55px;
}

#sidebar {
  width: 27%;
  float: left;
  display: none;
}

@media (min-width: 680px) {
  #sidebar {
    display: block;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 10px 0;
}

#sidebar li a {
  color: #414141;
}

#sidebar li a:hover {
  color: #9e002a;
}

#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #9e002a;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  color: #767675;
}

#sidebar h3 {
  margin-top: 0;
}

#sidebar .widget {
  margin-bottom: 30px;
}

.mobile-menu {
  position: fixed;
  top: 53px;
  right: 10px;
  display: block;
  height: 55px;
  width: 55px;
  background: #9e002a;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1002;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  backface-visibility: hidden;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 19px;
  width: 27px;
  height: 2px;
  background: white;
  box-shadow: 0 16px 0 0 white, 0 8px 0 0 white;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 8px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 25px;
  width: 27px;
  height: 3px;
  background: white;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .mobile-menu {
    top: 27px;
  }
}

@media (min-width: 800px) {
  .mobile-menu {
    top: 27px;
    right: 20px;
  }
}

@media (min-width: 1180px) {
  .mobile-menu {
    display: none;
  }
}

.fullscreen-menu-visible .mobile-menu {
  background: #781f2a;
  border: none;
}

.fullscreen-menu-visible .mobile-menu:after, .fullscreen-menu-visible .mobile-menu:before {
  top: 26px;
  right: 15px;
}

.fullscreen-menu-visible a.button.phone {
  border-radius: 30px !important;
  width: auto !important;
  padding: 15px 21px 15px 21px !important;
  margin-bottom: 40px;
}

.fullscreen-menu-visible a.button.phone .number {
  display: inline-block;
}

.fullscreen-menu-visible a.button.phone img {
  display: none !important;
}

.hamburger-nav {
  width: 100%;
  float: right;
  padding: 80px 0 0;
}

@media (min-width: 1180px) {
  .hamburger-nav {
    max-width: 36%;
  }
}

.hamburger-nav ul.menu {
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  text-align: right;
}

.hamburger-nav ul.menu li {
  margin: 0.57em 2vw;
  display: block;
  font-size: 1em;
  font-size: 3vh;
}

@media (max-height: 666.66667px) {
  .hamburger-nav ul.menu li {
    font-size: 20px;
  }
}

@media (min-height: 800px) {
  .hamburger-nav ul.menu li {
    font-size: 24px;
  }
}

.hamburger-nav ul.menu a {
  color: #fff;
  line-height: 1.2em;
  padding: 4px 10px;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.2em;
  margin-right: 40px;
  text-transform: none;
  font-size: 36px;
  font-size: 3.3vh;
}

@media (max-height: 606.06061px) {
  .hamburger-nav ul.menu a {
    font-size: 20px;
  }
}

@media (min-height: 1212.12121px) {
  .hamburger-nav ul.menu a {
    font-size: 40px;
  }
}

.hamburger-nav ul.menu a:hover {
  color: black;
}

.hamburger-nav ul.menu ul {
  padding: 3px 0 6px;
  display: none;
}

.hamburger-nav ul.menu ul li {
  margin: 5px 0;
}

.hamburger-nav ul.menu ul li a {
  font-weight: 400;
  font-size: 16px;
}

.hamburger-nav ul.menu ul a {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-size: 1em;
  font-size: 2.6vh;
}

@media (max-height: 769.23077px) {
  .hamburger-nav ul.menu ul a {
    font-size: 20px;
  }
}

@media (min-height: 615.38462px) {
  .hamburger-nav ul.menu ul a {
    font-size: 16px;
  }
}

.hamburger-nav ul.menu li.current-menu-item.current-menu-item > a, .hamburger-nav ul.menu li.current-menu-ancestor.current-menu-item > a {
  color: black;
}

.hamburger-nav ul.menu li.current-menu-item > ul.sub-menu, .hamburger-nav ul.menu li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

.hamburger-nav ul.menu li.menu-item-has-children .expand-arrow {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  backface-visibility: hidden;
  background: #781f2a;
  border-radius: 100%;
}

.hamburger-nav ul.menu li.menu-item-has-children .expand-arrow:before, .hamburger-nav ul.menu li.menu-item-has-children .expand-arrow:after {
  content: ' ';
  background: white;
  position: absolute;
  right: 7px;
  bottom: 14px;
  height: 2px;
  width: 16px;
  display: block;
  backface-visibility: hidden;
}

.hamburger-nav ul.menu li.menu-item-has-children .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

.hamburger-nav ul.menu li.menu-item-has-children.expanded .expand-arrow:after {
  transform: rotate(0deg);
}

.fullscreen-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow-x: hidden;
  overflow-y: auto;
  background: #9e002a;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.fullscreen-menu .hamburger-nav {
  transform: translate(70px, 0);
  transition: transform 0.8s;
}

.fullscreen-menu .hamburger-nav .cta-links {
  display: block;
  text-align: right;
  padding-right: 20px;
}

.fullscreen-menu .hamburger-nav .cta-links a.button {
  display: block !important;
  font-size: 15px;
}

.fullscreen-menu .hamburger-nav .request-quote {
  display: inline-block;
  background: #8dc63f !important;
  border: none;
  padding: 17px 20px;
  width: auto;
  border-radius: 30px;
  transition-duration: 0.1s;
  margin-bottom: 10px;
}

.fullscreen-menu .hamburger-nav .request-quote:hover {
  background: #7ab32c !important;
}

.fullscreen-menu .hamburger-nav .phone {
  margin-right: 0 !important;
  width: 180px !important;
  padding: 15px 13px !important;
  float: right;
}

.fullscreen-menu .hamburger-nav .phone:hover {
  background: #781f2a !important;
  border-color: white !important;
  color: white !important;
}

.fullscreen-menu-visible {
  overflow: hidden;
}

.fullscreen-menu-visible .fullscreen-menu {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu-visible .fullscreen-menu .hamburger-nav {
  transform: translate(0, 0);
}

.fullscreen-menu-closing .fullscreen-menu {
  visibility: visible;
}

.fullscreen-menu-closing .fullscreen-menu .hamburger-nav {
  transform: translate(70px, 0);
}

.mobile-menu.expanded {
  top: 52px;
  display: block;
  right: 20px;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 14px;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  color: white;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 22px;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

nav ul.menu li:hover > a, nav ul.menu li.current-menu-item > a, nav ul.menu li.current-menu-ancestor > a {
  color: #c20034;
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 1180px) {
  #main-nav {
    bottom: 2px;
    right: 500px;
    max-width: 62%;
  }
}

#main-nav ul.menu {
  display: none;
  position: absolute;
  right: 0;
  top: 16px;
  margin: 0;
  width: 320px;
  text-align: left;
  background: #eeeeee;
}

@media (min-width: 1180px) {
  #main-nav ul.menu {
    display: block !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 -22px;
    width: auto;
    position: static;
    background: transparent;
  }
}

#main-nav ul.menu li {
  display: block;
  border-top: 1px solid #d3d4d5;
}

#main-nav ul.menu li:first-child {
  border-top: 0;
}

@media (min-width: 1180px) {
  #main-nav ul.menu li {
    border-top: none;
    display: inline-block;
  }
}

#main-nav ul.menu a {
  display: block;
  padding: 12px 20px;
}

@media (min-width: 1180px) {
  #main-nav ul.menu a {
    padding: 23px 12px;
    line-height: 17px;
  }
}

#main-nav ul.menu > li:hover > a {
  color: #414141;
}

@media (min-width: 1180px) {
  #main-nav ul.menu > li:hover > a {
    color: #9e002a;
  }
  #main-nav ul.menu > li:hover > ul.sub-menu {
    display: block !important;
  }
}

#main-nav ul.menu > li.current-menu-item:hover > a, #main-nav ul.menu > li.current-menu-ancestor:hover > a {
  color: #9e002a;
}

#main-nav ul.menu > li.current-menu-item.menu-item-has-children:after, #main-nav ul.menu > li.current-menu-ancestor.menu-item-has-children:after {
  border-color: #9e002a;
}

#main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

@media (min-width: 1180px) {
  #main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
    display: none;
  }
}

#main-nav ul.menu > li.menu-item-has-children:after {
  content: ' ';
  border: 3px solid #414141;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 14px;
  right: 17px;
}

#main-nav ul.menu > li.menu-item-has-children.expanded:after {
  border-width: 3px 0 0 3px;
  top: 19px;
}

#main-nav ul.menu > li.menu-item-has-children > a {
  margin: 0 50px 0 0;
}

@media (min-width: 1180px) {
  #main-nav ul.menu > li.menu-item-has-children:after {
    display: none;
  }
  #main-nav ul.menu > li.menu-item-has-children > a {
    margin: 0;
  }
}

#main-nav ul.sub-menu {
  width: 100%;
  position: static;
  background: #fcfcfc;
  border: 1px solid #d3d4d5;
  margin: 0;
  padding: 0;
}

#main-nav ul.sub-menu a {
  border: none;
  color: #414141;
  font-weight: bold;
  padding-left: 30px;
  text-transform: none;
}

#main-nav ul.sub-menu li.current-menu-item > a, #main-nav ul.sub-menu li.current-menu-ancestor > a {
  color: #9e002a;
}

#main-nav ul.sub-menu li {
  border-top: 1px solid #d3d4d5;
}

@media (min-width: 1180px) {
  #main-nav ul.sub-menu {
    background: #fff;
    border-top: 0;
    position: absolute;
    text-align: left;
    top: 48px;
    left: 0;
    padding: 15px 20px 20px;
    z-index: 100;
    width: 215px;
  }
  #main-nav ul.sub-menu a {
    padding: 5px 0;
    display: block;
  }
  #main-nav ul.sub-menu li {
    display: block;
    border-top: none;
    padding-top: 4px;
  }
  #main-nav ul.sub-menu li:hover > a {
    color: #9e002a;
  }
}

#footer-nav ul.menu {
  display: block;
}

#footer-nav ul.menu a {
  color: #fff;
  font-size: 13px;
}

nav#secondary-nav {
  display: none;
}

@media (min-width: 800px) {
  nav#secondary-nav {
    display: block;
  }
}

nav#secondary-nav ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

nav#secondary-nav ul.menu > li {
  display: inline-block;
  border-right: 1px solid #750001;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: static;
}

nav#secondary-nav ul.menu > li:last-child {
  border-right: none;
}

nav#secondary-nav ul.menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 800;
  padding: 24px 22px;
  text-align: center;
  color: #fff;
  position: relative;
}

@media (min-width: 800px) {
  nav#secondary-nav ul.menu > li > a {
    padding: 24px 12px;
  }
}

@media (min-width: 1180px) {
  nav#secondary-nav ul.menu > li > a {
    padding: 26px 35px;
    font-size: 19px;
  }
}

nav#secondary-nav ul.menu > li:hover > a, nav#secondary-nav ul.menu > li.current-menu-item > a, nav#secondary-nav ul.menu > li.current-menu-ancestor > a {
  background: #c20034;
  color: #fff;
}

nav#secondary-nav ul.menu > li.menu-item-has-children:hover > a:after {
  content: " ";
  border-bottom: 15px solid #781f2a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: -3px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}

nav#secondary-nav ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block !important;
}

nav#secondary-nav ul.sub-menu {
  background: #781f2a;
  position: absolute;
  text-align: left;
  top: 68px;
  left: 0;
  padding: 18px 15px;
  z-index: 100;
  width: 100%;
}

@media (min-width: 1180px) {
  nav#secondary-nav ul.sub-menu {
    top: 72px;
  }
}

nav#secondary-nav ul.sub-menu a {
  padding: 10px 15px;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 1180px) {
  nav#secondary-nav ul.sub-menu a {
    padding: 10px 15px;
    font-size: 15px;
  }
}

nav#secondary-nav ul.sub-menu > li:hover > a, nav#secondary-nav ul.sub-menu > li.current-menu-item > a {
  color: #c20034;
}

.project-item {
  display: block;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .project-item {
    margin-bottom: 80px;
  }
}

.project-item .meta .quote, .project-item .quote-author {
  text-align: left;
  padding-left: 0;
}

.project-item .quote, .project-item .quote p {
  margin-bottom: 8px;
  font-size: 28px;
}

@media (min-width: 768px) {
  .project-item .quote, .project-item .quote p {
    font-size: 36px;
  }
}

.project-item a.button {
  margin-top: 20px;
}

.project-item .meta {
  position: relative;
}

@media (min-width: 768px) {
  .project-item .meta {
    width: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .project-item:nth-child(odd) .meta {
    right: 0;
  }
  .project-item:nth-child(odd) .project-banner {
    float: left;
  }
  .project-item:nth-child(even) .meta {
    left: 0;
  }
  .project-item:nth-child(even) .project-banner {
    float: right;
  }
}

.project-banner {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-banner {
    width: 47%;
    display: inline-block;
  }
}

.project-banner .slide-image {
  min-height: 370px;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-banner .slide-image {
    min-height: 460px;
  }
}

.project-banner .owl-controls {
  height: 47px;
  width: 100%;
  bottom: 18px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
}

.project-banner .owl-prev {
  background-image: url("../img/arrow-left-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #202020;
  right: 63px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  color: white;
  text-indent: -9999px;
}

.project-banner .owl-next {
  background-image: url("../img/arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #202020;
  right: 15px;
  text-indent: -9999px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  color: white;
}

form, .post-content form {
  margin: 45px 0;
  clear: both;
  border: 1px solid #d3d4d5;
  border-radius: 25px;
  padding: 20px 45px 50px;
  background: white;
}

form h3, .post-content form h3 {
  text-transform: uppercase;
  font-size: 22px;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 21px 0 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], select, .custom-select {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #d3d4d5;
  color: #414141;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='tel']:focus, textarea:focus, .button:focus, input[type=submit]:focus, select:focus, .custom-select:focus {
  background: white;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 14px 22px;
  height: 46px;
  width: 100%;
}

@media (min-width: 800px) {
  input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
    width: 60%;
  }
}

textarea {
  padding: 10px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 10px 18px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #9e002a;
  height: 40px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: #bd0032;
  color: #fff;
}

.arrow-button {
  background: white;
  color: #414141;
}

select {
  padding: 10px 35px 10px 22px;
  height: 46px;
  background: transparent;
  position: relative;
}

.custom-select {
  position: relative;
  border: none;
  width: 100%;
}

@media (min-width: 800px) {
  .custom-select {
    width: 60%;
  }
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 16px;
  right: 24px;
  content: ' ';
  border: 2px solid #414141;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 25px;
  width: 24px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #d3d4d5;
  height: 22px;
  width: 22px;
  left: 0;
  position: absolute;
  top: 0px;
  border-radius: 3px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  border: 2px solid #414141;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='checkbox']:focus + .custom-checker:before, input[type='radio']:focus + .custom-checker:before {
  border-color: #9e002a;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #414141;
  background: #414141;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 5px;
}

#gfgeo-locator-button-wrapper-3_18 {
  margin-top: 10px;
}

#gfgeo-locator-button-wrapper-3_18:hover {
  background: #9e002a;
}

#gfgeo-locator-button-wrapper-3_18 .gfgeo-locator-button {
  color: white !important;
  background: #9e002a !important;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
}

#gfgeo-locator-button-wrapper-3_18 .gfgeo-locator-button:hover {
  background: #9e002a !important;
  cursor: pointer;
}

.gform_wrapper .gform_description {
  margin-bottom: 10px;
  display: block;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 14px;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: -5px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #eb0000;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #eb0000;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.6em;
  color: #eb0000;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0 4px 30px;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_radio input[type='checkbox'], .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type='radio'], .gform_wrapper .gfield_checkbox input[type='checkbox'], .gform_wrapper .gfield_checkbox input[type='radio'] {
  position: absolute;
  left: 0;
  top: 4px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.breadcrumbs {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 15px;
}

.breadcrumbs a {
  color: #9e002a;
  font-weight: normal;
}

.gallery {
  margin: 40px 0 !important;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  background: black;
  z-index: 1;
  opacity: 0;
}

.gallery .gallery-item a:hover:before {
  opacity: 0.3;
}

@media (min-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666%;
  }
}

.gallery br {
  display: none;
}

.gallery .column {
  display: inline-block;
  vertical-align: top;
}

.gallery .column.size-1of2 {
  width: 50%;
}

.gallery .column.size-1of3 {
  width: 33.33333%;
}

.gallery .column.size-1of4 {
  width: 25%;
}

.gallery .column.size-1of5 {
  width: 20%;
}

.gallery .column.size-1of6 {
  width: 16.66666%;
}

.gallery .column .gallery-item {
  width: 100%;
}

.social-links {
  margin: 2em 0;
}

.social-links a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: #9e002a no-repeat center;
  background-size: 55% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  margin: 4px 2px;
}

.social-links a:hover {
  background-color: #bd0032;
}

.social-links a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

.social-links a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

.social-links a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

.social-links a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

.social-links a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

.social-links a.google {
  background-image: url("../img/icon_google.svg");
}

.social-links a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.social-links a.vimeo {
  background-image: url("../img/icon_vimeo.svg");
}

.social-links a.email {
  background-image: url("../img/icon_email.svg");
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #d3d4d5;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #d3d4d5;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 14px;
  color: #767675;
  margin: -10px 0 10px;
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  clear: both;
  position: relative;
  height: 33px;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 6px;
  background: #9e002a;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.pagination .page-numbers:hover {
  background: #bd0032;
}

.pagination .page-numbers.current {
  background: #eeeeee;
  color: #414141;
}

.pagination .page-numbers.dots {
  background: #eeeeee;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  padding: 6px 12px;
}

.pagination .page-numbers.next {
  left: auto;
  right: 0;
}

.pagination .page-numbers a {
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: block;
  }
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  background: #9e002a;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) center no-repeat;
  background-size: 60% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.share-button:hover .share-icon {
  background: #bd0032;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  color: #888;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #9e002a;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
}

.share-popup .share-link:hover {
  background-color: #9e002a;
  border-top: 1px solid #9e002a;
  color: #fff;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 0.8em 0;
  padding: 0 0 0 1.2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.6em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #d3d4d5;
  clear: both;
  display: block;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}

.post-content .intro-text {
  font-size: 1.2rem;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d3d4d5;
  border-left: 1px solid #d3d4d5;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #eeeeee;
}

.top-banner {
  background: #202020;
  padding: 130px 0 0px;
  color: white;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 800px) {
  .top-banner {
    padding: 230px 0 0px;
  }
}

.compactor-quote {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 60px;
}

.compactor-quote .tagline {
  color: #9e002a;
  font-size: 28px;
  padding: 0 0 15px;
  margin-top: 38px;
  font-family: "Mayfield W00", Arial, sans-serif;
  font-weight: normal;
}

.compactor-quote:before {
  content: ' ';
  width: 38px;
  height: 38px;
  position: absolute;
  top: -37px;
  left: 42.5%;
  background-image: url("../img/roller.svg");
  background-size: 37px auto;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  .compactor-quote:before {
    left: 48%;
  }
}

@media (min-width: 768px) {
  .compactor-quote:before {
    left: 48%;
  }
}

.feature-steps {
  padding: 60px 0 30px;
  color: white;
  background: #9e002a;
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
}

.feature-steps:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 41%;
}

@media (min-width: 1000px) {
  .feature-steps:after {
    left: 48%;
  }
}

@media (min-width: 768px) {
  .feature-steps:after {
    left: 48%;
  }
}

@media (min-width: 1000px) {
  .feature-steps .step-item:first-child {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .feature-steps {
    padding: 90px 0 70px;
  }
}

.feature-steps .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.feature-steps .step-item {
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .feature-steps .step-item {
    width: 44%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    vertical-align: top;
    margin: 0 3% 40px;
  }
}

@media (min-width: 1000px) {
  .feature-steps .step-item {
    width: 27%;
  }
}

.feature-steps .step-item .text {
  padding: 7px 0;
  display: block;
}

.feature-steps .arrow-button {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.feature-steps h2 {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-weight: 800;
  font-size: 29px;
}

@media (min-width: 768px) {
  .feature-steps h2 {
    font-size: 39px;
  }
}

.feature-steps h3 {
  margin: 11px 0 0px;
  font-size: 28px;
}

@media (min-width: 768px) {
  .feature-steps h3 {
    font-size: 30px;
  }
}

.feature-steps .step {
  font-family: "Mayfield W00";
  color: #000;
  font-weight: normal;
}

.feature-steps .feature-image img {
  width: 43px;
  height: auto;
}

.feature-boxes {
  display: block;
}

@media (min-width: 800px) {
  .feature-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

a.feature-item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  color: white;
  padding: 30px;
  min-height: 160px;
  overflow: hidden;
}

@media (min-width: 768px) {
  a.feature-item {
    width: 100%;
    min-height: 230px;
  }
}

.feature-item {
  background: #eeeeee;
}

.feature-item:nth-child(2n) {
  background: #f6f6f6;
}

.feature-item:nth-child(3n) {
  background: #9e002a;
  color: white;
}

.feature-item:nth-child(3n) h5 {
  color: white;
}

.feature-item:nth-child(3n) a.button {
  background: #8dc63f;
}

.feature-item:nth-child(3n) a.button:nth-child(2n) {
  background: white;
  color: #414141;
}

.feature-item .wrap {
  padding: 34px 20px 30px 20px;
}

@media (min-width: 768px) {
  .feature-item .wrap {
    padding: 41px 38px 38px 38px;
  }
}

.feature-item h5 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0px 0 2px;
  color: black;
}

@media (min-width: 800px) {
  .feature-item h5 {
    font-size: 22px;
  }
}

.feature-item a.button {
  margin-bottom: 10px;
  margin-right: 10px;
}

.home .pageHero {
  color: #fff;
  height: 415px;
  position: relative;
}

@media (min-width: 768px) {
  .home .pageHero {
    height: 505px;
  }
}

.home .pageHero a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  padding: 7px 6px;
  background: #8dc63f;
  display: block;
  border: medium none;
  border-radius: 30px;
  display: inline-block;
  padding: 18px 22px 15px 22px;
  width: auto;
  font-weight: 600;
  transition-duration: 0.2s;
}

.home .pageHero a:hover {
  background: #7ab32c;
}

.home .pageHero a img.calculator {
  width: 22px;
  height: auto;
  padding: 0 0 0 4px;
}

@media (min-width: 768px) {
  .home .pageHero a img.calculator {
    width: 28px;
  }
}

@media (min-width: 768px) {
  .home .pageHero a {
    font-size: 18px;
  }
}

.home .pageHero .job-counter {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: block;
  font-family: "Mayfield W00";
}

@media (min-width: 680px) {
  .home .pageHero .job-counter {
    right: 20px;
    left: auto;
    font-size: 25px;
  }
}

.home .pageHero .numbers {
  display: inline-block;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  color: #414141;
  font-weight: 800;
  font-size: 18px;
}

.home .pageHero .numbers .number {
  width: 16px;
  height: 18px;
  background: white;
  padding: 5px 6px;
  border-radius: 2px;
  margin: 0 0 0 2px;
}

@media (min-width: 680px) {
  .home .pageHero .numbers .number {
    margin: 0 0 0 4px;
    padding: 7px 8px;
    font-size: 26px;
  }
}

.home .pageHero .overlay {
  opacity: 0.32;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-out;
}

.hero_slides {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hero_slides .bottom-gradient:before {
  background: linear-gradient(to top, rgba(5, 4, 4, 0.4) 10%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.slide {
  height: 100%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide .inner {
  left: 0;
  max-width: 1210px;
  padding: 35px 20px 80px 43px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 680px) {
  .slide .inner {
    padding: 50px 20px 100px 90px;
  }
}

@media (min-width: 800px) {
  .slide .inner {
    padding: 95px 20px 127px 90px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.slide .banner-content {
  text-align: left;
  max-width: 600px;
}

.slide .slide_links {
  text-align: center;
}

.slide h2.main-title {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.slide h2 {
  font-size: 29px;
  color: white;
  line-height: 1.1em;
  margin: 0 0 15px;
}

@media (min-width: 680px) {
  .slide h2 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .slide h2 {
    font-size: 50px;
  }
}

.slide a.buttton {
  color: #8dc63f;
}

@media (min-width: 768px) {
  .slide a.buttton {
    font-size: 22px;
  }
}

.slide a.buttton:hover {
  color: white;
  transition-duration: 0.2s;
}

.slide_image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.owl-carousel {
  position: absolute;
}

.owl-carousel .owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.owl-controls {
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 680px) {
  .owl-controls {
    bottom: 0px;
  }
}

.hero_slides .owl-controls {
  top: 0;
}

.owl-pagination {
  left: 0px;
  position: absolute;
  top: 39px;
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 680px) {
  .owl-pagination {
    top: 54px;
    padding-left: 53px;
  }
}

@media (min-width: 800px) {
  .owl-pagination {
    max-width: 1250px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 105px;
  }
}

.owl-page {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 16px;
  transition: background 0.2s;
}

@media (min-width: 680px) {
  .owl-page {
    width: 10px;
    height: 10px;
    margin: 0 0 23px;
  }
}

.owl-page:hover {
  background: white;
}

.owl-page.active {
  background: white;
}

.gallery-block {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px 50px;
  box-sizing: content-box;
}

.gallery-block .gallery-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 680px) {
  .gallery-block .gallery-row {
    margin: 0 -3px;
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-row {
    margin: 0 -0.4%;
    padding: 0.4% 0;
  }
}

.gallery-block .gallery-item {
  overflow: hidden;
  position: relative;
  outline: none;
  width: 100%;
  margin: 3px 0;
  background: #000;
}

@media (min-width: 680px) {
  .gallery-block .gallery-item {
    margin: 3px;
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-item {
    margin: 0 0.4%;
  }
}

.gallery-block .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-block .caption {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (min-width: 680px) {
  .gallery-block .gallery-row.mixed .landscape {
    width: calc(100% - 6px);
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-row.mixed .landscape {
    width: 49.2%;
  }
}

@media (min-width: 680px) {
  .gallery-block .gallery-row.mixed .portrait {
    width: calc(50% - 6px);
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-row.mixed .portrait {
    width: 24.2%;
  }
}

@media (min-width: 680px) {
  .gallery-block .gallery-row.portrait .portrait {
    width: calc(33.3333% - 6px);
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-row.portrait .portrait {
    width: 32.5333%;
  }
}

@media (min-width: 680px) {
  .gallery-block .gallery-row.landscape .landscape {
    width: calc(100% - 6px);
  }
}

@media (min-width: 800px) {
  .gallery-block .gallery-row.landscape .landscape {
    width: 49.2%;
  }
}

.testimonial-panel {
  margin: 50px 0;
  display: block;
  overflow: hidden;
}

blockquote, .quote {
  font-family: "Mayfield W00";
  font-size: 31px;
  color: #9e002a;
  margin: 30px 0px 10px;
  padding: 0 20px 0 20px;
  text-align: center;
}

blockquote p, .quote p {
  line-height: 1.4em;
  margin-bottom: 0;
}

.quote-author {
  font-family: "Mayfield W00";
  font-weight: normal;
  color: #414141;
  font-size: 20px;
  text-align: center;
}

.testimonial-panel.single-testimonial .quote {
  margin-top: 0;
}

.testimonial-panel.single-testimonial .quote p {
  margin-top: 0;
}

.testimonial-panel.single-testimonial .wrap {
  display: block;
}

@media (min-width: 680px) {
  .testimonial-panel.single-testimonial .wrap .quote-text {
    width: 70%;
    float: left;
    display: inline-block;
  }
}

.testimonial-panel.single-testimonial .wrap .quote {
  text-align: left;
  margin-top: 0;
}

.testimonial-panel.single-testimonial .wrap .quote p {
  margin-top: 0;
}

.testimonial-panel.single-testimonial .wrap .quote-author {
  text-align: left;
  padding: 0 20px;
}

.testimonial-panel.single-testimonial .wrap .quote-logo {
  display: none;
}

@media (min-width: 680px) {
  .testimonial-panel.single-testimonial .wrap .quote-logo {
    display: inline-block;
    float: right;
    width: 27%;
  }
}

.testimonial-slides {
  padding: 0 30px;
}

.testimonial-slides .testimonial-slide {
  max-width: 725px;
  margin: 0 auto;
}

.testimonial-slides .wrap {
  display: block;
}

@media (min-width: 680px) {
  .testimonial-slides .wrap .quote-text {
    width: 70%;
    float: left;
    display: inline-block;
  }
}

.testimonial-slides .wrap .quote {
  text-align: left;
  margin-top: 0;
}

.testimonial-slides .wrap .quote p {
  margin-top: 0;
}

.testimonial-slides .wrap .quote-author {
  text-align: left;
  padding: 0 20px;
}

.testimonial-slides .wrap .quote-logo {
  display: none;
}

@media (min-width: 680px) {
  .testimonial-slides .wrap .quote-logo {
    display: inline-block;
    float: right;
    width: 27%;
  }
}

.testimonial-slides .owl-controls {
  height: 0;
  width: 100%;
  top: 40%;
  left: 0;
  position: absolute;
  transform: translate(0, -50%);
}

.testimonial-slides .owl-prev {
  border-left: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  left: 5px;
  position: absolute;
  height: 23px;
  width: 23px;
  text-indent: -9999px;
  transform: rotate(45deg);
}

.testimonial-slides .owl-next {
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  right: 5px;
  position: absolute;
  height: 23px;
  width: 23px;
  text-indent: -9999px;
  transform: rotate(-45deg);
}

.double-image-block {
  padding: 0 0 30px;
}

.double-image-block .gallery-row {
  padding-bottom: 30px;
}

.hub .row {
  display: block;
  margin: 0 -1%;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .hub .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.hub .row h2 {
  margin-top: 0;
  font-size: 38px;
}

@media (min-width: 768px) {
  .hub .row h2 {
    font-size: 44px;
  }
}

.hub .row .item {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hub .row .item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  .hub .row .item {
    padding: 0 1.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33%;
    vertical-align: top;
  }
}

.hub .row .item a.button:hover {
  background: #bd0032;
  color: white;
}

.hub .row .slide {
  height: 330px;
}

.hub .row .item.intro {
  display: block;
}

@media (min-width: 1000px) {
  .hub .row .item.large-category {
    width: 66%;
  }
  .hub .row .item.large-category img {
    width: 100%;
  }
}

.hub .row .item.large-category a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  color: #9e002a;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hub .row .item.large-category a.button:hover {
  background: #bd0032;
  color: white;
}

.hub .row .overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
}

.hub .row .item.small-category a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  color: #9e002a;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hub .row .item.small-category a.button:hover {
  background: #bd0032;
  color: white;
}

.hub .slide-image {
  height: 230px;
}

@media (min-width: 800px) {
  .hub .slide-image {
    height: 330px;
  }
}

.hub .slide-image img {
  width: 100%;
}

@media (min-width: 1000px) {
  .hub .slide-image img {
    max-width: 100%;
    width: 100%;
  }
}

.category-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.category-banner .wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: white;
  z-index: 1;
}

@media (min-width: 768px) {
  .category-banner .wrap h3 {
    font-size: 39px;
    margin-bottom: 0;
  }
}

.category-banner .wrap p {
  margin-top: 2px;
}

.category-banner .owl-controls {
  height: 0;
  width: 100%;
  bottom: 20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
}

.category-banner .owl-prev {
  background-image: url("../img/arrow-left-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #202020;
  right: 63px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  color: white;
  text-indent: -9999px;
  bottom: 0;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.category-banner .owl-prev:hover {
  background-color: #bd0032;
}

.category-banner .owl-next {
  background-image: url("../img/arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #202020;
  right: 15px;
  text-indent: -9999px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  color: white;
  bottom: 0;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.category-banner .owl-next:hover {
  background-color: #bd0032;
}

.sticky-support {
  position: fixed;
  bottom: 0px;
  background: #8dc63f;
  right: 0;
  z-index: 100;
  color: white;
  width: 160px;
  min-width: 0;
  padding: 16px 13px 11px 17px;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 20px;
}

.sticky-support:after {
  top: auto;
  bottom: 20px;
  height: 20px;
}

.sticky-support .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
}

.sticky-support .icon img {
  width: 21px;
  height: auto;
  transform: translate(13%, 1%);
}

.sticky-support .text {
  margin-bottom: 5px;
}

.home #content {
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 200px;
}

@media (min-width: 800px) {
  .home #content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.home-content .wrap {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .home-content .wrap {
    margin: 25px 0 0;
  }
}

.home-content a.button {
  margin: 0 10px 10px 0;
}

@media (min-width: 680px) {
  .home-content .home-info {
    width: calc(100% - 223px);
    display: inline-block;
  }
}

.wa-logo {
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 680px) {
  .wa-logo {
    float: right;
  }
}

.home .testimonial-panel {
  background: #202020;
  color: white;
  padding: 30px 0;
  margin: 0;
}

@media (min-width: 768px) {
  .home .testimonial-panel {
    padding: 40px 0;
  }
}

.home .testimonial-panel a.read-more {
  margin: 15px 0 0 0;
  display: block;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .home .testimonial-panel a.read-more {
    display: inline-block;
    padding-left: 0;
  }
}

.home .testimonial-panel .quote-author {
  font-size: 16px;
  margin: 0;
  padding: 0 20px 0 20px;
  color: white;
  text-align: left;
}

@media (min-width: 768px) {
  .home .testimonial-panel .quote-author {
    font-size: 19px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

.home .testimonial-panel .quote {
  margin: 5px 0;
  padding: 0 20px 0 20px;
  font-size: 19px;
  position: relative;
  color: white;
  text-align: left;
}

@media (min-width: 768px) {
  .home .testimonial-panel .quote {
    font-size: 25px;
    padding: 0 20px 0 20px;
  }
}

.home .testimonial-panel .quote p {
  margin: 0 0 10px;
  position: relative;
}

.home .testimonial-panel .quote:before {
  content: ' " ';
  font-size: 180px;
  left: -10px;
  line-height: 55px;
  position: absolute;
  top: 47px;
  color: #383838;
  font-family: "Mayfield W00";
}

@media (min-width: 768px) {
  .home .testimonial-panel .quote:before {
    font-size: 180px;
  }
}

.home .work-hub {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .home .work-hub {
    padding: 85px 0 60px 0;
  }
}

.services-single .service-header {
  padding: 40px 0;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .services-single .service-header {
    padding: 70px 0;
  }
}

.services-single .service-header h1 {
  margin-bottom: 0;
}

.services-single .feature-image {
  display: block;
}

@media (min-width: 800px) {
  .services-single .feature-image {
    width: 67%;
    display: inline-block;
    float: left;
  }
}

.services-single .intro {
  display: block;
  padding: 30px 0 0;
}

@media (min-width: 800px) {
  .services-single .intro {
    width: 30%;
    float: right;
    display: inline-block;
    padding: 0px 0 0;
  }
  .services-single .intro .breadcrumbs {
    padding-bottom: 95px;
  }
}

.services-single .fancy-gallery {
  margin-bottom: 80px;
}

.single-project.wrapper {
  max-width: 1250px;
}

.single-project .top-banner {
  margin-bottom: 40px;
  height: 200px;
}

@media (min-width: 800px) {
  .single-project .top-banner {
    height: 440px;
    margin-bottom: 70px;
  }
}

.single-project .small-width {
  padding-bottom: 0;
}

.category-header {
  background: #eeeeee;
  position: relative;
  margin-bottom: 70px;
}

.category-header:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 48%;
}

.category-header #content {
  min-height: 200px;
  padding-bottom: 50px;
}

.category-header .wrap {
  display: block;
}

.category-header .wrap h1 {
  vertical-align: top;
}

@media (min-width: 768px) {
  .category-header .wrap h1 {
    display: inline-block;
    width: 34%;
  }
}

.category-header .wrap .intro-text {
  vertical-align: top;
}

@media (min-width: 768px) {
  .category-header .wrap .intro-text {
    display: inline-block;
    width: 60%;
  }
}

.form-page .small-width {
  max-width: 650px;
}

.form-page .intro {
  text-align: center;
  color: white;
}

.form-page .gform_wrapper .gfield_required {
  float: left;
  color: black;
}

.form-page h2 {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 25px;
}

@media (min-width: 800px) {
  .form-page h2 {
    font-size: 44px;
  }
}

.quick-quote {
  background: #202020;
}

.quick-quote .small-width {
  max-width: 640px;
}

.quick-quote .wrap {
  display: block;
  margin: 50px 0 0;
}

.quick-quote .quick-sidebar, .quick-quote .quick-form {
  display: block;
}

@media (min-width: 800px) {
  .quick-quote .quick-sidebar, .quick-quote .quick-form {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
}

.quick-quote .quick-sidebar a, .quick-quote .quick-form a {
  color: #8dc63f;
}

.quick-quote .quick-sidebar {
  margin-bottom: 30px;
  color: white;
}

@media (min-width: 800px) {
  .quick-quote .quick-sidebar {
    width: 35%;
    text-align: left;
    padding-right: 40px;
    margin-bottom: 0;
  }
}

.quick-quote .quick-sidebar p {
  margin-top: 0;
}

.quick-quote input[type="submit"] {
  background-image: url(../img/calculator-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 23px) center;
  background-size: 22px auto;
  padding-right: 55px !important;
}

@media (min-width: 800px) {
  .quick-quote .quick-form {
    width: 60%;
    max-width: 360px;
    float: right;
    margin-bottom: 80px;
  }
}

.quick-quote .quick-form form {
  margin-top: 0;
  padding: 21px 35px 40px;
}

.quick-quote .quick-form form input[type='text'] {
  width: 100%;
}

.quick-quote .quick-form form .button {
  height: 54px;
  padding: 15px 28px;
  font-size: 18px;
}

.measure-quote .intro {
  background: #202020;
  padding-top: 70px;
  text-align: center;
  color: white;
}

.measure-quote .intro a {
  color: #8dc63f;
}

.measure-quote .intro {
  padding-bottom: 70px;
}

.measure-quote .small-width {
  padding-bottom: 0;
}

.measure-quote .form-intro {
  text-align: center;
}

.measure-quote .form-intro .subtitle {
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
}

.measure-quote .form-intro h2 {
  margin-top: 5px;
}

.measure-quote form {
  border: none;
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}

.measure-quote form h2 {
  text-align: center;
}

.measure-quote form .gfield_description {
  margin: 2px 0 8px !important;
}

.measure-quote form .ginput_container_fileupload .button {
  background: #414141;
  margin: 10px 0;
}

.measure-quote form input[type='text'], .measure-quote form textarea {
  width: 100%;
}

.measure-quote form hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 30px 0;
}

.measure-quote form input[type="radio"] {
  top: 13px !important;
  left: 14px !important;
}

.measure-quote form ul#input_3_13 li {
  background: white;
  border: 1px solid #d3d4d5;
  border-radius: 25px;
  padding: 14px 14px 14px 46px;
  margin-bottom: 10px;
}

.measure-quote form ul#input_3_13 input[type="checkbox"] + .custom-checker:before, .measure-quote form ul#input_3_13 input[type="radio"] + .custom-checker:before {
  top: 13px;
  left: 14px;
}

.measure-quote form ul#input_3_13 input[type="radio"] + .custom-checker:after {
  background: #9e002a;
  border: none;
  width: 14px;
  height: 14px;
  top: 18px;
  left: 19px;
}

.measure-quote form input[type="submit"] {
  height: 54px;
  padding: 15px 28px;
  font-size: 14px;
  margin: 20px auto 0;
}

@media (min-width: 800px) {
  .measure-quote form input[type="submit"] {
    background-image: url(../img/calculator-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-size: 22px auto;
    padding-right: 55px !important;
    margin: 50px auto 0;
    font-size: 18px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}

.mfp-no-overlay.mfp-bg.mfp-ready {
  opacity: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*# sourceMappingURL=../maps/main.css.map */
