.page-template-page_landingpage .pageHeader {
  height: 640px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  margin-left: -15px;
  margin-right: -15px; }
  .page-template-page_landingpage .pageHeader .container {
    height: 100%; }
    .page-template-page_landingpage .pageHeader .container .row {
      height: 100%; }
      .page-template-page_landingpage .pageHeader .container .row > div {
        height: 100%; }
  .page-template-page_landingpage .pageHeader .inner {
    padding-top: 200px; }
    .page-template-page_landingpage .pageHeader .inner h1 {
      font-size: 50px;
      text-transform: uppercase;
      margin-bottom: 50px; }
  .page-template-page_landingpage .pageHeader .explore_more {
    position: absolute;
    bottom: 20px; }
.page-template-page_landingpage .contentBlock {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #F7F7F7; }
  .page-template-page_landingpage .contentBlock img {
    border: 30px solid #FFF;
    max-width: 100%;
    height: auto; }
  .page-template-page_landingpage .contentBlock h2 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .page-template-page_landingpage .contentBlock.content3 {
    background-color: #FFF; }
  .page-template-page_landingpage .contentBlock.content4 {
    background-color: #5A5A5A;
    color: #FFF; }
.page-template-page_landingpage .locations {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-template-page_landingpage .locations h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold; }
  .page-template-page_landingpage .locations .inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    .page-template-page_landingpage .locations .inner img {
      max-width: 200px; }
.page-template-page_landingpage .products {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-template-page_landingpage .products h2 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .page-template-page_landingpage .products .intro {
    margin-bottom: 50px; }
  .page-template-page_landingpage .products .prods {
    margin-bottom: 50px; }
    .page-template-page_landingpage .products .prods .product {
      color: #69A6D5;
      margin-bottom: 80px; }
      .page-template-page_landingpage .products .prods .product img {
        width: 100%;
        height: auto;
        margin-bottom: 30px; }
.page-template-page_landingpage .contact {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-template-page_landingpage .contact h2 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .page-template-page_landingpage .contact img {
    max-width: 500px; }
  .page-template-page_landingpage .contact .person {
    display: flex;
    margin-bottom: 30px; }
    .page-template-page_landingpage .contact .person .name {
      margin-right: 10px;
      font-weight: bold; }
  .page-template-page_landingpage .contact .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .page-template-page_landingpage .contact .details a {
      display: block;
      padding: 10px 30px;
      background-color: #F7F7F7;
      transition: all 0.3s;
      color: #000;
      border-radius: 30px; }
      .page-template-page_landingpage .contact .details a i {
        margin-right: 20px; }
      .page-template-page_landingpage .contact .details a:hover {
        background-color: #69A6D5;
        color: #FFF; }
  .page-template-page_landingpage .contact .form {
    margin-left: -15px;
    margin-right: -15px; }
    .page-template-page_landingpage .contact .form input, .page-template-page_landingpage .contact .form textarea {
      padding: 10px 20px;
      -webkit-appearance: none;
      border: 2px solid #E3E3E3;
      width: 100%;
      margin-bottom: 10px; }
    .page-template-page_landingpage .contact .form button {
      -webkit-appearance: none;
      border: 0;
      background-color: #000;
      color: #FFF;
      padding: 10px 40px;
      font-weight: bold;
      transition: all 0.3s; }
      .page-template-page_landingpage .contact .form button:hover {
        background-color: #69A6D5;
        color: #FFF; }
    .page-template-page_landingpage .contact .form .messages {
      margin-bottom: 20px; }
.page-template-page_landingpage .about {
  position: relative;
  background-color: #000;
  color: #FFF;
  padding-top: 190px;
  padding-bottom: 190px;
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .page-template-page_landingpage .about h2 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .page-template-page_landingpage .about .container {
    position: relative;
    z-index: 1; }
.page-template-page_landingpage .button {
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  transition: all 0.3s; }
  .page-template-page_landingpage .button:hover {
    background-color: #000;
    color: #FFF; }
  .page-template-page_landingpage .button.white {
    color: #FFF;
    border-color: #FFF; }
    .page-template-page_landingpage .button.white:hover {
      background-color: #FFF;
      color: #000; }

@media screen and (max-width: 1200px) {
  .page-template-page_landingpage .contact img {
    max-width: 100%; } }
@media screen and (max-width: 991px) {
  .page-template-page_landingpage #wrapper {
    overflow: hidden; }
  .page-template-page_landingpage .pb {
    margin-bottom: 30px; }
  .page-template-page_landingpage .tc {
    text-align: center; }
  .page-template-page_landingpage .contentBlock {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-page_landingpage .locations .inner img {
    max-width: 80%; } }
@media screen and (max-width: 666px) {
  .page-template-page_landingpage .contact .form {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 600px) {
  .page-template-page_landingpage .products .prods .product {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 480px) {
  .page-template-page_landingpage .pageHeader .inner {
    padding-top: 120px; } }
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44); }

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