body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #d46a03;
  font-size: 19px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

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

a:hover {
  color: #fa7f07;
  text-shadow: 1px 1px 6px rgba(250, 127, 7, .5);
}

a:active {
  color: #333;
  text-shadow: none;
}

.top-bar {
  height: 10px;
  background-color: #000;
}

.footer-background {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, .8);
  color: hsla(0, 0%, 100%, .7);
  font-size: 13px;
}

.footer {
  font-size: 13px;
}

.hero-background {
  background-color: transparent;
}

.hero-background:active {
  color: #d46a03;
}

.navbar {
  background-color: transparent;
}

.navigation-background {
  padding-top: 20px;
}

.sidebar {
  min-height: 550px;
  margin-top: 5px;
  padding: 30px;
  background-color: #dddad7;
  background-image: url('../images/cables-icon-fots-diagonal.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, .7);
}

.sidebar-quotes {
  margin-bottom: 20px;
  color: #000;
  font-size: 21px;
  line-height: 150%;
  font-weight: 300;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #fa7f07;
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
}

.nav-link:hover {
  color: #000;
  text-shadow: none;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.last-nav-link {
  padding-right: 0px;
  padding-left: 10px;
}

.nav-link.last-nav-link.w--current {
  color: #000;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.logos-background {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, .05);
}

.telephone {
  margin-top: 1px;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  text-align: right;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.link-block:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.footer-link {
  color: hsla(0, 0%, 100%, .7);
}

.footer-link:hover {
  text-shadow: none;
}

.footer-link:active {
  color: hsla(0, 0%, 100%, .7);
}

.sidebar-subheading {
  font-weight: 600;
}

.nav-icon {
  margin-right: 5px;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, .7);
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:active {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fa7f07;
}

.preferred-equipment-section {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.photo-right-float {
  margin-left: 20px;
  float: right;
}

.photo-space-below {
  margin-bottom: 10px;
}

.unordered-list {
  font-size: 15px;
}

.body {
  font-size: 15px;
}

.sidebar-submenu {
  margin-bottom: 20px;
}

.button-link {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 30px;
  background-color: #fa7f07;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-link:hover {
  color: #fff;
}

.button-link:active {
  color: #000;
}

.submit-button {
  border-radius: 10px;
  background-color: #fba550;
}

.form {
  margin-right: 50px;
}

.testimonial-div {
  margin-right: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-style: none;
  font-style: italic;
}

.testimonial-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-style: normal;
}

.testimonial-logo-links {
  margin-right: 20px;
  float: left;
}

.photo-gallery {
  min-height: 600px;
  background-color: transparent;
}

.lightbox-link {
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}

.click-on-thumbnails-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}

.telephone-link {
  color: #333;
}

.telephone-link:hover {
  color: #fa7f07;
}

.telephone-link:active {
  color: #333;
}

.heading-1-less-space-after {
  margin-bottom: 5px;
}

.linkedin {
  margin-top: 10px;
}

.consent-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .sidebar {
    min-height: 0px;
    margin-top: 25px;
    padding-right: 120px;
    padding-left: 120px;
    text-align: center;
  }
  .sidebar-quotes {
    font-size: 18px;
  }
  .nav-link {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
  }
  .nav-link:hover {
    color: #fa7f07;
  }
  .nav-link:active {
    color: #fff;
  }
  .nav-link.w--current {
    color: #fa7f07;
  }
  .nav-link.last-nav-link {
    padding-left: 0px;
  }
  .nav-link.dropdown {
    padding-right: 0px;
  }
  .logos-background {
    margin-top: 10px;
  }
  .telephone {
    margin-bottom: 0px;
  }
  .menu-icon {
    font-size: 50px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }
  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .8);
  }
  .nav-icon {
    margin-right: 250px;
  }
  .dropdown-link {
    text-align: center;
  }
  .dropdown-link.w--current {
    color: #fa7f07;
  }
  .lightbox-link {
    margin-right: 40px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-background {
    text-align: center;
  }
  .sidebar {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    text-align: center;
  }
  .telephone {
    margin-right: 20px;
    font-size: 21px;
  }
  .nav-icon {
    margin-right: 160px;
  }
  .photo-gallery {
    padding-left: 40px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .linkedin {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .fots-logo {
    padding-right: 25px;
  }
  .sidebar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .telephone {
    display: block;
    margin-top: 110px;
    margin-right: 0px;
    padding-left: 0px;
    line-height: 140%;
    text-align: center;
  }
  .menu-button {
    margin-top: -190px;
  }
  .nav-icon {
    margin-right: 75px;
  }
  .photo-gallery {
    padding-left: 0px;
    text-align: center;
  }
  .lightbox-link {
    margin-right: 0px;
  }
  .click-on-thumbnails-text {
    padding-right: 50px;
    padding-left: 50px;
  }
}

