/*

    Theme Name: Peifer Welding

    Description: Theme created for Peifer Welding

    Author: B2BDD

    Author URI: http://b2bdd.com

    Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\

    MAIN

\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
  
  -moz-box-sizing        : border-box;
  
  -webkit-box-sizing     : border-box;
  
  box-sizing             : border-box;
  
  -webkit-font-smoothing : antialiased;
  
  font-smoothing         : antialiased;
  
  text-rendering         : optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
  
  font-size : 62.5%;
}

body {
  
  font-family : 'Hind', sans-serif;
  
  color       : #444444;
  
  font-size   : 18px;
}

section {
}

h1 {
  
  font-family   : 'Josefin Sans', sans-serif;
  
  font-weight   : 300;
  
  font-size     : 36px;
  
  color         : white;
  
  margin-bottom : 0;
}

h2 {
  
  font-family : 'Josefin Sans', sans-serif;
  
  font-weight : 300;
  
  font-size   : 36px;
  
  color       : #cd692e;
}

h3 {
  
  font-family : 'Josefin Sans', sans-serif;
  
  font-weight : 300;
  
  font-size   : 24px;
  
  color       : #cd692e;
  
  margin      : 0;
}

h4 {
  
  font-family : 'Josefin Sans', sans-serif;
  
  font-weight : 300;
  
  font-size   : 36px;
  
  color       : white;
  
  margin      : 0;
}

#pageh1 h1 {
  
  margin-bottom : 25px;
}

#green h1 {
  /*  margin-bottom: 20px;*/
}

#green br {
  display : none;
}

.h1-gallery {
  margin-bottom : 1em;
}

/* clear */

.clear:before,
.clear:after {
  
  content : ' ';
  
  display : table;
}

.clear:after {
  
  clear : both;
}

.clear {
  
  *zoom : 1;
}

img {
  
  max-width      : 100%;
  
  vertical-align : middle;
}

a {
  
  color           : #444444;
  
  text-decoration : none;
}

a:hover {
  
  color : #cd692e;
}

a:focus {
  
  outline : 0;
}

a:hover,
a:active {
  
  outline : 0;
}

input:focus {
  
  outline : 0;
  
  border  : 1px solid #04a4cc;
}

/*------------------------------------*\

    STRUCTURE

\*------------------------------------*/

/* wrapper */

.wrapper {
  
  width    : 100%;
  
  margin   : 0 auto;
  
  position : relative;
}

/* header */

.header {
  /*  margin-bottom: -10px;*/
}

/* logo */

.logo {
  
  float        : left;
  
  padding-left : 40px;
  
  margin-right : 20px;
  
  width        : 250px;
}

.logo img {
  
  vertical-align : central;
}

.header ul {
  
  margin-top     : 0;
  
  margin-bottom  : 0;
  
  padding-top    : 0;
  
  padding-bottom : 0;
  
  padding-left   : 20px;
}

#top-right {
  
  color          : white;
  
  text-align     : right;
  
  margin-top     : 12px;
  
  margin-right   : 40px;
  
  line-height    : 30px;
  
  font-size      : 18px;
  
  vertical-align : middle;
}

#top-right a {
  
  line-height : 30px;
}

/* sidebar */

.sidebar {
}

/*#post-2 {*/

/*    margin-top: -25px;*/
/*}*/

/* footer */

.footer {
  
  background-color : #001c45;
  
  color            : white;
  
  width            : 100%;
  
  float            : left;
}

.footer a {
  
  color : white;
}

.footer ul {
  list-style-type : none;
  line-height : 1.45;
}

.footer h2 {
  
  margin    : 0;
  
  font-size : 30px;
}

#site-map {
  
  width        : 340px;
  
  padding-top  : 20px;
  
  float        : left;
  
  padding-left : 20px;
}

#site-maph2 {
  
  width : 340px;
  
  float : left;
}

#contact {
  
  width         : 400px;
  
  padding-top   : 20px;
  
  float         : right;
  
  padding-right : 20px;
}

#contacth2 {
  
  width : 340px;
  
  float : right;
}

#address {
  
  text-align    : right;
  
  line-height     : 1.45;
  
  width         : 400px;
  
  padding-right : 15px;
}

.copyright {
  
  width       : 100%;
  
  text-align  : center;
  
  background  : -webkit-linear-gradient(#ffffff, #bbbbbb);
  /* For Safari 5.1 to 6.0 */
  background  : -o-linear-gradient(#ffffff, #bbbbbb);
  /* For Opera 11.1 to 12.0 */
  background  : -moz-linear-gradient(#ffffff, #bbbbbb);
  /* For Firefox 3.6 to 15 */
  /* For IE */
  background  : -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
  
  background  : linear-gradient(#ffffff, #bbbbbb);
  /* Standard syntax */
  color       : #001c45;
  
  font-size   : 14px;
  
  margin      : 0;
  
  line-height : 40px;
  
  float       : left;
}

.copyright a {
  color : #cd692e;
}

/*------------------------------------*\

    NAVIGATION

\*------------------------------------*/

.nav {
  
  width       : 100%;
  
  background  : #001c45;
  
  display     : inline-block;
  
  font-family : 'Josefin Sans', sans-serif;
  
  font-size   : 15px;
}

nav ul li {
  
  list-style-type : none;
}

nav a {
  
  color       : white;
  
  line-height : 120px;
}

nav ul li ul li a {
  
  line-height : 80px;
}

.menu {
  
  float   : left;
  
  display : inline-block;
}

.menu-item {
  
  float         : left;
  
  text-align    : center;
  
  padding-left  : 12px;
  
  padding-right : 12px;
}

.menu-item ul li {
  
  text-align : left;
}

.menu-item:hover {
  
  background : -webkit-linear-gradient(#ffffff, #bbbbbb);
  /* For Safari 5.1 to 6.0 */
  background : -o-linear-gradient(#ffffff, #bbbbbb);
  /* For Opera 11.1 to 12.0 */
  background : -moz-linear-gradient(#ffffff, #bbbbbb);
  /* For Firefox 3.6 to 15 */
  /* For IE */
  background : -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
  
  background : linear-gradient(#ffffff, #bbbbbb);
  /* Standard syntax */
  color      : #001c45;
}

.menu-item:hover a {
  
  color   : #cd692e;
  
  display : block;
}

/*dropdown start*/

.menu-item-has-children {
  
  /*width:75px;*/
  background-repeat   : no-repeat;
  
  background-position : right;
}

nav ul li ul {
  
  position           : absolute;
  
  z-index            : 99;
  
  width              : 400px;
  
  margin-left        : -32px;
  
  -webkit-box-shadow : none;
  
  box-shadow         : none;
  
  display            : none;
  
  opacity            : 0;
  
  visibility         : hidden;
  
  -webkit-transiton  : opacity 0.5s;
  
  -moz-transition    : opacity 0.5s;
  
  -ms-transition     : opacity 0.5s;
  
  -o-transition      : opacity 0.5s;
  
  -transition        : opacity 0.5s;
}

nav ul li ul li {
  
  width      : 400px;
  
  background : #001c45;
  
  display    : block;
  
  color      : #ffffff;
  /*  border-top: solid 1px #c9fafa;*/
}

nav ul li:hover ul {
  
  display    : block;
  
  opacity    : 1;
  
  visibility : visible;
}

#menu-icon {
  
  display : none;
}

#menu-icon .fa {
  
  font-size   : 30px;
  
  margin-left : 10px;
}

/*drop down end*/

/*------------------------------------*\

    PAGES

\*------------------------------------*/

#green {
  
  background-color : #496767;
  
  width            : 100%;
  
  overflow         : hidden;
}

#extra-green {
  
  background-color : #618d4f;
  
  width            : 100%;
  
  overflow         : hidden;
}

#content2 {
  
  padding-top    : 10px;
  
  padding-left   : 50px;
  
  padding-right  : 50px;
  
  padding-bottom : 5px;
}

#content {
  
  padding-top    : 10px;
  
  padding-left   : 50px;
  
  padding-right  : 50px;
  
  padding-bottom : 5px;
  
  color          : white;
}

#white {
  
  width    : 100%;
  
  overflow : hidden;
}

#waterjet-cutting {
  
  float : left;
  
  width : 35%;
}

#waterjet-cutting img {
  
  width  : 100%;
  
  height : auto;
}

#waterjet-cutting-content p, #welding-content p  {
  
  margin : 0;
}

#waterjet-cutting-content h2,
#welding-content h2,
#welding-content h4
{
  margin-top    : 15px;
  margin-bottom : 15px;
}


#waterjet-blurb {
  
  width         : 65%;
  
  float         : right;
  
  padding-right : 20px;
  
  padding-left  : 20px;
  
  color         : #9e9e9e;
}

#welding-blurb {
  
  width         : 65%;
  
  float         : right;
  
  padding-right : 20px;
  
  padding-left  : 20px;
  
  color         : #d9d9d9;
}

#waterjet-blurb p {
  
  margin : 15px 0;
}

#welding-blurb p {
  
  margin : 15px 0;
}

.blue-button {
  background    : -moz-linear-gradient(#2e5999, #021e48);
  background    : -o-linear-gradient(#2e5999, #021e48);
  background    : -webkit-gradient(linear, left top, left bottom, from(#2e5999), to(#021e48));
  background    : -webkit-linear-gradient(#2e5999, #021e48);
  background    : linear-gradient(#2e5999, #021e48);
  border-radius : 25px;
  color         : white;
  display       : block;
  font-family   : 'Josefin Sans', sans-serif;
  font-size     : 26px;
  height        : 50px;
  line-height   : 50px;
  margin        : 10px auto 0px;
  text-align    : center;
  width         : 295px;
  
}

.blue-button a {
  color   : white;
  display : block;
  width   : 100%;
  height  : 100%;
}

.blue-button a:hover {
  color : lightgray;
}

#blue_read_more {
  
  margin        : 10px auto 0px;
  height        : 50px;
  line-height   : 50px;
  font-size     : 26px;
  font-family   : 'Josefin Sans', sans-serif;
  color         : white;
  width         : 295px;
  text-align    : center;
  border-radius : 25px;
  background    : -webkit-linear-gradient(#2e5999, #021e48);
  background    : -o-linear-gradient(#2e5999, #021e48);
  background    : -moz-linear-gradient(#2e5999, #021e48);
  background    : -webkit-gradient(linear, left top, left bottom, from(#2e5999), to(#021e48));
  background    : linear-gradient(#2e5999, #021e48);
}

#grey_read_more {
  
  margin-top    : 10px;
  
  height        : 50px;
  
  line-height   : 50px;
  
  font-size     : 26px;
  
  font-family   : 'Josefin Sans', sans-serif;
  
  color         : #001c45;
  
  width         : 295px;
  
  border-radius : 25px;
  
  background    : -webkit-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -o-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -moz-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -webkit-gradient(linear, left top, left bottom, from(#fcfbfa), to(#c0bfbf));
  
  background    : linear-gradient(#fcfbfa, #c0bfbf);
}

#rfq {
  
  clear         : left;
  
  margin-left   : auto;
  
  margin-right  : auto;
  
  margin-top    : 20px;
  
  height        : 50px;
  
  line-height   : 50px;
  
  font-size     : 26px;
  
  font-family   : 'Josefin Sans', sans-serif;
  
  color         : #001c45;
  
  width         : 295px;
  
  border-radius : 25px;
  
  background    : -webkit-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -o-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -moz-linear-gradient(#fcfbfa, #c0bfbf);
  
  background    : -webkit-gradient(linear, left top, left bottom, from(#fcfbfa), to(#c0bfbf));
  
  background    : linear-gradient(#fcfbfa, #c0bfbf);
}

.videoWrapper {
  
  position       : relative;
  
  padding-bottom : 56.25%;
  /* 16:9 */
  padding-top    : 25px;
  
  height         : 0;
}

.videoWrapper iframe {
  
  position : absolute;
  
  top      : 0;
  
  left     : 0;
  
  width    : 100%;
  
  height   : 100%;
}

.mapWrapper {
  
  position       : relative;
  
  padding-bottom : 56.25%;
  /* 16:9 */
  padding-top    : 25px;
  
  height         : 0;
}

.mapWrapper iframe {
  
  position : absolute;
  
  top      : 0;
  
  left     : 0;
  
  width    : 100%;
  
  height   : 100%;
}

#welding-blurb ul {
  
  margin : 0;
}

#twenty {
  
  width : 20%;
  
  float : left;
}

#mat img {
  
  width  : 100%;
  
  heigth : auto;
}

#wide_img img {
  
  width  : 100%;
  
  height : auto;
}

#fifty {
  
  width : 50%;
  
  float : left;
}

#fifty2 {
  
  width          : 50%;
  
  float          : left;
  
  padding-bottom : 20px;
}

#contact_form {
  
  width : 90%;
}

/*------------------------------------*\

    GALLERY PAGE

\*------------------------------------*/

#gallery {
  margin-top : -22px;
}

.view {
  width              : 33.33%;
  height             : auto;
  max-height         : 300px;
  float              : left;
  overflow           : hidden;
  position           : relative;
  text-align         : center;
  -webkit-box-shadow : 1px 1px 2px #e6e6e6;
  box-shadow         : 1px 1px 2px #e6e6e6;
  cursor             : default;
  background         : #ffffff;
}

.view .mask,
.view .content {
  width    : 100%;
  height   : 100%;
  /*    max-height: 300px;*/
  position : absolute;
  overflow : hidden;
  top      : 0;
  left     : 0;
  bottom   : 0;
}

.view img {
  display  : block;
  position : relative;
  /*  bottom:0;*/
  margin   : auto;
}

#long-img {
  
  /*  transform: translateY(-50%);*/
}

#long-img:hover {
  top               : 90%;
  -ms-transform     : translateY(-10%);
  -webkit-transform : translateY(-10%);
  -moz-transform    : translateY(-10%);
  -o-transform      : translateY(-10%);
  transform         : translateY(-10%);
}

.view h2 {
  color      : #ffffff;
  text-align : center;
  position   : relative;
  font-size  : 17px;
  padding    : 0px;
  background : rgba(73, 103, 103, 0.8);
  margin     : 20px 0 0 0;
}

.view p {
  font-size  : 12px;
  position   : relative;
  color      : #ffffff;
  padding    : 10px 20px 20px;
  text-align : center;
}

.view a.info {
  display            : inline-block;
  text-decoration    : none;
  padding            : 7px 14px;
  background         : #000000;
  color              : #ffffff;
  text-transform     : uppercase;
  -webkit-box-shadow : 0 0 1px #000000;
  box-shadow         : 0 0 1px #000000;
}

.view a.info:hover {
  -webkit-box-shadow : 0 0 5px #000000;
  box-shadow         : 0 0 5px #000000;
}

.view-first img {
  -webkit-transition : all 0.2s linear;
  -o-transition      : all 0.2s linear;
  -moz-transition    : all 0.2s linear;
  transition         : all 0.2s linear;
}

.view-first .mask {
  opacity            : 0;
  background-color   : rgba(0, 28, 69, 0.7);
  -webkit-transition : all 0.4s ease-in-out;
  -o-transition      : all 0.4s ease-in-out;
  -moz-transition    : all 0.4s ease-in-out;
  transition         : all 0.4s ease-in-out;
}

.view-first h2 {
  -ms-transform      : translateY(-100px);
  -webkit-transform  : translateY(-100px);
  -moz-transform     : translateY(-100px);
  -o-transform       : translateY(-100px);
  transform          : translateY(-100px);
  opacity            : 0;
  -webkit-transition : all 0.2s ease-in-out;
  -o-transition      : all 0.2s ease-in-out;
  -moz-transition    : all 0.2s ease-in-out;
  transition         : all 0.2s ease-in-out;
}

.view-first p {
  -ms-transform      : translateY(100px);
  -webkit-transform  : translateY(100px);
  -moz-transform     : translateY(100px);
  -o-transform       : translateY(100px);
  transform          : translateY(100px);
  opacity            : 0;
  -webkit-transition : all 0.2s linear;
  -o-transition      : all 0.2s linear;
  -moz-transition    : all 0.2s linear;
  transition         : all 0.2s linear;
}

.view-first a.info {
  opacity            : 0;
  -webkit-transition : all 0.2s ease-in-out;
  -o-transition      : all 0.2s ease-in-out;
  -moz-transition    : all 0.2s ease-in-out;
  transition         : all 0.2s ease-in-out;
}

.view-first:hover img {
  -ms-transform     : scale(1.5);
  -webkit-transform : scale(1.5);
  -moz-transform    : scale(1.5);
  -o-transform      : scale(1.5);
  transform         : scale(1.5);
}

.view-first:hover .mask {
  opacity : 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity           : 1;
  -ms-transform     : translateY(0px);
  -webkit-transform : translateY(0px);
  -moz-transform    : translateY(0px);
  -o-transform      : translateY(0px);
  transform         : translateY(0px);
}

.view-first:hover p {
  -webkit-transition-delay : 0.1s;
  -moz-transition-delay    : 0.1s;
  -o-transition-delay      : 0.1s;
  transition-delay         : 0.1s;
}

.view-first:hover a.info {
  -webkit-transition-delay : 0.2s;
  -moz-transition-delay    : 0.2s;
  -o-transition-delay      : 0.2s;
  transition-delay         : 0.2s;
}

.mask a {
  color : white;
}

.mask a:hover {
  color : #cd692e;
}

/*------------------------------------*\

    TYPOGRAPHY

\*------------------------------------*/

@font-face {
  
  font-family : 'Font-Name';
  
  src         : url('fonts/font-name.eot');
  
  src         : url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
  url('fonts/font-name.woff') format('woff'),
  url('fonts/font-name.ttf') format('truetype'),
  url('fonts/font-name.svg#font-name') format('svg');
  
  font-weight : normal;
  
  font-style  : normal;
}

/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/

@media only screen and (min-width : 1430px) {
  
  body {
    
    font-size : 22px;
  }
  
  .nav {
    
    font-size : 18px;
  }
  
  h1,
  h2 {
    
    font-size : 45px;
  }
}

@media screen and (max-width : 1241px) {
  
  #top-right {
    
    display : none;
  }
  
  .header {
    
    margin-bottom : -10px;
  }
}

@media screen and (max-width : 1180px) {
  
  #waterjet-cutting {
    
    width : 50%;
  }
  
  #waterjet-blurb {
    
    width : 50%;
  }
  
  #welding-blurb {
    
    width : 50%;
  }
  
  .view {
    width      : 50%;
    max-height : 320px;
  }
}

@media screen and (max-width : 1000px) {
  
  #menu-icon {
    
    width  : 100%;
    
    float  : none;
    
    margin : 0 auto;
  }
  
  #menu {
    
    width  : 100%;
    
    float  : none;
    
    margin : 0 auto;
  }
  
  #menu ul {
    
    margin  : 0;
    
    padding : 0;
  }
  
  nav a {
    
    line-height : 80px;
  }
  
  .logo {
    
    width      : 250px;
    
    margin     : 0 auto;
    
    float      : none;
    
    padding    : 0;
    
    margin-top : 10px;
  }
  
  /*  .header {

  margin-bottom: -10px;

}

*/
  #top-right {
    
    display : none;
  }
  
  #menu {
    
    float : left;
  }
  
  #menu ul li {
    
    width      : 100%;
    
    text-align : left;
  }
  
  #menu ul li a {
    
    line-height : 50px;
  }
  
  #menu-icon {
    
    width   : 40px;
    
    display : inherit;
  }
  
  #menu ul {
    
    display : none;
  }
  
  nav ul li ul {
    
    position   : relative;
    
    opacity    : 1;
    
    visibility : visible;
    
    width      : 100%;
  }
  
  nav ul li ul li {
    
    background : none;
  }
  
  #waterjet-cutting {
    
    width : 100%;
  }
  
  #waterjet-blurb {
    
    width          : 100%;
    
    padding-bottom : 10px;
  }
  
  #welding-blurb {
    
    width          : 100%;
    
    padding-bottom : 10px;
  }
  
  #wide_img {
    
    display : none;
  }
  
  .mapWrapper {
    
    display : none;
  }
  
  #waterjet-cutting {
    padding-bottom : 20px;
  }
  
  .view {
    width      : 100%;
    max-height : 400px;
  }
}

@media screen and (max-width : 720px) {
  
  #site-map {
    
    width        : 100%;
    
    float        : none;
    
    margin-left  : auto;
    
    margin-right : auto;
    
    padding      : 0;
    
    font-size    : 14px;
  }
  
  #site-maph2 {
    
    width : 100%;
  }
  
  #contacth2 {
    
    width : 100%;
  }
  
  #site-maph2 img {
    
    width  : 100%;
    
    height : auto;
  }
  
  #contacth2 img {
    
    width  : 100%;
    
    height : auto;
  }
  
  #contact {
    
    width          : 100%;
    
    float          : none;
    
    margin         : 0 auto;
    
    padding-right  : 0;
    
    padding-bottom : 10px;
    
    font-size      : 14px;
  }
  
  #address {
    
    text-align : center;
    
    width      : 100%;
    
    padding    : 0;
    
    margin     : 0;
  }
  
  #twenty {
    
    width : 50%;
  }
  
  #fifty {
    width : 100%;
  }
  
  .view {
    max-height : auto;
  }
  
  .view-first img {
    -webkit-transform : scale(1.5);
    -moz-transform    : scale(1.5);
    -ms-transform     : scale(1.5);
    -o-transform      : scale(1.5);
    transform         : scale(1.5);
  }
  
  .view-first:hover img {
    -webkit-transform : scale(2.1);
    -moz-transform    : scale(2.1);
    -ms-transform     : scale(2.1);
    -o-transform      : scale(2.1);
    transform         : scale(2.1);
  }
}

/*------------------------------------*\

    MISC

\*------------------------------------*/

::-moz-selection {
  
  background  : #04a4cc;
  
  color       : #ffffff;
  
  text-shadow : none;
}

::selection {
  
  background  : #04a4cc;
  
  color       : #ffffff;
  
  text-shadow : none;
}

::-webkit-selection {
  
  background  : #04a4cc;
  
  color       : #ffffff;
  
  text-shadow : none;
}

::-moz-selection {
  
  background  : #04a4cc;
  
  color       : #ffffff;
  
  text-shadow : none;
}

/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/

.alignnone {
  
  margin : 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  
  display : block;
  
  margin  : 5px auto 5px auto;
}

.alignright {
  
  float  : right;
  
  margin : 5px 0 20px 20px;
}

.alignleft {
  
  float  : left;
  
  margin : 5px 20px 20px 0;
}

a img.alignright {
  
  float  : right;
  
  margin : 5px 0 20px 20px;
}

a img.alignnone {
  
  margin : 5px 20px 20px 0;
}

a img.alignleft {
  
  float  : left;
  
  margin : 5px 20px 20px 0;
}

a img.aligncenter {
  
  display      : block;
  
  margin-left  : auto;
  
  margin-right : auto;
}

.wp-caption {
  
  background : #ffffff;
  
  border     : 1px solid #f0f0f0;
  
  max-width  : 96%;
  
  padding    : 5px 3px 10px;
  
  text-align : center;
}

.wp-caption.alignnone {
  
  margin : 5px 20px 20px 0;
}

.wp-caption.alignleft {
  
  margin : 5px 20px 20px 0;
}

.wp-caption.alignright {
  
  margin : 5px 0 20px 20px;
}

.wp-caption img {
  
  border    : 0 none;
  
  height    : auto;
  
  margin    : 0;
  
  max-width : 98.5%;
  
  padding   : 0;
  
  width     : auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  
  font-size   : 11px;
  
  line-height : 17px;
  
  margin      : 0;
  
  padding     : 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\

    PRINT

\*------------------------------------*/

@media print {
  
  * {
    
    background         : transparent !important;
    
    color              : #000000 !important;
    
    -webkit-box-shadow : none !important;
    
    box-shadow         : none !important;
    
    text-shadow        : none !important;
  }
  
  a,
  a:visited {
    
    text-decoration : underline;
  }
  
  a[href]:after {
    
    content : ' (' attr(href) ')';
  }
  
  abbr[title]:after {
    
    content : ' (' attr(title) ')';
  }
  
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    
    content : '';
  }
  
  pre,
  blockquote {
    
    border            : 1px solid #999999;
    
    page-break-inside : avoid;
  }
  
  thead {
    
    display : table-header-group;
  }
  
  tr,
  img {
    
    page-break-inside : avoid;
  }
  
  img {
    
    max-width : 100% !important;
  }
  
  @page {
    
    margin : 0.5cm;
  }
  
  p,
  h2,
  h3 {
    
    orphans : 3;
    
    widows  : 3;
  }
  
  h2,
  h3 {
    
    page-break-after : avoid;
  }
}

/**
Slideshow Rules
 */

.slideshow_slide {
  width : 100%;
}

.slideshow_slide a {
  width   : 100%;
  display : block;
}

.slideshow_slide a img {
  width   : 100%;
  display : block;
  height  : auto;
}

.slider-container {
  position : relative;
}

.slider-control-prev,
.slider-control-next {
  position         : absolute;
  top              : 0px;
  background-color : transparent;
  height           : 100%;
  width            : 5%;
  display          : flex;
  font-size        : 50px;
  color            : white;
  align-content    : center;
  align-items      : center;
  justify-content  : center;
  opacity          : 0.6;
  z-index          : 5;
  cursor           : pointer;
  transition       : opacity 300ms;
}

@media all and (max-width : 767px ) {
  .slider-control-prev,
  .slider-control-next {
    font-size : 30px;
  }
}

.slider-control-prev {
  left : 15px;
}

.slider-control-next {
  right : 15px;
}

.slider-control-prev:hover,
.slider-control-next:hover {
  opacity    : 1;
  transition : opacity 300ms;
}

.slick-dots {
  position   : absolute;
  bottom     : 0px;
  display    : block;
  width      : 100%;
  padding    : 0;
  list-style : none;
  text-align : center;
  z-index    : 5;
}

.slick-dots li {
  position : relative;
  display  : inline-block;
  width    : 25px;
  height   : 25px;
  margin   : 0 5px;
  padding  : 0;
  cursor   : pointer;
}

.slick-dots li button {
  width            : 20px;
  height           : 20px;
  background-color : #ffffff;
  box-shadow       : 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing       : border-box;
  border           : 2px solid #ffffff;
  font-size        : 0;
  line-height      : 0;
  display          : block;
  padding          : 0px;
  cursor           : pointer;
  color            : transparent;
  outline          : none;
  border-radius    : 20px;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  width            : 20px;
  height           : 20px;
  background-color : #004171;
  box-shadow       : 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing       : border-box;
  border           : 2px solid #ffffff;
  font-size        : 0;
  line-height      : 0;
  display          : block;
  padding          : 0px;
  cursor           : pointer;
  color            : transparent;
  outline          : none;
  border-radius    : 20px;
}
.homepage-slider {
	margin-bottom: -13px;
}
.waterjet-precise-slider, .waterjet-precise-slider img, .welding-fabrication-slider, .welding-fabrication-slider img, .welding-services-slider, .welding-services-slider img {
  height : 444px !important;
}

@media screen and (max-width : 1180px) {
  .waterjet-precise-slider, .waterjet-precise-slider img, .welding-fabrication-slider, .welding-fabrication-slider img, .welding-services-slider, .welding-services-slider img {
    height : 364px !important;
  }
}

@media screen and (max-width : 1000px) {
  .waterjet-precise-slider, .waterjet-precise-slider img, .welding-fabrication-slider, .welding-fabrication-slider img, .welding-services-slider, .welding-services-slider img {
    height : auto !important;
  }
}