@charset "utf-8";
/**
 * @note Stylesheet for GEST Broker
 *
 * @author    atlana // alexander tumler
 * @link      http://www.gest-broker.it
 * @copyright  GEST Broker
 * @developer  Copyright 2017, atlana // alexander tumler
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,html{min-height:100%;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important;display:inline-block;width:100%;height:auto;}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}

/* Clearfix */
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, dl:before, dl:after, header div.nav:before, header div.nav:after, main:before, main:after {
  content: " ";
  display: table;
}
 
.cf:after, .container:after, .row:after, dl:after, header div.nav:after, main:after {
  clear: both;
}
 
.cf, .container, .row, header div.nav, dl, main {
  *zoom: 1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #9f9c90;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  cursor: default;
  background-color: #fff;
  min-width: 320px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
	color: #95c121;
	text-decoration: underline;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

em, i {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: italic;
}

strong, b {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d9dadb;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.25;
  color: inherit;
  margin: 0;
}

h1, h2, h3 {
  padding-top: 34px;
  padding-bottom: 19px;
}

h1 {
  font-size: 1.714em; /* 24px */
  font-weight: normal;
}

h2, .h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.714em; /* 24px */
  font-weight: normal;
}

h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.286em; /* 18px */
  font-weight: normal;
}

p {
  margin: 0;
  padding: 8px 0;
}

small {
  font-size: 85%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

dd {
  float: left;
  margin-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt {
  clear: left;
  float: left;
}

dt, dd {
  line-height: 1.25;
}

dt p, dd p {
  padding: 0;
}

ol, ul {
  padding: 0 0 0 20px;
}

ol.alpha {
  list-style-type: lower-alpha;
}

/* BOOTSTRAP */
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

.container .row {
  margin-right: -10px;
  margin-left: -10px;
}

.container-fluid {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1350px;
}

.container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

/* LAYOUT */
aside {
  margin-top: 80px;
}

aside .slide img {
  display: block;
  width: 100%;
  height: auto;
}

footer {
  font-size: 0.857em; /* 12px */
  background-color: #9f9c90;
}

footer address {
  font-style: normal;
  line-height: 1.667;
  text-align: center;
  padding: 17px 0 17px 0;
}

footer div.container-fluid .row {
  padding: 0 5px;
}

footer div.row {
  color: #fff;
}

footer div.row a {
  color: #fff;
  text-decoration: none;
}

footer div.row a:hover {
  text-decoration: underline;
}

footer div.row a.active {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

footer div.row a.active:hover {
  text-decoration: none;
  cursor: default;
}

footer nav#meta-nav ul {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 0 18px 0;
}

footer nav#meta-nav ul li {
  display: inline;
  font-size: 90%;
  text-transform: uppercase;
  padding: 0 5px;
}

header {
  position: absolute;
  z-index: 110;
  top: 0;
  width: 100%;
  height: 80px;
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

header .row {
  position: relative;
  height: 80px;
}

header a.fb {
  position: absolute;
  z-index: 998;
  top: 32px;
  right: 70px;
  bottom: auto;
  width: 10px;
}

@media (min-width: 768px) {
  header a.fb {
    top: auto;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1200px) {
  header a.fb {
    bottom: 50px;
  }
}

header a#logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 150px;
}

header div.nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav > ul > li {
  position: relative;
  float: none;
  font-size: 1.286em; /* 18px */
  text-transform: uppercase;
}

header nav > ul > li > a {
  display: block;
  color: #9f9c90;
  line-height: 20px;
  text-decoration: none;
  padding: 11px 0 9px 0;
  border-bottom: 1px solid rgba(92,123,144,0.6);
}

header nav > ul > li.no-translation > span {
  line-height: 20px;
  padding-left: 6px;
}

header nav > ul > li > ul > li.icon-overview {
  padding-top: 20px;
}

header nav > ul > li:hover > a, header nav > ul > li > a.active {
  color: #95c121;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

header nav > ul > li > a::after {
  display: block;
  content: attr(title);
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

header nav > ul > li > a.active {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

header nav > ul > li > ul > li > a.active {
  cursor: default;
}

header nav#lang-nav {
  display: none;
  float: right;
  margin-right: 30px;
}

header nav#lang-nav > ul > li > a > span {
  display: inline-block;
  line-height: 12px;
}  

header nav#lang-nav > ul > li:first-child > a > span {
  border-right: 1px solid #9f9c90;
  padding-right: 6px;
}

header nav#lang-nav > ul > li:last-child > a > span {
  padding-left: 6px;
}

header nav#lang-nav > ul > li > a::after {
  display: none;
}

nav#main-nav > a {
  position: absolute;
  z-index: 105;
  display: block;
  width: 40px;
  height: 37px;
  top: 22px;
  right: 15px;
  background-color: transparent;
  overflow: hidden;
}

nav#main-nav > a span.icon-bar {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #999;
  left: 5px;
  overflow: hidden;
}

nav#main-nav > a span.icon-bar.one {
  top: 6px;
}

nav#main-nav > a span.icon-bar.two {
  top: 17px;
}

nav#main-nav > a span.icon-bar.three {
  top: 27px;
}
nav#main-nav > a#rhide {
  display: block;
}

nav#main-nav > a#rhide span.icon-bar.one {
  top: 16px;
  width: 32px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865476, M21=0.7071067811865476, M22=0.7071067811865474, SizingMethod='auto expand')";
}

nav#main-nav > a#rhide span.icon-bar.two {
  top: 16px;
  width: 32px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865482, M12=0.7071067811865466, M21=-0.7071067811865466, M22=0.7071067811865482, SizingMethod='auto expand')";
}

nav#main-nav:not( :target ) > a:first-of-type, nav#main-nav:target > a:last-of-type {
  display: block;
}

nav#main-nav:target > ul {
  display: block;
}

header nav#main-nav > ul {
  position: absolute;
  z-index: 110;
  display: none;
  list-style-type: none;
  top: 80px;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 360px;
  padding: 30px 40px 0 40px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
  box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
  border-bottom: 4px solid rgba(92,123,144,0.6);
}

header nav#main-nav > ul > li > a > span {
  display: block;
}

header nav#main-nav > ul > li > a > span:after {
  position: absolute;
  top: 9px;
  right: 0;
  color: #9f9c90;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  pointer-events: none;
}

header nav#main-nav > ul > li:hover > a > span:after {
  top: 10px;
  color: #95c121;
  content: "\f107";
}

header nav#main-nav > ul > li:hover ul {
  display: block !important;
}

header nav#main-nav > ul > li > ul > li {
  font-size: 0.778em; /* 14px */
}

header nav#main-nav > ul > li > ul > li > a {
  display: block;
  color: #9f9c90;
  line-height: 20px;
  text-decoration: none;
  padding: 6px 0;
}

header nav#main-nav > ul > li > ul > li > a:hover, header nav#main-nav > ul > li > ul > li > a.active {
  color: #95c121;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

header nav#main-nav > ul > li > ul {
  display: none;
  position: static;
  z-index: 102;
  width: auto;
  background-color: transparent;
  padding: 34px 0;
  margin-left: 0;
  border-width: 0;
  border-style: solid;
  border-color: #eee;
  -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
  -moz-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
  box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
}

header nav#main-nav > ul > li:hover > ul {
  display: block;
}

header nav#main-nav > ul > li.language {
  padding: 0;
}

header nav#main-nav > ul > li.language > ul {
  display: block !important;
  padding: 80px 0 40px 0;
  border: 0;
  text-align: center;
}

header nav#main-nav > ul > li.language > ul > li {
  display: inline-block;
  font-size: 1em;
}

header nav#main-nav > ul > li.language > ul > li > a {
  padding: 0;
}

header nav#main-nav > ul > li.language > ul > li > a.active {
  color: #95c121;
}

header nav#main-nav > ul > li.language > ul > li:first-child > a {
  padding-right: 6px;
  border-right: 1px solid #9f9c90;
}

header nav#main-nav > ul > li.language > ul > li:last-child {
  padding-left: 6px;
}

div#ccycle span#cycle-next {
  right: 20px;
}

div#ccycle span#cycle-next, div#ccycle span#cycle-prev {
  display: inline-block;
  position: absolute;
  z-index: 105;
  top: 50%;
  color: #999;
  font-family: FontAwesome;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

div#ccycle span#cycle-next:hover, div#ccycle span#cycle-prev:hover {
  color: #333;
}

div.cycle-slideshow span#cycle-prev {
  left: 20px;
}

div#ccycle {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

div#tcycle {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

div#tcycle div.cycle-pager {
  display: none;
  position: absolute;
  z-index: 101;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
}

div#tcycle div.cycle-pager span {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-indent: -999em;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color: #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: pointer;
  margin: 0 7px;
}

div#tcycle div.cycle-pager span.cycle-pager-active {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

div#tcycle div.slide, div#ccycle div.tslide {
  width: 100%;
}

div#tcycle div.slide ~ div.slide, div#ccycle div.tslide ~ div.tslide {
  display: none;
}

div#tcycle div.slide div.slide-box {
  position: relative;
  z-index: 101;
  width: 100%;
  top: auto;
  left: left;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

div#tcycle figure, div#ccycle figure {
  position: relative;
  width: 100%;
  min-height: 300px;
}

div#ccycle figure img {
  display: block;
  width: 100%;
  height: auto;
}

div#tcycle img {
  position: absolute;
  display: block;
  width: auto;
  left: 50%;
  height: 300px;
  margin-left: -294px;
}

div.cycle-slideshow.cycle-single div.cycle-pager {
  display: none !important;
}

.slide-box .slide-box-inner {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0);
}

.slide-box .slide-content {
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
}

.slide-box .slide-content b, .slide-box .slide-content strong {
  display: block;
  padding-top: 10px;
  font-weight: normal !important;
}

.slide-box .slide-more {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 0.929em; /* 13px */
  text-align: center;
  text-transform: uppercase;
}

.slide-box .slide-more a {
  z-index: 0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
}

.slide-box .slide-title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  min-height: 66px;
  padding: 15px 10px 13px 60px;
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

main {
  padding-bottom: 30px;
}

main div.breadcrumb {
  font-size: 0.857em; /* 12px */
  padding: 15px 0 30px 0;
}

main div.breadcrumb span {
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  height: 20px;
}

main div.breadcrumb span > a {
  display: inline-block;
  color: #9f9c90;
  line-height: 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  background-size: 18px 18px;
}

main div.breadcrumb span > a.active {
  color: #95c121;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

main div.double-col {
  margin: 0 0 18px 0;
  -moz-column-gap: normal;
  -webkit-column-gap: normal;
  column-gap: normal;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

main div.double-col p {
  padding: 8px 0;
}

.news-detail-view {
	padding-bottom: 2rem;
}

.news-detail-view header {
	position: relative;
	z-index: 100 !important;
	max-width: 900px;
	min-width: inherit;
	height: auto;
	margin-top: 3rem;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;
	background-color: transparent;
}

.news-detail-view header .news-description {
	font-size: 1.375em;
	color: rgba(159, 156, 144, .6);
	margin-bottom: 2rem;
}

.news-detail-view header .news-intro::after {
	content: '';
	display: block;
	clear: both;
}

.news-detail-view header .news-intro .news-published {
	display: none !important;
	float: left;
	width: 40%;
}

.news-detail-view header .news-intro .news-topic {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(159, 156, 144, .6);
	font-weight: 700;
}

.news-detail-view header .news-intro .news-topic > svg {
	display: inline-block;
	fill: currentColor;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.news-detail-view .social-icons {
	text-align: center;
	margin: 1em auto;
	max-width: 700px;
	padding-left: 15px;
	padding-right: 15px
}

.news-detail-view .social-icons > a {
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #fff;
	background-color: rgba(159, 156, 144, .5);
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
	line-height: 32px;
	margin: 4px;
	cursor: pointer;
}

.news-detail-view .social-icons > a:hover {
	background-color: #95c121;
}

.news-detail-view .social-icons > a > svg {
	display: inline-block;
	fill: currentColor;
	vertical-align: middle;
}

.news-detail-view .social-icons > a.social-facebook > svg {
	width: 8px;
	height: 16px;
}

.news-detail-view .social-icons > a.social-twitter > svg {
	width: 17px;
	height: 14px;
}

.news-detail-view .max-center {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.news-detail-view .news-back-link {
	font-weight: 700;
}

.news-detail-view .news-back-link > a > svg {
	display: inline-block;
	fill: currentColor;
	width: .875em;
	height: .875em;
	margin-right: .5em;
	margin-top: -.125em;
	vertical-align: middle;
}

.news-detail-view .news-content p {
	padding-bottom: 24px;
}

.news-detail-view .news-image, .news-detail-view .news-additional-image {
	position: relative;
	overflow: hidden;
	margin-top: 2rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	padding-top: 70%;
	max-width: 800px;
}

.news-detail-view .news-image > img, .news-detail-view .news-additional-image img {
	position: absolute;
	top: 0;
	left: -999rem;
	right: -999rem;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.news-filter {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}

.news-filter > .title {
	font-size: 0.857em;
	font-weight: 600;
	margin-bottom: .5rem;
}

.news-filter > .topics > button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	background-color: #9f9c90;
	padding: 9px 12px 8px 12px;
	margin: 2px;
	vertical-align: top;
	border: 0;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

.news-filter > .topics > button:hover {
	background-color: #797669;
	border-color: #797669;
}

.news-filter > .topics > button.is-checked {
	background-color: #797669;
	border-color: #797669;
}

.news-filter > .topics > button.is-checked:hover {
	background-color: #504e46;
	border-color: #504e46;
}

.news-footer {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.news-footer > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	background-color: #9f9c90;
	padding: 9px 12px 8px 12px;
	margin: 2px;
	vertical-align: top;
	cursor: pointer;
}

.news-footer > a:hover {
	background-color: #797669;
	border-color: #797669;
}

.news-grid {
	max-width: 400px;
	margin: 0 auto;
}

.news-grid:after {
	content: '';
	display: block;
	clear: both;
}

.news-grid-sizer, .news-item {
	width: 100%;
}

.news-item {
	position: relative;
	float: left;
}

.news-item article {
	overflow: hidden;
	color: #9f9c90;
	margin: 0 0 16px 0;
	background-color: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
}

.news-item article > a {
	text-decoration: none !important;
}

.news-item article .item-content {
	margin: 1.25rem;
}

.news-item article .item-content > h3 {
	color: #9f9c90;
	font-size: 1.375em;
	font-weight: 400;
	text-decoration: none;
	padding: .5rem 0 0 0 !important;
}

.news-item article .item-content > .item-description {
	color: rgba(159, 156, 144, .6);
	overflow-wrap: break-word;
	margin: 1rem 0;
}

.news-item article .item-content > .item-footer {
	color: rgba(159, 156, 144, .6);
	font-size: .75em;
	font-weight: 600;
	text-align: right;
	margin-top: 2rem;
}

.news-item article .item-content > .item-footer > svg {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	color: rgba(159, 156, 144, .3);
	fill: currentColor;
	vertical-align: middle;
}

.news-item article .item-image {
	position: relative;
	height: 220px;
}

.news-item article .item-image > img {
	position: absolute;
	right: -999rem;
	left: -999rem;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.news-item article .item-image > .news-item-published {
	display: none !important;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 0.75em;
	font-weight: 600;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
	margin: 1.25rem;
}

@media (min-width: 576px) {
	.news-detail-view header .news-description {
		margin-bottom: 3rem;
	}

	.news-filter {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.news-footer {
		margin-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.news-detail-view .news-content {
		margin-bottom: 1rem;
	}

	.news-detail-view .news-image, .news-detail-view .news-additional-image {
		padding-top: 0;
		margin-bottom: 3rem;
		max-width: 900px;
	}

	.news-detail-view .news-image > img, .news-detail-view .news-additional-image > img {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		height: auto;
		max-width: 100%;
	}
	
	.news-grid {
		max-width: 820px;
	}

	.news-grid-sizer, .news-item {
		width: 50%;
	}

	.news-item article {
		margin: 0 8px 16px 8px;
	}
}

@media (min-width: 992px) {
	.news-detail-view {
		padding-bottom: 3rem;
	}

	.news-detail-view header .news-description {
		margin-bottom: 4rem;
	}

	.news-detail-view .news-image, .news-detail-view .news-additional-image {
		border-radius: 5px;
	}

	.news-detail-view .social-icons  {
		position: fixed;
		z-index: 2;
		top: 320px;
		-webkit-transform: translateX(-430px);
		-moz-transform: translateX(-430px);
		-ms-transform: translateX(-430px);
		transform: translateX(-430px);
		left: 50%;
		width: 40px;
		padding: 0;
		margin: 0;
	}

	.news-grid {
		max-width: none;
	}

	.news-grid-sizer, .news-item {
		width: 33.333%;
	}
}

main div.content-box {
  margin-bottom: 20px;
}

main div.content-box h1 {
  color: rgba(159,156,144,0.6);
  font-size: 1.286em; /* 18px */
  padding: 0;
}

main div.content-box.job-detail h1 {
  color: rgba(159,156,144,1);
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.2em; /* 20px */
}

main div.content-box h1.show-h2 {
  color: #9f9c90;
}

main div.content-box h2, main div.content-box .h1, main div.reference-overview h2, main div.content-box h1.show-h2 {
  font-size: 1.714em; /* 24px */
  line-height: 1;
  padding: 5px 0 25px 0;
}

main div.content-box.job-detail h2 {
  color: #95c121;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
	font-size: 2em;
  padding: 15px 0 10px 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

main div.content-box h3 {
  font-size: 1.286em; /* 18px */
  font-weight: normal;
  padding-top: 19px;
}

main div.content-box.job-detail h3 {
  color: #95c121;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.25em; /* 20px */
  padding-top: 14px;
  padding-bottom: 0;
}

main div.content-box.job-detail .second {
	color: #9f9c90;
}

main div.content-box.job-detail ul {
  padding: 0;
  list-style-type: none;
}

main div.content-box.job-detail li {
  position: relative;
  padding-left: 20px;
}

main div.content-box.job-detail li:before {
  position: absolute;
  top: 4px;
  left: 5px;
  content: "\f111";
  color: #95c121;
  font-family: FontAwesome;
  font-size: 8px;
  pointer-events: none;
}

main div.content-box p.offer-link {
  text-align: center;
  padding: 70px 0;
}

main div.foto-box {
  position: relative;
  margin-bottom: 20px;
}

main div.foto-box a > figure {
  display: block;
  overflow: hidden;
}

main div.foto-box a > figure > img {
  display: block;
  width: 100%;
  height: auto;
}

main div.foto-box a > figure > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 30px 10px;
  background-color: rgba(160,156,145,0.9);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

main div.foto-box a > figure > span > span {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 0.857em; /* 12px */
  background-repeat: no-repeat;
  padding-left: 24px;
  line-height: 21px;
}

main div.image-box {
  margin-bottom: 20px;
}

main div.image-box > h3 {
  display: none;
}

main div.image-box figure {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

main div.image-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

main div.video-box {
	position: relative;
}

main div.video-box .video-title {
	display: block;
	color: #9f9c90;
	font-family: proxima-nova, sans-serif;
	font-size: 0.857em; /* 12px */
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px;
	background-color: rgba(255, 255, 255, .9);
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

main div.intro-content .news .page-navigation {
  display: none;
  clear: none;
}

main p.tags {
  position: relative;
  padding-left: 20px;
}

main p.tags, main p.tags a {
  color: rgba(159,156,144,0.6);
  text-decoration: none;
}

main p.tags a:hover {
  color: rgba(30,79,108,1);
}

main p.tags:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "\f02c";
  font-family: FontAwesome;
  font-size: 15px;
  pointer-events: none;
}

.news-img-caption {
  color: #9f9c90;
  font-size: 13px;
}

.news-related-wrap h3 {
  padding: 0 0 10px 0;
}

.news-related-wrap ul {
  margin: 0;
}

.news-related-files ul li {
  margin: 0;
}

.news-single h3 {
  padding: 16px 0 8px 0;
}

.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 10px 0 30px 0;
}

.news-single .article .news-img-wrap img {
  width: 100%;
}

main div.intro-text a {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

main div.intro-text h1 {
  font-size: 1.714em; /* 24px */
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

main div.intro-text p.more-link {
  text-align: center;
  padding-bottom: 30px;
}

main a.job {
  display: block;
  position: relative;
  text-decoration: none;
  min-height: 240px;
}

main a.job div.border {
  min-height: 240px;
}

main a.job span {
  display: block;
  position: relative;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 59px 49px;
/*  padding-top: 58px;*/
}

main a.job.balance span {
  background-image: url(../img/icons/job-balance.svg);
}

main a.job.color {
  background-color: rgba(227,220,210,1);
}

main a.job.color:hover {
  background-color: rgba(227,220,210,0.5);
}

main a.job.bubbles span {
  background-image: url(../img/icons/job-bubbles.svg);
}

main a.job.cal span {
  background-image: url(../img/icons/job-cal.svg);
}

main a.job.page span {
  background-image: url(../img/icons/job-page.svg);
}

main a.job.pages span {
  background-image: url(../img/icons/job-pages.svg);
}

main div.border {
  display: table;
  width: 100%;
}

main div.border > div {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}

main div.list-box {
  margin-bottom: 20px;
}

main div.list-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
}

main div.list-box a {
  color: rgba(149, 193, 31, 1);
  text-decoration: none;
}

main div.list-box.box1 a:hover {
  color: #f08632;
}

main div.list-box.box2 a:hover {
  color: #f08632;
}

main div.list-box.box3 a:hover {
  color: #f08632;
}

main div.list-box.box4 a:hover {
  color: #f08632;
}

main div.list-box.dark a:hover {
  color: #f08632;
}

main div.list-box.light a:hover {
  color: rgba(149, 193, 31, .75);
}

main div.list-box.orange a:hover {
  color: #f08632;
}

main div.list-box h3 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 25px 10px 25px;
}

main div.list-box.box1 h3 {
  background-color: #f08632;
}

main div.list-box.box2 h3 {
  background-color: #f08632;
}

main div.list-box.box3 h3 {
  background-color: #f08632;
}

main div.list-box.box4 h3 {
  background-color: #f08632;
}

main div.list-box.dark h3 {
  background-color: rgba(87,166,50,1);
}

main div.list-box.jump div.content {
  padding: 25px 25px;
}

main div.list-box.box4 div.content table {
  width: 100%;
  border-spacing: 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #f08632;
  margin: 10px 0 20px 0;
}

main div.list-box.box4 div.content table td {
  white-space: nowrap
}

main div.list-box.box4 div.content table td, main div.list-box.box4 div.content table th {
  font-size: 1em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #f08632;
  padding: 3px 5px;
  vertical-align: middle;
}

main div.list-box.box4 div.content table th {
  font-weight: normal;
  text-align: left;
}

main div.list-box.box4 div.content table th.title {
  width: 1%;
  text-align: center;
  white-space: nowrap
}

main div.list-box.box4 div.content table .line td, main div.list-box.box4 div.content table tr.line th {
  background-color: rgba(0, 152, 136, 0.25);
}

main div.list-box.jump div.content ul {
  padding: 0;
}

main div.list-box.jump div.content ul ul {
  padding: 0 0 0 20px;
}

main div.list-box.jump h3 {
  text-align: center;
  padding: 27px 25px 25px 25px;
}

main div.list-box.light h3 {
  background-color: #95c11f;
}

main div.list-box.orange h3 {
  background-color: #f08632;
}

main div.list-box ul {
  list-style-type: none;
  padding: 25px 15px;
  margin: 0;
}

main div.list-box ul li {
  position: relative;
  padding: 10px 0 10px 35px;
}

main div.list-box ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 24px;
  pointer-events: none;
}

main div.list-box.box3 ul li:before {
  color: #95c11f;
}

main div.list-box.dark ul li:before {
  color: rgba(87,166,50,1);
}

main div.list-box.light ul li:before {
  color: #95c11f;
}

main div.list-box.orange ul li:before {
  color: #f08632;
}


main div.list-box ul ul {
  list-style-type: disc;
  padding: 0 0 0 30px;
}

main div.list-box ul ul  li {
  padding: 0;
}

main div.list-box ul ul li:before {
  display: none;
}

main div.overview-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
  margin-bottom: 70px;
}

.overview-box a {
  position: relative;
  color: #9f9c90;
  text-decoration: none;
  line-height: 20px;
  padding: 6px 0 6px 28px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.overview-box a:hover {
  color: #95c121;
}

main div.overview-box div.inner-box {
  padding: 30px 20px 20px 20px;
}

main div.overview-box div.inner-box ul {
  padding: 0;
}

main div.overview-box figure {
  padding-top: 0;
  padding-bottom: 33px;
}

main div.overview-box figure img {
  display: block;
  width: 100%;
  height: auto
}

main div.overview-box h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}

main div.overview-box.dark-blue h3 {
  background-color: #1d71b8;
}

main div.overview-box.green h3 {
  background-color: #95c121;
}

main div.overview-box.light-blue h3 {
  background-color: #00a5df;
}

main div.list-box.orange a.btn {
	display: block;
	color: #fff;
  	background-color: #f18732;
	margin: -10px auto 20px auto;
	max-width: 140px;
}

main div.list-box.orange a.btn:focus, main div.list-box.orange a.btn:hover, main div.list-box.orange a.btn:active, main div.list-box.orange a.btn:active:hover {
 background-color: rgba(241,135,50,0.75);
}

main div.overview-box.orange h3 {
  background-color: #f18732;
}

main div.policy-box figure {
  display: block;
  overflow: hidden;
}

main div.policy-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

main div.policy-box .offer-link {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

main div.overview-box ul {
  list-style-type: none;
  margin: 0;
}

main div.overview-box ul > li {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.063em; /* 17px */
  padding: 13px 0;
}

main div.overview-box ul > li > ul > li {
  font-size: 0.882em; /* 15px */
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  padding: 3px 0;
}

main div.overview-box ul > li.default > a:before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 20px;
  pointer-events: none;
}

main div.overview-box ul > li > ul > li.default > a:before {
  top: 5px;
  left: 40px;
  font-size: 16px;
}

main div.overview-box ul li ul {
  padding-top: 3px;
}

main div.overview-box ul li ul li a {
  padding-left: 55px;
}

main div.overview-box ul li ul li ul li a {
  padding-left: 75px;
}

main div.overview-box ul li ul > li > a:before {
  position: absolute;
  top: 5px;
  left: 40px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  pointer-events: none;
}

main div.overview-box ul li ul > li > ul > li > a:before {
  top: 4px;
  left: 60px;
  font-size: 12px;
}

main div.reference-box {
  font-size: 90%;
}

main div.reference-box a {
  color: #9f9c90;
  text-decoration: none;
}

main div.reference-box figure {
  display: block;
  margin-bottom: 10px;
}

main div.reference-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

main div.reference-box h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #e4dcd2;
  padding: 22px 10px 20px 10px;
  margin: 50px 0 30px 0;
}

main div.reference-box span {
  display: block;
  margin-bottom: 30px;
}

main div.reference-overview a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

main div.reference-overview figure {
  display: block;
}

main div.reference-overview figure > img {
  display: block;
  width: 100%;
  height: auto;
}

main div.reference-overview a > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

main div.reference-overview a:hover > span {
  background-color: rgba(119,179,66,0.9);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

main div.row {
  padding-bottom: 0;
}

main div.row.no-padding {
  padding-bottom: 0;
}

main div.team {
  display: none;
}

main div.team figure {
  position: relative;
  overflow: hidden;
}

main div.team figure img {
  display: block;
  width: 100%;
  height: auto;
}

main div.team figure span, div#ccycle figure span {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  max-height: 40px;
  padding: 5px 10px;
  transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -ms-transition: max-height 0.25s ease-in-out;
}

main div.team figure:hover span, div#ccycle figure:hover span {
  max-height: 200px;
}

main div.team.color01 span, div.cycle-slideshow .tslide.color01 span {
  background-color: #bbc801;
}

main div.team.color02 span, div.cycle-slideshow .tslide.color02 span {
  background-color: #084;
}

main div.team.color03 span, div.cycle-slideshow .tslide.color03 span {
  background-color: #b82875;
}

main div.team.color04 span, div.cycle-slideshow .tslide.color04 span {
  background-color: #00a5df;
}

main div.team.color05 span, div.cycle-slideshow .tslide.color05 span {
  background-color: #832c87;
}

main div.team.color06 span, div.cycle-slideshow .tslide.color06 span {
  background-color: #fc0;
}

main div.team.color07 span, div.cycle-slideshow .tslide.color07 span {
  background-color: #e52330;
}

main div.team.color08 span, div.cycle-slideshow .tslide.color08 span {
  background-color: #1d71b8;
}

main div.team.color09 span, div.cycle-slideshow .tslide.color09 span {
  background-color: #f18732;
}

main div.team.color10 span, div.cycle-slideshow .tslide.color10 span {
  background-color: #009888;;
}

div.teaser-box a.news-more {
  text-transform: uppercase;
}

div.teaser-box figure {
  display: block;
  overflow: hidden;
}

div.teaser-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* FORM */
input[type="date"], input[type="email"], input[type="number"], input[type="tel"], input[type="text"], input[type="password"], select, textarea {
  display: inline-block;
  line-height: 23px;
  background-color: #fff;
  border: 1px solid #e4dcd2;
  padding: 6px 8px;
  outline: none;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input:focus, select:focus, textarea:focus {
  border-color: #9f9c90;
}

input:hover, select:hover, textarea:hover {
  -moz-box-shadow: 0 0 2px #e4dcd2;
  -webkit-box-shadow: 0 0 2px #e4dcd2;
  box-shadow: 0 0 2px #e4dcd2;
}

form div.row {
  min-height: 35px;
  margin-bottom: 10px;
}

form input.btn {
  min-width: 200px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

form label {
  line-height: 35px;
}

form sup {
  font-size: 1em;
}

.mandatory {
  padding-bottom: 15px;
}

.mandatory, form sup {
  color: #95c121;
}

.privacy span {
  font-size: 0.875em;
  line-height: 1.286;
  padding-left: 25px;
  padding-bottom: 50px;
}

#privacy_text {
  display: none;
}

:root .css3-radios label, :root .css3-radios input[type="radio"] + span, :root .css3-radios input[type="radio"] + span::before, :root .css3-checkboxes label, :root .css3-checkboxes input[type="checkbox"] + span, :root .css3-checkboxes input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle;
}
 
:root .css3-radios, :root .css3-checkboxes {
  position: relative;
  line-height: 35px;
}
 
:root .css3-radios label *, :root .css3-checkboxes label * {
  cursor: pointer;
}
 
:root .css3-radios input[type="radio"], :root .css3-checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
 
:root .css3-radios label:hover span::before, :root .css3-checkboxes label:hover span::before {
  -moz-box-shadow: 0 0 2px #e4dcd2;
  -webkit-box-shadow: 0 0 2px #e4dcd2;
  box-shadow: 0 0 2px #e4dcd2;
}
 
:root .css3-radios input[type="radio"] + span::before, :root .css3-checkboxes input[type="checkbox"] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: -4px 8px 0 0;
  border: none;
  font: normal 16px/16px Arial, Sans-serif;
  line-height: 16px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e4dcd2;
}
 
:root .css3-radios input[type="radio"]:checked + span::before, :root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  color: #9f9c90;
  border-color: #e4dcd2;
}
 
:root .css3-radios input[type="radio"]:disabled + span, :root .css3-checkboxes input[type="checkbox"]:disabled + span {
  cursor: default;
  -moz-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
}
 
:root .css3-checkboxes input[type="checkbox"] + span::before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 0;
  margin-left: -25px;
}
 
:root .css3-radios input[type="radio"]:checked + span::before {
  content: "\2022";
  font-size: 41px;
}
 
:root .css3-checkboxes input[type="checkbox"]:checked + span::before {
  content: "\2714";
  font-size: 17px;
  line-height: 19px;
}

/* NEWS */
.news-box, .policy-box, .teaser-box {
  padding-bottom: 68px;
}

.news-box a.news-more {
  font-size: 0.857em; /* 12px */
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box figure {
  display: block;
  overflow: hidden;
}

.news-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

.news-box p, .policy-box p, .teaser-box p {
  display: inline;
}

.news .page-navigation {
  clear: left;
}

.news .page-navigation ul li a {
  color: #9f9c90;
  text-decoration: none;
}

.news .page-navigation ul li {
  padding: 0 3px;
}

.news .page-navigation ul li.current {
  font-weight: normal;
}

/* CLASSES */
.inner-bottom {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}

.inner-middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.inner-top {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.outer-border {
  display: table;
  width: 100%;
  height: 100%;
}

/* BOOTSTRAP */
.btn {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 0.857em; /* 12px */
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
}

main div.double-col a, main p.tags {
  font-size: 0.857em; /* 12px */
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: rgba(119,179,66,1);
}

.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:active:hover,
.btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus {
  background-color: rgba(119,179,66,0.5);
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus,
.btn-default.disabled.focus, .btn-default[disabled].focus {
  background-color: #fff;
  border-color: #eee;
}

.btn-assi {
  color: #fff;
  background-color: rgba(149,193,31,1);
}

.btn-assi:focus, .btn-assi.focus, .btn-assi:hover, .btn-assi:active, .btn-assi.active, .btn-assi:active:hover,
.btn-assi.active:hover, .btn-assi:active:focus, .btn-assi.active:focus, .btn-assi:active.focus, .btn-assi.active.focus {
  background-color: rgba(149,193,31,0.75);
}

.btn-assi.disabled:hover, .btn-assi[disabled]:hover, .btn-assi.disabled:focus, .btn-assi[disabled]:focus,
.btn-assi.disabled.focus, .btn-assi[disabled].focus {
  background-color: #fff;
  border-color: #eee;
}

.btn-white {
  color: #95c121;
  background-color: rgba(255, 255, 255, 1);
}

.btn-white:focus, .btn-white.focus, .btn-white:hover, .btn-white:active, .btn-white.active, .btn-white:active:hover,
.btn-white.active:hover, .btn-white:active:focus, .btn-white.active:focus, .btn-white:active.focus, .btn-white.active.focus {
  color: rgba(255, 255, 255, 1);
  background-color: #9f9c90;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 { float: left; }
.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9 { width: 75%; }
.col-xxs-8 { width: 66.66666667%; }
.col-xxs-7 { width: 58.33333333%; }
.col-xxs-6 { width: 50%; }
.col-xxs-5 { width: 41.66666667%; }
.col-xxs-4 { width: 33.33333333%; }
.col-xxs-3 { width: 25%; }
.col-xxs-2 { width: 16.66666667%; }
.col-xxs-1 { width: 8.33333333%; }
.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9 { right: 75%; }
.col-xxs-pull-8 { right: 66.66666667%; }
.col-xxs-pull-7 { right: 58.33333333%; }
.col-xxs-pull-6 { right: 50%; }
.col-xxs-pull-5 { right: 41.66666667%; }
.col-xxs-pull-4 { right: 33.33333333%; }
.col-xxs-pull-3 { right: 25%; }
.col-xxs-pull-2 { right: 16.66666667%; }
.col-xxs-pull-1 { right: 8.33333333%; }
.col-xxs-pull-0 { right: auto; }
.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9 { left: 75%; }
.col-xxs-push-8 { left: 66.66666667%; }
.col-xxs-push-7 { left: 58.33333333%; }
.col-xxs-push-6 { left: 50%; }
.col-xxs-push-5 { left: 41.66666667%; }
.col-xxs-push-4 { left: 33.33333333%; }
.col-xxs-push-3 { left: 25%; }
.col-xxs-push-2 { left: 16.66666667%; }
.col-xxs-push-1 { left: 8.33333333%; }
.col-xxs-push-0 { left: auto; }
.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9 { margin-left: 75%; }
.col-xxs-offset-8 { margin-left: 66.66666667%; }
.col-xxs-offset-7 { margin-left: 58.33333333%; }
.col-xxs-offset-6 { margin-left: 50%; }
.col-xxs-offset-5 { margin-left: 41.66666667%; }
.col-xxs-offset-4 { margin-left: 33.33333333%; }
.col-xxs-offset-3 { margin-left: 25%; }
.col-xxs-offset-2 { margin-left: 16.66666667%; }
.col-xxs-offset-1 { margin-left: 8.33333333%; }
.col-xxs-offset-0 { margin-left: 0; }

@media (max-width: 479px) {
  .col-xxs-top-offset {
    margin-top: 20px;
  }
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
  .col-xs-12 { width: 100%; }
  .col-xs-11 { width: 91.66666667%; }
  .col-xs-10 { width: 83.33333333%; }
  .col-xs-9 { width: 75%; }
  .col-xs-8 { width: 66.66666667%; }
  .col-xs-7 { width: 58.33333333%; }
  .col-xs-6 { width: 50%; }
  .col-xs-5 { width: 41.66666667%; }
  .col-xs-4 { width: 33.33333333%; }
  .col-xs-3 { width: 25%; }
  .col-xs-2 { width: 16.66666667%; }
  .col-xs-1 { width: 8.33333333%; }
  .col-xs-pull-12 {right: 100%;}
  .col-xs-pull-11 {right: 91.66666667%;}
  .col-xs-pull-10 {right: 83.33333333%;}
  .col-xs-pull-9 {right: 75%;}
  .col-xs-pull-8 {right: 66.66666667%;}
  .col-xs-pull-7 {right: 58.33333333%;}
  .col-xs-pull-6 {right: 50%;}
  .col-xs-pull-5 {right: 41.66666667%;}
  .col-xs-pull-4 {right: 33.33333333%;}
  .col-xs-pull-3 {right: 25%;}
  .col-xs-pull-2 {right: 16.66666667%;}
  .col-xs-pull-1 {right: 8.33333333%;}
  .col-xs-pull-0 {right: auto;}
  .col-xs-push-12 {left: 100%;}
  .col-xs-push-11 {left: 91.66666667%;}
  .col-xs-push-10 {left: 83.33333333%;}
  .col-xs-push-9 {left: 75%;}
  .col-xs-push-8 {left: 66.66666667%;}
  .col-xs-push-7 {left: 58.33333333%;}
  .col-xs-push-6 {left: 50%;}
  .col-xs-push-5 {left: 41.66666667%;}
  .col-xs-push-4 {left: 33.33333333%;}
  .col-xs-push-3 {left: 25%;}
  .col-xs-push-2 {left: 16.66666667%;}
  .col-xs-push-1 {left: 8.33333333%;}
  .col-xs-push-0 {left: auto;}
  .col-xs-offset-12 { margin-left: 100%; }
  .col-xs-offset-11 { margin-left: 91.66666667%; }
  .col-xs-offset-10 { margin-left: 83.33333333%; }
  .col-xs-offset-9 { margin-left: 75%; }
  .col-xs-offset-8 { margin-left: 66.66666667%; }
  .col-xs-offset-7 { margin-left: 58.33333333%; }
  .col-xs-offset-6 { margin-left: 50%; }
  .col-xs-offset-5 { margin-left: 41.66666667%; }
  .col-xs-offset-4 { margin-left: 33.33333333%; }
  .col-xs-offset-3 { margin-left: 25%; }
  .col-xs-offset-2 { margin-left: 16.66666667%; }
  .col-xs-offset-1 { margin-left: 8.33333333%; }
  .col-xs-offset-0 { margin-left: 0; }

  .visible-xs-block {
    display: block !important;
  }

  footer nav#meta-nav ul {
    padding: 0 0 30px 0;
  }

  footer nav#meta-nav ul li {
    font-size: 100%;
    padding: 0 20px;
  }

  main div.foto-box a > figure > span > span {
    font-size: 1em; /* 14px */
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-xs-top-offset {
    margin-top: 20px;
  }
}

@media (min-width: 580px) {
  div#tcycle figure {
    min-height: 332px;
  }

  div#tcycle img {
    height: 332px;
    margin-left: -325px;
  }

}

@media (min-width: 650px) {
  div#tcycle figure {
    min-height: 393px;
  }

  div#tcycle img {
    height: 393px;
    margin-left: -384px;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 {right: 100%;}
  .col-sm-pull-11 {right: 91.66666667%;}
  .col-sm-pull-10 {right: 83.33333333%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-8 {right: 66.66666667%;}
  .col-sm-pull-7 {right: 58.33333333%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-5 {right: 41.66666667%;}
  .col-sm-pull-4 {right: 33.33333333%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-2 {right: 16.66666667%;}
  .col-sm-pull-1 {right: 8.33333333%;}
  .col-sm-pull-0 {right: auto;}
  .col-sm-push-12 {left: 100%;}
  .col-sm-push-11 {left: 91.66666667%;}
  .col-sm-push-10 {left: 83.33333333%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-8 {left: 66.66666667%;}
  .col-sm-push-7 {left: 58.33333333%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-5 {left: 41.66666667%;}
  .col-sm-push-4 {left: 33.33333333%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-2 {left: 16.66666667%;}
  .col-sm-push-1 {left: 8.33333333%;}
  .col-sm-push-0 {left: auto;}
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0; }

  .container {
    max-width: 750px;
  }

  .news-box, .policy-box, .teaser-box {
    padding-bottom: 38px;
  }

  .visible-sm-block {
    display: block !important;
  }

  div#tcycle {
    padding-bottom: 0;
  }

  div#tcycle div.cycle-pager {
    display: block;
  }

  div#tcycle div.slide div.slide-box {
    position: absolute;
    width: 252px;
    top: 60px;
    left: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    padding-bottom: 0;
  }

  div#tcycle figure {
    min-height: inherit;
  }

  div#tcycle img {
    position: relative;
    width: 100%;
    left: auto;
    height: auto;
    margin-left: 0;
  }

  aside {
    margin-top: 115px;
  }

  header {
    height: 115px;
  }

  header .row {
    height: 115px;
  }

  header a#logo {
    top: 10px;
    left: 15px;
    width: 160px;
  }

  header div.nav {
    top: auto;
    bottom: 0;
    right: 20px;
    left: 20px;
  }

  header nav > ul > li {
    float: left;
    font-size: 0.857em; /* 12px */
  }

  header nav > ul > li > a {
    display: inline-block;
    line-height: 50px;
    padding: 0;
    border-bottom: 0;
  }

  header nav > ul > li.no-translation > span {
    line-height: 50px;
  }

  header nav > ul > li > ul > li {
    font-size: 1em !important;
  }

  header nav > ul > li > ul > li > a {
    line-height: 2;
    padding: 0 0 0 25px;
    background-position: 0 0;
  }

  header nav#lang-nav {
    display: inline-block;
   margin-left: 13px;
  }

  header nav#main-nav {
    float: right;
  }

  header nav#main-nav > ul {
    display: block !important;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: none;
    padding: 0;
    border-bottom: 0;
    -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
    box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.0);
  }

  header nav#main-nav > ul > li {
    padding: 0 13px;
  }

  header nav#main-nav > ul > li.language {
    display: none;
  }

  header nav#main-nav > ul > li > a > span:after, header nav#main-nav > ul > li:hover > a > span:after {
    content: "";
  }

  header nav#main-nav > ul > li > ul {
    position: absolute;
    z-index: 102;
    display: none;
    width: 360px;
    background-color: #fff;
    padding: 30px 30px;
    margin-left: -55px;
    border-width: 0 2px 2px 2px;
    -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
    box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.25);
  }

  header nav#main-nav > ul > li:hover > ul {
    display: block;
  }

  main div.breadcrumb {
    padding: 25px 0 40px 0;
  }

  main div.content-box h1, main div.content-box h3 {
    font-size: 1.5em; /* 24px */
  }

  main div.content-box h2, main div.content-box .h1, main div.reference-overview h2, main div.content-box h1.show-h2 {
    font-size: 2.25em; /* 36px */
  }

  main div.double-col {
    margin: 0 0 28px 0;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  main div.double-col p {
    padding: 0;
  }

  main div.icycle {
    display: none;
  }

  main div.intro-text h1 {
    font-size: 2.571em; /* 36px */
    padding-top: 42px;
  }

  main div.intro-text p.more-link {
    padding-bottom: 40px;
  }

  main div.list-box.box4 div.content table td, main div.list-box.box4 div.content table th {
    font-size: 0.75em;
  }

  main div.team {
    display: block;
  }

  nav#main-nav > a {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-top-offset {
    margin-top: 20px;
  }
}

@media (min-width: 880px) {
  header nav#main-nav > ul > li {
    padding: 0 20px;
  }
}

@media (min-width: 920px) {
  header nav#main-nav > ul > li {
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .btn, main div.double-col a {
    font-size: 0.938em; /* 15px */
  }

  main p.tags {
    font-size: 0.875em; /* 14px */
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 {right: 100%;}
  .col-md-pull-11 {right: 91.66666667%;}
  .col-md-pull-10 {right: 83.33333333%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-8 {right: 66.66666667%;}
  .col-md-pull-7 {right: 58.33333333%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-5 {right: 41.66666667%;}
  .col-md-pull-4 {right: 33.33333333%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-2 {right: 16.66666667%;}
  .col-md-pull-1 {right: 8.33333333%;}
  .col-md-pull-0 {right: auto;}
  .col-md-push-12 {left: 100%;}
  .col-md-push-11 {left: 91.66666667%;}
  .col-md-push-10 {left: 83.33333333%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-8 {left: 66.66666667%;}
  .col-md-push-7 {left: 58.33333333%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-5 {left: 41.66666667%;}
  .col-md-push-4 {left: 33.33333333%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-2 {left: 16.66666667%;}
  .col-md-push-1 {left: 8.33333333%;}
  .col-md-push-0 {left: auto;}
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0; }

  .container {
    max-width: 1310px;
  }

  .reference-overview .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .news-box, .policy-box, .teaser-box {
    padding-bottom: 67px;
  }

  .visible-md-block {
    display: block !important;
  }

  body {
    font-size: 16px;
  }

  div#tcycle div.cycle-pager {
    bottom: 30px;
  }

  div#tcycle div.cycle-pager span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 8px;
  }

  div#tcycle div.slide div.slide-box {
    width: 280px;
    top: 150px;
    left: 65px;
  }

  footer {
    font-size: 0.875em; /* 14px */
  }

  footer address {
    padding: 35px 0 30px 0;
  }

  footer nav#meta-nav ul {
    padding: 0 0 40px 0;
  }

  h1 {
    font-size: 2.25em; /* 36px */
  }

  h2 {
    font-size: 1.5em; /* 24px */
  }

  h3 {
    font-size: 1.125em; /* 18px */
  }

  header nav > ul > li {
    font-size: 0.875em; /* 14px */
  }

  header nav > ul > li > ul > li > a {
    background-position: 0 3px;
  }

  main div.double-col {
    margin: 0 0 47px 0;
  }

  main div.foto-box a > figure > span > span {
    font-size: 0.813em; /* 13px */
  }

  main div.intro-text h1 {
    font-size: 2.25em; /* 36px */
    padding-top: 68px;
    padding-bottom: 45px;
  }

  main div.intro-text p.more-link {
    padding-bottom: 60px;
  }

  main div.overview-box div.inner-box {
    padding: 47px 20px;
  }

  main div.overview-box figure {
    padding-top: 13px;
    padding-bottom: 0;
  }

  main div.overview-box h3 {
    font-size: 1.25em; /* 20px */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-top-offset {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 {right: 100%;}
  .col-lg-pull-11 {right: 91.66666667%;}
  .col-lg-pull-10 {right: 83.33333333%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-8 {right: 66.66666667%;}
  .col-lg-pull-7 {right: 58.33333333%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-5 {right: 41.66666667%;}
  .col-lg-pull-4 {right: 33.33333333%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-2 {right: 16.66666667%;}
  .col-lg-pull-1 {right: 8.33333333%;}
  .col-lg-pull-0 {right: auto;}
  .col-lg-push-12 {left: 100%;}
  .col-lg-push-11 {left: 91.66666667%;}
  .col-lg-push-10 {left: 83.33333333%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-8 {left: 66.66666667%;}
  .col-lg-push-7 {left: 58.33333333%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-5 {left: 41.66666667%;}
  .col-lg-push-4 {left: 33.33333333%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-2 {left: 16.66666667%;}
  .col-lg-push-1 {left: 8.33333333%;}
  .col-lg-push-0 {left: auto;}
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0; }

  .col-lg-top-offset {
    margin-top: 20px;
  }

  .container, .container-fluid {
    padding-right: 65px;
    padding-left: 65px;
  }

  aside .container-fluid {
    max-width: 1310px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .container .row, .container-fluid .slide {
    margin-right: -10px;
    margin-left: -10px;
  }

  .container-fluid .row {
    margin-right: -65px;
    margin-left: -65px;
  }

  .visible-lg-block {
    display: block !important;
  }

  header a#logo {
    top: 20px;
    left: 55px;
    width: 220px;
  }

  header div.nav {
    right: 55px;
    left: auto;
  }

  header nav > ul > li > a, header nav > ul > li.no-translation > span {
    line-height: 110px;
  }

  header nav > ul > li > ul > li.icon-overview {
    padding-top: 40px;
  }

  header nav#main-nav > ul > li > ul {
    width: 380px;
    padding: 50px 40px;
    margin-left: -65px;
  }

  header nav#lang-nav {
    margin-left: 20px;
  }

  header nav#main-nav {
    float: right;
  }

  header nav#main-nav > ul > li {
    padding: 0 15px;
  }

  main div.foto-box a > figure > span > span {
    font-size: 0.875em; /* 14px */
  }
}

@media (min-width: 1300px) {
  header nav#lang-nav {
    margin-left: 25px;
  }

  header nav#main-nav > ul > li {
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  header nav#lang-nav {
    margin-left: 30px;
  }
}

/*! fancyBox v2.1.5 */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../img/fb/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../img/fb/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../img/fb/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:rgba(0,0,0,0.8)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../img/fb/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../img/fb/fancybox_loading@2x.gif);background-size:24px 24px}}

/* Font Awesome 4.6.3 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@media (max-width: 479px) {
  .break-xxs {
    display: block;
  }

  .col-xxs-top-offset {
    margin-top: 15px;
  }

  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .break-xs {
    display: block;
  }

  .col-xs-top-offset {
    margin-top: 15px;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* AUDIOPLAYER */
.audioplayer {
  display: block;
  position: relative;
  box-sizing: content-box;
}

.audioplayer div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;   
}

.audioplayer .amazingaudioplayer-text-clear {
  clear: both;
  height: 8px;
}

.audioplayer .amazingaudioplayer-info {
  display: block;
  display: block;
  color: #9f9c90;
  font-family: 'MuseoSans';
  font-size: 12px;
  font-style: italic;
}

.audioplayer .amazingaudioplayer-info-clear {
}

.audioplayer .amazingaudioplayer-bar {
  background-color: #fff;
  margin: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer .amazingaudioplayer-bar-buttons-clear {
  clear: both;
}

.audioplayer .amazingaudioplayer-playpause {
  position: relative;
  float: left;
}

.audioplayer .amazingaudioplayer-play {
  position: relative;
}

.audioplayer .amazingaudioplayer-pause {
  position: relative;
}

.audioplayer .amazingaudioplayer-progress {
  position: relative;
  background-color: #ccc;
  margin: 8px 4px;
}

.audioplayer .amazingaudioplayer-progress-loaded {
  background-color: #ccc;
}

.audioplayer .amazingaudioplayer-progress-played {
  background: rgba(119,179,66,1);
  background: -moz-linear-gradient(top, rgba(119,179,66,1) 0%, rgba(148,213,92,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,179,66,1)), color-stop(100%, rgba(148,213,92,1)));
  background: -webkit-linear-gradient(top, rgba(119,179,66,1) 0%, rgba(148,213,92,1) 100%);
  background: -o-linear-gradient(top, rgba(119,179,66,1) 0%, rgba(148,213,92,1) 100%);
  background: -ms-linear-gradient(top, rgba(119,179,66,1) 0%, rgba(148,213,92,1) 100%);
  background: linear-gradient(to bottom, rgba(119,179,66,1) 0%, rgba(148,213,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c121', endColorstr='#94d55c', GradientType=0 );
}

.audioplayer .amazingaudioplayer-time {
  position: relative;
  float: right;
  color: #9f9c90;
  font-family: 'MuseoSans';
  font-size: 12px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  margin: 0 4px;
}

.audioplayer .amazingaudioplayer-volume {
  position: relative;
  float: right;
}

.audioplayer .amazingaudioplayer-volume-bar {
  margin-bottom: 2px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer .amazingaudioplayer-volume-bar-adjust {
  background-color: #ccc;
}

.audioplayer .amazingaudioplayer-volume-bar-adjust-active {
  background-color: #95c121;
}

.audioplayer .amazingaudioplayer-bar-clear + div {
  display: none;
}

.mediaelement-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.mediaelement-video video, .mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mouse-hover {
  cursor: pointer;
}

/* COOKIES */
#tx_cookies {
  position: fixed;
  z-index: 5002;
  top: 0;
  right:  0;
  left: 0;
}

#tx_cookies #tx_cookies_close {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  text-indent: -999em;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#tx_cookies #tx_cookies_close::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/cookie-close.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

#tx_cookies #tx_cookies_inner {
  position: relative;
  z-index: 5002;
  color: #fff;
  background-color: #95c121;
  padding: 10px;
}

#tx_cookies #tx_cookies_inner a {
  color: #fff;
}

#tx_cookies #tx_cookies_inner hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#tx_cookies #tx_cookies_inner p {
  font-size: 12px;
  padding-bottom: 10px;
}

#tx_cookies #tx_cookies_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
  text-transform: uppercase;
    padding: 0 40px 5px 0;
    margin: 0;
}

#tx_cookies input[type="checkbox"] {
  float: left;
  margin-right: 3px;
}

#tx_cookies_hide input {
  cursor: pointer;
}

#tx_cookies_showPermanent {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5002;
  text-indent: -999em;
  border: none !important;
  background: rgba(255, 255, 255, 1) !important;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#tx_cookies_showPermanent::before {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  width: 24px;
  height: 24px;
  background-image: url(../img/cookie-open.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.typo3-messages {
  position: absolute;
  z-index:  5001;
  top: 0;
  right:  0;
  left: 0;
  padding: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  background-color: rgba(119, 179, 66, 1);
}

.typo3-messages .alert {
  padding: 10px 10px 10px 45px;
}

.typo3-messages h4 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: .5rem;
}

@media (min-width:576px){
  #tx_cookies #tx_cookies_close {
    width: 25px;
    height: 25px;
  }

  #tx_cookies #tx_cookies_close::before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

@media (min-width:768px){
  #tx_cookies #tx_cookies_close {
    width: 30px;
    height: 30px;
  }

  #tx_cookies #tx_cookies_close::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  #tx_cookies #tx_cookies_inner {
    padding: 20px;
  }

  #tx_cookies #tx_cookies_inner .btn {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  #tx_cookies #tx_cookies_inner hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #tx_cookies #tx_cookies_inner p {
    font-size: 1em;
  }

  #tx_cookies #tx_cookies_title {
    font-size: 1.286em;
  }

  #tx_cookies_showPermanent {
    top: 70px;
    right: 6px;
    width: 40px;
    height: 40px;
  }

  #tx_cookies_showPermanent::before {
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }

  .typo3-messages {
    font-size: 1em;
  }

  .typo3-messages .alert {
    padding: 10px 10px 10px 55px;
  }
}

@media (min-width:768px){
  #tx_cookies_showPermanent {
    top: 6px;
  }
}

/* IUBENDA */
.iubenda_legal_document h2 {
  font-size: 1.286em !important;
  padding: 15px 0 5px 0 !important;
}

.iubenda_legal_document h3 {
  font-size: 1.143em !important;
  padding: 10px 0 0 0 !important;
}

.iubenda_legal_document h4 {
  font-size: 1em !important;
  font-weight: 500 !important;
  padding: 10px 0 0 0 !important;
}

@media (min-width: 768px){
  .iubenda_legal_document h2 {
    font-size: 1.5em !important;
    padding: 20px 0 5px 0 !important;
  }

  .iubenda_legal_document h3 {
    font-size: 1.286em !important;
    padding: 15px 0 0 0 !important;
  }

  .iubenda_legal_document h4 {
    font-size: 1.143em !important;
    padding: 15px 0 0 0 !important;
  }
}

@media (min-width: 768px) {
  #c641 #t17-journal-teaser, #c641 #t17-journal-teaser1 {
    float: left;
    width: 47%;
    margin: 0 1.5% 15px 1.5%;
  }
}

@media (min-width: 992px) {
  #c641 { padding-left: 34%; }
}

/* OWL */
.brands_slider {
  background-color: #f9f7f5;
  padding: 20px;
  margin-bottom: 20px;
}

.gest_partners .item {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
  margin: 0 10px
}

.gest_partners .item img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .gest_partners .item {
    margin: 0 20px
  }

  .brands_slider {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .brands_slider {
    margin-bottom: 40px;
  }
}

/* MODAL */
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 800px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: #95c11f;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 700 700' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M378.3,350l221.9-221.9c7.8-7.8,7.8-20.5,0-28.3s-20.5-7.8-28.3,0L350,321.7L128.1,99.9c-7.8-7.8-20.5-7.8-28.3,0s-7.8,20.5,0,28.3L321.7,350L99.9,571.9c-7.8,7.8-7.8,20.5,0,28.3c3.9,3.9,9,5.9,14.1,5.9s10.2-2,14.1-5.9L350,378.3l221.9,221.9c3.9,3.9,9,5.9,14.1,5.9s10.2-2,14.1-5.9c7.8-7.8,7.8-20.5,0-28.3L378.3,350z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}

.modal a.close-modal:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal h2 {
	padding-top: 15px !important;
	padding-bottom: .5rem
}

.modal h3 {
	padding-top: 1rem !important;
	padding-bottom: .5rem
}

@media (min-width: 768px) {
	.modal {
		padding: 25px 40px;
	}
}

@media (min-width: 992px) {
	.modal {
		padding: 30px 45px;
	}
}

@media (min-width: 1200px) {
	.modal {
		padding: 32px 50px;
	}
}

/* ACCORDION */
.accordion dd {
	display: none;
	width: 100%;
	line-height: 1.5;
	padding-bottom: 2rem;
}

.accordion dd h3 {
	padding-top: 1rem !important;
	padding-bottom: .5rem
}

.accordion dd p {
	padding: 8px 0;
}

.accordion dl {
	border-bottom: 1px solid #9f9c90;
}

.accordion dt {
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 35px;
	border-top: 1px solid #9f9c90;
	color: #95c121;
	cursor: pointer;
}

.accordion dt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.6 13.9' xml:space='preserve'%3E%3Cpath fill='%2395C11F' d='M11.4,13.6c-0.3,0.3-0.9,0.3-1.2,0L0.3,3.7c-0.3-0.3-0.3-0.9,0-1.2l2.2-2.2c0.3-0.3,0.9-0.3,1.2,0l7.1,7.1l7.1-7.1c0.3-0.3,0.9-0.3,1.2,0l2.2,2.2c0.3,0.3,0.3,0.9,0,1.2L11.4,13.6z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.accordion dt.open {
	color: #9f9c90;
}

.accordion dt.open:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.6 13.9' xml:space='preserve'%3E%3Cpath fill='%2395C11F' d='M11.4,0.3c-0.3-0.3-0.9-0.3-1.2,0l-9.9,9.9c-0.3,0.3-0.3,0.9,0,1.2l2.2,2.2c0.3,0.3,0.9,0.3,1.2,0l7.1-7.1l7.1,7.1c0.3,0.3,0.9,0.3,1.2,0l2.2-2.2c0.3-0.3,0.3-0.9,0-1.2L11.4,0.3z'/%3E%3C/svg%3E");
}

/* BACK TO TOP */
#back-to-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: -45px;
	width: 40px;
	height: 40px;
	padding: 2px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	cursor: pointer;
}

#back-to-top svg {
	display: block;
	width: 100%;
	height: auto;
}

#back-to-top svg path {
	fill: #95c11f;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

#back-to-top:hover {
	background-color: rgba(255, 255, 255, 1);
}

#back-to-top:hover svg path {
	fill: #9f9c90;
}

#back-to-top.visible {
	bottom: 20px;
}

@media (min-width: 576px) {
	#back-to-top {
		bottom: -50px;
		width: 45px;
		height: 45px;
	}
}

@media (min-width: 768px) {
	#back-to-top {
		bottom: -55px;
		width: 50px;
		height: 50px;
	}
}

/* SPECIAL */
#c993 + .slide, #c995 + .slide, #c1074 + .slide, #c1075 + .slide, #c1076 + .slide, #c1077 + .slide, #c1078 + .slide {
	display: none;
}

.hide-md-up {
	display: block !important;
}

.intro .news-item {
	float: none;
}

.show-md-up {
	display: none !important;
}

@media (min-width: 576px) {
	.intro .news-item {
		float: left;
	}
}

@media (min-width: 768px) {
	#c993 + .slide, #c995 + .slide, #c1074 + .slide, #c1075 + .slide, #c1076 + .slide, #c1077 + .slide, #c1078 + .slide {
		display: block;
	}

	.hide-md-up {
		display: none !important;
	}

	.show-md-up {
		display: block !important;
	}
}

.news .page-navigation {
	padding-top: 2rem;
}

.news .page-navigation ul {
	float: none;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	padding: 0 !important;
}

.news .page-navigation ul li {
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	padding: 0;
}

.news .page-navigation ul li a {
	display: block;
	border: 1px solid #9f9c90;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.news .page-navigation ul li a:hover {
	color: #fff;
	background-color: #9f9c90;
}

.news .page-navigation ul li.current {
	color: #fff;
	font-weight: bold;
	border-color: #797669;
	background-color: #797669;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.news .page-navigation ul li:last-child {
	margin-right: 0;
}

.news .page-navigation ul li.next a, .news .page-navigation ul li.previous a {
	padding: 0 10px;
}

@media (min-width: 768px) {
	.news .page-navigation ul li {
		line-height: 34px;
		margin-right: 10px;
	}

	.news .page-navigation ul li a, .news .page-navigation ul li.current {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
}

/* POPUP */
.popupOverlay {
	position: fixed;
	z-index: 9999999;
	display: flex;
	inset: 0px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .5);
	backdrop-filter: blur(5px);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.popupWindow {
	position: relative;
	display: flex;
	overflow: hidden;
	pointer-events: none;
	max-width: calc(100% - 8vw);
	min-height: 100px;
	max-height: 80%;
	margin: 5vw;
	border: 0;
	background-color: #95c121;
	border-radius: 20px;
	-webkit-box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, .2);
}

.popupWindow .closePopup {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.popupWindow .closePopup > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	fill: rgba(255, 255, 255, .7);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}

.popupWindow .closePopup:hover > svg {
	fill: rgba(255, 255, 255, 1);
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	-moz-transform: scale(1.05) translate(-50%, -50%);
	-ms-transform: scale(1.05) translate(-50%, -50%);
	transform: scale(1.05) translate(-50%, -50%);
}

.popupWindow .innerPopup {
	position: relative;
	z-index: 1;
	overflow: auto;
	width: 100%;
}

.popupWindow .innerPopup .innerContent {
	display: block;
	padding: 20px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

.popupWindow .innerPopup .innerContent a {
	color: #fff;
	font-weight: bold;
}

.popupWindow .innerPopup .innerContent a:hover {
	color: #000;
}

.popupActive {
	overflow: hidden;
}

.popupActive .popupOverlay {
	opacity: 1 !important;
	pointer-events: all;
}

.popupActive .popupOverlay .popupWindow {
	pointer-events: all;
}

@media (min-width: 576px) {
	.popupWindow .closePopup {
		width: 40px;
		height: 40px;
	}

	.popupWindow .innerPopup .innerContent {
		padding: 25px 35px;
		font-size: 17px;
	}
}

@media (min-width: 768px) {
	.popupWindow {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.popupWindow .closePopup {
		width: 45px;
		height: 45px;
	}

	.popupWindow .innerPopup .innerContent {
		padding: 30px 45px;
		font-size: 18px;
	}
}