/*
 Theme Name:     RedTagDevTeam Child Theme
 Description:    RedTagDevTeam Child Theme
 Author:         Red Tag Ideas
 Template:       RedTagDevTeam
 Version:        1.0.0
*/
/**FONTS**/
@import url("../RedTagDevTeam/style.css");
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src: local("BebasNeue-webfont"), url("fonts/BebasNeue-webfont.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 95 Black"), url("fonts/AvenirLTStd-Black.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 45 Book"), url("fonts/AvenirLTStd-Book.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 85 Heavy"), url("fonts/AvenirLTStd-Heavy.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 35 Light"), url("fonts/AvenirLTStd-Light.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 65 Medium"), url("fonts/AvenirLTStd-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 55 Roman"), url("fonts/AvenirLTStd-Roman.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 95 Black Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 95 Black Oblique"), url("fonts/AvenirLTStd-BlackOblique.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 45 Book Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 45 Book Oblique"), url("fonts/AvenirLTStd-BookOblique.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 85 Heavy Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 85 Heavy Oblique"), url("fonts/AvenirLTStd-HeavyOblique.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 35 Light Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 35 Light Oblique"), url("fonts/AvenirLTStd-LightOblique.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 65 Medium Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 65 Medium Oblique"), url("fonts/AvenirLTStd-MediumOblique.woff") format("woff"); }
@font-face {
  font-family: 'Avenir LT Std 55 Oblique';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 55 Oblique"), url("fonts/AvenirLTStd-Oblique.woff") format("woff"); }
/***VARS***/
/***MIXINS***/
/***BODY***/
body {
  background-color: transparent !important; }

#header {
  background-color: transparent !important; }

/***ANIMATIONS***/
.no-display {
  opacity: 0; }

/*.display-none {
  display: none; }*/

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.animated {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.boxshow {
  opacity: 1; }

/***STRUCTURE***/
.one-third {
  float: left;
  width: 33.3%; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

#panel-vid {
  display: none;
  top: 150px !important; }

.card-link {
  clear: both;
  margin-top: 8px;
  display: block;
  text-align: center;
  color: #fe9200; }

/***NAVIGATION***/
.navbar .nav {
  clear: right;
  z-index: 9999 !important;
  margin-top: 47px !important;
  line-height: 40px !important; }
  .navbar .nav > li > a {
    color: #f8f9fc !important;
    font-size: 16px !important;
    font-family: helvetica, sans-serif !important; }
    .navbar .nav > li > a:hover {
      color: #309a7c !important; }

.navbar-inner {
  background-color: rgba(30, 30, 30, 0.2) !important; }

.mbYTP_wrapper iframe {
  /*margin-left: auto !important;
  margin-right: auto !important;*/
  left: 0px !important;
  max-width: 4000px !important;
  background-attachment: scroll !important; }

.form-cap {
  max-width: 400px;
  display: block;
  margin: 0 auto; }
  .form-cap h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    text-align: center;
    color: #f8f9fc; }
  .form-cap p {
    font-family: helvetica, sans-serif;
    font-size: 16px !important;
    color: #f8f9fc; }

.contact-num {
  height: auto;
  display: inline-block;
  z-index: 2000;
  max-width: 250px;
  margin-top: -2px;
  float: right;
  top: 0;
  text-align: center;
  line-height: 22px;
  color: #f8f9fc;
  background-color: rgba(48, 154, 124, 0.7);
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: helvetica, sans-serif;
  /* -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; */ }
  .contact-num a {
    font-family: helvetica, sans-serif;
    color: #f8f9fc; }

.safety {
  height: auto;
  display: inline-block;
  z-index: 2000;
  max-width: 250px;
  margin-top: -2px;
  margin-right: 5px;
  float: right;
  top: 0;
  text-align: center;
  line-height: 22px;
  color: #f8f9fc;
  background-color: rgba(48, 154, 124, 0.7);
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: helvetica, sans-serif; }

.safety a {
  color: #f8f9fc;
  text-decoration: underline; }

#floatbtt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  width: 70px;
  height: 70px;
  background-color: rgba(80, 80, 80, 0.6);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }
  #floatbtt i {
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
    color: rgba(254, 146, 0, 0.7); }

.logo {
  /* line-height: 158px; */
  margin-top: 0px;
  padding-top: 15px; }
  .logo img {
    max-height: 200px !important;
    max-width: 200px !important; }

.team-socials {
  display: none; }

.team {
  margin-bottom: 0px !important; }
  .team .team-mail a {
    color: #303135;
    text-decoration: underline; }
    .team .team-mail a:visited {
      color: #403135; }
  .team .team-position {
    color: #309a7c;
    font-style: italic; }
  .team .team-img img {
    max-width: 100% !important;
    min-width: 360px !important;
    min-height: 270px !important;
    border: 2px solid #309a7c; }
  .team .team-img .team-email i {
    color: #fe9200 !important; }
  .team .team-img:hover .team-email i {
    font-size: 60px; }
  .team .overlay {
    max-width: 100% !important;
    min-width: 360px !important;
    min-height: 270px !important;
    background-color: rgba(248, 249, 252, 0.85) !important; }

.home .top-img img {
  border: 4px solid #fe9200; }
.home .vc_btn-turquoise {
  background-color: #309a7c; }
.home .metestimonial {
  display: block;
  float: left !important;
  text-align: center !important;
  /* overflow: hidden; */
  /* padding-bottom: 20px; */
  /* min-height: 150px !important; */ }
.home .testimonial-content {
  padding-bottom: 30px;
  max-width: 1000px !important;
  margin: 0 auto;
  color: #f8f9fc;
  font-size: 30px;
  /* font-family: Open Sans; */
  font-weight: lighter;
  line-height: 36px;
  font-family: helvetica, sans-serif; }
.home .caroufredsel_wrapper {
  /* min-height: 160px !important; */ }
.home .test-meta {
  font-style: italic;
  font-size: 22px;
  display: block;
  overflow: hidden;
  min-height: 50px;
  padding-bottom: 30px; }
.home .about-content p {
  color: #f8f9fc; }
.home #about {
  background-attachment: fixed !important; }
  .home #about .about-vid-cap p {
    padding-top: 20px;
    color: #f3f4f7;
    font-size: 20px;
    display: none; }
.home #testimonial {
  border-top: 10px solid #3a8b88;
  border-bottom: 10px solid #3a8b88;
  overflow: visible !important; }
.home #services {
  background-attachment: fixed !important;
  border-top: 0px solid #3a8b88;
  border-bottom: 60px solid #3a8b88; }
  .home #services #industrial {
    display: none; }
  .home #services #commercial {
    display: none; }
  .home #services #ul {
    display: none; }
  .home #services #fiber {
    display: none; }
  .home #services #thermography {
    display: none; }
.home #team {
  background-attachment: fixed !important;
  background-color: #ebece6; }
  .home #team .btn {
    /* -webkit-box-shadow: 0px 2px 5px 2px rgba(10, 10, 10, 0.40);
    -moz-box-shadow:    0px 2px 5px 2px rgba(10, 10, 10, 0.40);
    box-shadow:         0px 2px 5px 2px rgba(10, 10, 10, 0.40);
    font-family: $contfont;
    letter-spacing: 1px;
    border: 1px solid #3a8b88 !important;
    color: #3a8b88 !important;
    font-weight: 400 !important;
    background-color: $gwhite !important; */
    letter-spacing: 0.15em;
    padding: 4px 20px;
    /* border: 1px solid #fff !important; */
    border: 0px;
    background: #fe9200  !important;
    /* background: -moz-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9200), color-stop(98%, #b66900)) !important;
    background: -webkit-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -o-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -ms-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: linear-gradient(to bottom, #fe9200 0%, #b66900 98%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9200', endColorstr='#b66900', GradientType=0 ) !important; */
    border-radius: 4px !important;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    /* -webkit-box-shadow: 0px 4px 0px 0px #422600;
    -ms-box-shadow: 0px 4px 0px 0px #422600;
    -moz-box-shadow: 0px 4px 0px 0px #422600;
    -o-box-shadow: 0px 4px 0px 0px #422600;
    box-shadow: 0px 4px 0px 0px #422600; */
    display: block;
    margin: 1em auto;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1em;
    width: 140px;
    display: block; }
.home #about {
  background-attachment: fixed !important; }
.home #opportunities {
  background-attachment: fixed !important;
  min-height: 103vh;
  background-color: #1e1e1e; }
  .home #opportunities .opp-txt p {
    color: #f8f9fc;
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px; }
  .home #opportunities .btn {
    letter-spacing: 0.15em;
    padding: 4px 20px;
    /* border: 1px solid #fff !important; */
    border: 0px;
    background: #fe9200  !important;
    /* background: -moz-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9200), color-stop(98%, #b66900)) !important;
    background: -webkit-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -o-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -ms-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: linear-gradient(to bottom, #fe9200 0%, #b66900 98%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9200', endColorstr='#b66900', GradientType=0 ) !important; */
    border-radius: 4px !important;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    /* -webkit-box-shadow: 0px 4px 0px 0px #422600;
    -ms-box-shadow: 0px 4px 0px 0px #422600;
    -moz-box-shadow: 0px 4px 0px 0px #422600;
    -o-box-shadow: 0px 4px 0px 0px #422600;
    box-shadow: 0px 4px 0px 0px #422600; */
    display: block;
    margin: 1em auto;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1em; }
  .home #opportunities .opp-vid-cap p {
    padding-top: 20px;
    color: #f3f4f7;
    font-size: 20px;
    display: none; }
.home h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  /* font-family: Open Sans, sans-serif;
  font-weight: 400; */
  line-height: 46px; }
.home p {
  font-family: helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px; }
.home .portfolio-share-google, .home .portfolio-share-twitter, .home .portfolio-share-fb {
  display: none; }
.home .service-row {
  min-height: 520px;
  max-width: 1400px; }
  .home .service-row .service-col {
    padding-left: 3px !important;
    padding-right: 3px !important; }
.home .service-card {
  display: block;
  width: 100%;
  min-height: 450px;
  min-width: 259px;
  background-color: rgba(248, 249, 252, 0.85);
  /* border: 1px solid $slate; */
  /* border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; */
  -webkit-box-shadow: 0px 2px 5px 2px rgba(10, 10, 10, 0.4);
  -moz-box-shadow: 0px 2px 5px 2px rgba(10, 10, 10, 0.4);
  box-shadow: 0px 2px 5px 2px rgba(10, 10, 10, 0.4); }
  .home .service-card p {
    font-size: 16px;
    line-height: 23px;
    text-align: left !important; }
  .home .service-card .service-image {
    opacity: 0.85;
    /* padding: 10px; */
    margin-bottom: 10px;
    width: 100%; }
    .home .service-card .service-image img {
      width: 100%;
      /* border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px; */
      /* border: 1px solid #555; */ }
  .home .service-card h3 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    color: #fe9200;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 20px; }
  .home .service-card p {
    padding: 10px;
    font-family: helvetica, sans-serif;
    text-align: center;
    color: #1e1e1e;
    margin-top: 10px; }

.vc_responsive .service-row.wpb_row .vc_col-sm-2 {
  float: left;
  width: 18.5%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0; }

.service-row .service-row-pre-last {
  margin: 0 !important; }

.service-row .service-row-last {
  display: none; }

/***PORTFOLIO***/
.project-detail .text {
  padding: 30px;
  font-size: 25px;
  line-height: 31px; }

/***FORMS***/
.frm-candidate {
  margin-top: 10px; }
  .frm-candidate .btn-overlay {
    height: 30px;
    border: 0px;
    padding: 2px 10px;
    margin: 10px auto;
    display: block;
    background: #fe9200;
    max-width: 150px;
    letter-spacing: 0.15em;
    padding: 4px 20px;
    /* border: 1px solid #fff !important; */
    border: 0px;
    background: #fe9200  !important;
    /* background: -moz-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9200), color-stop(98%, #b66900)) !important;
    background: -webkit-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -o-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -ms-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: linear-gradient(to bottom, #fe9200 0%, #b66900 98%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9200', endColorstr='#b66900', GradientType=0 ) !important; */
    border-radius: 4px !important;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    /* -webkit-box-shadow: 0px 4px 0px 0px #422600;
    -ms-box-shadow: 0px 4px 0px 0px #422600;
    -moz-box-shadow: 0px 4px 0px 0px #422600;
    -o-box-shadow: 0px 4px 0px 0px #422600;
    box-shadow: 0px 4px 0px 0px #422600; */
    display: block;
    margin: 1em auto;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1em;
    /* display: inline-block; */ }
    .frm-candidate .btn-overlay span {
      margin-top: -20px;
      display: block;
      font-family: helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      color: #f8f9fc;
      text-align: center; }
    .frm-candidate .btn-overlay .frm-upload {
      display: none; }
    .frm-candidate .btn-overlay .wpcf7-not-valid-tip {
      display: none; }
  .frm-candidate .upload-msg {
    color: #f8f9fc;
    opacity: 1;
    text-transform: uppercase;
    margin-top: 0px;
    margin-top: 0px;
    text-align: center; }
  .frm-candidate ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f8f9fc; }
  .frm-candidate :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f8f9fc;
    opacity: 1; }
  .frm-candidate ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f8f9fc;
    opacity: 1; }
  .frm-candidate :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f8f9fc; }
  .frm-candidate input {
    background-color: transparent;
    color: #fe9200;
    font-style: italic; }
  .frm-candidate input:blur {
    color: #1e1e1e; }
  .frm-candidate .wpcf7-submit {
    background-color: #fe9200;
    color: #f8f9fc;
    padding: 8px 20px;
    border: none;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 20px; }
  .frm-candidate .frm-upload {
    max-width: 210px;
    margin: 0 auto;
    display: block; }
  .frm-candidate #attach {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px; }
  .frm-candidate #format {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px; }

.wpcf7-form {
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto; }
  .wpcf7-form p {
    margin-bottom: 5px; }
  .wpcf7-form .wpcf7-form-control-wrap input {
    min-width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #686c77; }
  .wpcf7-form .wpcf7-form-control-wrap textarea {
    min-width: 100%;
    max-height: 80px;
    margin-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #686c77; }
  .wpcf7-form .wpcf7-submit {
    /* padding: 10px 20px;
    background-color: $accent;
    color: $gwhite;
    border: none; */
    letter-spacing: 0.15em;
    padding: 4px 20px;
    /* border: 1px solid #fff !important; */
    border: 0px;
    background: #fe9200  !important;
    /* background: -moz-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9200), color-stop(98%, #b66900)) !important;
    background: -webkit-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -o-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: -ms-linear-gradient(top, #fe9200 0%, #b66900 98%) !important;
    background: linear-gradient(to bottom, #fe9200 0%, #b66900 98%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9200', endColorstr='#b66900', GradientType=0 ) !important; */
    border-radius: 4px !important;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    /* -webkit-box-shadow: 0px 4px 0px 0px #422600;
    -ms-box-shadow: 0px 4px 0px 0px #422600;
    -moz-box-shadow: 0px 4px 0px 0px #422600;
    -o-box-shadow: 0px 4px 0px 0px #422600;
    box-shadow: 0px 4px 0px 0px #422600; */
    display: block;
    margin: 1em auto;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1em; }

.top-heading h2 {
  font-size: 50px;
  margin-bottom: 40px; }

/***MAP***/
#map-canvas {
  height: 500px;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px; }

#directions-link {
  text-align: center;
  margin: 0 auto;
  display: block; }

/***CONTACT FORM***/
.contact-list {
  list-style: none;
  color: #f8f9fc;
  margin: 0 auto;
  max-width: 420px;
  padding-left: 90px; }
  .contact-list i {
    margin-right: 20px;
    font-size: 25px; }
  .contact-list li {
    line-height: 35px;
    font-size: 16px; }
    .contact-list li a {
      color: #f8f9fc; }
  .contact-list #c-numalt {
    padding-left: 42px;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px; }

#video-bg {
  z-index: -101; }

.vid-section {
  max-height: 600px;
  min-height: 600px; }

#bgvid {
  position: fixed;
  right: 0;
  bottom: 0px;
  margin-top: -150px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("img/header.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity; }

.stopfade {
  opacity: .5; }

/***SERVICES PAGE***/
.services-title {
  color: #f8f9fc;
  font-weight: 300;
  text-align: center; }
.services-list {
  color: #f8f9fc;
  list-style: none;
  line-height: 30px;
  padding-top: 30px;
  padding-left: 0px; }
  .services-list li {
    background-color: rgba(248, 249, 252, 0.4);
    margin-bottom: 5px;
    text-align: left;
    padding: 0px 10px;
    text-transform: uppercase;
    min-width: 320px; }
    .services-list li i {
      margin-right: 10px;
      color: #1e1e1e;
      font-size: 16px; }
    .services-list li:hover {
      background-color: rgba(248, 249, 252, 0.8); }
    .services-list li a {
      color: #2e2e2e; }

.left {
  float: left !important; }

.right {
  float: right !important; }

/****TEAM****/
.team-name {
  margin-top: 10px; }

/****BACK TO TOP****/
.btn-small.back-to-top {
  padding: 0px !important;
  border: 0px !important;
  display: block;
  background: transparent; }
  .btn-small.back-to-top:hover {
    background: transparent; }

.to-top-text p {
  text-align: center;
  color: #f8f9fc;
  text-transform: uppercase; }

/****MODAL****/
.ult-overlay {
  background: rgba(245, 245, 245, 0.7) !important; }

.ult_modal-content {
  border-radius: 0px !important; }

.btn-md {
  border-radius: 0px !important; }

.ult_modal.ult-medium {
  max-width: 400px; }

h3.ult_modal-title {
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
  font-size: 28px !important;
  color: #f8f9fc !important; }

.ult_modal-header {
  background-color: #1e1e1e !important;
  border: none !important; }

.ult_modal-body {
  background-color: #1e1e1e !important;
  color: #f8f9fc;
  padding-top: 0px !important; }

.modal-bio {
  font-size: 16px;
  text-align: left;
  font-family: Open Sans, sans-serif; }

.person-img {
  background-size: cover;
  height: 200px;
  width: 200px;
  display: block;
  margin: 10px auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

#p1 {
  background-image: url("../../uploads/2014/05/tim-meiners.jpg"); }

#p2 {
  background-image: url("../../uploads/2014/05/steve-shoenbachler.jpg"); }

#p3 {
  background-image: url("../../uploads/2014/05/kirk-bergland.jpg"); }

#p4 {
  background-image: url("../../uploads/2014/05/carol-bright.jpg"); }

#p5 {
  background-image: url("../../uploads/2014/05/troy-bolt.jpg"); }

#p6 {
  background-image: url("../../uploads/2014/05/david-fischer.jpg"); }

/*portfolio overlay*/
.portfolio-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6); }
  .portfolio-overlay a {
    /* position: absolute;
    width: 100%;
    height: 100%; */ }
  .portfolio-overlay .project-overlay-title {
    position: absolute;
    font-family: helvetica, sans-serif;
    color: #1e1e1e;
    line-height: 30px;
    font-size: 24px;
    left: 40px;
    bottom: 70px; }

.view-text {
  position: absolute;
  margin: 0 auto;
  /* width: 100%; */
  bottom: 10px;
  left: 40px;
  padding: 10px;
  background-color: #fe9200;
  display: block;
  text-align: center;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 20px;
  color: #f8f9fc; }

/**PARALLAX VIDEO**/
.playerBox {
  position: fixed !important; }

/***TESTIMONIAL***/
.left-quote {
  width: 135px;
  height: 101px;
  display: block;
  position: absolute;
  z-index: 400;
  left: 20%;
  top: -80px;
  background-image: url("../../uploads/2015/01/left-quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0; }

.right-quote {
  width: 135px;
  height: 101px;
  display: block;
  position: absolute;
  z-index: 400;
  right: 20%;
  bottom: -80px;
  background-image: url("../../uploads/2015/01/right-quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0; }

.t-prev {
  position: absolute;
  left: 20px;
  top: 20%; }
  .t-prev i {
    color: rgba(58, 139, 136, 0.6);
    font-size: 50px;
    text-shadow: 1px 1px rgba(80, 80, 80, 0.5);
    opacity: 0.5; }
    .t-prev i:hover {
      opacity: 1; }

.t-next {
  position: absolute;
  right: 20px;
  top: 20%; }
  .t-next i {
    color: rgba(58, 139, 136, 0.6);
    font-size: 50px;
    text-shadow: 1px 1px rgba(80, 80, 80, 0.5);
    opacity: 0.5; }
    .t-next i:hover {
      opacity: 1; }

/***MEDIA QUERIES***/
@media screen and (max-width: 1600px) {
  .row#testimonial {
    background: #309a7c url(http://localhost/OneDrive/meinerselectric/wp-content/uploads/2014/12/quote-back1.png?id=1993) 100% !important; }
  .row#team {
    background-image: none !important; } }
@media screen and (max-width: 1400px) {
  .row#services {
    background-image: none !important; }

  .service-card {
    max-width: 260px;
    margin: 0 auto; }

  .industrial {
    width: 30% !important;
    margin: 0 1% 40px 2.5% !important; }

  .commercial {
    width: 30% !important;
    margin: 0 0.5% 40px 0.5% !important; }

  .ul {
    width: 30% !important;
    margin: 0 2.5% 40px 1% !important; }

  .fiber {
    width: 30% !important;
    margin-right: 2% !important;
    margin-left: 18% !important; }

  .service-row .service-row-pre-last.thermography {
    width: 30% !important;
    margin-right: 18% !important;
    margin-left: 2% !important; } }
@media screen and (max-width: 1200px) {
  .row#team {
    background-image: none !important; }

  .team-inner .vc_col-sm-4 {
    width: 100% !important; }

  #opportunities .opp-txt p {
    font-size: 16px !important; }

  .home p {
    font-size: 16px !important; }

  .one-third {
    float: left;
    width: 50%; } }
@media screen and (max-width: 1080px) {
  .left-quote {
    left: 10%; }

  .right-quote {
    right: 10%; } }
@media screen and (max-width: 1024px) {
  .row.opportunities {
    padding-top: 40px !important;
    padding-bottom: 40px;
    padding-right: 0px !important;
    padding-left: 0px !important; }
    .row.opportunities .opp-vid {
      width: 100%;
      height: 270px; }
    .row.opportunities .opp-col {
      padding-left: 10px !important; }

  .row#about .abt-vid {
    margin-top: 40px;
    width: 100%;
    height: 270px; }
  .row#about .img-col {
    padding: 0px 10px !important; } }
@media screen and (max-width: 980px) {
  .one-third {
    float: left;
    width: 100%; }

  #industrial {
    display: block; }

  #commercial {
    display: block; }

  #ul {
    display: block; }

  #fiber {
    display: block; }

  #thermography {
    display: block; }

  .no-display {
    opacity: 1; }

  .display-none {
    display: block; }

  .home #about .vc_col-sm-4 {
    width: 50%; }
  .home #about .vc_col-sm-8 {
    width: 50%; }
  .home #opportunities {
    background-image: none !important; }

  .industrial {
    width: 48% !important;
    margin: 0 1% 40px 1% !important; }

  .commercial {
    width: 48% !important;
    margin: 0 1% 40px 1% !important; }

  .ul {
    width: 48% !important;
    margin: 0 1% 40px 1% !important; }

  .fiber {
    width: 48% !important;
    margin: 0 1% 40px 1% !important; }

  .service-row .service-row-pre-last.thermography {
    width: 100% !important;
    margin: 0 !important; } }
@media screen and (max-width: 930px) {
  .contact-num {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 160px;
    background-color: transparent; }

  .mean-nav .logo {
    line-height: 40px;
    margin: 0px auto 20px auto !important;
    display: block;
    float: none;
    max-width: 200px; }
    .mean-nav .logo img {
      margin: 0 auto;
      float: none;
      display: block; } }
@media screen and (max-width: 780px) {
  .left-quote {
    left: 5%; }

  .right-quote {
    right: 5%; }

  .t-prev, .t-next {
    display: none !important; }

  .home #about {
    background-image: none !important;
    background-color: #1e1e1e !important; }
    .home #about .about-vid-cap p {
      display: block !important; }
    .home #about .vc_col-sm-4 {
      margin: 0 auto;
      padding-top: 40px;
      width: 100%; }
      .home #about .vc_col-sm-4 h3 {
        text-align: center; }
      .home #about .vc_col-sm-4 li {
        max-width: 320px;
        margin: 5px auto; }
      .home #about .vc_col-sm-4.vc_custom_1416327856322 {
        padding-left: 15px !important; }
    .home #about .vc_col-sm-8 {
      margin: 0 auto;
      width: 100%; }
      .home #about .vc_col-sm-8 h2 {
        text-align: center !important; }
      .home #about .vc_col-sm-8 p {
        text-align: justify !important; }
      .home #about .vc_col-sm-8 .vc_btn {
        margin: 20px auto 0 auto;
        display: block;
        float: none;
        max-width: 140px;
        text-align: center; }
  .home #services {
    background-image: none !important; }
  .home #team {
    background-image: none !important; }
  .home #opportunities .opp-txt p {
    padding-right: 0px !important; }
  .home #opportunities .opp-vid-cap p {
    display: block !important; }
  .home .wpcf7-form .wpcf7-submit {
    margin: 0 auto;
    display: block; }

  .foot-col-left {
    width: 60%;
    float: left; }

  .foot-col-right {
    width: 40%;
    float: right; }

  .top-img {
    margin-top: 50px; }

  .num-col {
    margin-top: 50px; }

  .back-to-top {
    display: none; }

  .foot-col-left {
    display: none; }

  .foot-col-right {
    margin: 0 auto;
    float: none;
    display: block;
    width: 270px; }
    .foot-col-right .alignright {
      margin: 0 auto;
      display: block;
      float: none; }
    .foot-col-right p {
      text-align: center; }

  .service-card {
    width: 60% !important;
    margin: 0 auto; }

  .safety {
    float: none;
    margin: 0 auto;
    display: block;
    background: transparent; }

  .contact-num {
    max-width: 200px; } }
@media screen and (max-width: 768px) {
  .row#about .abt-vid {
    height: 380px; }

  .row.opportunities {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .row.opportunities .opp-vid {
      height: 380px; }

  #bgvid {
    -o-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -webkit-transform: inherit;
    transform: inherit; }

  .industrial {
    width: 100% !important;
    margin: 0 20px !important; }

  .commercial {
    width: 100% !important;
    margin: 0 20px !important; }

  .ul {
    width: 100% !important;
    margin: 0 20px !important; }

  .fiber {
    width: 100% !important;
    margin: 0 20px !important; }

  .service-row .service-row-pre-last.thermography {
    width: 100% !important;
    margin: 0 20px !important; }

  .vc_responsive .service-row.wpb_row .vc_col-sm-2 {
    float: left;
    width: 18.5%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
    width: 100% !important;
    padding: 0px;
    margin: 0px !important; } }
@media screen and (max-width: 640px) {
  #bgvid {
    display: none; }

  #video-bg {
    background-image: url("img/me-header.jpg");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    max-height: 350px; }

  .mean-nav .logo {
    max-width: 150px !important; }
    .mean-nav .logo img {
      max-width: 150px !important; }

  .row#about .abt-vid {
    height: 310px; }

  .row.opportunities .opp-vid {
    height: 310px; } }
@media screen and (max-width: 500px) {
  .team .team-img img {
    max-width: 250px;
    min-width: 250px !important;
    min-height: 100px !important; }

  .team .overlay {
    max-width: 250px;
    min-width: 250px !important;
    min-height: 100px !important; }

  .row#contact {
    background-image: none !important; }
  .row#testimonial {
    background-image: none !important; }

  .copy {
    float: none;
    display: block;
    width: 100%;
    margin: 0; }
    .copy p {
      text-align: center; }

  .foot-col-right {
    width: 100%; }
    .foot-col-right a {
      width: 100%;
      float: none; }

  .service-card {
    width: 100% !important; }

  .vc_custom_1416327856322 {
    padding-left: 15px !important; }

  .contact-num {
    max-width: 200px;
    font-size: 11px;
    padding: 0; }

  .safety {
    padding-top: 0px;
    line-height: 10px; }

  .home h2 {
    font-size: 32px; }
  .home p {
    font-size: 16px; }
  .home .testimonial-content {
    font-size: 18px; }
  .home .img-col {
    padding-left: 15px !important; }

  .contact-list {
    padding-left: 50px; } }
@media screen and (max-width: 380px) {
  .row#about .abt-vid {
    height: 200px; }

  .contact-list {
    padding-left: 20px !important; }

  .row.opportunities {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .row.opportunities .opp-vid {
      height: 200px; }

  .home #about .vc_inner {
    padding: 0px !important; }

  .wpcf7-form .wpcf7-form-control-wrap input {
    max-width: 100%; }
  .wpcf7-form .wpcf7-form-control-wrap textarea {
    max-width: 100%; } }
