@import "./reset.css";
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a.lightbox img {
  height: 150px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  margin: 20px;
}
.lightbox-target {
  z-index: 1000;
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.lightbox-target iframe {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-target:target,
.lightbox-target.active {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target img,
.lightbox-target.active img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target iframe,
.lightbox-target.active iframe {
  border: 0;
  width: 65%;
  height: 80%;
}
.lightbox-target:target a.lightbox-close,
.lightbox-target.active a.lightbox-close {
  top: 3em;
}
html,
body,
* {
  -webkit-text-size-adjust: 100% !important;
}
body {
  background-color: #111111;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #bdbdbd;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 17px;
  }
}
.hide {
  display: none;
}
html.lt-ie9 nav ul#menu li.aanmelden,
html.lt-ie9 nav ul#menu li.login {
  display: none;
}
.award {
  float: right;
  margin-right: 3px;
}
.award img {
  width: 120px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #6f6f6f;
  z-index: 999;
  height: 3em;
  background: #1b1b1b;
}
nav ul {
  max-width: 1400px;
  margin: 0 auto;
}
nav ul li {
  float: left;
  padding: 0 0.5%;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 3em;
  text-align: center;
}
nav ul li.logo {
  display: inline;
  float: left;
  width: 15.123456790123%;
  margin: 0 0.7716049382716%;
}
nav ul li.logo img {
  width: 100%;
  max-width: 240px;
  vertical-align: middle;
}
nav ul li.logo.selected {
  border-bottom: 0;
}
nav ul li a {
  color: #ededed;
  text-decoration: none;
}
nav ul li.selected {
  border-bottom: 0.4em solid #4ad5c0;
  height: 3em;
}
nav ul li.spacer {
  display: inline;
  float: left;
  width: 15.123456790123%;
  margin: 0 0.7716049382716%;
}
nav ul li.submenu {
  float: right;
  position: relative;
}
nav ul li.submenu a:after {
  content: url(/img/arrow.png);
  position: absolute;
  top: 0;
  right: 0;
}
nav ul li.aanmelden {
  float: right;
}
nav .dropdown {
  top: 3em;
  right: 10%;
  width: 200px;
  border: 1px solid #6f6f6f;
  border-top: 1px solid #1b1b1b;
  background: rgba(66,66,66,0.7);
  position: absolute;
}
nav .dropdown.dropdown-closed {
  z-index: -1000;
  display: none;
}
nav .dropdown.dropdown-open {
  z-index: 1000;
  display: block;
}
nav .dropdown form div.form-group {
  text-align: center;
}
nav .dropdown form div.form-group button {
  margin: 0 0 10px;
}
nav a.dropdown-link {
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
nav #dropdown-login h3 {
  background: #1b1b1b;
  text-align: center;
  border-bottom: 1px solid #6f6f6f;
  line-height: 2em;
  color: #ededed;
  margin-bottom: 10px;
}
nav #dropdown-login input {
  background: #1b1b1b;
  color: #ededed;
  border: 1px solid #6f6f6f;
  padding: 0 2%;
  margin: 0 5% 10px;
  width: 86%;
  font: 0.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 24px;
  line-height: 24px;
}
nav #dropdown-login button:disabled,
nav #dropdown-login input:disabled {
  opacity: .4;
  cursor: not-allowed;
}
nav #dropdown-login a {
  font-size: .8em;
  line-height: 1.6em;
  color: #ededed;
}
nav .form-error {
  text-align: center;
}
nav button {
  background: #4ad5c0;
  font-family: 'Oswald', sans-serif;
  color: #ededed;
  padding: 2px 0 2px 0;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 5% 10px;
  width: 90%;
  border: 0;
  height: 24px;
  line-height: 20px;
}
#dropdown-locale,
#dropdown-user {
  width: 100px;
}
#dropdown-locale li,
#dropdown-user li {
  padding-left: 5%;
  font: 12px arial;
  text-align: right;
  text-transform: capitalize;
  line-height: 30px;
}
#dropdown-user {
  width: 150px;
}
h2 {
  background: #1b1b1b;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #6f6f6f;
  min-width: 960px;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000;
}
h2 img {
  vertical-align: top;
  height: 1.3em;
}
header {
  position: relative;
  background: #000109;
  border-top: 1px solid #6f6f6f;
  min-width: 960px;
}
header .img-cnt {
  margin: 0 auto;
  text-align: center;
}
header .img-cnt img {
  width: 100%;
  display: inline;
  max-width: 1240px;
  max-height: 430px;
}
header .text-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 5%;
}
header h1 {
  margin-left: 9.1049382716049%;
  font-size: 3.5em;
  text-shadow: 2px 2px 5px #000000;
  text-transform: uppercase;
  color: #ffffff;
}
html.ie header .text-header {
  margin: none;
  left: auto;
  right: 50%;
}
html.ie header .text-header h1 {
  margin: 0;
  margin-left: -80%;
}
.content {
  *zoom: 1;
  max-width: 1400px;
  margin: 1em auto 0 auto;
  min-width: 960px;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
.content .block {
  display: inline;
  float: left;
  width: 48.456790123457%;
  margin: 0 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
  background: #303030;
  position: relative;
}
.content .block div.text {
  display: inline;
  float: left;
  width: 48.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 48.456790123457%;
  height: 48.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  .content .block div.text {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  .content .block div.text {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
.content .block div.icon {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  max-height: 50%;
  height: 50%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .content .block div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  .content .block div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
.content .block div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  .content .block {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  .content .block {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
.content .block h3,
.content .block h4 {
  font: 1.2em 'Oswald', sans-serif;
  padding: 0 0 0 0.7em;
  margin-top: 0.5em;
  line-height: 1.5em;
  color: #ffffff;
}
.content .block p,
.content .block a.news,
.content .block a.poll {
  padding: 0.8em 1em 0 1em;
  font: 0.75em arial;
  font-weight: 300;
  color: #bdbdbd;
  display: block;
  line-height: 1.3em;
}
.content .block a {
  color: #bdbdbd;
  font-weight: bold;
}
.content .block a:hover {
  color: #ffffff;
}
.content .block strong {
  font-weight: bold;
}
.content .block.filter-title div.title > h3 {
  display: none;
}
section {
  background: #111111;
  min-width: 960px;
}
section:last-of-type .content {
  margin-bottom: 1em;
}
#page-home {
  padding-top: 3em;
}
#page-home .content .block.news,
#page-home .content .block.icon {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
}
@media (max-width: 960px) {
  #page-home .content .block.news,
  #page-home .content .block.icon {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.news,
  #page-home .content .block.icon {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-home .content .block.news div.text,
#page-home .content .block.icon div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-home .content .block.news div.text,
  #page-home .content .block.icon div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.news div.text,
  #page-home .content .block.icon div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-home .content .block.news div.icon,
#page-home .content .block.icon div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-home .content .block.news div.icon,
  #page-home .content .block.icon div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.news div.icon,
  #page-home .content .block.icon div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-home .content .block.news div.icon img,
#page-home .content .block.icon div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-home .content .block.news,
  #page-home .content .block.icon {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.news,
  #page-home .content .block.icon {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-home .content .block.poll {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
  height: 678.3950617284px;
  max-height: 678.3950617284px;
  float: right;
}
@media (max-width: 960px) {
  #page-home .content .block.poll {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.poll {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-home .content .block.poll div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-home .content .block.poll div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.poll div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-home .content .block.poll div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-home .content .block.poll div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.poll div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-home .content .block.poll div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-home .content .block.poll {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.poll {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
@media (max-width: 960px) {
  #page-home .content .block.poll {
    height: 465.18518518519px;
    max-height: 465.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-home .content .block.poll {
    height: 48.456790123457vw;
    max-height: 48.456790123457vw;
  }
}
#page-home .content .block.poll div.icon + div.text {
  margin-top: 0;
}
#page-home .content .block.news div.icon {
  display: none;
}
#page-home .content .block.news {
  position: relative;
  width: 48.4568%;
  height: 678.790px;
  max-height: 678.790px;
  float: right;
}
#page-home .content .block.news div.text {
  height: 630px;
  max-height: 630px;
}
#page-home .content .block.news div.text img {
  float: left;
  margin: 3px 10px 0 0;
}
#page-home .content .block.news div.text p {
  clear: both;
}
#page-home .content .block.news a.news {
  height: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#page-home .content .block.news div.news-title {
  font-size: 100%;
}
#page-home .content .block.news span.news-date {
  float: right;
  font-style: italic;
  margin-right: 1em;
}
#page-advantages .content .block.block3 {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
  height: 678.3950617284px;
  max-height: 678.3950617284px;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block3 {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block3 {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-advantages .content .block.block3 div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block3 div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block3 div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-advantages .content .block.block3 div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block3 div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block3 div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-advantages .content .block.block3 div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block3 {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block3 {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
@media (max-width: 960px) {
  #page-advantages .content .block.block3 {
    height: 465.18518518519px;
    max-height: 465.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block3 {
    height: 48.456790123457vw;
    max-height: 48.456790123457vw;
  }
}
#page-advantages .content .block.block3 div.icon + div.text {
  margin-top: 0;
}
#page-advantages .content .block.block6 {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
  height: 678.3950617284px;
  max-height: 678.3950617284px;
  float: right;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block6 {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block6 {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-advantages .content .block.block6 div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block6 div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block6 div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-advantages .content .block.block6 div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block6 div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block6 div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-advantages .content .block.block6 div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-advantages .content .block.block6 {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block6 {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
@media (max-width: 960px) {
  #page-advantages .content .block.block6 {
    height: 465.18518518519px;
    max-height: 465.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-advantages .content .block.block6 {
    height: 48.456790123457vw;
    max-height: 48.456790123457vw;
  }
}
#page-advantages .content .block.block6 div.icon + div.text {
  margin-top: 0;
}
#page-products.social {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
  height: 678.3950617284px;
  max-height: 678.3950617284px;
}
@media (max-width: 960px) {
  #page-products.social {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-products.social {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-products.social div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-products.social div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-products.social div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-products.social div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-products.social div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-products.social div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-products.social div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-products.social {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-products.social {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
@media (max-width: 960px) {
  #page-products.social {
    height: 465.18518518519px;
    max-height: 465.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-products.social {
    height: 48.456790123457vw;
    max-height: 48.456790123457vw;
  }
}
#page-products.social div.icon + div.text {
  margin-top: 0;
}
#page-news .content .block,
#page-poll .content .block {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  background: #303030;
  height: auto;
  font-size: 0.75em;
  margin-bottom: 1em;
}
#page-news .content .block:nth-child(8n + 4),
#page-news .content .block:nth-child(8n + 2),
#page-news .content .block:nth-child(8n + 5),
#page-news .content .block:nth-child(8n + 7),
#page-poll .content .block:nth-child(8n + 4),
#page-poll .content .block:nth-child(8n + 2),
#page-poll .content .block:nth-child(8n + 5),
#page-poll .content .block:nth-child(8n + 7) {
  background: #424242;
}
#page-news .content .block h3,
#page-poll .content .block h3 {
  padding-top: 1em;
}
#page-news .content .block h4,
#page-poll .content .block h4 {
  font: bold 0.8em arial;
  padding: 5px 0 5px 0.7em;
}
#page-news .content .block .text,
#page-poll .content .block .text {
  display: inline;
  float: left;
  width: 98.456790123457%;
  margin: 0 0.7716049382716%;
  height: 14em;
  overflow-y: auto;
}
#page-news .content .block .text p:last-of-type,
#page-poll .content .block .text p:last-of-type {
  padding-bottom: 1em;
}
div.poll-vote-bar {
  height: 2px;
  background-color: #ffffff;
  margin-left: 0.8em;
}
#page-poll div.content div.block {
  max-height: inherit !important;
}
#page-news div.content div.block {
  max-height: inherit !important;
}
#page-generalconditions {
  font-size: 0.75em;
  padding-top: 4em;
}
#page-generalconditions h3 {
  font-size: 1.25em;
  padding: 1em 0.6em 0;
}
#page-generalconditions p,
#page-generalconditions a,
#page-generalconditions ul,
#page-generalconditions ol {
  padding: 1em 1em 0 1em;
  font: 0.8em arial, sans-serif;
  color: #bdbdbd;
  display: block;
}
#page-generalconditions ol {
  padding-left: 3em;
}
#page-register .form-group {
  *zoom: 1;
}
#page-register .form-group:before,
#page-register .form-group:after {
  display: table;
  content: "";
}
#page-register .form-group:after {
  clear: both;
}
#page-register .form-group:before,
#page-register .form-group:after {
  content: "";
  display: table;
}
#page-register .form-group:after {
  clear: both;
}
#page-register .form-group button {
  background: #4ad5c0;
  font-family: 'Oswald', sans-serif;
  color: #ededed;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid #4ad5c0;
  width: 260px;
  border: 0;
  height: 34px;
  padding: 5px 0;
  line-height: 24px;
  cursor: pointer;
  float: right;
}
#page-contact .content .block {
  display: inline;
  float: left;
  width: 23.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 23.456790123457%;
  height: 23.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
}
@media (max-width: 960px) {
  #page-contact .content .block {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-contact .content .block div.text {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-contact .content .block div.text {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block div.text {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-contact .content .block div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  background: #303030;
}
@media (max-width: 960px) {
  #page-contact .content .block div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-contact .content .block div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-contact .content .block {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-contact .content .block.register {
  display: inline;
  float: left;
  width: 48.456790123457%;
  margin: 0 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
}
#page-contact .content .block.register div.text {
  display: inline;
  float: left;
  width: 48.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 48.456790123457%;
  height: 48.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  #page-contact .content .block.register div.text {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block.register div.text {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-contact .content .block.register div.icon {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  max-height: 50%;
  height: 50%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}
@media (max-width: 960px) {
  #page-contact .content .block.register div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block.register div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
#page-contact .content .block.register div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #page-contact .content .block.register {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  #page-contact .content .block.register {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
#page-contact .content .block button {
  background: #4ad5c0;
  font-family: 'Oswald', sans-serif;
  color: #ededed;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid #4ad5c0;
  width: 260px;
  border: 0;
  height: 34px;
  margin: 15px 0 0 1em;
  padding: 5px 0;
  line-height: 24px;
  cursor: pointer;
}
footer {
  border-top: 1px solid #6f6f6f;
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 0.9em;
}
footer a {
  color: #bdbdbd;
}
@media screen and (max-width: 1280px) {
  .content .block h3 {
    font: 1em 'Oswald', sans-serif;
  }
  .content .block p,
  .content .block a.news,
  .content .block a.poll {
    padding: 0.8em 1em 0 1em;
    font: 0.7em 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #bdbdbd;
    display: block;
  }
  .content .block a {
    color: #bdbdbd;
    font-weight: bold;
  }
  .content .block a:hover {
    color: #ffffff;
  }
  .content .block strong {
    font-weight: bold;
  }
}
section#page-loader {
  position: absolute;
  top: 25%;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
section#page-loader div.loader {
  margin-top: -49px;
  height: 98px;
}
section#page-loader div.loader h1 {
  height: 24px;
  margin-bottom: 10px;
}
section#page-loader div.loader img {
  height: 64px;
}
div.datepicker {
  float: left;
  width: 55%;
  min-width: 250px;
  display: block;
}
div.datepicker select {
  display: inline;
  min-width: 0;
  width: 32%;
  margin-left: 1%;
}
section#page-registercomplete .block {
  display: inline;
  float: left;
  width: 98.456790123457%;
  margin: 0 0.7716049382716%;
  height: 211.72839506173px;
  max-height: 211.72839506173px;
  overflow: hidden;
  margin-bottom: 1.5432098765432%;
}
section#page-registercomplete .block div.text {
  display: inline;
  float: left;
  width: 98.456790123457%;
  margin: 0 0.7716049382716%;
  max-height: 98.456790123457%;
  height: 98.456790123457%;
  margin: 0px 0.7716049382716%;
  height: 328.3950617284px;
  max-height: 328.3950617284px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 960px) {
  section#page-registercomplete .block div.text {
    height: 225.18518518519px;
    max-height: 225.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  section#page-registercomplete .block div.text {
    height: 23.456790123457vw;
    max-height: 23.456790123457vw;
  }
}
section#page-registercomplete .block div.icon {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  max-height: 100%;
  height: 100%;
  margin: 0px 0%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}
@media (max-width: 960px) {
  section#page-registercomplete .block div.icon {
    height: 240px;
    max-height: 240px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  section#page-registercomplete .block div.icon {
    height: 25vw;
    max-height: 25vw;
  }
}
section#page-registercomplete .block div.icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  section#page-registercomplete .block {
    height: 145.18518518519px;
    max-height: 145.18518518519px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  section#page-registercomplete .block {
    height: 15.123456790123vw;
    max-height: 15.123456790123vw;
  }
}
section#page-registercomplete .block div.icon {
  display: inline;
  float: left;
  width: 16.666666666667%;
  margin: 0 0%;
  max-height: 16.666666666667%;
  height: 16.666666666667%;
  margin: 0px 0%;
  height: 233.33333333333px;
  max-height: 233.33333333333px;
  overflow: hidden;
}
@media (max-width: 960px) {
  section#page-registercomplete .block div.icon {
    height: 160px;
    max-height: 160px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  section#page-registercomplete .block div.icon {
    height: 16.666666666667vw;
    max-height: 16.666666666667vw;
  }
}
section#page-registercomplete .block div.text {
  display: inline;
  float: left;
  width: 83.333333333333%;
  margin: 0 0%;
  max-height: 83.333333333333%;
  height: 83.333333333333%;
  margin: 0px 0%;
  height: 233.33333333333px;
  max-height: 233.33333333333px;
  overflow: hidden;
}
@media (max-width: 960px) {
  section#page-registercomplete .block div.text {
    height: 160px;
    max-height: 160px;
  }
}
@media (min-width: 960px) and (max-width: 1400px) {
  section#page-registercomplete .block div.text {
    height: 16.666666666667vw;
    max-height: 16.666666666667vw;
  }
}
section#page-registercomplete .block a {
  width: 250px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}
section#page-registercomplete .block a img {
  margin-bottom: -9px;
  margin-right: 4px;
}
section#page-registercomplete .block a.multiple:last-of-type {
  bottom: 90px;
}
