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

    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('slick/ajax-loader.gif') center center no-repeat;
}

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

    src: url('slick/fonts/slick.eot');
    src: url('slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/fonts/slick.woff') format('woff'), url('slick/fonts/slick.ttf') format('truetype'), url('slick/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;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    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-dotted.slick-slider
{
    margin-bottom: 30px;
}

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

    display: block;

    width: 100%;
    padding: 0;
    margin: 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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
go top 2039 unicode
Montserrat
*/
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('fonts/Montserrat-Medium.ttf');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('fonts/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Montserrat-Black';
	src: url('fonts/Montserrat-Black.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

:root{		
	--dark-blue-color: #123a44;
	--blue-color: #115258;
	--light-blue-color: #009897;
	--light-green-color: #9ba142;
	--light-green-background: #c3d94c;
	--grey-background: #e9ecef;
	--light-grey-background: #f8f8f8;
	--dark-grey-background: #DADBDF;	/* ??? */
	--dark-black: #000000;
	--black: #1b1412;
	--light-black: #2d2725;
	--white-color: #ffffff;
	
	--red-padding: 65px;
	--orange-padding: 35px;
	--blue-padding: 25px;
	--green-padding: 10px;
	
	--red-error: #ff3700;
}

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, font, 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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
    }
	
html, body {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

sub {	
	font-size: 0.6em;	
	vertical-align: sub;
}
sup {
	font-size: 0.6em;	
	vertical-align: super;
}

:focus {
	outline: 0;
    }
    
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
    *zoom:1;
}
body {
	line-height: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: transparent;
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: var(--blue-color);
    }
body.noscroll {
	overflow-y: hidden;
}
body.hidden-scroll {
	overflow-y: hidden;
}
ol, ul {
	list-style: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

strong, bold, b {
	font-family: 'Montserrat-Bold';
	font-weight:normal;
}
a{
    text-decoration: none;
	font-weight: 700;
	color: #115258;
}

a:hover{
    text-decoration: underline;
}

div.wrapper{
	margin: 0 auto;
    position: relative;
    width: 100%;
	height:100%;
	display: inline-block;
	height: auto !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
div.wrapper:before{
	width: 100%;
	height: 80px;

	background-color: var(--blue-color);
	
	position: relative;
	top: 0;
	content: '';
	
}
.content_wrapper{
    /*padding-bottom: 97px;*/
	width: 100%;
    /*max-width: 1160px;*/
	margin: 0 auto;
}


.fullwidth {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

body.blog .fullwidth {
	margin-left: 0;
	margin-right: 0;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
	/*padding: 20px;*/
	padding: var(--red-padding) 0;
	/*text-align: center;*/
}

div.content{
	/*width: 720px;*/
	/*max-width: 100%;*/
	box-sizing:border-box;
	/*background-color: white;*/
	/*margin-right: 30px;
    padding: 30px 20px;*/
	max-width: 1160px;
	margin: 0 auto;
}

body.blog .blog-cols {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
}

body.blog div.content.column {
	width: calc(100% / 3 * 2);	
	min-width: calc(100% - 380px);
	margin: 0;
}

.col25 { width:25%; display: inline-block; float: left; }
.col50 { width:50%; display: inline-block; float: left; }
.col75 { width:75%; display: inline-block; float: left; }
.col33 { width: 33.33%; display: inline-block; float: left; padding:15px; }
.row-padding { padding: 0 20px; }
body.blog .transformer.row-padding { padding: 0; }
.no-padding { padding: 0; }
.lead { 
	margin-bottom: 50px;
}


img { width:100%; }
/*
img{
	margin-bottom: 30px;
	margin-top:5px;
}
*/

div.baseContent.content {
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
	position: relative;
}

.home div.baseContent.content {
	padding: 0 20px;
}

div.baseContent.content > .wrap {
	padding: 20px 0 0;
}


body.blog div.baseContent.content {
	padding: var(--red-padding) 20px 0;
}
body.blog div.baseContent.content > .wrap {
	padding: 0;
}

/* p,
ul,
ol {
	margin-bottom: 15px;
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: var(--dark-blue-color);
} */

ul { list-style: none; padding-left: 0; }
ol { list-style:decimal inside; padding-left:0; }
ol li { margin-bottom: 10px; }
ol li p { display: inline; }

.slideritem .text ul,
.content-module ul,
.teaserslides ul,
.popup-item-text-wrapper ul,
.services-wrapper ul,
.transformer-text ul,
.textarea ul {	
	margin-bottom: 10px;
}

.slideritem .text ul li,
.content-module ul li,
.teaserslides ul li,
.popup-item-text-wrapper ul li,
.services-wrapper ul li,
.transformer-text ul li,
.textarea ul li {	
	position: relative;
	padding-left: 15px;
}
.slideritem .text ul li::before,
.content-module ul li::before,
.teaserslides ul li::before,
.popup-item-text-wrapper ul li::before,
.services-wrapper ul li::before,
.transformer-text ul li::before,
.textarea ul li::before  {
	content: '>';
	position: absolute;
	left: 0;
	float: left;
	padding-right: 5px;
	font-size: 10px;
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat-Black', sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	color: var(--blue-color);
	padding: 0;
}



h1, .h1 {
	font-size: 72px;
	letter-spacing: 0.025em;
	line-height: 1.2em;
	margin-bottom: var(--orange-padding);
}

body.blog h1,
body.blog .h1 {
	font-size: 36px;
	letter-spacing: 0.025em;
	line-height: 1;
	
	color: var(--dark-blue-color);
	margin: var(--blue-padding) 0  var(--green-padding);
}

h2, .h2, .teaserslides-popup>h1, .solutions h1 {
	font-size: 48px;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-bottom: var(--orange-padding);
	font-family: 'Montserrat-Black', sans-serif;
    display: block;
}

h3, .h3, .teaserslides-popup .popup-item-text-wrapper .text h2 {
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 1.15em;
	margin-bottom: var(--blue-padding);
}
h4, .h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.1em;
	margin-bottom: var(--blue-padding);
	
}
h5, .h5 {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.25em;
	margin-bottom: var(--blue-padding);
}
h6, .h6 {
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.25em;
	margin-bottom: var(--blue-padding);
}

/*
a {
   color: #a8cbb7;
   font-family: 'Open Sans';
}
*/
table{
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	color: #000000;
	font-family: 'Montserrat-Regular', sans-serif;
}
table tr{
	border-bottom: 1px solid #dddddd;
	margin: 5px;
}
table tr td{
	padding: 5px 0 5px 0; 
}
table tr th{
	padding-bottom: 5px;
}

.medium48 { 
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 48px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	color: var(--dark-blue-color);
}
.black72 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 72px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	color: var(--dark-blue-color);
}
.black48 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 48px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 0;
	color: var(--dark-blue-color);
}
.black36 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 36px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 0;
	color: var(--dark-blue-color);
}
.black24 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15em;
	letter-spacing: 0.01em;
	color: var(--dark-blue-color);
}
.black20 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1em;
	letter-spacing: 0;
	color: var(--dark-blue-color);
}
.black16 { 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25em;
	letter-spacing: 0.04em;
	color: var(--dark-blue-color);
}

.button13 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.4em;
	line-height: 1.2em;
	color: var(--dark-blue-color);
}
.small13 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	color: var(--blue-color);
}
.link12 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: var(--dark-blue-color);
	text-decoration:underline;
}
.special16 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	color: var(--light-green-color);
}
.special36 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 36px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	color: var(--dark-blue-color);
}

.regular16 { 
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;	
}

.dark-blue-color { color: var(--dark-blue-color); }
.blue-color { color: var(--blue-color); }
.light-blue-color { color: var(--light-blue-color); }
.dark-blue-color { color: var(--light-green-color); }
.light-green-background { background-color: var(--light-green-background); }
.grey-background { background-color: var(--grey-background); }
.dark-grey-background { background-color: var(--dark-grey-background); }
.dark-black-color { color: var(--dark-black); }
.black-color { color: var(--black); }
.light-black-color { color: var(--light-black); }
.white-color { color: var(--white-color); }











/*
div.content ul.anchors {
    margin-bottom: 30px;
    padding-bottom: 4px;
    text-align: left;
	padding-left:0px;
}

div.content ul.anchors li {
    color: #000000;
    display: inline;
}

div.content ul.anchors li a{
    color: #000000;
	text-decoration:none;
	font-weight:bold;
}

div.content ul.anchors li a:hover,
div.content ul.anchors li.active a{
    color: #a8cbb7;
}

div.content ul.anchors li  span.vertical_divider {
    padding: 0 2px;
	font-weight: bold;
    margin: 0 2px 0 5px;
}


/* Teaser column */
div.teaser.column{
	width: calc(100% / 3);
	min-width: 380px;
	padding-top: var(--red-padding);
	box-sizing:border-box;
}
/*
div.teaser.column p,
div.teaser.column ul,
div.teaser.column ol{
	font-size:12px;
}

div.teaser.column h4{
	text-transform: uppercase;
	font-family: 'Open Sans';
	letter-spacing: 1px;
    color: #000000;
}




div.image-element{
	padding:15px 15px 1px 15px;
	background-color:white;
	margin-bottom:15px;
}

div.download-link{
	padding:0px;
	margin-bottom:15px;
}

div.image-element h4{
	background-image: url("black_line.png");
    background-position: center center;
    background-repeat: repeat-x;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
	font-weight:800;
	line-height:18px;
	font-size:14px;
}

div.image-element h4 span{
	background-color:white;
	padding-left:5px;
	padding-right:5px;
}

div.image-element img{
	width: 100%;
	height: auto;
	margin: 0px 0 10px 0;
}

div.download-link a{
	color: #a8cbb7;
	font-size: 13px;
	font-family: 'Open Sans';
}

div.download-link > img {
    float: left;
    height: 12px;
    margin-right: 5px;
	margin-bottom:5px;
    width: 12px;
}

div.download-link span.ext-type{
	text-transform:uppercase;
}

div.content.column.small{
	width: 300px;
	margin-right: 0; 
	min-height: inherit;
	background-color: inherit;
}
*/
/* Hamburger */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  right: 5px;
  height: 4px;
  background: var(--light-green-background);
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--light-green-background);
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -ms-transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
  
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  background-color: var(--light-green-background);
}
div.o-grid__item{
	display: none;
	float: right;
}
ul.nav-menu-mobile,
p.nav-menu-mobile-footer{
	display: none;
}


/* Header */
header {
	background-color: var(--blue-color);
	color: #fff;
	height: 80px;
	width: 100%;
	
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	
	transition: all .1s ease;
}
header.sticky {	
	transition: all .1s ease;
	height: 60px;
	box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
	-webkit-box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
	-moz-box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
}
header .container { 
	padding: 20px; 
	text-align: center; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

header div.logo{
	height:40px;
	display: inline-block;
	float: left;
	transition: height .3s ease;
}

header.sticky div.logo {
	height: 32px;
}
header div.logo a img{
	height: 100%;
	width: auto;
}

header ul.nav-menu, ul.nav-menu{
   
    text-align: center;
	display: block;
	
	font-size: 0;
	line-height: 0;
	padding-left: 0;
}
/*
header ul.nav-menu li{
	display: inline-block;
	padding: 15px 28px;
	color: var(--white-color);
}
header ul.nav-menu li a{
	text-decoration: none;
	color: var(--white-color);
	display: inline-block;
	text-transform:uppercase;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.025em;
	line-height: 1.25em;
}
*/
header ul.nav-menu li, ul.nav-menu li{
	display: inline-block;
	color: var(--white-color);
	padding: 0 0 0 52px;
}
header ul.nav-menu li a,
ul.nav-menu li a {
	padding: 10px 0 0;
	text-decoration: none;
	color: var(--white-color);
	display: inline-block;
	text-transform:uppercase;
	font-family: 'Montserrat-Regular';
	font-family: 'Montserrat-Medium';
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.025em;
	line-height: 1.25em;
	line-height: 1.25rem;
	border-bottom: 2px solid var(--blue-color);
}
div.footer ul.nav-menu li a { border-bottom: 2px solid var(--dark-blue-color); }
header ul.nav-menu:not(.menuopen) > li > a:hover,
header ul.nav-menu:not(.menuopen) > li:hover > a,
header ul.nav-menu:not(.menuopen) > li.active > a,
div.footer ul.nav-menu > li > a:hover,
div.footer ul.nav-menu > li.active > a{
	border-bottom: 2px solid var(--light-green-background) ;
}
header ul.nav-menu > li ul {
	display: none;
	position: absolute;
	padding: 0;
	border: none;
	/* background-color: var(--blue-color); */
	text-align: left;
	z-index:5;
	margin-left: -18px;
	
	padding-top: 24px;
} 
header.sticky ul.nav-menu > li ul {
	padding-top: 14px;
} 
header ul.nav-menu > li ul li {
	display: block;
	background-color: var(--dark-blue-color);
	color: var(--white-color); 
	padding: 0 18px;
	border: none;
}
header ul.nav-menu > li ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	padding: 7px 0;
	border: none;
	text-transform: unset;
}
header ul.nav-menu:not(.menuopen) > li:hover ul {
    display: block;
	
}
header ul.nav-menu:not(.menuopen) > li:hover ul.split {
	column-count: 2;
}
header ul.nav-menu:not(.menuopen) > li ul li:hover,
header ul.nav-menu:not(.menuopen) > li ul li.active {
    background-color: var(--blue-color);
	border: none;
}
/* header ul.nav-menu > li > ul:before { content:''; width:100%; display:block; height:18px; background-color: var(--blue-color); } */
/*header ul.nav-menu > li > ul:after { content:''; width:100%; display:block; height:10px; background-color: var(--dark-blue-color); }*/

header ul.nav-menu.menuopen { 
	display:block; 
	position: fixed;
	height: calc(100% - 55px);
    top: 80px;
	z-index: 10;
	padding:0;
	left:0;
	overflow: scroll;
}
header ul.nav-menu.menuopen li { display:block; padding:0; position: relative; }
header ul.nav-menu.menuopen,
header ul.nav-menu.menuopen li,
header ul.nav-menu.menuopen li a { width:100%; background: var(--dark-blue-color); }
header ul.nav-menu.menuopen li a { background-color: var(--dark-blue-color); }
header ul.nav-menu > li.open > ul:before { content:unset; }
header ul.nav-menu.menuopen li.open > ul { display:block; position:relative; margin:0; width: 100%; }
header ul.nav-menu.menuopen li.open > ul > li > a { width: 200px; margin: 0 auto; background-color:inherit; }
header ul.nav-menu.menuopen li.open > ul > li:hover { background-color: var(--blue-color); }
header ul.nav-menu.menuopen li.childs .arrow { 
	width: 40px;
	height: 40px;
	position:absolute; 
	top: 6px;
    right: 22px;
	z-index:15; 
	cursor: pointer;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header ul.nav-menu.menuopen li.childs .arrow span { 
	width: 12px;
	height: 12px;
	border: solid var(--white-color);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
	transition: all .3s ease;
}

header ul.nav-menu.menuopen li.open.childs .arrow  { 
	
}


header ul.nav-menu.menuopen li.open.childs .arrow span { 
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);	
	
	margin-bottom: -4px;
}


/* Tabs navigation */
.container.sub-nav {
	position: sticky;
	top: 60px;
	z-index: 10;
}
.nav-menu-tabs { 
	font-size:0; 
	line-height:0;
	margin:0; 
	padding: 0 20px;
	text-align: center; 
	display: flex; 
	justify-content: center;
}
.nav-menu-tabs li { 
	display: inline-block; 
	background-color: var(--grey-background); 
	width: 100%;
}
.nav-menu-tabs li a { 
	display: block; 	
	color: var(--blue-color);
	padding: 0px 20px;
	line-height: 48px;
	font-family: 'Montserrat-Regular';	
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.4px;
	text-decoration: none;
	white-space: nowrap;
}
.nav-menu-tabs li.active a,
.nav-menu-tabs li:hover a { 
	background-color: var(--dark-grey-background);
}
/* Subnavigation animation */
/*.container.sub-nav li.subhover { background-color: var(--dark-grey-background); }*/
.container.sub-nav li a { position: relative; overflow:hidden; }
.container.sub-nav li a::after {
  background: #fff;
  content: '';
  height: 125px;
  left: -65px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition-property: left;
  transition-duration: 2s;
  width: 50px;
  z-index: -10;
}
.container.sub-nav li.subhover a::after {
  left: 120%;
  transition-property: left;
  transition-duration: 2s;
  z-index: 10;
}

/* Footer */	
div.footer{
	width: 100%;
    background-color: var(--dark-blue-color);
	color: #fff;
	margin-top: auto;
}
div.footer .container { text-align: center; padding: var(--red-padding) 15px; position: relative; }
div.footer .row{
	/*padding: 65px 0;*/
	text-align: center;
}
div.footer .footer-nav {
	padding: 30px 0;
	border-top: 1px solid var(--blue-color);
	border-bottom: 1px solid var(--blue-color);
	margin: var(--red-padding) 0;
}
div.footer .socials {
	/*padding: 45px 0 65px 0;*/
}
div.footer .socials img {
	width: 99px;
	height: 39px;
	padding: 0 30px;
}
/*
div.footer div.footer-text{
	margin-top:11px;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:center;
	line-height:28px;
	font-size: 12px;
    font-family: 'Open Sans';
	font-weight:bold;
	color: #000000;
	padding:7px 0px;
}

div.footer div.footer-text a,
p.nav-menu-mobile-footer a{
	text-decoration: none;
	color: #000000;
}
div.footer div.footer-text a:hover,
p.nav-menu-mobile-footer a:hover{
	color: #a8cbb7;
}
*/


/* Contact form */

div.content.contact-form {
	margin: 50px auto;
	width: 100%;
	max-width: 1140px;
	padding: 20px;
}

.contact-form .contact-head {
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
	background-color: var(--dark-blue-color);
	color: #ffffff;
	justify-content: space-between;
	
}

.contact-form .contact-head .col1,
.contact-form .contact-head .col2 {
	min-height: 210px;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.contact-form .contact-head h2 {
	color: #ffffff;
	margin-bottom: 60px;
}
.contact-form .contact-head .address {
	font-family: 'Montserrat-Bold', sans-serif;
}

.contact-form .contact-head .phone a {
	padding-left: 28px;
	background-image: url('icons/svg/phone.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
}

.contact-form .contact-head .email a {
	padding-left: 28px;
	background-image: url('icons/svg/email.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
}


.contact-form .contact-head .phone a,
.contact-form .contact-head .email a {
	text-decoration: none;
	color: #ffffff;
}
.contact-form .contact-head .phone a:hover,
.contact-form .contact-head .email a:hover {
	text-decoration: underline;
}
.contact-form .contact-head .col50 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-form h2.heading {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 36px;
	line-height: 2;
	letter-spacing: 1.3px;
	
	margin: 50px auto;
	text-align: center;
}

.contact-form .form-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.contact-form .form-wrapper .leftcolumn,
.contact-form .form-wrapper .rightcolumn {
	width: calc(50% - 15px);
}
.contact-form .form-wrapper .rightcolumn {	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form .form-wrapper .rightcolumn .input {
	width: 100%;
	position: relative;
}

.contact-form .form-wrapper .rightcolumn .input.col30 {
	width: 30%;
}


.contact-form .form-wrapper .leftcolumn.absolute {
	position: absolute;
	top: 248px;
	left: 0;
}



div.content div.contactform_div #form_content {
	margin-top:20px;
}
div.content div.contactform_div input{
	width:100%; 
	height: 44px;
	box-sizing: border-box; 
	color:var(--dark-blue-color); 
	background-color:var(--grey-background); 
	border:none; 
	border-bottom: 2px solid var(--dark-blue-color); 
	font-size:16px; 
	font-family: 'Montserrat-Regular', sans-serif;
	/*line-height:43px;*/ 
	line-height:1; 
	/*height:50px;*/ 
	margin-bottom:23px; 
	padding:13px;
}
div.content div.contactform_div .rightcolumn input {
	font-size: 12px; 
}


div.content div.contactform_div .textarea-wrap {
	height: 230px;	
}

div.content div.contactform_div textarea {
	width:100%; 
	box-sizing: border-box; 
	color:var(--dark-blue-color); 
	background-color:var(--grey-background); 
	border:none; 
	/* border-bottom:2px solid var(--dark-blue-color);  */
	font-size:16px; 
	font-family: 'Montserrat-Regular', sans-serif;
	/*line-height:43px;*/ 
	line-height:1.2; 
	
	padding: 13px 13px 0 13px; 
	/*height: 122px;*/
	height: 170px;
	resize: none;
	
	transition: all .3s ease;
}
div.content div.contactform_div textarea.extended {
	height: 226px;
}
div.content div.contactform_div textarea::placeholder {
	font-size: 12px;
	line-height: 1.5;
}

div.content div.contactform_div textarea + .additional-placeholder {
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;	
	font-size: 12px;
	right: 0;
	line-height: 16px;
	background-color: var(--grey-background);
	border: none;
	border-bottom: 2px solid var(--dark-blue-color);
	display: block;
	margin-top: -8px;
	padding: 13px;
	min-height: 62px;
}

div.content div.contactform_div textarea::focus + .additional-placeholder {
	opacity: 0;
}

div.content div.contactform_div input:focus{
	outline:none;
}
div.content div.contactform_div ::-webkit-input-placeholder{
	color: var(--dark-black-color); 
	opacity: 1; 
	overflow: hidden;
	text-overflow: ellipsis;
}
div.content div.contactform_div ::-moz-placeholder{
	color:  var(--dark-black-color); 
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.content div.contactform_div :-ms-input-placeholder{
	color:  var(--dark-black-color); 
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.content div.contactform_div :-moz-placeholder{
	color:  var(--dark-black-color); 
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.content div.contactform_div ::placeholder{
	color: var(--dark-black-color); 
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.content div.contactform_div select{
	width:165px; 
	color: var(--dark-black-color); 
	background: url(/includes/icons/select-down-arrow.png) no-repeat 135px 20px; 
	background-color:#dcdbdb; 
	border:1px solid #dcdbdb; 
	font-size:18px; 
	line-height:40px; 
	height:50px; 
	margin-bottom:15px; 
	padding:0px 15px; 
}
div.content div.contactform_div select:focus{
	outline:none;
}
div.content div.contactform_div input, 
div.content div.contactform_div select, 
#floating-panel input, 
#floating-panel .input, 
button, 
.btn, 
#ap_login-form input, 
.filter-buttons input, 
.filter-group input[type="reset"], 
.filter-group input[type="button"], 
.filter-group input[type="submit"] { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-o-appearance: none; 
	appearance: none; 
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	outline: none; 
}
div.content div.contactform_div select::-ms-expand { 
	display: none; 
}

div.content div.contactform_div select.error, 
div.content div.contactform_div input.error, 
div.content div.contactform_div textarea.error { 
	color: var(--red-error); 
}
div.content div.contactform_div input.error::-webkit-input-placeholder, 
div.content div.contactform_div textarea.error::-webkit-input-placeholder{
	color: var(--red-error);
}
div.content div.contactform_div input.error::-moz-placeholder, 
div.content div.contactform_div textarea.error::-moz-placeholder {
	color: var(--red-error);
}
div.content div.contactform_div input.error:-ms-input-placeholder, 
div.content div.contactform_div textarea.error:-ms-input-placeholder {
	color: var(--red-error);
}
div.content div.contactform_div input.error:-moz-placeholder, 
div.content div.contactform_div textarea.error:-moz-placeholder{
	color: var(--red-error);
}
div.content div.contactform_div input.error::placeholder, 
div.content div.contactform_div textarea.error::placeholder{
	color: var(--red-error);
}

div.content div.contactform_div input[type="checkbox"] { 
	width:14px; 
	height:14px;
	border: 2px solid var(--dark-blue-color); 
}

div.content div.contactform_div  label.required-label{ 
	font-size:12px; 
	display:block; 
	line-height:16px;
	margin-bottom: 10px; 
	margin-top: 15px; 
}
div.content div.contactform_div  label.anonymous-label{ 
	font-size:16px; 
	display:block; 
	line-height:18px;
	margin-top:15px; 
}
div.content div.contactform_div  label.anonymous-label-inner{ 
	font-size:16px; 
	display:inline-block; 
	line-height:18px;
	margin-right:10px;
	padding-left:20px;
}
div.content div.contactform_div  label.anonymous-label-inner::before{
	top:2px; 
	width:14px; 
	height:14px; 
	border-radius:7px;
}
div.content div.contactform_div  label.anonymous-label-inner::after	{
	content: '';
	position: absolute; 
	top: 5px;  left: 3px;
	background-color: #008cb4;
	transition: all .2s;
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
}
div.content div.contactform_div  .anonymous_input{    
	line-height: 18px; 
	height: 30px; 
	margin-top:10px; 
	font-size:16px; 
	max-width:73px;
}
div.content div.contactform_div div.submit input{ 
	background-color: var(--light-green-background); 
	border:none; 
	color: var(--dark-blue-color); 
	text-transform: uppercase; 
	font-weight:normal; 
	line-height: 1; 
	width: auto; 
	height: auto;
	padding: 23px var(--blue-padding); 
	/*height:48px;*/ 
	margin:var(--red-padding) auto 0; 
	display: block; 
	cursor: pointer; 
	
	
	transition: all .1s ease;	
}
div.content div.contactform_div div.submit input:hover{ 
	/*background-color: #ffffff; 
	border:1px solid #008cb4; 
	color: #008cb4;*/ 

	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	transition: all .1s ease;	
}
div.content div.contactform_div.wait input, 
div.content div.contactform_div.wait select, 
div.content div.contactform_div.wait label { 
	pointer-events:none !important; 
}
div.content div.contactform_div.wait { 
	cursor: progress; 
}




/* Hide the browser's default checkbox */
.container-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-cb {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	
}

/* Create a custom checkbox */
.container-cb .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	/*
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ffffff;
	*/
	border: 2px solid var(--dark-blue-color);
}

.container-cb.error .checkmark {
	border: solid 2px var(--red-error);;
	
}


/* On mouse-over, add a grey background color */
.container-cb:hover input ~ .checkmark {
 /*  background-color: var(--dark-blue-color); */
}

/* When the checkbox is checked, add a blue background */
.container-cb input:checked ~ .checkmark {
  background-color: var(--light-green-background);
}

/*
.container-cb .checkmark:after {
	content: "";
	position: absolute;
	display: block;
	color: #F5DC70;
	height: 15px;
	width: 15px;
	border-radius: 5px;
	font-size: 32px;
}

.container-cb .checkmark:after {
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background-color: #F5DC70;
}
.container-cb input:checked ~ .checkmark:after {
  display: block;
  background-color: #000000;
}
*/

.mfp-bg {
  background: #000000;
  opacity: 0;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: 600px;

	margin: 20px auto;
	text-align: center;
	display: flex;
	height: 400px;
	vertical-align: middle;
	flex-direction: column;
	justify-content: center;
	
	-moz-box-shadow: 0 0 40px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0 0 40px 0px rgba(0,0,0,0.25);
}

.mfp-close-btn-in .mfp-close.contact-close {
	opacity: 1;
	font-size: 26px;
	font-family: 'Montserrat-Regular', sans-serif;
	width: 50px;
	height: 50px;
	color: var(--blue-color);
}



/* Header Film */
div.header-film {
    overflow: hidden;
    position: relative;
}
div.header-film div.image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
div.header-film .caption-area {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;
    max-width: 1150px;   
	padding: 0 15px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
div.header-film .caption-area h1, 
div.header-film .caption-area h2 {
	font-family: 'Montserrat-Medium';
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 50px;
}

div.header-film .caption-area h1 b,
div.header-film .caption-area h1 strong, 
div.header-film .caption-area h2 b,
div.header-film .caption-area h2 strong {
	font-family: 'Montserrat-Black';
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
}
div.header-film .caption-area .lead,
div.header-film .caption-area .lead h2 {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 50px;
}


div.header-film .bottom-area {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;
    width: 1150px;
    height: auto;
	padding: 0 15px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
div.header-film .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: 2;
    background-color: #000;
	opacity: 0.38;
}
div.header-film .button { border: 3px solid var(--light-green-background); display:inline-block; min-width: 270px; text-align: center; }
div.header-film .button a { font-family: 'Montserrat-Regular'; color: var(--white-color); padding: 10px 30px; min-width: 270px; text-transform: uppercase; display: inline-block; text-decoration:none; font-size: 13px; line-height: 25px; text-transform: uppercase; letter-spacing: 5.2px; }
div.header-film .button a:hover { text-decoration:none; background-color: var(--light-green-background); color: var(--dark-black); }
div.header-film .bottom-area.videoicons { bottom:20px; top:auto; transform: none; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: center;}
div.header-film .bottom-area.videoicons.mobile {
	display: none;
}


div.header-film .videoicons img.img110 { width: 110px; margin-right:60px; }
div.header-film .videoicons img.img90 { width: 90px; margin-right:60px; }
div.header-film .videoicons img.img75 { width: 75px; margin-right:80px; }

div.header-film .videoicons img {
	margin: 8px 20px;
	height: 100%;
	max-width: 100%;
	width: auto;
}

div.header-film .top-controls {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
	/*display: none;*/
	opacity:0;
}
div.header-film .top-controls span {
	float:right;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
div.header-film .top-controls.fullscreen span {
	width: 24px;
	height: 24px;
}
div.header-film .top-controls span#vimeo_fullscreen {
	background-image: url('/includes/icons/svg/vimeo-fullscreen.svg');
	margin-left: 10px;
}
div.header-film .top-controls.fullscreen span#vimeo_fullscreen {
	background-image: url('/includes/icons/svg/vimeo-fullscreen-exit.svg');
}
div.header-film .top-controls span#vimeo_volume {
	background-image: url('/includes/icons/svg/vimeo-volume.svg');
}
div.header-film .top-controls.muted span#vimeo_volume {
	background-image: url('/includes/icons/svg/vimeo-mute.svg');
}

/* Start header film Jed */
/****** Landing page - video/image full width/height ****/
div.landing-header{
	position:relative;
	overflow:hidden;
	width: 100%;
	display: inline-block;
    
	background-repeat:no-repeat;
	background-size:cover; 
	min-height: calc(100vh - 80px);
	float: left;
}
div.fade-image{
    width: 100%;
	height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
	left:0px;
	z-index: 2;
    	
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	
	transition: opacity ease .5s;
}	
div.fade-image.preload-image{ display;block; }
div.fade-image.slow-speed{ 	display:none; }
div.fade-image.vimeo iframe{
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
	z-index: 3;
}
div.fade-image.video video{
	height: auto;
	width: 100%;
	z-index: 3;
	position: relative;
}

div.fade-image .image-no-video {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}
div.fade-image .image-no-video img {
	display: none;
	width: 100%;
	height: auto;
}

/* Header film  */
div.header-film { /* position: relative; */}
div.header-film .fullScreenImageOverlay.white h1 { color: #ffffff; }
/* End header film Jed */



/* Solutions */
.solutions .lead { 
	margin-bottom: var(--red-padding); 
}  
.solutions .grid {	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
} 
.solutions .col33 { 
	transition: all .3s ease; 
	width: calc(100% / 3 - 30px); 
	min-width: auto; 
	max-width: 100%;  
	float: none; 
	padding: 0; 
	margin: 15px; 
	display: flex;
	flex-direction: column;
	text-decoration: none;	
}
.solutions .col33:hover { 
	-moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);	
	text-decoration: none;
}

.solutions .image { 
	height: 90px; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ 	
	transition: all .3s ease;
}
.solutions .col33:hover .image { 
	filter: none; 
	-webkit-filter: grayscale(0%); 
}
.solutions .item { 
	background-color: var(--white-color); 
	padding: var(--blue-padding); 
	height: calc(100% - 90px); 
	position: relative;
}
.solutions .item .link12 { 
	text-decoration: underline; 
	position: absolute;
	bottom: 25px; 
	font-weight: 700;
}
.solutions a.col33 .small13 { 
	padding-bottom: 40px; 
}
.solutions .col33 .small13 { 
	font-weight: 700;
}
.solutions .item h3, 
.solutions .item h4 {
	min-height: 44px;
}
.solutions .item h3 {
	font-size: 20px;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: var(--blue-padding);
}


/* Services */
.services .services-wrapper { 
	display:flex; 
	flex-wrap: wrap; 
	justify-content: center;
}
.services .col333 { 
	display:flex; 
	flex-direction: column;
	width: calc(100% / 4 - 30px);
	box-sizing: content-box;
	padding: 15px;
}

/* .services-wrapper.items-count-4 .col333  {
	width: calc(100% / 4 - 30px);
}
.services-wrapper.items-count-3 .col333  {
	width: calc(100% / 3 - 30px);
}
.services-wrapper.items-count-2 .col333  {
	width: calc(100% / 2 - 30px);
} */

.services-wrapper .col333  {
	width: calc(100% / 4 - 30px);
}

.services .col333:hover .image { 
	-moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.5); 
}
.services .image { 
	display:flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	overflow:hidden; 	
	position: relative;
	transition: all .3s ease;
	
	background-color: var(--blue-color);
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% auto;
	
	width: 255px;
	height: 255px;
		
}


.services .item { /*display:flex;*/ 
	position: relative;
	height: calc(100% - 250px);
	padding-bottom: 50px;
	padding-top: 20px;
}
.services .image img { 
	height:auto; 
	width:100%; 
	position: absolute;
	max-width: 252px;
	margin: auto;
}

.services .item .link12 {
	position: absolute;
	bottom: 0;
}

.services .underline { height: 5px; 
	background: transparent;
	position:absolute;
	width: 400%;
	left: -400%;
	
	bottom: 0;
}
.services .col333:hover .underline { 
	animation: underline-slide 5s infinite;
}
@keyframes underline-slide {
  33% {
    left: -300%;
  }
  66% {
    left: -200%;
  }
  100% {
    left: -100%;
  }
}
.services .services-wrapper h3 {
	font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.25em;
    margin-bottom: var(--blue-padding);
}

/* Portfolio */

.portfolio-module .wrap  {
	
	display: flex;
	flex-wrap: wrap;
	
}

.portfolio-module .container {
	padding: var(--red-padding) 0 calc(var(--red-padding) + 15px);
}


.portfolio-module .see-more-button,
.portfolio-module .show-more-button,
.header-film .see-more-button {
	text-decoration: none;
	background-color: var(--light-green-background);
			
	font-family: 'Montserrat-Regular';
	color: var(--blue-color);
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
	margin: 50px auto;
	width: fit-content;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 5.2px;
		
	transition: all .1s ease;
}
.header-film .see-more-button {
	margin: 0 0 0 40px;
	border: 3px solid var(--light-green-background);
    display: inline-block;
	min-width: 270px;
	text-align: center;
}

.portfolio-module .see-more-button:hover,
.header-film .see-more-button:hover {
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	
	transition: all .1s ease;
}

.portfolio-module .wrap .col33 { 
	position: relative; 
	float: none;
	width: calc(100% / 4);
	height: 100%;
}


.show-more-button.d-hidden {
	display: none;
}



.portfolio-module .image-wrapper {
	width: 100%;
	height: 100%;
	background-size: cover;	
	background-position: center;
	z-index: 1;
}
.portfolio-module .image-wrapper::after {
	content: '';
	display: block;
	padding-bottom: 100%;	
}

.portfolio-module .text-wrapper { 
	background-color: rgba(17,82,88,0.9);
	position: absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index: -1;
	opacity: 0;
	transition: all .3s ease;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.portfolio-module .wrap a:hover .text-wrapper {
	z-index: 2;
	opacity: 1;
}

.portfolio-module .text { 
	display: block;  
	text-align: center; 
	padding:  20px;
}

.portfolio-module .wrap .title { 
	color: var(--white-color); 
	margin-bottom: 20px;
}




/* Team / Partners */
.team-items-wrapper { display:flex; flex-wrap: wrap; margin: 0 auto; }
.team-items-wrapper .item { display: block; position: relative; width: 25%;}
.partners .team-items-wrapper .item { width: calc(100% / 7); display: flex; align-items: center; padding: 20px;}
.partners.count-8 .team-items-wrapper .item { 
	width: calc(100% / 8); 
}
.partners.count-7 .team-items-wrapper .item { 
	width: calc(100% / 7); 
}
.partners.count-6 .team-items-wrapper .item { 
	width: calc(100% / 6); 
}
.partners.count-5 .team-items-wrapper .item { 
	width: calc(100% / 5); 
}
.partners.count-4 .team-items-wrapper .item { 
	width: calc(100% / 4); 
}
.partners.count-3 .team-items-wrapper .item { 
	width: calc(100% / 3); 
}
.team-items-wrapper img { float: left; height: auto; width: 100%;}
.team-items-wrapper .item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team-items-wrapper .text-wrapper { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: table; z-index: -1; opacity: 0; transition: all .3s ease;}
.team-items-wrapper .text-wrapper .content { display: table-cell; vertical-align: middle; text-align: center; color: var(--white-color); }
.team-items-wrapper .item:hover > .text-wrapper,
.team-items-wrapper .item.active > .text-wrapper { z-index: 1; opacity: 1; }
.team-items-wrapper .text-wrapper .title { 
	color: var(--white-color); 
	padding: 0 15px; 
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15em;
	letter-spacing: 0.01em;	
}

.team-items-wrapper .text-wrapper .text  {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	color: var(--light-green-color);
	
	padding: 0 15px; 
	margin-top: 20px;
}
.greyscale, 
.greyscale img { 
	filter: gray; /* IE6-9 */ 
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ 
}
.greyscale:hover, 
.greyscale:hover img, 
.team-items-wrapper .item.active .greyscale img, 
.team-items-wrapper .item.active .greyscale { 
	filter: none; 
	-webkit-filter: grayscale(0%); 
}




/* Content module */
.content-module .container {
	display: flex;
	flex-direction: column;
	
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-module .wrap {
	display: flex;
	flex-direction: row;
}
.content-module .title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}

.content-module .title b,
.content-module .title strong {
	font-family: 'Montserrat-Black';
}

.content-module .wrap .image { 
	
	width: calc(100% / 3);  
}
.content-module .wrap .text { 
	width: calc(100% / 3 * 2); 
	padding: 0 35px; 
	
	font-size: 13px;
	line-height: 20px;
	
	display: flex;
	flex-direction: column;
}
.content-module .wrap .text.no-img {
	padding: 0; 
}
.content-module .wrap .image.no-text {
	width: calc(100% / 3 * 2); 
}


.content-module .wrap .text ol {
	font-size: 16px;
	line-height: 20px;
	
	margin-bottom: 10px;
}

.content-module + .partners {
	margin-top: -100px;
}
.content-module + .partners .team-items-wrapper .item::after {
	padding: 0;
}




/* Video slider */
.videoslider-item-video-wrapper .image { width: 30%; float:left; }
.videoslider-item-text-wrapper { width: 70%; float:left; }

ul.slider { padding: 0 !important; margin: 0 120px !important; display: none; position: relative;}
ul.slider.slick-initialized { display: block; }

body.blog ul.slider  { margin: 0 66px !important; }

.slideritem {
	display: inline-block;
	width: 100%;
	max-width: 916px;
	margin: 0 auto !important;		
	box-sizing: border-box;
}
body.blog .slideritem { max-width: 595px; }
.slideritem div {
	box-sizing: border-box;
}
.slideritem .slideritem-wrapper {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     	
	display: flex; 	
	flex-wrap: wrap;	  
	margin: 0 auto;
	align-items: start;	
	justify-content: space-between;		
	
}
.slideritem div.image {
	width: 100%;
	margin: 0 auto 10px;
}
.slideritem div.image img,
.slideritem div.image video {
	width: 100%;
}
.slideritem div.text {
	max-width: 100%;
	width: auto;
	margin: 0 auto 20px;	
		
	font-size: 18px;
	line-height: 22px;	
}
.slideritem div.text > h2,
.slideritem div.text > h3,
.slideritem div.text > h4 {
	margin-bottom: 5px;
}

.slideritem div.text > .special16 {
	margin-bottom: 15px;
}
.slideritem .col1 {
	padding: 0;	
	width: 356px;
	min-height: 265px;
	height: 100%;
	position: relative;
}

body.blog .slideritem .col1 {
	width: 50%;
	min-height: auto;
}

.slideritem .col1 .showVideo {
	position: relative;
	display: block;
	cursor: pointer;
	opacity: 0;
	
	transition: opacity .05s ease;
}
.slideritem .col1 .showVideo:before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90px;
	height: 90px;
	
	background-image: url('icons/Play.png');
	background-repeat: no-repeat;
	z-index: 1;
	
	opacity: 0;
}
.slideritem.slick-current .col1 .showVideo.shown,
.slideritem.slick-current .col1 .showVideo.shown:before { 
	opacity: 1;
	
}


.slideritem .col1 .video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	transition: all .3s ease;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.slideritem .col1 .video.isPlaying {	
	z-index: 2;	
	opacity: 1;
}


.slideritem .col2 {
	padding: 0;	
	width: calc(100% - 356px);
}
body.blog .slideritem .col2 {
	width: 50%;
	min-height: auto;
}
.slideritem .col1:last-of-type {
	padding: 0;
}
.slideritem .col1 .text {
	width: 100%;
	float: right;
}
.slideritem .col2 .text {
	width: 100%;
	float: left;
	padding: 0 30px;
	font-size: 13px;
	line-height: 20px;
	
}
.slideritem .col2 .text b,
.slideritem .col2 .text strong {
	font-size: 16px;
	line-height: 20px;
}
.slideritem .col2 .text p {
	margin-bottom: 15px;
}

.slideritem .col2 .text ul,
.slideritem .col2 .text ol {
	margin-top: 8px;
}


.slideritem:not(.slick-cloned) {
	
	
}
.slick-slider .slick-track, .slick-slider .slick-list { transform: none; }


.slick-prev::before,
.slick-next::before {
	content: '';
}
.slick-prev,
.slick-prev:hover {
	background-image: url('icons/Left.png');
	background-repeat: no-repeat;
	top: calc((100% - 33px) / 2);
	left: -102px;
	
	width: 33px;
	height: 33px;
	transition: all .3s ease;
	
	transform: translate(0, 0);
	
}
.slick-prev:hover {
	left: -107px;
}

body.blog .slick-prev {
	left: -66px;
}
body.blog .slick-prev:hover {
	left: -71px;
}


.slick-next,
.slick-next:hover {
	background-image: url('icons/Right.png');
	background-repeat: no-repeat;
	top: calc((100% - 33px) / 2);
	right: -102px;
	
	width: 33px;
	height: 33px;
	transition: all .3s ease;
	
	transform: translate(0, 0);
	
}
.slick-next:hover {
	right: -107px;
}

body.blog .slick-next {
	right: -66px;
}
body.blog .slick-next:hover {
	right: -71px;
}


.slick-disabled {
	opacity: 0.3;
	cursor: inherit; 
}




.backToTop {
	position: sticky;	
	
	bottom: 30px;
	right: calc((100% - 1240px) / 2);
	margin: 0 auto;
	
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	
	opacity: 0;
	float: right;
	width: 45px;
	height: 45px;
	background-image: url('/includes/icons/go_top.png');
	background-repeat: no-repeat;
	background-size: 45px auto;
	background-position: center;
	
	transition: all .3s ease;
}
.backToTop:hover {
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
.backToTop.shown {
	opacity: 1;
}


/* Module  Teasers with high slides  */
.teaserslides {
	padding: 0;
}

.teaserslides .container {
	padding: var(--red-padding) 0;
}
.teaserslides .grid .container  {
	padding: var(--red-padding) 0;
}


.teaserslides h1, 
.teaserslides h2 {
	font-size: 36px;
	line-height: 1;
	font-family: 'Montserrat-Bold', sans-serif;
	letter-spacing: 0;
}

.teaserslides .lead { 
	margin-bottom: 0;
}  
.teaserslides .grid {	
	background-color: var(--grey-background);
} 
.teaserslides .grid .container {	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	
	
}
.teaserslides .col33 { 
	transition: all .3s ease; 
	width: calc(33.33% - 30px); 
	min-width: 339px; 
	max-width: 340px;  
	float: none; 
	padding: 0; 
	margin: 15px; 
	display: flex;
	flex-direction: column;
	text-decoration: none;	
}
.teaserslides a.col33:hover { 
	-moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);	
	text-decoration: none;
}

.teaserslides .image { 
	height: 125px; 
	width: 100%;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ 	
	transition: all .3s ease;
}
.teaserslides .col33:hover .image { 
	filter: none; 
	-webkit-filter: grayscale(0%); 
}
.teaserslides .item { 
	background-color: var(--white-color); 
	padding: var(--blue-padding); 
	height: calc(100% - 75px); 
	position: relative;
}
.teaserslides .item .link12 { 
	text-decoration: underline; 
	position: absolute;
	bottom: 25px; 
	font-weight: 700;
}
.teaserslides a.col33 .small13 { 
	padding-bottom: 40px; 	
}
.teaserslides .col33 .small13 { 	
	font-weight: 700;
}
.teaserslides .item h2, 
.teaserslides .item h4 {
	min-height: 44px;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 20px;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: var(--blue-padding);
}
.teaserslides .item p {
	margin-bottom: 10px;
}

.teaserslides .item ul,
.teaserslides .item ol {
	margin: 20px 0;
}


.teaserslides-popup {	
	position: relative;
	background: #ffffff;
	padding: 20px;
	width: auto;
	max-width: 1110px;
	margin: 20px auto;
	
	
	-moz-box-shadow: 0 0 90px 0px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0 0 90px 0px rgba(0,0,0,0.25); 
	box-shadow: 0 0 90px 0px rgba(0,0,0,0.25);	
	
}

.my-mfp-zoom-in.mfp-bg  {	
	opacity: 0;	
}
.mfp-close-btn-in .mfp-close {
	opacity: 1;
	font-size: 48px;
	font-family: 'Montserrat-Regular', sans-serif;
	width: 65px;
	height: 65px;
	color: var(--blue-color);
}

 /**
* Fade-zoom animation for first dialog
*/

/* start state */
.my-mfp-zoom-in .teaserslides-popup{
opacity: 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; 
transition: all 0.2s ease-in-out; 



-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .teaserslides-popup {
opacity: 1;

-webkit-transform: scale(1); 
-moz-transform: scale(1); 
-ms-transform: scale(1); 
-o-transform: scale(1); 
transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .teaserslides-popup {
-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 

opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.3;
background-color: #000;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}



.teaserslides-popup .popup-item {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	align-items: start;
	justify-content: space-between;
	
	
}

.teaserslides-popup .popup-item-video-wrapper {
	padding: 0;
	width: 33%;
	position: relative;
}

.teaserslides-popup .popup-item-text-wrapper {
	padding: 0;
	width: 67%;
	position: relative;
}

.teaserslides-popup .popup-item-video-wrapper .playVideo {
	position: relative;
	display: block;
	cursor: pointer;
}
.teaserslides-popup .popup-item-video-wrapper .playVideo::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-image: url('icons/Play.png');
	background-repeat: no-repeat;
	z-index: 1;
}


.teaserslides-popup .popup-item-video-wrapper img {
	display: block;
	opacity: 1;
	transition: all .3s ease;
}
.teaserslides-popup .popup-item-video-wrapper .image.hide img {	
	opacity: 0;
}

.teaserslides-popup .popup-item-video-wrapper .video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s ease;
}
.teaserslides-popup .popup-item-video-wrapper .video.isPlaying {
	z-index: 2;
	opacity: 1;
}

.teaserslides-popup .popup-item-text-wrapper .text {
	width: 100%;
	float: left;
	padding: 0 30px;
	font-size: 13px;
	line-height: 20px;
}

.teaserslides-popup .popup-item-text-wrapper .text ul,
.teaserslides-popup .popup-item-text-wrapper .text ol {
	margin-top: 10px;
}



/* Back to parent Module */
.back-to-parent {
	position: absolute;
	top: 25px;
}
.back-to-parent a {
	padding-left: 20px;
	background-image: url('icons/leftq.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	height: 40px;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
	color: var(--blue-color);
	letter-spacing: 1px;
	margin: 0;
}


.videoportfolio h2 {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 1.44px;
}

.videoportfolio .container {
	padding: 85px 0 25px;
}

.videoportfolio .videoportfolio-icons {
	display: flex;
	flex-wrap: wrap;
	margin: 37px 0 0;
}

.videoportfolio .videoportfolio-icons .col { 
	display:inline-block; 
	width: auto; 
	max-width: 100px;
	height: 40px; 
	margin-right: 34px; 
	margin-bottom: 20px;
	line-height: 0; 
	font-family: 'Montserrat-Bold', sans-serif; 
	font-size: 20px; 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: left center;
}

.videoportfolio .videoportfolio-icons .col:first-child,
.videoportfolio .videoportfolio-icons .col:nth-child(2)	{
	background-position: 15px center;
	line-height: 60px;
	width: 56px;
}
.videoportfolio .videoportfolio-icons .col:first-child img,
.videoportfolio .videoportfolio-icons .col:nth-child(2) img	{
	display: none;
}

.videoportfolio .videoportfolio-icons img {
	height: 100%;
	width: auto;
	margin-left: 10px;
	
	visibility: hidden;
	opacity: 0;
}







/***** Module Transformer *****/

div.transformer-module .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	/* padding: 20px; */
	padding: var(--red-padding) 0 var(--blue-padding);
	/* text-align: center; */
}
body.blog div.transformer-module .container {
	padding: var(--green-padding) 0;
}


div.transformer {
	display: inline-block;
	width: 100%;
	margin: 0 auto;			
}

div.transformer-wrapper {
	display: inline-block;
	width: 100%;
}

div.transformer-module h4 {
	font-size: 48px;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: var(--orange-padding);
}

div.transformer .col1 {
	padding: 0;
	float: left;
}
div.transformer .col1 .transformer-image,
div.transformer .col1 .transformer-text {
	padding: 0;
}

div.transformer .col2 {
	padding: 0;
	float: left;
}
div.transformer .col2 .transformer-image,
div.transformer .col2 .transformer-text {
	padding: 0 0 0 15px;
}

div.transformer .col1:last-of-type {
	padding: 0;
}


/***** Full browser width (.transformer1) *****/
div.transformer1 .col1 {
	width: 100%;	
}

div.transformer-image {
	width: 100%;
	height: auto;
	
	/* margin: 0 auto 20px; */
	margin: 0 auto;
	float: left;
}
div.transformer-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
div.transformer-text {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.transformer-text a {
	
	
}
div.transformer1 div.transformer-text {
	max-width: 100%;
}


/***** Half-browser width  (.transformer2) : Modified to be max-width 1200px*****/

div.transformer2 div.transformer-wrapper {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
}

div.transformer2 .col1 {
	width: 50%;	
}	
div.transformer2 .col2 {
	width: 50%;	
}
div.transformer2 .col1 .transformer-text {
	width: calc(100% - 15px);
	float: right;
}

div.transformer2 .col2 .transformer-text {
	width: calc(100% - 15px);
	float: left;
	padding: 0 75px 0 0;
}





/***** Full content width   (.transformer3) *****/
div.transformer3 .transformer-wrapper {
	width: 100%;
	display: flex;
	margin: 0 auto;
	/* padding: 20px 0; */
	padding: 0;
}
div.transformer3 .col1 {
	width: 100%;
}
div.transformer3 .col1 .transformer-image {
	padding-bottom: var(--blue-padding);
}
div.transformer3 .col1 .transformer-text {
	padding: 0 0 var(--blue-padding);	
}




/***** Half content width    (.transformer4) *****/
div.transformer4 {
	margin: 0 auto;
}
div.transformer4 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	flex-wrap: wrap;
	
	margin: 0 auto;
	padding: 0;

	
}




div.transformer4 .col1 {
	width: 50%;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	-ms-flex-direction: column;	
	flex-direction: column;
	
}	
div.transformer4 .col2 {
	width: 50%;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	-ms-flex-direction: column;	
	flex-direction: column;
}

div.transformer4 .col .transformer-text {
	width: 100%;	
	height: 100%;
	padding: 0 100px 0 0;
	/*
	font-size: 14px;
	line-height: 20px;
	*/
}


div.transformer4 .transformer-image {
	margin: 0 auto 30px;

}

div.transformer4 .col1 .transformer-text,
div.transformer4 .col1 .transformer-image,
div.transformer4 .col2 .transformer-text,
div.transformer4 .col2 .transformer-image {	
	padding: 0 100px 0 0;
}

body.blog div.transformer4 .col1 .transformer-text,
body.blog div.transformer4 .col1 .transformer-image {	
	padding: 0 15px 0 0;
}

body.blog div.transformer4 .col2 .transformer-text,
body.blog div.transformer4 .col2 .transformer-image {	
	padding: 0 0 0 15px;
}


/* Social module */
div.social_share {
    width: 40px;
    position: fixed;
    top: 110px;
    margin-left: -69px;
	margin-top: var(--orange-padding);
    z-index: 10;
}
div.social_share a {
    width: 39px;
    height: 39px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Blog meta */
div.blog_meta {
	display: flex;
	margin-top: 10px;
}


div.blog_meta span {
	font-size: 13px;
	margin-right: 40px;
}
div.blog_meta span+span {
	margin-right: 0;
}




/* Module  BlogItems, Related Blogitems, Related Blogitems footer  */

.blogitems {	
	background-color: white;
} 
.blogitems .grid {
	background-color: var(--grey-background);
}

.blogitems.bottom {	
	background-color: var(--grey-background);
} 
.blogitems.related,
.blogitems.related .grid {	
	background-color: transparent;
}


.blogitems .grid {
	padding: 0 0 var(--red-padding) 0;
}

.blogitems .container {
	padding: var(--red-padding) 0 calc(var(--red-padding) - 15px);
}
.blogitems .grid .container  {
	
	max-width: 1130px;
	
	display: flex;
	flex-wrap: wrap;
	
	margin: 0 auto;
	padding-bottom: 0;
}

.blogitems.bottom .container {
	padding: var(--red-padding) 0 var(--orange-padding);
}
.blogitems.bottom .grid .container  {
	padding: 0;
	max-width: 1130px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}





.blogitems .lead { 
	margin-bottom: 0;
}  


.blogitems .col33 { 
	transition: all .3s ease; 
	width: calc(100% / 3 - 30px); 
	min-width: 339px; 
	max-width: 347px;   
	float: none; 
	padding: 0; 
	margin: 15px; 
	display: flex;
	flex-direction: column;
	text-decoration: none;	
}
.blogitems a.col33:hover { 
	-moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);	
	text-decoration: none;
}

.blogitems .grid > .col { 
	transition: all .3s ease; 
	width: 100%; 
	min-width: 339px; 
	max-width: 340px;  
	float: none; 
	padding: 0; 
	margin: 0 0 20px; 
	display: flex;
	flex-direction: column;
	text-decoration: none;	
	background-color: var(--light-grey-background);
}
.blogitems .grid > a.col:hover { 
	-moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.25); 
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);	
	text-decoration: none;
}


.blogitems .image { 
	/* height: 125px;  */
	height: auto;
	width: 100%;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
	
}
.blogitems .image img {
	float: left;
}
.blogitems .col33:hover .image { 
	
}
.blogitems .item { 
	background-color: var(--white-color); 
	padding: var(--blue-padding); 
	height: calc(100% - 75px); 
	position: relative;
}
.blogitems.related .item { 
	background-color: transparent;
}
.blogitems.related .item .more { 
	padding-bottom: 30px;
}

.blogitems .item .link12 { 
	text-decoration: underline; 
	position: absolute;
	bottom: 25px; 
	font-weight: 700;
}
.blogitems a.col33 .subtitle {
	height: 60px;
	overflow: hidden;	
	padding: 0 !important;
	margin-bottom: 20px;
	
	/* border: solid red 1px; */
}

.blogitems a.col33 .small13 { 
	padding-bottom: 20px; 
}
.blogitems .small13 { 
	font-weight: 700;
}

.blogitems .small13.text { 
	font-weight: 400;
}
.blogitems .item h4 {
	/* border: solid blue 1px; */
	height: 70px;
	overflow: hidden;	
	font-family: 'Montserrat-Bold', sans-serif;
	margin-bottom: 10px;
}
.blogitems .item p {
	margin-bottom: 10px;
}

.blogitems .item ul,
.blogitems .item ol {
	margin: 20px 0;
}

.blogitems .see-more-button,
.blogitems .show-more-button {
	text-decoration: none;
	background-color: var(--light-green-background);
			
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	color: var(--dark-blue-color);
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
	margin: calc(var(--red-padding) - 15px) auto 0;
	width: fit-content;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 5.2px;
		
	transition: all .1s ease;
}

.blogitems .see-more-button:hover {
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	
	transition: all .1s ease;
}




/* Subscribe module */
.subscribe h3 {
	font-family: 'Montserrat-Black', sans-serif;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1em;
	letter-spacing: 0;
	color: var(--dark-blue-color);
	
	margin-bottom: 5px;
}

div.content .subscribe div.contactform_div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	position: relative;
}

.subscribe div.contactform_div input[type='text'] {
	width: 60%;
	margin-bottom: 0;
}

div.content .subscribe div.contactform_div div.submit { 
	width: 40%;
	padding-left: 30px;
	
	
	position: absolute;
	top: 0;
	right: 0;

}
	
div.content .subscribe div.contactform_div div.submit input {	
	padding: 0 var(--blue-padding);
	height: 44px;
	width: 100%;
	
	margin:  0;
	display: block;
	cursor: pointer;
	transition: all .1s ease;

}

div.content .subscribe div.contactform_div label.required-label {
	
}



/* Textarea module */
div.textarea {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding:  var(--green-padding) 0 var(--blue-padding) 0;
}


/* Author module */
div.author {	
	display: flex;
	margin: 40px 0;
	max-width: 530px;
}

div.author div.image {
	width: 70px;
}

div.author div.wrap .title {
	margin-bottom: 5px;
}

div.transformer p,
div.textarea p {
	margin-bottom: 10px;
}

h1#toppage {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1230px){
	div.header-film .bottom-area { width: 100%; text-align: center; }
	div.header-film .videoicons { bottom: 20px; }
	
	.backToTop {
		right: 20px;		
	}

}
@media screen and (max-width: 1110px) {
	
	.services-wrapper .col333 {
		width: calc(100% / 3 - 30px);		
		margin-bottom: 30px;
	}
	
	.slideritem {
		max-width: calc(100vw - 100px);
	}
	body.blog .slideritem {
		max-width: calc(100vw - 172px);
	}
	
	ul.slider {
		margin: 0 50px !important;
	}
	.slick-prev, .slick-prev:hover {
		left: -31px;
	}
	.slick-next, .slick-next:hover {
		right: -31px;
	}
	
	body.blog .slideritem .col1,
	body.blog .slideritem .col2	{
		width: 100%;
		min-height: auto;
	}
	
	.nav-menu-tabs {
		padding: 0;
	}
	
	.contact-form .contact-head { 
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw); 
	}
	.videoportfolio .videoportfolio-video,
	.videoportfolio .videoportfolio-icons { padding: 0px 20px; }
}
@media screen and (max-width: 1040px) {
	header ul.nav-menu li, ul.nav-menu li { padding: 0px 20px; }
}
@media screen and (max-width: 1024px) {
	div.header-film {
		min-height: 350px;
	}
	
	/* div.fade-image {
		position: static;
	}
	div.fade-image .image-no-video img {
		display: block;
	} */
	
	div.header-film .caption-area {
		text-align: center;
	}
	
	
	

}

@media screen and (max-width: 960px) {
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Montserrat-Bold', sans-serif;
	}
	
	h1, .h1 { font-size: 42px; margin-bottom: var(--orange-padding); }
	h2, .h2, div.transformer-module h4, .teaserslides-popup>h1, .solutions h1 { font-size: 24px; letter-spacing: 0.01em; margin-bottom: var(--orange-padding); }
	h3, .h3, .teaserslides-popup .popup-item-text-wrapper .text h2 { font-size: 24px; margin-bottom: var(--blue-padding); }
	h4, .h4, .solutions .item h3, .solutions .item h2.h3, .teaserslides .item h2 { font-size: 18px; letter-spacing: 0.01em; line-height: 1.15em; margin-bottom: var(--blue-padding); }
	h5, .h5, .services .services-wrapper h3 { font-size: 18px; letter-spacing: 0.01em; line-height: 1.1em; margin-bottom: var(--blue-padding); }
	h6, .h6 { font-size: 14px; letter-spacing: 0.01em; line-height: 1.1em; margin-bottom: var(--blue-padding); }


	.medium48 { font-size: 22px; line-height: 1.1em; }
	.black72 { font-size: 42px; }
	.black48 { font-size: 24px; letter-spacing: 0.01em; }
	.black24 { line-height: 1.2em; }
	.black20 { font-size: 14px; letter-spacing: 0.01em; line-height: 1.15em; }
	.black16 { font-size: 18px; letter-spacing: 0.01em; line-height: 1.1em; }

	.button13 { font-size: 10px; line-height: 1em; }
	.small13 { font-size: 12px; line-height: 16px; }
	.link12 { /* not changed*/ }
	.special16 { line-height: 1.25em; }
	.special36 { font-size: 24px; line-height: 1.25em; }	/* nqma danni*/


	
	body.hidden-scroll{ overflow-y: hidden; }
	
	div.wrapper{
		/*
		width: 96%;
    	padding: 0 2% 0 2%;
		*/
	}
	
	div.content_wrapper { width: 100%; padding: 0; padding-bottom: 20px; }
	
	header ul.nav-menu{ opacity: 0; visibility: hidden; transition: opacity .3s ease; }
	
	ul.nav-menu.menuopen {		
		opacity: 1; visibility: visible;
	}
	
	header.sticky ul.nav-menu.menuopen {
		top: 55px;
	}
	header ul.nav-menu li a { font-size: 12px; line-height: 1.3rem; }
	header ul.nav-menu.menuopen li.active > ul > li.active  { background-color: var(--blue-color); border-bottom: none; }
	header ul.nav-menu.menuopen li.open > ul { padding: 0; border-bottom: 1px solid var(--blue-color);}
	
	header ul.nav-menu li {
		text-align: center;
	}
	
	header ul.nav-menu li a {
		padding: 15px 0;
		border-bottom: 1px solid var(--blue-color);
	}
	header ul.nav-menu.menuopen li.open > ul > li > a {
		width: auto;		
		margin: 0 auto;
		background-color: inherit;
		
	}
	
	
	
	
	div.container header div.logo a img{
	    max-width: 100%;
		box-sizing: border-box;
	}

       
	div.wrapper div.container {
    	width:100%;
	}
	.container.sub-nav {
		top: 55px;
	}
	div.o-grid__item{
		/*
		display: inline-block;
		position: absolute;
		top: 0px;
		right: 3%;
		z-index: 8;
		*/
		display: block;
	}

	div.header-film .bottom-area {
		padding: 0;
	}
	
	div.header-film .bottom-area.videoicons.mobile {		
		display: flex;
		bottom: 5px;
	}

	div.header-film .bottom-area.videoicons.desktop {	
		display: none;
	}
	
	div.header-film .videoicons img {		
		height: auto;
		width: 100%;
		margin: 0;
	}

	
	.column {
	    position: relative;
	    min-height: 1px;
	    float: none; 
	}
	
	div.content.column {
	    width: 100%;/*63%*/
	    min-height: inherit;
	    position: relative;
	    min-height: 1px;
		margin-bottom:40px;
	}
	div.teaser.column {
    	width: 100%;/*35%*/
	    min-height: inherit;
	    position: relative;
	}

	div.content.column img {
	    max-width: 100%;
		width: auto;
		height:auto;
		
		margin:0 0 30px;
		display:block;
	}
	
	div.image-element img {
		max-width:540px;
		margin:0 auto 10px;
		display:block;
	}

	.slideritem .slideritem-wrapper {
		flex-direction: column;
		align-items: center;
		
	}
	
	.slideritem .col1,
	.slideritem .col2	{
		padding: 0;
		width: 100%;
		position: relative;
		max-width: 450px;
		margin-bottom: 30px;
		min-height: auto;
	}
	.slideritem .col2 .text {
		padding: 0;
	}
	
	
	.partners .team-items-wrapper .item,
	.partners.count-8 .team-items-wrapper .item,
	.partners.count-7 .team-items-wrapper .item,  
	.partners.count-6 .team-items-wrapper .item,
	.partners.count-5 .team-items-wrapper .item, 
	.partners.count-4 .team-items-wrapper .item, 
	.partners.count-3 .team-items-wrapper .item {		
		width: calc(100% / 5);
		padding: 10px;
	}
	
	.portfolio-module .wrap .col33 {
		width: calc(100% / 3);
	}
	
	.portfolio-module .wrap a .text-wrapper {
		z-index: 2;
		opacity: 1;
		background-color: rgba(17,82,88,0.7);
	}	
	
	.videoportfolio .videoportfolio-icons .col {
		width: 12%;
	}
	
	
	body.blog .blog-cols {
		flex-direction: column;
	}
	body.blog div.content.column {
		width: 100%;
		min-width: auto;
	}
	body.blog div.teaser.column {
		width: 100%;
		min-width: auto;
		display: none;
	}
	
	.blogitems .container {
		padding: var(--red-padding) 0 var(--red-padding);
	}
	
}
@media screen and (max-width: 860px) {
	.services-wrapper .col333	{
		width: calc(100% / 2 - 30px);		
	}
	
	.team-items-wrapper .text-wrapper .title {
		font-size: 20px;
	}
	
	.nav-menu-tabs {
		flex-direction: column;
	}
	.nav-menu-tabs li {
		border-bottom: 1px solid #fff;
	}
	.nav-menu-tabs li a {
		font-size: 14px;
		line-height: 3;
	}
	
	.contact-form .contact-head .col1, .contact-form .contact-head .col2 {
		width: 50%;		
	}
	
	
}


@media screen and (max-width: 768px) {
	
	h1, .h1 {
		font-size: 42px;
		letter-spacing: 0.025em;
		line-height: 1.2em;
		margin-bottom: var(--orange-padding);
	}
	h2, .h2,
	.videoportfolio h2, 
	div.transformer-module h4,
	.teaserslides-popup>h1, 
	.solutions h1 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 1.1em;
		margin-bottom: var(--orange-padding);
	}

	h3, .h3, .teaserslides-popup .popup-item-text-wrapper .text h2 {
		font-size: 18px;
		letter-spacing: 0.01em;
		line-height: 1.15em;
		margin-bottom: var(--blue-padding);
	}

	
	
	div.footer ul.nav-menu li { padding: 10px 15px; }
	
	
	div.header-film {
		padding-bottom: 0;
	}
	
	
	
	div.header-film .videoicons img {		
		height: auto;
		width: 100%;
		margin: 0;
		
	}
	
	
	div.header-film .caption-area h1, 
	div.header-film .caption-area h2 {
		font-size: 22px;
		line-height: 24px;		
		margin-bottom: 20px;
	}
	
	div.header-film .caption-area h1 b,
	div.header-film .caption-area h1 strong, 
	div.header-film .caption-area h2 b,
	div.header-film .caption-area h2 strong {
		font-size: 26px;
		line-height: 30px;		
	}
	div.header-film .caption-area .lead,
	div.header-film .caption-area .lead h2 {
		font-size: 13px;
		line-height: 20px;		
		margin-bottom: 20px;
	}
	div.header-film .button a,
	.header-film .see-more-button {
		font-size: 10px;
		line-height: 16px;
		padding: 6px 20px;
	}
	.header-film .see-more-button {
		margin: 20px 0 0;
	}
	
	
	.content-module .container {		
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content-module .wrap {	
		flex-direction: column-reverse;
	}
	.content-module .wrap .image {
		width: 100%;
		
	}
	.content-module .wrap .text {
		width: 100%;
		padding: 0;		
		margin-bottom: 20px;
	}
		
	.team-items-wrapper .item {
		width: calc(100% / 3);
	}
	
	.team-items-wrapper .text-wrapper .title {
		font-size: 16px;
	}
	.team-items-wrapper .text-wrapper .text {
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-top: 10px;
	}
	
	.partners .team-items-wrapper .item,
	.partners.count-8 .team-items-wrapper .item,
	.partners.count-7 .team-items-wrapper .item, 
	.partners.count-6 .team-items-wrapper .item,
	.partners.count-5 .team-items-wrapper .item, 
	.partners.count-4 .team-items-wrapper .item, 
	.partners.count-3 .team-items-wrapper .item {		
		width: calc(100% / 4);		
	}
	.greyscale, 
	.greyscale img { 
		filter: none; /* IE6-9 */ 
		-webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */ 
	}
	
	
	.solutions .col33 {
		width: calc(50% - 30px);
		min-width: auto;
		max-width: 100%;
	}
	
	
	
	.teaserslides h1,
	.teaserslides h2,
	.teaserslides .item h2, 
	.teaserslides .item h4	{
		font-size: 18px;
		line-height: 1.1;
		
	}
	.teaserslides h1,
	.teaserslides h2 {
		color: var(--dark-blue-color);
	}
	
	
	.teaserslides .item {		
		padding: var(--red-padding) var(--blue-padding);		
	}
	
	.teaserslides-popup > h2, .teaserslides-popup>h1 {
		padding-right: 30px;
	}
	.teaserslides-popup .popup-item {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.teaserslides-popup .popup-item-video-wrapper,
	.teaserslides-popup .popup-item-text-wrapper {
		width: 100%;
	}
	.teaserslides-popup .popup-item-text-wrapper .text {
		padding: 0 0 30px 0;
	}
	
	.mfp-close-btn-in .mfp-close {
		font-size: 28px;
	}
	
	.portfolio-module .wrap .col33 {
		
		
	}
	
	.portfolio-module  .show-more-button.d-hidden {
		display: block;
	}

	
	.blogitems h2,
	.blogitems .item h4	{
		font-size: 18px;
		line-height: 1.1;		
	}
	.blogitems h2 {
		color: var(--dark-blue-color);
	}	
	.blogitems .item {		
		padding: var(--red-padding) var(--blue-padding);		
	}
	
	.contact-form .contact-head {
		padding: 30px;
	}
	
	.contact-form .contact-head h2 {
		margin-bottom: 20px;
	}
	
	.contact-form .contact-head .col50 {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.contact-form .form-wrapper .leftcolumn, 
	.contact-form .form-wrapper .rightcolumn {
		width: 100%;
	}
	.contact-form .form-wrapper .leftcolumn.absolute {
		position: static;
		
	}
	.portfolio-module .wrap .col33 {
		width: 50%;
	}
	
	div.transformer4 .col1 .transformer-text, 
	div.transformer4 .col1 .transformer-image, 
	div.transformer4 .col2 .transformer-text, 
	div.transformer4 .col2 .transformer-image {
		padding: 0 20px 0 0;
	}
	div.transformer4 .transformer-image {
		margin: 0 auto;
	}
	
	
	.back-to-parent {
		
		top: 5px;
	}
	.videoportfolio .container {
		padding: 45px 0 var(--red-padding);
	}
	
	.backToTop {
		width: 32px;
		height: 32px;
		right: 20px;
		background-size: 32px auto;
	}
	
}

@media screen and (max-width: 640px) {
	:root {
		--red-padding: 20px;		
		--orange-padding: 15px;
		--blue-padding: 10px;
	}
	
	
	.col75, .col50, .col33, .col25 { width:100%; }
	
	div.wrapper::before {
		height: 55px;
	}
	header,
	header.sticky {
		height: 55px;
	}
	header div.logo,
	header.sticky div.logo {
		height: 25px;
	}
	
	header ul.nav-menu.menuopen,
	header.sticky ul.nav-menu.menuopen {
		top: 55px;
	}
	
	.solutions .col33 {
		width: 100%;
		max-width: 100%;
		min-width: auto;
		margin: 0 15px 5px;
	}
	.solutions .item {
		height: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		
		
	}
	.solutions .item h2.h3, 
	.solutions .item h3, 
	.solutions .item h4 {				
		background-image: url(icons/blue-down-arrow.png);
		background-repeat: no-repeat;
		background-position: 100% center;
		background-size: 16px auto;
		
	}
	.solutions .col33.active .item h3, 
	.solutions .col33.active .item h4 {
		background-image: url(icons/blue-up-arrow.png);
	}
	
	.solutions .col33 .more	{
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		overflow: hidden;
	}
	
	.solutions .image {
		display: none;
	}
	
	.solutions .col33 h2.h3, 
	.solutions .col33 h3, 
	.solutions .col33 h4 {
		margin-bottom: 0;
		min-height: auto;
		padding-right: 30%;
	}
	
	.solutions .col33.active .more {
		margin-top: 20px;
		opacity: 1;
		visibility: visible;
		max-height: none;
		max-height: 180px;
	}
	.solutions a.col33.active .small13 {
		padding-bottom: 35px;
	}
	.solutions .col33.active .link12 {
		bottom: 15px;
	}
	
	.services-wrapper .col333{	
		width: 100%;
		margin-bottom: 0;
		flex-direction: column;
	}
	.services .image {
		width: 200px;
		height: 200px;
		display: flex;
		background-color: var(--blue-color);
	}
	
	.services .item {
		width: 100%;
		height: calc(100% - 200px);
		padding: 0;
	}
	/*
	.services .services-wrapper h3, 
	.services .item h5 {
		position: absolute;
		left: 220px;
		top: -200px;
		width: calc(100% - 220px);
	}
	
	.services .item .link12 {
		top: -150px;
		left: 220px;
		height: fit-content;
	}
	*/
	.services-wrapper .col333 { flex-direction: row; column-gap: 20px; }
	.services .item .link12 { position: relative; }
	
	.portfolio-module .wrap .col33.m-hidden {
		display: none;
	}
	
	.videoportfolio .videoportfolio-icons .col { width:18%; padding-right: 0; }
	.videoportfolio .videoportfolio-icons img { height:28px; }

	
	
	.videoportfolio .videoportfolio-icons .col {
	
		height: 28px;
		margin-right: 15px;			
		font-size: 16px;		
	}
	.videoportfolio .videoportfolio-icons .col:first-child, 
	.videoportfolio .videoportfolio-icons .col:nth-child(2) {		
		line-height: 40px;
	}
	
	div.transformer4 .col1,
	div.transformer4 .col2 {
		width: 100%;
	}
	div.transformer4 .col1 .transformer-text, 
	div.transformer4 .col1 .transformer-image, 
	div.transformer4 .col2 .transformer-text, 
	div.transformer4 .col2 .transformer-image {
		padding: 0 ;
	}
	
	.contact-form .contact-head {
		padding: 20px;
	}
	
	.contact-form .contact-head .col1, 
	.contact-form .contact-head .col2 {
		width: 100%;
		min-height: auto;
		padding: 0;
		text-align: center;
	}
	.contact-form .contact-head .col1 {
		margin-bottom: 20px;
	}
	
	.contact-form .contact-head .address {
		margin-bottom: 20px;
		
	}
	
	.contact-form h2.heading {	
		font-size: 20px;		
		letter-spacing: 0;
		margin: 20px auto;		
	}
	div.content div.contactform_div div.submit input {
		font-size: 13px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.contact-form .form-wrapper .rightcolumn .input.col30 {
		width: 100%;
	}
	
	.white-popup {
		width: 100%;
	}
	
	
	.content-module + .partners {
		margin-top: -40px;
	}
	
	div.transformer-module .lead {
		margin-bottom: 30px;
	}
	
	body.blog div.transformer4 .col1 .transformer-text, 
	body.blog div.transformer4 .col1 .transformer-image,
	body.blog div.transformer4 .col2 .transformer-text, 	
	body.blog div.transformer4 .col2 .transformer-image	{
		padding: 20px 0 0 0;
	}
	
	div.transformer4.reverse .transformer-wrapper,
	body.blog div.transformer4.reverse .transformer-wrapper {
		flex-direction: column-reverse;
	}
	
	body.blog div.transformer4 .col1 .transformer-image img,	
	body.blog div.transformer4 .col2 .transformer-image img {
		margin: 0;
	}
	
	div.transformer4 .transformer-image {
		margin-bottom: 20px;
	}
	
	div.content.column img {
		width: 100%;
	}
	
	div.content .subscribe div.contactform_div {
		flex-direction: column;
	}
	.subscribe div.contactform_div input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
	}
	div.content .subscribe div.contactform_div div.submit {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		position: relative;
	}
	
}

@media screen and (max-width: 449px) {
	body {		
		font-size: 14px;		
    }
	
	
	h1, .h1 {
		font-size: 32px;
		letter-spacing: 0.025em;
		line-height: 1.2em;
		margin-bottom: var(--orange-padding);
	}
	h2, .h2,
	.videoportfolio h2,
	div.transformer-module h4, 
	.teaserslides-popup>h1, 
	.solutions h1 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.1em;
		margin-bottom: var(--orange-padding);
	}

	h3, .h3, .teaserslides-popup .popup-item-text-wrapper .text h2 {
		font-size: 16px;
		letter-spacing: 0.01em;
		line-height: 1.15em;
		margin-bottom: var(--blue-padding);
	}
	
	
	.team-items-wrapper .item {
		width: calc(100% / 2);
	}
	
	
	body.blog .videoslider.fullwidth {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	
	body.blog .slideritem,
	.slideritem {
		max-width: 100vw;
		padding: 0 15px;
	}
	
	body.blog ul.slider,
	ul.slider {
		margin: 0 !important;
	}
	
	
	body.blog .slick-prev, 
	body.blog .slick-prev:hover,
	.slick-prev, 
	.slick-prev:hover {
		left: 30px;
		top: 20%;
		z-index: 3;
	}
	body.blog .slick-next, 
	body.blog .slick-next:hover,
	.slick-next, 
	.slick-next:hover {
		right: 30px;
		top: 20%;
		z-index: 3;
	}
	
	body.blog .slideritem .col1,
	body.blog .slideritem .col2,
	body.blog .slideritem .col1 img 	{
		margin-bottom: 0;
	}
	
	
	.partners .team-items-wrapper .item,
	.partners.count-8 .team-items-wrapper .item,
	.partners.count-7 .team-items-wrapper .item, 
	.partners.count-6 .team-items-wrapper .item,
	.partners.count-5 .team-items-wrapper .item, 
	.partners.count-4 .team-items-wrapper .item, 
	.partners.count-3 .team-items-wrapper .item {			
		padding: 0;
	}
	
	.portfolio-module .wrap .col33 {
		width: 100%;
	}
	
	.services .image {
		width: 140px;
		height: 140px;
		display: flex;
		background-color: var(--blue-color);
	}
	
	.services .item {
		width: 100%;
		height: calc(100% - 140px);
	}
	/*
	.services .services-wrapper h3, 
	.services .item h5 {
		position: absolute;
		left: 160px;
		top: -140px;
		width: calc(100% - 160px);
	}
	
	.services .item .link12 {
		top: -90px;
		left: 160px;
		height: fit-content;
	}
	*/
	
	.teaserslides .col33,
	.blogitems .col33	{
		width: 100%;
		min-width: auto;
		max-width: 100%;
		margin: 20px;
	}
	
	
	
	
	
	div.footer .row { padding: 20px 0; }
	div.footer .socials { padding: 20px 0 40px 0; }
	div.footer .socials img { padding: 0 16px; width: 71px; }
	div.footer .footer-nav { padding: 10px 0; }
	div.footer ul.nav-menu li { width:100%; }
}
@media screen and (max-width: 320px) {
	
}