/* -------------------- imports -------------------- */
/* 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: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
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;
}
/* -------------------- 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: 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: 1200px) {
  body {
    padding-top: 85px;
  }
}
.menu-bar {
  top: -150px;
  position: fixed;
}
@media only screen and (max-width: 1200px) {
  .menu-bar {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 85px;
    z-index: 99999;
    -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;
  }
}
.menu-bar .menu-toggle {
  display: inline-block;
  padding: 11px 10px 12px;
  background: #fff;
  margin: 22px 0 0 20px;
  -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;
}
.menu-bar .menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  top: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0s;
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0s;
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0s;
  background: #1b1464;
  position: relative;
  margin-bottom: 4px;
}
.menu-bar .menu-toggle span.bottom {
  margin-bottom: 0px;
}
.menu-bar .menu-toggle:hover span.top {
  top: -3px;
}
.menu-bar .menu-toggle:hover span.bottom {
  top: 3px;
}
.menu-bar a.go-home {
  top: -150px;
  position: fixed;
  right: 15px;
  -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;
}
@media only screen and (max-width: 1200px) {
  .menu-bar a.go-home {
    top: 14px;
  }
}
.menu-bar a.go-home img {
  width: 75px;
  height: 56px;
}
.menu-active .menu-bar {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
  left: 260px;
}
.menu-active .menu-bar .menu-toggle {
  margin: 22px 0 0 10px;
}
.menu-active .menu-bar .menu-toggle span {
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0.4s;
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0.4s;
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0.4s;
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0.4s;
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64) 0.4s;
}
.menu-active .menu-bar .menu-toggle span.top {
  top: 0px !important;
  -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
}
.menu-active .menu-bar .menu-toggle span.middle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-active .menu-bar .menu-toggle span.bottom {
  top: 0px !important;
  -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
}
.panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  background: #fff;
  -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-box-shadow: 8px 0px 8px rgba(27,20,100,0.2);
  box-shadow: 8px 0px 8px rgba(27,20,100,0.2);
  height: 100%;
  z-index: 999;
}
@media only screen and (max-width: 1600px) {
  .panel {
    width: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .panel {
    left: -260px;
    width: 260px;
  }
}
.panel a.logo {
  display: block;
  text-align: center;
  padding: 2.488687783vh 0 6.787330317vh;
}
@media only screen and (max-width: 1200px) {
  .panel a.logo {
    display: none;
  }
}
.panel a.logo img {
  width: 220px;
  height: 263px;
}
.panel ul {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 1200px) {
  .panel ul {
    border-top: none;
  }
}
.panel ul li {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #c9c9c9;
  position: relative;
}
.panel ul li a {
  display: block;
  padding: 3.959276018vh 0;
  width: 220px;
  margin: 0 auto;
  color: #1b1464;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -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;
}
.panel ul li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  content: '';
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e98627;
}
.panel ul li ul {
  position: absolute;
  top: -1px;
  background: #f4f1ee;
  left: 100%;
  -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;
  border-top: none;
  z-index: 999;
  width: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .panel ul li ul {
    left: 0 !important;
    position: relative;
    top: 0px;
    border-top: 1px solid #b9b9b9;
    border-bottom: none;
  }
}
.panel ul li ul li {
  width: 320px;
}
@media only screen and (max-width: 1600px) {
  .panel ul li ul li {
    width: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .panel ul li ul li {
    width: 260px;
    border-top: 1px solid #c9c9c9 !important;
  }
}
.panel ul li ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1200px) {
  .panel ul li:first-child {
    border-top: none;
  }
}
.panel ul li:hover > a {
  color: #e98627;
}
.panel ul li:hover > ul {
  width: 100%;
}
.panel ul li.current-menu-item > a {
  color: #e98627;
}
.panel ul li.current-menu-item > a:after {
  background: #7ac943;
}
.panel img.flag {
  width: 142px;
  height: 72px;
  margin: 3vh 50px;
}
@media only screen and (max-width: 1600px) {
  .panel img.flag {
    margin: 3vh 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .panel img.flag {
    margin: 3vh 25px;
  }
}
.menu-active .panel {
  left: 0;
}
.menu-active .panel ul {
  width: 100%;
}
.main {
  margin-left: 320px;
  background: #ccc;
  -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: 1600px) {
  .main {
    margin-left: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .main {
    margin-left: 0;
  }
}
.home-top {
  background: #1b1464;
  *zoom: 1;
  top: 0;
}
.home-top:before,
.home-top:after {
  content: '';
  display: table;
}
.home-top:after {
  clear: both;
}
.home-top .home-top-carousel {
  float: left;
  width: 58.292682927%;
  margin: 0;
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-carousel {
    float: none;
    width: 100%;
  }
}
.home-top .home-top-carousel .slick-dots {
  bottom: 15px;
}
.home-top .home-top-carousel .slick-dots li {
  margin: 0;
}
.home-top .home-top-carousel .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.home-top .home-top-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.home-top .home-top-carousel .item {
  height: 612px;
}
@media only screen and (max-width: 1600px) {
  .home-top .home-top-carousel .item {
    height: 500px;
  }
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-carousel .item {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-top .home-top-carousel .item {
    height: 300px;
  }
}
.home-top .home-top-text {
  float: right;
  width: 41.707317073%;
  position: relative;
  height: 612px;
}
@media only screen and (max-width: 1600px) {
  .home-top .home-top-text {
    height: 500px;
  }
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-text {
    float: none;
    width: 100%;
    height: auto;
  }
}
.home-top .home-top-text .text {
  max-width: 430px;
  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%);
  width: 80%;
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-text .text {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 80px 10% 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-top .home-top-text .text {
    padding: 40px 20px 40px;
  }
}
.home-top .home-top-text .text h1,
.home-top .home-top-text .text h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-text .text h1,
  .home-top .home-top-text .text h2 {
    font-size: 20px;
  }
}
.home-top .home-top-text .text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.555555556;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .home-top .home-top-text .text p {
    font-size: 16px;
  }
}
.features {
  *zoom: 1;
  background: #e98627;
}
.features:before,
.features:after {
  content: '';
  display: table;
}
.features:after {
  clear: both;
}
.features .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
}
.features .item:before,
.features .item:after {
  content: '';
  display: table;
}
.features .item:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .features .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .features .item:first-child {
    margin-left: auto;
  }
  .features .item:last-child {
    margin-right: auto;
  }
}
.features .item img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 370px) {
  .features .item img {
    float: none;
    margin: 0 0 10px 0;
  }
}
.features .item .text {
  overflow: hidden;
}
.features .item .text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0 20px;
}
@media only screen and (max-width: 978px) {
  .features .item .text h3 {
    margin: 10px 0 20px;
    font-size: 20px;
  }
}
.features .item .text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.main-img {
  width: 100%;
  display: block;
}
.form-newsletter {
  *zoom: 1;
}
.form-newsletter:before,
.form-newsletter:after {
  content: '';
  display: table;
}
.form-newsletter:after {
  clear: both;
}
.form-newsletter .contact-map {
  float: left;
  width: 69.918699187%;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .contact-map {
    float: none;
    width: 100%;
  }
}
.form-newsletter .contact-map #LDU {
  height: 620px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .contact-map #LDU {
    height: 200px !important;
  }
}
.form-newsletter .contact-info {
  float: left;
  width: 30.081300813%;
  background: #fff;
  height: 620px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .contact-info {
    float: none;
    width: 100%;
    height: auto;
  }
}
.form-newsletter .contact-info .text {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .contact-info .text {
    max-width: 100%;
    padding: 20px;
  }
}
.form-newsletter .contact-info .text h3,
.form-newsletter .contact-info .text h5,
.form-newsletter .contact-info .text p {
  color: #1b1464;
  line-height: 28px;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
}
.form-newsletter .contact-info .text h5 {
  font-size: 20px;
  margin: 0;
}
.form-newsletter .contact-info .text p {
  font-size: 18px;
  font-weight: 400;
}
.form-newsletter .contact-info .text p a {
  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;
}
.form-newsletter .contact-info .text p a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.form-newsletter .contact-info .text p strong {
  font-weight: 700;
}
.form-newsletter .contact-info .text a.download {
  -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;
}
.form-newsletter .contact-info .text a.download img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.form-newsletter .contact-info .text a.download span {
  color: #e98627;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0;
}
.form-newsletter .contact-info .text a.download:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.form-newsletter .form {
  float: left;
  width: 69.918699187%;
  background: #1b1464;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .form {
    float: none;
    width: 100%;
    padding: 30px 20px;
  }
}
.form-newsletter .form .gform_validation_container,
.form-newsletter .form .gform_ajax_spinner,
.form-newsletter .form .validation_error {
  display: none;
}
.form-newsletter .form .validation_message {
  color: #fff;
  font-size: 14px;
  margin: 2px 0 0;
}
.form-newsletter .form .gform_confirmation_message {
  color: #fff;
}
.form-newsletter .form .text {
  max-width: 630px;
  margin: 50px auto 70px;
}
@media only screen and (max-width: 1400px) {
  .form-newsletter .form .text {
    margin: 50px 20px 70px;
  }
}
@media only screen and (max-width: 978px) {
  .form-newsletter .form .text {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.form-newsletter .form .text h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0 20px 20px;
}
.form-newsletter .form .text form {
  max-width: 630px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .form .text form {
    max-width: 100%;
    width: 100%;
  }
}
.form-newsletter .form .text form .gfield_label {
  display: none;
}
.form-newsletter .form .text form ul li {
  clear: both;
  margin: 0 0 8px;
}
.form-newsletter .form .text form ul li input[type=text] {
  border: 2px solid #e98627;
  width: 100%;
  padding: 13px 18px;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
}
.form-newsletter .form .text form ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .form .text form ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .form .text form ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .form .text form ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .form .text form ul li.left {
  float: left;
  width: 49.4%;
}
@media only screen and (max-width: 600px) {
  .form-newsletter .form .text form ul li.left {
    float: none;
    width: 100%;
  }
}
.form-newsletter .form .text form ul li.right {
  clear: none;
  float: right;
  width: 49.4%;
}
@media only screen and (max-width: 600px) {
  .form-newsletter .form .text form ul li.right {
    float: none;
    width: 100%;
  }
}
.form-newsletter .form .text form ul li.styled-select .ginput_container {
  width: 100%;
  height: 49px;
  overflow: hidden;
  background: url("../img/select.png") center right 10px no-repeat;
  position: relative;
  border: 2px solid #e98627;
}
.form-newsletter .form .text form ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 46px;
  -webkit-appearance: none;
}
.form-newsletter .form .text form button {
  background: #e98627;
  color: #1b1464;
  line-height: 1;
  cursor: pointer;
}
.form-newsletter .form .text form button:after {
  background: #1b1464;
}
.form-newsletter .form .text form button:hover {
  background: #1b1464;
  color: #e98627;
}
.form-newsletter .form .text form button:hover:after {
  background: #e98627;
}
.form-newsletter .newsletter {
  float: right;
  width: 30.081300813%;
  background: #f4f1ee url("../img/supplied/texture.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .newsletter {
    float: none;
    width: 100%;
    padding: 30px 20px;
  }
}
.form-newsletter .newsletter .text {
  max-width: 220px;
  margin: 50px auto 40px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .newsletter .text {
    margin: 0;
    max-width: 100%;
  }
}
.form-newsletter .newsletter .text h3 {
  color: #1b1464;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.form-newsletter .newsletter .text p {
  color: #1b1464;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px;
}
.form-newsletter .newsletter .form-holder {
  max-width: 340px;
  margin: 0px auto 50px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .newsletter .form-holder {
    margin: 0;
  }
}
.form-newsletter .newsletter .form-holder a {
  text-align: center;
  display: block;
}
.form-newsletter .newsletter .form-holder a span {
  color: #e98627;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
.form-newsletter .newsletter .form-holder a img {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 0 10px;
}
.form-newsletter .newsletter .form-holder .signup-form {
  display: none;
  margin: 0 20px;
}
@media only screen and (max-width: 978px) {
  .form-newsletter .newsletter .form-holder .signup-form {
    margin: 0;
  }
}
.form-newsletter .newsletter .form-holder .signup-form .gform_validation_container,
.form-newsletter .newsletter .form-holder .signup-form .gform_ajax_spinner,
.form-newsletter .newsletter .form-holder .signup-form .validation_error {
  display: none;
}
.form-newsletter .newsletter .form-holder .signup-form .validation_message {
  color: #e98627;
  font-size: 14px;
  margin: 2px 0 0;
}
.form-newsletter .newsletter .form-holder .signup-form .gform_confirmation_message {
  color: #e88527;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #e98627;
  background: #fff;
  padding: 15px;
}
.form-newsletter .newsletter .form-holder .signup-form ul li {
  margin: 0 0 8px;
}
.form-newsletter .newsletter .form-holder .signup-form ul li label {
  display: none;
}
.form-newsletter .newsletter .form-holder .signup-form ul li input[type=text] {
  border: 2px solid #e98627;
  width: 100%;
  padding: 13px 18px;
  color: #1b1464;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  background: #fff;
}
.form-newsletter .newsletter .form-holder .signup-form ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .newsletter .form-holder .signup-form ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .newsletter .form-holder .signup-form ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .newsletter .form-holder .signup-form ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-newsletter .newsletter .form-holder .signup-form button {
  background: #e98627;
  color: #1b1464;
  line-height: 1;
  cursor: pointer;
}
.form-newsletter .newsletter .form-holder .signup-form button:after {
  background: #1b1464;
}
.form-newsletter .newsletter .form-holder .signup-form button:hover {
  background: #1b1464;
  color: #e98627;
}
.form-newsletter .newsletter .form-holder .signup-form button:hover:after {
  background: #e98627;
}
.footer {
  padding: 20px 20px 30px;
  background: #c2b7af;
  -webkit-box-shadow: inset 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: inset 0px 5px 10px rgba(0,0,0,0.2);
  *zoom: 1;
}
.footer:before,
.footer:after {
  content: '';
  display: table;
}
.footer:after {
  clear: both;
}
.footer p {
  color: #fff;
  font-size: 13px;
}
.footer 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 p a:hover {
  color: #1b1464;
}
.footer .footer-copyright {
  float: left;
}
@media only screen and (max-width: 600px) {
  .footer .footer-copyright {
    float: none;
    margin: 0 0 10px;
  }
}
.footer .footer-design {
  float: right;
}
@media only screen and (max-width: 600px) {
  .footer .footer-design {
    float: none;
  }
}
.generic {
  *zoom: 1;
}
.generic:before,
.generic:after {
  content: '';
  display: table;
}
.generic:after {
  clear: both;
}
.generic .generic-banner {
  height: 342px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .generic .generic-banner {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .generic .generic-banner {
    height: 120px;
  }
}
.generic .generic-banner h1 {
  position: absolute;
  bottom: 50px;
  left: 10.162601626%;
  color: #fff;
  font-size: 82px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 978px) {
  .generic .generic-banner h1 {
    font-size: 50px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .generic .generic-banner h1 {
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .generic .generic-banner h1 {
    font-size: 32px;
    bottom: 20px;
  }
}
.generic .generic-content,
.generic .generic-full {
  float: left;
  background: #fff;
  width: 60.162601626%;
  padding: 50px 40px 50px 10.162601626%;
}
@media only screen and (max-width: 767px) {
  .generic .generic-content,
  .generic .generic-full {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
.generic .generic-content h2,
.generic .generic-full h2,
.generic .generic-content h3,
.generic .generic-full h3 {
  color: #1b1464;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.384615385;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .generic .generic-content h2,
  .generic .generic-full h2,
  .generic .generic-content h3,
  .generic .generic-full h3 {
    font-size: 22px;
  }
}
.generic .generic-content h4,
.generic .generic-full h4 {
  color: #1b1464;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .generic .generic-content h4,
  .generic .generic-full h4 {
    font-size: 18px;
  }
}
.generic .generic-content p,
.generic .generic-full p,
.generic .generic-content ul li,
.generic .generic-full ul li {
  color: #1b1464;
  line-height: 1.555555556;
  font-size: 18px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .generic .generic-content p,
  .generic .generic-full p,
  .generic .generic-content ul li,
  .generic .generic-full ul li {
    font-size: 16px;
  }
}
.generic .generic-content p a,
.generic .generic-full p a,
.generic .generic-content ul li a,
.generic .generic-full ul li a {
  color: inherit;
  text-decoration: underline;
}
.generic .generic-content p strong,
.generic .generic-full p strong,
.generic .generic-content ul li strong,
.generic .generic-full ul li strong {
  font-weight: 700;
}
.generic .generic-content ul,
.generic .generic-full ul {
  list-style: disc;
  padding: 0 0 20px 20px;
}
.generic .generic-content ul li,
.generic .generic-full ul li {
  margin: 0;
}
.generic .generic-content ul li ul,
.generic .generic-full ul li ul {
  padding-bottom: 0;
}
.generic .generic-full {
  width: 100%;
  float: none;
}
.generic .generic-sidebar {
  float: right;
  width: 39.837398374%;
  background: #f4f1ee;
  padding: 50px 4.06504065%;
}
@media only screen and (max-width: 767px) {
  .generic .generic-sidebar {
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.generic .generic-sidebar .about p {
  color: #1b1464;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.384615385;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1500px) {
  .generic .generic-sidebar .about p {
    font-size: 22px;
  }
}
.generic .generic-sidebar .about ul li {
  *zoom: 1;
  padding: 0 0 30px;
}
.generic .generic-sidebar .about ul li:before,
.generic .generic-sidebar .about ul li:after {
  content: '';
  display: table;
}
.generic .generic-sidebar .about ul li:after {
  clear: both;
}
@media only screen and (max-width: 1500px) {
  .generic .generic-sidebar .about ul li {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .generic .generic-sidebar .about ul li {
    padding: 0 0 10px;
  }
}
.generic .generic-sidebar .about ul li img {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1500px) {
  .generic .generic-sidebar .about ul li img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .generic .generic-sidebar .about ul li img {
    width: 40px;
    height: 40px;
  }
}
.generic .generic-sidebar .about ul li h3 {
  color: #e98627;
  font-size: 44px;
  font-weight: 900;
  line-height: 75px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .generic .generic-sidebar .about ul li h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .generic .generic-sidebar .about ul li h3 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .generic .generic-sidebar .about ul li h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
.services-sidebar {
  background: #1b1464 !important;
  padding: 0 !important;
}
.services-sidebar img {
  display: block;
  width: 100%;
}
.services-sidebar .gform_validation_container,
.services-sidebar .gform_ajax_spinner,
.services-sidebar .validation_error {
  display: none;
}
.services-sidebar .validation_message {
  color: #fff;
  font-size: 14px;
  margin: 2px 0 0;
}
.services-sidebar .gform_confirmation_message {
  color: #fff;
}
.services-sidebar .form-holder {
  max-width: 320px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (max-width: 978px) {
  .services-sidebar .form-holder {
    max-width: 100%;
    width: 100%;
  }
}
.services-sidebar .form-holder h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0 20px;
  margin: 0 0 20px;
}
.services-sidebar .form-holder .gfield_label {
  display: none;
}
.services-sidebar .form-holder ul li {
  clear: both;
  margin: 0 0 8px;
}
.services-sidebar .form-holder ul li input[type=text] {
  border: 2px solid #e98627;
  width: 100%;
  padding: 13px 18px;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
}
.services-sidebar .form-holder ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services-sidebar .form-holder ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services-sidebar .form-holder ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services-sidebar .form-holder ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services-sidebar .form-holder ul li.styled-select .ginput_container {
  width: 100%;
  height: 49px;
  overflow: hidden;
  background: url("../img/select.png") center right 10px no-repeat;
  position: relative;
  border: 2px solid #e98627;
}
.services-sidebar .form-holder ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 46px;
  -webkit-appearance: none;
}
.services-sidebar .form-holder button {
  background: #e98627;
  color: #1b1464;
  line-height: 1;
  cursor: pointer;
}
.services-sidebar .form-holder button:after {
  background: #1b1464;
}
.services-sidebar .form-holder button:hover {
  background: #1b1464;
  color: #e98627;
}
.services-sidebar .form-holder button:hover:after {
  background: #e98627;
}
.title {
  *zoom: 1;
  padding: 20px 0 20px;
  position: relative;
}
.title:before,
.title:after {
  content: '';
  display: table;
}
.title:after {
  clear: both;
}
.title img {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .title img {
    float: none;
  }
}
.title span {
  color: #e98627;
  font-size: 39px;
  font-weight: 900;
  text-transform: uppercase;
  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: 1500px) {
  .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title span {
    position: relative;
    top: 0;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    margin: 10px 0 0;
  }
}
.title--blue span {
  color: #1b1464;
}
.quality-assurance p {
  color: #1b1464;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555555556;
  margin: 0 0 20px;
}
.quality-assurance img {
  display: block;
  margin: 0 0 20px;
}
.quality-assurance img:nth-of-type(1),
.quality-assurance img:nth-of-type(2),
.quality-assurance img:nth-of-type(3) {
  margin: 0 0 60px;
}
.sidebar-slider {
  margin: 0;
}
.sidebar-slider .slick-dots {
  bottom: 15px;
}
.sidebar-slider .slick-dots li {
  margin: 0;
}
.sidebar-slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.sidebar-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sidebar-slider .item {
  height: 340px;
}
.testimonials-slider {
  margin: 0 0 50px;
}
.testimonials-slider .slick-dots {
  bottom: -30px;
}
.testimonials-slider .slick-dots li {
  margin: 0;
}
.testimonials-slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.testimonials-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.testimonials-slider .item {
  padding: 20px 30px;
}
.testimonials-slider .item a.fancybox {
  float: right;
  display: block;
  width: 44px;
  height: 44px;
  background: url("../img/supplied/close.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 0 10px;
  position: relative;
  left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials-slider .item a.fancybox:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.testimonials-slider .item p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.09375;
  margin: 0 0 20px;
  clear: both;
}
.testimonials-slider .item span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.277777778;
}
.modal {
  display: none;
  padding: 40px;
}
.modal p {
  color: #1b1464;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555555556;
  margin: 0 0 20px;
}
.modal span {
  color: #1b1464;
  font-size: 18px;
  line-height: 1.555555556;
  font-weight: 400;
}
.modal span strong {
  font-weight: 700;
}
.modal a.close {
  float: right;
  display: block;
  width: 44px;
  height: 44px;
  background: url("../img/supplied/close-dark.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 0 10px;
  position: relative;
  left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.modal a.close:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close {
  display: none !important;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.projects-content {
  padding: 50px 40px !important;
}
.projects {
  *zoom: 1;
  max-width: 480px;
  margin: 0 auto;
}
.projects:before,
.projects:after {
  content: '';
  display: table;
}
.projects:after {
  clear: both;
}
.projects .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.projects .item:before,
.projects .item:after {
  content: '';
  display: table;
}
.projects .item:after {
  clear: both;
}
.projects .item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.projects .item:nth-child(2n+1) {
  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 img {
  margin: 0 0 10px;
}
.team {
  *zoom: 1;
}
.team:before,
.team:after {
  content: '';
  display: table;
}
.team:after {
  clear: both;
}
.team .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.team .item:before,
.team .item:after {
  content: '';
  display: table;
}
.team .item:after {
  clear: both;
}
.team .item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.team .item:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .team .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .team .item:before,
  .team .item:after {
    content: '';
    display: table;
  }
  .team .item:after {
    clear: both;
  }
  .team .item:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .team .item:nth-child(3n+1) {
    clear: none;
  }
  .team .item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .team .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 550px) {
  .team .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .team .item:first-child {
    margin-left: auto;
  }
  .team .item:last-child {
    margin-right: auto;
  }
}
.team .item img {
  margin: 0 0 10px;
}
.button {
  border: 2px solid #e98627;
  display: inline-block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 15px 52px 15px 22px;
  color: #e98627;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  min-width: 185px;
  text-align: left;
  -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) {
  .button {
    font-size: 16px;
  }
}
.button:after {
  position: absolute;
  content: '';
  top: 16px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: #e98627;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -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:hover {
  background: #e98627;
  color: #1b1464;
}
.button:hover:after {
  background: #1b1464;
}
.button--blue {
  color: #1b1464;
  border-color: #1b1464;
}
.button--blue:after {
  background: #1b1464;
}
.button--blue:hover {
  background: #1b1464;
  color: #e98627;
}
.button--blue:hover:after {
  background: #e98627;
}
@media only screen and (min-height: 822px) {
  .panel ul li a {
    padding: 30px 0;
  }
}
@media only screen and (max-height: 822px) {
  .panel a.logo img {
    width: 130px;
    height: auto;
  }
}
