html {}

body {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  background: #231f20;
  overflow-x: hidden;
  overflow-y: scroll;
}

section {
  float: left;
  width: 100%;
  clear: both;
  display: table;
  padding: 100px 0;
  background: #fff;
}

.simplebar-track .simplebar-scrollbar {
  cursor: pointer;
}

a {
  color: #dc0814;
}

a:hover {
  color: #000;
}

img.thumb {
  cursor: pointer;
}

td,
th {
  padding-top: 0;
  padding-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

.mod_eventcalendar_title{
    display: none !important;
}

section .valign {
  display: table-cell;
  vertical-align: middle;
}

section .pw {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

section.contentleft .content {
  width: 50%;
  float: left;
}

section.contentright .content {
  width: 50%;
  float: right;
  padding: 100px 0;
}

section .content h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}

section .content p {
  font-size: 20px;
  line-height: 36px;
  font-family: roboto, arial, sans-serif;
  font-weight: 300;
}

section .content .thumb {
  cursor: pointer;
}

section .title {
  text-align: left;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 40px;
}

section .title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: roboto condensed, arial, sans-serif;
  height: 42px;
  line-height: 42px;
  float: left;
  margin: 0;
  color: #dc0814;
}

section .title h4 {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  opacity: 0.5;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 30px;
  margin: 0 0 0 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  float: left;
}

section .title.light h3,
section .title.light h4 {
  color: #fff;
}

section .title.light h4 {
  border-left: 1px solid rgba(256, 256, 256, 0.75);
}

.mCSB_outside+.mCSB_scrollTools {
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  transition: width 0.3s;
}

.mCSB_outside+.mCSB_scrollTools:hover,
.mCSB_outside+.mCSB_scrollTools:active {
  width: 5px;
}

#mCSB_1_dragger_vertical {
  width: 100%;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: #eee;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger_bar {
  width: 100%;
  background: #aaa;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #888;
}

.btn {
  background: #dc0814;
  padding: 14px 20px;
  border-radius: 5px;
  height: auto;
  line-height: normal;
  text-transform: none;
  font-size: 18px;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.btn:hover {
  background: #333;
  color: #fff;
}

section#header {
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350;
  padding: 0;
}

section#header .panel ul {
  height: 376px;
  max-height: 376px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.headerbg.large {
  display: block;
}

.headerbg.small {
  display: none;
}

.headerbg.large,
.headerbg.small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section#header .pw {
  position: relative;
  z-index: 360;
}

#sub section#header {
  position: relative;
  background: url(../gfx/banner-sub.jpg) no-repeat center;
  background-size: cover;
}

#sub.machine section#header {
  position: static;
  background: none;
}

section#header h1.pagetitle {
  width: 1200px;
  clear: both;
  margin: 30px 0;
  float: left;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
}

.default section#header h1.pagetitle {
  margin-bottom: 0;
}

.machine section#header h1.pagetitle {
  margin-top: 100px;
  min-height: 170px;
}

.machine section#header h1.pagetitle img {
  max-width: 100%;
  height: auto;
}

section#header a.logo {
  float: left;
  margin-top: 50px;
}

section#header a.logo img {
  height: 80px;
  display: inline-block;
  vertical-align: top;
}

section#header .nav {
  height: 80px;
  margin-top: 50px;
  float: right;
}

section#header .nav>ul {
  margin: 0;
  display: table;
  height: 80px;
}

section#header .nav>ul>li {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

section#header .nav>ul>li>a {
  color: #fff;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  width: 148px;
  float: left;
  margin-top: 5px;
  text-align: center;
}

section#header .nav>ul>li:last-child>a {
  margin-right: -30px;
}

section#header .nav>ul>li>a>span {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
  background: url(../gfx/menu_info.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.first>a>span {
  background: url(../gfx/menu_veldspuiten.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.second>a>span {
  background: url(../gfx/menu_bietenrooiers.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.third>a>span {
  background: url(../gfx/menu_serviceparts.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.fourth>a>span {
  background: url(../gfx/menu_worldofagrifac.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.fifth>a>span {
  background: url(../gfx/menu_contact.png) no-repeat center;
  background-size: 46px;
}

section#header .nav>ul>li.sixth>a>span {
  background: url(../gfx/menu_myagrifac.png) no-repeat center;
  background-size: 46px;
}

section#header .topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 7;
}

section#header .topbar ul {
  margin: 0;
}

section#header .topbar ul.left {
  float: left;
}

section#header .topbar ul.right {
  float: right;
}

section#header .topbar ul li {
  float: left;
  margin-right: 20px;
}

section#header .topbar ul li a,
section#header .topbar ul li span {
  height: 50px;
  line-height: 60px;
  float: left;
  cursor: pointer;
}

section#header .topbar ul.right li:last-child {
  margin-right: 0;
}

.pwrapper {
  position: absolute;
  top: -999em;
  left: -80px;
  z-index: 999;
  width: 620px;
  transition: transform 0.3s, top 0s;
  padding-top: 30px;
  transform: translate(0, 0);
}

.nav ul li:hover .pwrapper {
  top: 80px;
  transition: transform 0.3s, top 0s;
  animation-duration: 0.3s;
}

@keyframes expose {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}

.pwrapper:before {
  content: "";
  width: 46px;
  height: 21px;
  background: url(../gfx/arrow_dropdown.png) no-repeat center bottom;
  position: absolute;
  background-size: contain;
  margin-top: -20px;
  left: 25%;
  margin-left: -23px;
  z-index: 10;
}

.poverflow {
  background: #fff;
  width: 310px;
  height: 376px;
  float: left;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px 0 0 5px;
  transform: translate3d(0, 0, 0);
}

.nav .poverflow {}

.pwrapperbg {
  width: 310px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
}

.panel,
.subPanel {
  width: 310px;
  top: 0;
  height: 376px;
  transition: 0.5s;
  padding: 0;
  overflow: hidden;
}

.panel {
  position: absolute;
  top: auto;
}

.panel {
  z-index: 10;
}

.panel ul {
  height: 376px;
  width: 310px;
}

section#machines .panel ul {
  width: 100%;
}

.panel ul li {
  width: 290px;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #eee;
}

.panel ul li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

.panel ul li:hover {
  background: #dc0814;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.panel ul li,
.panel ul li a {
  font-family: roboto condensed, arial, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 100;
}

.panel ul li>div,
.panel ul li>a {
  padding: 7px 30px;
  display: block;
}

.panel li:hover>a {
  color: #fff;
  font-weight: bold;
}

.panel ul li.closeSubPanel {
  padding-left: 10px;
  color: #aaa;
  background: url(../gfx/arrow_left.png) no-repeat left 20px center;
  background-size: 6px;
}

.panel ul li.closeSubPanel:hover {
  color: #fff;
  background: #dc0814 url(../gfx/arrow_left_white.png) no-repeat left 20px center;
  background-size: 6px;
  padding-left: 10px;
}

.panel ul li ul {
  position: absolute;
  right: -310px;
  top: 0;
  bottom: 0;
}

.panel ul li ul li ul {}

.panel ul li ul li ul li ul {}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

.panel ul li.hasChild {
  background: url(../gfx/arrow_right.png) no-repeat right 20px center;
  background-size: 6px;
}

.panel ul li:hover.hasChild {
  background: #dc0814 url(../gfx/arrow_right_white.png) no-repeat right 20px center;
  background-size: 6px;
}

section#banner {
  height: 100vh;
  min-height: 850px;
  position: relative;
}

#sub section#banner {
  min-height: 180px;
  background: #111;
  padding: 0;
  height: auto;
  display: block;
}

#sub section#banner .hfix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#sub section#banner .pw {
  position: relative;
  height: 100%;
}

#sub.machine section#banner {
  min-height: 470px;
}

#sub.machine section#banner .pagetitle {
  position: absolute;
  bottom: 50px;
  width: 45%;
  margin: 0;
}

#sub.machine section#banner .pagetitle h1 {
  margin: 0;
  line-height: normal;
  padding: 0;
}

section#banner .liquid-slider {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 150px;
  height: auto !important;
}

section#banner .liquid-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 245px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
}

section#banner .liquid-slider a {
  float: left;
  width: 100%;
  height: 100%;
}

section#banner .liquid-slider .textbox {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}

section#banner .liquid-slider .textbox p {
  margin: 0;
}

section#banner .liquid-slider .textbox .text-0 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  font-family: roboto condensed, arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

section#banner .liquid-slider .textbox .text-1 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-family: roboto condensed, arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

section#banner .ls-nav {
  color: #fff;
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  z-index: 50;
  text-align: center;
}

section#banner .ls-nav ul {
  padding: 0;
  margin: 2.5% auto;
  font-size: 0;
  text-align: center;
  float: none !important;
  display: inline-block;
}

section#banner .ls-nav ul li {
  float: left;
  list-style: none;
}

section#banner .ls-nav ul li a {
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  vertical-align: baseline;
}

section#banner .ls-nav ul li a.current {
  background: #fff;
}

section#banner .ls-nav ul li a:hover {
  background: #fff;
}

section#banner .liquid-slider .panel-container,
section#banner .liquid-slider .panel-container .panel,
section#banner .liquid-slider .panel-container .panel .panel-wrapper,
section#banner .liquid-slider .panel-container .panel .panel-wrapper .bg {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

section#banner .liquid-slider .panel-container .panel .panel-wrapper .bg {
  max-width: 100vw;
  max-height: 100%;
}

section#banner .liquid-slider .panel-container {
  overflow: hidden;
}

section#banner .liquid-slider h2.title {
  display: none;
}

.sidepanel {
  width: 310px;
  height: 376px;
  background: #de0306;
  position: absolute;
  margin-left: 310px;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.sidepanel .contents {
  display: table;
  width: 100%;
  height: 100%;
}

.sidepanel .contents .centered {
  color: #fff;
}

.sidepanel .centered {
  width: 310px;
  height: 376px;
}

.sidepanel .contents .centered .table {
  width: 100%;
  height: 100%;
  display: table;
}

.sidepanel .contents .centered .table .valign {
  display: table-cell;
  vertical-align: middle;
}

.sidepanel>.contents>.centered .img-relate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.sidepanel>.contents>.centered .img-relate.main {
  opacity: 1;
}

section#machines {
  height: 150px;
  margin-top: -150px;
  background: #dc0814;
  min-height: 0;
  padding: 0;
  position: relative;
  z-index: 250;
}

#sub section#machines {
  margin-top: 0;
  padding-top: 528px;
  background: #fff;
  border-bottom: 1px solid #d33e3f;
}

#sub section#machines>.valign {
  background: #dc0814;
}

section#machines>.valign>.pw>ul {
  margin: 0;
  position: relative;
}

section#machines>.valign>.pw>ul>li {
  float: left;
  width: 25%;
  padding: 0 1%;
  height: 150px;
}

section#machines>.valign>.pw>ul>li:after {
  content: "";
  width: 100%;
  height: 150px;
  margin-top: -150px;
  float: left;
  position: relative;
  z-index: 5;
  background: url(../gfx/machine_bg.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s;
  opacity: 0;
}

section#machines>.valign>.pw>ul>li.active:after,
section#machines>.valign>.pw>ul>li:hover:after {
  opacity: 0.75;
}

section#machines>.valign>.pw>ul>li .thumb {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 20;
  transition: 0.3s;
  cursor: pointer;
}

section#machines>.valign>.pw>ul>li:hover .thumb {}

section#machines>.valign>.pw>ul>li.condor .thumb {
  background: url(../gfx/nav_condor.png) no-repeat center;
  background-size: 90% auto;
}

section#machines>.valign>.pw>ul>li.holmer .thumb {
  background: url(../gfx/nav_holmer.png) no-repeat center;
  background-size: 90% auto;
}

section#machines>.valign>.pw>ul>li.milan .thumb {
  background: url(../gfx/nav_milan.png) no-repeat center;
  background-size: 90% auto;
}

section#machines>.valign>.pw>ul>li.premium .thumb {
  background: url(../gfx/nav_premium.png) no-repeat center;
  background-size: 70% auto;
}

section#machines>.valign>.pw>ul>li.zunhammer .thumb {
  background: url(../gfx/nav_zunhammer.png) no-repeat center;
  background-size: 90% auto;
}

section#machines>.valign>.pw>ul>li.terra .thumb {
  background: url(../gfx/nav_terra.png) no-repeat center;
  background-size: 90% auto;
}

section#machines ul li:first-child {
  margin-left: 0;
}

section#machines ul li:last-child {
  margin-right: 0;
}

section#machines ul li ul li,
section#machines ul li ul li:first-child {
  background: none;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

section#machines ul li .box {
  left: 0;
  right: 0;
  position: absolute;
  top: -999em;
  bottom: auto;
  padding-bottom: 10px;
}

#sub section#machines ul li .box {
  padding-bottom: 0;
}

section#machines ul li.active .box {
  top: auto;
  bottom: 0;
  z-index: 50;
  transition: transform 0.3s, top 0s;
  animation-name: expose;
  animation-duration: 0.3s;
  transform-origin: 12.5% 100%;
}

#sub section#machines ul li.active .box {
  animation-name: none;
}

section#machines ul li.holmer.active .box {
  transform-origin: 40% 100%;
}

section#machines ul li.milan.active .box {
  transform-origin: 64% 100%;
}

section#machines ul li.premium.active .box {
  transform-origin: 88% 100%;
}

section#machines .pwrapper {
  position: static;
  float: left;
  width: 100%;
  height: 519px;
  padding: 0;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

#sub section#machines .pwrapper {
  height: 528px;
}

#sub section#machines .pwrapper {
  box-shadow: none;
}

section#machines li .pwrapper:before {
  content: "";
  left: 12.5%;
  bottom: 0;
  margin-bottom: -10px;
  transition: 0.3s;
  margin-top: 0;
  transform: rotate(180deg);
}

section#machines li.holmer .pwrapper:before {
  left: 40%;
}

section#machines li.milan .pwrapper:before {
  left: 64%;
}

section#machines li.premium .pwrapper:before {
  left: 88%;
}

section#machines .pwrapperbg {
  position: relative;
  width: 30%;
  float: left;
  box-shadow: none;
  border-radius: 0;
  height: 459px;
  overflow: hidden;
}

#sub section#machines .pwrapperbg {
  height: 468px;
}

section#machines .panel {}

section#machines .panel ul {
  height: auto;
  max-height: 459px;
  display: inline-block;
}

section#machines .panel.panel.subisOpen {
  transform: translateX(-100%);
}

section#machines .sidepanel {
  position: relative;
  width: 70%;
  background: none;
  box-shadow: none;
  height: 459px;
  float: right;
  margin-left: 0;
}

section#machines .sidepanel img {
  max-width: 100%;
  max-height: 100%;
}

section#machines .sidepanel .contents {}

section#machines .sidepanel .contents .image {
  width: 100%;
  max-height: 459px;
  overflow: hidden;
}

section#machines .sidepanel .contents .image .table {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}

section#machines .sidepanel .contents .image .table .td {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 459px;
}

section#machines .panel,
section#machines .subPanel {
  width: 100%;
  height: 459px;
  overflow: hidden;
}

#sub section#machines .panel,
#sub section#machines .subPanel {
  height: 468px;
}

section#machines .subPanel {
  right: -100%;
}

section#machines .panel ul li {
  font-weight: 300;
}

section#machines .panel ul li:hover {
  background: #dc0814;
  color: #fff;
  font-weight: bold;
}

section#machines .panel ul li.closeSubPanel {
  padding-left: 10px;
  color: #aaa;
  background: url(../gfx/arrow_left.png) no-repeat left 20px center;
  background-size: 6px;
}

section#machines .panel ul li.closeSubPanel:hover {
  color: #fff;
  background: #dc0814 url(../gfx/arrow_left_white.png) no-repeat left 20px center;
  background-size: 6px;
  padding-left: 10px;
}

section#machines .panel ul li.hasChild {
  background: url(../gfx/arrow_right.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

section#machines .panel ul li:hover.hasChild {
  background: #dc0814 url(../gfx/arrow_right_white.png) no-repeat right 20px center;
  background-size: 6px;
}

section#machines .tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

section#machines .tooltip .icon {
  background: #dc0814;
  color: #fff;
  font-family: times new roman, serif;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 15;
  cursor: default;
}

section#machines .tooltip .content {
  opacity: 0;
  background: #dc0814;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  text-align: left;
  display: none;
}

section#machines .tooltip .content p {
  font-size: 16px;
  margin: 0;
}

section#machines .tooltip .content h3 p {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 110%;
}

section#machines .tooltip .content .padder {
  padding: 20px 60px 20px 20px;
  max-height: 300px;
  overflow-y: auto;
}

section#machines .tooltip .content .padder .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.5)
}

section#machines .tooltip .content .padder .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
section#machines .tooltip .content .padder .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 1)
}

section#machines .tooltip:hover .content {
  display: block;
  opacity: 1;
  transition: transform 0.3s, top 0s;
  animation-name: expose;
  animation-duration: 0.3s;
  transform-origin: 100% 100%;
}

section#machines .tooltip:hover .icon {
  background: #fff;
  color: #dc0814;
}

section#about {
  position: relative;
  overflow: hidden;
}

section#about .content {
  position: relative;
  z-index: 10;
}

section#about .table {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

section#about .table .td {
  width: 50%;
  height: 100%;
}

section#about .table .td.right {}

section#brilliant {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 1s;
  background: #231f20;
  padding: 0;
  height: auto;
}

section#brilliant.vidopen {}

section#brilliant .vrow {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  position: absolute;
}

section#brilliant .table {
  width: 100%;
  height: 100%;
  display: table;
  cursor: pointer;
}

section#brilliant .valign {
  position: relative;
  z-index: 15;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 1s;
}

section#brilliant .bgoverlay {
  background: rgba(220, 8, 20, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: 1s 1s;
  -webkit-transform: translate3d(0, 0, 0);
}

section#brilliant.vidopen .bgoverlay {
  transition: 1s 0s;
  background: #231f20;
}

section#brilliant .content {
  margin: 0 auto;
  transition: 1s 1s;
}

#home section#brilliant .content {
  cursor: pointer;
}

section#brilliant.vidopen .content {
  opacity: 0;
  transition: 1s 0s;
  margin: -50px 0 50px 0;
}

section#brilliant h3,
section#brilliant h3 p {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 300;
}

section#brilliant h3 strong,
section#brilliant h3 p strong {
  font-weight: 700;
}

section#brilliant h3 img {
  vertical-align: middle;
  margin-top: -15px;
  height: auto !important;
}

section#brilliant h4 {
  font-size: 60px;
  line-height: 60px;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 300;
}

section#brilliant p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 0;
}

section#brilliant .pw {
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
}

section#brilliant .videobg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(../gfx/slide.jpg) no-repeat center;
  z-index: 5;
  opacity: 1;
  transition: 1s 1s;
  -webkit-transform: translate3d(0, 0, 0);
}

section#brilliant.vidopen .videobg {
  opacity: 0;
  transition: 1s 0s;
}

section#brilliant .videobg #vbg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#brilliant .videoplay {
  opacity: 0;
  position: relative;
  z-index: 14;
  max-width: 1200px;
  margin: 0 auto;
  transition: 1s 0s;
}

section#brilliant.vidopen .videoplay {
  opacity: 1;
  transition: 1s 1s;
  z-index: 100;
}

section#brilliant .videoplay .framesize {
  padding: 50px 0;
  width: 80%;
  margin: 0 10%;
}

section#brilliant .videoplay .framesize .padder {
  position: relative;
  padding-bottom: 53.75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  background: #000;
}

section#brilliant.vidopen .videoplay .framesize .padder {}

section#brilliant .videoplay .framesize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#brilliant .videoplay .videoclose {
  position: absolute;
  top: 10px;
  right: 10%;
  width: 30px;
  height: 30px;
  z-index: 50;
  cursor: pointer;
}

section#brilliant .videoplay .videoclose .bars {
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
  transition: 0.5s;
}

section#brilliant .videoplay .videoclose .bars:hover {
  transform: rotate(225deg);
}

section#brilliant .videoplay .videoclose .bar1 {
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
}

section#brilliant .videoplay .videoclose .bar2 {
  height: 30px;
  width: 3px;
  background: #fff;
  position: absolute;
  left: 14px;
}

section#brilliant .vidtoggle {
  margin-top: 30px;
  padding: 15px 30px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
}

section#brochure {
  position: relative;
  background: #fff url(../gfx/bg_brochure.svg) no-repeat bottom right;
  padding: 200px 0;
}

section#brochure .bgtable {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section#brochure .bgtable .td {
  width: 50%;
  height: 100%;
  display: table;
}

section#brochure .bgtable .td .valign {
  vertical-align: middle;
  display: table-cell;
}

section#brochure .bgtable img {
  max-width: 90%;
  max-height: 90%;
  margin: 5%;
}

section#history {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #dc0814 url(../gfx/bg_history.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

section#history .pw {
  position: relative;
  overflow: hidden;
}

section#history table h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

section#history a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

section#history a:hover {
  border: 0;
}

section#history h4 {
  font-size: 20px;
}

section#history h4 a {
  background: url(../gfx/arrow_right.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  text-transform: none;
  font-size: 18px;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  clear: both;
  text-decoration: none;
}

section#history h4 a:hover {
  background: #fff url(../gfx/arrow_right.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 2px solid #fff;
  color: #dc0814;
}

section#history .events-content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 0;
}

section#history td {
  width: 50%;
  padding: 0;
}

section#history td img {
  width: 800px;
}

section#history .cd-timeline-navigation {
  margin: 0;
}

section#agenda {
  background: #f6f6f6;
}

section#agenda .swiper-box {}

section#agenda .swiper-box ul {}

ul.mod_eventcalendar li,
section#agenda .swiper-box ul li {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 22%;
  min-height: 360px;
  margin: 0 2%;
  float: left;
}

ul.mod_eventcalendar li>a,
section#agenda .swiper-box ul li>a {
  float: left;
  width: 100%;
}

ul.mod_eventcalendar li {
  margin-bottom: 2%;
}

ul.mod_eventcalendar li:first-child,
section#agenda .swiper-box ul li:first-child {
  margin-left: 0;
}

ul.mod_eventcalendar li:nth-child(4n+4),
section#agenda .swiper-box ul li:last-child {
  margin-right: 0;
}

ul.mod_eventcalendar li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}

ul.mod_eventcalendar li .title,
section#agenda .swiper-box ul li .title {
  text-align: center;
  margin-bottom: 10px;
}

ul.mod_eventcalendar li .head,
section#agenda .swiper-box ul li .head {
  width: 100%;
  height: 150px;
  background: #333;
  position: relative;
}

ul.mod_eventcalendar li .head,
section#agenda .swiper-box ul li .head.has-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

ul.mod_eventcalendar li .head:after,
section#agenda .swiper-box ul li .head.has-image:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 0.2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

ul.mod_eventcalendar li .date,
section#agenda .swiper-box ul li .date {
  background: #dc0814;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -50px;
  height: 100px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  z-index: 55;
  font-family: roboto condensed, arial, sans-serif;
}

ul.mod_eventcalendar li .date .day,
section#agenda .swiper-box ul li .date .day {
  font-size: 44px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 34px;
}

ul.mod_eventcalendar li .date .month,
section#agenda .swiper-box ul li .date .month {
  font-size: 14px;
  text-transform: uppercase;
}

ul.mod_eventcalendar li .content,
section#agenda .swiper-box ul li .content {
  margin-top: 50px;
  padding: 30px;
  text-align: center;
}

ul.mod_eventcalendar li .content h3,
section#agenda .swiper-box ul li .content h3 {
  font-size: 24px;
  font-family: roboto condensed, arial, sans-serif;
  color: #dc0814;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
}

ul.mod_eventcalendar li .content p,
section#agenda .swiper-box ul li .content p {
  font-size: 20px;
  font-family: roboto condensed, arial, sans-serif;
  line-height: normal;
  color: #aaa;
  margin: 0;
}

section#agenda .pagination {
  display: none;
}

section#agenda .btn {
  margin-top: 40px;
  clear: both;
}

section#social {
  padding-bottom: 250px;
}

section#social .social-tabs {
  display: none;
}

section#social li {
  width: 32%;
  height: 500px;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

section#social li:nth-child(3n+2) {
  margin: 0 2%;
}

section#social .fb-page,
section#social .fb-page span,
section#social .fb-page span iframe[style] {
  width: 100% !important;
}

section#social li .box.in {
  height: 500px;
  overflow-y: auto;
}

section#footer {
  background: #dc0814;
  position: relative;
  padding-top: 150px;
}

#sub section#footer {
  padding: 100px 0;
}

section#footer i {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}

section#footer .head {
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -380px;
  width: 760px;
}

#sub section#footer .head {
  display: none;
}

section#footer .head img {
  width: 760px;
}

section#footer ul {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

section#footer ul li {
  float: left;
  margin-right: 50px;
}

section#footer ul li:last-child {
  float: right;
  text-align: right;
  margin: 0;
}

section#footer ul li:last-child a {
  float: right;
}

section#footer a {
  color: #fff;
}

section#subfooter {
  background: #a50d0e;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}

section#page {
  padding: 50px 0;
  background: #f6f6f6;
}

section#page .pw {}

section#page .row {}

section#page .cols .col {
  width: 50%;
}

section#page .cols .col.image {
  margin-top: -350px;
  position: relative;
  z-index: 355;
}

section#page .cols .col.image img {
  width: 130%;
  margin-left: -30%;
  height: 130%;
}

section#page .sboxes {
  margin-top: -30px;
}

section#page .sboxes .sbox {
  padding: 25px 50px;
  margin: 0 50px;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #fff url(../gfx/bg_sbox.png) repeat-x top;
  border-radius: 5px;
  margin-bottom: 20px;
}

section#page .sboxes .sbox h3 {
  font-size: 30px;
}

section#page .sboxes .sbox ul.checked {
  padding-left: 30px;
}

section#page .sboxes .sbox ul.checked li {
  list-style: disc;
}

section#page .sboxes .sbox {
  font-size: 16px;
}

section#page .sboxes .sbox.summary ul li {
  padding-left: 30px;
  background: url(../gfx/check_green.png) no-repeat 0 6px;
  background-size: 20px;
  margin: 10px 0;
}

section#page .sboxes .sbox.links ul li {
  cursor: pointer;
  border-radius: 5px;
}

section#page .sboxes .sbox.links ul li:hover {
  background: #dc0814;
  color: #fff;
  font-weight: bold;
}

section#page .sboxes .sbox.links ul li a {
  font-family: roboto condensed, arial, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 100;
  padding: 7px 10px;
  display: block;
  border-bottom: 1px solid #eee;
}

section#page .sboxes .sbox.links ul li:hover a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

section#page .sboxes .sbox.links ul li:last-child a {
  border: 0;
}

section#page .sboxes a.btn {
  display: block;
  padding: 20px;
  line-height: normal;
  height: auto;
  margin: 0 50px 20px 50px;
  font-size: 25px;
}

section#page .sboxes a.btn img {
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
  margin-right: 20px;
}

section#page .content {
  display: inline-block;
  float: left;
  width: 100%;
}

section#page .content .xtpp-contentdiv ul,
section#page .content .xtpp-contentdiv ol {
  padding-left: 30px;
}

section#page .content .xtpp-contentdiv ul li {
  list-style: disc;
}

section#page .content .xtpp-contentdiv ol li {
  list-style: decimal;
}

.default section#page .addthis_sharing_toolbox {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
}

#sub section#page .addthis_sharing_toolbox>div {
  float: right;
}

.default section#page .content.padded {
  border-radius: 10px;
  margin-top: -90px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.machine section#page .content {
  width: 100%;
}

section#page .content h2 {
  font-size: 35px;
  font-family: roboto condensed, arial, sans-serif;
}

section#page .content td {
  vertical-align: top;
}

section#page .content .col.left img {
  max-width: 100% !important;
  height: auto !important;
}

section#page .content .col.left img.spacer {
  width: 15% !important;
  height: 150px !important;
  float: right;
}

section#page .sidebar {
  float: right;
  vertical-align: top;
  background: #fff url(../gfx/box_top.png) repeat-x top;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 35%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
}

section#page .sidebar .inset {
  border: 1px solid #fff;
  padding: 0 50px 50px 50px;
  border-radius: 10px;
}

section#page .sidebar h3.title {
  font-family: roboto condensed, arial, sans-serif;
  margin: 50px 50px 25px 0;
  padding: 0 0 0 45px;
  font-size: 30px;
  float: none;
  border-left: 5px solid #dc0814;
}

section#page .sidebar ul {
  margin: 0;
  line-height: normal;
  display: inline-block;
  width: 100%;
}

section#page .sidebar ul li a {
  font-size: 20px;
  color: #000;
  padding: 5px 0;
  display: block;
}

section#page .sidebar ul li ul {
  padding-left: 20px;
  margin: 0;
}

section#page .sidebar ul li ul li a {
  font-size: 16px;
}

section#page .buttonrow {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
}

section#page .mod_news_overview .news-left {
  width: 35%;
  text-align: right;
  display: table-cell;
  vertical-align: top;
}

section#page .mod_news_overview .news-left.for-mobile {
  display: none;
}

section#page .mod_news_overview .news-right {
  width: 60%;
  display: table-cell;
  vertical-align: top;
}

section#page .mod_news_overview .news-middle {
  width: 5%;
  position: relative;
  display: table-cell;
  vertical-align: top;
}

section#page .mod_news_overview .news-middle .bar {
  width: 4px;
  position: absolute;
  background: #dc0814;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

section#page .mod_news_overview .mod_news_article:first-child .news-middle .bar {
  top: 40px;
}

section#page .mod_news_overview .news-middle .marker {
  width: 20px;
  height: 20px;
  border-radius: 16px;
  border: 4px solid #dc0814;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  background: #f6f6f6;
  z-index: 5;
}

section#page .mod_news_overview .mod_news_article {
  float: left;
  width: 100%;
  height: 100%;
  display: table;
}

section#page .mod_news_overview .mod_news_article h3 a {
  color: #000;
  display: block;
  margin-bottom: 100px;
}

section#page .mod_news_overview .mod_news_article .publish_date {
  background: #dc0814;
  width: 100px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 20px 0;
  font-size: 0;
}

section#page .mod_news_overview .mod_news_article .publish_date .d_e {
  font-size: 44px;
  line-height: 34px;
  font-family: roboto condensed, arial, sans-serif;
  display: block;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

section#page .mod_news_overview .mod_news_article .publish_date .d_b {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

section#page .mod_news_overview .mod_news_article .publish_date .d_Y {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}

section#page .mod_news_overview .mod_news_article .news-table {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 100px;
  display: table;
  min-height: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

section#page .mod_news_overview .mod_news_article .news-table,
section#page .mod_news_overview .mod_news_article .news-table strong {
  font-weight: 300;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article_thumbnail {
  display: table-cell;
  width: 250px;
  position: relative;
  float: none;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article_thumbnail .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: auto;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .padder {
  padding: 30px;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText a {
  color: #000;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages {
  display: block;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 40px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

section#page .mod_news_overview .btn.archive-btn {
  margin-left: 37.5%;
  width: 150px;
  position: relative;
  left: -75px;
  margin-bottom: 100px;
}

.mod_photoalbum_overview_pagination,
section#page .mod_news_overview_pagination {
  text-align: center;
  margin-bottom: 100px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 75%;
}

.mod_photoalbum_overview_pagination {
  width: 100%;
}

.mod_photoalbum_overview_pagination li,
section#page .mod_news_overview_pagination li {
  display: inline-block;
  font-size: 0;
  margin: 5px 5px 0 0;
  padding: 0;
}

.mod_photoalbum_overview_pagination li a,
section#page .mod_news_overview_pagination li a {
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
  color: #aaa;
  font-weight: bold;
  font-size: 14px;
  float: left;
  border-radius: 40px;
  border: 2px solid #ddd;
}

.mod_photoalbum_overview_pagination li a:hover,
section#page .mod_news_overview_pagination li a:hover {
  background: #dc0814;
  border-color: #dc0814;
  color: #fff;
}

.mod_photoalbum_overview_pagination li a.active,
section#page .mod_news_overview_pagination li a.active {
  background: #dc0814;
  border-color: #dc0814;
  color: #fff;
}

section#page .mod_news_article_detail {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

section#page .mod_news_article_detail .padder {
  float: left;
}

section#page .mod_news_article_detail .mod_news_article_detail_thumbnail {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom {
  float: left;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#80000000', GradientType=0);
}

section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title {
  margin: 0;
  padding: 40px;
}

section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title h3 {
  font-size: 60px;
  line-height: 70px;
  max-width: 75%;
  height: auto;
  font-weight: 300;
}

section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title.light h4 {
  opacity: 0.75;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  clear: both;
  text-transform: uppercase;
}

section#page .mod_news_article_detail .mod_news_article_images a {
  width: 18%;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 1%;
}

section#page .mod_news_article_detail .mod_news_article_images a img {
  width: 100%;
  float: left;
  max-width: 100%;
}

section#page .module-articles .article {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 22%;
  position: relative;
  float: left;
  margin-bottom: 4%;
  padding-bottom: 30px;
}

section#page .module-articles .article:nth-child(4n+2) {
  margin-left: 4%;
  margin-right: 4%;
}

section#page .module-articles .article:nth-child(4n+3) {
  margin-right: 4%;
}

section#page .module-articles .article:nth-child(4n+1) {
  clear: left;
}

section#page .module-articles.article-details .article {
  width: 29.3%;
}

section#page .module-articles.article-details .article:nth-child(3n+2) {
  margin: 0 4%;
}

section#page .module-articles .article .sold-sticker {
  position: absolute;
  top: -5px;
  left: -10px;
  background: #dc0814;
  color: #fff;
  font-size: 20px;
  padding: 5px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  font-weight: bold;
  display: none;
}

section#page .module-articles .article.sold .sold-sticker {
  display: block
}

section#page .module-articles .article .thumb {
  float: left;
  width: 100%;
}

section#page .module-articles .article .thumb img {
  float: left;
  width: 100%;
}

section#page .module-articles .article .title {
  padding: 0 20px;
  margin: 20px 0 10px 0;
  line-height: normal;
}

section#page .module-articles .article .title a {
  font-size: 24px;
  text-align: center;
  font-family: roboto condensed, arial, sans-serif;
  color: #dc0814;
  font-weight: 700;
  width: 100%;
  float: left;
}

section#page .module-articles .article .specs {
  float: left;
  width: 100%;
  font-size: 14px;
}

section#page .module-articles .article .specs .item span.label {}

section#page .module-articles .article .pricing {
  background: #dc0814;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 8px 0;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 500;
  float: left;
  width: 100%;
}

section#page .module-articles .article .pricing span.value {
  font-weight: 700;
}

section#page .module-articles .article .specs {
  padding: 0 20px;
  float: left;
}

section#page .module-articles .article .specs .item {
  width: 50%;
  float: left;
  color: #aaa;
  line-height: normal;
}

section#page .module-articles .article .specs .item:nth-child(2n+1) {
  clear: left;
}

section#page .module-articles .article .specs .item span {
  display: block;
}

section#page .module-articles .article .specs .item span.value {
  margin-bottom: 10px;
}

section#page .module-articles .article .readmore {
  display: none;
}

section#page .module-articles .article .specs .item.block-warranty {
  position: absolute;
  width: auto;
  top: -10px;
  right: -10px;
  background: #dc0814;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  transform: rotate(15deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

section#page .module-articles .article .specs .item.block-warranty .label {
  font-size: 44px;
  line-height: 44px;
  clear: both;
  display: block;
  margin-top: 10px;
}

section#page .ppbox {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

section#page .ppbox.portrait {
  display: block;
  float: left;
  width: 100%;
}

section#page .ppbox td,
section#page .ppbox td {
  vertical-align: middle;
}

section#page .ppbox td,
section#page .ppbox td p {
  border-width: 0;
  border-spacing: 0;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  padding: 0;
  margin: 0;
}

section#page .ppbox.portrait td,
section#page .ppbox.portrait td.wspace,
section#page .ppbox.portrait tbody,
section#page .ppbox.portrait tr {
  width: 100%;
  display: block;
  float: left;
}

section#page .ppbox.portrait td {
  padding: 50px;
}

section#page .ppbox.portrait td.wspace {
  padding: 0;
}

section#page .ppbox td img {
  float: left;
  max-width: none !important;
}

section#page .ppbox.portrait td img {
  width: 100% !important;
  height: auto !important;
}

section#page .ppbox td.wspace {
  width: 1%;
  white-space: nowrap;
}

section#page .ppbox td h4 {
  font-size: 24px;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 700;
  color: #dc0814;
}

section#page .article-details .leftcol {
  width: 72%;
  float: left;
}

section#page .article-details .rightcol {
  width: 25%;
  float: right;
}

section#page .article-details .image-box {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  position: relative;
}

section#page .article-details .image-box #image-large {
  float: left;
  width: 75%;
  background: #f8f8f8;
}

section#page .article-details .image-box #image-large img {
  width: 100%;
  float: left;
}

section#page .article-details .image-box #image-thumbs {
  float: right;
  width: 25%;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

section#page .article-details .image-box #image-thumbs img {
  float: left;
  width: 90%;
  margin: 5% 5% 0 5%;
  cursor: pointer;
}

section#page .article-details .image-box #image-thumbs img:last-child {
  margin-bottom: 5%;
}

section#page .article-details .specs {
  width: 100%;
  float: left;
  font-size: 20px;
}

section#page .article-details .specs .item .label {
  margin-right: 10px;
}

section#page .article-details .specs .item h4 {
  font-size: 2.28rem;
  font-weight: normal;
  margin: 20px 0 0 0;
}

section#page .article-details .specs .item ul {
  margin: 0;
}

section#page .article-details .others {
  width: 100%;
  float: left;
}

section#page .article-details .cols {
  float: left;
  width: 100%;
  margin: 50px 0;
}

section#page .article-details .cols .left {
  width: 60%;
}

section#page .article-details .cols .right {
  width: 35%;
}

section#page .article-details .cols .right p {
  margin: 0
}

section#page .article-details .top3 {
  width: 100%;
  float: left;
}

section#page .article-details .pricebar {
  background: #dc0814;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  font-size: 30px;
  float: left;
  width: 100%;
}

section#page .article-details .pricebar .right {
  float: none !important;
  width: 100%;
}

section#page .article-details .pricebar span {
  width: 100%;
  float: left;
}

section#page .article-details .pricebar .block-warranty {
  font-size: 16px;
}

section#page .article-details .pricebar .block-warranty span.label {
  display: inline;
  float: none;
  width: auto;
}

section#page .article-details .rightcol .spec-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

section#page .article-details .rightcol .configure {
  background: #00b9ee;
  color: #fff;
  font-family: roboto condensed, arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  line-height: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

section#page .article-details .rightcol .toppers li {
  width: 100%;
  background: #dc0814;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  float: left;
}

section#page .article-details .rightcol .toppers li img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

section#page .article-details .toppers {
  width: 100%;
  float: left;
}

section#page .article-details .toppers .data {
  padding: 20px;
}

section#page .article-details .toppers .data>div {
  color: #fff;
  font-size: 16px;
}

section#page .article-details .brow {
  float: left;
  width: 100%;
}

section#page #filter-bar {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

section#page #filter-bar select.filters {
  display: block;
  float: left;
  width: 32%;
  margin: 0;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

section#page #filter-bar select.filters:nth-child(3n+2) {
  margin: 0 2%;
}

section#page #testimonials .testimonial {
  width: 22%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 2% 2% 2%;
  float: left;
  cursor: pointer;
}

section#page #testimonials .testimonial:nth-child(4n+4) {
  margin-right: 0;
}

section#page #testimonials .testimonial:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}

section#page #testimonials .testimonial .image {
  width: 100%;
  height: 150px;
}

section#page #testimonials .testimonial .padder {
  padding: 20px;
}

section#page #testimonials .testimonial .title {
  font-size: 24px;
  font-family: roboto condensed, arial, sans-serif;
  color: #dc0814;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0;
}

section#page #testimonials .testimonial .specs {
  font-size: 20px;
  font-family: roboto condensed, arial, sans-serif;
  line-height: normal;
  color: #aaa;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

section#page .tesimonial-detail blockquote {
  font-size: 30px;
}

section#page .tesimonial-detail .spec-label {
  font-weight: bold;
}

section#page .article-details .specs {
  margin: 0;
}

section#page .article-details .specs h4 {
  font-size: 20px;
  margin: 20px 0 0 0;
  font-weight: bold;
}

section#page .article-details .specs .spec-block {
  float: left;
  width: 100%;
}

section#page .article-details .specs .spec-block .label {
  float: left;
  width: 150px;
}

section#page .article-details .specs .spec-block p {
  margin: 0;
}

section#page .responsive {
  position: relative;
  padding-bottom: 53.75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

section#page .responsive iframe,
section#page .responsive object,
section#page .responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mwrapper {}

.angled {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s;
}

.anglewrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 1s, height 0s 1s;
  transform: translate3d(0, 0, 0) rotateY(0deg);
}

.angle .anglewrapper {
  height: 100vh;
  transform: translate3d(-50%, 0, 0) rotateY(45deg);
  transition: transform 1s, height 0s 0s;
}

.navopen .anglewrapper {
  height: 100vh;
  transform: translate3d(50%, 0, 0) rotateY(-45deg);
  transition: transform 1s, height 0s 0s;
}

.angleoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 0.1);
  z-index: 999 !important;
  cursor: pointer;
}

.angle .angleoverlay,
.navopen .angleoverlay {
  bottom: 0;
}

.angledcontent {
  height: 100%;
  overflow: hidden;
}

.angledscroller {
  width: 100%;
  height: 100%;
}

.angledscroller>* {
  transform: translate3d(0, 0, 0);
}

.pagewrapper {
  background: #fff;
}

#mobilenav,
#canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #fff;
  z-index: 1000;
  right: -50%;
  transition: 1s;
  opacity: 0;
  overflow: auto;
  padding: 20px 0;
}

#mobilenav {
  right: auto;
  left: -50%;
}

.angle #canvas {
  right: 0;
  opacity: 1;
}

.navopen #mobilenav {
  left: 0;
  opacity: 1;
}

#canvas .table {
  width: 100%;
  height: 100%;
  display: table;
}

#canvas .table .valign {
  display: table-cell;
  vertical-align: middle;
}

#canvas .table .valign .content {
  padding: 0 10%;
  transition: 0.5s;
}

.angle #canvas .table .valign .content {}

#canvas h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 40px;
}

#canvas a.goback {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background: url(../gfx/goback.png) no-repeat left;
  background-size: 15px;
  padding-left: 24px;
  float: left;
  clear: both;
}

#canvas a.goback:hover {
  color: #dc0814;
}

#canvas ul {
  width: 50%;
  float: left;
}

#canvas ul li a {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px 0;
  display: block;
  text-transform: capitalize;
}

#canvas ul li a span {
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 25px;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-nl,
#canvas ul li.nl a span {
  background: url(../gfx/flag2_nl.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-fr,
#canvas ul li.fr a span {
  background: url(../gfx/flag2_fr.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-de,
#canvas ul li.de a span {
  background: url(../gfx/flag2_de.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-en,
#canvas ul li.en a span {
  background: url(../gfx/flag2_en.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-pl,
#canvas ul li.pl a span {
  background: url(../gfx/flag2_pl.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-ro,
#canvas ul li.ro a span {
  background: url(../gfx/flag2_ro.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-au,
#canvas ul li.au a span {
  background: url(../gfx/flag2_au.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-hu,
#canvas ul li.hu a span {
  background: url(../gfx/flag2_hu.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-es,
#canvas ul li.es a span {
  background: url(../gfx/flag2_es.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-na,
#canvas ul li.ca a span {
  background: url(../gfx/flag2_na.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-ru,
#canvas ul li.ru a span {
  background: url(../gfx/flag2_ru.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-cz,
#canvas ul li.cz a span {
  background: url(../gfx/flag2_cz.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-int,
#canvas ul li.int a span {
  background: url(../gfx/flag2_int.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .languages>div.lang-uk,
#canvas ul li.uk a span {
  background: url(../gfx/flag2_uk.png) no-repeat center;
  background-size: cover;
}

section#page .mod_news_overview .mod_news_article:last-child .news-middle .bar {
  background: rgb(200, 14, 15);
  background: -moz-linear-gradient(top, rgba(200, 14, 15, 1) 0%, rgba(246, 246, 246, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(200, 14, 15, 1) 0%, rgba(246, 246, 246, 1) 100%);
  background: linear-gradient(to bottom, rgba(200, 14, 15, 1) 0%, rgba(246, 246, 246, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc0814', endColorstr='#f6f6f6', GradientType=0);
}

#canvas ul li a:hover span {
  border-color: #dc0814;
}

#mobilebar {
  display: none;
}

#mobilenav {
  padding: 0;
  overflow: hidden;
}

#mobilenav .padder {
  padding: 50px 0 50px 50px;
}

#mobilenav .contactbox {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

#mobilenav .contactbox a {
  display: inline-block;
  padding: 0 2.5%;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: roboto condensed, arial, sans-serif;
}

#mobilenav .contactbox a:hover {}

#mobilenav .contactbox a i {
  vertical-align: middle;
  margin-bottom: 5px;
}

#mobilenav .navboxcontainer {
  position: relative;
  width: 100%;
  height: 100%;
}

#mobilenav .navboxwrapper {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  overflow: hidden;
  overflow-y: auto;
  bottom: 102px;
  background: rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}

#mobilenav .navboxwrapper .mCSB_outside+.mCSB_scrollTools {
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 5px;
}

#mobilenav .navboxwrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#mobilenav .navboxwrapper .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 5px;
}

#mobilenav .navbox {
  padding: 10px 0;
}

#mobilenav .navbox ul {
  margin: 0;
}

#mobilenav .navbox ul li ul {
  margin: 0;
  padding: 0 20px;
}

#mobilenav .navbox a {
  display: block;
  padding: 5px 10%;
  color: #fff;
}

#mobilenav .navbox ul li ul a {
  font-size: 14px;
  padding: 0 10%;
}

#mobilenav .navbox li.break {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 20px;
}

.xtiveBreadCrumbs {
  margin: 0 0 30px 0;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 16px;
}

.xtiveBreadCrumbs li {
  float: left;
}

.xtiveBreadCrumbs li.last {
  padding: 0 10px;
  color: #000;
}

.xtiveBreadCrumbs li.last a {
  padding: 0;
}

.xtiveBreadCrumbs li:after {
  content: "»";
}

.xtiveBreadCrumbs li:last-child:after,
.xtiveBreadCrumbs li.last:after {
  content: "";
}

.xtiveBreadCrumbs li a {
  color: #fff;
  padding: 0 10px;
}

.xtiveBreadCrumbs li.first a {
  padding-left: 0;
}

.xtiveBreadCrumbs li a:hover {
  color: #000;
}

.mod_search_form form input[type="text"] {
  width: 80%;
  margin: 0;
  float: left;
}

#crmWebToEntityForm,
#crmWebToEntityForm table {
  width: 100% !important;
}

#crmWebToEntityForm form input[type="submit"],
#crmWebToEntityForm form input[type="reset"],
.back-button,
.mod_eventcalendar .button,
.mod_search_form form button[type="submit"],
.dynamicform .action button[type="submit"],
.dynamicform .action button[type="button"] {
  width: 18%;
  margin: 0;
  float: right;
  background: #dc0814;
  padding: 0 20px;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-transform: none;
  font-size: 18px !important;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: 700;
  border: 0;
  color: #fff !important;
}

.dynamicform .action button[type="button"] {
  background: #aaa;
}

#crmWebToEntityForm form input[type="submit"],
#crmWebToEntityForm form input[type="reset"],
.back-button,
.dynamicform .action button[type="submit"],
.dynamicform .action button[type="button"] {
  float: none;
  width: auto;
  display: inline-block;
}

#crmWebToEntityForm form input[type="submit"],
#crmWebToEntityForm form input[type="reset"] {
  float: right;
}

#crmWebToEntityForm form input[type="reset"] {
  background: #aaa;
  float: left;
}

#crmWebToEntityForm form td {
  font-family: roboto condensed, arial, sans-serif !important;
  font-size: 18px !important;
}

#crmWebToEntityForm form select,
#crmWebToEntityForm form textarea,
#crmWebToEntityForm form input[type="text"] {
  width: 100% !important;
}

#crmWebToEntityForm form textarea {
  padding: 20px;
}

.mod_eventcalendar .button {
  width: auto;
  float: left;
}

.mod_search_form .mod_search_totals {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}

.mod_search_container .mod_search_form_seperator_top,
.mod_search_container .mod_search_results_tabs,
.mod_search_container .mod_search_result_list,
.mod_search_container .pagination {
  float: left;
  width: 100%;
}

.mod_search_container .mod_search_results_tabs {
  border-bottom: 1px solid #ddd;
}

.mod_search_container .mod_search_results_tabs li {
  float: left;
  margin-right: 10px;
}

.mod_search_container .mod_search_results_tabs li a {
  background: #eee;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}

.mod_search_container .mod_search_results_tabs li.active a {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
}

.mod_search_container .mod_search_result_list h3,
.mod_search_container .mod_search_result_list h3 a {
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.mod_search_container .mod_search_result_list p {
  margin: 0;
  font-size: 16px;
}

.mod_search_container .mod_search_result_list .line_result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.mod_search_container .pagination {
  margin-bottom: 100px;
}

.mod_search_container .pagination a {
  height: 28px;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
  color: #aaa;
  font-weight: bold;
  font-size: 14px;
  float: left;
  border-radius: 40px;
  margin: 0 5px 5px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.mod_search_container .pagination a.active,
.mod_search_container .pagination a:hover {
  background: #dc0814;
  border-color: #dc0814;
  color: #fff;
}

.dynamicform {}

.dynamicform .tick-element,
.dynamicform .tick-label {
  display: inline;
}

.dynamicform br {
  display: none;
}

.dynamicform .question-padding {
  padding: 20px 0 0 0;
  /*border-bottom: 1px solid #ddd;*/
}

.dynamicform .question-label {
  float: left;
  width: 20%;
}

.dynamicform .question-data {
  float: left;
  width: 78%;
}

.dynamicform .question-data .question-part {
  width: 100%;
}

.dynamicform .question-data .question-part-container {
  position: relative;
  display: inline;
}

.dynamicform .question-data .question-part-container .required.sub {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
  color: #aaa;
}

textarea,
input[type="text"],
select {
  height: 50px;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
  font-size: 20px;
  padding: 0 10px;
  line-height: normal;
}

textarea {
  min-height: 100px;
}

.dynamicform input[type="text"] {
  width: 100% !important;
}

.dynamicform .action {
  margin-top: 20px;
}

.dynamicform .errors {
  background: #dc0814;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.dynamicform .errors br {
  display: block;
}

.dynamicform span.question-sublabel {
  display: inline-block;
}

.dynamicform span.question-sublabel {
  display: block;
}

.dynamicform select {
  height: 50px !important;
}

.module_machine_overview {
  margin: 0;
}

.module_machine_overview li {
  float: left;
  width: 32%;
  background: #db0715;
  border-radius: 10px;
  padding: 50px 0;
  margin: 0 1% 2% 1%;
  text-align: center;
  font-family: roboto condensed, arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.module_machine_overview li .valignwrapper,
.module_machine_overview li .valign {
  text-align: center;
  float: left;
  width: 100%;
}

.module_machine_overview li span {
  display: block;
}

.module_machine_overview li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.module_machine_overview li:nth-child(3n+3) {
  margin-right: 0;
}

.module_machine_overview li img {
  transition: 0.3s;
  transform: translateY(0);
  max-width: 100%;
  border-radius: 10px;
}

.module_machine_overview li:hover img {
  transform: translateY(-10px);
}

.module_machine_overview li a {
  color: #fff;
  text-align: center;
}

.photoalbum_container_thumbs li {
  float: left;
  width: 19%;
  margin: 0 0.5% 1% 0.5%;
  text-align: center;
}

.photoalbum_container_thumbs li:nth-child(5n+1) {
  clear: left;
}

.photoalbum_container_thumbs li a {
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.photoalbum_container_thumbs li a img {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

_:-ms-lang(x),
.anglewrapper {
  transition: transform 0s, height 0s 0s;
}

_:-ms-lang(x),
#mobilenav,
#canvas {
  transition: 0s;
}

_:-ms-lang(x),
.angle #mobilenav,
.navopen #mobilenav,
.angle #canvas,
.navopen #canvas {
  transition: 1s;
}

section#page .content td .ppcondoraanvraagnl {
  width: auto;
  height: auto;
  overflow: visible;
  line-height: normal;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.mod_xtive_sitemap ul {
  padding-left: 30px;
}

.mod_xtive_sitemap ul li {
  list-style: disc;
}

section#banner .liquid-slider .panel-container .panel .panel-wrapper .bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 365px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}

section#page .xtpp-textdiv img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width:1920px) {
  .nav-right .sidepanel {
    margin-left: -310px;
    border-radius: 5px 0 0 5px;
  }
  .nav-right .pwrapperbg {
    border-radius: 0 5px 5px 0;
  }
  .nav-right .poverflow {
    border-radius: 0 5px 5px 0;
  }
}

@media (max-width:1450px) {
  .nav-right.last .pwrapper {
    left: -192px
  }
  .nav-right.last .pwrapper:before {
    margin-left: 88px;
  }
}

@media (min-width:1201px) {
  #searchboxwrapper {
    width: 1220px;
    margin: 0 auto;
    position: relative;
  }
  #searchbox {
    position: absolute;
    right: 10px;
    left: 10px;
    top: -80px;
    z-index: 100;
    transform: translateY(-10px);
    transition: transform 0.3s, opacity 0.3s, top 0s 0.3s;
    overflow: hidden;
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    border-radius: 10px;
  }
  .searchopen #searchbox {
    transform: translateY(0);
    transition: transform 0.3s, opacity 0.3s, top 0s 0s;
    opacity: 1;
    top: 50px;
  }
  #searchbox input {
    height: 80px;
    width: 100%;
    padding-right: 80px;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    font-size: 20px;
    font-family: roboto condensed, arial, sans-serif;
    box-shadow: inset 0 0 0;
  }
  #searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 80px;
    width: 80px;
    height: 80px;
    font-size: 0;
    background: none;
    z-index: 10;
  }
  #searchbox .btn-search,
  #searchbox .close-search {
    position: absolute;
    top: 0;
    right: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    color: #aaa;
    z-index: 5;
    font-size: 20px;
  }
  #searchbox .close-search {
    right: 0;
    cursor: pointer;
  }
  #searchbox .close-search:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 20px;
    bottom: 20px;
    right: 79px;
    background: #ddd;
    z-index: 5;
  }
}

@media (max-width:1200px) {
  .headerbg.large {
    display: none;
  }
  .headerbg.small {
    display: block;
  }
  section#footer ul li:last-child a {
    float: none;
  }
  section .pw {
    width: 100%;
    padding: 0 5%;
  }
  section#header .topbar,
  .xtiveBreadCrumbs {
    display: none;
  }
  .default section#header h1.pagetitle {
    margin-bottom: 40px;
  }
  section#header {
    position: static;
  }
  #home section#header {
    position: absolute;
    top: 60px;
  }
  #sub.machine section#header {
    position: static;
  }
  section#page .cols .col.image {
    margin-top: -310px;
  }
  section#header .nav {
    display: none;
  }
  section#header h1.pagetitle {
    width: 100%;
    margin: 2.5% 0 5% 0;
  }
  .machine section#header h1.pagetitle {
    width: 40%;
    clear: both;
    min-height: 0px;
  }
  .machine section#header .logo:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
  }
  #mobilebar,
  .pagewrapper {
    transition: transform 0.3s;
  }
  .searchopen #mobilebar,
  .searchopen .pagewrapper {
    transform: translateY(60px);
  }
  #searchboxwrapper {
    height: 60px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    transform: translateY(-60px);
    z-index: 100;
    background: #fff;
    transition: transform 0.3s;
  }
  #searchbox {}
  .searchopen #searchboxwrapper {
    transform: translateY(0);
  }
  #searchbox input {
    height: 60px;
    width: 100%;
    padding-right: 60px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    font-family: roboto condensed, arial, sans-serif;
  }
  #searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: none;
    z-index: 10;
  }
  #searchbox i.material-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #aaa;
    z-index: 5;
  }
  section#machines .pwrapperbg {
    width: 40%;
  }
  section#machines .sidepanel {
    width: 55%;
  }
  #sub section#banner .pw,
  section#page .pw {
    width: 100%;
    padding: 0 5%;
    margin: 0;
    float: left;
  }
  #sub.machine section#banner .pagetitle img {
    max-width: 100%;
  }
  section#page .sboxes {
    margin: 0;
  }
  section#page .sboxes .sbox {
    margin: 0 0 20px 0;
  }
  section#page .cols .col.left {
    margin: 0 0 5% 0;
    width: 45%;
  }
  section#page .mod_news_overview .mod_news_article h3 a {
    font-size: 30px;
    margin-bottom: 0;
  }
  section#page .mod_news_overview .mod_news_article .news-table {
    display: block;
  }
  section#page .mod_news_overview .mod_news_article .news-table .mod_news_article_thumbnail {
    display: block;
    float: left;
    width: 100%;
    height: 250px;
  }
  section#page .mod_news_overview .mod_news_article .publish_date {
    margin-bottom: 15px;
    font-size: 20px;
  }
  section#page .mod_news_overview .mod_news_article:first-child .news-middle .bar {
    top: 10px;
  }
  section#page .mod_news_overview .news-middle .marker {
    top: 10px;
  }
  section#header .pw {
    width: 100%;
    padding: 5%;
    margin: 0;
  }
  section#header a.logo {
    margin: 0 auto;
    float: none;
  }
  section#header {
    text-align: center;
  }
  .machine section#header h1.pagetitle {
    margin-top: 50px;
  }
  section#agenda,
  section#brochure,
  .cd-horizontal-timeline,
  section#footer {
    padding: 5% 0;
    margin: 0;
  }
  section#footer {
    padding-top: 150px;
  }
  section#agenda .swiper-box ul,
  section#social ul,
  section#footer ul {
    margin: 0;
  }
  section#brochure {
    background: #fff;
  }
  section#history .pw {}
  section#history table,
  section#history td {
    max-width: 100%;
    overflow: hidden;
  }
  section#history td img {
    max-width: 100%;
    height: auto !important;
  }
  section#social {
    padding-top: 5%;
  }
  .cd-horizontal-timeline .events-content {
    margin-bottom: 0;
  }
  .pagewrapper {
    top: 60px;
  }
  #mobilebar {
    display: block;
    width: 100%;
    height: 60px;
    background: #dc0814;
    float: left;
    padding: 0 5%;
    position: relative;
    z-index: 99;
  }
  #mobilebar a {
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    font-family: roboto condensed, arial, sans-serif;
  }
  #mobilebar a i {
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #mobilebar a.right {
    margin-left: 10px;
  }
  section#page .module-articles .article {
    width: 31%;
  }
  section#page .module-articles .article:nth-child(4n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  section#page .module-articles .article:nth-child(4n+3) {
    margin-right: 0;
  }
  section#page .module-articles .article:nth-child(4n+1) {
    clear: none;
  }
  section#page .module-articles .article:nth-child(3n+2) {
    margin: 0 3.5% 3%;
  }
  section#page .module-articles .article:nth-child(3n+1) {
    clear: left;
  }
  section#page #testimonials .testimonial {
    width: 32%;
    margin: 0 1% 2% 1%;
  }
  section#page #testimonials .testimonial:nth-child(4n+4) {
    margin-right: 1%;
  }
  section#page #testimonials .testimonial:nth-child(4n+1) {
    margin-left: 1%;
    clear: none;
  }
  section#page #testimonials .testimonial:nth-child(3n+3) {
    margin-right: 0;
  }
  section#page #testimonials .testimonial:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 1%;
  }
  button.scrollleft {}
  button.scrollright {}
}

@media (max-width:950px) {
  button.scrollleft {}
  button.scrollright {}
  .history-slider-wrapper {}
  #history-root {
    height: 90px !important;
  }
  section#machines,
  section#brilliant h4,
  section#about .table,
  section#brochure .bgtable,
  section#footer .head {
    display: none;
  }
  section,
  section#brilliant {
    padding: 0;
  }
  section .pw,
  section#header .pw,
  #sub section#banner .pw,
  section#page .pw {
    width: 100%;
    padding: 5%;
    overflow: hidden;
  }
  .machine section#header h1.pagetitle {
    width: 100%;
    margin-bottom: 15%;
  }
  section#page .pw {
    overflow: visible;
    padding: 0 5%;
  }
  section#brilliant {
    min-height: 400px;
  }
  section#brilliant p {
    display: none;
  }
  section#brilliant h3 p {
    display: block;
  }
  section#page {
    margin: 0;
    padding: 5% 0;
  }
  section#page .cols .col {
    float: left;
    width: 100%;
  }
  section#page .cols .col.left {
    width: 100%;
  }
  section#page .cols .spacer {
    display: none;
  }
  section#page .cols .col.image {
    width: 55%;
    width: 100%;
    margin: -25% 0 0 0;
  }
  section#page .cols .col.image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  section#page .sboxes .sbox {
    margin: 0 0 5% 0;
  }
  section#page .mod_news_overview .mod_news_article .news-table .mod_news_article_thumbnail {
    height: 200px;
  }
  section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText,
  section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText p {
    font-size: 16px;
  }
  section#page .mod_news_overview .mod_news_article .news-table .mod_news_article.introText .padder {
    padding: 5%;
  }
  section#page .mod_news_overview .news-left {
    width: 0%;
    display: none;
  }
  section#page .mod_news_overview .mod_news_article .publish_date {
    padding: 0;
  }
  section#page .mod_news_overview .news-left.for-mobile {
    display: block;
    text-align: left;
    width: 100%;
  }
  section#page .mod_news_overview .mod_news_article h3 a {
    padding-bottom: 0;
  }
  section#page .mod_news_overview .news-middle {
    width: 10%;
  }
  section#page .mod_news_overview .news-right {
    width: 90%;
  }
  section#page .mod_news_overview .btn.archive-btn {
    margin-left: 0;
    left: 0;
  }
  section#page .buttonrow {
    margin-top: 0;
    margin-bottom: 50px;
  }
  section#banner {
    margin-top: -60px;
  }
  #sub.machine section#banner {
    min-height: 0;
    float: left;
    width: 100%;
  }
  #sub section#banner .hfix {
    position: static;
  }
  #sub.machine section#banner .pagetitle {
    position: static;
    margin: 157px auto 20%;
    text-align: center;
    width: 100%;
  }
  section#banner .ls-nav {
    bottom: 0;
  }
  section#banner .ls-nav ul {
    margin: 0;
  }
  #sub section#footer {
    padding: 50px 0;
  }
  section#footer ul li,
  section#footer ul li:last-child {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  section .title,
  section .title h3,
  section .title h4,
  section .title.light h4 {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
  }
  section .title h4,
  section .title.light h4 {
    position: relative;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  section .title h4:after {
    content: "";
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    width: 100px;
    left: 50%;
    margin-left: -50px;
  }
  section .title.light h4:after {
    background: rgba(256, 256, 256, 0.75);
  }
  #canvas {
    width: 70%;
    right: -70%;
  }
  #canvas h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #canvas ul li a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #canvas ul li a span {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  #mobilenav {
    width: 100%;
    left: -100%;
  }
  #mobilenav .navbox a {
    font-size: 20px;
  }
  section.contentleft .content {
    width: 100%;
  }
  section#header a.logo img {
    max-width: 100%;
    width: 300px;
    height: auto;
  }
  section#banner {
    min-height: 400px;
  }
  section#banner .liquid-slider,
  section#banner .content {
    top: 0;
    bottom: 0;
  }
  section#page .content,
  section#page .sidebar {
    width: 100%;
  }
  section#agenda .swiper-box ul {
    margin: 0;
  }
  ul.mod_eventcalendar li,
  section#agenda .swiper-box ul li {
    width: 48%;
    float: left;
    margin: 1%;
  }
  section#agenda .swiper-box ul li:first-child {
    margin: 1%;
  }
  section#agenda .swiper-box ul li:last-child {
    margin: 1%;
  }
  section#agenda .swiper-box ul li:nth-child(2n+1) {
    clear: left;
  }
  section#agenda .btn {
    margin-top: 5%;
  }
  section#agenda,
  section#brochure,
  section#social,
  .cd-horizontal-timeline,
  section#footer {
    padding: 0;
  }
  .angle .anglewrapper {
    transform: translate3d(-70%, 0, 0) rotateY(45deg);
  }
  .navopen .anglewrapper {
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
  }
  section#social li,
  section#social li:nth-child(3n+2) {
    width: 98%;
    margin: 1%;
  }
  section#social .social-tabs>div.btn-tw {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  section#social .social-tabs>div.active,
  section#social .social-tabs>div:hover {
    color: #dc0814;
  }
  section#social .social-tabs img {
    height: 30px;
    vertical-align: middle;
    margin-top: -8px;
    opacity: 0.35;
  }
  section#social .social-tabs .active img {
    opacity: 1;
  }
  section#social ul li {
    display: none;
  }
  section#social ul li.active {
    display: block;
  }
  section#social .social-tabs {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
  }
  section#social .social-tabs>div {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: roboto condensed, arial, sans-serif;
    color: #aaa;
    cursor: pointer;
  }
  section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title h3 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title h4 {
    text-align: left;
  }
  section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title h4:after {
    left: 0;
    margin: 0;
  }
  section#page .mod_news_article_detail .mod_news_article_images a {
    width: 31%;
  }
  .default section#header h1.pagetitle {
    margin-bottom: 0;
  }
  .default section#page .content.padded {
    display: none;
  }
  section#page .article-details .leftcol {
    width: 100%;
    float: left;
  }
  section#page .article-details .rightcol {
    width: 100%;
    float: right;
  }
  section#page .article-details .cols .left,
  section#page .article-details .cols .right {
    width: 47.5%;
  }
  .module_machine_overview li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .module_machine_overview li:nth-child(3n+1) {
    clear: none;
    margin-left: 0%;
  }
  .module_machine_overview li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .module_machine_overview li:nth-child(2n+2) {
    margin-right: 0;
  }
  .module_machine_overview li:nth-child(2n+1) {
    clear: left;
  }
  .photoalbum_container_thumbs li {
    width: 31%;
    margin: 0 1% 2% 1%;
  }
  .photoalbum_container_thumbs li:nth-child(5n+1) {
    clear: none;
  }
  .photoalbum_container_thumbs li:nth-child(3n+1) {
    clear: left;
  }
  #mobilenav .overlay {
    content: "";
    height: 50px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00231f20', endColorstr='#231f20', GradientType=0);
    position: absolute;
    z-index: 50;
    bottom: 62px;
    left: 0;
    right: 0;
  }
  #mobilenav .navboxwrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 62px;
  }
  #mobilenav .contactbox {
    left: 10px;
    bottom: 10px;
  }
  section#page .content td {
    display: block;
    width: 100% !important;
  }
  section#page .content h2 {
    font-size: 25px;
  }
  section .content p {
    font-size: 16px;
    line-height: 26px;
  }
  section#page .content table.responsive {
    overflow: auto;
    height: auto;
  }
  section#history {
    padding: 0;
  }
}

@media (max-width:700px) {
  section .content h3 {
    font-size: 30px;
    line-height: 36px;
  }
  #canvas ul {
    width: 100%;
    margin: 0;
  }
  section#banner {
    transition: height 9999s;
  }
  section#header h1.pagetitle {
    margin: 2.5% 0 0 0;
    font-size: 40px;
  }
  section#brilliant {
    min-height: 200px;
  }
  section#brilliant h3,
  section#brilliant h3 p {
    font-size: 30px;
    line-height: normal;
    margin: 0;
  }
  section#brilliant h3 img {
    max-width: 50px;
  }
  section#history table,
  section#history td {
    display: block;
    width: 100%;
  }
  #canvas {
    width: 75%;
    right: -75%;
  }
  #mobilenav {
    width: 100%;
    right: -100%;
  }
  section#banner .data h2 {
    font-size: 25px;
    padding: 0 5%;
  }
  section#banner .data h3 {
    display: none;
  }
  section#banner .pagination ul {
    margin: 2.5% 0;
  }
  section#banner .liquid-slider .textbox {
    margin: 0 20px;
    bottom: 70px;
  }
  section#banner .liquid-slider .textbox .text-0 p {
    font-size: 25px;
    line-height: normal;
  }
  section#banner .liquid-slider .textbox .text-1 p {
    display: none;
  }
  section#agenda {
    text-align: center;
  }
  section#agenda .swiper-box {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  section#agenda .swiper-box ul {
    margin: 0;
    width: 400%;
    float: left;
    position: relative;
    left: 0%;
    transition: 0.3s;
  }
  section#agenda .swiper-box.min0 ul {
    transform: translateX(0%);
  }
  section#agenda .swiper-box.min100 ul {
    transform: translateX(-25%);
  }
  section#agenda .swiper-box.min200 ul {
    transform: translateX(-50%);
  }
  section#agenda .swiper-box.min300 ul {
    transform: translateX(-75%);
  }
  section#agenda .swiper-box ul li,
  section#agenda .swiper-box ul li:first-child,
  section#agenda .swiper-box ul li:last-child,
  section#agenda .swiper-box ul li:nth-child(2n+1) {
    box-shadow: none;
    width: 25%;
    float: left;
    margin: 0;
    clear: none;
  }
  section#agenda ul.pagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    height: 14px;
    float: left;
    display: block;
  }
  section#agenda ul.pagination li {
    width: 14px;
    height: 14px;
    border: 2px solid #dc0814;
    float: none;
    vertical-align: top;
    display: inline-block;
    border-radius: 14px;
    padding: 0;
    cursor: pointer;
  }
  section#agenda .btn {
    float: left !important;
  }
  section#agenda ul.pagination li.active,
  section#agenda ul.pagination li:hover {
    background: #dc0814;
  }
  #mobilenav .padder {
    padding: 10px;
  }
  section#page .sboxes .sbox {
    padding: 0 25px;
  }
  section#page .sboxes .sbox:last-child {
    margin-bottom: 0;
  }
  section#page .buttonrow {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  section#page .buttonrow .btn {
    margin: 0 0 20px 0;
    width: 100%;
  }
  section#page .buttonrow .left,
  section#page .buttonrow .right {
    width: 100%;
  }
  section#page .addthis_sharing_toolbox {
    margin: 0 auto;
    margin-bottom: 50px;
    width: auto;
  }
  section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title h3 {
    font-size: 30px;
    line-height: 40px;
  }
  section#page .module-articles.article-details .article,
  section#page .module-articles .article {
    width: 48.5%;
  }
  section#page .module-articles.article-details .article:nth-child(3n+2),
  section#page .module-articles .article:nth-child(3n+2) {
    margin: 0;
    margin-bottom: 4%;
  }
  section#page .module-articles.article-details .article:nth-child(3n+1),
  section#page .module-articles .article:nth-child(3n+1) {
    clear: none;
  }
  section#page .module-articles.article-details .article:nth-child(2n+1),
  section#page .module-articles .article:nth-child(2n+1) {
    margin-right: 3%;
    clear: left;
  }
  .responsive-table table,
  .responsive-table table td {
    display: block;
    width: 100% !important;
    vertical-align: top;
  }
  section#page #testimonials .testimonial {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  section#page #testimonials .testimonial:nth-child(3n+1) {
    clear: none;
    margin: 0 1% 2% 1%;
  }
  section#page #testimonials .testimonial:nth-child(3n+3) {
    margin: 0 1% 2% 1%;
  }
  section#page #testimonials .testimonial:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width:630px) {
  section#social .social-tabs>div {
    font-size: 0;
    padding: 0 5%;
  }
  section#social .social-tabs>div img {
    margin-top: -3px;
  }
  section .title h3 {
    font-size: 25px;
  }
  section .title h4 {
    font-size: 16px;
  }
  section#page .mod_news_overview .news-middle {
    display: none;
  }
  section#page .mod_news_overview .news-right {
    width: 100%;
  }
  section#page .mod_news_overview .mod_news_article .news-table {
    margin-bottom: 50px;
  }
  section#page .mod_news_article_detail .mod_news_article_images a {
    width: 100%;
    margin: 1% 0;
    height: 150px;
  }
  section#page .mod_news_article_detail .mod_news_article_detail_thumbnail .bottom .title {
    padding: 20px;
  }
  section#page .mod_news_article_detail .padder {
    padding: 0 20px;
  }
  section#page .module-articles.article-details .article,
  section#page .module-articles .article {
    width: 100%;
  }
  section#page .module-articles.article-details .article:nth-child(2n+1),
  section#page .module-articles .article:nth-child(2n+1) {
    margin-right: 0;
    margin-bottom: 4%;
  }
  ul.mod_eventcalendar li {
    width: 100%;
    margin: 1% 0 !important;
  }
  section#page #filter-bar select.filters {
    width: 100%;
    margin: 0 0 2% 0 !important;
  }
  section#page #testimonials .testimonial,
  section#page #testimonials .testimonial:nth-child(3n+1),
  section#page #testimonials .testimonial:nth-child(3n+3) {
    width: 100%;
    margin: 0 0 2% 0;
  }
  section#page .tesimonial-detail blockquote {
    font-size: 20px;
  }
  section#page .xtpp-textdiv table,
  section#page .xtpp-textdiv table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  section#page .xtpp-textdiv img {
    max-width: 100% !important;
  }
  .dynamicform .question-data,
  .dynamicform .question-label {
    width: 100%;
  }
  .module_machine_overview li {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 10px 0;
  }
  .module_machine_overview li:nth-child(3n+1) {
    clear: none;
    margin-left: 0%;
  }
  .module_machine_overview li:nth-child(3n+3) {
    margin-right: 0%;
  }
  section#page .article-details .cols .left,
  section#page .article-details .cols .right {
    width: 100%;
  }
  section#page .ppbox.portrait td img {
    width: 100% !important;
    height: auto !important;
  }
  section#page .ppbox,
  section#page .ppbox tbody,
  section#page .ppbox td,
  section#page .ppbox tr {
    width: 100%;
    display: block;
    float: left;
  }
  section#page .ppbox img {
    width: 100% !important;
    height: auto !important;
  }
  section#page .ppbox td {
    padding: 50px 0 !important;
  }
  section#page .ppbox td.wspace {
    padding: 0 !important;
  }
  .photoalbum_container_thumbs li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .photoalbum_container_thumbs li:nth-child(3n+1) {
    clear: none;
  }
  .photoalbum_container_thumbs li:nth-child(2n+1) {
    clear: left;
  }
  #mobilenav .contactbox {
    right: 10px;
  }
}

@media (max-width:400px) {
  #mobilenav .contactbox a {
    font-size: 0;
  }
}

.slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  height: 100%;
}

.parent-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 310px;
}

section#machines .parent-wrapper {
  width: 100%;
}

.parent-wrapper ul {
  padding: 10px;
}

section#machines .parent-wrapper ul {
  padding: 0 10px 0 0;
}

.depth-0 .parent-wrapper {
  display: block;
}

.container-slide {
  float: left;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
