.alignnone{
	margin: 0 0 0 0;
}
.aligncenter{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.alignright{
	margin: 8px 0 5px 30px;
	display: block;
	float: right;
}
.alignleft{
	margin: 8px 30px 5px 0;
	display: block;
	float: left;
}
::-webkit-input-placeholder{
	color: #898989;
}
:-moz-placeholder{
	color: #898989;
}
::-moz-placeholder{
	color: #898989;
	opacity: 1 !important;
}
:-ms-input-placeholder{
	color: #898989;
}
nav.navigation{
	padding: 10px 0 10px 0;
}
div.nav-previous{
	float: left;
}
div.nav-next{
	float: right;
}
/* ---------- HEADER ---------- */
header#header{
	background: #FFFFFF;
	font-family: 'DINMedium';
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
	z-index: 3;
}
header#header .center-box{
	padding-top: 40px;
	padding-bottom: 10px;
}
h1.logo{
	width: 294px;
	margin: 0 0 0 -147px;
	position: absolute;
	top: 25px;
	left: 50%;
	overflow: hidden;
	z-index: 10;
}
h1.logo a{
	display: block;
}
h1.logo img{
	width: 100%;
	display: block;
	position: relative;
}
div.btn-search{
	float: left;
}
div.btn-search a{
	padding: 0 0 3px 0;
	display: inline-block;
	color: #58584e;
	text-decoration: none;
}
div.btn-search a:hover{
	padding: 0 0 0 0;
	border-bottom: 3px solid #ffde00;
	color: #ffde00;
	text-decoration: none;
}
div.btn-login{
	float: right;
}
div.btn-login a{
	padding: 0 0 3px 0;
	display: inline-block;
	color: #58584e;
	text-decoration: none;
}
div.btn-login a:hover{
	padding: 0 0 0 0;
	border-bottom: 3px solid #ffde00;
	color: #ffde00;
	text-decoration: none;
}
nav.main-menu{
	padding: 58px 9% 0 9%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	position: relative;
}
nav.main-menu div.btn-menu{
	display: none;
}
nav.main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.main-menu ul li{
	position: relative;
	z-index: 10;
}
nav.main-menu > ul{
	height: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	text-align: justify;
	justify-content: space-between;
	text-align-last: justify;
}
nav.main-menu > ul > li{
	padding: 0 0 32px;
	display: inline-block;
	position: relative;
}
nav.main-menu > ul > li > a{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	display: inline-block;
	color: #58584e;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
nav.main-menu > ul > li > a:hover,
nav.main-menu > ul > li:hover > a,
nav.main-menu > ul > li.current_page_item > a,
nav.main-menu > ul > li.current_page_parent > a,
nav.main-menu > ul > li.current_page_ancestor > a{
	padding: 0 0 0 0;
	border-bottom: 3px solid #ffde00;
	color: #ffde00;
	text-decoration: none;
}
/*color: #fecd07;*/
/*color: #ffde00;*/
nav.main-menu > ul > li > ul{
	width: 296px;
	margin: 0 0 0 -148px;
	padding: 34px 0 11px 0;
	text-align: left;
	color: #f2eee7;
	position: absolute;
	top: 16px;
	left: 50%;
	overflow: hidden;
	display: none;
	z-index: 1;
}
nav.main-menu > ul > li > ul:before{
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(87,86,74,.95);
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1;
}
nav.main-menu > ul > li.two-columns > ul{
	width: 669px;
	padding: 10px 0 6px 0;
	font-size: 13px;
	line-height: 15px;
}
nav.main-menu > ul > li:hover > ul{
	display: block;
}
nav.main-menu > ul > li > ul > li{
	padding: 6px 16px 6px 16px;
}
nav.main-menu > ul > li.two-columns > ul > li{
	width: 245px;
	margin: 0;
	padding: 0 25px 0 55px;
	float: left;
}
nav.main-menu > ul > li.two-columns > ul > li > a{
	display: none;
}
nav.main-menu > ul > li.two-columns > ul > li > ul > li{
	padding: 25px 0 10px 0;
	letter-spacing: 2px;
}
nav.main-menu > ul > li.two-columns > ul > li > ul > li ul{
	padding: 4px 10px 0 10px;
	text-transform: none;
	letter-spacing: 1px;
}
nav.main-menu ul ul li a{
	padding: 0 4px 3px 4px;
	display: inline-block;
	color: #f2eee7;
	text-decoration: none;
}
nav.main-menu ul ul li a:hover,
nav.main-menu ul ul li.current_page_item a,
nav.main-menu ul ul li.current_page_parent a,
nav.main-menu ul ul li.current_page_ancestor a{
	padding: 0 4px 0 4px;
	border-bottom: 3px solid #f2eee7;
	color: #f2eee7;
	text-decoration: none;
}
nav.main-menu li.nolink > a{
	border-bottom: none !important;
	padding-bottom: 3px !important;
	cursor: default;
}
/* .is-sticky h1.logo,
.is-sticky div.btn-search,
.is-sticky div.btn-login
{
  display:none;
} */

/* ---------- end HEADER ---------- */

/* ---------- FOOTER ---------- */
footer#footer{
	padding-top: 20px;
	padding-bottom: 32px;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.54;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
	z-index: 1;
}
nav.share-footer{
	padding: 0 0 13px 0;
	position: relative;
}
nav.share-footer ul{
	margin: 0 auto;
	padding: 0;
	display: table;
	list-style: none;
	position: relative;
}
nav.share-footer ul li{
	padding: 0 5px 0 5px;
	display: table-cell;
}
nav.share-footer ul li a{
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	position: relative;
}
nav.share-footer ul li.tweet a{
	background: 0 0 url(../images/svg/icon_tweet.svg) no-repeat;
	background-size: 100% 100%;
}
nav.share-footer ul li.in a{
	background: 0 0 url(../images/svg/icon_in.svg) no-repeat;
	background-size: 100% 100%;
}
aside.sidebar-footer{
	padding: 30px 0 0 0;
	border-top: 1px solid #949494;
}
.widget-footer{
	float: left;
	width: 25%;
	padding: 0 3% 0 0;
	text-align: left;
	position: relative;
}
.widget-footer.column1{
	width: 20%;
}
.widget-footer.column4{
	width: 28%;
}
.widget-footer.column5{
	width: 27%;
}
.widget-footer h3{
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.54;
	font-weight: normal;
}
.widget-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-footer p{
	padding: 0;
}
.widget-footer img{
	width: 122px;
	margin: 1px 0 2px 0;
	display: block;
}
.widget-footer a{
	color: #58584e;
	text-decoration: none;
}
.widget-footer a:hover{
	color: #ffde00;
	text-decoration: underline;
}
/*.widget-footer.column3{
	width: 160px;
}*/
/* ---------- end FOOTER ---------- */
.bdbox,
.widget-footer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------- CONTENT ---------- */
section#content-section{
	position: relative;
	z-index: 2;
}
/* home page */
div.slider-box{
	width: 100%;
	height: 540px;
	position: relative;
	overflow: hidden;
}
div.slider-box div.flexslider{
	height: 540px;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
}
div.slider-box img{
	width: 100%;
	display: block;
}
div.slider-box ul.flex-direction-nav{
	display: none;
}
div.slider-box ol.flex-control-paging{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 10;
}
div.slider-box ol.flex-control-paging li{
	margin: 0;
	padding: 0 3px 0 3px;
	display: inline-block;
}
div.slider-box ol.flex-control-paging li a{
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #979796;
	background: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999em;
	position: relative;
}
div.slider-box ol.flex-control-paging li a:hover,
div.slider-box ol.flex-control-paging li a.flex-active{
	border: 1px solid #979796;
	background: #dadada;
}
div.btn-down{
	padding: 12px 0 12px 0;
	font-family: 'DINMedium';
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #58584e;
	position: relative;
}
div.btn-down a{
	padding: 0 0 10px 0;
	display: inline-block;
	color: #58584e;
	text-decoration: none;
	position: relative;
}
div.btn-down a:after{
	width: 29px;
	height: 11px;
	margin: 0 0 0 -15px;
	display: block;
	content: "";
	background: 0 0 url(../images/svg/icon_01.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
}
div.posts-home{
	padding-top: 25px;
	position: relative;
}
div.posts-home div.column{
	width: 31.8%;
	padding: 0 0 0 0;
	float: right;
}
div.posts-home div.column:first-child{
	width: 68.2%;
	margin: 0 0 0 0;
	padding-left: 0;
	float: left;
}
ul.posts-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.posts-list > li{
	float: left;
	min-height: 287px;
}
ul.posts-list.home > li{
	width: 45%;
	padding: 0 5% 0 0;
}
div.posts-home div.meta,
div.posts-home h3{
	padding: 0 0 8px 0;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.38;
	font-weight: normal;
	text-transform: uppercase;
	color: #58584e;
}
div.posts-home div.meta a{
	color: #58584e;
	text-decoration: none;
}
div.posts-home h2{
	padding: 0 0 6px 0;
	font-family: 'din_otcondensed_bold';
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	color: #58584e;
}
div.posts-home h2 a{
	color: #58584e;
	text-decoration: none;
}
div.posts-home p{
	padding: 0 0 13px 0;
}
ul.posts-list.col3{
	margin: 0 -15px;
}
ul.posts-list.col3 > li{
	width: 33.333%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* div.posts-home figure
{
  width:100%;
  height:195px;
	position:relative;
	overflow:hidden;
}
div.posts-home figure img
{
  height:100%;
	display:block;
	position:relative;
} */
div.posts-home footer{
	padding: 2px 0 0 0;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.23;
	text-transform: uppercase;
	color: #ffde00;
}
div.posts-home a.link{
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
	display: table;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.23;
	text-transform: uppercase;
	color: #97bf0d;
	text-decoration: none;
	position: relative;
}
div.posts-home a.link:after{
	width: 12px;
	height: 11px;
	display: block;
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	color: #97bf0d;
}
div.posts-home div.widget-home{
	margin: 0 0 7px -8px;
	padding: 10px 10px 12px 10px;
	background: #ebf0eb;
	position: relative;
}
div.posts-home div.widget-home h2{
	padding: 0 0 7px 35px;
	font-family: 'DINMedium';
	font-size: 13px;
	line-height: 1.08;
	font-weight: normal;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
div.posts-home div.widget-home h2:before{
	width: 27px;
	height: 27px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
div.posts-home div.widget-home h2.tweet-tit:before{
	background: 0 0 url(../images/svg/icon_tweet.svg) no-repeat;
	background-size: 100% 100%;
}
div.posts-home div.widget-home h2.in-tit:before{
	background: 0 0 url(../images/svg/icon_in.svg) no-repeat;
	background-size: 100% 100%;
}
div.posts-home div.widget-home h2 a{
	color: #58584e;
	text-decoration: none;
}
div.posts-home div.widget-home h2 span{
	display: block;
}
div.posts-home div.widget-home figure{
	padding: 8px 0 3px 0;
	position: relative;
}
div.posts-home div.widget-home img{
	width: 100%;
	display: block;
}
div.posts-home div.widget-home p{
	padding: 0 0 0 0;
}
/* end home page */

/* page */
.top-img-post{
	height: 260px;
	margin: 0 0 23px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.top-img-map{
	height: 260px;
	margin: 0 0 23px;
}
/*figure.top-img-post img
{
	width: auto;
	height: auto;
	min-width:100%;
	max-width:none;
	min-height: 100%;
	display:block;
}*/
.top-img-post + .center-box .crumbs-box,
.top-img-map + .center-box .crumbs-box{
	margin-top: 0;
}
.crumbs-box{
	margin: 23px 0 20px;
	font-family: 'DINRegular';
	font-size: 14px;
	line-height: 16px;
	color: #58584e;
	position: relative;
}
.crumbs-box a{
	color: #58584e;
	text-decoration: none;
	position: relative;
}
.crumbs-box a:hover{
	text-decoration: underline;
}
.crumbs-box a:after{
	padding: 0 5px 0 5px;
	display: inline-block;
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
}
h1.tit-page{
	padding: 12px 0 17px 0;
	font-family: 'din_otcondensed_bold';
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
h1.tit-page.top-space-0{
	padding-top: 0;
}
aside.sidebar-left{
	width: 16.8%;
	padding: 20px 0 20px 0;
	float: left;
	position: relative;
}
aside.sidebar-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-family: 'DINRegular';
	font-size: 14px;
	line-height: 16px;
	color: #58584e;
}
aside.sidebar-left ul li{
	margin: 0 0 0 -10px;
	padding: 0 0 9px 0;
}
aside.sidebar-left ul li a{
	padding: 6px 20px 6px 5px;
	display: block;
	color: #58584e;
	text-decoration: none;
	position: relative;
	-webkit-border-radius:4px;
	border-radius:4px;
}
aside.sidebar-left ul li a:hover{
	text-decoration: underline;
}
aside.sidebar-left ul li.active a,
aside.sidebar-left ul li.current-menu-item a,
aside.sidebar-left ul li.current-post-ancestor a,
aside.sidebar-left ul li.current_page_item a{
	background: #ffde00;
}
aside.sidebar-left ul li.active a:after,
aside.sidebar-left ul li.current-menu-item a:after,
aside.sidebar-left ul li.current-post-ancestor a:after,
aside.sidebar-left ul li.current_page_item a:after{
	width: 10px;
	height: 9px;
	content: "";
	background: url(../images/svg/icon_05.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 9px;
	right: 5px;
}
.mac aside.sidebar-left ul li a{
	padding: 7px 20px 5px 5px;
}
.mac aside.sidebar-left ul li.current-menu-item a:after,
.mac aside.sidebar-left ul li.current-post-ancestor a:after{
	top: 9px;
}
div.right-page{
	width: 81.7%;
	padding: 17px 0 20px 0;
	float: right;
	position: relative;
}
.post-center,
.page-center{
	width: 59.5%;
	float: left;
	font-size: 13px;
	line-height: 1.23;
	color: #58584e;
	position: relative;
}
div.full-page article.post-center,
div.full-page div.page-center{
	width: 66%;
	float: left;
	font-size: 13px;
	line-height: 1.23;
	color: #58584e;
	position: relative;
}
article.post-center h1{
	padding: 0 0 24px 0;
	font-family: 'din_otcondensed_bold';
	font-size: 36px;
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
article.post-center h2{
	padding: 0 0 15px 0;
	font-family: 'DINBold';
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
.accordion-title:after{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: top;
	margin: 3px 0 0 10px;
	background: url(../images/svg/icon_05_green.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
article.post-center div.meta{
	padding: 2px 0 2px 0;
	font-family: 'DINBold';
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffde00;
	position: relative;
}
article.post-center div.meta a{
	color: #ffde00;
	text-decoration: none;
}
.post-center p{
	padding: 0 0 16px 0;
}
article.post-center hr{
	margin: 18px 0 0 0;
	padding: 18px 0 0 0;
	border: none;
	border-top: 2px solid #e2e2e2;
}
article.post-center footer{
	margin: 28px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #e2e2e2;
}
article.post-center footer h3{
	padding: 0 0 0 0;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.15;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
article.post-center footer p{
	padding: 0 0 19px 0;
}
article.post-center footer a{
	color: #58584e;
	text-decoration: none;
}
article.post-center footer a:hover{
	text-decoration: underline;
}
aside.sidebar-right{
	width: 37.81%;
	padding: 4px 0 0 0;
	float: right;
	position: relative;
}
div.full-page aside.sidebar-right{
	width: 31%;
}
.sidebar-right .widget-video,
.sidebar-right .widget-b-team{
	margin: 0 0 9px;
}
.widget-video{
	position: relative;
}
.widget-video .video{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.widget-video img{
	width: 100%;
	display: block;
	position: relative;
}
.widget-video a.btn-play{
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	display: block;
	background: 0 0 url(../images/svg/play.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.widget-meetteam,
.widget-ouroffices,
.widget-ourvacancies,
.widget-keep,
.widget-register,
.widget-directions,
.widget-o-s-portal,
.widget-insolvency-portal,
.widget-follow-careers,
.widget-linkedin,
.widget-client-say{
	width: 275px;
	position: relative;
}
.sidebar-right .widget-meetteam,
.sidebar-right .widget-ouroffices,
.sidebar-right .widget-ourvacancies,
.sidebar-right .widget-keep,
.sidebar-right .widget-register,
.sidebar-right .widget-o-s-portal,
.sidebar-right .widget-insolvency-portal,
.sidebar-right .widget-follow-careers,
.sidebar-right .widget-linkedin,
.sidebar-right .widget-client-say{
	padding: 9px 0;
	border-top: 2px solid #dfdecc;
}
.sidebar-right .widget-meetteam{
	padding: 0 0 9px;
	border: none;
}
/*
div.widget-ourvacancies h3,
div.widget-meetteam h3
{
  min-height:60px;
  padding:0 0 0 17px;
	background:#c7c7c6;
	font-family:'din_otcondensed_bold';
	font-size:23px;
	font-weight:normal;
	line-height:60px;
	text-transform:uppercase;
	color:#58584e;
	position:relative;
}*/
.widget-meetteam a,
.widget-ouroffices a,
.widget-ourvacancies a,
.widget-keep a,
.widget-register a,
.widget-directions a,
.widget-o-s-portal a,
.widget-insolvency-portal a,
.widget-follow-careers a,
.widget-linkedin a,
.widget-client-say a{
	display: block;
	height: 62px;
	position: relative;
	padding: 0 0 0 17px;
	border: 1px solid #dfdecc;
	color: #58584e;
	font: 23px/60px 'din_otcondensed_bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-meetteam a:after,
.widget-ouroffices a:after,
.widget-ourvacancies a:after,
.widget-keep a:after,
.widget-register a:after,
.widget-directions a:after,
.widget-o-s-portal a:after,
.widget-insolvency-portal a:after,
.widget-follow-careers a:after,
.widget-linkedin a:after,
.widget-client-say a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	background-size: 100% 100%;
}
.widget-meetteam a:after{
	width: 48px;
	height: 48px;
	margin: -24px 0 0;
	background: right top url(../images/svg/icon_10.svg) no-repeat;
}
.widget-ouroffices a:after{
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: right top url(../images/svg/icon_12.svg) no-repeat;
	right: 17px;
}
.widget-ourvacancies a:after{
	width: 38px;
	height: 38px;
	margin: -19px 0 0;
	background: right top url(../images/svg/icon_15.svg) no-repeat;
	right: 15px;
}
.widget-keep a:after{
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: right top url(../images/svg/icon_13.svg) no-repeat;
	right: 15px;
}
.widget-register a:after{
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: right top url(../images/svg/icon_14.svg) no-repeat;
	right: 20px;
}
.widget-directions a:after{
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: right top url(../images/svg/icon_17.svg) no-repeat;
	right: 15px;
}
.widget-o-s-portal a{
	padding: 6px 60px 6px 17px;
	line-height: 25px;
}
.widget-o-s-portal a:after{
	background: url(../images/svg/icon_18.svg) no-repeat;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	right: 14px;
}
.widget-insolvency-portal a:after{
	background: url(../images/svg/icon_19.svg) no-repeat;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	right: 12px;
}
.widget-follow-careers a:after{
	background: url(../images/svg/icon_20.svg) no-repeat;
	width: 45px;
	height: 45px;
	margin: -16px 0 0;
	right: 8px;
}
.widget-linkedin a:after{
	background: url(../images/svg/icon_in_1.svg) no-repeat;
	width: 43px;
	height: 43px;
	margin: -22px 0 0;
	right: 12px;
}
.widget-client-say a:after{
	background: url(../images/svg/icon_21.svg) no-repeat;
	width: 40px;
	height: 40px;
	margin: -18px 0 0;
	right: 12px;
}
.widget-register.no-w{
	border: none;
	padding: 0;
}
div.widget-related{
	padding: 17px 0 8px 0;
	border-top: 2px solid #eaeaea;
	font-size: 13px;
	line-height: 1.23;
	color: #58584e;
	position: relative;
}
div.widget-related header{
	margin: 0 0 2px 0;
	position: relative;
}
div.widget-related h3{
	padding: 0 20px 0 0;
	font-family: 'DINBold';
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
div.widget-related a.more{
	width: 10px;
	height: 10px;
	margin: -7px 0 0 0;
	display: block;
	background: 0 0 url(../images/svg/icon_05_green.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 5px;
}
div.widget-related div.date{
	padding: 0 0 3px 0;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.38;
	font-weight: normal;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
div.widget-related h2{
	padding: 0 0 4px 0;
	font-family: 'DINBold';
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
div.widget-related p{
	padding: 0 0 0 0;
}
div.widget-related a{
	color: #58584e;
	text-decoration: none;
}
div.widget-related a:hover{
	text-decoration: underline;
}
.left-padding-post{
	padding: 0 0 0 31%;
	position: relative;
}
nav.helping-menu{
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	color: #58584e;
}
nav.helping-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.helping-menu a{
	color: #58584e;
	text-decoration: none;
}
nav.helping-menu a:hover{
	text-decoration: underline;
}
nav.helping-menu > ul > li{
	clear: both;
}
nav.helping-menu > ul > li > a{
	display: none;
}
nav.helping-menu > ul > li > ul{
	margin: 0 0 0 -2.5%;
	padding: 0 0 0 0;
	list-style: none;
	position: relative;
	clear: both;
}
nav.helping-menu > ul > li > ul > li{
	width: 47.5%;
	margin: 0 0 0 2.5%;
	padding: 52px 0 14px 0;
	float: left;
	border-top: 1px solid #878787;
}
nav.helping-menu > ul > li:first-child > ul > li{
	padding-top: 0;
	border: none;
}
nav.helping-menu > ul > li > ul > li > span{
	margin: 0 0 11px 0;
	display: block;
	font-family: 'din_otcondensed_bold';
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	text-decoration: none;
	position: relative;
}
nav.helping-menu > ul > li > ul > li > span > a:hover{
	text-decoration: none;
}
nav.helping-menu > ul > li > ul > li > ul > li{
	padding: 0 0 0 29px;
}
aside.sidebar-delivery-respect ul{
	margin: 0 0 0 -4%;
	padding: 0;
	list-style: none;
}
aside.sidebar-delivery-respect ul li{
	width: 205px;
	height: 139px;
	margin: 0 0 5px 4%;
	float: left;
	position: relative;
}
aside.sidebar-delivery-respect figure{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
aside.sidebar-delivery-respect img{
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	display: block;
}
aside.sidebar-delivery-respect div.txt{
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
aside.sidebar-delivery-respect h3{
	font-family: 'DINRegular';
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
aside.sidebar-delivery-respect a.btn-arrow{
	width: 37px;
	height: 37px;
	display: block;
	background: 0 0 url(../images/svg/icon_08.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: 8px;
	right: 11px;
}
div.widget-form{
	margin: -5px 0 0 0;
	padding: 14px 13px 13px 13px;
	background: #f6f6f6;
	font-family: 'DINRegular';
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
div.widget-form.keepdate{
	margin: 17px 0 0 0;
}
div.widget-form h3{
	padding: 0 0 16px 0;
	font-family: 'DINBold';
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #58584e;
	position: relative;
}
div.widget-form div.row{
	padding: 0 0 14px 0;
	position: relative;
}
div.widget-form label{
	padding: 0 0 2px 0;
	display: block;
}
div.widget-form p{
	padding: 0 0 7px 0;
	text-align: right;
}
div.widget-form p span{
	padding: 0 2.5% 0 2.5%;
}
div.widget-form input.txt{
	width: 50px;
	height: 20px;
	padding: 0 4px 0 4px;
	border: none;
	background: #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.54;
	color: #58584e;
	position: relative;
}
div.widget-form input.big-txt{
	width: 100%;
	height: 20px;
	padding: 0 10px 0 10px;
	border: none;
	background: #dadada;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.54;
	color: #58584e;
	position: relative;
}
div.widget-form .jq-selectbox{
	padding: 0 0 7px 0;
}
.jq-selectbox{
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select{
	height: 20px;
	padding: 0 28px 0 10px;
	background: #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.54;
	color: #58584e;
	position: relative;
}
.jq-selectbox__select-text{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jq-selectbox__trigger{
	width: 20px;
	height: 20px;
	background: #b2b2b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
.jq-selectbox__trigger:hover{
	background: #b2b2b2;
}
.jq-selectbox__trigger-arrow{
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	display: block;
	background: 0 0 url(../images/svg/icon_06.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}
.jq-selectbox__dropdown{
	width: 100%;
	background: #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	line-height: 1.23;
	color: #58584e;
	top: 20px;
}
.jq-selectbox ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.jq-selectbox li{
	padding: 5px 10px 5px 10px;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover{
	background: #b2b2b2;
}
div.widget-form ul.letters-list{
	margin: 0 -5px 0 0;
	padding: 2px 0 28px 0;
	list-style: none;
}
div.widget-form ul.letters-list li{
	padding: 0 5px 5px 0;
	float: left;
}
div.widget-form ul.letters-list li a{
	width: 20px;
	height: 20px;
	display: block;
	background: #dadada;
	font-size: 13px;
	line-height: 1.54;
	text-align: center;
	color: #58584e;
	text-decoration: none;
	position: relative;
}
div.widget-form ul.letters-list li a:hover,
div.widget-form ul.letters-list li a.selected{
	background: #B2B2B2;
	text-decoration: none;
}
div.widget-form div.submits{
	padding: 0 0 0 0;
	text-align: center;
}
div.widget-form span.btn-reset,
div.widget-form span.btn-search{
	display: inline-block;
	background: #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
div.widget-form span.btn-search{
	margin: 0 0 0 13%;
	background: #b2b2b2;
}
div.widget-form span.btn-search:after{
	margin: -6px 0 0 0;
	display: block;
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 2;
}
div.widget-form span.btn-reset input,
div.widget-form span.btn-search input{
	padding: 0 26px 0 7px;
	border: none;
	background: none;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.85;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
div.widget-form span.btn-reset input{
	padding: 0 26px 0 17px;
}
article.post-insights{
	margin: 0 0 11px 0;
	padding: 2px 0 8px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 13px;
	line-height: 1.23;
	color: #58584e;
	position: relative;
}
article.post-insights div.meta{
	padding: 0 0 1px 0;
	font-family: 'DINBold';
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffde00;
	position: relative;
}
article.post-insights div.meta a{
	color: #ffde00;
	text-decoration: none;
}
article.post-insights div.meta a:hover{
	text-decoration: none;
}
article.post-insights h2{
	padding: 0 0 5px 0;
	font-family: 'DINBold';
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
article.post-insights h2 a{
	color: #58584e;
	text-decoration: none;
}
article.post-insights h2 a:hover{
	text-decoration: none;
}
article.post-insights p{
	padding: 0 0 6px 0;
}
article.post-insights footer{
	padding: 0 6px 0 6px;
	text-align: right;
}
article.post-insights a.btn-more{
	padding: 0 20px 0 0;
	font-family: 'DINBold';
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #97bf0d;
	text-decoration: none;
	position: relative;
}
article.post-insights a.btn-more:hover{
	text-decoration: none;
}
article.post-insights a.btn-more:after{
	width: 10px;
	height: 9px;
	margin: -5px 0 0 0;
	display: block;
	content: "";
	background: url(../images/svg/icon_05_green.svg) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
}
nav.pagenavi-box{
	padding: 17px 0 27px 0;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.38;
	text-transform: uppercase;
	text-align: center;
	color: #58584e;
	position: relative;
}
nav.pagenavi-box span{
	padding: 0 2px 0 2px;
}
nav.pagenavi-box strong{
	padding: 0 4px 0 4px;
	font-family: 'DINBold';
	font-size: 14px;
	font-weight: normal;
}
nav.pagenavi-box a.prev,
nav.pagenavi-box a.next{
	width: 10px;
	height: 9px;
	margin: 0 0 0 0;
	display: inline-block;
	text-indent: -9999em;
	overflow: hidden;
	position: relative;
}
nav.pagenavi-box a.prev{
	background: 0 0 url(../images/svg/icon_04.svg) no-repeat;
	background-size: 100% 100%;
}
nav.pagenavi-box a.next{
	background: 0 0 url(../images/svg/icon_05.svg) no-repeat;
	background-size: 100% 100%;
}
ul.maps-contact-list{
	margin: 0 0 0 -0.9%;
	padding: 11px 0 41px 0;
	list-style: none;
	position: relative;
}
ul.maps-contact-list li{
	width: 24.1%;
	padding: 0 0 8px 0.9%;
	float: left;
	position: relative;
}
ul.maps-contact-list figure{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
ul.maps-contact-list figure a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
ul.maps-contact-list img{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
ul.maps-contact-list figcaption{
	width: 100%;
	padding: 10px;
	display: none;
	background: rgba(87,86,74,.95);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'DINMedium';
	font-size: 13px;
	line-height: 1.08;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
ul.maps-contact-list figure:hover figcaption{
	display: block;
}
ul.contact-posts-list{
	margin: 0 0 0 -4.5%;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.contact-posts-list li{
	width: 28.8%;
	padding: 0 0 0 4.5%;
	float: left;
}
ul.contact-posts-list h2{
	padding: 0 0 22px 0;
	font-family: 'din_otcondensed_bold';
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58584e;
	position: relative;
}
ul.contact-posts-list h2 a{
	color: #58584e;
	text-decoration: none;
}
ul.contact-posts-list h2 a:hover{
	text-decoration: none;
}
ul.contact-posts-list p{
	padding: 0 0 16px 0;
}
ul.contact-posts-list a.btn-more{
	padding: 0 0 0 0;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.38;
	color: #97bf0d;
	text-decoration: none;
	position: relative;
}
ul.contact-posts-list a.btn-more:hover{
	text-decoration: none;
}
ul.contact-posts-list a.btn-more:after{
	padding: 0 0 0 4px;
	display: inline-block;
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
}
article.contact-post{
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.23;
	position: relative;
}
article.contact-post p{
	padding: 0 0 16px 0;
}
article.contact-post div.column{
	width: 66.47%;
	float: left;
}
article.contact-post div.left{
	width: 47.68%;
	padding: 0 4% 0 0;
	float: left;
	font-size: 18px;
	line-height: 22px;
}
article.contact-post div.left p{
	padding: 0 0 25px 0;
}
article.contact-post div.left span{
	font-family: 'DINBold';
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
article.contact-post div.left a{
	color: #58584e;
	text-decoration: none;
}
article.contact-post div.left a:hover{
	text-decoration: none;
}
article.contact-post div.center{
	width: 47.68%;
	padding: 0 0 0 0;
	float: left;
}
article.contact-post div.right{
	width: 31.13%;
	padding: 5px 0 0 0;
	float: right;
}
article.contact-post div.right .widget-b-team,
article.contact-post div.right .widget-meetteam,
article.contact-post div.right .widget-directions{
	margin-bottom: 9px;
}
.widget-map{
	text-align: center;
}
article.contact-post a.btn-meetteam{
	padding: 9px 0 9px 0;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	font-family: 'DINBold';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58584e;
	text-decoration: none;
	position: relative;
}
article.contact-post a.btn-meetteam:hover{
	text-decoration: none;
}
article.contact-post a.btn-meetteam:after{
	width: 10px;
	height: 9px;
	margin: -7px 0 0 0;
	display: block;
	content: "";
	background: 0 0 url(../images/svg/icon_05.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 6px;
}
/* end page */

/* ---------- end CONTENT ---------- */

div.overlay{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
/* login-lightbox */
div.login-lightbox{
	width: 443px;
	margin: 0 0 0 -221px;
	padding: 24px 51px 23px 51px;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background: url(../images/bg_img_01.png);*/
	background: rgba(87, 86, 74, .9);
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.92;
	letter-spacing: 2px;
	color: #f2eee7;
	position: fixed;
	top: 164px;
	left: 50%;
	z-index: 100;
}
div.login-lightbox h3{
	padding: 0 0 14px 0;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.38;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
div.login-lightbox p{
	padding: 12px 0 0 0;
	clear: both;
}
div.login-lightbox p.link{
	padding: 3px 0 0 87px;
}
div.login-lightbox label{
	width: 87px;
	float: left;
}
div.login-lightbox span.txt{
	width: 254px;
	float: right;
	display: block;
	position: relative;
}
div.login-lightbox span.txt input{
	width: 100%;
	height: 25px;
	padding: 0 12px 0 12px;
	display: block;
	background: #fff;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.92;
	letter-spacing: 2px;
	color: #030303;
	position: relative;
}
div.login-lightbox input:-webkit-autofill{
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
}
div.login-lightbox a{
	color: #f2eee7;
	text-decoration: none;
}
div.login-lightbox a:hover{
	color: #f2eee7;
	text-decoration: underline;
}
div.login-lightbox div.submit{
	padding: 0 0 0 0;
	float: right;
}
div.login-lightbox div.submit input{
	background: none;
	border: none;
	border-bottom: 3px solid #f2eee7;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.23;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f2eee7;
	position: relative;
	cursor: pointer;
}
/* end login-lightbox */

/* search-lightbox */
div.search-lightbox{
	width: 443px;
	margin: 0 0 0 -221px;
	padding: 24px 47px 18px 47px;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background: url(../images/bg_img_01.png);*/
	background: rgba(87, 86, 74, .9);
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.92;
	letter-spacing: 2px;
	color: #f2eee7;
	position: fixed;
	top: 164px;
	left: 50%;
	z-index: 100;
}
div.search-lightbox h3{
	padding: 0 0 25px 0;
	font-family: 'DINBold';
	font-size: 13px;
	font-weight: normal;
	line-height: 1.38;
	text-transform: uppercase;
	text-align: center;
}
div.search-lightbox p{
	padding: 0 0 0 0;
}
div.search-lightbox span.txt{
	width: 100%;
	display: block;
	position: relative;
}
div.search-lightbox span.txt input{
	width: 100%;
	height: 25px;
	padding: 0 12px 0 12px;
	display: block;
	background: #fff;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'DINRegular';
	font-size: 13px;
	line-height: 1.92;
	letter-spacing: 2px;
	color: #030303;
	position: relative;
}
div.search-lightbox span.txt input::-webkit-input-placeholder{
	color: #57564a;
}
div.search-lightbox span.txt input:-moz-placeholder{
	color: #57564a;
}
div.search-lightbox span.txt input::-moz-placeholder{
	color: #57564a;
	opacity: 1 !important;
}
div.search-lightbox span.txt input:-ms-input-placeholder{
	color: #57564a;
}
div.search-lightbox div.submit{
	padding: 17px 20px 0 0;
	float: right;
}
div.search-lightbox div.submit input{
	background: none;
	border: none;
	border-bottom: 3px solid #f2eee7;
	font-family: 'DINBold';
	font-size: 13px;
	line-height: 1.23;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f2eee7;
	position: relative;
	cursor: pointer;
}
/* end search-lightbox */
.peopleslider,
.peopleslider *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.peopleslider{
	margin-bottom: 30px;
}
.peopleslider .custom-navigation{
	position: relative;
	text-align: center;
}
.peopleslider .custom-control-container{
	margin-bottom: 2px;
}
.peopleslider .flex-control-nav li{
	margin: 0 2px;
}
.peopleslider .flex-control-paging li a{
	background: #d7d7d7;
	width: 9px;
	height: 9px;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.peopleslider .flex-control-paging li a.flex-active{
	background: #ffde00;
}
.peopleslider .custom-navigation .flex-prev,
.peopleslider .custom-navigation .flex-next{
	display: inline-block;
	color: #000;
	font: 14px/1 'DINRegular', sans-serif;
}
.peopleslider .custom-navigation .flex-prev:hover,
.peopleslider .custom-navigation .flex-next:hover{
	text-decoration: none;
}
.peopleslider .custom-info-slider{
	display: inline-block;
	padding: 0 7px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
}
.peopleslider .flex-control-nav{
	position: static;
}
div.peopleslider div#carousel.flexslider{
	max-width: 885px;
	margin: 0 auto;
	margin-bottom: 19px;
	padding: 13px 0;
	background: #f6f6f6;
	border: none;
	border-radius: 0;
	position: relative;
}
div.peopleslider div#carousel.flexslider div.flex-viewport{
	margin: 0 4.2% 0 4.2%;
}
div.peopleslider div#carousel.flexslider div.flex-viewport ul.slides > li{
	padding: 0 6px 0 0 !important;
	position: relative;
}
div.peopleslider div#carousel.flexslider div.flex-viewport ul.slides > li figure{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	cursor: pointer;
}
div.peopleslider div#carousel.flexslider ul.slides > li figcaption{
	width: 100%;
	height: 100%;
	padding: 2px;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: 0 0 url(../images/bg_img_02.png) repeat;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
div.peopleslider div#carousel.flexslider ul.slides > li:hover figcaption{
	display: block;
}
div.peopleslider div#carousel.flexslider ul.slides > li figcaption p{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #000;
}
div.peopleslider div#carousel.flexslider ul.slides > li img{
	position: relative;
	z-index: 1;
}
div.peopleslider div#carousel.flexslider ul.slides > li:hover img,
div.peopleslider div#carousel.flexslider ul.slides > li.flex-active-slide img{
	border: 1px solid #878787;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.peopleslider ul.flex-direction-nav a{
	width: 10px;
	height: 30px;
	margin: -15px 0 0 0;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	opacity: 1 !important;
	text-align: inherit !important;
}
div.peopleslider ul.flex-direction-nav a.flex-prev,
div.peopleslider ul.flex-direction-nav a.flex-prev:hover,
div.peopleslider div.flexslider:hover ul.flex-direction-nav a.flex-prev{
	background: 0 0 url(../images/svg/icon_02.svg) no-repeat;
	background-size: 100% 100%;
	left: 1.56% !important;
}
div.peopleslider ul.flex-direction-nav a.flex-next,
div.peopleslider ul.flex-direction-nav a.flex-next:hover,
div.peopleslider div.flexslider:hover ul.flex-direction-nav a.flex-next{
	background: 0 0 url(../images/svg/icon_03.svg) no-repeat;
	background-size: 100% 100%;
	right: 1.56% !important;
}
div.peopleslider div#slider.flexslider{
	max-width: 885px;
	margin: 0 auto;
	margin-bottom: 27px;
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*div.peopleslider div#slider ul.flex-direction-nav
{
  display:none;
}*/
div.peopleslider div#slider.flexslider ul.slides > li{
	position: relative;
	overflow: hidden;
}
/*div.peopleslider div#slider.flexslider ul.slides > li img
{
  width:auto;
  min-width:100%;
  min-height:100%;
	display:block;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}*/

/*div.peopleslider div#slider.flexslider ul.slides > li .b-team{
	display: inline-block;
	margin: 13px 16px;
}*/
.b-people-post{
	position: relative;
	overflow: hidden;
	height: 500px;
}
.b-people-post .image-people{
	float: left;
	height: 100%;
	max-width: none;
}
.people-post,
.people-post *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.people-post{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 403px;
	z-index: 2;
	background: #ffcc00;
	font-size: 10px;
	padding: 30px 0 25px 5px;
	line-height: 14px;
	color: #000;
}
.people-post > div{
	overflow: auto;
	height: 100%;
}
.people-post:before{
	content: "";
	position: absolute;
	top: 0;
	left: -97px;
	width: 97px;
	height: 500px;
	background: url(../images/bg_img_05.png) no-repeat;
	background-size: 100% 100%;
}
.people-post header{
	margin: 0 0 20px;
}
.people-post header h2{
	font:24px/26px 'DINBold', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.people-post header h2 span{
	font-size: 16px;
}
.people-post header h3{
	font:16px/18px 'DINBold', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.people-post h4{
	font: 10px/14px 'DINBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.people-post p{
	padding: 0 0 7px 0;
}
.people-post a{
	color: #000;
	text-decoration: underline;
}
.people-post a:hover{
	text-decoration: none;
}
.people-post__content{
	float: left;
	width: 200px;
	margin: 0 25px 0 0;
}
.people-post__aside{
	float: left;
	width: 155px;
}
.people-post .share-people{
	margin: 0;
	padding: 0;
	list-style: none;
}
.people-post .share-people li{
	margin: 0 0 6px;
}
.people-post .share-people a{
	font: 10px/14px 'DINBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
}
.people-post .share-people a:hover{
	text-decoration: underline;
}
div.slide-meetteam{
	padding: 0 2.41% 55px 2.41%;
	position: relative;
}
div.slide-meetteam div.flexslider{
	margin: 0;
	border: none;
	border-radius: 0;
}
div.slide-meetteam ul.flex-direction-nav li a{
	width: 10px;
	height: 28px;
	margin: -14px 0 0 0;
	display: block;
	text-align: inherit;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	opacity: 1 !important;
}
div.slide-meetteam ul.flex-direction-nav li.flex-nav-prev a{
	background: 0 0 url(../images/svg/icon_02.svg) no-repeat;
	background-size: 100% 100%;
	left: -2.81% !important;
}
div.slide-meetteam ul.flex-direction-nav li.flex-nav-next a{
	background: 0 0 url(../images/svg/icon_03.svg) no-repeat;
	background-size: 100% 100%;
	right: -2.81% !important;
}
div.slide-meetteam ol.flex-control-paging{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -24px;
	left: 0;
	z-index: 10;
}
div.slide-meetteam ol.flex-control-paging li{
	margin: 0;
	padding: 0 3px 0 3px;
	display: inline-block;
}
div.slide-meetteam ol.flex-control-paging li a{
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #6e6e6e;
	background: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999em;
	position: relative;
}
div.slide-meetteam ol.flex-control-paging li a:hover,
div.slide-meetteam ol.flex-control-paging li a.flex-active{
	background: #d9d9d9;
}
div.slide-meetteam article{
	width: 33.33%;
	padding: 4px 0.45% 4px 0.45%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
div.slide-meetteam aside figure{
	width: 100%;
	height: 178px;
	display: table;
	background: #ededed;
	position: relative;
	overflow: hidden;
}
div.slide-meetteam aside img{
	width: 39.33%;
	max-width: 107px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 6.61%;
	z-index: 1;
}
div.slide-meetteam aside figcaption{
	width: 100%;
	height: 100%;
	padding: 56px 3.64% 0 45.44%;
	display: none;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'DINMedium';
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	color: #222220;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
div.slide-meetteam aside figure:hover figcaption{
	display: table-cell;
}
div.slide-meetteam aside h2{
	padding: 0 0 1px 0;
	font-family: 'din_otcondensed_bold';
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
}
div.slide-meetteam aside h3{
	padding: 0;
	font-family: 'DINMedium';
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
}
.mob-content,
.table-content{
	display: none !important;
}
.list-team{
	list-style: none;
	margin: -13px -22px -13px -18px;
	padding: 0;
	text-align: center;
}
.list-team li{
	display: inline-block;
	padding: 13px 16px;
}
.b-team,
.b-team *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-team{
	display: block;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
	width: 274px;
	height: 152px;
	text-align: left;
}
.b-team img{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100% !important;
	width: auto !important;
	max-width: none;
}
.b-team .text{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: url(../images/bg-team-box-tr.png) no-repeat;
	width: 174px;
	height: 152px;
	padding: 25px 10px 10px 42px;
	color: #030303;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}
.b-team h2{
	font-size: 14px;
	line-height: 16px;
	font-family: 'din_otcondensed_bold', sans-serif;
}
.b-team p{
	margin: 0 0 10px;
	padding: 0;
}
.b-team .more{
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	font-family: 'DINBold', sans-serif;
}
.b-team .more:after{
	content: '>';
	display: inline-block;
	vertical-align: top;
	padding-left: 4px;
	/*background: url(../images/svg/icon_11.svg) no-repeat 100% 50%;
		width: 15px;
		height: 16px;*/
	color: #030303;
	line-height: 14px;
	font-family: 'DINBold', sans-serif;
}
.form-default,
.form-default *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-default{
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.form-default .columns{
	margin: 0 -20px;
}
.form-default .column{
	padding: 0 20px;
	float: left;
	width: 50%;
}
.form-default label{
	display: block;
	margin: 0 0 2px;
	text-transform: uppercase;
}
.form-default input[type="text"],
.form-default input[type="email"],
.form-default textarea{
	background: #d9d9d9;
	height: 20px;
	width: 100%;
	padding: 0 8px;
	margin: 0;
	font-size: 13px;
	line-height: 1.54;
	color: #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form-default textarea{
	height: 70px;
	line-height: normal;
}
.form-default::-webkit-input-placeholder{
	color: #000;
}
.form-default:-moz-placeholder{
	color: #000;
}
.form-default::-moz-placeholder{
	color: #000;
	opacity: 1;
}
.form-default:-ms-input-placeholder{
	color: #000;
}
.form-default .wpcf7-form-control-wrap{
	display: block;
	margin: 0 0 8px;
}
.form-default .required{
	color: #f00;
}
.form-default br{
	display: none;
}
.form-default br.visible{
	display: block;
}
.form-default .last{
	margin-bottom: 15px !important;
}
.form-default .buttons{
	padding: 20px 0 0;
	text-align: right;
}
.form-default input[type="reset"],
.form-default input[type="submit"]{
	background: #b1b1b1;
	margin: 0;
	padding: 0 20px;
	height: 24px;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form-default input[type="reset"]{
	margin: 0 25px 0 0;
	background: #d9d9d9;
}
.form-default .ajax-loader{
	float: left;
}
.form-register{
	width: 600px;
	background: #fff;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.form-register .heading{
	margin: 0 0 20px;
}
.form-register h3{
	margin: 0;
	padding: 0;
	font: 40px/1.1 'DINBold', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.form-register h4{
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
body .fancybox-skin{
	background: #fff;
}
.bdbox,
.bdbox:before,
.bdbox:after,
.bdbox *,
.bdbox *:before,
.bdbox *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-quiz{
	width: 100%;
}
.b-quiz__title{
	padding: 13px 18px;
	background: #ffcc00;
	background: -moz-linear-gradient(top,  #ffcc00 0%, #f6a600 100%);
	background: -webkit-linear-gradient(top,  #ffcc00 0%,#f6a600 100%);
	background: linear-gradient(to bottom,  #ffcc00 0%,#f6a600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f6a600',GradientType=0 );
	font-size: 14px;
	line-height: 1.21;
	color: #57564a;
}
.b-quiz__title h3{
	position: relative;
	padding: 0 60px 0 0;
	color: #fff;
	font: 46px/42px 'din_otcondensed_bold', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.b-quiz__title h3:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: url(../images/svg/icon_16.svg) no-repeat;
}
.b-quiz__text{
	background: #eee;
	padding: 13px 18px;
	font-size: 16px;
	line-height: 1.19;
}
.b-quiz__text p{
	padding: 0;
}
.b-quiz__h-box{
	position: relative;
}
.b-quiz__box{
	background: #e6e5dd;
	padding: 10px 18px;
}
.b-quiz__box .h4{
	font-size: 14px;
	line-height: 1.21;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.b-quiz__row{
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
}
.b-quiz__date{
	display: table-cell;
	vertical-align: top;
	width: 67px;
	padding: 0 10px 0 0;
	text-align: center;
	position: relative;
}
.b-quiz__date:after{
	content: '';
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 72px;
}
.b-quiz__date span{
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.b-quiz__date .num{
	display: block;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}
.b-quiz__question{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 12px;
}
.b-quiz__question p{
	padding: 0;
}
.b-quiz__col-btn{
	display: table-cell;
	vertical-align: top;
	width: 65px;
}
.b-quiz__score{
	margin: 0 0 3px;
	height: 45px;
	background: #fff;
}
.b-quiz__score .text{
	background: #fff;
	padding: 10px 5px 5px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
	display: none;
}
.b-quiz__score input[type="text"]{
	width: 100%;
	height: 45px;
	border: none;
	background: #fff;
	padding: 10px 5px;
	text-align: center;
	font-size: 14px;
}
.b-quiz__btn-next{
	display: block;
	padding: 0 5px;
	background: #57564a;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}
.b-quiz__btn-next:hover{
	text-decoration: none;
	color: #fff;
}
.b-quiz__progress-row{
	padding: 12px 0 0;
}
.b-quiz__progress-row .h5{
	margin: 0;
	float: left;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.b-quiz__progress-row .b-quiz__progress{
	float: right;
	margin: 3px 0 0;
}
.b-quiz__progress{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 290px;
	max-width: 100%;
}
.b-quiz__progress li{
	float: left;
	width: 7.69%;
	padding: 0 3px 0 0;
}
.b-quiz__progress li:before{
	content: '';
	background: #fff;
	display: block;
	height: 11px;
}
.b-quiz__progress .active:before{
	background: #ffcc00;
}
.b-quiz .h3{
	margin: 0 0 10px;
	text-transform: uppercase;
	font: 36px/40px 'din_otcondensed_bold', Helvetica, sans-serif;
	letter-spacing: 3px;
}
.b-quiz__col-results{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 18px;
}
.b-quiz__col-results h3{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.b-quiz__col-results p{
	padding: 0 0 1em;
}
.b-quiz__btn{
	display: inline-block;
	padding: 0 15px;
	background: #57564a;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.b-quiz__btn.yellow{
	background: #ffcc00;
}
.b-quiz__btn:hover{
	text-decoration: none;
	color: #fff;
}
.b-quiz__buttons{
	padding: 10px 0 0;
}
.b-quiz__buttons .b-quiz__btn{
	margin: 0 3px 10px 0;
}
.b-quiz__f-row{
	margin: 0 0 14px;
}
.b-quiz__form{
	padding: 16px 10px 0 0;
	position: relative;
}
.b-quiz__form label{
	float: left;
	width: 68px;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 30px;
	color: #57564a;
}
.b-quiz__form input[type="text"],
.b-quiz__form input[type="email"]{
	float: left;
	width: 306px;
	max-width: 100%;
	height: 30px;
	padding: 0 10px;
	background: #fff;
	border: none;
	font-size: 14px;
}
.b-quiz__form #already_message{
	margin: 0 0 4px 78px;
	display: none;
}
.b-quiz__f-submit{
	padding: 10px 0 0 78px;
}
.b-quiz__form input[type="button"]{
	background: #57564a;
	border: none;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	font: 16px 'DINBold', Helvetica, sans-serif;
}
.b-quiz__ajax-loader{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 10;
	display: none;
}
.b-quiz__ajax-loader:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	background: url(../images/ajax.gif) no-repeat;
	width: 40px;
	height: 40px;
}
.accordion-title{
	cursor: pointer;
}
.accordion-title:hover{
	opacity: 0.8;
}
article.post-center .accordion-content hr{
	margin-top: 0;
}
article.post-center .accordion-content ul{
	padding-bottom: 16px;
}
.ff-stream.ff-layout-compact{
	padding-top: 0 !important;
}
.fancybox-wrap .jq-selectbox__dropdown ul{
	max-height: 150px !important;
}
.h-addthis_sharing_toolbox{
	padding: 10px 0 20px;
}
.h-addthis_sharing_toolbox strong{
	display: inline-block;
	vertical-align: bottom;
	padding: 0 15px 1px 0;
	font-size: 14px;
	color: #2f2525;
}
.h-addthis_sharing_toolbox .addthis_toolbox{
	display: inline-block;
	vertical-align: bottom;
}
.h-addthis_sharing_toolbox .addthis_toolbox > a{
	float: none !important;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 0 7px 0 0;
}
.h-addthis_sharing_toolbox .at-icon-wrapper{
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color: transparent !important;
}
.h-addthis_sharing_toolbox .at-icon-wrapper,
.h-addthis_sharing_toolbox iframe{
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.h-addthis_sharing_toolbox .addthis_button_facebook{
	background: url(../images/svg/f.svg) no-repeat;
	width: 13px !important;
	height: 25px !important;
}
.h-addthis_sharing_toolbox .addthis_button_linkedin_counter{
	background: url(../images/svg/in.svg) no-repeat;
	width: 23px !important;
	height: 23px !important;
}
.h-addthis_sharing_toolbox .addthis_button_twitter{
	background: url(../images/svg/twitter.svg) no-repeat;
	width: 25px !important;
	height: 18px !important;
}
.hesperiden .tp-bullet{
	filter:none !important;
}
.text-under-pp{
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	margin: 15px 0 0;
}
.text-under-pp + .text-under-pp{
	margin-top: 20px;
}
.text-under-pp p{
	padding: 0;
}
.text-under-pp .small{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
#quote-popup{
	width: 560px;
	max-width: 100%;
	overflow: hidden;
}
#quote-popup .text-under-pp{
	color: #fff;
	margin: 0;
}
.fancybox-quote .fancybox-skin{
	background: rgba(87, 86, 74, .9);
	padding: 30px 40px !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancybox-quote .flexslider{
	background: none;
	border: none;
	margin: 0;
	padding-bottom: 20px;
}
.fancybox-quote .flexslider .slides li{
	list-style: none;
	width: 560px;
	float: left;
}
.fancybox-quote .flex-control-nav{
	bottom: 0;
}
.fancybox-quote .flex-control-nav li{
	line-height: 0;
}
@font-face {
	font-family: 'flexslider-icon';
	src:url('js/flexslider/fonts/flexslider-icon.eot');
	src:url('js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('js/flexslider/fonts/flexslider-icon.woff') format('woff'),
		url('js/flexslider/fonts/flexslider-icon.ttf') format('truetype'),
		url('js/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}