/* -------------------- imports -------------------- */
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;box-shadow:inset 0 0 5px 5px #222}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  background: #ce0c03;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
.gform_validation_container,
.gform_ajax_spinner,
.validation_error {
  display: none;
}
/* -------------------- wordpress -------------------- */
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.container {
  *zoom: 1;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: relative;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1180px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
@media only screen and (max-width: 767px) {
  body {
    padding-top: 96px;
  }
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
}
.header {
  *zoom: 1;
  z-index: 9;
  background: #fff;
  max-width: 1400px;
}
.header:before,
.header:after {
  content: '';
  display: table;
}
.header:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.header .header-logo {
  float: left;
  height: 208px;
  width: 33.0893119%;
  background-color: #000;
  padding: 63px 0 0 4.245973646%;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .header-logo {
    width: 40%;
  }
}
@media only screen and (max-width: 978px) {
  .header .header-logo {
    height: 120px;
    padding: 26px 0 0 3%;
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-logo {
    width: 100%;
    float: none;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    height: 96px;
  }
}
.header .header-logo img {
  width: 250px;
  height: 84px;
}
@media only screen and (max-width: 978px) {
  .header .header-logo img {
    width: 200px;
    height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-logo img {
    width: 166px;
    height: 56px;
  }
}
.header .header-menu-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .header-menu-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 96px;
    background: url("../img/menu.png") bottom 20px right 20px no-repeat;
    -webkit-background-size: 26px 20px;
    -moz-background-size: 26px 20px;
    background-size: 26px 20px;
  }
}
.header .header-menu-button.active {
  background: url("../img/menu-close.png") bottom 19px right 22px no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.header .header-box {
  height: 208px;
  float: right;
  width: 16.666666667%;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .header-box {
    width: 20% !important;
  }
}
@media only screen and (max-width: 978px) {
  .header .header-box {
    height: 120px;
    width: 21.666666667% !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-box {
    display: none;
  }
}
.header .header-box .links {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .header-box .links a.link {
  padding: 0 0 0 40px;
  display: block;
  line-height: 29px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: 31px 58px !important;
  -moz-background-size: 31px 58px !important;
  background-size: 31px 58px !important;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 6px auto;
  width: 130px;
  white-space: nowrap;
}
.header .header-box .links a.link-small {
  color: #fff;
  -webkit-background-size: 17px 58px !important;
  -moz-background-size: 17px 58px !important;
  background-size: 17px 58px !important;
  padding: 0 0 0 25px;
}
.header .header-box .links .link-products {
  background-image: url("../img/icon-products.png");
}
.header .header-box .links .link-projects {
  background-image: url("../img/icon-projects.png");
}
.header .header-box .links .link-videos {
  background-image: url("../img/icon-videos.png");
}
.header .header-box .links .link-onthejob {
  background-image: url("../img/icon-onthejob.png");
}
.header .header-box .links .link-phone {
  background-image: url("../img/icon-phone.png");
}
.header .header-box .links .link-email {
  background-image: url("../img/icon-email.png");
}
.header .header-box .links a.link:hover {
  color: #ce0c03;
  background-position: bottom left;
}
.header .header-box .links a.link-small:hover {
  color: #ce0c03;
}
.header .header-box:nth-of-type(3) {
  background-color: rgba(221,221,221,0.25);
}
.header .header-box:nth-of-type(2) {
  background-color: rgba(221,221,221,0.5);
}
.header .header-box:nth-of-type(1) {
  background-color: #000;
  width: 16.666666667%;
}
.page-id-44 .link-projects,
.single-project .link-projects,
.page-id-29 .link-videos,
.page-id-24 .link-onthejob,
.category .link-onthejob,
.single-post .link-onthejob,
.single-ls_product .link-products {
  color: #ce0c03 !important;
  background-position: bottom left !important;
}
.menu {
  position: fixed;
  top: 208px;
  width: 100%;
  padding: 30px 0;
  display: none;
}
@media only screen and (max-width: 978px) {
  .menu {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    top: 96px;
    z-index: 9;
    background: #000;
  }
}
@media only screen and (max-width: 360px) {
  .menu {
    padding: 10px 0;
  }
}
.menu a {
  display: block;
}
.menu a.link {
  padding: 0 0 0 40px;
  line-height: 29px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: 31px 58px !important;
  -moz-background-size: 31px 58px !important;
  background-size: 31px 58px !important;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 15px 55px;
  white-space: nowrap;
}
@media only screen and (max-width: 360px) {
  .menu a.link {
    margin: 10px 20px;
  }
}
.menu a.link-small {
  color: #fff;
  -webkit-background-size: 17px 58px !important;
  -moz-background-size: 17px 58px !important;
  background-size: 17px 58px !important;
  background-position: top left 6px;
}
.menu .link-products {
  background-image: url("../img/icon-products.png");
}
.menu .link-projects {
  background-image: url("../img/icon-projects.png");
}
.menu .link-videos {
  background-image: url("../img/icon-videos.png");
}
.menu .link-onthejob {
  background-image: url("../img/icon-onthejob.png");
}
.menu .link-phone {
  background-image: url("../img/icon-phone.png");
}
.menu .link-email {
  background-image: url("../img/icon-email.png");
}
.menu a.link:hover {
  color: #ce0c03;
  background-position: bottom left;
}
.menu a.link-small:hover {
  color: #ce0c03;
}
.hero {
  *zoom: 1;
  position: relative;
}
.hero:before,
.hero:after {
  content: '';
  display: table;
}
.hero:after {
  clear: both;
}
.hero .img {
  height: 695px;
  float: left;
  width: 66.666666667%;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .hero .img {
    width: 60%;
  }
}
@media only screen and (max-width: 978px) {
  .hero .img {
    width: 56.666666666%;
    height: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .img {
    float: none;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .img {
    height: 200px;
  }
}
.hero .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(217,32,39,0.8) url("../img/view.png") center center no-repeat;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  background-size: 48px 48px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.hero .img:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.hero .text {
  height: 695px;
  float: right;
  width: 33.333333333%;
  padding: 103px 4.978038067% 50px;
}
@media only screen and (max-width: 1200px) {
  .hero .text {
    width: 40%;
  }
}
@media only screen and (max-width: 978px) {
  .hero .text {
    width: 43.333333334%;
    padding: 40px;
    height: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .text {
    float: none;
    width: 100%;
    height: auto;
  }
}
.hero .text .icons {
  margin: 0 0 20px;
}
.hero .text .icons img {
  width: 33px;
  height: 28px;
}
.hero .text h1,
.hero .text h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.033333333;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
}
.hero .text h1:before,
.hero .text h2:before {
  position: absolute;
  content: '';
  left: -16px;
  top: 5px;
  bottom: 4px;
  width: 10px;
  background: #ce0c03;
}
.hero .text h5 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-decoration: underline;
}
.hero .text p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.cd-item-info h1,
.cd-item-info h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.033333333;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
}
.cd-item-info h1:before,
.cd-item-info h2:before {
  position: absolute;
  content: '';
  left: -16px;
  top: 5px;
  bottom: 4px;
  width: 10px;
  background: #ce0c03;
}
.cd-item-info h5 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-decoration: underline;
}
.cd-item-info p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.button {
  color: #000;
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 40px;
  border: 4px solid #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-sm {
  font-size: 14px;
  padding: 8px 28px;
}
.button:hover {
  border-color: #ce0c03;
  color: #ce0c03;
}
.button:active {
  background: #ce0c03;
  color: #fff !important;
}
.features {
  *zoom: 1;
}
.features:before,
.features:after {
  content: '';
  display: table;
}
.features:after {
  clear: both;
}
.features .item {
  float: left;
  width: 33.45534407%;
  padding: 106px 3.806734993%;
  background: #eee;
  height: 695px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1366px) {
  .features .item {
    padding: 70px 3.806734993%;
    height: 650px;
  }
}
@media only screen and (max-width: 1100px) {
  .features .item {
    padding: 50px 3.806734993%;
    height: 600px;
  }
}
@media only screen and (max-width: 978px) {
  .features .item {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .features .item {
    width: 100% !important;
    float: none !important;
    height: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .features .item {
    height: 550px;
  }
}
.features .item h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.features .item h2:before,
.features .item h2:after {
  position: absolute;
  content: '';
  left: -16px;
  top: 5px;
  bottom: 3px;
  width: 9px;
  background: #ce0c03;
}
.features .item h2:after {
  background: #000;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.features .item p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 25px;
}
.features .item img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 452px;
}
@media only screen and (max-width: 767px) {
  .features .item img {
    max-width: 300px;
  }
}
.features .item:nth-of-type(2) {
  background: #f4f3f3;
}
.features .item:last-of-type {
  width: 33.08931186%;
  background: #eee;
}
.features .item:hover span {
  color: #ce0c03;
  border-color: #ce0c03;
}
.features .item:hover h2 {
  color: #ce0c03;
}
.features .item:hover h2:after {
  top: 5px;
}
.blurb {
  background: #fff;
  text-align: center;
  padding: 105px 0;
}
@media only screen and (max-width: 1100px) {
  .blurb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 978px) {
  .blurb {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  .blurb {
    padding: 40px;
  }
}
.blurb .text {
  width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .blurb .text {
    width: auto;
  }
}
.blurb .text img {
  width: 43px;
  height: 23px;
  margin: 0 0 20px;
}
.blurb .text h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.blurb .text hr {
  width: 47px;
  border: none;
  height: 9px;
  background: #ce0c03;
  margin: 0 auto 20px;
}
.blurb .text p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
}
.blurb--grey {
  background: #f6f6f6;
}
.blurb-image {
  background: #fff;
  *zoom: 1;
}
.blurb-image:before,
.blurb-image:after {
  content: '';
  display: table;
}
.blurb-image:after {
  clear: both;
}
.blurb-image .img {
  float: left;
  height: 448px;
  width: 66.6910688%;
}
@media only screen and (max-width: 1200px) {
  .blurb-image .img {
    width: 60%;
  }
}
@media only screen and (max-width: 940px) {
  .blurb-image .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blurb-image .img {
    width: 100%;
    float: none;
    height: 200px;
  }
}
.blurb-image .text {
  float: right;
  height: 448px;
  width: 33.3089312%;
  padding: 94px 4.465592972% 0;
}
@media only screen and (max-width: 1300px) {
  .blurb-image .text {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .blurb-image .text {
    padding-top: 60px;
    width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .blurb-image .text {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .blurb-image .text {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb-image .text {
    width: 100%;
    float: none;
    height: auto;
    padding: 40px 28px 0;
  }
}
.blurb-image .text h3 {
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 12px;
}
.blurb-image .text h3:before {
  position: absolute;
  content: '';
  left: -12px;
  top: 3px;
  bottom: 1px;
  width: 7px;
  background: #ce0c03;
}
.blurb-image .text h5 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-decoration: underline;
}
.blurb-image .text p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.categories-lg {
  *zoom: 1;
}
.categories-lg:before,
.categories-lg:after {
  content: '';
  display: table;
}
.categories-lg:after {
  clear: both;
}
.categories-lg .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  background: #eee;
  padding: 74px 4.39238653% 0;
  height: 455px;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}
.categories-lg .item:before,
.categories-lg .item:after {
  content: '';
  display: table;
}
.categories-lg .item:after {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  .categories-lg .item {
    padding: 50px 4.39238653% 0;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
    height: 400px;
  }
}
@media only screen and (max-width: 978px) {
  .categories-lg .item {
    height: 330px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .categories-lg .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto auto !important;
    background-size: auto auto !important;
    height: 400px;
  }
  .categories-lg .item:first-child {
    margin-left: auto;
  }
  .categories-lg .item:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .categories-lg .item {
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}
@media only screen and (max-width: 360px) {
  .categories-lg .item {
    height: 320px;
  }
}
.categories-lg .item p {
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.categories-lg .item p:before,
.categories-lg .item p:after {
  position: absolute;
  content: '';
  left: -14px;
  top: 3px;
  bottom: 3px;
  width: 8px;
  background: #ce0c03;
}
.categories-lg .item p:after {
  background: #000;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.categories-lg .item:nth-of-type(2) {
  background: #f4f3f3;
}
.categories-lg .item:nth-of-type(3) {
  background: #eee;
}
.categories-lg .item:hover p {
  color: #ce0c03;
}
.categories-lg .item:hover p:after {
  top: 3px;
}
.categories-sm {
  *zoom: 1;
}
.categories-sm:before,
.categories-sm:after {
  content: '';
  display: table;
}
.categories-sm:after {
  clear: both;
}
.categories-sm .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  background: #f4f3f3;
  padding: 55px 4.39238653%;
  height: 340px;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}
.categories-sm .item:before,
.categories-sm .item:after {
  content: '';
  display: table;
}
.categories-sm .item:after {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  .categories-sm .item {
    padding: 50px 4.39238653% 0;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .categories-sm .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    height: 340px;
    padding: 40px;
  }
  .categories-sm .item:before,
  .categories-sm .item:after {
    content: '';
    display: table;
  }
  .categories-sm .item:after {
    clear: both;
  }
}
@media only screen and (max-width: 520px) {
  .categories-sm .item {
    height: 280px;
  }
}
@media only screen and (max-width: 440px) {
  .categories-sm .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto auto !important;
    background-size: auto auto !important;
  }
  .categories-sm .item:first-child {
    margin-left: auto;
  }
  .categories-sm .item:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 360px) {
  .categories-sm .item {
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
    height: 320px;
  }
}
.categories-sm .item p {
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.categories-sm .item p:before,
.categories-sm .item p:after {
  position: absolute;
  content: '';
  left: -12px;
  top: 3px;
  bottom: 1px;
  width: 6px;
  background: #ce0c03;
}
.categories-sm .item p:after {
  background: #000;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.categories-sm .item:nth-of-type(2) {
  background: #eee;
}
.categories-sm .item:nth-of-type(3) {
  background: #f6f5f5;
}
.categories-sm .item:nth-of-type(4) {
  background: #eee;
}
.categories-sm .item:hover p {
  color: #ce0c03;
}
.categories-sm .item:hover p:after {
  top: 3px;
}
.footer {
  *zoom: 1;
}
.footer:before,
.footer:after {
  content: '';
  display: table;
}
.footer:after {
  clear: both;
}
.footer .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.666666666666664%;
  margin-left: 0%;
  margin-right: 0%;
  height: 238px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.footer .col:before,
.footer .col:after {
  content: '';
  display: table;
}
.footer .col:after {
  clear: both;
}
@media only screen and (max-width: 1260px) {
  .footer .col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .footer .col:before,
  .footer .col:after {
    content: '';
    display: table;
  }
  .footer .col:after {
    clear: both;
  }
}
@media only screen and (max-width: 978px) {
  .footer .col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    height: 200px;
  }
  .footer .col:before,
  .footer .col:after {
    content: '';
    display: table;
  }
  .footer .col:after {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border: none;
  }
  .footer .col:before,
  .footer .col:after {
    content: '';
    display: table;
  }
  .footer .col:after {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .footer .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
  }
  .footer .col:first-child {
    margin-left: auto;
  }
  .footer .col:last-child {
    margin-right: auto;
  }
}
.footer .col .col-inner {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.footer .col:nth-of-type(1) {
  background-color: #000;
  text-align: center;
}
.footer .col:nth-of-type(1) p {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.307692308;
}
.footer .col:nth-of-type(1) p a {
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer .col:nth-of-type(1) p a:hover {
  color: #ce0c03;
}
.footer .col:nth-of-type(1) {
  text-align: left;
}
.footer .col:nth-of-type(2) {
  border-color: #000;
}
@media only screen and (max-width: 978px) {
  .footer .col:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 1260px) {
  .footer .col:nth-of-type(3) {
    display: none;
  }
}
.footer .col:nth-of-type(4) {
  background-color: rgba(221,221,221,0.25);
  border-color: rgba(0,0,0,0.25);
}
.footer .col:nth-of-type(4) p {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.307692308;
}
.footer .col:nth-of-type(5) {
  background-color: rgba(221,221,221,0.5);
  border-color: rgba(0,0,0,0.5);
}
.footer .col:nth-of-type(5) ul li a {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer .col:nth-of-type(5) ul li a:hover {
  color: #ce0c03;
}
.footer .col:nth-of-type(6) {
  background-color: #000;
}
.footer .col:nth-of-type(6) a {
  padding: 0 0 0 40px;
  display: block;
  line-height: 29px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: 31px 58px !important;
  -moz-background-size: 31px 58px !important;
  background-size: 31px 58px !important;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 6px auto;
  width: 130px;
  white-space: nowrap;
}
.footer .col:nth-of-type(6) a {
  color: #fff;
  -webkit-background-size: 17px 58px !important;
  -moz-background-size: 17px 58px !important;
  background-size: 17px 58px !important;
  padding: 0 0 0 25px;
}
.footer .col:nth-of-type(6) .link-phone {
  background-image: url("../img/icon-phone.png");
}
.footer .col:nth-of-type(6) .link-email {
  background-image: url("../img/icon-email.png");
}
.footer .col:nth-of-type(6) a:hover {
  color: #ce0c03;
  background-position: bottom left;
}
.global {
  position: relative;
}
.global img.img-bg {
  width: 100%;
  display: block;
}
.global img.img-countries {
  position: absolute;
  left: 3.147877013%;
  top: 92px;
  width: 443px;
  height: 22px;
}
@media only screen and (max-width: 1300px) {
  .global img.img-countries {
    top: 50px;
  }
}
@media only screen and (max-width: 978px) {
  .global img.img-countries {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .global img.img-countries {
    display: none;
  }
}
.global .text {
  position: absolute;
  top: 92px;
  right: 45px;
  width: 350px;
}
@media only screen and (max-width: 1300px) {
  .global .text {
    top: 50px;
  }
}
@media only screen and (max-width: 978px) {
  .global .text {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 880px) {
  .global .text {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .global .text {
    width: 90%;
    left: 30px;
    right: auto;
    top: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .global .text {
    top: 28px;
    left: 28px;
  }
}
.global .text h3 {
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 12px;
}
@media only screen and (max-width: 420px) {
  .global .text h3 {
    display: none;
  }
}
.global .text h3:before {
  position: absolute;
  content: '';
  left: -12px;
  top: 3px;
  bottom: 1px;
  width: 7px;
  background: #ce0c03;
}
.global .text p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 530px) {
  .global .text p {
    display: none;
  }
}
.videos .item {
  *zoom: 1;
}
.videos .item:before,
.videos .item:after {
  content: '';
  display: table;
}
.videos .item:after {
  clear: both;
}
.videos .item .video-holder {
  float: left;
  width: 66.666666667%;
}
@media only screen and (max-width: 900px) {
  .videos .item .video-holder {
    float: none;
    width: 100%;
  }
}
.videos .item .text {
  float: right;
  width: 33.333333333%;
  padding: 110px 3.660322108% 0;
}
@media only screen and (max-width: 1200px) {
  .videos .item .text {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 978px) {
  .videos .item .text {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .videos .item .text {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
.videos .item .text h2 {
  font-weight: 800;
  font-size: 31px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.videos .item .text h2:before,
.videos .item .text h2:after {
  position: absolute;
  content: '';
  left: -14px;
  top: 3px;
  bottom: 3px;
  width: 8px;
  background: #ce0c03;
}
.videos .item .text p {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
}
.projects {
  *zoom: 1;
}
.projects:before,
.projects:after {
  content: '';
  display: table;
}
.projects:after {
  clear: both;
}
.projects .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  height: 470px;
  position: relative;
  overflow: hidden;
}
.projects .item:before,
.projects .item:after {
  content: '';
  display: table;
}
.projects .item:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .projects .item {
    height: 380px;
  }
}
@media only screen and (max-width: 978px) {
  .projects .item {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .projects .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .projects .item:before,
  .projects .item:after {
    content: '';
    display: table;
  }
  .projects .item:after {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .projects .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .projects .item:first-child {
    margin-left: auto;
  }
  .projects .item:last-child {
    margin-right: auto;
  }
}
.projects .item .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
.projects .item .img {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.projects .item p {
  position: absolute;
  bottom: 70px;
  left: 80px;
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .projects .item p {
    bottom: 50px;
    left: 60px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 978px) {
  .projects .item p {
    bottom: 30px;
    left: 40px;
    font-size: 18px;
  }
}
.projects .item p:before,
.projects .item p:after {
  position: absolute;
  content: '';
  left: -13px;
  top: 3px;
  bottom: 1px;
  width: 7px;
  background: #ce0c03;
}
.projects .item p:after {
  background: #fff;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.projects .item:hover p {
  color: #ce0c03;
}
.projects .item:hover .img-colour {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.projects .item:hover p:after {
  top: 3px;
}
.hero-project {
  height: 695px;
  position: relative;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
@media only screen and (max-width: 1200px) {
  .hero-project {
    height: 580px;
  }
}
@media only screen and (max-width: 978px) {
  .hero-project {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-project {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-project {
    height: 300px;
  }
}
.hero-project .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
.hero-project .text {
  position: absolute;
  bottom: 110px;
  left: 75px;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .hero-project .text {
    bottom: 80px;
    left: 40px;
  }
}
@media only screen and (max-width: 978px) {
  .hero-project .text {
    bottom: 30px;
    left: 30px;
  }
}
.hero-project .text h5 {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.555555556;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.hero-project .text h1 {
  position: relative;
  font-weight: 800;
  font-size: 31px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .hero-project .text h1 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.hero-project .text h1:before,
.hero-project .text h1:after {
  position: absolute;
  content: '';
  left: -15px;
  top: 3px;
  bottom: 1px;
  width: 8px;
  background: #ce0c03;
}
.hero-project .text h1:after {
  background: #fff;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.hero-project .text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}
@media only screen and (max-width: 978px) {
  .hero-project .text h3 {
    font-size: 16px;
  }
}
.project-main {
  *zoom: 1;
  background: -webkit-linear-gradient(left, #f4f3f3 0%, #f4f3f3 66.910688141%, #fff 66.910688141%, #fff 100%);
  background: -moz-linear-gradient(left, #f4f3f3 0%, #f4f3f3 66.910688141%, #fff 66.910688141%, #fff 100%);
  background: -o-linear-gradient(left, #f4f3f3 0%, #f4f3f3 66.910688141%, #fff 66.910688141%, #fff 100%);
  background: -ms-linear-gradient(left, #f4f3f3 0%, #f4f3f3 66.910688141%, #fff 66.910688141%, #fff 100%);
  background: linear-gradient(to right, #f4f3f3 0%, #f4f3f3 66.910688141%, #fff 66.910688141%, #fff 100%);
  padding: 120px 0 80px;
}
.project-main:before,
.project-main:after {
  content: '';
  display: table;
}
.project-main:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .project-main {
    background: #fff;
    padding: 0;
  }
}
.project-main .project-content {
  float: left;
  width: 66.910688141%;
  padding: 0 60px;
}
@media only screen and (max-width: 978px) {
  .project-main .project-content {
    float: none;
    width: 100%;
    background: #f4f3f3;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .project-main .project-content {
    padding: 30px;
  }
}
.project-main .project-content h2 {
  position: relative;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  left: 15px;
}
.project-main .project-content h2:before,
.project-main .project-content h2:after {
  position: absolute;
  content: '';
  left: -15px;
  top: 3px;
  bottom: 1px;
  width: 8px;
  background: #ce0c03;
}
.project-main .project-content h2:after {
  background: #fff;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.project-main .project-content .project-header {
  *zoom: 1;
  margin: 0 0 40px;
}
.project-main .project-content .project-header:before,
.project-main .project-content .project-header:after {
  content: '';
  display: table;
}
.project-main .project-content .project-header:after {
  clear: both;
}
.project-main .project-content .project-header h2 {
  float: left;
}
.project-main .project-content .project-header h5 {
  float: right;
  color: #000;
  font-size: 9px !important;
  font-weight: 700;
  line-height: 1.555555556;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.project-main .project-content img {
  margin: 0 0 40px;
  display: block;
}
.project-main .project-content h3 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 0 0 20px;
}
.project-main .project-content p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.project-main .project-content .related-projects {
  border-top: 1px solid #ce0c03;
  padding: 50px 0 0;
  margin: 50px 0 0;
}
.project-main .project-content .related-projects h2 {
  font-size: 23px;
  margin: 0 0 30px;
}
.project-main .project-content .related-projects .items {
  *zoom: 1;
}
.project-main .project-content .related-projects .items:before,
.project-main .project-content .related-projects .items:after {
  content: '';
  display: table;
}
.project-main .project-content .related-projects .items:after {
  clear: both;
}
.project-main .project-content .related-projects .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.project-main .project-content .related-projects .items .item:before,
.project-main .project-content .related-projects .items .item:after {
  content: '';
  display: table;
}
.project-main .project-content .related-projects .items .item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .project-main .project-content .related-projects .items .item {
    height: 200px;
  }
}
@media only screen and (max-width: 520px) {
  .project-main .project-content .related-projects .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .project-main .project-content .related-projects .items .item:first-child {
    margin-left: auto;
  }
  .project-main .project-content .related-projects .items .item:last-child {
    margin-right: auto;
  }
}
.project-main .project-content .related-projects .items .item .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
.project-main .project-content .related-projects .items .item .img {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.project-main .project-content .related-projects .items .item h2 {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  max-width: 200px;
  z-index: 3;
}
.project-main .project-content .related-projects .items .item:hover h2 {
  color: #ce0c03;
}
.project-main .project-content .related-projects .items .item:hover h2:after {
  top: 3px;
}
.project-main .project-sidebar {
  float: right;
  width: 33.089311859%;
  padding: 0 60px;
}
@media only screen and (max-width: 978px) {
  .project-main .project-sidebar {
    float: none;
    width: 100%;
    background: #fff;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .project-main .project-sidebar {
    padding: 30px;
  }
}
.project-main .project-sidebar label {
  display: block;
  color: #ce0c03;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.project-main .project-sidebar p {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
.project-main .project-sidebar a.button {
  margin: 40px 0 20px;
}
.project-main .project-sidebar a.link {
  padding: 0 0 0 30px;
  display: block;
  line-height: 29px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: 20px 62px !important;
  -moz-background-size: 20px 62px !important;
  background-size: 20px 62px !important;
  background-repeat: no-repeat;
  background-position: top left;
  width: 130px;
  white-space: nowrap;
}
.project-main .project-sidebar .link-phone {
  background-image: url("../img/icon-phone-black.png");
}
.project-main .project-sidebar .link-email {
  background-image: url("../img/icon-email-black.png");
}
.project-main .project-sidebar a.link:hover {
  color: #ce0c03;
  background-position: bottom left;
}
.on-the-job {
  *zoom: 1;
  background: -webkit-linear-gradient(left, #fff 0%, #fff 66.666666667%, #f4f3f3 66.666666667%, #f4f3f3 100%);
  background: -moz-linear-gradient(left, #fff 0%, #fff 66.666666667%, #f4f3f3 66.666666667%, #f4f3f3 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 66.666666667%, #f4f3f3 66.666666667%, #f4f3f3 100%);
  background: -ms-linear-gradient(left, #fff 0%, #fff 66.666666667%, #f4f3f3 66.666666667%, #f4f3f3 100%);
  background: linear-gradient(to right, #fff 0%, #fff 66.666666667%, #f4f3f3 66.666666667%, #f4f3f3 100%);
  padding: 75px 0;
}
.on-the-job:before,
.on-the-job:after {
  content: '';
  display: table;
}
.on-the-job:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .on-the-job {
    padding: 0;
    background: #fff;
  }
}
.on-the-job .on-the-job-content {
  float: left;
  width: 66.666666667%;
  padding: 0 60px;
  *zoom: 1;
}
.on-the-job .on-the-job-content:before,
.on-the-job .on-the-job-content:after {
  content: '';
  display: table;
}
.on-the-job .on-the-job-content:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .on-the-job .on-the-job-content {
    float: none;
    width: 100%;
    background: #fff;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .on-the-job .on-the-job-content {
    padding: 30px;
  }
}
.on-the-job .on-the-job-content .item {
  padding: 50px 0;
  border-top: 1px solid #ce0c03;
}
.on-the-job .on-the-job-content .item .on-the-job-header {
  *zoom: 1;
  padding: 0 0 30px;
}
.on-the-job .on-the-job-content .item .on-the-job-header:before,
.on-the-job .on-the-job-content .item .on-the-job-header:after {
  content: '';
  display: table;
}
.on-the-job .on-the-job-content .item .on-the-job-header:after {
  clear: both;
}
.on-the-job .on-the-job-content .item .on-the-job-header h1,
.on-the-job .on-the-job-content .item .on-the-job-header h2 {
  float: left;
  position: relative;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  left: 15px;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .on-the-job .on-the-job-content .item .on-the-job-header h1,
  .on-the-job .on-the-job-content .item .on-the-job-header h2 {
    float: none;
  }
}
.on-the-job .on-the-job-content .item .on-the-job-header h1:before,
.on-the-job .on-the-job-content .item .on-the-job-header h1:after,
.on-the-job .on-the-job-content .item .on-the-job-header h2:before,
.on-the-job .on-the-job-content .item .on-the-job-header h2:after {
  position: absolute;
  content: '';
  left: -15px;
  top: 3px;
  bottom: 1px;
  width: 8px;
  background: #ce0c03;
}
.on-the-job .on-the-job-content .item .on-the-job-header h1:after,
.on-the-job .on-the-job-content .item .on-the-job-header h2:after {
  background: #fff;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.on-the-job .on-the-job-content .item .on-the-job-header h5 {
  float: right;
  color: #000;
  font-size: 9px !important;
  font-weight: 700;
  line-height: 1.555555556;
  text-transform: uppercase;
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .on-the-job .on-the-job-content .item .on-the-job-header h5 {
    float: none;
    margin: 0 0 20px;
  }
}
.on-the-job .on-the-job-content .item img {
  display: block;
  margin: 0 0 30px;
  max-width: 100%;
}
.on-the-job .on-the-job-content .item h3 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 0 0 20px;
}
.on-the-job .on-the-job-content .item p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.on-the-job .on-the-job-content .item hr {
  border: none;
  border-top: 1px solid #ce0c03;
  margin: 50px 0 30px;
}
.on-the-job .on-the-job-content .item .pagination {
  *zoom: 1;
}
.on-the-job .on-the-job-content .item .pagination:before,
.on-the-job .on-the-job-content .item .pagination:after {
  content: '';
  display: table;
}
.on-the-job .on-the-job-content .item .pagination:after {
  clear: both;
}
.on-the-job .on-the-job-content .item .pagination a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.on-the-job .on-the-job-content .item .pagination a:hover {
  color: #ce0c03;
}
.on-the-job .on-the-job-content .item .pagination .prev {
  float: left;
}
.on-the-job .on-the-job-content .item .pagination .next {
  float: right;
}
.on-the-job .on-the-job-content .item a.more {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.on-the-job .on-the-job-content .item a.more:hover {
  color: #ce0c03;
}
.on-the-job .on-the-job-content .item a.button {
  background: url("../img/pdf.png") center left 19px no-repeat;
  -webkit-background-size: 25px 31px;
  -moz-background-size: 25px 31px;
  background-size: 25px 31px;
  padding: 13px 40px 13px 60px;
  margin: 10px 0 0;
}
.on-the-job .on-the-job-content .item:first-of-type {
  padding: 0 0 50px;
  border: none;
}
.on-the-job .on-the-job-sidebar {
  float: right;
  width: 33.333333333%;
  padding: 0 60px;
}
@media only screen and (max-width: 978px) {
  .on-the-job .on-the-job-sidebar {
    float: none;
    width: 100%;
    background: #f4f3f3;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .on-the-job .on-the-job-sidebar {
    padding: 30px;
  }
}
.on-the-job .on-the-job-sidebar h3 {
  color: #ce0c03;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.636363636;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.on-the-job .on-the-job-sidebar ul li a {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: block;
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
.on-the-job .on-the-job-sidebar ul li a:hover,
.on-the-job .on-the-job-sidebar ul li a.active {
  color: #ce0c03;
}
.product {
  *zoom: 1;
}
.product:before,
.product:after {
  content: '';
  display: table;
}
.product:after {
  clear: both;
}
.product a.button {
  margin: 0 0 20px;
}
.product a.link {
  padding: 0 0 0 30px;
  display: block;
  line-height: 29px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: 20px 62px !important;
  -moz-background-size: 20px 62px !important;
  background-size: 20px 62px !important;
  background-repeat: no-repeat;
  background-position: top left;
  width: 130px;
  white-space: nowrap;
}
.product .link-phone {
  background-image: url("../img/icon-phone-black.png");
}
.product .link-email {
  background-image: url("../img/icon-email-black.png");
}
.product a.link:hover {
  color: #ce0c03;
  background-position: bottom left;
}
.product h2 {
  position: relative;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  max-width: 400px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .product h2 {
    float: none;
  }
}
.product h2:before,
.product h2:after {
  position: absolute;
  content: '';
  left: -15px;
  top: 3px;
  bottom: 1px;
  width: 8px;
  background: #ce0c03;
}
.product h2:after {
  background: #fff;
  top: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.product h3 {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 0 0 20px;
}
.product p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.product ul li {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 1px solid #ce0c03;
  padding: 7px 0;
}
.product ul.specs li {
  border: none;
  padding: 0;
  text-transform: uppercase;
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.product ul.specs li label {
  text-transform: uppercase;
  color: #ce0c03;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.636363636;
  display: block;
}
.product .thirds {
  *zoom: 1;
  background: -webkit-linear-gradient(left, #fff 0%, #fff 33.333333333%, #f4f3f3 33.333333333%, #f4f3f3 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -moz-linear-gradient(left, #fff 0%, #fff 33.333333333%, #f4f3f3 33.333333333%, #f4f3f3 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 33.333333333%, #f4f3f3 33.333333333%, #f4f3f3 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -ms-linear-gradient(left, #fff 0%, #fff 33.333333333%, #f4f3f3 33.333333333%, #f4f3f3 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: linear-gradient(to right, #fff 0%, #fff 33.333333333%, #f4f3f3 33.333333333%, #f4f3f3 66.666666667%, #eee 66.666666667%, #eee 100%);
}
.product .thirds:before,
.product .thirds:after {
  content: '';
  display: table;
}
.product .thirds:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .product .thirds {
    background: #fff;
  }
}
.product .thirds .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.product .thirds .col:before,
.product .thirds .col:after {
  content: '';
  display: table;
}
.product .thirds .col:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .product .thirds .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product .thirds .col:first-child {
    margin-left: auto;
  }
  .product .thirds .col:last-child {
    margin-right: auto;
  }
}
.product .thirds .col .text {
  padding: 120px 15.2173913%;
}
@media only screen and (max-width: 978px) {
  .product .thirds .col .text {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product .thirds .col .text {
    padding: 30px;
  }
}
.product .thirds .col .text table {
  width: 100%;
}
.product .thirds .col .text table thead tr th {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.product .thirds .col .text table tbody tr td {
  font-size: 12px;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #d9dadb;
  border-bottom: 1px solid #d9dadb;
}
.product .thirds .col .text table tbody tr td:first-of-type {
  border-left: 1px solid #d9dadb;
}
.product .thirds .col .text table tbody tr:nth-of-type(odd) {
  background: #e7e7e8;
}
.product .thirds .col-double {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}
.product .thirds .col-double:before,
.product .thirds .col-double:after {
  content: '';
  display: table;
}
.product .thirds .col-double:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .product .thirds .col-double {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product .thirds .col-double:first-child {
    margin-left: auto;
  }
  .product .thirds .col-double:last-child {
    margin-right: auto;
  }
}
.product .thirds .col-double .text {
  padding: 120px 7.60869565%;
}
@media only screen and (max-width: 978px) {
  .product .thirds .col-double .text {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product .thirds .col-double .text {
    padding: 30px;
  }
}
@media only screen and (max-width: 978px) {
  .product .thirds .col:nth-of-type(2) {
    background: #f4f3f3;
  }
}
@media only screen and (max-width: 978px) {
  .product .thirds .col:nth-of-type(3) {
    background: #eee;
  }
}
.product .thirds-double {
  background: -webkit-linear-gradient(left, #fff 0%, #fff 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -moz-linear-gradient(left, #fff 0%, #fff 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: -ms-linear-gradient(left, #fff 0%, #fff 66.666666667%, #eee 66.666666667%, #eee 100%);
  background: linear-gradient(to right, #fff 0%, #fff 66.666666667%, #eee 66.666666667%, #eee 100%);
}
@media only screen and (max-width: 978px) {
  .product .thirds-double {
    background: #fff;
  }
}
.modal,
.modal-contact {
  display: none;
  padding: 60px;
}
@media only screen and (max-width: 978px) {
  .modal,
  .modal-contact {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal,
  .modal-contact {
    padding: 20px;
  }
}
.modal .gform_wrapper ul,
.modal-contact .gform_wrapper ul {
  *zoom: 1;
}
.modal .gform_wrapper ul:before,
.modal-contact .gform_wrapper ul:before,
.modal .gform_wrapper ul:after,
.modal-contact .gform_wrapper ul:after {
  content: '';
  display: table;
}
.modal .gform_wrapper ul:after,
.modal-contact .gform_wrapper ul:after {
  clear: both;
}
.modal .gform_wrapper ul li,
.modal-contact .gform_wrapper ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 10px 0;
  position: relative;
}
.modal .gform_wrapper ul li:before,
.modal-contact .gform_wrapper ul li:before,
.modal .gform_wrapper ul li:after,
.modal-contact .gform_wrapper ul li:after {
  content: '';
  display: table;
}
.modal .gform_wrapper ul li:after,
.modal-contact .gform_wrapper ul li:after {
  clear: both;
}
.modal .gform_wrapper ul li:nth-child(2n),
.modal-contact .gform_wrapper ul li:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.modal .gform_wrapper ul li:nth-child(2n+1),
.modal-contact .gform_wrapper ul li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .modal .gform_wrapper ul li,
  .modal-contact .gform_wrapper ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal .gform_wrapper ul li:first-child,
  .modal-contact .gform_wrapper ul li:first-child {
    margin-left: auto;
  }
  .modal .gform_wrapper ul li:last-child,
  .modal-contact .gform_wrapper ul li:last-child {
    margin-right: auto;
  }
}
.modal .gform_wrapper ul li .validation_message,
.modal-contact .gform_wrapper ul li .validation_message {
  position: absolute;
  bottom: 15px;
  right: 5px;
  color: #ce0c03;
  font-size: 12px;
}
.modal .gform_wrapper ul li .gfield_label,
.modal-contact .gform_wrapper ul li .gfield_label {
  color: #6c6c6c;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.modal .gform_wrapper ul li input[type=text],
.modal-contact .gform_wrapper ul li input[type=text] {
  width: 100%;
  border: none;
  background-color: #eee;
  color: #6c6c6c;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 15px;
}
.modal .gform_wrapper ul li.gfield_contains_required .gfield_label,
.modal-contact .gform_wrapper ul li.gfield_contains_required .gfield_label {
  color: #ce0c03;
}
.modal .gform_wrapper ul li.faux,
.modal-contact .gform_wrapper ul li.faux {
  display: none;
}
.modal .gform_wrapper ul li.styled-select .ginput_container,
.modal-contact .gform_wrapper ul li.styled-select .ginput_container {
  width: 100%;
  height: 43px;
  overflow: hidden;
  background: #eee url("../img/select.png") center right no-repeat;
  -webkit-background-size: 47px 47px;
  -moz-background-size: 47px 47px;
  background-size: 47px 47px;
  position: relative;
}
.modal .gform_wrapper ul li.styled-select .ginput_container select,
.modal-contact .gform_wrapper ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 5px 10px;
  font-size: 14px !important;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 43px;
  -webkit-appearance: none;
  color: #6c6c6c !important;
}
.modal .gform_wrapper ul li.gsection,
.modal-contact .gform_wrapper ul li.gsection {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 20px 0 0;
}
.modal .gform_wrapper ul li.gsection:before,
.modal-contact .gform_wrapper ul li.gsection:before,
.modal .gform_wrapper ul li.gsection:after,
.modal-contact .gform_wrapper ul li.gsection:after {
  content: '';
  display: table;
}
.modal .gform_wrapper ul li.gsection:after,
.modal-contact .gform_wrapper ul li.gsection:after {
  clear: both;
}
.modal .gform_wrapper ul li.gsection:nth-child(2n),
.modal-contact .gform_wrapper ul li.gsection:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.modal .gform_wrapper ul li.gsection:nth-child(2n+1),
.modal-contact .gform_wrapper ul li.gsection:nth-child(2n+1) {
  clear: both;
}
.modal .gform_wrapper ul li.gsection .gsection_title,
.modal-contact .gform_wrapper ul li.gsection .gsection_title {
  display: none;
}
.modal .gform_wrapper ul li.gsection .gsection_description,
.modal-contact .gform_wrapper ul li.gsection .gsection_description {
  position: relative;
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  max-width: 400px;
  margin: 0 0 20px;
  padding: 0 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .modal .gform_wrapper ul li.gsection .gsection_description,
  .modal-contact .gform_wrapper ul li.gsection .gsection_description {
    float: none;
  }
}
.modal .gform_wrapper ul li.gsection .gsection_description:before,
.modal-contact .gform_wrapper ul li.gsection .gsection_description:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 3px;
  bottom: 1px;
  width: 6px;
  background: #ce0c03;
}
.modal .gform_wrapper .gform_footer,
.modal-contact .gform_wrapper .gform_footer {
  *zoom: 1;
  padding: 20px 0 0;
}
.modal .gform_wrapper .gform_footer:before,
.modal-contact .gform_wrapper .gform_footer:before,
.modal .gform_wrapper .gform_footer:after,
.modal-contact .gform_wrapper .gform_footer:after {
  content: '';
  display: table;
}
.modal .gform_wrapper .gform_footer:after,
.modal-contact .gform_wrapper .gform_footer:after {
  clear: both;
}
.modal .gform_wrapper .gform_footer input[type=submit],
.modal-contact .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.modal-contact .gform_wrapper ul li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal-contact .gform_wrapper ul li:first-child {
  margin-left: auto;
}
.modal-contact .gform_wrapper ul li:last-child {
  margin-right: auto;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
}
.fancybox-close {
  background: url("../img/fancybox-close.png") bottom left no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  top: 0;
  right: 0;
  width: 37px;
  height: 33px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.fancybox-close:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.animsition {
  background: #ffc0cb !important;
}
.animsition-loading {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  left: 50% !important;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
  -moz-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
  -o-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
  -ms-animation: sk-rotateplane 1.2s infinite ease-in-out !important;
  animation: sk-rotateplane 1.2s infinite ease-in-out !important;
}
.animsition-loading:after {
  display: none !important;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
.range-jump-holder {
  width: 100%;
  height: 43px;
  overflow: hidden;
  background: #eee url("../img/select.png") center right no-repeat;
  -webkit-background-size: 47px 47px;
  -moz-background-size: 47px 47px;
  background-size: 47px 47px;
  position: relative;
  margin: 0 0 20px;
}
.range-jump-holder select {
  background: transparent;
  width: 120%;
  padding: 5px 10px;
  font-size: 14px !important;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 43px;
  -webkit-appearance: none;
  color: #6c6c6c !important;
}
@-moz-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-o-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
