/*------------GLOBAL-------*/
.home .page .entry-title {
  display: none;
  /*-----VARIABLES----*/
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.pagewrapper {
  max-width: 80%;
  margin: auto;
  padding-top: 15px;
}
body {
  font-family: Montserrat;
  font-size: 14px;
  color: #000;
}
body h1 {
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  color: #333;
}
.search {
  Display: none;
}
.buttonwrapper {
  text-align: center;
}
.button2 {
  top: 65px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #142375;
  font-size: 15px;
  padding: 16px 33px 17px 34px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: linear-gradient(0deg, #dbdbdb 30%, #d7d7d7 70%);
  border-radius: 1;
  /*------------ LOGO --------------*/
}
.button2:hover {
  background: white;
}
.logoheader {
  max-width: 80%;
  margin: auto;
}
.logoheader .span_1_of_3 {
  display: block;
  margin: 0px;
}
.logo1, .logo2, .logo3 {
  width: 90%;
  margin: auto;
  /* -----------------TOP CTA HEADER-----*/
}
.topbar {
  width: 100%;
  height: 100%;
  background-color: #142375;
  color: white;
}
.topbar .col {
  margin: 4px 0px 4px 0px;
}
.topbar .bbb {
  max-width: 75%;
  margin: auto;
}
.ctaheader {
  font-size: 13px;
  float: left;
}
.ctaheader a {
  color: #fff;
  font-weight: 500;
}
.ctaheader a :hover {
  color: #e7e7e7;
  text-shadow: none;
}
.socialheader {
  float: right;
}
.socialheader a {
  color: #fff;
}
.socialheader a :hover {
  color: #e7e7e7;
  text-shadow: none;
}
.fas {
  font-size: 20px;
  color: #fff;
  padding: 0px 7px;
}
.fab {
  font-size: 20px;
  color: #fff;
  padding: 0px 7px;
  /*------------------MENU----*/
}
.fab:hover {
  color: #7f9de8;
}
.nav {
  width: 100%;
  text-align: center;
  box-shadow: 0 12px 16px -5px #b3b3b3;
  margin-top: 13px;
  /*---------------WELCOME SECTION----*/
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
}
.nav li {
  display: inline-block;
}
.nav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14px;
}
.nav .current-menu-item {
  border-bottom: 3px solid #142375;
}
.nav ul li:not(.current-menu-item):hover {
  border-bottom: 3px solid #142375;
}
.contentwrapper {
  max-width: 80%;
  margin: auto;
}
.welcometitle {
  margin: auto;
  text-align: center;
}
.welcometitle h1 {
  line-height: 1.5em;
}
.welcometitle h4 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 5px;
  display: inline-block;
  padding-bottom: 40px;
  position: relative;
  margin-top: -6px;
}
.welcometitle h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0%;
  border-bottom: 4px solid #142375;
}
.servicestitle {
  margin: auto;
  text-align: center;
}
.servicestitle h1 {
  line-height: 10px;
  letter-spacing: 12px;
}
.servicestitle h4 {
  text-align: center;
  text-transform: uppercase;
  line-height: 2px;
  font-size: 14px;
  font-weight: 250;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 40px;
  position: relative;
}
.servicestitle h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0%;
  border-bottom: 4px solid #142375;
}
.motor1 {
  Float: left;
  margin: -84px 50px 0px -122px;
  width: 19%;
}
.motor2 {
  float: left;
  margin: -57px 0px -26px 99px;
  width: 86%;
}
.motor3 {
  float: right;
  margin: -146px 0px 0px -153px;
  position: absolute;
  width: 15%;
}
.blueline {
  width: 30%;
  padding: 20px;
  border-bottom: solid 4px #142375;
  margin: auto;
  margin-bottom: 50px;
}
.homemap {
  margin-top: -253px;
  /*--------------PRODUCT HOME PAGE -----*/
}
.producttitle {
  margin: auto;
  text-align: center;
  position: relative;
}
.producttitle h1 {
  line-height: 1px;
  letter-spacing: 11px;
  font-size: 25px;
  color: #fff;
  padding-top: 100px;
}
.producttitle h4 {
  text-transform: uppercase;
  line-height: 1px;
  font-size: 13px;
  font-weight: 150;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
}
.producttitle h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  border-bottom: 4px solid white;
}
.productsection {
  position: relative;
  overflow: hidden;
  height: 99vh;
}
.slantedbackground {
  position: absolute;
  margin-top: 103px;
  min-height: 81%;
  background-color: #142375;
  transform: skewY(-4deg);
  transform-origin: top left;
  width: 100%;
  box-shadow: 0px -5px 15px rgba(50, 50, 50, 0.65);
}
.products .gallery-caption {
  margin-left: 0;
  margin-top: -36px;
}
.products img {
  border: none !important;
  position: relative;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 15px;
  margin: 0;
  padding: 0 4px 5px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  /*-------------PRODUCT PAGE----*/
}
.productpage #gallery-1 img, .productpage #gallery-2 img, .productpage #gallery-3 img, .productpage #gallery-4 img, .productpage #gallery-5 img {
  border: 2px solid #cfcfcf;
  width: 290px;
  height: auto;
}
.productpage .wp-caption .wp-caption-text, .productpage .gallery-caption {
  font-size: 19px;
  padding: 0 6px 36px;
  color: white;
}
.productpage .gallery-caption {
  margin-top: -44px;
}
.productpage .blueline {
  padding: 0px;
  margin-bottom: 10px;
  /*--------GALLERY PAGE----*/
}
.wp-tiles-tile-with-image .wp-tiles-byline-title {
  margin: 0;
  overflow: hidden;
  padding: 5px;
  padding-top: 2px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  /*--------------CONTACT US PAGE---*/
}
.contactpagemap {
  margin-bottom: -32px;
  margin-top: 20px;
  box-shadow: 0px -5px 20px rgba(50, 50, 50, 0.25);
}
.contactus .blueline {
  display: none;
}
.contactus .fas {
  font-size: 22px;
  color: #142375;
  padding: 0px 7px;
}
.contactus .fab {
  font-size: 22px;
  color: #142375;
  padding: 0px 7px;
}
.contactus .fab:hover {
  color: ;
}
table#tcontact {
  line-height: 200%;
  /*-------------FOOTER-------------*/
}
table#tcontact td {
  vertical-align: top;
  height: 38px;
}
.footerform #gform_submit_button_1.gform_button {
  max-width: 97%;
}
.footerform #gform_submit_button_1.gform_button:hover {
  background-color: #142375 !important;
  color: #fff !important;
}
.footerform .gform_footer {
  margin: 5px 15px 0px 0px;
}
.footerform .top_label .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_footer {
  margin: 10px 0 0 !important;
  padding-bottom: 42px;
}
.footerform .medium {
  padding: 9px;
  width: 100% !important;
  font-weight: 300;
  background-color: #464646;
  border: 0px !important;
}
.footerform .textarea {
  height: 100px !important;
  width: 100% !important;
}
.footerform .gform_button {
  width: 100% !important;
  background-color: #464646;
  padding: 9px;
  border: none;
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 10px;
}
.gform_wrapper {
  margin: -20px !important;
}
.body .gform_wrapper ul li.gfield {
  margin-top: -50px !important;
}
table#tfooter {
  line-height: 200%;
}
table#tfooter td {
  vertical-align: top;
  height: 50px;
}
.ourdetailstitle {
  margin: auto;
  text-align: left;
  position: relative;
}
.ourdetailstitle h1 {
  line-height: 1px;
  letter-spacing: 11px;
  font-size: 25px;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}
.ourdetailstitle h4 {
  text-transform: uppercase;
  line-height: 1px;
  font-size: 13px;
  font-weight: 150;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
}
.ourdetailstitle h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  border-bottom: 4px solid #142375;
}
.contactustitle {
  margin: auto;
  text-align: left;
  position: relative;
  padding-bottom: 37px;
}
.contactustitle h1 {
  line-height: 1px;
  letter-spacing: 7px;
  font-size: 25px;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}
.contactustitle h4 {
  text-transform: uppercase;
  line-height: 1px;
  font-size: 13px;
  font-weight: 150;
  letter-spacing: 3px;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
}
.contactustitle h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  border-bottom: 4px solid #142375;
}
.footer {
  background-color: #142375;
  width: 100%;
  right: 0;
  bottom: 0px;
  padding: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.footer a, .footer a:hover {
  color: #e7e7e7;
}
.abovefooter {
  background-color: #333;
  width: 100%;
  right: 0;
  padding: 2px;
  text-align: left;
  color: #fff;
}
.abovefooter a, .abovefooter a:hover {
  color: #fff;
}
.abovefooter .fas {
  font-size: 23px;
  color: #fff;
  padding: 5px 12px;
}
.abovefooter .fas:hover {
  color: #7f9de8;
}
.abovefooter .fab {
  font-size: 23px;
  color: #fff;
  padding: 0px 10px;
}
.abovefooter .fab:hover {
  color: #7f9de8;
}
.abovefootercontent {
  max-width: 85%;
  margin: auto;
  /*----------------------------------

/*  SECTIONS  */
}
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  /*  COLUMN SETUP  */
}
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
  /*  GROUPING  */
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
  /*  GRID OF TWO  */
}
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
  /*  GRID OF THREE  */
}
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
  /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  /*  GO FULL WIDTH BELOW 480 PIXELS */  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /*  GRID OF FOUR  */  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
}
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
  /*  GO FULL WIDTH BELOW 480 PIXELS */
}
@media only screen and (max-width: 480px) {
  /*------MOBILE RENDER---*/  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .ourdetailstitle h1 {
    letter-spacing: 1px;
  }
  .nav li a {
    display: none;
  }
  .nav {
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 16px -5px #b3b3b3;
    margin-top: 0px;
  }
  .topbar .bbb {
    max-width: 90%;
    margin: auto;
  }
  .welcometitle h4 {
    line-height: 1.2em;
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 26px;
  }
  .blueline {
    width: 57%;
    padding: 9px;
    border-bottom: solid 4px #142375;
    margin: auto;
    margin-bottom: 43px;
  }
  .motor1 {
    Float: left;
    margin: -11px 10px 0px -41px;
    width: 50%;
  }
  .motor3 {
    float: left;
    margin: 44px;
    width: 67%;
    position: relative;
    margin-top: -44px;
    margin-bottom: 3px;
  }
  .welcometitle h1 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #333;
    line-height: 1.2em;
  }
  .motor2 {
    margin: -26px -14px 5px 51px;
    width: 67%;
  }
  .slantedbackground {
    position: absolute;
    margin: 0px;
    min-height: 100%;
    background-color: #142375;
    transform: none;
    transform-origin: none;
    width: 100%;
    box-shadow: 0px -5px 15px rgba(50, 50, 50, 0.65);
  }
  .homemap {
    height: 80%;
  }
  .producttitle h1 {
    line-height: 1px;
    letter-spacing: 5px;
    font-size: 23px;
    color: #fff;
    padding-top: 31px;
  }
  .ctatext {
    display: none;
  }
  .topbar .col {
    margin: 4px 0px 4px 0px;
    width: 50%;
  }
  .contentwrapper {
    max-width: 86%;
    margin: auto;
  }
  .producttitle h4 {
    line-height: 0px;
    font-size: 11px;
    letter-spacing: 0px;
  }
  .ourdetailstitle h4 {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .button2 {
    top: 25px;
    font-size: 13px;
    font-weight: 600;
  }
  .gform_wrapper {
    margin: 0px !important;
  }
  .abovefootercontent {
    margin-bottom: 9px;
  }
  .copyright {
    width: 88%;
    margin: auto;
  }
  .footer {
    font-size: 11px;
    padding: 12px;
  }
  .gform_wrapper .gform_footer {
    margin: 2px 0 0 !important;
    padding-bottom: 2px;
  }
  .logo1, .logo2, .logo3 {
    width: 83%;
    margin: auto;
    padding: 7px;
  }
  #gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item {
    width: 100% !important;
    margin-top: -10px;
  }
  .logoheader {
    padding-top: 5px;
  }
  .productsection {
    height: 177vh;
    background: #142375;
  }
  .buttonwrapper {
    Padding: 20px;
  }
  img {
    height: auto;
  }
  .contactus .blueline {
    display: block;
  }
}
@media (min-width: 351px) and (max-width: 600px) {
  .productsection {
    height: 140vh;
    background: #142375;
  }
  .ourdetailstitle h1 {
    letter-spacing: 1px;
  }
  .nav li a {
    display: none;
  }
  .nav {
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 16px -5px #b3b3b3;
    margin-top: 0px;
  }
  .topbar .bbb {
    max-width: 90%;
    margin: auto;
  }
  .welcometitle h4 {
    line-height: 1.2em;
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 26px;
  }
  .blueline {
    width: 57%;
    padding: 9px;
    border-bottom: solid 4px #142375;
    margin: auto;
    margin-bottom: 43px;
  }
  .motor1 {
    Float: left;
    margin: -11px 10px 0px -41px;
    width: 50%;
  }
  .motor3 {
    float: left;
    margin: 44px;
    width: 67%;
    position: relative;
    margin-top: -44px;
    margin-bottom: 3px;
  }
  .welcometitle h1 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #333;
    line-height: 1.2em;
  }
  .motor2 {
    margin: -26px -14px 5px 51px;
    width: 67%;
  }
  .slantedbackground {
    position: absolute;
    margin: 0px;
    min-height: 100%;
    background-color: #142375;
    transform: none;
    transform-origin: none;
    width: 100%;
    box-shadow: 0px -5px 15px rgba(50, 50, 50, 0.65);
  }
  .homemap {
    height: 80%;
  }
  .producttitle h1 {
    line-height: 1px;
    letter-spacing: 5px;
    font-size: 23px;
    color: #fff;
    padding-top: 31px;
  }
  .ctatext {
    display: none;
  }
  .topbar .col {
    margin: 4px 0px 4px 0px;
    width: 50%;
  }
  .contentwrapper {
    max-width: 86%;
    margin: auto;
  }
  .producttitle h4 {
    line-height: 0px;
    font-size: 11px;
    letter-spacing: 0px;
  }
  .ourdetailstitle h4 {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .button2 {
    top: 25px;
    font-size: 13px;
    font-weight: 600;
  }
  .gform_wrapper {
    margin: 0px !important;
  }
  .abovefootercontent {
    margin-bottom: 9px;
  }
  .copyright {
    width: 88%;
    margin: auto;
  }
  .footer {
    font-size: 11px;
    padding: 12px;
  }
  .gform_wrapper .gform_footer {
    margin: 2px 0 0 !important;
    padding-bottom: 2px;
  }
  .logo1, .logo2, .logo3 {
    width: 83%;
    margin: auto;
    padding: 7px;
  }
  #gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item {
    width: 100% !important;
    margin-top: -10px;
  }
  .logoheader {
    padding-top: 5px;
  }
  .buttonwrapper {
    Padding: 20px;
  }
  img {
    height: auto;
  }
  .contactus .blueline {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .productsection {
    height: 48vh;
    background: #142375;
  }
  .socialheader {
    width: 150%;
  }
  .welcometitle h4 {
    letter-spacing: 1px;
  }
  .blueline {
    padding: 7px;
  }
  .abovefootercontent {
    max-width: 91%;
  }
  .slantedbackground {
    position: absolute;
    margin: 0px;
    min-height: 100%;
    background-color: #142375;
    transform: none;
    transform-origin: none;
    width: 100%;
    box-shadow: 0px -5px 15px rgba(50, 50, 50, 0.65);
  }
  .motor1 {
    Float: left;
    margin: -47px 35px 0px -72px;
    width: 28%;
  }
  .motor3 {
    display: none;
  }
  .motor2 {
    float: left;
    margin: -27px 0px -16px 20px;
    width: 100%;
  }
  .producttitle h1 {
    padding-top: 42px;
  }
  .buttonwrapper {
    Padding: 0px;
  }
  .button2 {
    top: 56px;
    font-size: 13px;
    font-weight: 600;
  }
  #gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5 {
    width: 105%;
  }
  #gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item {
    width: 33% !important;
    padding: 6px;
  }
  #gallery-1 img {
    width: 95%;
    height: auto;
  }
  .productpage .gallery-caption {
    font-size: 15px;
    margin-top: -34px;
    font-weight: 500;
  }
  .mapcontactpage {
    width: auto !important;
  }
  .contentwrapper {
    max-width: 91%;
  }
}
@media (min-width: 1441px) and (max-width: 2500px) {
  .wrapper {
    max-width: 1900px;
    width: 100%;
    margin: auto;
  }
  .productsection {
    position: relative;
    overflow: hidden;
    height: 94vh;
  }
  .slantedbackground {
    min-height: 67%;
    margin-top: 120px;
    transform: skewY(-3deg);
  }
  .homemap {
    margin-top: -304px;
  }
}
