﻿a {
  -webkit-user-drag: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
body {
  position: relative;
  overflow-x: hidden;
}
body .container-fluid {
  margin: 0 0 6px;
  padding: 0;
}
header {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
}
header > #site-menu {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 20px 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
header > #site-menu > #firm-brand,
header > #site-menu ul#nav-product-links {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header > #site-menu > #firm-brand {
  height: 50px;
  background-image: url('../Images/logo-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
header > #site-menu > #firm-brand > a {
  position: relative;
  padding-left: 40px;
  font-size: 28.75px;
}
header > #site-menu > #firm-brand > a > span {
  color: #212121;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  right: 0;
}
header > #site-menu > #firm-brand > a:hover > span {
  color: #212121;
}
header > #site-menu > ul#nav-product-links,
header > #site-menu ul#nav-contact-links {
  margin-left: 60px;
  list-style: none;
  clear: right;
}
header > #site-menu > ul#nav-product-links > li,
header > #site-menu ul#nav-contact-links > li {
  margin-left: 15px;
  display: inline;
  position: relative;
}
header > #site-menu > ul#nav-product-links > li > ul,
header > #site-menu ul#nav-contact-links > li > ul {
  display: none;
  list-style: none;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 980;
  margin: 15px 0 0;
  padding: 12px 8px;
  min-width: 190px;
  width: 100%;
  background-color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
}
header > #site-menu > ul#nav-product-links > li > ul > li,
header > #site-menu ul#nav-contact-links > li > ul > li {
  height: 25px;
}
header > #site-menu > ul#nav-product-links > li > ul > li > a,
header > #site-menu ul#nav-contact-links > li > ul > li > a {
  line-height: 25px;
}
header > #site-menu > ul#nav-product-links > li:first-child,
header > #site-menu ul#nav-contact-links > li:first-child {
  margin-left: 0;
}
header > #site-menu > ul#nav-product-links > li.open > ul,
header > #site-menu ul#nav-contact-links > li.open > ul {
  display: block;
}
header > #site-menu > #firm-brand,
header > #site-menu ul#nav-product-links > li,
header > #site-menu ul#nav-contact-links > li {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 18.57142857px;
  font-weight: 300;
}
header > #site-menu > #firm-brand > a,
header > #site-menu ul#nav-product-links > li > a,
header > #site-menu ul#nav-contact-links > li > a,
header > #site-menu > #firm-brand a:visited,
header > #site-menu ul#nav-product-links > li a:visited,
header > #site-menu ul#nav-contact-links > li a:visited {
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #212121;
}
header > #site-menu > #firm-brand > a > span.glyphicon,
header > #site-menu ul#nav-product-links > li > a > span.glyphicon,
header > #site-menu ul#nav-contact-links > li > a > span.glyphicon,
header > #site-menu > #firm-brand a:visited > span.glyphicon,
header > #site-menu ul#nav-product-links > li a:visited > span.glyphicon,
header > #site-menu ul#nav-contact-links > li a:visited > span.glyphicon {
  font-weight: 300;
  font-size: 13px;
}
header > #site-menu > #firm-brand > a:hover,
header > #site-menu ul#nav-product-links > li > a:hover,
header > #site-menu ul#nav-contact-links > li > a:hover,
header > #site-menu > #firm-brand a:visited:hover,
header > #site-menu ul#nav-product-links > li a:visited:hover,
header > #site-menu ul#nav-contact-links > li a:visited:hover,
header > #site-menu > #firm-brand > a:focus,
header > #site-menu ul#nav-product-links > li > a:focus,
header > #site-menu ul#nav-contact-links > li > a:focus,
header > #site-menu > #firm-brand a:visited:focus,
header > #site-menu ul#nav-product-links > li a:visited:focus,
header > #site-menu ul#nav-contact-links > li a:visited:focus {
  color: #26c6da;
  text-decoration: none;
}
header > #site-menu ul#nav-contact-links > li {
  font-size: 12.85714286px;
  font-weight: 300;
  margin-left: 5px;
}
header > #site-menu ul#nav-contact-links > li > a,
header > #site-menu ul#nav-contact-links > li a:visited {
  color: #7ddde9;
}
header > #site-menu ul#nav-contact-links > li:first-child {
  margin-left: 0;
}
header.nav-fixed {
  position: fixed;
}
header.nav-fixed > #site-menu {
  background-color: rgba(255, 255, 255, 0.99);
  width: 100%;
  padding: 10px 40px;
  border-bottom: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 12px;
}
section {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 10px;
}
section.section-padding {
  padding-top: 90px;
}
section.section-padding .page-header {
  padding-bottom: 9px;
  margin: 5px 0 10px;
  border-bottom: 1px solid #26c6da;
}
section.section-padding .page-header > h1,
section.section-padding .page-header small {
  font-weight: 300;
}
section.light {
  background-color: #FFFFFF;
}
section.lightness {
  background-color: #455A64;
}
section.gradient {
  background-image: url('../Images/section-bg.jpg');
}
section.catalog-image {
  position: relative;
}
section.catalog-image > div:first-child {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.catalog-image::before {
  padding-top: 52%;
}
section.about-us h3 {
  margin: 0;
  padding: 0 0 15px;
  text-indent: 25px;
  color: #26c6da;
  font-weight: 300;
}
section.about-us p {
  text-align: justify;
  font-weight: 300;
  text-indent: 25px;
}
section.bg-left-top {
  background-position: left top;
}
section.bg-left-center {
  background-position: left center;
}
section.bg-left-bottom {
  background-position: left bottom;
}
section.bg-right-top {
  background-position: right top;
}
section.bg-right-center {
  background-position: right center;
}
section.bg-right-bottom {
  background-position: right bottom;
}
section > .product-thumbs * {
  border: none;
}
section > .product-thumbs * > .product-thumb {
  margin-bottom: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
section > .product-thumbs * > .product-thumb > .product-image,
section > .product-thumbs * > .product-thumb .product-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section > .product-thumbs * > .product-thumb > .product-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -moz-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  -o-transform-origin: 50% 80%;
  -webkit-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -moz-transition: transform 100ms ease-out;
  -o-transition: transform 100ms ease-out;
  -webkit-transition: transform 100ms ease-out;
  transition: transform 100ms ease-out;
}
section > .product-thumbs * > .product-thumb > .product-info {
  white-space: nowrap;
  font-weight: 300;
  padding: 55px;
}
section > .product-thumbs * > .product-thumb > .product-info > h2 {
  font-weight: 400;
  color: #212121;
  font-size: 20px;
}
section > .product-thumbs * > .product-thumb > .product-info > p {
  color: #26c6da;
  font-size: 14px;
}
section > .product-thumbs * > .product-thumb > .product-info > p.prd-info-text {
  text-indent: 25px;
  padding: 20px 5px 0;
  white-space: pre-wrap;
  color: #212121;
}
section > .product-thumbs * > .product-thumb > .play-button {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url('blueimp/img/video-play.png') center no-repeat;
  opacity: .8;
  cursor: pointer;
}
section > .product-thumbs * > .product-thumb::before {
  content: ' ';
  display: block;
  margin-top: 100%;
}
section > .product-thumbs * > .product-thumb:hover > .product-image {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
section > .product-thumbs *:hover > .product-thumb > .product-info > p {
  color: #52d1e1;
}
section > .product-thumbs * .product-thumb-xs::before {
  content: ' ';
  display: block;
  margin-top: 50%;
}
section > .product-thumbs .product-specs > .information-texts {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  color: #FFFFFF;
  overflow: hidden;
}
section > .product-thumbs .product-specs > .information-texts > h1 {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
}
section > .product-thumbs .product-specs > .information-texts > .product-info > b {
  line-height: 35px;
}
section > .product-thumbs .product-specs > .information-texts > .product-info > p {
  text-align: justify;
  font-size: 12px;
}
section > .product-thumbs .product-specs::before {
  background-color: #455A64;
  display: block;
  content: ' ';
  padding-top: 100%;
}
section > .product-thumbs .product-specs-xs::before {
  display: block;
  padding-top: 50%;
}
section > .product-thumbs .product-specs-x2::before {
  display: block;
  padding-top: 201%;
}
section > .home-thumbs {
  /*max-width: 900px;*/
}
section > .home-thumbs .product-thumb {
  padding: 0 50px 30px;
}
section > .home-thumbs .product-thumb > h2 {
  font-size: 16.25px;
  color: #26c6da;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 10px;
}
section > .home-thumbs:first-child {
  margin-top: 90px;
}
section > .home-contact-info {
  padding: 25px 150px 5px;
  color: #FFFFFF;
}
section > .home-contact-info a,
section > .home-contact-info a:visited {
  color: #FFFFFF;
}
section#home-slider {
  position: relative;
}
section#home-slider > .home-slider-info {
  z-index: 5;
  height: 250px;
  width: 650px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 20%;
}
section#home-slider > .home-slider-info > h1 {
  font-size: 72px;
  margin-bottom: 30px;
  color: #26c6da;
  font-weight: 300;
}
section#home-slider > .home-slider-info > h1.light {
  color: #FFFFFF;
}
section#home-slider > .home-slider-info > p {
  max-width: 400px;
  font-weight: 300;
  text-indent: 25px;
}
section#home-slider > .home-slider-info > p.light {
  color: #FFFFFF;
}
section#home-slider > .home-slider-info > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#home-slider > .home-slider-info > ul > li {
  width: 120px;
  display: inline-block;
}
section#home-slider > .home-slider-info > ul > li > a,
section#home-slider > .home-slider-info > ul > li a:visited {
  display: block;
}
section#home-slider > .home-slider-info > ul > li > a > span.glyphicon,
section#home-slider > .home-slider-info > ul > li a:visited > span.glyphicon {
  margin-right: 4px;
  width: 34px;
  height: 34px;
  padding: 10px;
  background-color: #26c6da;
  color: #FFFFFF;
  border-radius: 50%;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#home-slider > .home-slider-info > ul > li:first-child {
  margin-right: 20px;
}
section#home-slider > .home-slider-info > ul > li:hover > a > span.glyphicon {
  margin-right: 12px;
}
section.menu-pad {
  padding-top: 60px;
}
section > #brand-slogan {
  font-size: 52px;
  font-weight: 300;
  line-height: 70px;
  padding: 25px 0;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
section.information-texts {
  padding: 50px;
  overflow: hidden;
}
section.information-texts > p {
  text-align: justify;
  text-indent: 25px;
  margin-bottom: 20px;
  font-weight: 300;
}
section#servo-automat-video {
  background-color: #1b1b1b;
  /*max-height: 510px;*/
  margin: 0;
  padding: 0;
}
section#servo-automat-video #youtube-player {
  display: block;
  max-width: 854px;
  max-height: 510px;
  width: 100%;
  margin: 0 auto 0;
  float: none;
}
section #videos {
  max-width: 854px;
  margin: 20px auto;
}
section #videos > a,
section #videos a:visited {
  display: block;
  margin: 0 0 10px;
}
section #videos > a > img,
section #videos a:visited > img {
  border: solid 0 transparent;
}
section #videos > a > h3,
section #videos a:visited > h3 {
  display: block;
  margin: 5px 0;
  padding: 0 0 5px 0;
  font-size: 13.75px;
  color: #26c6da;
  vertical-align: middle;
  font-weight: 400;
  line-height: 20px;
  min-height: 20px;
}
section #videos > a > h3 > span,
section #videos a:visited > h3 > span {
  font-size: 13.75px;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #8EA0A2;
}
section #videos > a > h3 > span.brand-name,
section #videos a:visited > h3 > span.brand-name {
  font-weight: 500;
  font-size: 15.71428571px;
  color: #26c6da;
  display: block;
}
section #videos > a > h3:hover > span,
section #videos a:visited > h3:hover > span {
  color: #CE2429;
}
section #videos > a:hover > h3,
section #videos a:visited:hover > h3,
section #videos > a .active > h3,
section #videos a:visited .active > h3 {
  color: #26c6da;
}
section.spec-table h1 {
  margin: 25px 0 10px;
  padding: 0;
  font-size: 22.5px;
  font-weight: 300;
}
section.spec-table table {
  margin: 0 0 35px;
  padding: 0;
  font-size: 13.75px;
}
section.spec-table table > thead > tr > th {
  font-weight: 500;
}
section.spec-table table > tbody > tr > th {
  font-weight: 500;
}
section.spec-table table tr:hover {
  background-color: #eefbfc;
}
footer {
  min-height: 50px;
  background: #fcfcfc;
  border-top: 1px solid #e1e1e1;
  padding: 24px 24px 14px 24px;
  width: 100%;
}
footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-links > li {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  margin-right: 15px;
}
footer .footer-links > li:last-child {
  margin-right: 0;
}
#map-canvas,
#contact-form {
  min-height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  header > #site-menu {
    width: 100%;
    padding: 12.5px 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  header > #site-menu > #firm-brand,
  header > #site-menu ul#nav-product-links {
    margin: 0;
    padding: 0;
  }
  header > #site-menu > #firm-brand {
    height: 50px;
  }
  header > #site-menu > #firm-brand > a {
    padding-left: 40px;
  }
  header > #site-menu > #firm-brand > a > span {
    font-size: 7.5px;
    position: absolute;
    bottom: -18px;
    right: 0;
  }
  header > #site-menu > #firm-brand > a:hover > span {
    color: #212121;
  }
  header > #site-menu > ul#nav-product-links,
  header > #site-menu ul#nav-contact-links {
    margin-left: 37.5px;
  }
  header > #site-menu > ul#nav-product-links > li,
  header > #site-menu ul#nav-contact-links > li {
    margin-left: 9.375px;
  }
  header > #site-menu > #firm-brand,
  header > #site-menu ul#nav-product-links > li,
  header > #site-menu ul#nav-contact-links > li {
    height: 35px;
    line-height: 35px;
    font-size: 16.25px;
  }
  header > #site-menu > #firm-brand > a:hover,
  header > #site-menu ul#nav-product-links > li > a:hover,
  header > #site-menu ul#nav-contact-links > li > a:hover,
  header > #site-menu > #firm-brand a:visited:hover,
  header > #site-menu ul#nav-product-links > li a:visited:hover,
  header > #site-menu ul#nav-contact-links > li a:visited:hover,
  header > #site-menu > #firm-brand > a:focus,
  header > #site-menu ul#nav-product-links > li > a:focus,
  header > #site-menu ul#nav-contact-links > li > a:focus,
  header > #site-menu > #firm-brand a:visited:focus,
  header > #site-menu ul#nav-product-links > li a:visited:focus,
  header > #site-menu ul#nav-contact-links > li a:visited:focus {
    color: #26c6da;
  }
  header > #site-menu ul#nav-contact-links > li {
    font-size: 11.25px;
    margin-left: 5px;
  }
  header > #site-menu ul#nav-contact-links > li:first-child {
    margin-left: 0;
  }
  header.nav-fixed > #site-menu {
    padding: 6.25px 25px;
    border-bottom: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 12px;
  }
  section#home-slider {
    position: relative;
  }
  section#home-slider > .home-slider-info {
    z-index: 5;
    height: 250px;
    width: 40%;
  }
  section#home-slider > .home-slider-info > h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #26c6da;
    font-weight: 300;
  }
  section#home-slider > .home-slider-info > h1.light {
    color: #FFFFFF;
  }
  section#home-slider > .home-slider-info > p {
    max-width: 300px;
    font-weight: 300;
    text-indent: 16.66666667px;
  }
  section#home-slider > .home-slider-info > p.light {
    color: #FFFFFF;
  }
}
.modal-header,
.modal-footer {
  border: 0 none transparent;
}
.close {
  font-size: 36px;
  font-weight: 300;
}
.close:hover {
  color: #26c6da;
}
footer .lead {
  font-size: 12px;
  margin: 0;
}
footer .lead > .copy-right {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  color: #455A64;
}
#contact-form h2 {
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 20px;
}
#contact-form address {
  padding: 15px 50px;
}
@media only screen and (max-width: 768px) {
  .dl-horizontal > dt {
    width: 35px;
  }
  .dl-horizontal > dd {
    margin-left: 50px;
  }
  section.catalog-image {
    position: relative;
  }
  section.catalog-image > div:first-child {
    position: relative;
    width: 100%;
  }
  section.catalog-image > div:first-child::before {
    display: block;
    content: ' ';
    padding-top: 52%;
  }
  section.catalog-image::before {
    padding-top: 0;
  }
  section #brand-slogan {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
  }
  section > .product-thumbs .product-specs {
    background-color: #455A64;
  }
  section > .product-thumbs .product-specs > .information-texts {
    position: relative;
    left: !important;
    top: !important;
    right: !important;
    bottom: !important;
    padding: 40px;
    color: #FFFFFF;
  }
  section > .product-thumbs .product-specs > .information-texts > h1 {
    margin-top: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
  }
  section > .product-thumbs .product-specs > .information-texts > .product-info > b {
    line-height: 35px;
  }
  section > .product-thumbs .product-specs > .information-texts > .product-info > p {
    font-size: 12px;
  }
  section > .product-thumbs .product-specs::before {
    display: block;
    content: ' ';
    padding-top: 0;
  }
  section > .product-thumbs .product-specs-x2::before {
    display: block;
    padding: 0;
  }
  section > .product-thumbs .product-thumb-xs::before {
    display: none;
    padding: 0;
    content: ' ';
    margin-top: 50%;
  }
  section#home-slider {
    position: relative;
  }
  section#home-slider > .home-slider-info {
    z-index: 5;
    height: 250px;
    width: 80%;
    position: relative;
    left: !important;
    right: !important;
    top: !important;
  }
  section#home-slider > .home-slider-info > h1 {
    font-size: 28.8px;
    margin-bottom: 30px;
    color: #26c6da;
    font-weight: 300;
  }
  section#home-slider > .home-slider-info > h1.light {
    color: #26c6da;
  }
  section#home-slider > .home-slider-info > p {
    font-weight: 300;
    text-indent: 10px;
  }
  section#home-slider > .home-slider-info > p.light {
    color: !important;
  }
  section > .home-contact-info {
    padding: 25px 10px 5px;
    color: #FFFFFF;
  }
  section > .home-contact-info a,
  section > .home-contact-info a:visited {
    color: #FFFFFF;
  }
}
.navbar {
  border: none;
  position: relative;
}
.navbar .icon-bar {
  background-color: #26c6da;
}
.navbar > .navbar-header {
  background-color: #1a8b99;
}
.navbar > .navbar-header > #xs-firm-brand {
  display: block;
  height: 40px;
  width: 125px;
  margin: 5px auto;
  background-image: url('../Images/logo-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  line-height: 35px;
  vertical-align: middle;
  font-size: 18.57142857px;
  font-weight: 300;
}
.navbar > .navbar-header > #xs-firm-brand > a {
  position: relative;
  padding-left: 45px;
  color: #FFFFFF;
  font-size: 22.5px;
}
.navbar > .navbar-header > #xs-firm-brand > a > span {
  color: #e1e1e1;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  right: 0;
}
.navbar > .navbar-header > #xs-firm-brand > a:hover > span {
  color: #212121;
}
.navbar > #xs-site-nav {
  margin-top: 50px;
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar > #xs-site-nav.open {
  width: 300px;
  left: 0;
  top: 0;
  bottom: 0;
}
.navbar > #xs-site-nav > ul {
  display: block;
  list-style: none;
}
.navbar > #xs-site-nav > ul > li > a {
  line-height: 35px;
}
.navbar > #xs-site-nav > ul > li > ul {
  list-style: none;
  margin: 15px 0 0 15px;
  padding: 0;
}
.navbar > #xs-site-nav > ul > li > ul > li {
  height: 25px;
}
.navbar > #xs-site-nav > #xs-nav-contact-links > li {
  display: inline-block;
}
.navbar > #xs-site-nav > #xs-nav-contact-links > li:first-child {
  margin-right: 15px;
}
#fabric {
  margin-top: 40px;
  margin-left: 15px;
}
/*# sourceMappingURL=Site.css.map */