/* -------------------- 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') 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('https://www.oxair.com.au/wp-content/themes/coded/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.jpg');
		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.jpg');
		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: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
/* -------------------- 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 -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1086px;
  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: 1126px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
.sidr-button {
  display: none;
}
@media only screen and (max-width: 978px) {
  .sidr-button {
    display: block;
    float: right;
    padding: 16px 0;
  }
}
.sidr-button img {
  width: 22px;
  height: 24px;
}
#sidr,
#sidr ul,
#sidr ul li,
#sidr ul li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #2e2e7a;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  line-height: 34px;
}
#sidr ul li ul li ul li {
  padding-left: 10px;
}
body {
  padding-top: 122px;
  background: #fff;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  body {
    padding-top: 61px;
  }
}
body.scrolling {
  padding-top: 61px;
}
.header {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
}
.header .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1148px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 122px;
  border-bottom: 5px solid #d5d5d5;
  background: #f5f5f5;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.header .wrapper:before,
.header .wrapper:after {
  content: '';
  display: table;
}
.header .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1188px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper {
    height: 61px;
  }
}
.header .wrapper .header-logo {
  float: left;
  margin: 39px 0 0 18px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
@media only screen and (max-width: 1126px) {
  .header .wrapper .header-logo {
    margin: 39px 0 0 0;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-logo {
    margin: 8px 0 0 0;
  }
}
.header .wrapper .header-logo img {
  width: 260px;
  height: 62px;
  -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;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-logo img {
    width: 166px;
    height: 40px;
  }
}
.header .wrapper .header-contact {
  float: right;
  margin: 12px 0 0;
  *zoom: 1;
  position: relative;
  top: 0;
  -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;
}
.header .wrapper .header-contact:before,
.header .wrapper .header-contact:after {
  content: '';
  display: table;
}
.header .wrapper .header-contact:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-contact {
    margin: 18px 0 0 !important;
    top: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .header .wrapper .header-contact {
    display: none;
  }
}
.header .wrapper .header-contact span {
  width: 0;
  height: 20px;
  border-left: 1px solid #ababc2;
  border-right: 1px solid #57578e;
  display: block;
  float: left;
}
@media only screen and (max-width: 550px) {
  .header .wrapper .header-contact span {
    display: none;
  }
}
.header .wrapper .header-contact a {
  color: #2e2e7a;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  float: left;
  -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;
}
.header .wrapper .header-contact a.phone {
  background: url("../img/icon-phone.png") center left no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 10px 0 0;
}
.header .wrapper .header-contact a.fax {
  background: url("../img/icon-fax.png") center center no-repeat;
  -webkit-background-size: 23px 20px;
  -moz-background-size: 23px 20px;
  background-size: 23px 20px;
  width: 23px;
  height: 20px;
  margin: 0 19px;
}
@media only screen and (max-width: 550px) {
  .header .wrapper .header-contact a.fax {
    display: none;
  }
}
.header .wrapper .header-contact a.email {
  background: url("../img/icon-email.png") center center no-repeat;
  -webkit-background-size: 24px 18px;
  -moz-background-size: 24px 18px;
  background-size: 24px 18px;
  width: 24px;
  height: 20px;
  margin: 0 48px 0 22px;
}
@media only screen and (max-width: 1126px) {
  .header .wrapper .header-contact a.email {
    margin: 0 20px 0 22px;
  }
}
@media only screen and (max-width: 550px) {
  .header .wrapper .header-contact a.email {
    display: none;
  }
}
.header .wrapper .header-contact a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.header .wrapper .header-nav {
  float: right;
  clear: right;
  margin: 50px 23px 0 0;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
@media only screen and (max-width: 1126px) {
  .header .wrapper .header-nav {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 978px) {
  .header .wrapper .header-nav {
    display: none;
  }
}
.header .wrapper .header-nav ul li {
  float: left;
  position: relative;
}
.header .wrapper .header-nav ul li a {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285714286;
  display: block;
  padding: 9px 25px 8px;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.header .wrapper .header-nav ul li ul {
  position: absolute;
  z-index: 9;
  background: #e0e0e0;
  display: none;
  top: 80px;
  -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;
}
.header .wrapper .header-nav ul li ul li {
  float: none;
}
.header .wrapper .header-nav ul li ul li a {
  color: #343434;
  font-size: 13px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 33px;
  width: 202px;
  padding: 11px 15px 11px 20px;
  line-height: 1.2;
  border: none;
  -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;
}
.header .wrapper .header-nav ul li ul li a:hover {
  background: #2e2e7a;
  color: #fff;
}
.header .wrapper .header-nav ul li ul li ul {
  left: 100%;
  top: 0 !important;
  display: none !important;
}
.header .wrapper .header-nav ul li ul li:hover > ul {
  display: block !important;
}
.header .wrapper .header-nav ul li ul li:before {
  position: absolute;
  content: '>';
  top: 8px;
  left: 9px;
  color: #343434;
  -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;
}
.header .wrapper .header-nav ul li ul li:hover:before {
  color: #fff;
}
.header .wrapper .header-nav ul li ul.show {
  top: 40px;
}
.header .wrapper .header-nav ul li:hover > a,
.header .wrapper .header-nav ul li.current-menu-item > a {
  border-color: #2b77ad;
}
.header .wrapper .header-nav ul li#menu-item-103 ul {
  width: 750px;
  margin-left: -345px;
  *zoom: 1;
  padding: 28px;
}
.header .wrapper .header-nav ul li#menu-item-103 ul:before,
.header .wrapper .header-nav ul li#menu-item-103 ul:after {
  content: '';
  display: table;
}
.header .wrapper .header-nav ul li#menu-item-103 ul:after {
  clear: both;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li:before,
.header .wrapper .header-nav ul li#menu-item-103 ul li:after {
  content: '';
  display: table;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li:after {
  clear: both;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li:nth-child(3n+1) {
  clear: both;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li a {
  width: 100%;
  color: #656464;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.111111111;
  font-size: 18px;
  padding: 3px 0;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul {
  position: relative;
  width: 100%;
  margin-left: 0;
  top: 0 !important;
  padding: 0;
  display: block !important;
  left: 0;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0 0 0 10px;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li:first-child {
  margin-left: auto;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li:last-child {
  margin-right: auto;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li a {
  color: #656464;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.111111111;
  font-size: 13px;
  -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;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li a:hover {
  background: transparent !important;
  color: #2e2e7a !important;
}
.header .wrapper .header-nav ul li#menu-item-103 ul li ul li:before {
  position: absolute;
  content: '>';
  left: 0;
  top: 0;
}
.scrolling .header .wrapper {
  height: 61px;
}
.scrolling .header .wrapper .header-logo {
  margin: 8px 0 0 65px;
}
@media only screen and (max-width: 1126px) {
  .scrolling .header .wrapper .header-logo {
    margin: 8px 0 0 0;
  }
}
.scrolling .header .wrapper .header-logo img {
  width: 166px;
  height: 40px;
}
.scrolling .header .wrapper .header-contact {
  top: -100px;
  margin: 0;
}
.scrolling .header .wrapper .header-nav {
  margin: 1px 23px 0 0;
}
.single-post #menu-item-38 > a,
.single-oxair_product #menu-item-102 > a,
.tax-oxair_product_field #menu-item-103 > a,
.single-case_study #menu-item-112 > a {
  border-color: #2b77ad;
}
.footer {
  background-color: #595959;
  padding: 20px 0 60px;
  *zoom: 1;
}
.footer:before,
.footer:after {
  content: '';
  display: table;
}
.footer:after {
  clear: both;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer p a {
  position: relative;
  top: 4px;
  margin: 0 0 0 2px;
  -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;
}
.footer p a img {
  width: 54px;
  height: 16px;
}
.footer p a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.footer .footer-copyright {
  float: left;
}
.footer .footer-copyright a {
  top: 0;
  color: inherit;
  -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;
}
.footer .footer-copyright a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.footer .footer-design {
  float: right;
}
.section-title {
  padding: 30px 0 20px;
  *zoom: 1;
}
.section-title:before,
.section-title:after {
  content: '';
  display: table;
}
.section-title:after {
  clear: both;
}
.section-title h2 {
  float: left;
  width: 208px;
  color: #00aeef;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    float: none;
    margin: 0 0 20px;
  }
}
.section-title p {
  overflow: hidden;
  color: #00aeef;
  font-size: 18px;
  font-weight: 400;
}
.contact .gform_wrapper {
  margin: 0 0 47px;
}
.contact .gform_wrapper .gform_ajax_spinner,
.contact .gform_wrapper .gform_validation_container,
.contact .gform_wrapper .validation_error {
  display: none;
}
.contact .gform_wrapper .validation_message {
  color: #f00;
  font-size: 12px;
  margin: 3px 0 0;
}
.contact .gform_wrapper ul {
  *zoom: 1;
}
.contact .gform_wrapper ul:before,
.contact .gform_wrapper ul:after {
  content: '';
  display: table;
}
.contact .gform_wrapper ul:after {
  clear: both;
}
.contact .gform_wrapper ul li {
  margin: 0 0 15px;
}
.contact .gform_wrapper ul li .gfield_label {
  display: none;
}
.contact .gform_wrapper ul li input,
.contact .gform_wrapper ul li textarea {
  border: 1px solid #b7b7b7;
  width: 100%;
  color: #b7b7b7;
  font-size: 18px;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: 400;
  padding: 3px 10px;
}
.contact .gform_wrapper ul li textarea {
  resize: none;
  height: 165px;
}
.contact .gform_wrapper ul li.left {
  float: left;
  width: 48%;
  clear: left;
}
@media only screen and (max-width: 767px) {
  .contact .gform_wrapper ul li.left {
    float: none;
    width: 100%;
  }
}
.contact .gform_wrapper ul li.right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .contact .gform_wrapper ul li.right {
    float: none;
    width: 100%;
  }
}
.contact .gform_wrapper input[type=submit] {
  background-color: #00aeef;
  border: 1px solid #b7b7b7;
  color: #fff;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 38px;
  margin: 15px 0 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.contact .gform_wrapper input[type=submit]:hover {
  background-color: #b7b7b7;
}
.hero .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1396px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.hero .wrapper:before,
.hero .wrapper:after {
  content: '';
  display: table;
}
.hero .wrapper:after {
  clear: both;
}
.hero .wrapper .hero-carousel {
  margin: 0;
}
.hero .wrapper .hero-carousel .item {
  height: 388px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .hero .wrapper .hero-carousel .item {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item {
    height: 260px;
  }
}
.hero .wrapper .hero-carousel .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .wrapper .hero-carousel .item .caption .text {
  *zoom: 1;
  width: auto;
  max-width: 1148px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.hero .wrapper .hero-carousel .item .caption .text:before,
.hero .wrapper .hero-carousel .item .caption .text:after {
  content: '';
  display: table;
}
.hero .wrapper .hero-carousel .item .caption .text:after {
  clear: both;
}
.hero .wrapper .hero-carousel .item .caption .text .text-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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner {
    top: auto;
    margin: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner {
    width: 100%;
    text-align: center;
  }
}
.hero .wrapper .hero-carousel .item .caption .text .text-inner h2 {
  background-color: rgba(118,105,97,0.8);
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  padding: 0px 20px;
  margin: 0 0 2px;
}
@media only screen and (max-width: 978px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner h2 {
    display: block;
    margin: 0;
    font-size: 20px;
    padding: 5px 20px;
  }
}
.hero .wrapper .hero-carousel .item .caption .text .text-inner h3 {
  background-color: rgba(59,43,46,0.8);
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  padding: 0px 20px;
}
@media only screen and (max-width: 978px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item .caption .text .text-inner h3 {
    font-size: 20px;
    padding: 5px 20px;
  }
}
.features {
  background-color: #766961;
  padding: 13px 0 11px;
}
.features h2 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 25px;
}
.features .items {
  *zoom: 1;
}
.features .items:before,
.features .items:after {
  content: '';
  display: table;
}
.features .items:after {
  clear: both;
}
.features .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 15px;
  background: transparent;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.features .items .item:before,
.features .items .item:after {
  content: '';
  display: table;
}
.features .items .item:after {
  clear: both;
}
.features .items .item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.features .items .item:nth-child(3n+1) {
  clear: both;
}
.features .items .item img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 16px 0 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.features .items .item .text {
  overflow: hidden;
}
.features .items .item .text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  -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 .items .item .text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -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 .items .item:nth-of-type(1) > img {
  background: #377fb1;
}
.features .items .item:nth-of-type(2) > img {
  background: #43525d;
}
.features .items .item:nth-of-type(3) > img {
  background: #96d0ac;
}
.features .items .item:nth-of-type(4) > img {
  background: #ae9557;
}
.features .items .item:nth-of-type(5) > img {
  background: #d66000;
}
.features .items .item:nth-of-type(6) > img {
  background: #bdbc58;
}
.features .items .item:hover {
  background: #2e2e7a;
}
.features .items .item:hover img {
  background: transparent;
}
.case {
  margin: 0 0 38px;
}
.case .case-carousel {
  margin: 0;
}
.case .case-carousel .item {
  height: 202px;
  position: relative;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  overflow: hidden;
  display: block;
}
.case .case-carousel .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  background: rgba(29,29,29,0.6);
  -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;
}
@media only screen and (max-width: 978px) {
  .case .case-carousel .item .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.case .case-carousel .item .hover h4 {
  color: #fff;
  line-height: 1.111111111;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 11px;
  background-color: #0070ae;
}
.case .case-carousel .item .hover p,
.case .case-carousel .item .hover label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 10px;
  padding: 11px;
}
.case .case-carousel .item .hover label {
  font-weight: 700;
}
.case .case-carousel .item:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.recent .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1148px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.recent .wrapper:before,
.recent .wrapper:after {
  content: '';
  display: table;
}
.recent .wrapper:after {
  clear: both;
}
.recent .wrapper .recent-text {
  padding: 0 30px;
}
.recent .wrapper .section-title {
  padding-left: 30px;
}
.recent .wrapper .recent-carousel {
  margin: 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.recent .wrapper .recent-carousel .item {
  height: 275px;
  display: block;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .recent .wrapper .recent-carousel .item {
    padding: 0;
  }
}
.recent .wrapper .recent-carousel .item p {
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(118,105,97,0.85);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  padding: 30px;
  max-width: 70%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .recent .wrapper .recent-carousel .item p {
    font-size: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recent .wrapper .recent-carousel .item p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .recent .wrapper .recent-carousel .item p {
    font-size: 16px;
  }
}
.recent .wrapper .recent-carousel .item:hover p {
  background-color: #766961;
}
.products {
  margin: 0 0 40px;
}
.products .products-nav {
  *zoom: 1;
  border-bottom: 2px solid #00aeef;
  margin: 0 0 10px;
}
.products .products-nav:before,
.products .products-nav:after {
  content: '';
  display: table;
}
.products .products-nav:after {
  clear: both;
}
.products .products-nav a {
  display: block;
  float: left;
  background-color: transparent;
  padding: 10px 12px;
  color: #766961;
  font-size: 13px;
  font-weight: 700;
  -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;
}
.products .products-nav a:hover {
  color: #00aeef;
}
.products .products-nav a.active {
  background-color: #00aeef;
  color: #fff;
}
.products .products-carousel {
  margin: 0;
  display: none;
}
.products .products-carousel .item {
  display: block;
  *zoom: 1;
}
.products .products-carousel .item:before,
.products .products-carousel .item:after {
  content: '';
  display: table;
}
.products .products-carousel .item:after {
  clear: both;
}
.products .products-carousel .item img {
  width: 55.248618785%;
  float: left;
  padding: 40px 0 0;
}
.products .products-carousel .item .text {
  overflow: hidden;
  padding: 0 0 0 15px;
}
.products .products-carousel .item .text h2 {
  color: #00aeef;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 5px;
}
.products .products-carousel .item .text p,
.products .products-carousel .item .text label {
  font-size: 14px;
  line-height: 18px;
  color: #766961;
  margin: 0 0 15px;
}
.products .products-carousel .item .text label {
  color: #00aeef;
}
.products .products-carousel .item:hover .text label {
  color: #766961;
}
#map {
  height: 360px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 200px;
  }
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
.news {
  padding: 40px 0 100px;
  *zoom: 1;
}
.news:before,
.news:after {
  content: '';
  display: table;
}
.news:after {
  clear: both;
}
.news .news-main {
  float: left;
  width: 66.574585635%;
}
@media only screen and (max-width: 978px) {
  .news .news-main {
    float: none;
    width: 100%;
  }
}
.news .news-main h1 {
  margin: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 500;
  color: #2e2e7a;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .news .news-main h1 {
    font-size: 28px;
  }
}
.news .news-main h5 {
  color: #6b7979;
  font-size: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
}
.news .news-main p,
.news .news-main ul li {
  color: #636363;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.538461538;
  margin: 0 0 10px;
}
.news .news-main h4 {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #636363;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 20px 0 0;
}
.news .news-main p,
.news .news-main ul li {
  color: #636363;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.538461538;
  margin: 0 0 15px;
}
.news .news-main p a,
.news .news-main ul li a {
  color: #2e2e7a;
  -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;
}
.news .news-main p a:hover,
.news .news-main ul li a:hover {
  color: #636363;
}
.news .news-main ul {
  list-style: disc;
  padding: 0 0 0 15px;
  position: relative;
  top: -15px;
  margin: 0 0 5px;
}
.news .news-main ul li {
  margin: 0;
}
.news .news-sidebar {
  float: right;
  width: 23.388581952%;
}
@media only screen and (max-width: 978px) {
  .news .news-sidebar {
    float: none;
    width: 100%;
  }
}
.news .news-sidebar h4 {
  color: #9f9f9f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.news .news-sidebar ul li a {
  display: block;
  color: #9f9f9f;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  -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;
}
.news .news-sidebar ul li a:hover {
  color: #2b77ad;
}
.article-image {
  height: 204px;
}
.article {
  padding: 40px 0 60px;
}
.article .article-main {
  float: left;
  width: 66.574585635%;
}
@media only screen and (max-width: 978px) {
  .article .article-main {
    float: none;
    width: 100%;
  }
}
.article .article-main h1,
.article .article-main h2 {
  color: #2e2e7a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media only screen and (max-width: 978px) {
  .article .article-main h1,
  .article .article-main h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .article .article-main h1,
  .article .article-main h2 {
    font-size: 32px;
  }
}
.article .article-main h3 {
  color: #383838;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444444444;
  margin: 0 0 20px;
}
.article .article-main h4 {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #636363;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 20px 0 0;
}
.article .article-main p,
.article .article-main ul li {
  color: #636363;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.538461538;
  margin: 0 0 15px;
}
.article .article-main p a,
.article .article-main ul li a {
  color: #2e2e7a;
  -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;
}
.article .article-main p a:hover,
.article .article-main ul li a:hover {
  color: #636363;
}
.article .article-main ul {
  list-style: disc;
  padding: 0 0 0 15px;
  position: relative;
  top: -15px;
  margin: 0 0 5px;
}
.article .article-main ul li {
  margin: 0;
}
.article .article-sidebar {
  float: right;
  width: 27.624309392%;
}
@media only screen and (max-width: 978px) {
  .article .article-sidebar {
    display: none;
  }
}
.article .article-sidebar h4 {
  color: #9f9f9f;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0 12px;
  margin: 0 0 5px;
}
.article .article-sidebar ul {
  border-top: 6px solid #d5d5d5;
  border-bottom: 6px solid #d5d5d5;
  background: #f5f5f5;
  margin: 0 0 20px;
}
.article .article-sidebar ul li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #a3a3a3;
  -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;
  padding: 5px 12px;
  display: block;
}
.article .article-sidebar ul li a:hover,
.article .article-sidebar ul li a.active {
  color: #2e2e7a;
}
.icons {
  margin: 0 0 20px;
}
.icons img {
  width: 45px;
  height: 45px;
  margin: 0 6px 0 0;
}
.case-study {
  overflow: hidden;
}
.case-study .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1148px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.case-study .wrapper:before,
.case-study .wrapper:after {
  content: '';
  display: table;
}
.case-study .wrapper:after {
  clear: both;
}
.case-study .wrapper .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.case-study .wrapper .caption .text {
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 40px;
  background-color: rgba(46,46,122,0.8);
  padding: 5px 10px;
  min-width: 350px;
}
.case-study .wrapper .caption .text h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
}
.case-study .wrapper .caption .text p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.case-study .wrapper .case-study-carousel,
.case-study .wrapper .case-study-carousel-left,
.case-study .wrapper .case-study-carousel-right {
  margin: 0;
}
.case-study .wrapper .case-study-carousel .item,
.case-study .wrapper .case-study-carousel-left .item,
.case-study .wrapper .case-study-carousel-right .item {
  height: 390px;
}
.case-study .wrapper .case-study-carousel-left,
.case-study .wrapper .case-study-carousel-right {
  position: absolute;
  left: -100%;
  top: 0;
  height: 350px;
  width: 1148px;
}
.case-study .wrapper .case-study-carousel-right {
  left: auto;
  right: -100%;
}
.advantage-icons {
  margin: 0 0 20px;
}
.advantage-icons img {
  width: 57px;
  height: 62px;
  margin: 0 10px 0 0;
}
.product-gallery {
  clear: both;
  *zoom: 1;
  padding: 30px 0 0;
}
.product-gallery:before,
.product-gallery:after {
  content: '';
  display: table;
}
.product-gallery:after {
  clear: both;
}
.product-gallery h4 {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #636363;
  text-transform: uppercase;
}
.product-gallery p {
  margin: 0 0 20px;
}
.product-gallery .items {
  *zoom: 1;
}
.product-gallery .items:before,
.product-gallery .items:after {
  content: '';
  display: table;
}
.product-gallery .items:after {
  clear: both;
}
.product-gallery .items a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 19.84%;
  margin-left: 0%;
  margin-right: 0.2%;
  display: block;
}
.product-gallery .items a:before,
.product-gallery .items a:after {
  content: '';
  display: table;
}
.product-gallery .items a:after {
  clear: both;
}
.product-gallery .items a:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.product-gallery .items a:nth-child(5n+1) {
  clear: both;
}
.products-home {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
.products-home h2 {
  margin: 0 0 30px;
  color: #4b4146;
  font-size: 18px;
  font-weight: 900;
}
.products-home .items {
  *zoom: 1;
}
.products-home .items:before,
.products-home .items:after {
  content: '';
  display: table;
}
.products-home .items:after {
  clear: both;
}
.products-home .items a {
  display: block;
  height: 178px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 24.325000000000003%;
  margin-left: 0%;
  margin-right: 0.9%;
  margin-bottom: 10px;
  position: relative;
}
.products-home .items a:before,
.products-home .items a:after {
  content: '';
  display: table;
}
.products-home .items a:after {
  clear: both;
}
.products-home .items a:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.products-home .items a:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .products-home .items a {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.550000000000004%;
    margin-left: 0%;
    margin-right: 0.9%;
  }
  .products-home .items a:before,
  .products-home .items a:after {
    content: '';
    display: table;
  }
  .products-home .items a:after {
    clear: both;
  }
  .products-home .items a:nth-child(4n) {
    margin-right: 0.9%;
    float: left;
  }
  .products-home .items a:nth-child(4n+1) {
    clear: none;
  }
  .products-home .items a:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .products-home .items a:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 460px) {
  .products-home .items a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-home .items a:first-child {
    margin-left: auto;
  }
  .products-home .items a:last-child {
    margin-right: auto;
  }
}
.products-home .items a .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(46,46,122,0.8);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-align: left;
}
.products-home .items a .hover .text {
  padding: 15px;
}
.products-home .items a .hover .text h4,
.products-home .items a .hover .text p,
.products-home .items a .hover .text span {
  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;
}
.products-home .items a .hover h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.products-home .items a .hover p,
.products-home .items a .hover span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
}
.products-home .items a .hover span {
  font-size: 13px;
  font-weight: 700;
}
.products-home .items a h3 {
  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%);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.933333333;
  text-transform: uppercase;
  -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;
}
.products-home .items a:hover .hover {
  background-color: #2e2e7a;
}
.products-home .items a:hover .hover .text h4,
.products-home .items a:hover .hover .text p,
.products-home .items a:hover .hover .text span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.products-home .items a:hover h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.advantages-home {
  background-color: #2b78ae;
  text-align: center;
  padding: 20px 0 40px;
}
.advantages-home h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.advantages-home .items {
  *zoom: 1;
}
.advantages-home .items:before,
.advantages-home .items:after {
  content: '';
  display: table;
}
.advantages-home .items:after {
  clear: both;
}
.advantages-home .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  cursor: pointer;
  position: relative;
}
.advantages-home .items .item:before,
.advantages-home .items .item:after {
  content: '';
  display: table;
}
.advantages-home .items .item:after {
  clear: both;
}
.advantages-home .items .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 840px) {
  .advantages-home .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 30px;
  }
  .advantages-home .items .item:first-child {
    margin-left: auto;
  }
  .advantages-home .items .item:last-child {
    margin-right: auto;
  }
}
.advantages-home .items .item .hover {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  bottom: -40px;
  background-color: rgba(14,63,97,0.9);
  overflow: hidden;
  -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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 840px) {
  .advantages-home .items .item .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: relative;
    top: 0;
    bottom: 0;
    background: none;
    margin: 10px 0 0;
  }
}
.advantages-home .items .item .hover h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 840px) {
  .advantages-home .items .item .hover h3 {
    display: none;
  }
}
.advantages-home .items .item .hover h4 {
  text-align: left;
  padding: 0 10px;
  text-transform: uppercase;
  color: #57b7fa;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 10px;
}
@media only screen and (max-width: 840px) {
  .advantages-home .items .item .hover h4 {
    text-align: center;
  }
}
.advantages-home .items .item .hover p {
  text-align: left;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
}
@media only screen and (max-width: 840px) {
  .advantages-home .items .item .hover p {
    text-align: center;
  }
}
.advantages-home .items .item img {
  width: 126px;
  height: 89px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 820px) {
  .advantages-home .items .item img {
    width: 100px;
    height: 71px;
  }
}
.advantages-home .items .item span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  -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;
}
.advantages-home .items .item:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.advantages-home .items .item:hover span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product-downloads {
  padding: 30px 0 0;
  background: #fff;
}
.product-downloads h4 {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #636363;
  text-transform: uppercase;
}
.product-downloads a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #636363;
  background: url("../img/download.png") left center no-repeat;
  padding: 0 0 0 80px;
  line-height: 50px;
  margin: 10px 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;
}
.product-downloads a:hover {
  color: #2b78ae;
}