body {
  font-family: "Karla", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.42857143; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: inherit;
    text-decoration: none; }

p {
  margin: 0 0 15px 0;
  -ms-word-break: normal;
  -ms-word-wrap: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0; }

.container {
  width: auto;
  max-width: 1220px; }

.widget {
  margin: 0;
  padding: 0; }

.article-header,
.article-footer {
  display: none; }

.entry-content {
  padding: 0; }
  .entry-content p {
    margin-bottom: 15px; }
  .entry-content img {
    margin: 0;
    max-width: 100%; }

.visibility-hidden {
  visibility: hidden; }

.visibility-visible {
  visibility: visible; }

.body-top-bg {
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .body-top-bg.one {
    position: fixed;
    background-position: center bottom;
    top: 0;
    z-index: 15; }
  .body-top-bg.two {
    position: absolute;
    background-position: center top;
    top: 0;
    z-index: 1; }

.header {
  position: fixed;
  z-index: 15;
  background: none;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0; }
  .header .top {
    position: relative; }
    .header .top .container {
      position: relative;
      z-index: 10; }
    .header .top .logobg {
      position: absolute;
      left: 0;
      top: 0;
      background: url(../images/header/logo-bg.jpg);
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; }
    .header .top .requestbg {
      position: absolute;
      right: 0;
      top: 0;
      background: #366b82;
      height: 42px; }
    .header .top .bottombg {
      position: absolute;
      right: 0;
      bottom: 0;
      background: url(../images/header/bottom-menu-bg.jpg);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: cover;
      height: 79px; }
    .header .top .box {
      float: left;
      width: 78%; }
      .header .top .box .top {
        display: table;
        width: 100%; }
      .header .top .box .bottom:after {
        content: "";
        display: block;
        clear: both; }
    .header .top .menu-header-primary {
      float: right;
      margin: 0;
      padding: 30px 2px 27px 0; }
      .header .top .menu-header-primary li {
        float: left;
        position: relative;
        margin-right: 56px;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .header .top .menu-header-primary li:last-child {
          margin-right: 0; }
        .header .top .menu-header-primary li:hover ul {
          opacity: 1;
          max-height: 1000px; }
        .header .top .menu-header-primary li ul {
          position: absolute;
          left: 50%;
          top: 100%;
          width: 349px;
          opacity: 0;
          max-height: 0;
          overflow: hidden;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .header .top .menu-header-primary li ul:before {
            content: "";
            display: block;
            position: relative;
            z-index: 10;
            background: url(../images/header/bottom-menu-sub-tail.png) center bottom no-repeat;
            height: 31px;
            margin: 0 23px; }
          .header .top .menu-header-primary li ul:after {
            content: "";
            display: block;
            position: absolute;
            left: 23px;
            top: 31px;
            right: 23px;
            bottom: 23px;
            z-index: 5;
            background: #464747;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 26px rgba(1, 1, 1, 0.48);
            -moz-box-shadow: 0 0 26px rgba(1, 1, 1, 0.48);
            box-shadow: 0 0 26px rgba(1, 1, 1, 0.48); }
          .header .top .menu-header-primary li ul li {
            float: none;
            position: relative;
            z-index: 15;
            margin: 0 23px;
            font-weight: bold;
            font-size: 15px;
            color: #ffffff;
            text-transform: none;
            letter-spacing: 0;
            line-height: 18px; }
            .header .top .menu-header-primary li ul li:first-child a {
              -webkit-border-radius: 3px 3px 0 0;
              -moz-border-radius: 3px 3px 0 0;
              border-radius: 3px 3px 0 0; }
            .header .top .menu-header-primary li ul li:last-child {
              margin-right: 23px;
              margin-bottom: 23px; }
              .header .top .menu-header-primary li ul li:last-child a {
                border-bottom: 0;
                -webkit-border-radius: 0 0 3px 3px;
                -moz-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px; }
            .header .top .menu-header-primary li ul li a {
              display: block;
              position: relative;
              border-bottom: 1px solid rgba(255, 255, 255, 0.07);
              margin-top: -1px;
              padding: 23px 50px 22px 31px;
              overflow: hidden; }
              .header .top .menu-header-primary li ul li a:hover {
                background: #373737;
                border-bottom: 1px solid #373737;
                color: #e39a1d; }
                .header .top .menu-header-primary li ul li a:hover:before {
                  content: "";
                  display: block;
                  position: absolute;
                  left: 0;
                  top: 0;
                  background: #e39a1d;
                  width: 4px;
                  height: 100%; }
                .header .top .menu-header-primary li ul li a:hover:after {
                  background-position: -7px 0; }
              .header .top .menu-header-primary li ul li a:after {
                content: "";
                display: block;
                position: absolute;
                right: 25px;
                top: 50%;
                background: url(../images/header/bottom-menu-sub-arrow.png) 0 0 no-repeat;
                width: 7px;
                height: 8px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%); }
    .header .top .menu-header-secondary {
      display: table-cell;
      background: url(../images/header/top-menu-bg.jpg);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0;
      text-align: center;
      vertical-align: middle; }
      .header .top .menu-header-secondary li {
        display: inline-block;
        margin: 0 20px;
        font-family: "Proxima Nova", sans-serif;
        color: #c9c9c9;
        letter-spacing: 1px; }
        .header .top .menu-header-secondary li:first-child {
          margin-left: 0; }
        .header .top .menu-header-secondary li:last-child {
          margin-right: 0; }
    .header .top p {
      margin: 0; }
      .header .top p.logo {
        float: left;
        position: relative;
        width: 22%;
        height: 121px; }
        .header .top p.logo img {
          position: absolute;
          left: 11px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); }
      .header .top p.iso {
        display: table-cell;
        background: url(../images/header/iso-bg.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 165px;
        /* font-style:italic; */
        font-weight: bold;
        font-size: 13px;
        color: #949494;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle; }
      .header .top p.search {
        display: table-cell;
        background: url(../images/header/search-bg.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
        width: 56px; }
        .header .top p.search a {
          display: block;
          background: url(../images/header/search-icon.png) 20px 14px no-repeat;
          border-left: 1px solid #6a6a6a;
          height: 42px;
          text-indent: -999px;
          overflow: hidden; }
      .header .top p.request {
        display: table-cell;
        width: 245px;
        font-style: italic;
        font-weight: bold;
        color: #ffffff;
        text-align: right;
        vertical-align: middle; }
        .header .top p.request .phone {
          display: inline-block;
          margin-left: 6px;
          font-style: normal; }
  .header .home-customers {
    overflow: hidden; }
    .header .home-customers .box {
      padding-top: 36px;
      padding-bottom: 10px; }
    .header .home-customers .title {
      position: relative;
      padding-left: calc(66% - 392px); }
      .header .home-customers .title:before, .header .home-customers .title:after {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        background: #366b82;
        height: 1px; }
      .header .home-customers .title:before {
        left: 0;
        width: calc(66% - 392px); }
      .header .home-customers .title:after {
        right: 0;
        width: calc(67% - 392px); }
      .header .home-customers .title > div {
        margin: 0;
        width: 100%;
        max-width: 392px;
        font-weight: bold;
        font-size: 17px;
        color: #366b82;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center; }
        .header .home-customers .title > div ul {
          display: inline-block;
          margin: 8px 0 0 11px;
          vertical-align: top; }
          .header .home-customers .title > div ul:after {
            content: "";
            display: block;
            clear: both; }
          .header .home-customers .title > div ul li {
            float: left;
            margin-right: 5px;
            text-align: left; }
            .header .home-customers .title > div ul li:last-child {
              margin-right: 0; }
            .header .home-customers .title > div ul li.active a {
              background: #366b82; }
            .header .home-customers .title > div ul li a {
              display: block;
              background: #bababa;
              width: 8px;
              height: 8px;
              text-indent: -999px;
              overflow: hidden;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px; }
    .header .home-customers .items {
      position: relative; }
      .header .home-customers .items ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        height: 100px;
        margin: 0; }
        .header .home-customers .items ul.normalise {
          justify-content: center; }
        .header .home-customers .items ul li {
          display: none;
          max-width: 232px;
          padding: 0 10px; }
          .header .home-customers .items ul li.active {
            display: block; }
          .header .home-customers .items ul li a {
            display: block; }
          .header .home-customers .items ul li img {
            max-height: 61px; }
  .header .page-customers .box {
    position: relative;
    padding-left: 289px; }
    .header .page-customers .box:after {
      content: "";
      display: block;
      clear: both; }
  .header .page-customers .title {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 28px;
    padding-bottom: 18px;
    font-weight: bold;
    font-size: 17px;
    color: #366b82;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .header .page-customers .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 92px;
      bottom: 3px;
      background: #366b82;
      height: 1px; }
    .header .page-customers .title ul {
      position: absolute;
      right: 4px;
      bottom: 0;
      margin: 0; }
      .header .page-customers .title ul:after {
        content: "";
        display: block;
        clear: both; }
      .header .page-customers .title ul li {
        float: left;
        margin-right: 5px; }
        .header .page-customers .title ul li:last-child {
          margin-right: 0; }
        .header .page-customers .title ul li.active a {
          background: #366b82; }
        .header .page-customers .title ul li a {
          display: block;
          background: #bababa;
          width: 8px;
          height: 8px;
          text-indent: -999px;
          overflow: hidden;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
  .header .page-customers .items {
    float: right;
    position: relative;
    width: 100%;
    max-width: 871px;
    overflow: hidden; }
    .header .page-customers .items ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      height: 95px;
      margin: 0; }
      .header .page-customers .items ul.normalise {
        justify-content: flex-start; }
      .header .page-customers .items ul li {
        display: none;
        max-width: 200px;
        padding: 0 10px; }
        .header .page-customers .items ul li.active {
          display: block; }
        .header .page-customers .items ul li a {
          display: block; }
        .header .page-customers .items ul li img {
          max-height: 52px; }

#content {
  position: relative;
  z-index: 5;
  background: none;
  margin: 0; }
  #content #main {
    margin: 0 -15px; }

.footer {
  position: relative;
  z-index: 10;
  background-image: url(../images/footer/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer .top {
    padding-top: 68px;
    padding-bottom: 33px; }
    .footer .top .row > div:nth-child(1) {
      width: 47%; }
    .footer .top .row > div:nth-child(2) {
      width: 53%; }
    .footer .top:after {
      content: "";
      display: block;
      background: rgba(178, 178, 178, 0.23);
      max-width: 1190px;
      height: 1px;
      margin: 45px auto 0 auto; }
  .footer .middle {
    padding-bottom: 34px; }
    .footer .middle .row > div:nth-child(1) {
      width: 27%; }
    .footer .middle .row > div:nth-child(2) {
      width: 12.5%; }
    .footer .middle .row > div:nth-child(3) {
      width: 14%; }
    .footer .middle .row > div:nth-child(4) {
      width: 7.5%; }
    .footer .middle .row > div:nth-child(5) {
      width: 39%; }
  .footer .bottom {
    padding-bottom: 74px; }
    .footer .bottom .row > div:nth-child(1) {
      width: 52%; }
    .footer .bottom .row > div:nth-child(2) {
      width: 48%; }
  .footer .about {
    position: relative;
    max-width: 511px; }
    .footer .about:after {
      content: "";
      display: block;
      clear: both; }
    .footer .about p.logo {
      float: left;
      width: 39%;
      max-width: 181px;
      margin-bottom: 0;
      padding-right: 15px; }
    .footer .about p.stakeholders {
      float: right;
      width: 61%;
      max-width: 293px;
      margin-bottom: 0;
      padding-top: 3px;
      padding-left: 15px; }
  .footer .request {
    float: right;
    position: relative;
    background: rgba(100, 109, 126, 0.32);
    width: 100%;
    max-width: 596px;
    margin-top: 1px;
    padding: 26px 180px 20px 32px; }
    .footer .request p {
      margin: 0;
      font-family: "Teko", sans-serif;
      font-size: 25px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .footer .request p.link {
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        .footer .request p.link a {
          display: block;
          background: #5d4d31;
          border: 1px solid #f9ab41;
          width: 140px;
          padding: 8px;
          font-family: "Karla", sans-serif;
          font-weight: bold;
          font-size: 14px;
          color: #f9ab41;
          text-transform: uppercase;
          text-align: center;
          -webkit-border-radius: 19px;
          -moz-border-radius: 19px;
          border-radius: 19px; }
  .footer .location {
    padding-top: 11px; }
    .footer .location p {
      font-size: 15px;
      color: #767676;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 22px; }
      .footer .location p:last-child {
        margin-bottom: 0; }
      .footer .location p a {
        font-weight: bold;
        color: #e39a1d;
        text-transform: none;
        letter-spacing: 0; }
  .footer .menu-footer {
    margin: 0;
    padding-top: 11px; }
    .footer .menu-footer li {
      margin-bottom: 5px;
      font-weight: bold;
      color: #366b82;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .footer .menu-footer li:last-child {
        margin-bottom: 0; }
  .footer .menu-footer-social {
    margin: 0;
    padding-top: 18px; }
    .footer .menu-footer-social li {
      margin-bottom: 13px; }
      .footer .menu-footer-social li:last-child {
        margin-bottom: 0; }
      .footer .menu-footer-social li:nth-child(1) a {
        background-position: 0 0px; }
      .footer .menu-footer-social li:nth-child(2) a {
        background-position: 0 -26px; }
      .footer .menu-footer-social li:nth-child(3) a {
        background-position: 0 -52px; }
      .footer .menu-footer-social li a {
        display: block;
        background-image: url(../images/footer/social.png);
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        text-indent: -999px;
        overflow: hidden; }
  .footer .newsletter {
    float: right;
    width: 100%;
    max-width: 435px; }
    .footer .newsletter .description {
      position: relative;
      margin-bottom: 23px;
      padding-top: 11px;
      padding-left: 52px; }
      .footer .newsletter .description h3 {
        margin: 0 0 1px 0;
        font-family: "Teko", sans-serif;
        font-weight: normal;
        font-size: 24px;
        color: #366b82; }
        .footer .newsletter .description h3 b {
          font-weight: 600;
          color: #d2d2d2;
          text-transform: uppercase; }
      .footer .newsletter .description p {
        font-size: 14px;
        color: #bababa; }
        .footer .newsletter .description p:last-child {
          margin-bottom: 0; }
        .footer .newsletter .description p.image {
          position: absolute;
          left: 0;
          top: 0;
          margin-bottom: 0; }
    .footer .newsletter .af-form {
      background: none !important;
      border: 0 !important;
      width: auto !important;
      max-width: none !important; }
      .footer .newsletter .af-form .af-header,
      .footer .newsletter .af-form .af-footer {
        display: none; }
      .footer .newsletter .af-form .af-standards .af-element {
        padding: 0 !important; }
        .footer .newsletter .af-form .af-standards .af-element label {
          display: none !important; }
      .footer .newsletter .af-form .af-body {
        position: relative;
        padding: 0 130px 0 8px !important; }
        .footer .newsletter .af-form .af-body:after {
          content: "";
          display: block;
          background: #ffffff;
          height: 1px;
          margin-top: 8px; }
        .footer .newsletter .af-form .af-body .af-textWrap {
          width: auto !important; }
        .footer .newsletter .af-form .af-body input.text {
          background: none !important;
          border: 0 !important;
          height: 24px;
          margin: 0 !important;
          padding: 0 !important;
          font-family: "Karla", sans-serif !important;
          font-size: 13px !important;
          color: #ffffff !important;
          letter-spacing: 1px;
          line-height: 1.4;
          outline: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
          .footer .newsletter .af-form .af-body input.text::-webkit-input-placeholder {
            color: #ffffff; }
          .footer .newsletter .af-form .af-body input.text::-moz-placeholder {
            color: #ffffff; }
          .footer .newsletter .af-form .af-body input.text:-ms-input-placeholder {
            color: #ffffff; }
          .footer .newsletter .af-form .af-body input.text:-moz-placeholder {
            color: #ffffff; }
          .footer .newsletter .af-form .af-body input.text:focus {
            background: none !important;
            border: 0 !important; }
      .footer .newsletter .af-form .buttonContainer {
        position: absolute;
        right: 0;
        top: 0; }
        .footer .newsletter .af-form .buttonContainer input.submit {
          background: #5d4d31 !important;
          border: 1px solid #f9ab41 !important;
          width: 117px !important;
          height: 32px;
          padding: 0;
          font-family: "Karla", sans-serif !important;
          font-weight: bold !important;
          font-size: 14px !important;
          color: #e39a1d !important;
          text-transform: uppercase;
          text-align: center;
          -webkit-border-radius: 16px;
          -moz-border-radius: 16px;
          border-radius: 16px; }
  .footer .copyright {
    margin: 0;
    padding-top: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    text-shadow: 0 0 34px rgba(1, 1, 1, 0.21);
    opacity: .49; }
  .footer .links {
    float: right; }
    .footer .links:after {
      content: "";
      display: block;
      clear: both; }
  .footer .iso {
    float: left;
    margin: 0 42px 0 0;
    font-weight: bold;
    color: #d3d3d3;
    text-transform: uppercase; }
  .footer .menu-footer-links {
    float: left;
    margin: 0; }
    .footer .menu-footer-links li {
      display: inline-block;
      color: #366b82; }
      .footer .menu-footer-links li:last-child:after {
        display: none; }
      .footer .menu-footer-links li:after {
        content: "|";
        display: inline-block;
        margin: 0 3px 0 7px; }

.feedback {
  position: fixed;
  right: 0;
  top: 275px;
  z-index: 20;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .feedback p {
    margin: 0;
    width: 36px;
    font-weight: bold;
    font-size: 18px;
    color: #b6b6b6;
    text-transform: uppercase; }
    .feedback p a {
      display: block;
      background: #000000;
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #515151;
      width: 117px;
      padding: 6px 4px 4px 4px;
      text-align: center; }

.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: .7; }

.popup-feedback {
  position: absolute;
  z-index: 30;
  background: #ffffff;
  width: 96%;
  max-width: 822px;
  height: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
  overflow: hidden; }
  .popup-feedback.prepare {
    height: auto;
    padding-top: 43px;
    padding-bottom: 39px; }
  .popup-feedback .box {
    height: 768px;
    max-width: 670px;
    margin: 0 auto;
    overflow: auto; }
  .popup-feedback p.exit {
    position: absolute;
    right: 15px;
    top: 12px;
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    color: #313131;
    text-transform: uppercase; }

.popup-search {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%; }
  .popup-search form {
    position: absolute;
    left: 50%;
    top: 50%;
    border-bottom: 2px solid #565656;
    width: 94%;
    max-width: 640px;
    padding: 37px 46px 37px 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .popup-search form input[type="text"] {
      display: block;
      background: none;
      border: 0;
      width: 100%;
      max-width: none;
      height: 50px;
      margin: 0;
      padding: 0;
      font-size: 35px;
      color: #e1e1e1;
      letter-spacing: 3px; }
      .popup-search form input[type="text"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .popup-search form input[type="submit"] {
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      background: url(../images/common/search-popup-icon.png) center center no-repeat;
      border: 0;
      width: 46px;
      height: 50px;
      padding: 0;
      text-align: left;
      text-indent: -999px;
      overflow: hidden;
      cursor: hand;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
  .popup-search p.exit {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 35px; }
    .popup-search p.exit a {
      display: block;
      background: url(../images/common/search-popup-exit.png) 0 0 no-repeat;
      width: 28px;
      height: 29px; }

.popup-testimonials {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  background: #ffffff;
  width: 96%;
  max-width: 446px;
  -webkit-box-shadow: 0 0 15px rgba(1, 1, 1, 0.61);
  -moz-box-shadow: 0 0 15px rgba(1, 1, 1, 0.61);
  box-shadow: 0 0 15px rgba(1, 1, 1, 0.61);
  -webkit-transform: translate(-50%, -149px);
  -moz-transform: translate(-50%, -149px);
  transform: translate(-50%, -149px); }
  .popup-testimonials .box {
    position: relative;
    padding: 59px 46px 52px 46px;
    text-align: center; }
  .popup-testimonials .items {
    position: relative;
    margin-left: -46px;
    margin-right: -46px;
    overflow: hidden; }
    .popup-testimonials .items .item {
      display: none;
      position: relative;
      padding-left: 46px;
      padding-right: 46px; }
      .popup-testimonials .items .item.prepare {
        display: block;
        position: absolute;
        top: 0;
        width: 100%; }
      .popup-testimonials .items .item.active {
        display: block; }
  .popup-testimonials h3 {
    display: inline-block;
    margin: 0 0 28px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #366b82;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .popup-testimonials h3:before {
      content: "";
      display: inline-block;
      background: url(../images/common/testimonials-popup-icon.png) 0 0 no-repeat;
      width: 23px;
      height: 23px;
      margin-top: 3px;
      margin-right: 9px;
      vertical-align: top; }
  .popup-testimonials p {
    margin-bottom: 12px;
    font-style: italic;
    font-size: 19px;
    color: #666666;
    line-height: 24px; }
    .popup-testimonials p.author {
      margin-bottom: 0;
      font-style: normal;
      font-weight: bold; }
    .popup-testimonials p.prev, .popup-testimonials p.next {
      display: block;
      position: absolute;
      top: -1px;
      margin: 0; }
      .popup-testimonials p.prev a, .popup-testimonials p.next a {
        display: block;
        background-image: url(../images/common/testimonials-popup-arrow.png);
        background-repeat: no-repeat;
        width: 42px;
        height: 42px;
        text-indent: -999px;
        overflow: hidden; }
    .popup-testimonials p.prev {
      left: -1px; }
      .popup-testimonials p.prev a {
        background-position: 0 0; }
    .popup-testimonials p.next {
      left: 41px; }
      .popup-testimonials p.next a {
        background-position: -42px 0; }
    .popup-testimonials p.exit {
      position: absolute;
      right: -1px;
      top: -1px;
      margin: 0;
      text-align: left; }
      .popup-testimonials p.exit a {
        display: block;
        background: url(../images/common/testimonials-popup-exit.png) 0 0 no-repeat;
        width: 42px;
        height: 42px;
        text-indent: -999px;
        overflow: hidden; }

.ext-button-style-1, .home-top .services .items .item .request p.link, .about-customers p.link, .about-industries p.link, .capabilities-services p.link, .capabilities-products p.link, .page-not-found p.link, .thank-you p.link {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 18px; }
  .ext-button-style-1 a, .home-top .services .items .item .request p.link a, .about-customers p.link a, .about-industries p.link a, .capabilities-services p.link a, .capabilities-products p.link a, .page-not-found p.link a, .thank-you p.link a {
    display: inline-block;
    background: #e39a1d;
    padding: 7px 15px 9px 15px;
    color: inherit;
    text-align: center;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px; }

body.page .body-top-bg.one {
  background-image: url(../images/pages/pagetop-one-bg.jpg);
  height: 216px; }
body.page .body-top-bg.two {
  top: 216px;
  background-image: url(../images/pages/pagetop-two-bg.jpg);
  height: 191px; }

body.home .body-top-bg.one {
  background-image: url(../images/home/top-one-bg.jpg);
  height: 291px; }
body.home .body-top-bg.two {
  top: 291px;
  background-image: url(../images/home/top-two-bg.jpg);
  height: 768px; }

body[class*=" page-capabilities"] .body-top-bg.one {
  background-image: url(../images/pages/pagetop-one-capabilities-bg.jpg); }
body[class*=" page-capabilities"] .body-top-bg.two {
  background-image: url(../images/pages/pagetop-two-capabilities-bg.jpg?t=092816);
  height: 860px; }

body[class*=" page-products-"] .page-top .intro .text {
  padding-bottom: 2px; }

body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3 {
  float: left;
  width: 50%;
  font-size: 19px; }
  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3:nth-of-type(1) {
    padding-right: 10px; }
  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3:nth-of-type(2) {
    padding-left: 10px; }
body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(1) {
  padding-right: 10px; }
body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(2) {
  padding-left: 10px; }

body[class*=" page-products-difficult-designs"] .products-intro {
  background-image: url(../images/pages/products-intro-bg.jpg);
  background-position: center 166px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 154px; }

body[class*=" page-products-stampings"] .products-intro {
  background-image: url(../images/pages/products-intro-bg.jpg);
  background-position: center 166px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 154px; }
  body[class*=" page-products-stampings"] .products-intro .properties {
    max-width: none; }
    body[class*=" page-products-stampings"] .products-intro .properties ul {
      margin: 0 -8px; }
      body[class*=" page-products-stampings"] .products-intro .properties ul li {
        width: 201px;
        padding: 0 8px; }

body.error404 .body-top-bg.one,
body[class*=" page-thank-you"] .body-top-bg.one {
  background-image: url(../images/pages/page-not-found-one-bg.jpg);
  height: 216px; }
body.error404 .body-top-bg.two,
body[class*=" page-thank-you"] .body-top-bg.two {
  top: 216px;
  background-image: url(../images/pages/page-not-found-two-bg.jpg);
  height: 612px; }

.home-top:before {
  content: "";
  display: block;
  height: 291px; }
.home-top .services {
  padding-bottom: 110px;
  overflow: hidden; }
  .home-top .services .container {
    max-width: 1178px; }
  .home-top .services .box {
    padding-top: 48px;
    text-align: center; }
  .home-top .services h1 {
    margin: 0 0 15px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 51px;
    color: #ffffff; }
    .home-top .services h1 span {
      display: inline-block;
      position: relative;
      margin-top: -1px;
      vertical-align: top; }
      .home-top .services h1 span:before {
        content: "";
        display: block;
        position: absolute;
        left: -35px;
        top: -34px;
        background: url(../images/home/top-services-line.png) 0 0 no-repeat;
        width: 100px;
        height: 100px; }
    .home-top .services h1 i {
      font-style: normal;
      font-weight: 300;
      letter-spacing: -1px; }
  .home-top .services h2 {
    margin: 0 0 15px 0;
    padding-left: 1px;
    font-weight: normal;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 1px; }
  .home-top .services h4 {
    margin: 0 0 5px 0;
    padding-left: 4px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px; }
  .home-top .services p {
    padding-left: 1px;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 1px; }
  .home-top .services .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 34px; }
    .home-top .services .items .item {
      position: relative;
      width: 25%;
      margin-bottom: 27px;
      padding: 0 12px; }
      .home-top .services .items .item:nth-child(1) .learn {
        background-image: url(../images/home/top-services-blue-image-1.jpg); }
        .home-top .services .items .item:nth-child(1) .learn:before {
          background-image: url(../images/home/top-services-image-1.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(2) .learn {
        background-image: url(../images/home/top-services-blue-image-2.jpg); }
        .home-top .services .items .item:nth-child(2) .learn:before {
          background-image: url(../images/home/top-services-image-2.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(3) .learn {
        background-image: url(../images/home/top-services-blue-image-3.jpg); }
        .home-top .services .items .item:nth-child(3) .learn:before {
          background-image: url(../images/home/top-services-image-3.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(4) .learn {
        background-image: url(../images/home/top-services-blue-image-4.jpg); }
        .home-top .services .items .item:nth-child(4) .learn:before {
          background-image: url(../images/home/top-services-image-4.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(5) .learn {
        background-image: url(../images/home/top-services-blue-image-5.jpg); }
        .home-top .services .items .item:nth-child(5) .learn:before {
          background-image: url(../images/home/top-services-image-5.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(6) .learn {
        background-image: url(../images/home/top-services-blue-image-6.jpg); }
        .home-top .services .items .item:nth-child(6) .learn:before {
          background-image: url(../images/home/top-services-image-6.jpg?t=0923160255); }
      .home-top .services .items .item:nth-child(7) .learn {
        background-image: url(../images/home/top-services-blue-image-7.jpg); }
        .home-top .services .items .item:nth-child(7) .learn:before {
          background-image: url(../images/home/top-services-image-7.jpg?t=0923160255); }
      .home-top .services .items .item:hover .learn {
        /* padding:27px 23px; */
        /* p {
        	&.link {
        		a {
        			padding-left:15px;
        		
        			&:before {
        				top:6px;
        				background-image:url(../images/home/top-services-arrow-2.png);
        				width:6px;
        				height:9px;
        			}
        		}
        	}
        } */ }
        .home-top .services .items .item:hover .learn:before {
          opacity: 0; }
        .home-top .services .items .item:hover .learn h3 {
          /* margin-bottom:6px;
          padding-left:14px;
          font-family:$four-font;
          font-weight:500;
          font-size:20px; */
          color: #ffffff;
          /* letter-spacing:2px;
          line-height:23px; */
          text-shadow: 0 1px 13px rgba(1, 1, 1, 0.58); }
          .home-top .services .items .item:hover .learn h3:before {
            /* left:2px;
            bottom:5px; */
            background: #ffffff; }
      .home-top .services .items .item:before {
        content: "";
        display: block;
        position: absolute;
        left: -23px;
        top: -60px;
        right: -23px;
        bottom: -60px;
        z-index: 5;
        background-image: url(../images/home/top-services-shadow.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
      .home-top .services .items .item .learn {
        position: relative;
        z-index: 10;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 306px;
        padding: 26px 20px;
        text-align: left; }
        .home-top .services .items .item .learn:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          height: 100%;
          opacity: 1;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .home-top .services .items .item .learn h3 {
          position: relative;
          margin: 0 0 11px 0;
          padding-left: 21px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 16px;
          color: #2a5365;
          text-transform: uppercase;
          letter-spacing: 1px;
          line-height: 21px; }
          .home-top .services .items .item .learn h3:before {
            content: "";
            display: block;
            position: absolute;
            left: 5px;
            top: 0;
            bottom: 3px;
            background: #123d52;
            width: 2px; }
        .home-top .services .items .item .learn p.link {
          margin-bottom: 0;
          font-weight: bold;
          font-size: 14px;
          color: #e39a1d;
          text-transform: uppercase;
          letter-spacing: 0; }
          .home-top .services .items .item .learn p.link a {
            display: inline-block;
            position: relative;
            padding-left: 30px; }
            .home-top .services .items .item .learn p.link a:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              background: url(../images/home/top-services-arrow-1.png) 0 0 no-repeat;
              width: 21px;
              height: 21px; }
      .home-top .services .items .item .request {
        position: relative;
        z-index: 10;
        background-image: url(../images/home/top-services-blue.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 306px;
        padding: 36px 20px;
        text-align: center; }
        .home-top .services .items .item .request:before {
          content: "";
          display: block;
          background: #ffffff;
          width: 46px;
          height: 1px;
          margin: 0 auto 21px auto; }
        .home-top .services .items .item .request h3 {
          margin: 0 0 13px 0;
          padding-left: 2px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 27px;
          color: #ffffff;
          text-transform: uppercase;
          letter-spacing: 2px;
          line-height: 34px; }
        .home-top .services .items .item .request p {
          margin-bottom: 11px;
          padding-left: 0;
          font-weight: bold;
          font-size: 17px;
          color: #ffffff;
          letter-spacing: 0;
          line-height: 21px; }
          .home-top .services .items .item .request p.phone {
            font-style: italic;
            color: #e39a1d; }
          .home-top .services .items .item .request p.link {
            padding-top: 10px; }
            .home-top .services .items .item .request p.link a {
              /* display:block; */
              width: 132px;
              /* background:$nine-color;
              border:1px solid $eight-color;
              margin:0 auto;
              padding:6px 8px 8px 8px;
              font-weight:bold;
              font-size:13px;
              color:$eight-color;
              text-transform:uppercase;
              line-height:18px;
              text-align:center;
              
              @include border-radius(17px); */ }
          .home-top .services .items .item .request p i {
            font-style: italic; }

.home-about {
  position: relative;
  background-image: url(../images/home/about-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-about .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/home/about-image.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
  .home-about .container {
    position: relative;
    z-index: 10;
    max-width: 1178px; }
  .home-about .tag {
    float: right;
    background: #ffffff;
    width: 100%;
    max-width: 348px;
    margin: 84px -26px 0 0;
    padding: 14px 22px 8px 22px;
    -webkit-box-shadow: 0 0 20px rgba(1, 1, 1, 0.23);
    -moz-box-shadow: 0 0 20px rgba(1, 1, 1, 0.23);
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.23); }
    .home-about .tag h4 {
      margin: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 21px;
      color: #366b82;
      line-height: 20px; }
    .home-about .tag p {
      margin: 0;
      color: #0e1724;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .home-about .box {
    float: right;
    position: relative;
    width: 100%;
    max-width: 484px;
    padding-top: 96px;
    padding-bottom: 92px;
    overflow: hidden; }
    .home-about .box:before {
      content: "";
      display: block;
      position: absolute;
      left: 77px;
      top: -18px;
      background: url(../images/home/about-line.png) 0 0 no-repeat;
      width: 154px;
      height: 154px; }
    .home-about .box .uses {
      padding-bottom: 32px; }
    .home-about .box .features {
      padding-bottom: 19px; }
    .home-about .box h4 {
      margin: 0 0 13px 0;
      font-weight: bold;
      font-size: 16px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 25px; }
    .home-about .box p {
      margin-bottom: 10px;
      font-size: 16px;
      color: #ffffff;
      line-height: 25px; }
      .home-about .box p:last-child {
        margin-bottom: 0; }
      .home-about .box p.title {
        margin: 0 0 21px 0;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 40px;
        color: #ffffff;
        line-height: 44px; }
        .home-about .box p.title b {
          font-weight: bold; }
      .home-about .box p.quote {
        position: relative;
        max-width: 435px;
        margin-bottom: 27px;
        padding-left: 31px;
        font-size: 21px;
        line-height: 25px; }
        .home-about .box p.quote:before {
          content: "";
          display: block;
          position: absolute;
          left: 2px;
          top: 7px;
          bottom: 3px;
          background: #ffffff;
          width: 1px; }
      .home-about .box p.link {
        margin-bottom: 0; }
        .home-about .box p.link a {
          display: inline-block;
          position: relative;
          padding-left: 31px;
          font-weight: bold;
          font-size: 14px;
          color: #e39a1d;
          text-transform: uppercase; }
          .home-about .box p.link a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 1px;
            background: url(../images/home/about-arrow.png) 0 0 no-repeat;
            width: 22px;
            height: 22px; }
      .home-about .box p b, .home-about .box p strong {
        font-weight: bold; }
      .home-about .box p i, .home-about .box p em {
        font-style: italic; }
    .home-about .box ul {
      margin-bottom: 10px;
      padding-left: 31px; }
      .home-about .box ul li {
        position: relative;
        padding-left: 11px;
        font-size: 16px;
        color: #ffffff;
        line-height: 25px; }
        .home-about .box ul li:last-child {
          margin-bottom: 0; }
        .home-about .box ul li:before {
          content: ">";
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
        .home-about .box ul li b, .home-about .box ul li strong {
          font-weight: bold; }
        .home-about .box ul li i, .home-about .box ul li em {
          font-style: italic; }

.home-difference {
  background: url(../images/home/difference-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 153px;
  overflow: hidden; }
  .home-difference .container {
    max-width: 1216px; }
  .home-difference p.title {
    margin: 0 0 72px -1px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #2c2e2f;
    letter-spacing: -1px;
    text-align: center; }
    .home-difference p.title span {
      display: inline-block;
      position: relative; }
      .home-difference p.title span:before {
        content: "";
        display: block;
        position: absolute;
        left: 53px;
        top: -46px;
        background: url(../images/home/difference-line.png) 0 0 no-repeat;
        width: 102px;
        height: 102px; }
      .home-difference p.title span b {
        font-weight: bold;
        color: #366b82; }
  .home-difference .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px; }
    .home-difference .items .item {
      position: relative;
      width: 33.3333%;
      padding: 0 14px; }
      .home-difference .items .item:nth-child(1) .description {
        background-image: url(../images/home/difference-image-1.jpg); }
      .home-difference .items .item:nth-child(2) .description {
        background-image: url(../images/home/difference-image-2.jpg); }
      .home-difference .items .item:nth-child(3) .description {
        background-image: url(../images/home/difference-image-3.jpg); }
      .home-difference .items .item:before {
        content: "";
        display: block;
        position: absolute;
        left: -30px;
        right: -30px;
        bottom: -54px;
        z-index: 5;
        background-image: url(../images/home/difference-shadow.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 380px; }
      .home-difference .items .item .description {
        position: relative;
        z-index: 10;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 593px;
        text-align: left; }
        .home-difference .items .item .description .box {
          position: absolute;
          left: 42px;
          right: 20px;
          bottom: 40px; }
          .home-difference .items .item .description .box h4 {
            position: relative;
            margin: 0 0 27px 0;
            padding-left: 14px;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: normal;
            font-size: 23px;
            color: #366b82;
            text-transform: uppercase; }
            .home-difference .items .item .description .box h4:before {
              content: "";
              display: block;
              position: absolute;
              left: 2px;
              top: -2px;
              bottom: -2px;
              background: #366b82;
              width: 1px; }
          .home-difference .items .item .description .box p {
            font-size: 16px;
            color: #ffffff;
            line-height: 29px; }
            .home-difference .items .item .description .box p.link {
              margin-bottom: 0;
              padding-top: 7px; }
              .home-difference .items .item .description .box p.link a {
                display: inline-block;
                position: relative;
                padding-left: 31px;
                font-weight: bold;
                font-size: 14px;
                color: #e39a1d;
                text-transform: uppercase;
                line-height: 20px; }
                .home-difference .items .item .description .box p.link a:before {
                  content: "";
                  display: block;
                  position: absolute;
                  left: 0;
                  top: -2px;
                  background: url(../images/home/difference-arrow.png) 0 0 no-repeat;
                  width: 22px;
                  height: 22px; }

.page-top:before {
  content: "";
  display: block;
  height: 216px; }
.page-top .intro .box {
  position: relative;
  height: 191px; }
.page-top .intro .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 8px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
.page-top .intro h1 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 49px;
  color: #366b82;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .page-top .intro h1 b {
    font-weight: bold;
    color: #ffffff; }
.page-top .intro h2 {
  margin: 0 0 2px 0;
  padding-left: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1; }
.page-top .intro p.pretitle {
  margin: 0 0 2px 0;
  padding-left: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1; }
.page-top .intro p.back {
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #e39a1d;
  text-transform: uppercase;
  letter-spacing: 2px; }

.about-intro {
  position: relative;
  padding-bottom: 72px;
  overflow: hidden; }
  .about-intro .imagebg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/pages/about-intro-image.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 413px; }
  .about-intro .captionbg {
    position: absolute;
    left: 0;
    top: 413px;
    z-index: 5;
    background: url(../images/pages/about-intro-caption-bg.png) 0 0 repeat-x;
    height: 149px; }
  .about-intro .textbg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/pages/about-intro-text-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%; }
  .about-intro .container {
    position: relative;
    z-index: 10; }
  .about-intro .image {
    position: relative;
    padding-top: 413px; }
    .about-intro .image .caption {
      height: 149px;
      padding-top: 33px; }
      .about-intro .image .caption:after {
        content: "";
        display: block;
        clear: both; }
      .about-intro .image .caption .address {
        float: left;
        position: relative;
        margin-right: 31px;
        padding-top: 1px;
        padding-left: 62px; }
        .about-intro .image .caption .address:before {
          content: "";
          display: block;
          position: absolute;
          left: -13px;
          top: -23px;
          background: url(../images/pages/about-intro-address-icon.png) 0 0 no-repeat;
          width: 60px;
          height: 70px; }
      .about-intro .image .caption .contact {
        float: left; }
      .about-intro .image .caption p {
        margin-bottom: 8px;
        font-size: 16px;
        color: #ffffff;
        line-height: 22px; }
        .about-intro .image .caption p.link {
          margin-bottom: 0;
          font-weight: bold;
          font-size: 14px;
          color: #e39a1d;
          text-transform: uppercase;
          line-height: 20px; }
          .about-intro .image .caption p.link a {
            display: block;
            position: relative;
            padding-left: 29px; }
            .about-intro .image .caption p.link a:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              background: url(../images/home/top-services-arrow-1.png) 0 0 no-repeat;
              width: 21px;
              height: 21px; }
        .about-intro .image .caption p b {
          font-weight: bold; }
        .about-intro .image .caption p a {
          font-weight: bold;
          color: #e39a1d; }
  .about-intro .text {
    float: right;
    position: relative;
    width: 100%;
    max-width: 552px;
    padding-top: 51px; }
    .about-intro .text:after {
      content: "";
      display: block;
      clear: both; }
  .about-intro h2 {
    margin: 0 0 26px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82; }
  .about-intro h4 {
    margin: 0 0 12px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 25px; }
  .about-intro p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #323232;
    line-height: 29px; }
    .about-intro p.logo {
      margin-bottom: 0;
      position: absolute;
      left: 0;
      top: 18px; }
    .about-intro p.lead {
      position: relative;
      max-width: 552px;
      padding-left: 29px;
      font-size: 21px;
      color: #565656;
      line-height: 30px; }
      .about-intro p.lead:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 7px;
        background: #366b82;
        width: 1px; }
    .about-intro p.iso {
      float: left;
      position: relative;
      border: 1px solid #989898;
      width: 347px;
      margin-top: 19px;
      margin-bottom: 0;
      padding: 6px 6px 7px 92px;
      font-style: italic;
      font-size: 12px;
      color: #464646;
      line-height: 16px; }
      .about-intro p.iso img {
        position: absolute;
        left: -9px;
        top: -10px; }
      .about-intro p.iso a {
        font-weight: bold;
        color: #e39a1d; }
      .about-intro p.iso b {
        font-weight: bold; }
    .about-intro p.bbb {
      position: absolute;
      left: 362px;
      bottom: 2px;
      width: 281px;
      margin-bottom: 0; }
    .about-intro p a {
      font-weight: bold;
      color: #e39a1d; }

.about-customers {
  background: url(../images/pages/about-customers-bg.jpg) center 34px no-repeat; }
  .about-customers .box {
    background: #ffffff;
    max-width: 820px;
    margin: 0 auto;
    padding: 58px 65px 60px 65px;
    text-align: center;
    -webkit-box-shadow: 0 1px 24px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 1px 24px rgba(1, 1, 1, 0.15);
    box-shadow: 0 1px 24px rgba(1, 1, 1, 0.15); }
  .about-customers h3 {
    margin: 0 0 32px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #366b82; }
    .about-customers h3 b {
      font-weight: bold; }
  .about-customers p {
    font-size: 16px;
    color: #323232;
    line-height: 30px; }
    .about-customers p.link {
      margin-bottom: 0;
      padding-top: 14px;
      /* font-weight:bold;
      font-size:14px;
      color:$eleven-color;
      text-transform:uppercase;
      line-height:20px; */ }
      .about-customers p.link a {
        width: 172px;
        /* display:inline-block;
        position:relative;
        padding-left:29px;
        
        &:before {
        	content:"";
        	display:block;
        	position:absolute;
        	left:0;
        	top:0;
        	background:url(../images/home/top-services-arrow-1.png) 0 0 no-repeat;
        	width:21px;
        	height:21px;
        } */ }
    .about-customers p.lead {
      margin-bottom: 14px;
      font-size: 21px; }
    .about-customers p b {
      font-style: italic;
      font-weight: bold; }

.about-industries {
  background-image: url(../images/pages/about-industries-bg.jpg);
  background-position: center -2px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 110px;
  padding-bottom: 128px;
  text-align: center;
  overflow: hidden; }
  .about-industries h3 {
    margin: 0 0 15px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82; }
    .about-industries h3 b {
      font-weight: bold; }
  .about-industries p.link {
    margin-bottom: 0;
    padding-top: 14px;
    /* font-weight:bold;
    font-size:14px;
    color:$eleven-color;
    text-transform:uppercase;
    line-height:20px; */ }
    .about-industries p.link a {
      width: 172px;
      /* display:inline-block;
      position:relative;
      padding-left:29px;
      
      &:before {
      	content:"";
      	display:block;
      	position:absolute;
      	left:0;
      	top:0;
      	background:url(../images/home/top-services-arrow-1.png) 0 0 no-repeat;
      	width:21px;
      	height:21px;
      } */ }
  .about-industries .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 64px;
    text-align: left; }
    .about-industries .items ul {
      width: 25%;
      padding: 0 15px; }
      .about-industries .items ul:nth-child(1) li {
        padding-left: 51px; }
        .about-industries .items ul:nth-child(1) li:nth-child(1):before {
          top: -9px;
          height: 40px; }
        .about-industries .items ul:nth-child(1) li:nth-child(2):before {
          top: -8px;
          background-position: 0 -75px;
          height: 38px; }
        .about-industries .items ul:nth-child(1) li:nth-child(3):before {
          top: -4px;
          background-position: 0 -152px;
          height: 32px; }
        .about-industries .items ul:nth-child(1) li:nth-child(4):before {
          top: -7px;
          background-position: 0 -223px;
          height: 36px; }
        .about-industries .items ul:nth-child(1) li:before {
          background-image: url(../images/pages/about-industries-icons-1.png);
          width: 37px; }
      .about-industries .items ul:nth-child(2) li {
        padding-left: 67px; }
        .about-industries .items ul:nth-child(2) li:nth-child(1):before {
          top: -3px;
          height: 29px; }
        .about-industries .items ul:nth-child(2) li:nth-child(2):before {
          top: -4px;
          background-position: 0 -73px;
          height: 29px; }
        .about-industries .items ul:nth-child(2) li:nth-child(3):before {
          top: -9px;
          background-position: 0 -141px;
          height: 40px; }
        .about-industries .items ul:nth-child(2) li:nth-child(4):before {
          top: -16px;
          background-position: 0 -208px;
          height: 47px; }
        .about-industries .items ul:nth-child(2) li:before {
          background-image: url(../images/pages/about-industries-icons-2.png);
          width: 48px; }
      .about-industries .items ul:nth-child(3) li {
        padding-left: 57px; }
        .about-industries .items ul:nth-child(3) li:nth-child(1):before {
          top: -9px;
          height: 45px; }
        .about-industries .items ul:nth-child(3) li:nth-child(2):before {
          top: -12px;
          background-position: 0 -71px;
          height: 43px; }
        .about-industries .items ul:nth-child(3) li:nth-child(3):before {
          top: -10px;
          background-position: 0 -146px;
          height: 46px; }
        .about-industries .items ul:nth-child(3) li:nth-child(4):before {
          top: -11px;
          background-position: 0 -219px;
          height: 40px; }
        .about-industries .items ul:nth-child(3) li:before {
          background-image: url(../images/pages/about-industries-icons-3.png);
          width: 41px; }
      .about-industries .items ul:nth-child(4) li {
        padding-left: 64px; }
        .about-industries .items ul:nth-child(4) li:nth-child(1):before {
          top: -10px;
          height: 34px; }
        .about-industries .items ul:nth-child(4) li:nth-child(2):before {
          top: -4px;
          background-position: 0 -80px;
          height: 28px; }
        .about-industries .items ul:nth-child(4) li:nth-child(3):before {
          top: -2px;
          background-position: 0 -149px;
          height: 38px; }
        .about-industries .items ul:nth-child(4) li:nth-child(4):before {
          top: -4px;
          background-position: 0 -227px;
          height: 32px; }
        .about-industries .items ul:nth-child(4) li:before {
          background-image: url(../images/pages/about-industries-icons-4.png);
          width: 47px; }
      .about-industries .items ul li {
        position: relative;
        margin-bottom: 50px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        font-size: 17px;
        color: #5f5f5f;
        text-transform: uppercase;
        white-space: nowrap; }
        .about-industries .items ul li:last-child {
          margin-bottom: 0; }
        .about-industries .items ul li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background-position: 0 0;
          background-repeat: no-repeat; }
        .about-industries .items ul li h4 {
          margin: 0;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 17px;
          color: #5f5f5f;
          text-transform: uppercase;
          white-space: nowrap; }

.about-partners {
  background: #dcedf4;
  padding: 61px 0 46px 0;
  text-align: center; }
  .about-partners p.title {
    margin: 0 0 44px 0;
    padding-left: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #366b82;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .about-partners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px; }
    .about-partners ul li {
      margin-bottom: 18px;
      padding: 0 15px; }
      .about-partners ul li:nth-child(3) {
        flex-basis: 25%; }
      .about-partners ul li a {
        display: block; }

.contact-info {
  position: relative; }
  .contact-info .map {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    /* background-image:url(../images/pages/contact-map.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:cover; */
    height: 100%; }
    .contact-info .map iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .contact-info .textbg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/pages/contact-text-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%; }
  .contact-info .container {
    position: relative;
    z-index: 10; }
  .contact-info .text {
    float: right;
    width: 100%;
    max-width: 547px;
    padding-top: 51px;
    padding-bottom: 61px; }
    .contact-info .text .address {
      position: relative;
      margin-bottom: 27px;
      padding-left: 28px; }
      .contact-info .text .address:before {
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        top: 7px;
        bottom: 12px;
        background: #366b82;
        width: 1px; }
      .contact-info .text .address p {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 25px; }
        .contact-info .text .address p.lead {
          /* font-size:23px; */
          font-size: 22px;
          color: #2b2d2e;
          line-height: 27px; }
  .contact-info h3 {
    margin: 0 0 29px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #366b82; }
  .contact-info h4 {
    position: relative;
    margin: 0 0 15px 0;
    padding-left: 39px;
    /* font-family:$five-font; */
    font-family: "Karla", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #2f2f2f;
    text-transform: uppercase;
    /* letter-spacing:1px; */ }
    .contact-info h4:before {
      content: "";
      display: block;
      position: absolute;
      left: -3px;
      top: -6px;
      background: url(../images/pages/contact-icon.png) 0 0 no-repeat;
      width: 25px;
      height: 33px; }
  .contact-info p {
    margin-bottom: 19px;
    font-size: 18px;
    color: #323232;
    line-height: 29px; }
    .contact-info p.link {
      margin-top: -4px;
      margin-bottom: 0;
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 20px; }
      .contact-info p.link a {
        display: block;
        background: #e39a1d;
        /* width:138px; */
        width: 268px;
        padding: 7px 7px 9px 7px;
        color: inherit;
        text-align: center;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px; }
    .contact-info p b {
      font-weight: bold; }
    .contact-info p a {
      font-weight: bold;
      color: #e39a1d; }

.faq-info {
  background-image: url(../images/pages/faq-info-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 90px 0; }
  .faq-info .top {
    margin-bottom: 96px;
    text-align: center; }
    .faq-info .top h3 {
      margin: 0 0 30px 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      font-size: 35px;
      color: #366b82; }
      .faq-info .top h3 b {
        font-weight: bold; }
    .faq-info .top p {
      margin-bottom: 7px;
      font-size: 16px;
      color: #323232; }
      .faq-info .top p:last-child {
        margin-bottom: 0; }
      .faq-info .top p a {
        font-weight: bold;
        color: #e39a1d; }
  .faq-info .items:after {
    content: "";
    display: block;
    clear: both; }
  .faq-info .items .item {
    width: 50%;
    margin-bottom: 31px; }
    .faq-info .items .item:nth-child(odd) {
      float: left;
      clear: both;
      padding-right: 20px; }
    .faq-info .items .item:nth-child(even) {
      float: right;
      padding-left: 20px; }
  .faq-info .question h4,
  .faq-info .info h4 {
    position: relative;
    border-bottom: 1px solid #989898;
    margin: 0;
    padding-left: 31px;
    padding-bottom: 22px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .faq-info .question h4:before,
    .faq-info .info h4:before {
      content: "Q:";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      color: #366b82; }
  .faq-info .info h4 {
    padding-left: 0;
    color: #366b82; }
    .faq-info .info h4:before {
      display: none; }
  .faq-info .answer {
    padding: 30px 0 30px 35px; }
    .faq-info .answer p {
      margin-bottom: 18px;
      font-size: 16px;
      color: #323232;
      line-height: 20px; }
      .faq-info .answer p:last-child {
        margin-bottom: 0; }
      .faq-info .answer p b, .faq-info .answer p strong {
        font-weight: bold; }
      .faq-info .answer p a {
        font-weight: bold;
        color: #e39a1d; }

.capabilities-services {
  min-height: 669px;
  padding: 21px 0; }
  .capabilities-services .container > .row > div:nth-child(1) {
    width: 38%; }
  .capabilities-services .container > .row > div:nth-child(2) {
    width: 62%; }
  .capabilities-services .description {
    float: left;
    width: 100%;
    max-width: 423px; }
  .capabilities-services .list {
    float: right;
    width: 100%;
    max-width: 706px;
    padding-top: 5px; }
    .capabilities-services .list h3 {
      margin: 0 0 36px 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .capabilities-services .list h3:after {
        content: "";
        display: block;
        background: #989898;
        height: 1px;
        margin-top: 23px; }
      .capabilities-services .list h3 b {
        color: #366b82; }
  .capabilities-services .items {
    margin: 0 -15px; }
    .capabilities-services .items:after {
      content: "";
      display: block;
      clear: both; }
    .capabilities-services .items ul {
      float: left;
      width: 33.3333%;
      padding: 0 15px; }
      .capabilities-services .items ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 34px;
        font-size: 16px;
        color: #ffffff;
        line-height: 20px; }
        .capabilities-services .items ul li:last-child {
          margin-bottom: 0; }
        .capabilities-services .items ul li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: url(../images/pages/pagetop-capabilities-check.png) 0 0 no-repeat;
          width: 20px;
          height: 20px; }
        .capabilities-services .items ul li h4 {
          margin: 0;
          font-family: "Karla", sans-serif;
          font-weight: normal;
          font-size: 16px;
          color: #ffffff;
          line-height: 20px; }
        .capabilities-services .items ul li b, .capabilities-services .items ul li strong {
          font-weight: bold; }
        .capabilities-services .items ul li i, .capabilities-services .items ul li em {
          font-style: italic; }
  .capabilities-services h3 {
    margin: 0 0 26px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82; }
    .capabilities-services h3 b {
      font-weight: bold; }
  .capabilities-services p {
    font-size: 16px;
    color: #ffffff;
    line-height: 29px; }
    .capabilities-services p.lead {
      position: relative;
      padding-left: 31px;
      font-size: 21px;
      line-height: 30px; }
      .capabilities-services p.lead:before {
        content: "";
        display: block;
        position: absolute;
        left: 2px;
        top: 10px;
        bottom: 7px;
        background: #366b82;
        width: 1px; }
    .capabilities-services p.link {
      padding-top: 13px;
      /* font-weight:bold;
      font-size:13px;
      color:$eight-color;
      text-transform:uppercase;
      line-height:18px; */ }
      .capabilities-services p.link a {
        /* display:block;
        background:$nine-color;
        border:1px solid $eight-color; */
        width: 172px;
        /* padding:6px 6px 8px 6px;
        text-align:center;
        
        @include border-radius(17px); */ }

.capabilities-equipments {
  background-image: url(../images/pages/capabilities-equipments-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 94px 0; }
  .capabilities-equipments .container > .row:nth-child(2) > div:nth-child(1) {
    width: 52%; }
  .capabilities-equipments .container > .row:nth-child(2) > div:nth-child(2) {
    width: 48%; }
  .capabilities-equipments .photos {
    float: left;
    width: 100%;
    max-width: 590px;
    padding-top: 1px; }
    .capabilities-equipments .photos .items {
      margin: 0 -15px; }
      .capabilities-equipments .photos .items:after {
        content: "";
        display: block;
        clear: both; }
      .capabilities-equipments .photos .items .item {
        float: left;
        position: relative;
        width: 50%;
        padding: 0 15px; }
        .capabilities-equipments .photos .items .item:nth-child(1) .text {
          background-image: url(../images/pages/capabilities-equipments-image-1.jpg); }
        .capabilities-equipments .photos .items .item:nth-child(2) .text {
          background-image: url(../images/pages/capabilities-equipments-image-2.jpg); }
        .capabilities-equipments .photos .items .item .text {
          position: relative;
          z-index: 10;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover;
          height: 413px;
          text-align: left; }
          .capabilities-equipments .photos .items .item .text .box {
            position: absolute;
            left: 38px;
            right: 38px;
            bottom: 34px; }
            .capabilities-equipments .photos .items .item .text .box h4 {
              position: relative;
              margin: 0 0 20px 0;
              padding-left: 20px;
              font-family: "Roboto Condensed", sans-serif;
              font-size: 23px;
              color: #366b82;
              text-transform: uppercase; }
              .capabilities-equipments .photos .items .item .text .box h4:before {
                content: "";
                display: block;
                position: absolute;
                left: 2px;
                top: -2px;
                bottom: -2px;
                background: #366b82;
                width: 1px; }
            .capabilities-equipments .photos .items .item .text .box p.link {
              margin-bottom: 0; }
              .capabilities-equipments .photos .items .item .text .box p.link a {
                display: inline-block;
                position: relative;
                padding-left: 29px;
                font-weight: bold;
                font-size: 14px;
                color: #e39a1d;
                text-transform: uppercase; }
                .capabilities-equipments .photos .items .item .text .box p.link a:before {
                  content: "";
                  display: block;
                  position: absolute;
                  left: -1px;
                  top: -1px;
                  background: url(../images/home/difference-arrow.png) 0 0 no-repeat;
                  width: 22px;
                  height: 22px; }
  .capabilities-equipments .list.primary {
    float: right;
    width: 100%;
    max-width: 548px; }
    .capabilities-equipments .list.primary ul li {
      width: 50%; }
      .capabilities-equipments .list.primary ul li:nth-child(2n+1) {
        clear: both; }
  .capabilities-equipments .list.secondary {
    padding-top: 50px; }
    .capabilities-equipments .list.secondary ul li {
      width: 25%;
      padding-right: 25px; }
      .capabilities-equipments .list.secondary ul li:nth-child(4n+1) {
        clear: both; }
  .capabilities-equipments .list h4 {
    margin: 0 0 36px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .capabilities-equipments .list h4:after {
      content: "";
      display: block;
      background: #989898;
      height: 1px;
      margin-top: 22px; }
    .capabilities-equipments .list h4 b {
      color: #366b82; }
  .capabilities-equipments .list ul {
    margin: 0 -15px; }
    .capabilities-equipments .list ul:after {
      content: "";
      display: block;
      clear: both; }
    .capabilities-equipments .list ul li {
      float: left;
      position: relative;
      margin-bottom: 24px;
      padding: 0 15px 0 49px;
      font-size: 15px;
      color: #323232;
      line-height: 20px; }
      .capabilities-equipments .list ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: 0;
        background: url(../images/pages/pagetop-capabilities-check.png) 0 0 no-repeat;
        width: 20px;
        height: 20px; }
  .capabilities-equipments h3 {
    margin: 0 0 67px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82;
    text-align: center; }
    .capabilities-equipments h3 b {
      font-weight: bold; }

.capabilities-products {
  padding: 28px 0 100px 0; }
  .capabilities-products .top {
    max-width: 855px;
    margin: 0 auto 64px auto;
    text-align: center; }
  .capabilities-products h3 {
    margin: 0 0 28px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82;
    text-align: center; }
    .capabilities-products h3 b {
      font-weight: bold; }
  .capabilities-products p {
    font-size: 16px;
    color: #323232;
    line-height: 29px; }
    .capabilities-products p.lead {
      margin-bottom: 14px;
      font-size: 21px;
      line-height: 30px; }
    .capabilities-products p.link {
      margin-bottom: 0;
      padding-top: 5px;
      /* a {
      	display:inline-block;
      	position:relative;
      	padding-left:30px;
      	font-weight:bold;
      	font-size:14px;
      	color:$eleven-color;
      	text-transform:uppercase;
      	line-height:22px;
      	
      	&:before {
      		content:"";
      		display:block;
      		position:absolute;
      		left:-1px;
      		top:0;
      		background:url(../images/home/difference-arrow.png) 0 0 no-repeat;
      		width:22px;
      		height:22px;
      	}
      } */ }
      .capabilities-products p.link a {
        width: 172px; }
    .capabilities-products p a {
      font-weight: bold;
      color: #e39a1d; }
  .capabilities-products table {
    border: 0;
    width: 100%;
    margin: 0; }
    .capabilities-products table tr {
      border: 0 !important; }
      .capabilities-products table tr:nth-child(even) td {
        background: #ededed; }
        .capabilities-products table tr:nth-child(even) td:first-child {
          background: #dcedf4; }
        .capabilities-products table tr:nth-child(even) td.hover:first-child {
          background: #e39a1d; }
        .capabilities-products table tr:nth-child(even) td.active:first-child {
          background: #366b82; }
      .capabilities-products table tr:last-child td {
        border-bottom: 1px solid #000000; }
        .capabilities-products table tr:last-child td:first-child {
          border-bottom: 0; }
      .capabilities-products table tr th {
        background: none;
        border: 1px solid #000000 !important;
        width: 10.3%;
        padding: 10px 15px 9px 15px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: #366b82;
        text-transform: uppercase;
        cursor: hand;
        cursor: pointer; }
        .capabilities-products table tr th:first-child {
          border: 0 !important;
          width: auto; }
        .capabilities-products table tr th.hover {
          background: #e39a1d;
          border-bottom: 1px solid #e39a1d !important;
          color: #ffffff; }
        .capabilities-products table tr th.active {
          background: #366b82;
          border-bottom: 1px solid #366b82 !important;
          color: #ffffff; }
      .capabilities-products table tr td {
        border-width: 0 1px 0 0;
        border-style: solid;
        border-color: #ffffff;
        padding: 10px 15px 9px 15px;
        font-size: 13px;
        color: #323232;
        text-transform: uppercase;
        cursor: hand;
        cursor: pointer; }
        .capabilities-products table tr td:first-child {
          border-right: 1px solid #000000;
          padding-left: 20px;
          padding-right: 20px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 17px;
          color: #366b82; }
        .capabilities-products table tr td:last-child {
          border-right: 1px solid #000000; }
        .capabilities-products table tr td.hover {
          background: #e39a1d;
          border-right: 1px solid #e39a1d;
          color: #ffffff; }
          .capabilities-products table tr td.hover:last-child {
            border-right: 1px solid #000000; }
        .capabilities-products table tr td.active {
          background: #366b82;
          border-right: 1px solid #366b82;
          color: #ffffff; }
          .capabilities-products table tr td.active:last-child {
            border-right: 1px solid #000000; }

.cs-info {
  background-image: url(../images/pages/cs-info-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 93px 0; }
  .cs-info .top {
    max-width: 819px;
    margin: 0 auto 61px auto;
    text-align: center; }
    .cs-info .top h3 {
      margin: 0 0 29px 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      font-size: 35px;
      color: #366b82; }
      .cs-info .top h3 b {
        font-weight: bold; }
    .cs-info .top p {
      font-size: 16px;
      color: #323232;
      line-height: 29px; }
      .cs-info .top p:last-child {
        margin-bottom: 0; }
  .cs-info .items {
    max-width: 822px;
    margin: 0 auto; }
    .cs-info .items .item {
      background: #ffffff;
      margin-bottom: 42px;
      padding: 44px 42px 42px 42px;
      -webkit-box-shadow: 0 0 12px rgba(1, 1, 1, 0.16);
      -moz-box-shadow: 0 0 12px rgba(1, 1, 1, 0.16);
      box-shadow: 0 0 12px rgba(1, 1, 1, 0.16); }
      .cs-info .items .item .box {
        position: relative;
        margin: 0 -15px; }
        .cs-info .items .item .box:before {
          content: "";
          display: block;
          position: absolute;
          left: calc(29.5% - 1px);
          top: 0;
          background: #c1c1c1;
          width: 1px;
          height: 100%; }
        .cs-info .items .item .box:after {
          content: "";
          display: block;
          clear: both; }
        .cs-info .items .item .box .title {
          float: left;
          width: 29.5%;
          max-width: 227px;
          padding: 0 15px; }
        .cs-info .items .item .box .description {
          display: flex;
          align-items: flex-start;
          float: right;
          width: 70.5%;
          max-width: 524px;
          min-height: 245px;
          padding: 0 15px 1px 15px; }
        .cs-info .items .item .box h3 {
          margin: 0 0 14px 0;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 29px;
          color: #366b82;
          text-transform: uppercase;
          letter-spacing: 3px;
          line-height: 32px; }
        .cs-info .items .item .box h4 {
          margin: -4px 0 6px 0;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 16px;
          color: #e39a1d;
          text-transform: uppercase;
          letter-spacing: 2px; }
          .cs-info .items .item .box h4:before {
            content: "";
            display: block;
            background: url(../images/pages/cs-info-quote.png) 0 0 no-repeat;
            width: 29px;
            height: 29px;
            margin-bottom: 22px; }
        .cs-info .items .item .box h5 {
          position: relative;
          margin: 0 0 22px 0;
          padding-left: 25px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 19px;
          color: #366b82;
          text-transform: uppercase;
          letter-spacing: 2px;
          line-height: 16px; }
          .cs-info .items .item .box h5 b {
            display: block;
            position: absolute;
            left: 0;
            top: -6px;
            font-weight: bold;
            font-size: 43px;
            line-height: 43px; }
        .cs-info .items .item .box p {
          font-size: 19px;
          color: #323232;
          line-height: 32px; }
          .cs-info .items .item .box p:last-child {
            margin-bottom: 0; }
          .cs-info .items .item .box p.image {
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #bebebe;
            margin-bottom: 0;
            width: 175px;
            height: 65px; }
            .cs-info .items .item .box p.image img {
              max-width: 90%;
              max-height: 90%; }
          .cs-info .items .item .box p b, .cs-info .items .item .box p strong {
            font-weight: bold; }
  .cs-info .bottom {
    padding-top: 8px; }
    .cs-info .bottom p {
      margin: 0;
      font-weight: bold;
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center; }
      .cs-info .bottom p a {
        display: inline-block;
        background: #e39a1d;
        width: 172px;
        padding: 7px 7px 9px 7px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        border-radius: 17px; }

.gallery .filter {
  background: #366b82;
  margin: 0 -15px;
  padding-top: 47px;
  padding-bottom: 52px; }
  .gallery .filter .box {
    max-width: 590px;
    margin: 0 auto;
    padding: 0 15px; }
  .gallery .filter form:after {
    content: "";
    display: block;
    clear: both; }
  .gallery .filter form label {
    display: block;
    float: left;
    width: 42%;
    margin: 0;
    padding: 4px 15px 5px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .gallery .filter form .chosen-container {
    float: right;
    width: 58% !important;
    margin: 0; }
    .gallery .filter form .chosen-container .chosen-results {
      color: #323232; }
      .gallery .filter form .chosen-container .chosen-results li {
        padding: 10px 19px; }
  .gallery .filter form .chosen-container-single {
    font-size: 16px; }
    .gallery .filter form .chosen-container-single .chosen-single {
      background: #ffffff;
      border-color: #ffffff;
      height: 39px;
      padding-left: 23px;
      color: #323232;
      line-height: 38px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .gallery .filter form .chosen-container-single .chosen-single span {
        margin-right: 42px; }
      .gallery .filter form .chosen-container-single .chosen-single div {
        width: 25px; }
        .gallery .filter form .chosen-container-single .chosen-single div b {
          background: url(../images/pages/gallery-arrow.png) left center no-repeat !important; }
    .gallery .filter form .chosen-container-single .chosen-drop {
      border-color: #ffffff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
.gallery .items {
  padding: 24px 11px 0 11px; }
  .gallery .items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px; }
    .gallery .items ul li {
      width: 16.6666667%;
      margin-bottom: 25px;
      padding: 0 11px; }
      .gallery .items ul li a {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        padding-bottom: 94.560669%;
        text-indent: -999px;
        overflow: hidden; }

.products-services .top {
  position: relative;
  padding-top: 69px;
  padding-bottom: 25px; }
  .products-services .top .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/pages/products-services-image.jpg?t=092316);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
  .products-services .top .textbg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/pages/products-services-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%; }
  .products-services .top .container {
    position: relative;
    z-index: 10; }
.products-services .bottom {
  padding-top: 77px;
  padding-bottom: 80px; }
.products-services .list:after {
  content: "";
  display: block;
  clear: both; }
.products-services .list.primary {
  float: right;
  width: 100%;
  max-width: 532px; }
  .products-services .list.primary ul {
    width: 50%; }
    .products-services .list.primary ul:nth-of-type(1) {
      padding-right: 15px; }
    .products-services .list.primary ul:nth-of-type(2) {
      padding-left: 15px; }
.products-services .list.secondary h4 {
  font-size: 19px; }
.products-services .list.secondary ul {
  width: 100%; }
.products-services .list h3 {
  margin: 0 0 50px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #366b82; }
  .products-services .list h3 b {
    font-weight: bold; }
.products-services .list h4 {
  margin: 0 0 36px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .products-services .list h4:after {
    content: "";
    display: block;
    background: #989898;
    height: 1px;
    margin-top: 22px; }
  .products-services .list h4 b {
    color: #366b82; }
.products-services .list ul {
  float: left;
  margin: 0; }
  .products-services .list ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 34px;
    font-size: 15px;
    color: #323232;
    line-height: 20px; }
    .products-services .list ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../images/pages/pagetop-capabilities-check.png) 0 0 no-repeat;
      width: 20px;
      height: 20px; }

.products-list {
  background-image: url(../images/pages/products-list-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 86px;
  padding-bottom: 50px; }
  .products-list h3 {
    margin: 0 0 64px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82;
    text-align: center; }
    .products-list h3 b {
      font-weight: bold; }
  .products-list .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px; }
    .products-list .items .item {
      width: 50%;
      max-width: 606px;
      margin-bottom: 15px;
      padding: 0 15px; }
      .products-list .items .item .box {
        position: relative;
        border-top: 1px solid #868686;
        min-height: 422px;
        padding-left: 278px; }
        .products-list .items .item .box .image {
          position: absolute;
          left: 0;
          top: 0;
          width: 278px; }
          .products-list .items .item .box .image:before {
            content: "";
            display: block;
            position: absolute;
            left: -12px;
            bottom: -55px;
            background: url(../images/pages/products-list-shadow.png) 0 0 no-repeat;
            width: 302px;
            height: 352px; }
          .products-list .items .item .box .image .caption {
            display: flex;
            align-items: center;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 15;
            background-image: url(../images/pages/products-list-caption-bg.png);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 106px;
            padding: 0 15px 0 36px; }
            .products-list .items .item .box .image .caption p {
              position: relative;
              margin: 0;
              padding-left: 17px;
              font-family: "Roboto Condensed", sans-serif;
              font-weight: bold;
              font-size: 20px;
              color: #ffffff;
              text-transform: uppercase;
              letter-spacing: 2px;
              line-height: 22px; }
              .products-list .items .item .box .image .caption p:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 5px;
                bottom: 5px;
                background: #ffffff;
                width: 1px; }
          .products-list .items .item .box .image img {
            position: relative;
            z-index: 10; }
        .products-list .items .item .box .description {
          padding: 23px 0 23px 34px; }
          .products-list .items .item .box .description p {
            font-size: 15px;
            color: #575757;
            line-height: 22px; }
            .products-list .items .item .box .description p.link {
              margin-bottom: 0;
              padding-top: 2px;
              font-weight: bold;
              font-size: 14px;
              color: #e39a1d;
              text-transform: uppercase;
              line-height: 20px; }
              .products-list .items .item .box .description p.link a {
                display: block;
                position: relative;
                padding-left: 32px; }
                .products-list .items .item .box .description p.link a:before {
                  content: "";
                  display: block;
                  position: absolute;
                  left: 0;
                  top: 1px;
                  background: url(../images/home/top-services-arrow-1.png) 0 0 no-repeat;
                  width: 21px;
                  height: 21px; }
            .products-list .items .item .box .description p a {
              font-weight: bold;
              color: #e39a1d; }

.products-gallery {
  visibility: hidden; }
  .products-gallery.active {
    visibility: visible; }
  .products-gallery .box {
    position: relative;
    margin: 0 -15px; }
  .products-gallery .items {
    position: relative;
    z-index: 10;
    background: #e1e1e1;
    margin: 0 65px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 29px rgba(1, 1, 1, 0.31);
    -moz-box-shadow: 0 3px 29px rgba(1, 1, 1, 0.31);
    box-shadow: 0 3px 29px rgba(1, 1, 1, 0.31); }
    .products-gallery .items ul {
      display: flex;
      position: relative;
      margin: 0; }
      .products-gallery .items ul:after {
        content: "";
        display: block;
        clear: both; }
      .products-gallery .items ul li a {
        display: block;
        position: relative;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        padding-bottom: 88.979592%;
        text-indent: -999px;
        overflow: hidden; }
        .products-gallery .items ul li a:hover:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.81) url(../images/pages/products-gallery-search-icon.png) center center no-repeat;
          width: 100%;
          height: 100%; }
  .products-gallery p.prev, .products-gallery p.next {
    float: none;
    position: absolute;
    top: 0;
    z-index: 5;
    margin: 0; }
    .products-gallery p.prev a, .products-gallery p.next a {
      display: block;
      position: relative;
      background-image: url(../images/pages/products-gallery-arrows.png?t=100416);
      background-repeat: no-repeat;
      width: 65px;
      height: 66px;
      text-indent: -999px;
      overflow: hidden; }
      .products-gallery p.prev a:hover:before, .products-gallery p.next a:hover:before {
        opacity: 1; }
      .products-gallery p.prev a:before, .products-gallery p.next a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/pages/products-gallery-arrows.png?t=100416);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
  .products-gallery p.prev {
    left: 0; }
    .products-gallery p.prev a {
      background-position: 0 0; }
      .products-gallery p.prev a:before {
        background-position: 0 -66px; }
  .products-gallery p.next {
    right: 0; }
    .products-gallery p.next a {
      background-position: -65px 0; }
      .products-gallery p.next a:before {
        background-position: -65px -66px; }

.products-intro {
  padding-top: 65px;
  padding-bottom: 22px; }
  .products-intro .box {
    max-width: 840px;
    margin: 0 auto;
    text-align: center; }
  .products-intro .properties {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px; }
    .products-intro .properties ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 -15px; }
      .products-intro .properties ul li {
        width: 230px;
        padding: 0 15px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        font-size: 19px;
        color: #366b82;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 25px;
        text-align: center; }
        .products-intro .properties ul li:before {
          content: "";
          display: block;
          background: url(../images/pages/products-intro-check.png) 0 0 no-repeat;
          width: 32px;
          height: 32px;
          margin: 0 auto 19px auto; }
        .products-intro .properties ul li h3 {
          margin: 0;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 19px;
          color: #366b82;
          text-transform: uppercase;
          letter-spacing: 2px;
          line-height: 25px; }
        .products-intro .properties ul li i, .products-intro .properties ul li em {
          display: block;
          font-family: "Karla", sans-serif;
          font-style: italic;
          font-weight: normal;
          font-size: 16px;
          color: #a5a5a5;
          text-transform: none;
          letter-spacing: 0;
          line-height: 18px; }
  .products-intro h2, .products-intro h3 {
    margin: 0 0 27px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82; }
  .products-intro p {
    font-size: 19px;
    color: #323232; }
    .products-intro p:last-child {
      margin-bottom: 0; }
    .products-intro p.link {
      margin-bottom: 0;
      padding-top: 24px;
      font-weight: bold;
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase; }
      .products-intro p.link a {
        display: inline-block;
        background: #e39a1d;
        width: 172px;
        padding: 7px 7px 9px 7px;
        color: inherit;
        text-align: center;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        border-radius: 17px; }
    .products-intro p a {
      font-weight: bold;
      color: #e39a1d; }

.products-features {
  background-image: url(../images/pages/products-features-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 40px 0 60px 0; }
  .products-features .list.primary {
    padding-bottom: 34px; }
    .products-features .list.primary ul li {
      width: 25%; }
      .products-features .list.primary ul li:nth-child(4n+1) {
        clear: both; }
  .products-features .list.secondary {
    margin-right: -15px; }
    .products-features .list.secondary:after {
      content: "";
      display: block;
      clear: both; }
    .products-features .list.secondary ul {
      float: left;
      width: 50%;
      margin: 0; }
      .products-features .list.secondary ul:nth-of-type(1) {
        padding-right: 15px; }
      .products-features .list.secondary ul:nth-of-type(2) {
        padding-left: 15px; }
      .products-features .list.secondary ul li {
        float: none;
        margin-bottom: 15px;
        padding: 0 0 0 38px; }
        .products-features .list.secondary ul li:before {
          left: 0; }
  .products-features .list h3 {
    margin: 0 0 36px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .products-features .list h3:after {
      content: "";
      display: block;
      background: #989898;
      height: 1px;
      margin-top: 22px; }
    .products-features .list h3 b {
      color: #366b82; }
  .products-features .list ul {
    margin: 0 -15px; }
    .products-features .list ul:after {
      content: "";
      display: block;
      clear: both; }
    .products-features .list ul li {
      float: left;
      position: relative;
      margin-bottom: 35px;
      padding: 0 15px 0 53px;
      font-size: 16px;
      color: #323232;
      line-height: 20px; }
      .products-features .list ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: 0;
        background: url(../images/pages/pagetop-capabilities-check.png) 0 0 no-repeat;
        width: 20px;
        height: 20px; }
      .products-features .list ul li h4 {
        margin: 0;
        font-family: "Karla", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #323232;
        text-transform: none;
        letter-spacing: 0;
        line-height: 20px; }
      .products-features .list ul li i, .products-features .list ul li em {
        font-style: italic; }
      .products-features .list ul li b, .products-features .list ul li strong {
        font-weight: bold; }
  .products-features .photos {
    float: right;
    width: 100%;
    max-width: 568px;
    padding-top: 5px; }
    .products-features .photos ul {
      margin: 0 -12px; }
      .products-features .photos ul:after {
        content: "";
        display: block;
        clear: both; }
      .products-features .photos ul li {
        float: left;
        width: 100%;
        margin-bottom: 26px;
        padding: 0 12px; }
        .products-features .photos ul li.half {
          width: 50%; }

.request-form {
  background-image: url(../images/pages/request-form-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 27px 0; }
  .request-form .container .row > div:nth-child(1) {
    width: 63%; }
  .request-form .container .row > div:nth-child(2) {
    width: 37%; }
  .request-form .form {
    float: left;
    width: 100%;
    max-width: 728px;
    padding-top: 15px; }
  .request-form .sidebar {
    float: right;
    width: 100%;
    max-width: 414px; }
  .request-form .contact {
    background: #366b82;
    margin-bottom: 36px;
    padding: 38px 49px 35px 49px; }
    .request-form .contact h3 {
      position: relative;
      margin: 0 0 22px 0;
      padding-left: 23px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 23px;
      color: #ffffff;
      text-transform: uppercase; }
      .request-form .contact h3:before {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: 2px;
        background: url(../images/pages/request-form-contact-icon.png) 0 0 no-repeat;
        width: 14px;
        height: 19px; }
    .request-form .contact p {
      margin-bottom: 16px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 21px;
      color: #ffffff;
      letter-spacing: 1px;
      line-height: 25px; }
      .request-form .contact p.address {
        position: relative;
        margin-bottom: 0;
        padding-left: 20px;
        font-family: "Karla", sans-serif;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px; }
        .request-form .contact p.address:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 5px;
          bottom: 4px;
          background: #ffffff;
          width: 1px; }
      .request-form .contact p a {
        font-weight: bold;
        color: #e39a1d;
        word-break: break-word; }
  .request-form .testimonials {
    position: relative;
    background: #ffffff;
    padding: 40px 46px 61px 46px;
    -webkit-box-shadow: 0 0 15px rgba(1, 1, 1, 0.2);
    -moz-box-shadow: 0 0 15px rgba(1, 1, 1, 0.2);
    box-shadow: 0 0 15px rgba(1, 1, 1, 0.2); }
    .request-form .testimonials .items {
      position: relative;
      margin-left: -46px;
      margin-right: -46px;
      overflow: hidden; }
      .request-form .testimonials .items .item {
        display: none;
        position: relative;
        padding-left: 46px;
        padding-right: 46px; }
        .request-form .testimonials .items .item.prepare {
          display: block;
          position: absolute;
          top: 0;
          width: 100%; }
        .request-form .testimonials .items .item.active {
          display: block; }
    .request-form .testimonials h3 {
      position: relative;
      margin: 0 0 19px 0;
      padding-left: 29px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 23px;
      color: #366b82;
      text-transform: uppercase; }
      .request-form .testimonials h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        top: 3px;
        background: url(../images/pages/request-form-testimonials-icon.png) 0 0 no-repeat;
        width: 21px;
        height: 21px; }
    .request-form .testimonials p {
      margin-bottom: 11px;
      font-style: italic;
      font-size: 18px;
      color: #666666;
      line-height: 22px; }
      .request-form .testimonials p.author {
        margin-bottom: 0;
        font-style: normal;
        font-weight: bold; }
      .request-form .testimonials p.prev, .request-form .testimonials p.next {
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0; }
        .request-form .testimonials p.prev a, .request-form .testimonials p.next a {
          display: block;
          background-image: url(../images/pages/request-form-testimonials-arrow.png);
          background-repeat: no-repeat;
          width: 38px;
          height: 38px;
          text-indent: -999px;
          overflow: hidden; }
      .request-form .testimonials p.prev {
        right: 39px; }
        .request-form .testimonials p.prev a {
          background-position: 0 0; }
      .request-form .testimonials p.next {
        right: 0; }
        .request-form .testimonials p.next a {
          background-position: -38px 0; }

.pp-content {
  background-image: url(../images/pages/pp-content-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .pp-content .box {
    max-width: 819px;
    margin: 0 auto;
    padding: 51px 0; }
  .pp-content h3 {
    margin: 0 0 30px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #366b82; }
  .pp-content h4 {
    margin: 29px 0 16px 0;
    font-weight: bold;
    font-size: 16px;
    color: #366b82;
    line-height: 25px;
    text-transform: uppercase; }
  .pp-content p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #313131;
    line-height: 25px; }
    .pp-content p b, .pp-content p strong {
      font-weight: bold; }
    .pp-content p a {
      font-weight: bold;
      color: #e39a1d; }
  .pp-content ul {
    margin: 0;
    padding-left: 43px;
    list-style-type: disc; }
    .pp-content ul li {
      margin-bottom: 16px;
      font-size: 16px;
      color: #313131;
      line-height: 25px; }

.shop-products {
  background-image: url(../images/pages/shop-products-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 72px;
  padding-bottom: 16px; }
  .shop-products .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .shop-products .items .item {
      width: 25%;
      margin-bottom: 56px;
      padding: 0 12px; }
  .shop-products h3 {
    margin: 0 0 78px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82;
    text-align: center; }
  .shop-products h4 {
    margin: 0 0 18px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #366b82;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 25px; }
  .shop-products p {
    font-size: 15px;
    color: #575757; }
    .shop-products p.image {
      position: relative;
      background: #ffffff;
      border: 1px solid #989898;
      height: 0;
      margin-bottom: 26px;
      padding-bottom: 105.395683%; }
      .shop-products p.image a {
        display: block;
        position: absolute;
        left: 1%;
        top: 1%;
        width: 98%;
        height: 98%; }
        .shop-products p.image a img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .shop-products p.link {
      font-weight: bold;
      font-size: 14px;
      color: #e39a1d;
      text-transform: uppercase; }
      .shop-products p.link a {
        display: inline-block;
        position: relative;
        padding-left: 31px; }
        .shop-products p.link a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: url(../images/pages/shop-products-arrow.png) 0 0 no-repeat;
          width: 22px;
          height: 21px; }

.shop-product-info {
  background-image: url(../images/pages/shop-product-info-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 106px 0; }
  .shop-product-info .container .row > div:nth-child(1) {
    width: 52%; }
  .shop-product-info .container .row > div:nth-child(2) {
    width: 48%; }
  .shop-product-info .photo {
    float: left;
    position: relative;
    width: 100%;
    max-width: 590px; }
    .shop-product-info .photo .box {
      background: #ffffff;
      border: 1px solid #989898;
      height: 0;
      padding-bottom: 97.457627%; }
    .shop-product-info .photo p {
      position: absolute;
      left: 8%;
      top: 8%;
      width: 84%;
      height: 84%;
      margin: 0; }
      .shop-product-info .photo p img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .shop-product-info .description {
    float: right;
    width: 100%;
    max-width: 543px; }
    .shop-product-info .description h3 {
      margin: 0 0 15px 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      font-size: 35px;
      color: #366b82; }
    .shop-product-info .description p {
      font-size: 17px;
      color: #575757;
      line-height: 26px; }
      .shop-product-info .description p.submit {
        padding-top: 34px;
        font-weight: bold;
        font-size: 15px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 21px;
        text-align: center; }
        .shop-product-info .description p.submit a {
          display: block;
          background: #e39a1d;
          border: 1px solid #f9ab41;
          width: 140px;
          padding: 7px 8px 8px 8px;
          -webkit-border-radius: 19px;
          -moz-border-radius: 19px;
          border-radius: 19px; }
    .shop-product-info .description .options {
      padding-top: 8px; }
      .shop-product-info .description .options:after {
        content: "";
        display: block;
        clear: both; }
      .shop-product-info .description .options h4 {
        margin: 0 0 13px 0;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        font-size: 21px;
        color: #366b82;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .shop-product-info .description .options .option {
        margin-bottom: 18px; }
        .shop-product-info .description .options .option label {
          display: block;
          margin-bottom: 9px;
          font-weight: bold;
          font-size: 17px;
          color: #575757; }
        .shop-product-info .description .options .option .chosen-container {
          width: 100% !important;
          margin: 0; }
          .shop-product-info .description .options .option .chosen-container .chosen-results {
            color: #a4a4a4; }
            .shop-product-info .description .options .option .chosen-container .chosen-results li {
              padding: 8px 21px; }
        .shop-product-info .description .options .option .chosen-container-single {
          font-size: 17px; }
          .shop-product-info .description .options .option .chosen-container-single .chosen-single {
            background: #ffffff;
            border-color: #959595;
            height: 36px;
            padding-left: 26px;
            color: #a4a4a4;
            line-height: 35px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
            .shop-product-info .description .options .option .chosen-container-single .chosen-single span {
              margin-right: 43px; }
            .shop-product-info .description .options .option .chosen-container-single .chosen-single div {
              width: 28px; }
              .shop-product-info .description .options .option .chosen-container-single .chosen-single div b {
                background: url(../images/pages/shop-product-info-arrow.png) left center no-repeat !important; }
          .shop-product-info .description .options .option .chosen-container-single .chosen-drop {
            border-color: #959595;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
      .shop-product-info .description .options .quantity {
        float: left;
        border: 1px solid #dcdcdc;
        margin-top: 9px;
        padding: 17px 36px 19px 26px; }
        .shop-product-info .description .options .quantity label {
          display: inline-block;
          margin-top: 5px;
          margin-right: 18px;
          font-weight: bold;
          font-size: 17px;
          color: #575757;
          vertical-align: top; }
        .shop-product-info .description .options .quantity input[type="text"] {
          display: inline-block;
          background: #ffffff;
          border: 1px solid #959595;
          width: 51px;
          height: 36px;
          margin: 0 1px;
          font-family: "Karla", sans-serif;
          font-size: 17px;
          color: #575757;
          line-height: 1.42857143;
          text-align: center;
          vertical-align: top;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
        .shop-product-info .description .options .quantity p.minus, .shop-product-info .description .options .quantity p.plus {
          display: inline-block;
          margin: 0 1px;
          vertical-align: top; }
          .shop-product-info .description .options .quantity p.minus a, .shop-product-info .description .options .quantity p.plus a {
            display: block;
            position: relative;
            border: 1px solid #dcdcdc;
            width: 36px;
            height: 36px;
            text-indent: -999px;
            overflow: hidden; }
            .shop-product-info .description .options .quantity p.minus a:before, .shop-product-info .description .options .quantity p.plus a:before {
              content: "";
              display: block;
              position: absolute;
              left: 50%;
              top: 50%;
              background-image: url(../images/pages/shop-product-info-quantity.png);
              background-repeat: no-repeat;
              width: 13px;
              height: 10px;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
        .shop-product-info .description .options .quantity p.minus a:before {
          background-position: 0 0; }
        .shop-product-info .description .options .quantity p.plus a:before {
          background-position: -13px 0; }
      .shop-product-info .description .options .price {
        float: right;
        margin-top: 7px; }
        .shop-product-info .description .options .price p {
          margin: 0;
          font-size: 13px;
          color: #575757;
          line-height: 18px;
          text-align: right; }
          .shop-product-info .description .options .price p b {
            display: block;
            font-weight: normal;
            font-size: 42px;
            line-height: 60px; }

#ProductDetails {
  background-image: url(../images/pages/shop-product-info-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 106px 0 !important; }
  #ProductDetails > div {
    max-width: 1220px;
    margin: 0 auto; }
    #ProductDetails > div:after {
      content: "";
      display: block;
      clear: both; }
    #ProductDetails > div > div {
      float: left;
      padding: 0 15px; }
      #ProductDetails > div > div:nth-child(1) {
        width: 52%; }
      #ProductDetails > div > div:nth-child(2) {
        width: 48%; }
  #ProductDetails .ProductThumb {
    float: left;
    position: relative;
    width: 100% !important;
    height: auto !important;
    max-width: 590px; }
    #ProductDetails .ProductThumb .ProductThumbImage {
      display: block;
      background: #ffffff;
      border: 1px solid #989898;
      height: 0;
      margin-bottom: 15px;
      padding-bottom: 97.457627%; }
      #ProductDetails .ProductThumb .ProductThumbImage a {
        display: block;
        position: absolute;
        left: 8%;
        top: 8%;
        width: 84%;
        height: 84%;
        margin: 0; }
        #ProductDetails .ProductThumb .ProductThumbImage a img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #ProductDetails .ProductTinyImageList ul li {
    border: 1px solid #989898 !important; }
  #ProductDetails .ProductDetailsGrid,
  #ProductDetails .productAddToCartRight {
    float: right;
    width: 100%;
    max-width: 543px; }
  #ProductDetails .ProductDetailsGrid .DetailRow {
    margin-bottom: 0; }
  #ProductDetails .ProductDetailsGrid .product-heading h1 {
    margin: 0 0 15px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #366b82; }
  #ProductDetails .ProductDetailsGrid .product-description p {
    font-size: 17px;
    color: #575757;
    line-height: 26px; }
  #ProductDetails .ProductDetailsGrid .productAttributeList {
    padding-top: 8px; }
    #ProductDetails .ProductDetailsGrid .productAttributeList h4 {
      margin: 0 0 13px 0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 21px;
      color: #366b82;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow {
      margin-bottom: 18px !important; }
      #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow label {
        display: block;
        margin-bottom: 9px !important;
        font-weight: bold;
        font-size: 17px;
        color: #575757;
        line-height: 24px; }
        #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow label .required {
          display: none; }
      #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container {
        width: 100% !important;
        margin: 0; }
        #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container .chosen-results {
          color: #a4a4a4; }
          #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container .chosen-results li {
            padding: 8px 21px; }
      #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single {
        font-size: 17px; }
        #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single .chosen-single {
          background: #ffffff;
          border-color: #959595;
          height: 36px;
          padding-left: 26px;
          color: #a4a4a4;
          line-height: 35px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single .chosen-single span {
            margin-right: 43px; }
          #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single .chosen-single div {
            width: 28px; }
            #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single .chosen-single div b {
              background: url(../images/pages/shop-product-info-arrow.png) left center no-repeat !important; }
        #ProductDetails .ProductDetailsGrid .productAttributeList .productAttributeRow .chosen-container-single .chosen-drop {
          border-color: #959595;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
  #ProductDetails .ProductDetailsGrid .qty {
    float: left;
    border: 1px solid #dcdcdc;
    margin-top: 9px;
    padding: 17px 36px 19px 26px; }
    #ProductDetails .ProductDetailsGrid .qty .Label {
      display: inline-block;
      margin: 5px 18px 0 0;
      font-weight: bold;
      font-size: 17px;
      color: #575757;
      line-height: 24px;
      vertical-align: top; }
    #ProductDetails .ProductDetailsGrid .qty .Value {
      display: inline-block;
      vertical-align: top; }
    #ProductDetails .ProductDetailsGrid .qty input[type="text"] {
      display: inline-block;
      background: #ffffff;
      border: 1px solid #959595;
      width: 51px;
      height: 36px;
      margin: 0 4px;
      font-family: "Karla", sans-serif;
      font-size: 17px;
      color: #575757;
      line-height: 1.42857143;
      text-align: center;
      vertical-align: top;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    #ProductDetails .ProductDetailsGrid .qty span.minus, #ProductDetails .ProductDetailsGrid .qty span.plus {
      display: inline-block;
      margin: 0 1px;
      vertical-align: top; }
      #ProductDetails .ProductDetailsGrid .qty span.minus a, #ProductDetails .ProductDetailsGrid .qty span.plus a {
        display: block;
        position: relative;
        border: 1px solid #dcdcdc;
        width: 36px;
        height: 36px;
        text-indent: -999px;
        overflow: hidden;
        cursor: hand;
        cursor: pointer; }
        #ProductDetails .ProductDetailsGrid .qty span.minus a:before, #ProductDetails .ProductDetailsGrid .qty span.plus a:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          background-image: url(../images/pages/shop-product-info-quantity.png);
          background-repeat: no-repeat;
          width: 13px;
          height: 10px;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    #ProductDetails .ProductDetailsGrid .qty span.minus a:before {
      background-position: 0 0; }
    #ProductDetails .ProductDetailsGrid .qty span.plus a:before {
      background-position: -13px 0; }
  #ProductDetails .ProductDetailsGrid .p-price {
    float: right;
    margin-top: 7px;
    font-size: 13px;
    color: #575757;
    line-height: 18px;
    text-align: right; }
    #ProductDetails .ProductDetailsGrid .p-price .ProductPrice {
      display: block;
      font-weight: normal;
      font-size: 42px;
      line-height: 60px; }
  #ProductDetails .ProductDetailsGrid .addto {
    border: 0;
    padding: 34px 0 0 0; }
    #ProductDetails .ProductDetailsGrid .addto input {
      display: block;
      background: #e39a1d;
      border: 1px solid #f9ab41;
      width: 140px;
      padding: 7px 8px 8px 8px;
      font-weight: bold;
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 21px;
      text-align: center;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px; }

.page-not-found, .thank-you {
  text-align: center; }
  .page-not-found:before, .thank-you:before {
    content: "";
    display: block;
    height: 216px; }
  .page-not-found .box, .thank-you .box {
    max-width: 669px;
    height: 612px;
    margin: 0 auto;
    padding-top: 79px; }
  .page-not-found h1, .thank-you h1 {
    margin: 0 0 17px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: #ffffff;
    line-height: 1; }
  .page-not-found p, .thank-you p {
    font-size: 20px;
    color: #ffffff; }
    .page-not-found p.pretitle, .thank-you p.pretitle {
      margin: 0 0 9px 0;
      padding-left: 4px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 1; }
    .page-not-found p.link, .thank-you p.link {
      margin: 0;
      padding-top: 32px;
      font-size: 15px; }
      .page-not-found p.link a, .thank-you p.link a {
        width: 181px;
        padding-top: 8px;
        padding-bottom: 12px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px; }

.thank-you p {
  line-height: 27px; }
  .thank-you p.link {
    padding-top: 6px; }

.wrapper {
  position: relative;
  z-index: 10;
  background: #ffffff;
  -webkit-box-shadow: 5px 0 33px rgba(1, 1, 1, 0.24);
  -moz-box-shadow: 5px 0 33px rgba(1, 1, 1, 0.24);
  box-shadow: 5px 0 33px rgba(1, 1, 1, 0.24);
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  transition: transform .4s ease; }
  .wrapper.transform {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  .wrapper .wrapper-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
    height: 100%;
    z-index: 35; }

.menu-mobile {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 36px;
  margin: 0;
  cursor: hand;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
  .menu-mobile.active {
    background-image: url(../images/mobile/menu-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 28px; }
    .menu-mobile.active b {
      display: none; }
  .menu-mobile b {
    display: block;
    background: #ffffff;
    height: 5px;
    margin-bottom: 5px; }
    .menu-mobile b:last-child {
      margin-bottom: 0; }

.menu-mobile-container {
  display: none;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 5;
  background: #343434;
  width: 270px;
  height: 100%;
  overflow: auto;
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  transition: transform .4s ease; }
  .menu-mobile-container.active {
    display: none; }
  .menu-mobile-container.transform {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  .menu-mobile-container .box > form {
    background: #ffffff;
    padding: 19px 12px 21px 12px; }
    .menu-mobile-container .box > form p {
      position: relative;
      border: 1px solid #cacaca;
      margin: 0;
      padding-left: 46px;
      padding-right: 12px;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      border-radius: 21px; }
      .menu-mobile-container .box > form p:before {
        content: "";
        display: block;
        position: absolute;
        left: 12px;
        top: 10px;
        background-image: url(../images/mobile/menu-search.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 21px;
        height: 21px; }
    .menu-mobile-container .box > form input[type="text"] {
      background: none;
      border: 0;
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0;
      line-height: 1.42857143;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .menu-mobile-container .box > form input[type="text"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  .menu-mobile-container .box > ul {
    margin: 0 0 12px 0; }
    .menu-mobile-container .box > ul:nth-child(2) > li {
      font-weight: bold;
      font-size: 16px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .menu-mobile-container .box > ul:nth-child(2) > li.menu-item-has-children.active > a {
        background-image: url(../images/mobile/menu-primary-active-bg.png); }
        .menu-mobile-container .box > ul:nth-child(2) > li.menu-item-has-children.active > a:after {
          background-position: 100% 0; }
      .menu-mobile-container .box > ul:nth-child(2) > li.menu-item-has-children.active > ul {
        max-height: 1000px; }
      .menu-mobile-container .box > ul:nth-child(2) > li.menu-item-has-children > a {
        position: relative; }
        .menu-mobile-container .box > ul:nth-child(2) > li.menu-item-has-children > a:after {
          content: "";
          display: block;
          position: absolute;
          right: 27px;
          top: 50%;
          background-image: url(../images/mobile/menu-primary-arrow.png);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 200% 100%;
          width: 10px;
          height: 7px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); }
      .menu-mobile-container .box > ul:nth-child(2) > li > a {
        display: block;
        background-image: url(../images/mobile/menu-primary-bg.png);
        background-position: 0 0;
        background-repeat: repeat-x;
        background-size: auto 100%;
        padding: 17px 48px 17px 28px; }
        .menu-mobile-container .box > ul:nth-child(2) > li > a:hover {
          background-image: url(../images/mobile/menu-primary-active-bg.png); }
      .menu-mobile-container .box > ul:nth-child(2) > li > ul {
        max-height: 0;
        margin: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.4s ease;
        -moz-transition: max-height 0.4s ease;
        transition: max-height 0.4s ease; }
        .menu-mobile-container .box > ul:nth-child(2) > li > ul:before {
          content: "";
          display: block;
          height: 5px; }
        .menu-mobile-container .box > ul:nth-child(2) > li > ul:after {
          content: "";
          display: block;
          height: 10px; }
        .menu-mobile-container .box > ul:nth-child(2) > li > ul > li {
          padding: 22px 48px 21px 28px;
          font-size: 14px;
          color: #e49a1d;
          text-transform: none;
          letter-spacing: 0;
          line-height: 15px; }
          .menu-mobile-container .box > ul:nth-child(2) > li > ul > li > a {
            display: inline;
            background: none;
            padding: 0; }
    .menu-mobile-container .box > ul:nth-child(3) li {
      padding: 17px 48px 17px 28px;
      font-size: 16px;
      color: #ffffff; }

@media screen and (max-width: 1600px) {
  .body-top-bg {
    background-size: auto; }

  .footer {
    background-size: auto; }

  .home-difference {
    background-size: auto; }

  .about-intro .textbg {
    background-size: auto; }

  .about-industries {
    background-size: auto; }

  .contact-info .textbg {
    background-size: auto; }

  .faq-info {
    background-size: auto; }

  .capabilities-equipments {
    background-size: auto; }

  .cs-info {
    background-size: auto; }

  .products-services .top .textbg {
    background-size: auto; }

  .products-list {
    background-size: auto; }

  .products-features {
    background-size: auto; }

  .request-form {
    background-size: auto; }

  .pp-content {
    background-size: auto; }

  .shop-products {
    background-size: auto; }

  .shop-product-info {
    background-size: auto; }

  #ProductDetails {
    background-size: auto; }

  body[class*=" page-products-difficult-designs"] .products-intro {
    background-size: auto; } }
@media screen and (max-width: 1199px) {
  .header .top .menu-header-secondary {
    padding: 0 15px;
    line-height: 14px;
    text-align: justify;
    vertical-align: bottom; }
    .header .top .menu-header-secondary:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0; }
    .header .top .menu-header-secondary li {
      margin-left: 5px;
      margin-right: 5px; }
  .header .top .menu-header-primary {
    display: flex;
    justify-content: space-between;
    float: none;
    padding-left: 20px; }
    .header .top .menu-header-primary li {
      margin-right: 15px; }
  .header .home-customers .title {
    padding-left: 0; }
    .header .home-customers .title:before, .header .home-customers .title:after {
      width: calc((100% - 392px) / 2); }
    .header .home-customers .title > div {
      margin: 0 auto; }
  .header .page-customers .title:before {
    right: 118px; }

  .home-top .services .items .item .request h3 {
    font-size: 24px; }

  .about-intro .imagebg,
  .about-intro .captionbg,
  .about-intro .textbg {
    display: none; }
  .about-intro .image {
    margin: 0 -15px;
    padding-top: 0; }
    .about-intro .image:before {
      content: "";
      display: block;
      background-image: url(../images/pages/about-intro-image.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-bottom: 51.689612%; }
    .about-intro .image .caption {
      background: url(../images/pages/about-intro-caption-bg.png) 0 0 repeat-x;
      padding-left: 15px;
      padding-right: 15px; }
  .about-intro .text {
    float: none;
    background-image: url(../images/pages/about-intro-text-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: auto;
    max-width: none;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .about-intro p.logo {
    left: 15px; }
  .about-intro p.iso {
    margin-right: 15px; }
  .about-intro p.bbb {
    float: left;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 19px; }

  .about-industries {
    padding-bottom: 78px; }
    .about-industries .items ul {
      width: 50%;
      margin-bottom: 50px; }
      .about-industries .items ul:nth-child(1) li {
        padding-left: 67px; }
      .about-industries .items ul:nth-child(2) {
        order: 3; }
        .about-industries .items ul:nth-child(2) li {
          padding-left: 67px; }
      .about-industries .items ul:nth-child(3) {
        order: 2; }
        .about-industries .items ul:nth-child(3) li {
          padding-left: 67px; }
      .about-industries .items ul:nth-child(4) {
        order: 4; }
        .about-industries .items ul:nth-child(4) li {
          padding-left: 67px; }

  .about-partners ul {
    justify-content: center; }

  .gallery .items ul li {
    width: 20%; }

  .products-list .items {
    justify-content: center; }
    .products-list .items .item {
      width: 100%; }

  .products-intro .properties ul li {
    width: 190px; }

  .products-features .list.secondary {
    margin-right: 0;
    padding-bottom: 34px; }
  .products-features .photos {
    float: none;
    margin: 0 auto; }

  .shop-product-info .container .row > div:nth-child(1), .shop-product-info .container .row > div:nth-child(2) {
    width: 100%; }
  .shop-product-info .photo {
    float: none;
    margin: 0 auto 30px auto; }
  .shop-product-info .description {
    float: none;
    margin: 0 auto; }

  #ProductDetails > div > div:nth-child(1), #ProductDetails > div > div:nth-child(2) {
    width: 52%; }
  #ProductDetails .ProductThumb {
    float: none;
    margin: 0 auto 30px auto; }
  #ProductDetails .ProductDetailsGrid,
  #ProductDetails .productAddToCartRight {
    float: none;
    margin: 0 auto; } }
@media screen and (max-width: 991px) {
  .wrapper.transform {
    overflow: hidden;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    transform: translateX(-270px); }
    .wrapper.transform .wrapper-overlay {
      display: block; }

  .menu-mobile-container.active {
    display: block; }
  .menu-mobile-container.transform {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    transform: translateX(-270px); }

  .body-top-bg.one {
    position: absolute; }

  .header {
    position: relative; }
    .header .top {
      background-image: url(../images/mobile/header-bg.jpg);
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover; }
      .header .top .logobg,
      .header .top .requestbg,
      .header .top .bottombg {
        display: none; }
      .header .top .box {
        width: 25%; }
        .header .top .box .bottom {
          position: relative;
          height: 82px; }
      .header .top p.logo {
        width: 75%;
        height: 82px; }
        .header .top p.logo img {
          left: 0;
          height: 62px; }
    .header .home-customers .title:before, .header .home-customers .title:after {
      width: calc((100% - 444px) / 2); }
    .header .home-customers .title > div {
      max-width: 444px; }
    .header .page-customers .title:before {
      right: 131px; }

  .footer .top {
    padding-top: 0;
    padding-bottom: 0; }
    .footer .top:after {
      margin-top: 34px; }
    .footer .top .row > div:nth-child(1), .footer .top .row > div:nth-child(2) {
      width: 100%; }
  .footer .middle {
    padding-bottom: 10px; }
  .footer .bottom {
    padding-bottom: 32px; }
    .footer .bottom .row > div:nth-child(1), .footer .bottom .row > div:nth-child(2) {
      width: 100%; }
  .footer .request {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 -15px;
    padding: 16px 15px 17px 15px;
    text-align: center; }
    .footer .request p {
      font-size: 21px; }
      .footer .request p.link {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 2px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%); }
        .footer .request p.link a {
          width: 103px;
          margin: 0 auto;
          padding: 5px 6px 6px 6px;
          font-size: 10px; }
  .footer .menu-footer {
    padding-top: 32px;
    text-align: center; }
    .footer .menu-footer li {
      margin-bottom: 16px;
      font-size: 17px;
      text-transform: none;
      letter-spacing: 0; }
  .footer .menu-footer-social {
    padding-top: 25px;
    text-align: center; }
    .footer .menu-footer-social li {
      display: inline-block;
      margin: 0 10px; }
      .footer .menu-footer-social li:nth-child(1) a {
        background-position: 0% 0; }
      .footer .menu-footer-social li:nth-child(2) a {
        background-position: 50% 0; }
      .footer .menu-footer-social li:nth-child(3) a {
        background-position: 100% 0; }
      .footer .menu-footer-social li a {
        background-image: url(../images/mobile/footer-social.png);
        background-size: auto 100%;
        width: 33px;
        height: 34px; }
  .footer .about {
    max-width: 324px;
    margin: 0 auto 20px auto; }
    .footer .about p.logo {
      width: 43%;
      padding-right: 10px; }
    .footer .about p.stakeholders {
      width: 57%;
      padding-top: 10px;
      padding-left: 10px; }
  .footer .iso {
    float: none;
    max-width: 324px;
    margin: 0 auto 7px auto;
    font-size: 16px; }
  .footer .copyright {
    float: none;
    max-width: 324px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 17px; }

  .popup-testimonials .box {
    padding-left: 30px;
    padding-right: 30px; }
  .popup-testimonials .items {
    margin-left: -30px;
    margin-right: -30px; }
    .popup-testimonials .items .item {
      padding-left: 30px;
      padding-right: 30px; }

  .home-top:before {
    display: none; }
  .home-top .services .items .item {
    width: 50%; }
    .home-top .services .items .item:nth-child(1) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(2) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(3) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(4) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(5) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(6) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:nth-child(7) .learn {
      background-image: url(../images/mobile/home-top-services-bg.png); }
    .home-top .services .items .item:hover .learn {
      /* padding:26px 20px; */
      /* p {
      	&.link {
      		a {
      			padding-left:30px;
      		
      			&:before {
      				top:0;
      				background-image:url(../images/home/top-services-arrow-1.png);
      				width:21px;
      				height:21px;
      			}
      		}
      	}
      } */ }
      .home-top .services .items .item:hover .learn h3 {
        /* margin-bottom:11px;
        padding-left:21px;
        font-family:$five-font;
        font-weight:bold;
        font-size:16px; */
        color: #2a5365;
        /* letter-spacing:1px;
        line-height:21px; */
        text-shadow: none; }
        .home-top .services .items .item:hover .learn h3:before {
          /* left:5px;
          bottom:3px; */
          background: #123d52; }
    .home-top .services .items .item:before {
      left: -22px;
      top: -40px;
      right: -22px;
      bottom: -40px;
      background-image: url(../images/mobile/home-top-services-shadow.png); }
    .home-top .services .items .item .learn {
      background-repeat: repeat-x;
      background-size: auto 100%;
      height: 140px; }
      .home-top .services .items .item .learn:before {
        display: none; }
    .home-top .services .items .item .request {
      background-image: url(../images/mobile/home-top-services-blue.jpg);
      height: 140px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .home-top .services .items .item .request:before {
        display: none; }
      .home-top .services .items .item .request h3 {
        margin-bottom: 1px;
        font-size: 19px;
        line-height: 1.1; }
      .home-top .services .items .item .request p {
        display: inline;
        font-size: 14px; }
        .home-top .services .items .item .request p.link {
          display: block;
          margin-bottom: 0;
          padding-top: 8px; }
          .home-top .services .items .item .request p.link a {
            width: 118px;
            padding: 4px 6px 6px 6px;
            font-size: 10px;
            line-height: 14px; }

  .page-top:before {
    display: none; }

  .home-about .bg {
    position: relative;
    background-image: url(../images/mobile/home-about-image.jpg);
    background-position: center top;
    height: 0;
    padding-bottom: 50.266667%; }
  .home-about .box {
    float: none;
    margin: 0 auto; }
  .home-about .tag {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 -15px;
    padding: 12px 15px 10px 15px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .home-about .tag h4 {
      font-size: 18px;
      line-height: 18px; }
    .home-about .tag p {
      font-size: 12px; }

  .home-difference .items .item .description .box {
    left: 22px;
    bottom: 23px; }

  .about-customers {
    background: none; }

  .capabilities-services {
    padding: 50px 0; }
    .capabilities-services .container > .row > div:nth-child(1), .capabilities-services .container > .row > div:nth-child(2) {
      width: 100%; }
    .capabilities-services .description {
      float: none;
      max-width: none;
      margin-bottom: 30px; }
    .capabilities-services .list {
      max-width: none; }
      .capabilities-services .list h3 {
        color: #323232; }
    .capabilities-services .items ul li {
      color: #323232; }
      .capabilities-services .items ul li h4 {
        color: #323232; }
    .capabilities-services p {
      color: #323232; }
      .capabilities-services p.lead {
        max-width: 423px; }

  .capabilities-equipments .container > .row:nth-child(2) > div:nth-child(1), .capabilities-equipments .container > .row:nth-child(2) > div:nth-child(2) {
    width: 100%; }
  .capabilities-equipments .photos {
    float: none;
    margin: 0 auto 50px auto; }
  .capabilities-equipments .list.primary {
    float: none;
    margin: 0 auto; }
  .capabilities-equipments .list.secondary ul li {
    width: 33.3333%; }
    .capabilities-equipments .list.secondary ul li:nth-child(4n+1) {
      clear: none; }
    .capabilities-equipments .list.secondary ul li:nth-child(3n+1) {
      clear: both; }

  .capabilities-products table tr th {
    padding-left: 10px;
    padding-right: 10px; }
  .capabilities-products table tr td {
    padding-left: 10px;
    padding-right: 10px; }
    .capabilities-products table tr td:first-child {
      padding-left: 10px;
      padding-right: 10px; }

  .contact-info .map {
    position: relative;
    left: auto;
    top: auto;
    height: 0;
    padding-bottom: 60.075094%; }
  .contact-info .textbg {
    display: none; }
  .contact-info .text {
    float: none;
    background-image: url(../images/pages/contact-text-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: auto;
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

  .faq-info .items .item {
    width: 100%; }
    .faq-info .items .item:nth-child(odd) {
      padding-right: 0; }
    .faq-info .items .item:nth-child(even) {
      padding-left: 0; }

  .gallery .items ul li {
    width: 25%; }

  .products-services .top {
    padding-top: 0;
    padding-bottom: 0; }
    .products-services .top .image {
      position: relative;
      left: auto;
      top: auto;
      background-position: center top;
      height: 0;
      padding-bottom: 50%; }
    .products-services .top .textbg {
      display: none; }
  .products-services .bottom {
    padding-top: 0; }
  .products-services .list.primary {
    float: none;
    background-image: url(../images/pages/products-services-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: auto;
    max-width: none;
    margin: 0 -15px;
    padding-top: 69px;
    padding-bottom: 30px; }
    .products-services .list.primary h3 {
      padding: 0 15px; }
    .products-services .list.primary h4 {
      padding: 0 15px; }
    .products-services .list.primary ul:nth-of-type(1) {
      padding-right: 0; }
    .products-services .list.primary ul:nth-of-type(2) {
      padding-left: 0; }
    .products-services .list.primary ul:after {
      content: "";
      display: block;
      clear: both; }
    .products-services .list.primary ul li {
      float: left;
      width: 50%;
      padding-left: 49px;
      padding-right: 15px; }
      .products-services .list.primary ul li:before {
        left: 15px; }
  .products-services .list.secondary {
    margin-bottom: 30px; }
    .products-services .list.secondary ul {
      float: none;
      width: auto;
      margin: 0 -15px; }
      .products-services .list.secondary ul:after {
        content: "";
        display: block;
        clear: both; }
      .products-services .list.secondary ul li {
        float: left;
        width: 25%;
        padding-left: 49px;
        padding-right: 15px; }
        .products-services .list.secondary ul li:before {
          left: 15px; }

  .products-intro .properties {
    padding-bottom: 0; }
    .products-intro .properties ul {
      justify-content: center; }
      .products-intro .properties ul li {
        margin-bottom: 30px; }

  .request-form .container .row > div:nth-child(1), .request-form .container .row > div:nth-child(2) {
    width: 100%; }
  .request-form .form {
    float: none;
    max-width: none;
    margin-bottom: 50px; }
  .request-form .sidebar {
    display: flex;
    float: none;
    max-width: none; }
  .request-form .contact {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px; }
  .request-form .testimonials {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px; }
    .request-form .testimonials .items {
      margin-left: -30px;
      margin-right: -30px; }
      .request-form .testimonials .items .item {
        padding-left: 30px;
        padding-right: 30px; }

  .shop-products .items .item {
    width: 33.3333%; }

  .page-not-found:before, .thank-you:before,
  .thank-you:before {
    display: none; }

  body.page .body-top-bg.one {
    height: 177px; }
  body.page .body-top-bg.two {
    top: 177px; }

  body.home .body-top-bg.one {
    height: 252px; }
  body.home .body-top-bg.two {
    top: 252px; }

  body[class*=" page-capabilities"] .body-top-bg.one {
    background-image: url(../images/pages/pagetop-one-bg.jpg); }
  body[class*=" page-capabilities"] .body-top-bg.two {
    background-image: url(../images/pages/pagetop-two-bg.jpg);
    height: 191px; }

  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h4:nth-of-type(1) {
    padding-right: 15px; }
  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h4:nth-of-type(2) {
    padding-left: 15px; }
  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(1) {
    padding-right: 15px; }
  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(2) {
    padding-left: 15px; }

  body.error404 .body-top-bg.one,
  body[class*=" page-thank-you"] .body-top-bg.one {
    height: 177px; }
  body.error404 .body-top-bg.two,
  body[class*=" page-thank-you"] .body-top-bg.two {
    top: 177px; } }
@media screen and (max-width: 767px) {
  .header .home-customers .box {
    padding-top: 19px; }
  .header .home-customers .title:before, .header .home-customers .title:after {
    display: none; }
  .header .home-customers .title > div {
    font-size: 15px; }
    .header .home-customers .title > div ul {
      margin-top: -3px;
      margin-left: 7px; }
      .header .home-customers .title > div ul li {
        margin-right: 7px; }
        .header .home-customers .title > div ul li:nth-child(1) a {
          background-position: 0 0; }
        .header .home-customers .title > div ul li:nth-child(2) a {
          background-position: 100% 0; }
        .header .home-customers .title > div ul li a {
          background-color: transparent;
          background-image: url(../images/mobile/home-top-customers-arrow.png);
          background-repeat: no-repeat;
          background-size: auto 100%;
          width: 26px;
          height: 26px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
  .header .home-customers .items ul {
    height: 118px; }
    .header .home-customers .items ul li {
      max-width: 135px; }
      .header .home-customers .items ul li img {
        max-height: 35px; }
  .header .page-customers .box {
    padding-left: 0;
    padding-top: 19px;
    padding-bottom: 10px; }
  .header .page-customers .title {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    text-align: center; }
    .header .page-customers .title:before {
      display: none; }
    .header .page-customers .title ul {
      position: relative;
      right: auto;
      bottom: auto;
      display: inline-block;
      margin-top: -3px;
      margin-left: 7px;
      vertical-align: top; }
      .header .page-customers .title ul li {
        margin-right: 7px; }
        .header .page-customers .title ul li:nth-child(1) a {
          background-position: 0 0; }
        .header .page-customers .title ul li:nth-child(2) a {
          background-position: 100% 0; }
        .header .page-customers .title ul li a {
          background-color: transparent;
          background-image: url(../images/mobile/home-top-customers-arrow.png);
          background-repeat: no-repeat;
          background-size: auto 100%;
          width: 26px;
          height: 26px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
  .header .page-customers .items {
    float: none;
    overflow: visible; }
    .header .page-customers .items ul {
      height: 118px; }
      .header .page-customers .items ul li {
        max-width: 135px; }
        .header .page-customers .items ul li img {
          max-height: 35px; }

  .home-top .services {
    padding-bottom: 24px; }
    .home-top .services .items {
      padding-top: 21px; }
      .home-top .services .items .item {
        width: 100%;
        margin-bottom: 11px;
        /* &:hover {
        	.learn {
        		padding:0;
        		
        		h3 {
        			margin-bottom:0;
        			padding-left:13px;
        			font-size:15px;
        			line-height:17px;
        			
        			&:before {
        				left:0;
        				bottom:2px;
        			}
        		}
        		
        		p {
        			&.link {
        				a {
        					padding-left:0;
        				}
        			}
        		}
        	}
        } */ }
        .home-top .services .items .item:last-child:before {
          top: -50px;
          bottom: -50px;
          background-image: url(../images/mobile/home-top-services-blue-shadow.png); }
        .home-top .services .items .item:before {
          top: 0;
          bottom: -15px; }
        .home-top .services .items .item .learn {
          height: 52px;
          padding: 0; }
          .home-top .services .items .item .learn h3 {
            position: absolute;
            left: 20px;
            top: 50%;
            right: 62px;
            margin-bottom: 0;
            padding-left: 13px;
            font-size: 15px;
            line-height: 17px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
            .home-top .services .items .item .learn h3:before {
              left: 0;
              top: 1px;
              bottom: 2px;
              width: 1px; }
          .home-top .services .items .item .learn p.link {
            position: absolute;
            right: 18px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
            .home-top .services .items .item .learn p.link a {
              display: block;
              background-image: url(../images/mobile/home-top-services-arrow.png);
              background-position: 0 0;
              background-repeat: no-repeat;
              background-size: 100%;
              width: 26px;
              height: 26px;
              padding-left: 0;
              text-indent: -999px;
              overflow: hidden; }
              .home-top .services .items .item .learn p.link a:before {
                display: none; }
        .home-top .services .items .item .request {
          height: auto;
          padding-top: 17px;
          padding-bottom: 17px; }

  .page-top .intro .text {
    padding-bottom: 0; }
  .page-top .intro h1 {
    font-size: 36px; }
  .page-top .intro h2 {
    font-size: 18px; }
  .page-top .intro p.pretitle {
    font-size: 18px; }

  .home-difference {
    padding-top: 59px;
    padding-bottom: 28px; }
    .home-difference p.title {
      margin-bottom: 35px;
      margin-left: 0;
      font-size: 27px;
      letter-spacing: 0; }
      .home-difference p.title span:before {
        left: 34px;
        top: -26px;
        background-image: url(../images/mobile/home-difference-line.png);
        background-size: 100%;
        width: 57px;
        height: 57px; }
    .home-difference .items .item {
      width: 100%;
      margin-bottom: 16px; }
      .home-difference .items .item:nth-child(1) .description {
        background-image: url(../images/mobile/home-difference-image-1.jpg); }
      .home-difference .items .item:nth-child(2) .description {
        background-image: url(../images/mobile/home-difference-image-2.jpg); }
      .home-difference .items .item:nth-child(3) .description {
        background-image: url(../images/mobile/home-difference-image-3.jpg); }
      .home-difference .items .item:before {
        left: -15px;
        right: -15px;
        top: 20px;
        bottom: -15px;
        background-image: url(../images/mobile/home-difference-shadow.png);
        height: auto; }
      .home-difference .items .item .description {
        height: auto; }
        .home-difference .items .item .description .box {
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          padding: 24px 30px 21px 21px; }
          .home-difference .items .item .description .box h4 {
            margin-bottom: 16px;
            padding-left: 13px;
            font-size: 20px; }
            .home-difference .items .item .description .box h4:before {
              top: -1px;
              bottom: -3px; }
          .home-difference .items .item .description .box p {
            margin-bottom: 11px;
            font-size: 14px;
            line-height: 22px; }
            .home-difference .items .item .description .box p.link {
              padding-top: 0; }
              .home-difference .items .item .description .box p.link a {
                padding-left: 27px;
                font-size: 13px; }
                .home-difference .items .item .description .box p.link a:before {
                  top: 0;
                  background-image: url(../images/mobile/home-difference-arrow.png);
                  background-size: 100%;
                  width: 19px;
                  height: 19px; }

  .about-intro .image .caption {
    background-size: auto 100%;
    height: auto;
    padding-bottom: 26px; }
    .about-intro .image .caption .address {
      float: none;
      margin-right: 0;
      margin-bottom: 30px; }
    .about-intro .image .caption .contact {
      float: none;
      padding-left: 62px; }
  .about-intro .text {
    background-size: auto; }
  .about-intro p.logo {
    width: 13.6897%; }

  .about-customers .box {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px; }

  .about-industries .items ul {
    width: 100%; }
    .about-industries .items ul:nth-child(2) {
      order: 2; }
    .about-industries .items ul:nth-child(3) {
      order: 3; }

  .capabilities-services .list h3 {
    font-size: 18px; }
  .capabilities-services .items ul li {
    font-size: 14px; }
    .capabilities-services .items ul li h4 {
      font-size: 14px; }

  .capabilities-equipments .list.primary {
    max-width: none; }
  .capabilities-equipments .list.secondary ul li {
    width: 50%; }
    .capabilities-equipments .list.secondary ul li:nth-child(3n+1) {
      clear: none; }
    .capabilities-equipments .list.secondary ul li:nth-child(2n+1) {
      clear: both; }
  .capabilities-equipments .photos .items .item .text .box {
    left: 30px;
    right: 30px;
    bottom: 30px; }
  .capabilities-equipments h4 {
    font-size: 18px; }

  .capabilities-products table {
    display: block;
    border: 1px solid #323232; }
    .capabilities-products table tbody {
      display: block; }
    .capabilities-products table tr {
      display: block; }
      .capabilities-products table tr:nth-child(even) {
        background: #ededed; }
        .capabilities-products table tr:nth-child(even) td {
          background: none; }
          .capabilities-products table tr:nth-child(even) td.hover:first-child, .capabilities-products table tr:nth-child(even) td.active:first-child {
            background: #dcedf4;
            color: #366b82; }
      .capabilities-products table tr:last-child td {
        border-bottom: 0; }
      .capabilities-products table tr th {
        display: none; }
      .capabilities-products table tr td {
        display: block;
        border: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
        .capabilities-products table tr td:nth-child(2):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "ALUMINUM:"; }
        .capabilities-products table tr td:nth-child(3):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "BRASS:"; }
        .capabilities-products table tr td:nth-child(4):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "CR STEEL:"; }
        .capabilities-products table tr td:nth-child(5):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "HRPO STEEL:"; }
        .capabilities-products table tr td:nth-child(6):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "STAINLESS:"; }
        .capabilities-products table tr td:nth-child(7):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "GALVANIZED:"; }
        .capabilities-products table tr td:nth-child(8):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "COPPER:"; }
        .capabilities-products table tr td:nth-child(9):before {
          display: inline-block;
          margin-right: 5px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 13px;
          color: #366b82;
          text-transform: uppercase;
          content: "PRE-PAINTED:"; }
        .capabilities-products table tr td:first-child {
          border-right: 0; }
        .capabilities-products table tr td:last-child {
          border-right: 0; }
        .capabilities-products table tr td.hover, .capabilities-products table tr td.active {
          background: none;
          border-right: 0;
          color: #323232; }
          s
          .capabilities-products table tr td.hover:last-child, s
          .capabilities-products table tr td.active:last-child {
            border-right: 0; }

  .cs-info .items .item {
    padding: 30px; }
    .cs-info .items .item .box:before {
      display: none; }
    .cs-info .items .item .box .title {
      float: none;
      width: auto;
      max-width: none;
      margin-bottom: 25px; }
      .cs-info .items .item .box .title:after {
        content: "";
        display: block;
        background: #c1c1c1;
        height: 1px;
        margin-top: 25px; }
    .cs-info .items .item .box .description {
      float: none;
      width: auto;
      max-width: none; }

  .contact-info .text {
    background-size: auto; }

  .gallery .filter {
    padding-top: 30px;
    padding-bottom: 30px; }
    .gallery .filter .box {
      max-width: 325px; }
    .gallery .filter form label {
      float: none;
      width: auto;
      padding-right: 0;
      text-align: center; }
    .gallery .filter form .chosen-container {
      width: 100% !important; }
  .gallery .items ul li {
    width: 33.3333%; }

  .products-services .list.primary {
    background-size: auto; }
    .products-services .list.primary ul li {
      width: 100%; }
  .products-services .list.secondary ul li {
    width: 50%; }

  .products-list .items .item .box {
    border-top: 0;
    max-width: 278px;
    min-height: 0;
    margin: 0 auto;
    padding-left: 0; }
    .products-list .items .item .box .image {
      position: relative;
      left: auto;
      top: auto;
      width: auto;
      margin-bottom: 30px; }
    .products-list .items .item .box .description {
      border-top: 1px solid #868686;
      padding-left: 0; }

  .products-gallery .items {
    margin-left: 32px;
    margin-right: 32px; }
    .products-gallery .items ul li a:hover:before {
      background-size: 32px; }
  .products-gallery p.prev a, .products-gallery p.next a {
    background-size: 200% auto;
    width: 32px;
    height: 32px; }
    .products-gallery p.prev a:before, .products-gallery p.next a:before {
      background-size: 200% auto; }
  .products-gallery p.prev a:before {
    background-position: 0 100%; }
  .products-gallery p.next a {
    background-position: 100% 0; }
    .products-gallery p.next a:before {
      background-position: 100% 100%; }

  .products-features .list.primary ul li {
    width: 50%; }
    .products-features .list.primary ul li:nth-child(4n+1) {
      clear: none; }
    .products-features .list.primary ul li:nth-child(2n+1) {
      clear: both; }
  .products-features .list.secondary ul {
    width: 100%; }
    .products-features .list.secondary ul:nth-of-type(1) {
      padding-right: 0; }
    .products-features .list.secondary ul:nth-of-type(2) {
      padding-left: 0; }

  .request-form .sidebar {
    display: block; }
  .request-form .contact {
    display: block;
    margin-right: 0;
    margin-bottom: 36px; }
  .request-form .testimonials {
    display: block;
    margin-left: 0; }

  .shop-products .items .item {
    width: 50%; }

  .shop-product-info .description .options .quantity {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
  .shop-product-info .description .options .price {
    width: 100%; }

  #ProductDetails .ProductDetailsGrid .qty {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
  #ProductDetails .ProductDetailsGrid .p-price {
    width: 100%; }

  .page-not-found h1, .thank-you h1,
  .thank-you h1 {
    font-size: 36px; }
  .page-not-found p.pretitle, .thank-you p.pretitle,
  .thank-you p.pretitle {
    font-size: 18px; }

  body.page .body-top-bg.one {
    background-image: url(../images/home/top-one-bg.jpg);
    height: 252px; }
  body.page .body-top-bg.two {
    top: 252px;
    background-image: url(../images/home/top-two-bg.jpg); }

  body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary {
    padding-bottom: 0; }
    body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3 {
      width: 100%; }
      body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3:nth-of-type(1) {
        padding-right: 0; }
      body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary h3:nth-of-type(2) {
        padding-left: 0; }
    body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul {
      width: 100%;
      margin-bottom: 50px; }
      body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(1) {
        padding-right: 0; }
      body[class*=" page-products-tubing-coil-assemblies-tubing-coils"] .products-features .list.secondary ul:nth-of-type(2) {
        padding-left: 0; }

  body.error404 .body-top-bg.one,
  body[class*=" page-thank-you"] .body-top-bg.one {
    background-image: url(../images/home/top-one-bg.jpg);
    height: 252px; }
  body.error404 .body-top-bg.two,
  body[class*=" page-thank-you"] .body-top-bg.two {
    top: 252px;
    background-image: url(../images/home/top-two-bg.jpg); } }
@media screen and (max-width: 480px) {
  .body-top-bg {
    background-size: 100% auto; }
    .body-top-bg.one {
      top: 82px; }

  .header .home-customers .items ul,
  .header .page-customers .items ul {
    height: 66px; }

  .home-top .services .box {
    max-width: 325px;
    margin: 0 auto;
    padding-top: 32px; }
  .home-top .services h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 43px; }
    .home-top .services h1 span {
      max-width: 247px; }
      .home-top .services h1 span:before {
        left: -24px;
        top: -19px;
        background-image: url(../images/mobile/home-top-services-line.png);
        background-size: 100%;
        width: 66px;
        height: 66px; }
    .home-top .services h1 i {
      font-style: normal; }
  .home-top .services h2 {
    line-height: 28px; }
  .home-top .services h4 {
    margin-bottom: 9px;
    font-size: 16px; }
  .home-top .services p {
    line-height: 28px; }

  .page-top .intro .box {
    height: 142px; }
  .page-top .intro h1 {
    font-size: 30px; }
  .page-top .intro h2 {
    font-size: 16px; }
  .page-top .intro p.pretitle {
    font-size: 16px; }
  .page-top .intro p.back {
    font-size: 11px; }

  .home-about .box {
    padding-top: 44px;
    padding-bottom: 34px; }
    .home-about .box:before {
      left: 50px;
      top: -5px;
      background-image: url(../images/mobile/home-about-line.png);
      background-size: 100%;
      width: 79px;
      height: 79px; }
    .home-about .box .uses {
      padding-bottom: 29px; }
    .home-about .box .features {
      padding-bottom: 14px; }
    .home-about .box h4 {
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 24px; }
    .home-about .box p {
      margin-bottom: 19px;
      font-size: 15px;
      line-height: 24px; }
      .home-about .box p.title {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 30px; }
      .home-about .box p.quote {
        margin-bottom: 25px;
        padding-left: 29px;
        font-size: 20px;
        line-height: 24px; }
        .home-about .box p.quote:before {
          left: 1px;
          top: 6px;
          bottom: 6px; }
      .home-about .box p.link a {
        padding-left: 29px;
        font-size: 13px; }
        .home-about .box p.link a:before {
          background-image: url(../images/mobile/home-about-arrow.png);
          background-size: 100%;
          width: 20px;
          height: 20px; }
    .home-about .box ul {
      padding-left: 29px; }
      .home-about .box ul li {
        padding-left: 10px;
        font-size: 15px;
        line-height: 23px; }

  .home-difference {
    background-image: url(../images/mobile/home-difference-bg.jpg);
    background-size: 100% auto; }

  .about-intro h2 {
    font-size: 30px; }
  .about-intro p.iso {
    width: 100%;
    max-width: 347px;
    margin-right: 0; }

  .about-customers h3 {
    font-size: 30px; }

  .about-industries h3 {
    font-size: 30px; }

  .capabilities-services .list h3 {
    font-size: 16px; }
  .capabilities-services .items ul {
    width: 100%;
    margin-bottom: 15px; }
    .capabilities-services .items ul li {
      font-size: 16px; }
      .capabilities-services .items ul li h4 {
        font-size: 16px; }
  .capabilities-services h3 {
    font-size: 30px; }

  .capabilities-equipments .list.primary ul li {
    width: 100%; }
  .capabilities-equipments .list.secondary ul li {
    width: 100%; }
  .capabilities-equipments .photos {
    max-width: 280px; }
    .capabilities-equipments .photos .items .item {
      width: 100%;
      margin-bottom: 30px; }
  .capabilities-equipments h3 {
    font-size: 30px; }
  .capabilities-equipments h4 {
    font-size: 16px; }

  .capabilities-products h3 {
    font-size: 30px; }

  .cs-info .top h3 {
    font-size: 30px; }

  .contact-info h3 {
    font-size: 30px; }

  .faq-info .top h3 {
    font-size: 30px; }
  .faq-info .question h4,
  .faq-info .info h4 {
    font-size: 16px; }

  .gallery .items ul li {
    width: 50%; }

  .products-services .list.primary {
    background-size: auto; }
    .products-services .list.primary ul {
      width: 100%; }
  .products-services .list.secondary ul li {
    width: 100%; }
  .products-services .list h3 {
    font-size: 30px; }
  .products-services .list h4 {
    font-size: 16px; }

  .products-list h3 {
    font-size: 30px; }

  .products-intro .properties ul li {
    width: 230px; }
  .products-intro h2, .products-intro h3 {
    font-size: 30px; }

  .products-features .list.primary ul li {
    width: 100%; }
  .products-features .photos ul li.half {
    width: 100%; }
  .products-features .photos ul li img {
    width: 100%; }

  .request-form .contact p {
    font-size: 19px; }

  .pp-content h3 {
    font-size: 30px; }

  .shop-products h3 {
    font-size: 30px; }
  .shop-products h4 {
    font-size: 18px; }
  .shop-products .items .item {
    width: 100%; }

  .page-not-found .box, .thank-you .box,
  .thank-you .box {
    height: 325px; }
  .page-not-found h1, .thank-you h1,
  .thank-you h1 {
    font-size: 30px; }
  .page-not-found p, .thank-you p,
  .thank-you p {
    font-size: 12px;
    line-height: 17px; }
    .page-not-found p.pretitle, .thank-you p.pretitle,
    .thank-you p.pretitle {
      font-size: 16px; }

  body.page .body-top-bg.one {
    background-image: url(../images/mobile/page-top-one-bg.jpg);
    height: 118px; }
  body.page .body-top-bg.two {
    top: 200px;
    background-image: url(../images/mobile/page-top-two-bg.jpg);
    background-size: cover;
    height: 142px; }

  body.home .body-top-bg.one {
    background-image: url(../images/mobile/home-top-one-bg.jpg);
    height: 118px; }
  body.home .body-top-bg.two {
    top: 200px;
    background-image: url(../images/mobile/home-top-two-bg.jpg);
    height: 325px; }

  body[class*=" page-products-"] .page-top .intro .text {
    padding-bottom: 0; }
  body[class*=" page-products-"] .page-top .intro p.back {
    padding-top: 3px; }

  body.error404 .body-top-bg.one,
  body[class*=" page-thank-you"] .body-top-bg.one {
    background-image: url(../images/mobile/home-top-one-bg.jpg);
    height: 118px; }
  body.error404 .body-top-bg.two,
  body[class*=" page-thank-you"] .body-top-bg.two {
    top: 200px;
    background-image: url(../images/mobile/home-top-two-bg.jpg);
    height: 325px; } }
@media screen and (max-width: 375px) {
  .body-top-bg {
    background-size: 375px auto; }

  .header {
    background-size: 375px auto; }

  .popup-testimonials {
    -webkit-transform: translate(-50%, -173px);
    -moz-transform: translate(-50%, -173px);
    transform: translate(-50%, -173px); }

  .page-top .intro .box {
    height: 92px; }
  .page-top .intro h1 {
    font-size: 24px; }
  .page-top .intro h2 {
    font-size: 14px; }
  .page-top .intro p.pretitle {
    font-size: 14px; }

  .home-difference {
    background-size: 375px auto; }

  .about-intro h2 {
    font-size: 24px; }

  .about-customers h3 {
    font-size: 24px; }

  .about-industries h3 {
    font-size: 24px; }

  .capabilities-services h3 {
    font-size: 24px; }

  .capabilities-equipments h3 {
    font-size: 24px; }

  .capabilities-products h3 {
    font-size: 24px; }

  .cs-info .top h3 {
    font-size: 24px; }
  .cs-info .items .item .box h3 {
    font-size: 24px; }

  .contact-info h3 {
    font-size: 24px; }

  .faq-info .top h3 {
    font-size: 24px; }
  .faq-info .question h4,
  .faq-info .info h4 {
    font-size: 14px; }

  .products-services .list h3 {
    font-size: 24px; }
  .products-services .list h4 {
    font-size: 14px; }

  .products-list h3 {
    font-size: 24px; }

  .products-intro h2, .products-intro h3 {
    font-size: 24px; }

  .request-form .contact p {
    font-size: 17px; }

  .pp-content h3 {
    font-size: 24px; }

  .shop-products h3 {
    font-size: 24px; }
  .shop-products h4 {
    font-size: 16px; }

  .page-not-found h1, .thank-you h1,
  .thank-you h1 {
    font-size: 24px; }
  .page-not-found p.pretitle, .thank-you p.pretitle,
  .thank-you p.pretitle {
    font-size: 14px; }

  body.page .body-top-bg.two {
    height: 92px; }

  body.home .body-top-bg.two {
    height: 325px; }

  body.error404 .body-top-bg.two,
  body[class*=" page-thank-you"] .body-top-bg.two {
    height: 325px; } }
@media screen and (max-width: 320px) {
  .header .home-customers .title > div {
    font-size: 14px;
    letter-spacing: 0; }
  .header .page-customers .title {
    font-size: 14px;
    letter-spacing: 0; } }

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