/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'BentonSansRegular';
  src: url("../fonts/BentonSansRegular.eot");
  src: url("../fonts/BentonSansRegular.eot") format("embedded-opentype"), url("../fonts/BentonSansRegular.woff2") format("woff2"), url("../fonts/BentonSansRegular.woff") format("woff"), url("../fonts/BentonSansRegular.ttf") format("truetype"), url("../fonts/BentonSansRegular.svg#BentonSansRegular") format("svg");
}
@font-face {
  font-family: 'BentonSansBlack';
  src: url("../fonts/BentonSansBlack.eot");
  src: url("../fonts/BentonSansBlack.eot") format("embedded-opentype"), url("../fonts/BentonSansBlack.woff2") format("woff2"), url("../fonts/BentonSansBlack.woff") format("woff"), url("../fonts/BentonSansBlack.ttf") format("truetype"), url("../fonts/BentonSansBlack.svg#BentonSansBlack") format("svg");
}
@font-face {
  font-family: 'BentonSansBold';
  src: url("../fonts/BentonSansBold.eot");
  src: url("../fonts/BentonSansBold.eot") format("embedded-opentype"), url("../fonts/BentonSansBold.woff2") format("woff2"), url("../fonts/BentonSansBold.woff") format("woff"), url("../fonts/BentonSansBold.ttf") format("truetype"), url("../fonts/BentonSansBold.svg#BentonSansBold") format("svg");
}
/********************* MIXINS ************************************/
/* @include pseudo; */
/* @include input-placeholder {
   color: $grey;
} */
/* @include linx(white, blue, green, red); */
/* @include border-radius(10px); */
/* @include transition(background-color 1s .5s); */
/********************* /MIXINS ************************************/
/********************* VARIABLES **********************************/
/********************* /VARIABLES *********************************/
/*********************************************************************************************************************************/
/* line 80, ../sass/_common.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "BentonSansRegular";
}

/* line 90, ../sass/_common.scss */
p {
  font-family: "BentonSansRegular";
  font-size: 1rem;
  line-height: 1.5rem;
  color: #403f3f;
  text-align: justify;
}

/* line 99, ../sass/_common.scss */
a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 104, ../sass/_common.scss */
h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: "BentonSansBold";
}
h6{
	font-family: "BentonSansBold";
	line-height: 1.5;
}
/* line 111, ../sass/_common.scss */
h2.common {
  color: #000000;
}
h6.common {
  color: #000000;
}
/* line 114, ../sass/_common.scss */
h2.common:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #2884da;
  display: block;
  margin: 25px 0 30px 0;
}

/* line 129, ../sass/_common.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 134, ../sass/_common.scss */
.scrollTop {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: fixed;
  bottom: 3%;
  right: 3.5%;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow.png) center no-repeat #2884da;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 150, ../sass/_common.scss */
.scrollTop:hover {
  background: url(../images/arrow.png) center no-repeat #e0202f;
}

/* line 156, ../sass/_common.scss */
.border-button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  border-radius: 4px;
  display: block;
  max-width: 180px;
  font-size: 16px;
  padding: 15px 30px;
  position: relative;
  text-transform: none;
  text-decoration: none;
  text-align: center;
}
/* line 169, ../sass/_common.scss */
.border-button::after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
/* line 180, ../sass/_common.scss */
.border-button::before {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
/* line 186, ../sass/_common.scss */
.border-button:hover {
  text-decoration: none;
}
/* line 188, ../sass/_common.scss */
.border-button:hover:after {
  width: 100%;
}
/* line 193, ../sass/_common.scss */
.border-button.center {
  margin: 30px auto;
}
/* line 198, ../sass/_common.scss */
.border-button.left {
  margin: 30px 0;
}
/* line 203, ../sass/_common.scss */
.border-button.white {
  border: 2px solid #fff;
  color: #fff;
}
/* line 207, ../sass/_common.scss */
.border-button.white::after {
  background: #fff;
}
/* line 210, ../sass/_common.scss */
.border-button.white::before {
  background: #fff;
}
/* line 213, ../sass/_common.scss */
.border-button.white:hover {
  color: #000000;
}
/* line 218, ../sass/_common.scss */
.border-button.blue {
  border: 2px solid #2884da;
  color: #2884da;
}
/* line 222, ../sass/_common.scss */
.border-button.blue::after {
  background: #2884da;
}
/* line 225, ../sass/_common.scss */
.border-button.blue::before {
  background: #2884da;
}
/* line 228, ../sass/_common.scss */
.border-button.blue:hover {
  color: #fff;
}
/* line 233, ../sass/_common.scss */
.border-button.orange {
  border: 2px solid #e87c00;
  color: #e87c00;
}
/* line 237, ../sass/_common.scss */
.border-button.orange::after {
  background: #e87c00;
}
/* line 240, ../sass/_common.scss */
.border-button.orange::before {
  background: #e87c00;
}
/* line 243, ../sass/_common.scss */
.border-button.orange:hover {
  color: #fff;
}

/* line 249, ../sass/_common.scss */
.iframe-video-wrapper {
  background-size: cover !important;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border: none;
}
/* line 260, ../sass/_common.scss */
.iframe-video-wrapper:hover:before, .iframe-video-wrapper:focus:before {
  background-color: #ff0000;
}
/* line 264, ../sass/_common.scss */
.iframe-video-wrapper:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 100px;
  position: absolute;
  right: calc(50% + 13px);
  box-sizing: content-box;
  top: calc(50% - 50px);
  transform: translate(50%);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.15s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  display: block;
  text-align: center;
}
/* line 284, ../sass/_common.scss */
.iframe-video-wrapper .iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
/* line 291, ../sass/_common.scss */
.iframe-video-wrapper .iframe-video.displayed {
  width: 100%;
  height: 100%;
}

/* line 298, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 305, ../sass/_common.scss */
.section {
  padding: 100px 0;
}

/* line 310, ../sass/_common.scss */
.clear {
  width: 100%;
  display: inline-block;
  height: 1px;
  clear: both;
}

/* line 318, ../sass/_common.scss */
.under-construction {
  width: 90%;
  max-width: 1000px;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 330, ../sass/_common.scss */
.header {
  width: 100%;
  height: auto;
  padding: 15px 0 0 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
/* line 337, ../sass/_common.scss */
.header .container-fluid {
  width: 100%;
}
/* line 344, ../sass/_common.scss */
.header.float-panel.fixed .top-strip {
  display: none;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 348, ../sass/_common.scss */
.header.float-panel.fixed .top-strip.m-hide.m-show {
  display: block;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 354, ../sass/_common.scss */
.header.float-panel.fixed .navbar-default {
  padding: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 361, ../sass/_common.scss */
.header .top-strip {
  width: 100%;
}
/* line 364, ../sass/_common.scss */
.header .top-strip ul.contact-info {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
/* line 372, ../sass/_common.scss */
.header .top-strip ul.contact-info li {
  display: inline-block;
  margin-right: 15px;
  color: #000000;
  font-size: 14px;
}
/* line 379, ../sass/_common.scss */
.header .top-strip ul.contact-info li a {
  display: inline;
  color: #000000;
  text-decoration: none;
}
/* line 386, ../sass/_common.scss */
.header .top-strip ul.contact-info li:last-child {
  margin-right: 0;
}
/* line 391, ../sass/_common.scss */
.header .top-strip ul.contact-info li .fa {
  color: #2884da;
  margin-left: 10px;
  font-size: 18px;
}
/* line 400, ../sass/_common.scss */
.header .top-strip ul.links {
  width: calc(100% - 150px);
  display: inline-block;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
/* line 408, ../sass/_common.scss */
.header .top-strip ul.links li {
  display: inline-block;
  margin-right: 15px;
  color: #000000;
  font-size: 14px;
}
/* line 415, ../sass/_common.scss */
.header .top-strip ul.links li a {
  display: inline;
  color: #000000;
  text-decoration: underline;
}
/* line 421, ../sass/_common.scss */
.header .top-strip ul.links li a:hover {
  color: #2884da;
}
/* line 427, ../sass/_common.scss */
.header .top-strip ul.links li:last-child {
  margin-right: 0;
}
/* line 432, ../sass/_common.scss */
.header .top-strip ul.links li .fa {
  color: #2884da;
  margin-left: 10px;
}
/* line 440, ../sass/_common.scss */
.header .top-strip ul.social {
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: right;
  width: auto;
  max-width: 150px;
}
/* line 448, ../sass/_common.scss */
.header .top-strip ul.social li {
  display: inline-block;
  margin: 0 15px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 454, ../sass/_common.scss */
.header .top-strip ul.social li:last-child {
  margin-right: 0;
}
/* line 461, ../sass/_common.scss */
.header .top-strip ul.social li:hover a {
  color: #2884da;
}
/* line 467, ../sass/_common.scss */
.header .top-strip ul.social li a {
  color: #000000;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 480, ../sass/_common.scss */
.header .bottom-strip {
  width: 100%;
  background: #2884da;
}
/* line 486, ../sass/_common.scss */
.header .bottom-strip .show-text {
  width: 140px;
  display: inline-block;
  float: left;
  line-height: 30px;
  color: #fff;
  padding: 5px 0;
}
/* line 496, ../sass/_common.scss */
.header .bottom-strip .marquee-component {
  width: calc(100% - 140px);
  display: inline-block;
  line-height: 30px;
  color: #fff;
  padding: 5px 20px;
  transform: skew(20deg);
  background: #1d4e85;
  height: 42px;
}
/* line 505, ../sass/_common.scss */
.header .bottom-strip .marquee-component marquee {
  transform: skew(-20deg);
}
/* line 512, ../sass/_common.scss */
.header .bottom-strip .search {
  padding: 5px 0;
}
/* line 515, ../sass/_common.scss */
.header .bottom-strip .search input {
  width: calc(100% - 50px);
  display: inline-block;
  border: none;
  background: transparent;
  line-height: 30px;
  color: #fff;
}
/* line 524, ../sass/_common.scss */
.header .bottom-strip .search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
/* line 527, ../sass/_common.scss */
.header .bottom-strip .search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 530, ../sass/_common.scss */
.header .bottom-strip .search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/* line 533, ../sass/_common.scss */
.header .bottom-strip .search input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* line 537, ../sass/_common.scss */
.header .bottom-strip .search button {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/search-btn.jpg) center center no-repeat;
  display: inline-block;
  float: right;
  border: none;
}
/* line 552, ../sass/_common.scss */
.header .navbar-toggle {
  margin-top: 16px;
}
/* line 558, ../sass/_common.scss */
.header .navbar-default {
  background-image: linear-gradient(to bottom, #ccdfeb, #d8e4ef, #e2eaf3, #ecf0f7, #f5f6fa, #f9f9fc, #fcfcfd, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 15px 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 567, ../sass/_common.scss */
.header .navbar-brand {
  width: 165px;
  height: auto;
  margin-right: 30px;
}
/* line 572, ../sass/_common.scss */
.header .navbar-brand img {
  width: 100%;
}
/* line 577, ../sass/_common.scss */
.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:focus, .header .navbar-default .navbar-nav > .open > a:hover {
  color: #e87c00 !important;
  background: transparent;
}
/* line 581, ../sass/_common.scss */
.header .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: #e0202f;
}
/* line 586, ../sass/_common.scss */
.header .dropdown-menu:hover {
  background-color: #e0202f;
}
/* line 590, ../sass/_common.scss */
.header .dropdown-menu li {
  background-color: #e0202f;
}
/* line 593, ../sass/_common.scss */
.header .dropdown-menu li:hover {
  background-color: #000000;
}
/* line 597, ../sass/_common.scss */
.header .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
}
/* line 603, ../sass/_common.scss */
.header .dropdown-menu li a:hover {
  text-decoration: none;
  background: transparent;
}
/* line 606, ../sass/_common.scss */
.header .dropdown-menu li a:before, .header .dropdown-menu li a:after {
  display: none;
}
/* line 614, ../sass/_common.scss */
.header .navbar-nav > li .fa {
  margin-left: 10px;
  color: #e0202f;
}
/* line 619, ../sass/_common.scss */
.header .navbar-nav > li.button a {
  background: #e0202f;
  color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
/* line 625, ../sass/_common.scss */
.header .navbar-nav > li.button a .fa {
  color: #fff;
}
/* line 631, ../sass/_common.scss */
.header .main-navigation {
  margin-top: 7px;
  float: right;
}
/* line 637, ../sass/_common.scss */
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:focus, .header .navbar-default .navbar-nav > .active > a:hover {
  color: #e87c00;
  background: transparent;
}
/* line 643, ../sass/_common.scss */
.header .navbar-nav > li {
  margin: 10px 15px 0 15px;
}
/* line 646, ../sass/_common.scss */
.header .navbar-nav > li:last-child {
  margin-right: 0;
}
/* line 652, ../sass/_common.scss */
.header .navbar-nav > li > a {
  padding: 0;
  color: #000000;
  text-transform: none;
  line-height: 36px;
}
/* line 658, ../sass/_common.scss */
.header .navbar-nav > li > a:focus {
  color: #000000;
}

/* line 669, ../sass/_common.scss */
.banner {
  width: 100%;
  height: auto;
}
/* line 674, ../sass/_common.scss */
.banner .main-banner {
  padding: 0;
}
/* line 678, ../sass/_common.scss */
.banner .carousel-indicators {
  bottom: 15%;
}
/* line 682, ../sass/_common.scss */
.banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: none;
  background: #fff;
  margin-bottom: 0;
}
/* line 691, ../sass/_common.scss */
.banner .carousel-indicators li.active {
  background: #e87c00;
  margin-bottom: 0;
}
/* line 699, ../sass/_common.scss */
.banner .carousel-control.right, .banner .carousel-control.left {
  width: 35px;
  height: 65px;
  top: 45%;
}
/* line 706, ../sass/_common.scss */
.banner .carousel-control.right {
  background: url(../images/b-next.png) center top no-repeat;
  right: 1%;
}
/* line 711, ../sass/_common.scss */
.banner .carousel-control.left {
  background: url(../images/b-prev.png) center top no-repeat;
  left: 1%;
}
/* line 717, ../sass/_common.scss */
.banner .carousel-caption {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 25%;
  top: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 728, ../sass/_common.scss */
.banner .carousel .item {
  min-height: 600px;
  height: 100%;
  width: 100%;
  background: url(../images/banner.jpg) center top no-repeat;
  background-size: cover;
}
/* line 751, ../sass/_common.scss */
.banner .carousel-caption h3 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "BentonSansRegular";
  font-size: 2rem;
  line-height: 140%;
}
/* line 759, ../sass/_common.scss */
.banner .caption1 {
  color: #e87c00;
}
/* line 763, ../sass/_common.scss */
.banner .caption2 {
  color: #fff;
}
/* line 767, ../sass/_common.scss */
.banner .carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
/* line 777, ../sass/_common.scss */
.banner .carousel-caption button {
  background-color: #e0202f;
  border-color: #e0202f;
  margin-top: 1em;
}
/* line 783, ../sass/_common.scss */
.banner .carousel-caption h3:first-child {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
/* line 787, ../sass/_common.scss */
.banner .carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 792, ../sass/_common.scss */
.banner .carousel-caption button {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  padding: 15px 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  /* line 804, ../sass/_common.scss */
  .banner .carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    top: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 815, ../sass/_common.scss */
  .banner .banner .carousel-indicators {
    bottom: 10px;
  }
  /* line 819, ../sass/_common.scss */
  .banner .banner .carousel-caption h3.caption2 {
    font-size: 3rem;
  }
}

/* line 827, ../sass/_common.scss */
.industry-solutions {
  width: 100%;
}
/* line 829, ../sass/_common.scss */
.industry-solutions ul.lists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 836, ../sass/_common.scss */
.industry-solutions ul.lists li {
  margin: 15px;
  width: calc(100% / 3 - 33px);
  display: inline-block;
  background: #e87c00;
}
/* line 842, ../sass/_common.scss */
.industry-solutions ul.lists li a {
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  display: block;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 850, ../sass/_common.scss */
.industry-solutions ul.lists li a:after {
  content: "\f054";
  font-family: "FontAwesome";
  float: right;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 858, ../sass/_common.scss */
.industry-solutions ul.lists li a:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 861, ../sass/_common.scss */
.industry-solutions ul.lists li a:hover:after {
  margin-right: -15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 874, ../sass/_common.scss */
.why-igus-motion {
  width: 100%;
  background: url(../images/why-igus-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 30px 0;
}
/* line 880, ../sass/_common.scss */
.why-igus-motion h3 {
  color: #000000;
  font-family: "BentonSansBold";
  line-height: 120%;
  font-size: 36px;
  margin-top: 15px;
}
/* line 889, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 896, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks li {
  margin: 0;
  width: calc(100% / 5 - 3px);
  display: inline-block;
  padding: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 904, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks li:hover {
  background: #fff;
}
/* line 908, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks li figure {
  width: 100%;
  display: block;
}
/* line 912, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks li figure img {
  max-width: 100px;
  position: relative;
  margin: 0 auto;
  display: block;
}
/* line 921, ../sass/_common.scss */
.why-igus-motion ul.icon-blocks li figcaption {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #000000;
  font-family: "BentonSansBold";
  line-height: 120%;
}

/* line 937, ../sass/_common.scss */
.high-performance {
  width: 100%;
  background: url(../images/high-performance.jpg) center top no-repeat fixed;
  background-size: cover;
}
/* line 942, ../sass/_common.scss */
.high-performance h2.white {
  color: #fff;
  font-family: "BentonSansBold";
  line-height: 120%;
}
/* line 947, ../sass/_common.scss */
.high-performance h2.white small {
  width: 100%;
  color: #fff;
  display: block;
}
/* line 955, ../sass/_common.scss */
.high-performance ul.blocks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 962, ../sass/_common.scss */
.high-performance ul.blocks li {
  margin: 15px;
  width: calc(100% / 4 - 33px);
  display: inline-block;
  min-height: 130px;
  position: relative;
}
/* line 970, ../sass/_common.scss */
.high-performance ul.blocks li:first-child {
  background: url(../images/hp-1.png) left center no-repeat #e87c00;
}
/* line 975, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(2) {
  background: url(../images/hp-2.png) left center no-repeat #e87c00;
}
/* line 979, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(3) {
  background: url(../images/hp-3.png) left center no-repeat #e87c00;
}
/* line 983, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(4) {
  background: url(../images/hp-4.png) left center no-repeat #e87c00;
}
/* line 987, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(5) {
  background: url(../images/hp-5.png) left center no-repeat #e87c00;
}
/* line 991, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(6) {
  background: url(../images/hp-6.png) left center no-repeat #e87c00;
}
/* line 995, ../sass/_common.scss */
.high-performance ul.blocks li:nth-child(7) {
  background: url(../images/hp-7.png) left center no-repeat #e87c00;
}
/* line 999, ../sass/_common.scss */
.high-performance ul.blocks li:last-child {
  background: #403f3f;
}
/* line 1004, ../sass/_common.scss */
.high-performance ul.blocks li a {
  width: 100%;
  display: block;
  text-align: right;
  margin: 10px 0;
  color: #fff;
  font-family: "BentonSansBold";
  line-height: 120%;
  position: absolute;
  bottom: 0;
  padding: 15px;
}
/* line 1016, ../sass/_common.scss */
.high-performance ul.blocks li a:hover {
  bottom: 10px;
}

/* line 1028, ../sass/_common.scss */
.full-video {
  width: 100%;
  height: auto;
}

/* line 1034, ../sass/_common.scss */
.corporate-video-section {
  width: 100%;
}
/* line 1038, ../sass/_common.scss */
.corporate-video-section h3 {
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
}
/* line 1044, ../sass/_common.scss */
.corporate-video-section p {
  margin: 20px 0;
  color: #fff;
}
/* line 1050, ../sass/_common.scss */
.corporate-video-section .gradient-block {
  padding: 30px;
  background-image: linear-gradient(to right top, #e0202f, #e43e26, #e7551b, #e8690f, #e87c00);
  width: 100%;
}

/* line 1060, ../sass/_common.scss */
.who-we-are-section {
  width: 100%;
  padding-bottom: 100px;
}
/* line 1065, ../sass/_common.scss */
.who-we-are-section .content-block {
  position: relative;
  min-height: 360px;
}
/* line 1070, ../sass/_common.scss */
.who-we-are-section .content-block a {
  position: absolute;
  bottom: 0;
}
/* line 1076, ../sass/_common.scss */
.who-we-are-section h3, h3.common{
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-family: "BentonSansBold";
}
/* line 1083, ../sass/_common.scss */
.who-we-are-section h3.common,h3.common {
  color: #000000;
}

/* line 1086, ../sass/_common.scss */
.who-we-are-section h3.common:after,h3.common:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #2884da;
  display: block;
  margin: 25px 0 30px 0;
}
/* line 1098, ../sass/_common.scss */
.who-we-are-section p,.about p, .section p {
  margin: 0 0 20px 0;
}
.aboutImgB{
	width: 100%;
	max-width: 500px;
	padding-bottom: 100%;
	background: #dcdcdc;
	position: relative;
	margin-top: 50px;
}
.aboutImgB img{
	max-width: 500px;
	width: 100%;
	position: absolute;
	transition: all ease 0.5s;
	transform: translate(50px , -50px);
}
.aboutImgB img:hover{
	transform: translate(0 ,0);
}
.col-about{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
	width: 20%;
}
.row.whyIco{
	min-height: 240px;
	padding-bottom: 40px;
	padding-top: 60px;
	margin-top: 75px;
	background: rgba(231,83,29,1);
	background: -moz-linear-gradient(left, rgba(231,83,29,1) 0%, rgba(232,121,2,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,83,29,1)), color-stop(100%, rgba(232,121,2,1)));
	background: -webkit-linear-gradient(left, rgba(231,83,29,1) 0%, rgba(232,121,2,1) 100%);
	background: -o-linear-gradient(left, rgba(231,83,29,1) 0%, rgba(232,121,2,1) 100%);
	background: -ms-linear-gradient(left, rgba(231,83,29,1) 0%, rgba(232,121,2,1) 100%);
	background: linear-gradient(to right, rgba(231,83,29,1) 0%, rgba(232,121,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7531d', endColorstr='#e87902', GradientType=1 );
	color: #fff;
	text-align: center;
}
.row.whyIco img{
	filter: brightness(0) invert(1);
}
.row.whyIco p{
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.product-header{
	min-height: 120px;
	background-color: #f07d00;
	border-radius: 5px 5px 0 0;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.productItem {
    background: #f0e4d8;
	border-radius: 5px;
	margin-bottom: 32px;
	min-height: 400px;
}
.productItem p{
	text-align: left;
    margin-bottom: 20px;
}
h4.proH{
	color: #fff;
	font-family: "BentonSansBold";
	font-size: 1.25rem;
	text-align: right;
}
.product-btn a, .product-btn a:focus,.product-btn a:hover{
	color: #f07d00;
}
.product-btn a:hover{
	text-decoration: underline;
}
.product-desc,.product-btn{
	padding: 20px;
}
.innerBanner{
	position: relative;
}
.pageHeading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-family: "BentonSansBold";
	color: #fff;
}
/* line 1101, ../sass/_common.scss */
.who-we-are-section p strong {
  font-family: "BentonSansBold";
  width: 100%;
  display: block;
}

/* line 1112, ../sass/_common.scss */
.videos-section {
  width: 100%;
  background: url(../images/video-sec-bg.jpg) center top no-repeat fixed;
  background-size: cover;
}
/* line 1117, ../sass/_common.scss */
.videos-section h2.white {
  color: #fff;
  font-family: "BentonSansBold";
  line-height: 120%;
  text-align: center;
}
/* line 1125, ../sass/_common.scss */
.videos-section h4 {
  color: #fff;
  font-family: "BentonSansBold";
  line-height: 120%;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
/* line 1135, ../sass/_common.scss */
.videos-section .iframe-video-wrapper::before {
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: calc(50% + 1px);
  box-sizing: content-box;
  top: calc(50% - 29px);
  transform: translate(50%);
  color: #fff;
  transition: all 0.15s ease-in-out;
  height: 50px;
  width: 50px;
  background-color: #000000;
  border-radius: 100%;
  display: block;
  text-align: center;
}
/* line 1153, ../sass/_common.scss */
.videos-section .btn-row {
  margin-top: 70px;
}
/* line 1158, ../sass/_common.scss */
.videos-section ul.videos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 1165, ../sass/_common.scss */
.videos-section ul.videos li {
  margin: 15px;
  width: calc(100% / 4 - 33px);
  display: inline-block;
  min-height: 130px;
  position: relative;
}
/* line 1172, ../sass/_common.scss */
.videos-section ul.videos li p {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  font-family: "BentonSansBold";
  line-height: 120%;
  position: absolute;
  bottom: auto;
  transition: all 0.15s ease-in-out;
  top: 100%;
}

/* line 1191, ../sass/_common.scss */
.fast-section {
  width: 100%;

}
/* line 1196, ../sass/_common.scss */
.fast-section h4 {
  color: #403f3f;
  font-family: "BentonSansBold";
  line-height: 120%;
  text-align: left;
  font-size: 30px;
  margin: 30px 0;
}

/* line 1208, ../sass/_common.scss */
.newsletter {
  width: 100%;
  background: #2766b0;
  padding: 60px 0;
  color: #fff;
  margin-top: 150px;
}
/* line 1216, ../sass/_common.scss */
.newsletter:before {
  content: "";
  background: url(../images/city-bg.png) center top no-repeat;
  display: block;
  position: relative;
  height: 290px;
  margin-top: -288px;
}
/* line 1226, ../sass/_common.scss */
.newsletter h2 {
  text-align: left;
  font-family: "BentonSansBold";
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
/* line 1234, ../sass/_common.scss */
.newsletter p {
  color: #fff;
  text-align: left;
}
/* line 1240, ../sass/_common.scss */
.newsletter .newsletterblock {
  margin-top: 20px;
}
/* line 1243, ../sass/_common.scss */
.newsletter .newsletterblock input {
  width: calc(100% - 180px);
  display: inline-block;
  border: none;
  background: #fff;
  line-height: 30px;
  padding: 10px;
}
/* line 1252, ../sass/_common.scss */
.newsletter .newsletterblock input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}
/* line 1255, ../sass/_common.scss */
.newsletter .newsletterblock input::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}
/* line 1258, ../sass/_common.scss */
.newsletter .newsletterblock input:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}
/* line 1261, ../sass/_common.scss */
.newsletter .newsletterblock input:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}
/* line 1265, ../sass/_common.scss */
.newsletter .newsletterblock button {
  width: 180px;
  height: 50px;
  background: #e0202f;
  display: inline-block;
  float: right;
  border: none;
  text-align: center;
  color: #fff;
}

/* line 1284, ../sass/_common.scss */
.footer {
  width: 100%;
  background: url(../images/map-bg.png) center top no-repeat #0d2540;
  padding: 100px 0 0 0 !important;
  line-height: 140%;
  width: 100%;
  display: inline-block;
  padding-top: 50px;
}
/* line 1291, ../sass/_common.scss */
.footer .footer-top {
  width: 100%;
  padding-bottom: 20px;
}
/* line 1297, ../sass/_common.scss */
.footer h2 {
  color: #fff;
  text-align: left;
  font-family: "BentonSansBold";
  font-size: 24px;
  text-align: left;
}
/* line 1310, ../sass/_common.scss */
.footer ul.contact-info {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
/* line 1318, ../sass/_common.scss */
.footer ul.contact-info li {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  width: 100%;
}
/* line 1325, ../sass/_common.scss */
.footer ul.contact-info li a, .footer ul.contact-info li span {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  width: calc(100% - 50px);
}
/* line 1333, ../sass/_common.scss */
.footer ul.contact-info li:last-child {
  margin-right: 0;
}
/* line 1337, ../sass/_common.scss */
.footer ul.contact-info li i {
  width: 30px;
  display: table-cell;
  float: left;
}
/* line 1344, ../sass/_common.scss */
.footer ul.contact-info li .fa {
  color: #fff;
  font-size: 18px;
}
/* line 1352, ../sass/_common.scss */
.footer p {
  color: #fff;
  text-align: right;
}
/* line 1357, ../sass/_common.scss */
.footer ul.quicklinks {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}
/* line 1365, ../sass/_common.scss */
.footer ul.quicklinks li {
  display: block;
  margin: 0 0 15px 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  padding-left: 20px;
}
/* line 1373, ../sass/_common.scss */
.footer ul.quicklinks li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
}
/* line 1384, ../sass/_common.scss */
.footer ul.quicklinks li:last-child {
  margin-bottom: 0;
}
/* line 1391, ../sass/_common.scss */
.footer ul.quicklinks li:hover a {
  color: #fff;
}
/* line 1397, ../sass/_common.scss */
.footer ul.quicklinks li a {
  color: #fff;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1405, ../sass/_common.scss */
.footer ul.social {
  margin: 20px 0;
  padding: 0;
  display: block;
}
/* line 1411, ../sass/_common.scss */
.footer ul.social li {
  display: inline-block;
  margin: 0 25px 0 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1417, ../sass/_common.scss */
.footer ul.social li:last-child {
  margin-right: 0;
}
/* line 1424, ../sass/_common.scss */
.footer ul.social li:hover a {
  color: #fff;
}
/* line 1430, ../sass/_common.scss */
.footer ul.social li a {
  color: #fff;
  text-align: center;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* line 1439, ../sass/_common.scss */
.footer .map-frame {
  width: 100%;
}
/* line 1442, ../sass/_common.scss */
.footer .map-frame iframe {
  width: 100%;
  border: none;
  height: 300px;
}
/* line 1452, ../sass/_common.scss */
.footer .footer-bottom {
  padding: 35px 0;
  background: #0a1b2f;
}
/* line 1456, ../sass/_common.scss */
.footer .footer-bottom p {
  width: auto;
  display: inline;
}
/* line 1462, ../sass/_common.scss */
.footer .footer-bottom .to-left {
  float: left;
}
/* line 1466, ../sass/_common.scss */
.footer .footer-bottom .to-right {
  float: right;
}

/* line 2, ../sass/_innerpages.scss */
.inner-banner {
  min-height: 450px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
/* line 12, ../sass/_innerpages.scss */
.inner-banner iframe {
  height: 450px;
  width: 100%;
  border: none;
}
/* line 19, ../sass/_innerpages.scss */
.inner-banner h1 {
  color: #fff;
  text-align: center;
  font-family: "BentonSansBold";
  font-size: 4rem;
  display: block;
  width: 100%;
  margin-top: 20%;
  text-shadow: 1px 1px 4px #000;
}
/* line 29, ../sass/_innerpages.scss */
.inner-banner h1:after {
  content: "";
  position: relative;
  display: block;
  width: 160px;
  height: 3px;
  background: #e0202f;
  margin: 10px auto;
}

/* line 46, ../sass/_innerpages.scss */
.contact-us {
  width: 100%;
}
/* line 49, ../sass/_innerpages.scss */
.contact-us .fa {
  color: #e0202f;
  font-size: 24px;
  margin: 0 10px 20px 0;
}
/* line 56, ../sass/_innerpages.scss */
.contact-us h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "BentonSansBold";
}
/* line 64, ../sass/_innerpages.scss */
.contact-us ul.contact {
  margin: 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 71, ../sass/_innerpages.scss */
.contact-us ul.contact li {
  margin: 0 0 50px 0;
  width: 100%;
  display: inline-block;
  padding: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
/* line 80, ../sass/_innerpages.scss */
.contact-us ul.contact li span {
  width: 100%;
  font-family: "BentonSansBold";
}
/* line 85, ../sass/_innerpages.scss */
.contact-us ul.contact li p {
  width: 100%;
}
/* line 93, ../sass/_innerpages.scss */
.contact-us .contactform {
  font-family: "BentonSansRegular";
  margin-top: 30px;
}
/* line 98, ../sass/_innerpages.scss */
.contact-us .contactform .form-group {
  margin-bottom: 24px;
}
/* line 101, ../sass/_innerpages.scss */
.contact-us .contactform .form-group label {
  width: 100%;
  margin-bottom: 6px;
}
/* line 107, ../sass/_innerpages.scss */
.contact-us .contactform .form-group input, .contact-us .contactform .form-group textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d4e0e4;
}
/* line 114, ../sass/_innerpages.scss */
.contact-us .contactform .form-group input:focus, .contact-us .contactform .form-group textarea:focus {
  outline: none;
}
/* line 120, ../sass/_innerpages.scss */
.contact-us .contactform .form-group button {
  display: inline-block;
  padding: 20px 60px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  margin-right: 5px;
}
/* line 128, ../sass/_innerpages.scss */
.contact-us .contactform .form-group button.redbtn {
  background: #e0202f;
  color: #fff;
}
/* line 134, ../sass/_innerpages.scss */
.contact-us .contactform .form-group button.lightbtn {
  background: #403f3f;
  color: #fff;
}
/* line 140, ../sass/_innerpages.scss */
.contact-us .contactform .form-group button:hover {
  background: #000000;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  /* line 12, ../sass/_responsive.scss */
  .header .top-strip ul.contact-info li, .header .top-strip ul.links li {
    margin-bottom: 10px;
  }
  /* line 14, ../sass/_responsive.scss */
  .header .main-navigation {
    float: none !important;
  }
  /* line 15, ../sass/_responsive.scss */
  .header .navbar-nav > li {
    margin: 10px 10px 0 10px;
  }

  /* line 19, ../sass/_responsive.scss */
  .corporate-video-section h3 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  /* line 26, ../sass/_responsive.scss */
  .m-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    text-align: center !important;
    float: none !important;
  }

  /* line 36, ../sass/_responsive.scss */
  h2 {
    text-align: center;
  }
  /* line 41, ../sass/_responsive.scss */
  h2.common:after {
    position: relative;
    margin: 25px auto;
  }

  /* line 49, ../sass/_responsive.scss */
  .mainWrapper {
    overflow-x: hidden;
  }

  /* line 53, ../sass/_responsive.scss */
  .navbar-header {
    width: 100%;
  }

  /* line 59, ../sass/_responsive.scss */
  .header .navbar-brand {
    width: 100%;
    height: auto;
    margin: 0;
  }
  /* line 64, ../sass/_responsive.scss */
  .header .navbar-brand img {
    width: 200px;
    position: relative;
    margin: 0 auto;
  }
  /* line 70, ../sass/_responsive.scss */
  .header .main-navigation {
    margin-top: 0;
  }
  /* line 74, ../sass/_responsive.scss */
  .header #navbar li a:before, .header .header #navbar li a:after {
    bottom: 10px;
  }

  /* line 81, ../sass/_responsive.scss */
  .who-we-are-section img {
    margin-bottom: 30px;
  }
  /* line 82, ../sass/_responsive.scss */
  .who-we-are-section .content-block {
    min-height: 200px;
  }
  /* line 84, ../sass/_responsive.scss */
  .who-we-are-section .content-block h2, .who-we-are-section .content-block h3, .who-we-are-section .content-block p {
    text-align: center;
  }
  /* line 88, ../sass/_responsive.scss */
  .who-we-are-section .content-block h3:after {
    position: relative;
    margin: 25px auto;
  }
  /* line 94, ../sass/_responsive.scss */
  .who-we-are-section .content-block a {
    position: relative;
    margin: 0 auto 50px auto;
  }

  /* line 104, ../sass/_responsive.scss */
  .corporate-video-section h3, .corporate-video-section p {
    text-align: center;
  }
  /* line 105, ../sass/_responsive.scss */
  .corporate-video-section .border-button {
    position: relative;
    margin: 20px auto;
  }

  /* line 107, ../sass/_responsive.scss */
  .high-performance ul.blocks li {
    width: calc(100% / 3 - 33px);
    min-height: 100px;
  }

  /* line 108, ../sass/_responsive.scss */
  .videos-section ul.videos li {
    width: calc(100% / 2 - 33px);
  }

  /* line 111, ../sass/_responsive.scss */
  .why-igus-motion h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  /* line 114, ../sass/_responsive.scss */
  .contact-us ul.contact li {
    margin: 0 0 20px 0;
    width: calc(100% / 2 - 20px);
    text-align: center;
  }
  /* line 118, ../sass/_responsive.scss */
  .contact-us ul.contact li p, .contact-us ul.contact li span {
    width: 100%;
    text-align: center;
  }

  /* line 124, ../sass/_responsive.scss */
  .get-in-touch {
    background-image: linear-gradient(to top, #ffffff, #ffffff, #fcfcff, #f8faff, #f3f7fe, #eef5fe);
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
  }
  /* line 131, ../sass/_responsive.scss */
  .get-in-touch input, .get-in-touch textarea {
    background: transparent;
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 148, ../sass/_responsive.scss */
  .m-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    text-align: center !important;
    float: none !important;
  }

  /* line 158, ../sass/_responsive.scss */
  h2 {
    text-align: center;
  }

  /* line 165, ../sass/_responsive.scss */
  .header .main-navigation {
    padding-right: 15px;
  }
  /* line 166, ../sass/_responsive.scss */
  .header .navbar-brand {
    padding: 0;
  }
  /* line 169, ../sass/_responsive.scss */
  .header .navbar-brand img {
    width: 165px;
  }
  /* line 171, ../sass/_responsive.scss */
  .header .navbar-nav > li {
    text-align: center;
  }
  /* line 172, ../sass/_responsive.scss */
  .header .navbar-default .navbar-toggle {
    border: none;
    float: none;
    position: absolute;
    right: -30px;
    top: -4px;
    background: #e0202f;
  }
  /* line 179, ../sass/_responsive.scss */
  .header .navbar-default .navbar-toggle:hover {
    background: #2884da;
  }
  /* line 183, ../sass/_responsive.scss */
  .header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  /* line 188, ../sass/_responsive.scss */
  .header .navbar-nav > li.button {
    margin: 15px auto;
    position: relative;
    display: block;
    width: 193px;
  }
  /* line 194, ../sass/_responsive.scss */
  .header .navbar-nav .open .dropdown-menu {
    padding: 20px 30px 20px 0;
    background-color: #e77c00;
    margin-left: 15px;
    text-align: center;
  }
  /* line 200, ../sass/_responsive.scss */
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  /* line 200, ../sass/_responsive.scss */
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    text-decoration: underline;
  }
  /* line 202, ../sass/_responsive.scss */
  .header .bottom-strip {
    background: #e0202f;
  }
  /* line 205, ../sass/_responsive.scss */
  .header .bottom-strip .container-fluid, .header .bottom-strip .no-mob-pad {
    padding: 0;
  }
  /* line 210, ../sass/_responsive.scss */
  .header .bottom-strip .search {
    padding: 6px 15px;
    background: #2884da;
  }
  /* line 215, ../sass/_responsive.scss */
  .header .bottom-strip .marquee-component {
    transform: skew(0deg);
    height: 47px;
  }
  /* line 218, ../sass/_responsive.scss */
  .header .bottom-strip .marquee-component marquee {
    transform: skew(0deg);
    height: 40px;
  }
  /* line 224, ../sass/_responsive.scss */
  .header .bottom-strip .marquee-component:before {
    background: #1d4e85;
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    top: 0;
    left: -15px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(209deg);
    -o-transform: skew(-20deg);
    z-index: -1;
  }
  /* line 238, ../sass/_responsive.scss */
  .header .bottom-strip .marquee-component:after {
    background: #1d4e85;
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    top: 0;
    right: -15px;
    z-index: -1;
  }

  /* line 251, ../sass/_responsive.scss */
  .navbar-nav .open .dropdown-menu {
    padding: 20px 0;
    background-color: #fefefe;
  }

  /* line 257, ../sass/_responsive.scss */
  .banner .carousel-caption h3 {
    font-size: 1.2rem;
    line-height: 120%;
  }
  /* line 258, ../sass/_responsive.scss */
  .banner .carousel .item {
    min-height: 400px;
  }
  /* line 259, ../sass/_responsive.scss */
  .banner .carousel-caption {
    bottom: 12%;
    top: auto;
  }

  /* line 261, ../sass/_responsive.scss */
  .why-igus-motion ul.icon-blocks li {
    width: calc(100% / 3 - 3px);
    padding: 15px;
  }

  /* line 262, ../sass/_responsive.scss */
  .high-performance ul.blocks li {
    width: calc(100% / 2 - 33px);
    min-height: 100px;
  }

  /* line 263, ../sass/_responsive.scss */
  .high-performance h2.white {
    line-height: 110%;
  }
  /* line 263, ../sass/_responsive.scss */
  .high-performance h2.white small {
    margin-bottom: 15px;
  }

  /* line 265, ../sass/_responsive.scss */
  .footer {
    padding: 60px 0 0 0 !important;
  }
  /* line 270, ../sass/_responsive.scss */
  .footer .footer-bottom p {
    text-align: center !important;
    width: 100%;
  }
  /* line 275, ../sass/_responsive.scss */
  .footer .map-frame {
    margin-top: 50px !important;
  }
  /* line 279, ../sass/_responsive.scss */
  .footer ul.social {
    margin: 20px auto;
    position: relative;
    width: 190px;
  }
}
@media screen and (max-width: 500px) {
  /* line 299, ../sass/_responsive.scss */
  .header {
    padding: 0;
  }

  /* line 300, ../sass/_responsive.scss */
  .section {
    padding: 50px 0;
  }

  /* line 301, ../sass/_responsive.scss */
  .m-hide {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none !important;
  }

  /* line 302, ../sass/_responsive.scss */
  .m-hide.m-show {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block !important;
    padding-top: 15px;
  }

  /* line 303, ../sass/_responsive.scss */
  .header .top-strip ul.social, .header .top-strip ul.links {
    width: 100%;
  }

  /* line 304, ../sass/_responsive.scss */
  .industry-solutions ul.lists li {
    width: calc(100% / 2 - 33px);
  }
  /* line 304, ../sass/_responsive.scss */
  .industry-solutions ul.lists li a {
    padding: 15px;
  }

  /* line 305, ../sass/_responsive.scss */
  .industry-solutions ul.lists li a:after {
    font-size: 10px;
    line-height: 20px;
  }

  /* line 306, ../sass/_responsive.scss */
  .who-we-are-section img {
    width: 100%;
  }

  /* line 307, ../sass/_responsive.scss */
  .why-igus-motion ul.icon-blocks li {
    width: calc(100% / 2 - 3px);
  }

  /* line 308, ../sass/_responsive.scss */
  .high-performance ul.blocks li {
    width: calc(100% - 30px);
  }

  /* line 309, ../sass/_responsive.scss */
  .corporate-video-section {
    padding: 50px 0;
  }

  /* line 310, ../sass/_responsive.scss */
  .videos-section ul.videos li {
    width: calc(100% - 30px);
  }

  /* line 311, ../sass/_responsive.scss */
  .videos-section ul.videos li p {
    position: relative;
  }

  /* line 312, ../sass/_responsive.scss */
  .newsletter .newsletterblock button {
    width: 130px;
  }

  /* line 313, ../sass/_responsive.scss */
  .newsletter .newsletterblock input {
    width: calc(100% - 130px);
  }
  .col-about{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
  /* line 320, ../sass/_responsive.scss */
  .why-igus-motion ul.icon-blocks li {
    width: 100%;
  }
  /* line 320, ../sass/_responsive.scss */
  .why-igus-motion ul.icon-blocks li figcaption {
    width: 70%;
    margin: 10px auto;
  }

  /* line 321, ../sass/_responsive.scss */
  .m-full-width {
    width: 100%;
  }
  /* line 321, ../sass/_responsive.scss */
  .m-full-width:nth-child(2) {
    margin-top: 30px;
  }

  /* line 322, ../sass/_responsive.scss */
  .banner .carousel-caption {
    bottom: 10%;
    top: auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  /* line 343, ../sass/_responsive.scss */
  .header .navbar-nav > li.button {
    float: none;
    width: 193px;
    height: 36px;
    display: block;
    position: absolute;
    right: 30px;
    top: 32px;
  }
}
/* line 112, icons/*.png */
.icons-sprite, .icons-home-icon, .icons-logo, .icons-owl-arrow-next, .icons-owl-arrow-prev, .icons-why-igus-icon-1, .icons-why-igus-icon-2, .icons-why-igus-icon-3, .icons-why-igus-icon-4, .icons-why-igus-icon-5 {
  background-image: url('/images/icons-sd51acef3a5.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-home-icon {
  background-position: 0 0;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-logo {
  background-position: 0 -36px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-owl-arrow-next {
  background-position: 0 -88px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-owl-arrow-prev {
  background-position: 0 -143px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-why-igus-icon-1 {
  background-position: 0 -198px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-why-igus-icon-2 {
  background-position: 0 -298px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-why-igus-icon-3 {
  background-position: 0 -398px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-why-igus-icon-4 {
  background-position: 0 -498px;
}

/* line 84, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-why-igus-icon-5 {
  background-position: 0 -598px;
}

/* INDUSTRIES */
.zweispaltig {
    width: 309px;
    float: left;
}
.zweispaltig div div.text, .dreispaltig div div.text {
    width: 50% !important;
    left: 0px !important;
    padding-right: 0px;
    padding-left: 15px;
}
.zweispaltigG, .zweispaltig, .zweispaltigGVideo, .zweispaltigDL, .zweispaltigDK {
    width: 50% !important;
    left: 0px !important;
    display: inline-block !important;
    position: relative;
}
.zweispaltigG, .zweispaltig, .dreispaltigG, .dreispaltig {
    border: 0px solid #cecece;
}
.zweispaltig .picturetext, .pageindex_longform .picturetext {
    width: 126px;
}
.height1px {
    display: block;
    width: 1px;
    height: 1px;
    border: none;
    line-height: 1px;
    margin: 0;
    padding: 0;
    clear: both;
    float: none;
    font-size: 1px;
}
.zweispaltig div div {
    position: relative;
    float: left;
}
.zweispaltig h3 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: bold;
}
.zweispaltig a{
	color: #f07d1f;
	margin-top: 10px;
	font-weight: bold;

}
.zweispaltig div .text {
    float: right;
}
.zweispaltigG, .zweispaltig, .dreispaltigG, .dreispaltig, .einspaltig, .einspaltigG, .ein_zwei_spaltigR, .ein_zwei_spaltigL, .vierspaltigG, .zweispaltigGVideo, .einspaltigGVideo {
    padding: 0px 15px;
}
.zweispaltig div div, .dreispaltig div div {
    width: 50% !important;
    left: 0px !important;
    padding-right: 15px;
}
#LeftContent img {
    margin: 0;
    padding: 0;
    display: block;
}
.einspaltig {
    clear: both;
}
.NonSpaceingBreak, .NonSpaceingBreak td {
    clear: both;
    border: none;
    border-collapse: collapse;
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
}
.einspaltigG div img, .zweispaltigG div img, .zweispaltig div img, .dreispaltigG div img, .dreispaltig div img, .vierspaltigG div img, .ein_zwei_spaltigR div img, .ein_zwei_spaltigL div img, .zweidrittel div img, .zweidrittel div img {
    width: auto !important;
}

@media (max-width: 768px){
	.zweispaltig div div {
		position: relative;
		float: left;
	}
	.zweispaltig div div, .dreispaltig div div {
		width: 120px !important;
	}
	.zweispaltig div div.text, .dreispaltig div div.text {
		width: calc(100% - 120px) !important;
		left: 0px !important;
	}	
	.zweispaltigG, .zweispaltig, .zweispaltigGVideo, .zweispaltigDL, .zweispaltigDK {
		width: 100% !important;
		margin-bottom: 30px;
	}
}
.downloadbtn{
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list{
	list-style: disc;
}
.row.space{
	margin-bottom: 30px;
}
.fixed{
	top: 0;
}
.fixbody{
	margin-top: 180px;
}
.hideInit{
  height: 70px;
  overflow: hidden;
}