/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
.slideshow-container {
  position: relative; }
  .slideshow-container .slideshow {
    position: relative;
    height: 500px;
    width: 100vw; }
    .slideshow-container .slideshow .slide {
      top: 0;
      left: 0;
      position: absolute;
      opacity: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      .slideshow-container .slideshow .slide:nth-child(1) {
        opacity: 1;
        z-index: 2; }
      .slideshow-container .slideshow .slide:nth-child(2) {
        opacity: 1;
        z-index: 1; }
    .slideshow-container .slideshow img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 500px;
      width: 100vw; }
  .slideshow-container .slide-text {
    position: absolute;
    right: 1em;
    top: 0;
    background: #202022;
    z-index: 10;
    max-width: 500px;
    padding: 0 1em;
    padding-bottom: 3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #FFF; }
    .slideshow-container .slide-text .header1 {
      font-size: 4em;
      display: block; }
    .slideshow-container .slide-text .header2 {
      font-size: 2em;
      margin-top: -0.5em;
      display: block; }
    @media (max-width: 550px) {
      .slideshow-container .slide-text {
        max-width: 100%;
        padding: 1em;
        background: rgba(32, 32, 34, 0.85);
        right: 0; } }
  @media (max-width: 550px) {
    .slideshow-container {
      display: none; } }

.section2 {
  background: #202022;
  padding: 2em 0;
  color: #FFF; }

.section3 {
  background: #f91f14;
  display: table;
  color: #FFF; }
  .section3 .header1 {
    font-size: 3em;
    display: block; }
  .section3 .header2 {
    font-size: 1.5em;
    display: block;
    margin-top: -0.5em; }
  .section3 .right {
    width: 450px;
    background: url(../images/custom/section3_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
    display: table-cell; }
  .section3 .left {
    display: table-cell;
    padding: 2em 1em; }
  @media (max-width: 850px) {
    .section3 .right {
      display: inline-block;
      width: 100%;
      max-height: 400px;
      background: url(../images/custom/section3_bg.jpg) no-repeat center center fixed;
      background-size: cover; }
    .section3 .left {
      display: inline-block; } }

.section4 {
  background: #202022;
  padding: 2em 0;
  color: #FFF; }
  .section4 .header1 {
    font-size: 2em;
    display: block; }
  .section4 .line-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .section4 .product-line {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em; }
    .section4 .product-line:first-child {
      margin-right: 1em;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 39%; }
    .section4 .product-line:last-child {
      margin-left: 1em; }
    .section4 .product-line p {
      font-size: 0.8em;
      padding-bottom: 1em;
      padding-top: 1em; }
    .section4 .product-line.larger {
      max-width: 58%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    @media (max-width: 1125px) {
      .section4 .product-line:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 100%; }
      .section4 .product-line.larger {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 100%; } }
  .section4 .logos {
    margin-top: auto; }
    .section4 .logos a {
      padding: 0.1em;
      display: inline-block; }
      .section4 .logos a img {
        width: 100px;
        border: 1px solid transparent; }
      .section4 .logos a:hover img {
        border-color: #f91f14; }
  @media (max-width: 720px) {
    .section4 .line-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section4 .line-container .product-line {
        margin-right: 0;
        margin-left: 0; } }

.section5 {
  background: #e8e8e8;
  padding: 2em 0;
  color: #202022; }
  .section5 .header1 {
    font-size: 2em;
    display: block; }
  .section5 .header2 {
    font-size: 1.25em;
    display: block;
    margin-top: -0.5em; }
  .section5 .testimonial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .section5 .testimonial {
    padding: 1em;
    background: white;
    width: calc((100% / 3) - 2em);
    margin: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section5 .testimonial p {
      font-size: 0.8em; }
    .section5 .testimonial .img {
      max-width: 75px;
      max-height: 75px; }
    .section5 .testimonial .name-image {
      margin-top: auto; }
    .section5 .testimonial .link {
      text-align: center;
      text-decoration: none; }
  .section5 .more-link {
    text-align: center;
    display: block;
    text-decoration: none; }
    .section5 .more-link:hover {
      color: #000; }
  @media (max-width: 720px) {
    .section5 .testimonial-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section5 .testimonial-container .testimonial {
        width: 100%;
        margin: 0;
        margin-top: 1em; } }

.section6 {
  background: url(../uploads/gallery/residential/16.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 9em 0;
  color: #FFF; }
  .section6 .link-container {
    position: relative;
    display: block;
    overflow: hidden; }
    .section6 .link-container:before {
      background: url(../uploads/gallery/residential/16.jpg) no-repeat center center fixed;
      background-size: cover;
      content: '';
      -webkit-filter: blur(5px);
              filter: blur(5px);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      overflow: hidden;
      z-index: 1; }
  .section6 .gallery-link {
    text-decoration: none;
    font-size: 3em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 900; }
    .section6 .gallery-link .line1,
    .section6 .gallery-link .line2 {
      display: block; }
    .section6 .gallery-link .line2 {
      font-size: 5rem;
      margin-top: -0.25em; }
    .section6 .gallery-link:hover {
      color: #e8e8e8; }
  @media (max-width: 720px) {
    .section6 {
      padding: 4em 0; }
      .section6 .gallery-link .line2 {
        font-size: 3rem; } }
