body {
  font-family: Lato, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif;
  font-weight: 200; }

.row {
  max-width: 1200px; }

a {
  color: #fff; }
  a:hover, a.active {
    color: #ac9869; }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200; }
  @media screen and (max-width: 640px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

.button, .btn {
  background-color: transparent;
  border: 1px solid #ac9869;
  color: #ac9869;
  text-transform: uppercase;
  letter-spacing: 0.01;
  font-size: 14px;
  font-family: Lato, sans-serif; }
  .button:hover, .btn:hover {
    background: #ac9869;
    color: #fff; }

h1 {
  font-size: 28px;
  font-weight: 200; }
  @media screen and (min-width: 641px) {
    h1 {
      font-size: 34px; } }

hr {
  width: 150px;
  border-color: #e5e5e5;
  text-align: center; }

.text-center hr {
  margin-left: auto;
  margin-right: auto; }

input[type=text], input[type=email], textarea {
  box-shadow: none;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 49px;
  border: 1px solid #e5e5e5;
  font-weight: 200;
  font-size: 16px; }

textarea {
  min-height: 110px; }

.gray {
  background: #f4f4f4; }

header {
  background-color: #fff;
  transition: background-color 1s ease 0s;
  padding: 0px;
  letter-spacing: 0.08em;
  min-height: 73px; }
  header.opaque {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 1s ease 0s; }
  header.fixed {
    border-bottom: 1px solid #f4f4f4; }
  header .site-title {
    background: url(../images/dj-benchworks-logo.svg) 17px 24px/auto 26px no-repeat;
    width: 265px;
    height: 50px;
    display: block;
    padding: 0; }
    header .site-title h1 {
      text-indent: -9999px; }
  header nav {
    padding: 12px 0 0;
    display: none;
    height: 100%;
    position: absolute;
    top: 73px;
    z-index: 500;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }
    header nav ul {
      margin-left: 0; }
    header nav li {
      list-style-type: none;
      display: block;
      margin: 30px 0 10px;
      text-align: center; }
      header nav li a {
        font-size: 20px;
        line-height: 20px;
        color: #fff; }
        header nav li a.active {
          color: #fff; }
        header nav li a:hover {
          color: #ac9869 !important; }
  header .toggle-menu {
    display: block;
    width: 21px;
    height: 22px;
    position: absolute;
    right: 17px;
    cursor: pointer;
    top: 25px;
    background: url(../images/menu-icon.svg) center center/100% auto no-repeat; }
    header .toggle-menu:hover {
      opacity: 0.8; }
    header .toggle-menu.expanded {
      background: url(../images/menu-close.svg) center center/100% auto no-repeat; }
  @media screen and (min-width: 768px) {
    header {
      padding: 26px 20px 1px; }
      header.fixed {
        position: relative;
        border: none; }
      header .site-title {
        margin: 0 auto 20px;
        width: 321px;
        height: 46px;
        padding: 0;
        background: url(../images/dj-benchworks-logo.svg) center top/100% auto no-repeat; }
      header nav {
        display: block !important;
        width: auto;
        height: auto;
        position: relative;
        background: none;
        top: 0; }
        header nav li {
          display: inline-block;
          margin: 0; }
        header nav ul {
          text-align: right; }
        header nav a {
          font-weight: 300;
          padding-bottom: 8px;
          color: #999 !important;
          margin: 0 0 0 45px; }
          header nav a.active {
            border-bottom: 1px solid #e5e5e5;
            color: #000 !important; }
      header .toggle-menu {
        display: none; } }
  @media screen and (max-width: 767px) {
    header.fixed nav {
      min-height: 230px; } }
  header.fixed {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out; }

/* carousel */
.carousel .owl-item img {
  height: auto;
  width: 100%;
  display: block; }
.carousel .item {
  margin: 0px; }
.carousel .owl-dots {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center; }
  .carousel .owl-dots .owl-dot {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    overflow: hidden;
    margin: 0 4px; }
    .carousel .owl-dots .owl-dot.active, .carousel .owl-dots .owl-dot:hover {
      background: rgba(255, 255, 255, 0.5);
      border: none; }
.carousel #slides {
  position: relative;
  text-align: center;
  display: none;
  /*max-height: 252px;
		img{ height: 252px; }*/ }
.carousel .owl-nav > div {
  position: absolute;
  top: 48%;
  margin-top: -22px;
  text-indent: -9999px;
  width: 24px;
  height: 44px;
  opacity: 0.2; }
  .carousel .owl-nav > div:hover {
    opacity: 0.5; }
  @media screen and (max-width: 640px) {
    .carousel .owl-nav > div {
      display: none; } }
.carousel .owl-prev {
  left: 20px;
  z-index: 301;
  background: url(../images/arrow-prev.png) left center/100% auto no-repeat; }
.carousel .owl-next {
  right: 20px;
  z-index: 302;
  background: url(../images/arrow-next.png) right center/100% no-repeat; }
@media screen and (min-width: 768px) {
  .carousel .owl-controls {
    overflow: visible; }
    .carousel .owl-controls .owl-dots {
      bottom: 30px;
      text-align: center; }
  .carousel #slides {
    /*max-height: 630px;	*/
    /* img{height:auto;max-height: 630px;} */ }
    .carousel #slides .slidesjs-pagination {
      bottom: 30px; } }

/* homepage */
.home:not('footer') p {
  padding-bottom: 30px;
  font: 400 12px/22px Lato; }
.home .gray {
  padding-top: 50px;
  padding-bottom: 25px; }
  .home .gray p {
    padding-bottom: 30px;
    font: 400 15px/25px Lato; }
.home .show-button {
  display: inline-block; }
@media screen and (min-width: 768px) {
  .home:not('footer') p {
    padding-bottom: 40px;
    font: 16px/26px Lato; }
  .home .gray {
    padding-top: 75px;
    padding-bottom: 45px; }
    .home .gray p {
      font: 18px/28px Lato; } }

.featured-text {
  padding-top: 38px; }
  .featured-text a {
    color: #ac9869; }
    .featured-text a:hover {
      color: #000; }
  @media screen and (min-width: 768px) {
    .featured-text {
      padding-top: 73px; }
      .featured-text hr {
        margin-bottom: 30px; } }

.featured-images {
  padding-top: 15px;
  padding-bottom: 25px; }
  .featured-images a {
    position: relative;
    display: block; }
    .featured-images a .overlay {
      z-index: 3;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      cursor: pointer;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out;
      opacity: 0;
      padding: 0 30px;
      text-align: center;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .featured-images a span {
      width: 100%;
      cursor: pointer;
      text-align: center;
      color: #fff;
      position: relative;
      top: 50%;
      display: block;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-weight: lighter; }
    .featured-images a:hover .overlay {
      opacity: 1; }
  @media screen and (min-width: 768px) {
    .featured-images {
      padding-top: 27px;
      padding-bottom: 40px; } }

.fancybox-next {
  right: -75px; }
  @media screen and (min-width: 768px) {
    .fancybox-next {
      right: -85px; }
      .fancybox-next span {
        height: 48px; } }

.fancybox-prev {
  left: -60px; }
  @media screen and (min-width: 768px) {
    .fancybox-prev {
      left: -70px; }
      .fancybox-prev span {
        height: 48px; } }

.fancybox-skin {
  border-radius: 0 0 0 0; }

.fancybox-close {
  right: -40px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/close-modal.png) center center/100% auto no-repeat;
  opacity: 0.5; }
  .fancybox-close:hover {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .fancybox-close {
      right: -50px;
      width: 40px;
      height: 40px; } }

@media screen and (max-width: 600px) {
  .fancybox-title-float-wrap .child {
    font-size: 13px; } }

/* contact page */
.contact-page .hero {
  background: url(../images/contact-banner-mobile-1920x900.jpg) 0 0/cover no-repeat;
  width: 100%;
  height: 252px; }
  @media screen and (min-width: 768px) {
    .contact-page .hero {
      background: url(../images/contact-banner-2880x900.jpg) 0 0/cover no-repeat;
      width: 100%;
      height: 450px; } }
.contact-page .subfooter {
  display: none; }

.contact {
  padding-top: 7%;
  padding-bottom: 7%;
  background: #fff; }
  .contact input[type=text], .contact input[type=email], .contact textarea {
    max-width: 500px; }
  .contact a {
    color: #ac9869; }
  .contact h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0; }
  .contact hr {
    margin-bottom: 34px; }
  .contact p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }
  .contact .map-link {
    text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .contact {
      padding-top: 65px;
      padding-bottom: 65px; }
      .contact hr {
        margin-bottom: 48px; } }

.scroll-top-wrapper {
  bottom: 13px;
  height: 37px;
  line-height: 47px;
  right: 13px;
  width: 37px;
  opacity: 0;
  overflow: hidden;
  padding-top: 2px;
  position: fixed;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  z-index: 300; }
  .scroll-top-wrapper.show {
    cursor: pointer;
    opacity: 1;
    visibility: visible; }
  .scroll-top-wrapper .scroll-top-inner {
    background: url(../images/icon-arrow-up.png) center top/100% auto no-repeat #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #ac9869;
    display: block; }
  @media screen and (min-width: 768px) {
    .scroll-top-wrapper {
      bottom: 30px;
      height: 52px;
      line-height: 47px;
      right: 30px;
      width: 52px; }
      .scroll-top-wrapper .scroll-top-inner {
        width: 50px;
        height: 50px; } }

.subfooter {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/contact-banner-mobile-1920x426.jpg) center top/cover no-repeat black;
  padding-top: 50px;
  padding-bottom: 50px; }
  .subfooter h3 {
    font-weight: 200;
    font-size: 22px;
    color: #fff; }
    .subfooter h3 a {
      color: #ac9869;
      display: block; }
      .subfooter h3 a:hover {
        color: #fff; }
  .subfooter hr {
    width: 150px;
    text-align: center;
    margin: 27px auto 0;
    border-color: #787878; }
  @media screen and (min-width: 768px) {
    .subfooter {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/contact-banner-2880x426.jpg) center top/cover no-repeat black;
      padding-top: 75px;
      padding-bottom: 80px; }
      .subfooter h3 {
        font-size: 30px; }
        .subfooter h3 a {
          display: inline-block; }
      .subfooter br {
        display: none; } }

footer {
  padding-top: 27px;
  padding-bottom: 30px;
  background: #777675;
  color: #fff; }
  footer span {
    font-size: 12px;
    display: block;
    line-height: 32px; }
    footer span.phone {
      display: inline-block;
      margin-left: 14px;
      margin-right: 14px; }
  footer .copyright {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    margin-top: 16px; }
  @media screen and (min-width: 768px) {
    footer {
      padding-top: 67px;
      padding-bottom: 39px; }
      footer span {
        font-size: 14px;
        line-height: 16px;
        display: inline-block; }
        footer span:not(:first-child) {
          margin-left: 30px; }
        footer span.phone {
          margin-right: 0;
          margin-left: 28px; }
        footer span:first-child {
          margin-right: 3px; }
      footer .copyright {
        font-size: 12px;
        margin-top: 28px; } }
