/* ==========================================================================
   aHTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'zocial';
  src: url('../fonts/zocial.eot?75448440');
  src: url('../fonts/zocial.eot?75448440#iefix') format('embedded-opentype'), url('../fonts/zocial.woff?75448440') format('woff'), url('../fonts/zocial.ttf?75448440') format('truetype'), url('../fonts/zocial.svg?75448440#zocial') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zocial';
    src: url('../font/zocial.svg?75448440#zocial') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "zocial";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-linkedin:before {
  content: '\e801';
}
/* '' */
.icon-twitter:before {
  content: '\e802';
}
/* '' */
.icon-vimeo:before {
  content: '\e800';
}
/* '' */
.icon-facebook:before {
  content: '\e803';
}
/* '' */
@font-face {
  font-family: 'y';
  src: url('../fonts/y.eot');
  src: url('../fonts/y.eot?#iefix') format('embedded-opentype'), url('../fonts/y.woff') format('woff'), url('../fonts/y.ttf') format('truetype'), url('../fonts/y.svg#y') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'y';
  src: url('../fonts/yb.eot');
  src: url('../fonts/yb.eot?#iefix') format('embedded-opentype'), url('../fonts/yb.woff') format('woff'), url('../fonts/yb.ttf') format('truetype'), url('../fonts/yb.svg#yb') format('svg');
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}
h1,
h2,
h3 {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
a {
  color: #ee8020;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover {
  color: #ee8020;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html {
  background: url('../img/bg.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'y', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  overflow-x: hidden;
  /*--body*/

}
html body {
  overflow-x: hidden;
  /*--header*/

  /*--article*/

  /*--.contentwrapper*/

  /*--#latestnews*/

  /*--footer*/

}
html body header {
  background: white;
  height: 124px;
  position: relative;
}
html body header #logo {
  display: block;
  float: left;
  width: 356px;
  height: 51px;
  background: url(../img/logo.png) no-repeat left top;
  margin-top: 38px;
}
html body header nav {
  float: right;
}
html body header nav #menutrigger {
  display: none;
}
html body header nav .menu-top-menu-en-container {
  width: 480px;
  overflow: hidden;
  position: relative;
  height: 95px;
}
html body header nav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 13px;
  right: -25px;
  clear: both;
  text-align: right;
}
html body header nav ul li {
  float: left;
}
html body header nav ul li a {
  text-decoration: none;
}
html body header nav ul#langmenu {
  margin-top: 7px;
  padding-right: 17px;
}
html body header nav ul#langmenu li {
  float: right;
}
html body header nav ul#langmenu li a {
  color: #ee8020;
}
html body header nav ul#topmenu {
  margin-top: 20px;
  display: block;
  width: 480px;
}
html body header nav ul#topmenu > li {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  float: none;
  display: inline;
}
html body header nav ul#topmenu > li ul {
  display: none;
}
html body header nav ul#topmenu > li a {
  color: black;
  display: inline;
  padding: 5px 25px 5px 10px;
  background: url(../img/bgli.gif) no-repeat right center;
}
html body header nav ul#topmenu > li a:hover {
  /*color:white;
									background: @orange;*/

  color: #ee8020;
}
html body header nav ul#topmenu > li:hover ul {
  display: block;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 530px;
  font-size: 17px;
}
html body header nav ul#topmenu > li:hover ul li a:before {
  content: '.';
}
html body #slideshow {
  background: transparent;
  max-height: 600px;
}
html body #slideshow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body article {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}
html body article #breadcrumbs {
  padding-top: 35px;
  position: relative;
  z-index: 2;
}
html body article #breadcrumbs ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
html body article #breadcrumbs ul li {
  display: inline;
  font-weight: bold;
}
html body article #breadcrumbs ul li a {
  color: black;
  opacity: 0.7;
}
html body article #breadcrumbs ul li a:hover {
  color: #ee8020;
  opacity: 1;
}
html body article #breadcrumbs ul li ul li:before {
  color: #ee8020;
  content: ' - ';
}
html body article #titlewrapper {
  position: relative;
  border-bottom: 1px solid #ee8020;
}
html body article #titlewrapper.noborder {
  border-bottom: 0;
}
html body article #titlewrapper h1 {
  position: relative;
  font-size: 4.5em;
  opacity: 0.7;
  margin: 0;
  color: black;
  font-weight: bold;
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  margin: 0 auto 0.35em auto;
  line-height: 0.8em;
}
html body article #titlewrapper .exception h1 {
  margin: 0 0 0.2em 0;
  width: 90%;
  float: left;
}
html body article #titlewrapper h2 {
  clear: both;
  width: 75%;
  color: #727272;
  text-transform: none;
  line-height: 1em;
}
html body article #titlewrapper #projnav {
  position: absolute;
  width: 110px;
  height: 45px;
  right: 0px;
  bottom: -37px;
}
html body article #titlewrapper #projnav .prev,
html body article #titlewrapper #projnav .next {
  display: block;
  float: left;
  width: 47px;
  height: 44px;
  background: url(../img/arrows_sprite.png) no-repeat left top;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  /*&:hover{
							background-position: left bottom;
							.transition(none);
						}*/

}
html body article #titlewrapper #projnav .next {
  background-position: right top;
  margin-left: 15px;
  /*&:hover{
							background-position: right bottom;
						}*/

}
html body article #sectionmenuwrapper {
  padding: 8px 0px;
  /*--#sectionmenu*/

}
html body article #sectionmenuwrapper.mobileonly {
  display: none;
}
html body article #sectionmenuwrapper.mobileonly.mycol {
  display: block;
}
html body article #sectionmenuwrapper #sectionmenu {
  font-weight: bold;
}
html body article #sectionmenuwrapper #sectionmenu ul {
  margin: 0;
  padding: 0;
}
html body article #sectionmenuwrapper #sectionmenu ul li {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 22px;
}
html body article #sectionmenuwrapper #sectionmenu ul li.web {
  text-transform: none;
}
html body article #sectionmenuwrapper #sectionmenu ul li.web a {
  color: #ee8020;
  background: none;
}
html body article #sectionmenuwrapper #sectionmenu ul li.web a:hover {
  color: #ee8020;
}
html body article #sectionmenuwrapper #sectionmenu ul li:first-child {
  margin-left: 0;
}
html body article #sectionmenuwrapper #sectionmenu ul li a {
  display: block;
  background: #ee8020;
  padding: 0 5px 3px 5px;
  color: white;
}
html body article #sectionmenuwrapper #backtowork {
  float: right;
  text-transform: uppercase;
  padding-top: 6px;
  font-size: 14px;
}
html body article #sectionmenuwrapper #backtowork:before {
  content: '← ';
}
html body article #sectionmenuwrapper #backtowork:hover {
  color: white;
}
html body .subtitlewrapper {
  border-bottom: 1px solid #ee8020;
}
html body .subtitlewrapper h2 {
  color: #727272;
  font-size: 40px;
  line-height: 38px;
  padding: 40px 0px;
  text-transform: none;
}
html body .contentwrapper {
  font-size: 20px;
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
html body .contentwrapper h1,
html body .contentwrapper h2,
html body .contentwrapper h3,
html body .contentwrapper h4 {
  line-height: 1.5em;
}
html body .contentwrapper #twocolwrapper > div {
  float: left;
  width: 48%;
}
html body .contentwrapper #twocolwrapper > div.left {
  padding-right: 2%;
}
html body .contentwrapper #twocolwrapper > div.right {
  padding-left: 2%;
}
html body .contentwrapper > div {
  display: none;
  margin-top: 20px;
  padding-bottom: 20px;
}
html body .contentwrapper > div.active {
  display: block;
}
html body .contentwrapper #contentslideshow {
  margin-top: 30px;
}
html body .contentwrapper #contentslideshow img {
  width: 100%;
  height: auto;
}
html body .contentwrapper #sectionwrapper {
  width: 100%;
  /*section*/

}
html body .contentwrapper #sectionwrapper .semimobile.first section:first-child {
  margin-left: -2%;
}
html body .contentwrapper #sectionwrapper.mycol .workcols {
  display: none;
  width: 98%;
  float: none;
  padding-left: 0%;
  margin-left: -1% !important;
}
html body .contentwrapper #sectionwrapper.mycol .workcols.active {
  display: block;
}
html body .contentwrapper #sectionwrapper.mycol .workcols h2 {
  display: none;
}
html body .contentwrapper #sectionwrapper.mycol .workcols li {
  opacity: 1;
  width: 23%;
  padding: 20px 0 20px 0;
  margin: 0 1% 20px 1%;
  float: left;
}
html body .contentwrapper #sectionwrapper.mycol .workcols li a .imagewrapper img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}
html body .contentwrapper #sectionwrapper.mycol .workcols li a .imagewrapper img.color {
  display: block;
  position: static;
  opacity: 1;
}
html body .contentwrapper #sectionwrapper section {
  float: left;
  width: 23%;
  padding-left: 2%;
  color: black;
  /*.full*/

}
html body .contentwrapper #sectionwrapper section.isbig {
  width: 48%;
}
html body .contentwrapper #sectionwrapper section .smallimgs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ee8020;
  width: 90%;
  height: auto;
}
html body .contentwrapper #sectionwrapper section p {
  font-size: .85em;
}
html body .contentwrapper #sectionwrapper section p.big {
  text-transform: uppercase;
  color: #ee8020;
  font-size: 1em;
  font-weight: bold;
}
html body .contentwrapper #sectionwrapper section .missions {
  color: #ee8020 !important;
}
html body .contentwrapper #sectionwrapper section .otherinfo h3,
html body .contentwrapper #sectionwrapper section .otherinfo p {
  display: inline;
}
html body .contentwrapper #sectionwrapper section .otherinfo h3 {
  text-transform: none;
}
html body .contentwrapper #sectionwrapper section .otherinfo .festivals {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .7em;
}
html body .contentwrapper #sectionwrapper section .extlink {
  color: black;
  /*color: @midgrey;
						position: relative;
						&:after{
							content: ' ';
							background: url('../img/external_link_icon.png') no-repeat left 3px;
							height: 14px;
							width: 14px;
							color: #000;
							margin-left: 5px;
						}*/

}
html body .contentwrapper #sectionwrapper section .extlink:hover {
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section#ww0 {
  margin-left: -2%;
}
html body .contentwrapper #sectionwrapper section img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
html body .contentwrapper #sectionwrapper section#map img {
  max-width: none;
}
html body .contentwrapper #sectionwrapper section h3 {
  margin: 2em 0 0.2em 0;
  font-size: 1em;
  line-height: 1em;
  color: black;
  font-weight: bold;
}
html body .contentwrapper #sectionwrapper section h3:first-child {
  margin-top: 0px;
}
html body .contentwrapper #sectionwrapper section h3 + p {
  margin-top: 0;
}
html body .contentwrapper #sectionwrapper section.third {
  width: 31%;
}
html body .contentwrapper #sectionwrapper section.third.noleft {
  padding-left: 0;
  padding-right: 2%;
}
html body .contentwrapper #sectionwrapper section.third .postmeta {
  border-bottom: 1px solid #ee8020;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  font-size: .85em;
}
html body .contentwrapper #sectionwrapper section.third .postmeta a {
  color: black;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper section.third .postmeta a:hover {
  color: #ee8020;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper section.third .newsnav {
  font-size: .85em;
}
html body .contentwrapper #sectionwrapper section.third .newsnav a {
  text-transform: uppercase;
  display: block;
}
html body .contentwrapper #sectionwrapper section.third .newsnav a.backtonews {
  float: left;
}
html body .contentwrapper #sectionwrapper section.third .newsnav a.prev,
html body .contentwrapper #sectionwrapper section.third .newsnav a.next {
  float: right;
  margin-left: 10px;
}
html body .contentwrapper #sectionwrapper section.twothirds {
  width: 64%;
}
html body .contentwrapper #sectionwrapper section.twothirds p:first-child {
  margin-top: 1.5em;
}
html body .contentwrapper #sectionwrapper section.half {
  width: 48%;
  position: relative;
}
html body .contentwrapper #sectionwrapper section.half.first {
  width: 50%;
  padding-left: 0%;
}
html body .contentwrapper #sectionwrapper section.half .imgtitle {
  z-index: 10;
  bottom: 47px;
  color: white;
  font-size: 20px;
}
html body .contentwrapper #sectionwrapper section.half .imgdesc {
  z-index: 11;
  bottom: 20px;
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section.half .imgtitle,
html body .contentwrapper #sectionwrapper section.half .imgdesc {
  position: absolute;
  padding: 2px 40px 2px 10px;
  text-transform: uppercase;
  background: black;
  left: 5%;
}
html body .contentwrapper #sectionwrapper section.half .imgtitle.box0,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box0,
html body .contentwrapper #sectionwrapper section.half .imgtitle.box3,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box3 {
  margin-left: -10px;
}
html body .contentwrapper #sectionwrapper section.half .imgtitle.box1,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box1,
html body .contentwrapper #sectionwrapper section.half .imgtitle.box4,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box4 {
  margin-left: 10px;
}
html body .contentwrapper #sectionwrapper section.half .imgtitle.box2,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box2,
html body .contentwrapper #sectionwrapper section.half .imgtitle.box5,
html body .contentwrapper #sectionwrapper section.half .imgdesc.box5 {
  margin-left: 0px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper {
  max-height: 390px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line0 {
  margin-right: 20px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line1 {
  margin-left: 20px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line2 {
  margin-left: 10px;
  margin-right: 10px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line3 {
  margin-right: 20px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line4 {
  margin-left: 20px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper#line5 {
  margin-left: 10px;
  margin-right: 10px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-thumbnails-container {
  height: 20px;
  bottom: 70px;
  right: 40px;
  position: absolute;
  left: auto;
  z-index: 2;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-thumbnails-container .galleria-thumbnails .galleria-image {
  background: none;
  border: 0;
  opacity: 1;
  display: block;
  background: white;
  color: white;
  width: 10px;
  height: 10px;
  font-size: 7xpx;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-thumbnails-container .galleria-thumbnails .galleria-image.active {
  background: #ee8020;
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info {
  top: 300px;
  left: 10px;
  width: auto;
  position: absolute;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text {
  display: block !important;
  position: relative;
  padding: 0px;
  text-transform: uppercase;
  background: none;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text .galleria-info-title,
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text .galleria-info-description {
  font: inherit;
  font-family: 'y', sans-serif;
  font-size: 20px;
  margin: auto;
  display: block !important;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text .galleria-info-title span,
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text .galleria-info-description span {
  background: black;
  padding: 2px 40px 2px 10px;
}
html body .contentwrapper #sectionwrapper section.half .galwrapper .galleria-info .galleria-info-text .galleria-info-description {
  font-size: 15px;
  color: #ee8020;
  text-transform: uppercase;
}
html body .contentwrapper #sectionwrapper section.full {
  width: 100%;
  margin-bottom: 40px;
  margin-left: -2%;
  /*.equipmentlist*/

}
html body .contentwrapper #sectionwrapper section.full .equipmentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .contentwrapper #sectionwrapper section.full .equipmentlist li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
}
html body .contentwrapper #sectionwrapper section.full .equipmentlist li img {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 30px;
}
html body .contentwrapper #sectionwrapper section.full .equipmentlist li h3 {
  margin-left: 230px;
  margin-top: 0px;
}
html body .contentwrapper #sectionwrapper section.full .equipmentlist li a {
  text-transform: uppercase;
}
html body .contentwrapper #sectionwrapper section.full .tagline {
  width: 45%;
  float: left;
  font-size: 34px;
  line-height: 32px;
  margin: 0;
}
html body .contentwrapper #sectionwrapper section.full .advantages {
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
}
html body .contentwrapper #sectionwrapper section.full .advantages ul {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  list-style: none;
}
html body .contentwrapper #sectionwrapper section.full .advantages ul li {
  background: url('../img/bullet.gif') no-repeat left center;
  padding-left: 30px;
}
html body .contentwrapper #sectionwrapper section.full#trailerwrapper {
  width: 98%;
  margin-left: 0;
  display: block;
}
html body .contentwrapper #sectionwrapper section.full#trailerwrapper #trailer {
  display: block;
}
html body .contentwrapper #sectionwrapper section.full.quote ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 160px;
}
html body .contentwrapper #sectionwrapper section.full.quote ul li blockquote {
  margin: 0;
  font-size: 34px;
  font-style: italic;
  line-height: 1em;
}
html body .contentwrapper #sectionwrapper section.full.quote h2 {
  margin: 60px 0 0 0;
  border-bottom: 0;
}
html body .contentwrapper #sectionwrapper section.full.quote a {
  text-transform: uppercase;
}
html body .contentwrapper #sectionwrapper section h2 {
  color: black;
  font-weight: bold;
  opacity: 0.7;
}
html body .contentwrapper #sectionwrapper section .worklist {
  list-style: none;
  margin: 0;
  padding: 0 0 200px 0;
  position: relative;
  min-height: 1000px;
}
html body .contentwrapper #sectionwrapper section .worklist li {
  padding-bottom: 20px;
  border-bottom: 1px solid #EE8020;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  /*a*/

}
html body .contentwrapper #sectionwrapper section .worklist li:hover {
  z-index: 3;
}
html body .contentwrapper #sectionwrapper section .worklist li.vid .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
html body .contentwrapper #sectionwrapper section .worklist li.vid .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .contentwrapper #sectionwrapper section .worklist li:hover {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper section .worklist li.inactive {
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper section .worklist li.preloading {
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper section .worklist li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  background: url(../img/moreinfo.png) no-repeat right bottom;
  /*:hover*/

}
html body .contentwrapper #sectionwrapper section .worklist li a .imagewrapper {
  background: #ee8020;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  /*.over {
									    position: absolute;
										background:url(../img/playbg.gif) #d86a11 no-repeat center center;
									    width: 100%;
									    opacity:0.8;
									    height: 100%;
									    z-index:2;
									}*/

}
html body .contentwrapper #sectionwrapper section .worklist li a .imagewrapper img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
html body .contentwrapper #sectionwrapper section .worklist li a .new {
  position: absolute;
  left: 0px;
  top: 20px;
  background: #ee8020;
  color: white;
  padding: 3px 20px;
  z-index: 3;
}
html body .contentwrapper #sectionwrapper section .worklist li a span {
  color: #414141;
  display: block;
  font-weight: bold;
}
html body .contentwrapper #sectionwrapper section .worklist li a span:before {
  content: '> ';
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section .worklist li a span.postdate {
  background: #414141;
  color: white;
  font-weight: bold;
  display: inline;
  font-size: 14px;
  padding: 0 5px 2px 5px;
}
html body .contentwrapper #sectionwrapper section .worklist li a span.postdate:before {
  display: none;
}
html body .contentwrapper #sectionwrapper section .worklist li a p {
  color: black;
  margin: 5px 0 10px 0;
  padding-bottom: 10px;
  text-transform: none;
  padding-right: 25px;
}
html body .contentwrapper #sectionwrapper section .worklist li a .moreinfo {
  height: 0;
  border: 0;
}
html body .contentwrapper #sectionwrapper section .worklist li a h3 {
  margin: 0 0 5px 0;
  border: 0;
  padding: 0;
  color: #ee8020;
  font-size: 1.8em;
}
html body .contentwrapper #sectionwrapper section .worklist li a .details {
  color: white;
  max-height: 0px;
  overflow: hidden;
  text-transform: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 10px;
}
html body .contentwrapper #sectionwrapper section .worklist li a .details b {
  color: #878787;
  text-transform: uppercase;
}
html body .contentwrapper #sectionwrapper section .worklist li a .details img {
  float: left;
  width: 75px;
  margin-right: 10px;
}
html body .contentwrapper #sectionwrapper section .worklist li a:hover .new {
  background: white;
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section .worklist li a:hover h3 {
  color: #ee8020;
}
html body .contentwrapper #sectionwrapper section .worklist li a:hover .moreinfo {
  height: 20px;
  padding: 10px 0px;
  border-bottom: 2px solid #ee8020;
  border-top: 1px solid #212121;
  margin-top: 10px;
}
html body .contentwrapper #sectionwrapper section .worklist li a:hover .moreinfo:hover {
  color: white;
}
html body .contentwrapper #sectionwrapper section .worklist li a:hover .details {
  max-height: 200px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .contentwrapper #sectionwrapper #map {
  width: 71%;
  float: left;
  height: 560px;
  margin-left: 0;
}
html body .contentwrapper #trailerwrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  height: auto;
}
html body .contentwrapper #trailerwrapper iframe,
html body .contentwrapper #trailerwrapper object,
html body .contentwrapper #trailerwrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .contentwrapper #trailerwrapper #trailer {
  display: none;
}
html body .contentwrapper #trailerwrapper.active #trailer {
  display: block;
}
html body .contentwrapper #photogallery {
  height: 600px;
}
html body .contentwrapper #photogallery #mainphoto {
  height: 600px;
}
html body .contentwrapper #photogallery #mainphoto img {
  max-width: 100%;
  height: 100%;
}
html body .contentwrapper #photogallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .contentwrapper #photogallery ul li {
  float: left;
}
html body .forcedisplay {
  display: block;
  border-top: 1px solid #ee8020;
  overflow-x: hidden;
}
html body .forcedisplay .quote {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 50px;
}
html body .forcedisplay .quote ul {
  margin-left: -2%;
  padding: 0 2%;
  width: 98%;
  border-bottom: 1px solid #212121;
}
html body .forcedisplay .quote h2 {
  font-size: 27px;
  margin-top: 27px;
  margin-bottom: 0;
  opacity: 0.7;
}
html body .forcedisplay .quote a {
  text-transform: uppercase;
  color: black;
}
html body hr {
  width: 200%;
  margin-left: -50%;
  background: black;
  border-top: 1px solid #212121;
  clear: both;
}
html body #trigger {
  color: #ee8020;
  text-transform: uppercase;
  text-align: center;
}
html body #trigger span.disabled {
  display: none;
}
html body #contactform {
  border-top: 1px solid #ee8020;
  margin-bottom: 30px;
}
html body #contactform input[type=text],
html body #contactform input[type=email],
html body #contactform textarea {
  background: white;
  border: 1px solid #ee8020;
  padding: 2px 7px 4px;
  color: black;
  font-family: 'y', sans-serif;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 97%;
  margin-bottom: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
html body #contactform input[type=text]::-webkit-input-placeholder,
html body #contactform input[type=email]::-webkit-input-placeholder,
html body #contactform textarea::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #ee8020;
}
html body #contactform input[type=text]:-moz-placeholder,
html body #contactform input[type=email]:-moz-placeholder,
html body #contactform textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ee8020;
}
html body #contactform input[type=text]::-moz-placeholder,
html body #contactform input[type=email]::-moz-placeholder,
html body #contactform textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ee8020;
}
html body #contactform input[type=text]:-ms-input-placeholder,
html body #contactform input[type=email]:-ms-input-placeholder,
html body #contactform textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #ee8020;
}
html body #contactform textarea {
  height: 99px !important;
  width: 95%;
  margin-left: 2%;
}
html body #contactform input[type=submit] {
  background: url(../img/minibullet.png) #ee8020 no-repeat 40px center;
  padding: 0 25px 2px 10px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  border: 0;
  font-family: 'y', sans-serif;
  text-transform: uppercase;
  outline: none;
  display: block;
  float: right;
  -webkit-font-smoothing: antialiased;
}
html body #contactform div.col {
  width: 50%;
  float: right;
}
html body #contactform div.col.first {
  float: left;
}
html body #contactform h1 {
  opacity: 0.7;
}
html body #latestnews {
  padding: 35px 0px 90px 0px;
  color: black;
}
html body #latestnews h2 {
  display: inline;
  color: black;
  font-weight: bold;
  background: url(../img/bibullet.png) no-repeat left center;
  padding-left: 50px;
  padding-bottom: 2px;
  opacity: 0.7;
}
html body #latestnews > a {
  text-transform: uppercase;
}
html body #latestnews > a:nth-of-type(1) {
  padding-left: 25px;
  color: black;
  font-size: 14px;
  font-weight: normal;
  background: url(../img/bgli.gif) no-repeat left 9px;
}
html body #latestnews ul {
  margin: 20px 0px 0px 0px;
  padding: 0;
  list-style: none;
  color: black;
}
html body #latestnews ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  position: relative;
  min-height: 123px;
  background: url(../img/moreinfo.png) no-repeat right bottom;
  /*&.fakehover a.imgwrapper div{
						opacity:0.8;
						.transition(@linktparams);
					}*/

}
html body #latestnews ul li a:hover h3,
html body #latestnews ul li.fakehover a h3 {
  color: black;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body #latestnews ul li a.imgwrapper {
  width: 222px;
  height: 123px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #ee8020;
  overflow: hidden;
  background: white;
  /*&:hover div{
							filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
							opacity:0.8;
							.transition(@linktparams);
						}*/

}
html body #latestnews ul li a.imgwrapper img,
html body #latestnews ul li a.imgwrapper div {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
html body #latestnews ul li a.imgwrapper div {
  height: 100%;
  z-index: 3;
}
html body #latestnews ul li a.imgwrapper div {
  z-index: 3;
  background: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background: url(../img/playbg.gif) #d86a11 no-repeat center center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body #latestnews ul li:first-child {
  margin-left: 0;
}
html body #latestnews ul li span {
  color: white;
  background: #ee8020;
  display: inline-block;
  margin: 0 0 0 244px;
  padding: 2px 5px 6px 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 13px;
}
html body #latestnews ul li h3 {
  margin: 0 0 0 244px;
  line-height: 1em;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: black;
  font-weight: bold;
  font-size: 18px;
  opacity: 0.7;
}
html body #latestnews ul li p {
  text-transform: uppercase;
  margin: 0 0 0 244px;
  line-height: 1em;
  color: #727272 !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body #latestnews ul li p span {
  color: #ee8020 !important;
  display: inline;
  margin: 0;
}
html body #latestnews ul li.fakehover p {
  color: white !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body footer {
  padding: 30px 0 50px 0;
  font-size: 18px;
  background: url('../img/bgfooter.png') repeat left top;
}
html body footer section {
  float: left;
  width: 32%;
  margin-left: 2%;
}
html body footer section .social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
html body footer section .social li {
  margin: 0;
  padding: 0;
  float: left;
  width: 34px;
  text-align: left;
}
html body footer section .social li a {
  line-height: 1em;
}
html body footer section .social li .icon-linkedin {
  font-size: 19px;
}
html body footer section .social li .icon-vimeo {
  font-size: 15px;
}
html body footer section .social li .icon-facebook {
  font-size: 20px;
}
html body footer section:first-child {
  color: white;
  margin-left: 0%;
}
html body footer section:first-child ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
}
html body footer section:first-child ul li {
  display: inline;
  padding: 0px 4px;
}
html body footer section:first-child ul li:after {
  content: '|';
  margin: 0px -3px 0px 5px;
  font-size: 14px;
}
html body footer section:first-child ul li:last-child {
  padding-right: 0px;
}
html body footer section:first-child ul li:last-child:after {
  content: none;
}
html body footer section:first-child ul li ul {
  display: none;
}
html body footer section:first-child ul li a {
  color: white;
  /*&:hover{ color: @orange;}*/

}
html body footer section:first-child p {
  margin: .5em 0;
  font-size: 15px;
}
html body footer section:first-child p a {
  color: white;
  text-decoration: underline;
  /*&:hover{ color: @orange;}*/

}
html body footer section h2 {
  margin: 0;
  color: white;
  font-size: 19px;
  line-height: 20px;
  font-weight: bold;
  background: url(../img/titlebullet.png) no-repeat left center;
  padding-left: 32px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
html body footer section a {
  color: white;
}
html body footer section a:hover {
  color: #ee8020;
}
html body footer section p {
  margin: 5px 0px;
}
html body footer section form {
  margin: 2px 0px;
  display: block;
  float: left;
}
html body footer section form input[type=email] {
  background: white;
  border: 0;
  padding: 0px 4px 0px;
  color: #ee8020;
  font-family: 'y', sans-serif;
  width: 200px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  max-width: 90%;
  float: left;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
html body footer section form input[type=email]::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #ee8020;
}
html body footer section form input[type=email]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ee8020;
}
html body footer section form input[type=email]::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ee8020;
}
html body footer section form input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #ee8020;
}
html body footer section form input[type=submit],
html body footer section form a {
  background: url(../img/minibullet.png) #ee8020 no-repeat 40px center;
  padding: 0 25px 2px 10px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  border: 0;
  font-family: 'y', sans-serif;
  text-transform: uppercase;
  outline: none;
  display: block;
  float: left;
}
html body footer section form input[type=submit]:hover,
html body footer section form a:hover {
  color: white;
}
html body #signnewsletter {
  background: white;
  width: 50%;
  padding: 30px 20px;
  margin: 0 auto;
  border-top: 1px solid #ee8020;
  border-bottom: 1px solid #ee8020;
  color: white;
  display: none;
  max-width: 550px;
}
html body .mfp-content #signnewsletter {
  display: block;
  position: relative;
  overflow: hidden;
}
html body .mfp-content #signnewsletter .mfp-close {
  color: #4e4e4e;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .mfp-content #signnewsletter .mfp-close:hover {
  color: #ee8020;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html body .mfp-content #signnewsletter h2 {
  font-size: 40px;
  line-height: 38px;
  margin: 30px 0;
}
html body .mfp-content #signnewsletter h2 span {
  color: #ee8020;
}
html body .mfp-content #signnewsletter .wpcf7-mail-sent-ok {
  color: #4e4e4e !important;
}
html body .mfp-content #signnewsletter form {
  margin: 20px 0;
}
html body .mfp-content #signnewsletter form input[type=text],
html body .mfp-content #signnewsletter form input[type=email] {
  background: white;
  color: #4e4e4e;
  font-family: 'y', sans-serif;
  border: 1px solid #ee8020;
  margin: 10px 0 10px 0;
  padding: 2px 4px 2px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 98%;
}
html body .mfp-content #signnewsletter form input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #ee8020;
  -webkit-font-smoothing: antialiased;
}
html body .mfp-content #signnewsletter form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ee8020;
}
html body .mfp-content #signnewsletter form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ee8020;
}
html body .mfp-content #signnewsletter form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #ee8020;
}
html body .mfp-content #signnewsletter form input[type=submit] {
  background: url(../img/minibullet.png) #ee8020 no-repeat 40px center;
  padding: 0 25px 2px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #FFF;
  border: 0;
  font-family: 'y', sans-serif;
  text-transform: uppercase;
  outline: 0;
  display: block;
  float: right;
  margin: 20px 0px 30px 10px;
  outline: none;
}
html body .galleria-thumbnails .galleria-image {
  border: 0;
  border-bottom: 1px solid #ee8020;
}
html body .galleria-image-nav-left,
html body .galleria-image-nav-right {
  background-image: url(../img/arrows_sprite.png);
  background-position: left center;
  width: 47px;
}
html body .galleria-image-nav-right {
  background-position: right center;
}
/*--html*/
div.da-animate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
  left: 0px;
  top: -100%;
}
.da-slideFromBottom {
  left: 0px;
  top: 100%;
}
.da-slideFromLeft {
  top: 0px;
  left: -100%;
}
.da-slideFromRight {
  top: 0px;
  left: 100%;
}
/* Final state classes: */
.da-slideTop {
  top: 0px;
  left: 0px;
}
.da-slideLeft {
  left: 0px;
  top: 0px;
}
#pagination {
  display: none;
}
.galleria-counter {
  display: none;
}
.galleria-info-link {
  display: none;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */

  /* animate in */

  /* animate out */

}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.galleria-container {
  background: transparent !important;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7 img.ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-validation-errors {
  border: 0;
  padding: 0;
  margin: -22px 0 0 0;
  color: black;
  font-weight: bold;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid {
  font-weight: bold !important;
  color: black !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpcf7 .wpcf7-not-valid::-webkit-input-placeholder {
  /* WebKit browsers */

  color: black !important;
}
.wpcf7 .wpcf7-not-valid:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: black !important;
}
.wpcf7 .wpcf7-not-valid::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: black !important;
}
.wpcf7 .wpcf7-not-valid:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: black !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: white;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 38px;
}
#infscr-loading {
  position: absolute !important;
  background: transparent !important;
  width: 230px !important;
  color: #ee8020 !important;
  text-transform: uppercase;
  bottom: -15px !important;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading p {
  margin: 0;
}
.tp-bullets.simplebullets .bullet {
  background: url("../img/bullets.png") no-repeat bottom left !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left !important;
}
.gm-style div div * {
  -webkit-transform: none !important;
}
/* 



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1400px) {
  html body footer {
    padding: 30px 2% 50px 2%;
  }
  html body header {
    padding: 0 2%;
  }
  html body article {
    width: 96%;
  }
  html body #latestnews {
    padding: 35px 2% 90px 2%;
  }
}
@media only screen and (max-width: 1024px) {
  html body footer {
    padding: 30px 5% 50px 5%;
  }
  html body header {
    padding: 0 5%;
  }
  html body #latestnews {
    overflow-x: hidden;
  }
  html body #latestnews ul li {
    background: none;
  }
  html body article {
    width: 90%;
    margin: 0 auto;
  }
  html body article .contentwrapper {
    font-size: 15px;
    overflow: hidden;
  }
  html body article .contentwrapper h2 {
    line-height: 1.2em;
  }
  html body article .contentwrapper #sectionwrapper section.half.first h3 {
    margin-top: 1em;
  }
  html body article .contentwrapper #sectionwrapper section.half.first h3:first-child {
    margin-top: 0;
  }
  html body article .contentwrapper #sectionwrapper section.full .equipmentlist li img {
    width: 133px;
    height: 133px;
    margin-right: 15px;
  }
  html body article .contentwrapper #sectionwrapper section.full .equipmentlist li h3 {
    margin-left: 148px;
  }
  html body article .contentwrapper #sectionwrapper section.full .advantages ul li {
    margin-bottom: 15px;
  }
  html body article .contentwrapper #sectionwrapper section.full.quote {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  html body article .contentwrapper #sectionwrapper section.full.quote ul {
    margin-left: -2%;
    padding: 0 2%;
    width: 98%;
  }
  html body article .contentwrapper #sectionwrapper section.full.quote h2 {
    font-size: 30px;
    margin-top: 30px;
  }
  html body article #contactform h2 {
    font-size: 40px;
  }
  html body article #contactform input[type=text],
  html body article #contactform input[type=email] {
    margin-bottom: 25px;
    width: 92%;
  }
  html body article #contactform textarea {
    height: 120px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html body #latestnews ul li a.imgwrapper {
    width: 85px;
    height: 50px;
    margin: 0 10px 5px 0;
  }
  html body #latestnews ul li span,
  html body #latestnews ul li p {
    font-size: 12px;
    margin: 0 0 0 100px;
  }
  html body #latestnews ul li p span {
    margin: 0;
  }
  html body #latestnews ul li h3 {
    font-size: 18px;
    margin: 0 0 0 100px;
  }
  html body footer section:first-child {
    font-size: 13px;
  }
  html body footer section:first-child ul li {
    padding: 0px 2px;
  }
  html body footer section form input[type=email] {
    width: 150px;
    margin-right: 10px;
  }
  html body footer h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 959px) {
  html body {
    /*header nav*/
  
  }
  html body header nav {
    float: none;
  }
  html body header nav ul#langmenu {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 2%;
    top: 10px;
  }
  html body header nav .menu-top-menu-en-container {
    width: auto;
    overflow: auto;
    position: static;
    height: auto;
  }
  html body header nav #menutrigger {
    display: block;
    position: absolute;
    top: 45px;
    right: 2%;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    padding: 5px 30px 5px 10px;
    background: url('../img/updown.png') no-repeat right 2px;
  }
  html body header nav #menutrigger.open {
    background-position: right -32px;
    color: #878787;
  }
  html body header nav ul#topmenu {
    display: none;
    margin-top: 0;
    position: absolute;
    top: 113px;
    right: 2%;
    z-index: 1000;
  }
  html body header nav ul#topmenu.open {
    display: block;
  }
  html body header nav ul#topmenu li {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
  html body header nav ul#topmenu li a {
    background: white;
    display: inline;
    padding-right: 10px;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  html body #slideshow .caption {
    margin-left: 2% !important;
  }
  html body .subtitlewrapper h2 {
    font-size: 30px;
    line-height: 28px;
  }
  html body article .contentwrapper {
    font-size: 15px;
  }
  html body article .contentwrapper h2 {
    line-height: 1.2em;
  }
  html body article .contentwrapper #sectionwrapper #map {
    height: 340px;
    margin-bottom: 20px;
  }
  html body article .contentwrapper #sectionwrapper section.full.quote ul {
    min-height: 220px;
  }
  html body article .contentwrapper #sectionwrapper section.third .newsnav a.prev,
  html body article .contentwrapper #sectionwrapper section.third .newsnav a.next {
    font-size: 21px;
    line-height: 15px;
  }
  html body article .contentwrapper #sectionwrapper section.third .newsnav a.prev span,
  html body article .contentwrapper #sectionwrapper section.third .newsnav a.next span {
    display: none;
  }
  html body article .contentwrapper #sectionwrapper .semimobile {
    width: 96%;
    padding-right: 2%;
    clear: both;
  }
  html body article .contentwrapper #sectionwrapper .semimobile section {
    margin: 0;
    width: 48%;
    padding-left: 2%;
  }
  html body article .contentwrapper #sectionwrapper .semimobile section:first-child {
    padding-left: 0;
    padding-right: 2%;
  }
  html body article .contentwrapper #sectionwrapper .semimobile.first section:first-child,
  html body article .contentwrapper #sectionwrapper .semimobile.first #ww0 {
    margin-left: 0;
  }
  html body #latestnews ul li {
    float: none;
    width: 75%;
    margin-left: 0px;
    margin-bottom: 25px;
  }
  html body footer {
    position: relative;
    padding-bottom: 180px;
  }
  html body footer section {
    width: 50%;
    float: left;
    margin: 0;
  }
  html body footer section:first-child {
    position: absolute;
    float: none;
    top: 145px;
    left: 2%;
    width: 98%;
  }
  /*html body*/
}
@media only screen and (max-width: 640px) {
  iframe.fullwidth {
    height: 1200px !important;
  }
  html body .contentwrapper #sectionwrapper section .smallimgs {
    width: 100%;
  }
  html body article #sectionmenuwrapper #sectionmenu ul li.web {
    margin-left: 0px;
    display: block;
    float: none;
  }
  html body #latestnews ul li a.imgwrapper {
    width: 172px;
    height: 103px;
  }
  html body #latestnews ul li span {
    margin-left: 180px;
  }
  html body #latestnews ul li h3 {
    margin-left: 180px;
  }
  html body header #logo {
    width: 250px;
    height: 36px;
    background-size: 250px 36px;
    margin-top: 50px;
  }
  html body #latestnews ul li {
    width: 100%;
  }
  html body article #titlewrapper h1 {
    font-size: 50px;
  }
  html body article #titlewrapper #projnav {
    position: absolute;
    right: 0px;
    bottom: 40px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    z-index: 100;
  }
  html body article #sectionmenuwrapper.mobileonly {
    display: block;
  }
  html body #contactform div.col {
    width: 100%;
    float: none;
  }
  html body #contactform div.col textarea {
    margin-left: 0;
  }
  html body #contactform div.col input[type=text],
  html body #contactform div.col input[type=email],
  html body #contactform div.col textarea {
    font-size: 25px;
    line-height: 27px;
    width: 96%;
  }
  html body .contentwrapper #sectionwrapper {
    /*section*/
  
  }
  html body .contentwrapper #sectionwrapper #twocolwrapper > div {
    float: none;
    width: 100%;
    padding: 0;
  }
  html body .contentwrapper #sectionwrapper .semimobile.first {
    padding-right: 0;
    width: 98%;
  }
  html body .contentwrapper #sectionwrapper .semimobile.first section {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 30px 0;
  }
  html body .contentwrapper #sectionwrapper .semimobile.first section:first-child {
    margin-top: 0;
    padding-right: 0;
  }
  html body .contentwrapper #sectionwrapper #map {
    width: 96%;
    float: none;
    margin-top: 160px;
  }
  html body .contentwrapper #sectionwrapper section#contactinfo {
    position: absolute;
    width: 100%;
    float: none;
    top: 0px;
    left: 0px;
  }
  html body .contentwrapper #sectionwrapper section#contactinfo h3 {
    margin-top: 30px;
  }
  html body .contentwrapper #sectionwrapper section#contactinfo p {
    float: left;
    width: 50%;
    margin-top: 0px;
  }
  html body .contentwrapper #sectionwrapper section.half {
    float: none;
    display: none;
  }
  html body .contentwrapper #sectionwrapper section.half.first {
    display: block;
    width: 100%;
  }
  html body .contentwrapper #sectionwrapper section.third,
  html body .contentwrapper #sectionwrapper section.twothirds {
    width: 98%;
    padding-left: 0;
    float: none;
  }
  html body .contentwrapper #sectionwrapper section.third .newsnav a.prev span,
  html body .contentwrapper #sectionwrapper section.twothirds .newsnav a.prev span,
  html body .contentwrapper #sectionwrapper section.third .newsnav a.next span,
  html body .contentwrapper #sectionwrapper section.twothirds .newsnav a.next span {
    display: inline !important;
    font-size: 15px;
  }
  html body .contentwrapper #sectionwrapper section.workcols {
    display: none;
    width: 98%;
    float: none;
    padding-left: 0%;
    margin-left: 0 !important;
  }
  html body .contentwrapper #sectionwrapper section.workcols .workitem {
    width: 100% !important;
  }
  html body .contentwrapper #sectionwrapper section.workcols.active {
    display: block;
  }
  html body .contentwrapper #sectionwrapper section.workcols h2 {
    display: none;
  }
  html body .contentwrapper #sectionwrapper section.workcols li {
    opacity: 1;
  }
  html body .contentwrapper #sectionwrapper section.workcols li a .imagewrapper img {
    display: none;
  }
  html body .contentwrapper #sectionwrapper section.workcols li a .imagewrapper img.color {
    display: block;
    position: static;
    opacity: 1;
  }
  html body .contentwrapper #sectionwrapper section.full .tagline {
    width: 100%;
    float: none;
  }
  html body .contentwrapper #sectionwrapper section.full .advantages {
    float: none;
    margin: 50px 0 0 0;
    width: 100%;
  }
  html body .contentwrapper #sectionwrapper section.full .advantages ul {
    padding: 0;
    font-size: 20px;
    line-height: 22px;
  }
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li {
    float: none;
    width: 100%;
    margin-right: 0;
    clear: both;
    *zoom: 1;
  }
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li:before,
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li:after {
    content: " ";
    display: table;
  }
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li:after {
    clear: both;
  }
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li p,
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li a {
    font-size: 20px;
    line-height: 22px;
    margin-left: 148px;
  }
  html body .contentwrapper #sectionwrapper section.full .equipmentlist li a {
    display: block;
  }
  html body footer {
    padding-bottom: 170px;
  }
  html body footer section {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  html body footer section:first-child {
    top: 115px;
    left: 5%;
  }
  html body footer section:first-child #topmenu2,
  html body footer section:first-child p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  html body header #logo {
    width: 200px;
    height: 29px;
    background-size: 200px 29px;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
