html, body {
    overflow-x: hidden;
    width: auto;
}

body {
  position: relative;
}
body.dragg1 .logo-modal {
  display: block;
}
body a {
  outline: none;
}

::selection {
background: #000;
color:#fff;
}
::-moz-selection {
background: #000;
color:#fff;
}

.logo-1 {
	background: black;
	width:8px;
	height: 86px;
	float: left;
	margin-right:2px;
}
.logo-2 {
	width: 50%;
	float: left;
}
.logo-2 svg {
	padding:0 2px 0 0;	
}
.logo-2 svg line {
	stroke:#000;
}
.logo-3 {
	width: 50%;
	float: left;
}
.logo-3 svg {
	padding:0 2px 0 0;	
}
.logo-3 svg line {
	stroke:#000;
}
.logo-4 {
	background: black;
	width: 3px;
	height: 86px;
	float: right;
}
.white .logo-1 {
	background:#fff;
}
.white .logo-2 svg line {
	stroke:#fff;
}
.white .logo-3 svg line {
	stroke:#fff;
}
.white .logo-4 {
	background:#fff;
}
.navbar {
	position:relative;
	z-index:10;
}
.navbar .logo, .menu .logo {
	position:relative;
	width:244px;
	height:86px;
}
.navbar .logo .resize, .menu .logo .resize {
	position:absolute;
	top:0;
	float:right;
	margin:0 0 0 122px;
	width:122px;
	z-index:50;
}
.navbar .logo .resize .ui-resizable-w {
	left:0;	
	width:8px;
}
.navbar .logo .parent, .menu .logo .parent {
	float:left;
	height:86px;
	width:89%;
	width:-webkit-calc(100% - 13px);
    width:-moz-calc(100% - 13px);
    width:calc(100% - 13px);
}

.logo-modal {
	position:absolute;
	z-index:20;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-top: 256px;
	cursor:default;
	display:none;
}
.logo-modal .img {
	width: 1000px;
	height: 552px;
	margin:0 auto 50px auto;
	position:relative;
	z-index:1000;
}
.logo-modal .img img {
	display:block;
	position:absolute;
	top:0;	
	border: 3px solid #009fe3;
}
.logo-modal .ig1 img {
	visibility: hidden;
}
.logo-modal .ig2 img {
	visibility: hidden;
}
.logo-modal .ig3 img {
	visibility: hidden;
}
.logo-modal .ig4 img {
	visibility: hidden;
}
.logo-modal .text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:1100;
	display:none;
}
.logo-modal .text div {
	width:1000px;
	height:800px;
	margin:0 auto 50px auto;
	position:relative;
	z-index:1000;
}

.img-responsive {
  width: 100%;
  }

.cloud {
  position: absolute;
  z-index: 1;
}
.item .cloud {
  top: 37px;
  left: 36px;
}
.pic .cloud {
  top: 24px;
  right: 24px;
}
.pic {
	position: relative;
	overflow:hidden;
}
.pic-title {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  left: 25px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.pic-title i {
	font-weight:normal;
    padding:0 0 0 10px;
}
.img-zoom {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;	
}
.transition {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
	-ms-transform: scale(1.03);
    transform: scale(1.03);
}
.fullsize.transition {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-ms-transform: scale(1.1);
    transform: scale(1.1);
}
.slide-title {
  position: absolute;
  bottom: 72px;
  left: 40px;
  max-width: 70%;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 400;
  color: white;
  line-height: 60px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1300px) {
  .slide-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .slide-title {
    font-size: 34px;
	line-height:34px;
  }
}
@media only screen and (max-width: 991px) {
  .slide-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.posted {
  position: absolute;
  bottom: 34px;
  left: 40px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.posted a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.posted i {
	padding:0 0 0 10px;
	font-weight:normal;	
}

.index-pg p {
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: normal;
  color: black;
}
@media only screen and (max-width: 767px) {
  .index-pg p {
    font-size: 20px;
  }
}

.contact-pg p {
	padding: 30px 0 0 32px;
	font-family: 'Akkurat', sans-serif;
	font-size: 37px;
	font-weight: 400;
	color: black;
	line-height: 40px;
	text-align: left;
}
.portal .col-xs-10 {
	padding:90px 0 0 0;
}
.text-left {
  padding: 30px 0 0 32px;
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: black;
  line-height: 40px;
  text-align: left;
}
.text-left:first-of-type {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .text-left:first-of-type {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .text-left {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-left {
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
.text-left a {
  color: #000;
  text-decoration: underline;
}

.text-right {
  padding: 56px 40px 0 110px;
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: black;
  line-height: 40px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .text-right {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-right {
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
.text-right a {
  color: #000;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .carousel-inner.non-mobile {
    display: none;
  }
}
.carousel-inner.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .carousel-inner.mobile {
    display: block;
  }
}
.owl-carousel .owl-item {
	width:100%;
	height:100%;
}
.owl-carousel .owl-item .item {
	display:block;
	float:left;
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
}

.owl-carousel .item .prev {
	display:block;
	position:absolute;
	top:50%;
	left:3%;
	width:100px;
	height:100px;
	background: url('/static/img/arrow-l.png?1413188051') center no-repeat;
	margin:-50px 0 0 0;
	z-index:100;
	cursor:pointer;
}
@media only screen and (max-width: 768px) {
.owl-carousel .item .prev {
	left: 10px;
}
}
.owl-carousel .item .next {
	display:block;
	position:absolute;
	top:50%;
	right:3%;
	width:100px;
	height:100px;
	background: url('/static/img/arrow-r.png?1413188061') center no-repeat;
	margin:-50px 0 0 0;
	z-index:100;
	cursor:pointer;
}
@media only screen and (max-width: 768px) {
.owl-carousel .item .next {
	right: 10px;
}
}

.search-modal {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#search-form {
  position: fixed;
  top:50%;
  left:50%;
  margin-top:-187px;
  margin-left:-298px;
  padding:120px;
  width:608px;
  text-align:center;
}
#search-form:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 61px;
  height: 61px;
  background: url('/static/img/ico10.png?1413352213') 0 0 no-repeat;
}
#search-form:after {
  content: " ";
  position: absolute;
  top: 179px;
  left: 84px;
  right: 96px;
  height: 1px;
  background: #000;
}
#search-form input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-family: 'Akkurat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: black;
  text-align: center;
}
#search-form input.placeholder {
  color: black;
}
#search-form input::-webkit-input-placeholder {
  color: black;
}
#search-form input:-moz-placeholder {
  color: black;
  opacity: 1;
}
#search-form input::-moz-placeholder {
  color: black;
  opacity: 1;
}
#search-form input:-ms-input-placeholder {
  color: black;
}
#search-form label {
  display: block;
  margin: 32px auto;
  max-width: 70%;
  font-family: 'Akkurat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  #search-form label {
    margin: 12px auto;
    max-width: 40%;
  }
}

.phone-modal {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.phone-modal p {
  position: fixed;
  top:50%;
  left:0;
  width:100%;
  margin:0 auto;
  padding:0;
  text-align:center;
  font-size:60px;
}
.phone-modal p a {
	color:#000;
}

.navbar.navbar-default {
  padding: 43px 58px 3px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height:166px;
}
.detail-pg .navbar.navbar-default {
  background: #fef184;
}

@media only screen and (max-width: 767px) {
  .navbar-header {
    float: left;
    display: inline-block;
  }
}

.navbar-brand {
  margin-right: 146px;
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: black;
}
.white .navbar-brand, .white .navbar-brand:hover, .white .navbar-brand:focus {
	color:#fff;
}
@media only screen and (max-width: 991px) {
  .navbar-brand {
    clear: left;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0;
    height: 30px;
    font-size: 20px;
  }
}

.navbar-body {
  max-width: 725px;
}
@media only screen and (max-width: 991px) {
  .navbar-body {
    max-width: 350px;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.sub-nav {
  float: left;
  clear: left;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .sub-nav li {
    display: inline-block;
  }
}
.sub-nav li.active a {
  background-color: transparent;
  text-decoration: underline;
}
.sub-nav li a {
  padding: 3px 11px;
}
.white .sub-nav li a, .white .sub-nav li a:hover, .white .sub-nav li a:focus {
	color:#fff;
}

.small-nav {
  float:right;
  position:absolute;
  top:52px;
  right:50%;
  margin:0 -65px 0 0;
}
.small-nav li {
  float: none;
  margin-bottom: 5px;
}

.logo {
  float: right;
  margin-top: -3px;
  margin-right: 2px;
}
.logo a {
	position:absolute;
	right:0;
	top:0;
    height:86px;
	width:93px;
}
.logo img {
	width:100%;
	height:100%;
}

.anchor {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/static/img/ico1.png?1412941446') 50% 50% no-repeat;
  text-indent: -9999px;
}
.white .anchor {
  background: url('/static/img/ico1w.png?1412941446') 50% 50% no-repeat;
}
.menu-trigger {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/static/img/ico2.png?1412941461') 50% 50% no-repeat;
  text-indent: -9999px;
}
.white .menu-trigger {
  background: url('/static/img/ico2w.png?1412941461') 50% 50% no-repeat;
}

.menu {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding-bottom: 29px;
  padding-left: 42px;
  background: #000;
  display: none;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .menu {
    width: 100%;
  }
}
.menu .quit {
  position: absolute;
  z-index: 10;
  top: 95px;
  left: 42px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/ico11.png?1413374525') 0 0 no-repeat;
  text-indent: -9999px;
}
.menu .logo {
  margin-top: 40px;
  margin-right: 60px;
}
.menu p, .menu a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 20px;
}
.menu .upper {
  margin-top: 154px;
}
.menu .contact {
  display: inline-block;
  margin-right: 82px;
  vertical-align: top;
}
.menu nav {
  display: inline-block;
}
.menu nav > ul > li {
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: top;
}
.menu .bottom {
  margin-top: 70px;
}
.menu .bottom ul {
  display: inline-block;
  margin-right: 58px;
}
.menu .bottom ul:before, .menu .bottom ul:after {
  content: " ";
  display: table;
}
.menu .bottom ul:after {
  clear: both;
}
.menu .bottom ul li {
  float: left;
  position: relative;
  display: inline-block;
}
.menu .bottom ul li a {
  display: inline-block;
}
.no-touch .menu .bottom ul li a:hover, .menu .bottom ul li a.highlight {
  text-decoration: none;
}
.menu .bottom ul .outer {
	float:left;
	width:auto;
	position:relative;
}
.menu .bottom ul .tooltip {
  top: -34px !important;
  left: 107% !important;
  padding: 0;
  width: 105px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.menu .bottom ul .tooltip-inner {
  padding: 3px 5px;
  font-family: 'Akkurat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: black;
  background: #fff;
  line-height: 12px;
  text-align: left;
}
.menu .bottom ul .tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 0;
  margin-left: 0;
  border-width: 4px 4px 0 0;
  border-top-color: #fff;
}

.contact p, .contact a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 20px;
  padding:0;
}
.contact-pg .col-sm-10 {
	padding:100px 0 0 0;	
}

.socials {
  margin-top: 13px;
  margin-left: -6px;
}
.socials li {
	display:block;
	float:left;
  padding-left: 0;
  padding-right: 6px;
}
.socials a {
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
}
.socials .fb {
  background: url('/static/img/ico7.png?1413222503') 50% 100% no-repeat;
}
.socials .v {
  background: url('/static/img/ico8.png?1413222535') 50% 100% no-repeat;
}
.socials .in {
  background: url('/static/img/ico12.png?1413461305') 50% 100% no-repeat;
}
.socials .k {
  background: url('/static/img/ico13.png?1413461332') 50% 100% no-repeat;
}

.menu-title {
	margin-bottom: 6px;
	font-family: 'Akkurat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: white;
}
.menu-title a {
	font-weight:bold;
	text-decoration:none;	
}

.side-menu {
  position: fixed;
  z-index: 10;
  top: 30%;
  right: 0;
}
.side-menu li {
  margin-bottom: 1px;
}
.side-menu a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  text-decoration: none;
}
.side-menu a.search {
  background: url('/static/img/ico3.png?1413186404') 50% 50% no-repeat, white;
}
.side-menu a.fb {
  background: url('/static/img/ico4.png?1413186422') 50% 50% no-repeat, white;
}
.side-menu a.tel {
  background: url('/static/img/ico5.png?1413186676') 50% 50% no-repeat, white;
}

footer:before, footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
/*.index-pg footer {
  margin-top: 138px;
}
@media only screen and (max-width: 767px) {
  .index-pg footer {
    margin-top: 0;
  }
}*/
.contact-pg footer {
  margin-top: 148px;
}
footer div {
  text-align: center;
}
footer a {
	display: block;
	padding: 19px 0;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	font-family: 'Akkurat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black;
}
.no-touch footer a:hover, footer a.highlight {
	background: #f2f2f2;
	text-decoration: none;
	color: #000;
}
footer a.first {
	background:rgba(0, 0, 0, 0.1);	
}
footer a.first:hover, footer .highlight.first:hover {
	background:rgba(0, 0, 0, 0.2);	
}

.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.profile-pg .content {
  padding-bottom: 73px;
}
.content.black {
  background: #000;
}
.content.black .text-left {
  padding-top: 133px;
  color: #fff;
}
.content.black .text-left p, .content.black .text-right p {
  color: #fff;
}
.content.black .text-left a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .content.black .text-left {
    padding-top: 50px;
  }
}
.content.black .text-right {
  padding-top: 59px;
  color: #fff;
}
.content.black .text-right a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .content.black .text-right {
    padding-top: 10px;
  }
}
.content.black .content-title {
  color: #fff;
}
.content.black .wrapp {
  margin-top: 133px;
  padding-top: 16px;
  padding-bottom: 59px;
  border-top: 1px solid #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content.black .wrapp {
    margin-top: 50px;
  }
}
.content.black .wrapp p {
  margin: 0 auto;
  max-width: 470px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 19px;
}

.content-title {
  margin-top: 49px;
  margin-bottom: 16px;
  font-family: 'Akkurat', sans-serif;
  text-transform:lowercase;
  font-size: 37px;
  font-weight: 400;
  color: black;
  text-align: center;
}
.awards .content-title {
	text-transform:none;
}
.awards {
  display: block;
  margin-top: 97px;
  text-align: center;
  color:#fff;
}
.awards p {
  color:#fff;
}
.awards li {
  display: block;
  margin-bottom: 3px;
}
.awards {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.awards.list-unstyled {
	padding:0 0 100px 0;
	line-height:26px;
}

.filters {
  display: block;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 29px;
  background: #f7f7f7;
  text-align: center;
}
.filters li.active a {
  text-decoration: underline;
}
.filters a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.articles {
  display: block;
}
.articles:before, .articles:after {
  content: " ";
  display: table;
}
.articles:after {
  clear: both;
}
.articles article .col-left {
  padding: 33px 60px 10px 50px;
}
.articles article .article-title {
  margin-bottom: 89px;
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: black;
}
.articles article .quit-article {
  position: absolute;
  top: 59px;
  right: 64px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  width: 52px;
  height: 52px;
  cursor:pointer;
  background: url('/static/img/ico9.png?1413305285') 0 0 no-repeat;
}
.articles article p {
  margin-bottom: 20px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 20px;
  letter-spacing: 0.043em;
}
.articles .bottom-panel:before, .articles .bottom-panel:after {
  content: " ";
  display: table;
}
.articles .bottom-panel:after {
  clear: both;
}
.articles .bottom-panel div {
  text-align: center;
}
.articles .bottom-panel span {
  display:block;
  padding:19px 0;
  width:100%;
  height:100%;
  background:#eaeaea;
  font-family:'Akkurat', sans-serif;
  font-size:16px;
  font-weight:400;
  color:black;
  cursor:pointer;
}
.no-touch .articles .bottom-panel span:hover, .articles .bottom-panel span.highlight {
  background:#f2f2f2;
  text-decoration:none;
  color:#000;
}
.articles .bottom-panel span.first {
	background:rgba(0, 0, 0, 0.1);	
}
.articles .bottom-panel span.first:hover {
	background:rgba(0, 0, 0, 0.2);	
}

.news .filters {
  margin-top: 41px;
}
.news .filters li.active a {
  text-decoration: underline;
}
.news .filters a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.boxes {
  position: relative;
}
.boxes:before, .boxes:after {
  content: " ";
  display: table;
}
.boxes:after {
  clear: both;
}
.boxes .link {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  text-indent: -9999px;
}

.results .filters div {
  display: inline-block;
}
.results .filters div.old {
  float: left;
  margin-left: 59px;
}
@media only screen and (max-width: 767px) {
  .results .filters div.old {
    margin-left: 10px;
  }
}
.results .filters div.old span {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.results .filters div.old span.word {
  font-weight: 700;
}
.results .filters div.new {
  float: right;
  margin-right: 66px;
}
@media only screen and (max-width: 767px) {
  .results .filters div.new {
    float: left;
    margin-left: 10px;
  }
}
.results .boxes .pic-title {
  position: relative;
  bottom: 74px;
  left: auto;
  margin-bottom: 1px;
  margin-left: 40px;
}
.results .boxes p {
  padding: 0 34px 23px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 16px;
  list-style-type: 0.04em;
}
.results .boxes p .term {
  color: #fff;
  background: #000;
}

.contact-pg .main .imprint {
  padding: 43px 61px;
  background: #262626;
}
.contact-pg .main .imprint h1, .contact-pg .main .imprint h2 {
    color: white;
    font-family: "Akkurat",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.contact-pg .main .imprint p {
    color: white;
    font-family: "Akkurat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

.contact-pg .main .contact {
  padding: 43px 61px;
  height: 500px;
  background: #262626;
}
@media only screen and (max-width: 767px) {
  .contact-pg .main .contact {
    height: 280px;
  }
}
.contact-pg .text-left:first-of-type {
  padding-top: 133px;
}
.contact-pg .text-right {
  padding-top: 30px;
  padding-left: 104px;
}
@media only screen and (max-width: 991px) {
  .contact-pg .text-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-pg .text-right {
    padding-left: 10px;
  }
}
.contact-pg .text-right:first-of-type {
  padding-top: 71px;
}

#map-canvas {
  height: 500px;
}

.details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 23px 41px;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1199px) {
  .details {
    padding: 0 41px;
  }
}
@media only screen and (max-width: 767px) {
  .details {
    padding: 23px 41px;
  }
}
.details .worker-title {
  margin-bottom: 21px;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.details p, .details span, .details a {
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.details a.underline {
  text-decoration: underline;
}
.details .links li {
  margin-bottom: -2px;
}
.details .socials {
  margin-top: 18px;
  margin-left: 1px;
}

.detail-pg {
  background: #fef184;
}
.detail-pg header {
  background: #fef184;
}

.main .text-title {
  font-family: 'Akkurat', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: black;
}
.main .share {
  display: inline-block;
  font-family: 'Akkurat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.main .share .fb {
  position: relative;
  top: 2px;
  right: -19px;
  display: inline-block;
  width: 11px;
  height: 22px;
  background: url('/static/img/ico14.png?1413480651') 0 0 no-repeat;
  text-indent: -9999px;
}
.white .main .share .fb {
  background: url('/static/img/ico14w.png?1413480651') 0 0 no-repeat;
}
.main .wrapp:before, .main .wrapp:after {
  content: " ";
  display: table;
  width:100%;
}
.main .wrapp:after {
  clear: both;
}
.main .wrapp .text-title {
  float: left;
  display: inline-block;
  margin-top:90px;
  margin-left:0;
}
@media only screen and (max-width: 991px) {
  .main .wrapp .text-title {
    float: none;
    margin-left: 0;
    display: block;
  }
}
.main .wrapp .share {
  float: right;
  margin-top: 99px;
  margin-right: 22px;
  padding-right: 30px;
}
.white .main .wrapp .share {
	color:#fff;
}
@media only screen and (max-width: 991px) {
  .main .wrapp .share {
    float: none;
    margin-top: 10px;
  }
}
.no-touch .main .wrapp .share:hover, .main .wrapp .share.highlight {
  cursor: pointer;
  text-decoration: none;
}
.main .wrapp .text-left:first-of-type {
  padding-top: 70px;
}

.case-nav {
  margin-top:90px;
  text-align:center;
}
.case-nav:before, .case-nav:after {
  content: " ";
  display: table;
}
.case-nav:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .case-nav {
    margin-top: 30px;
  }
}
.case-nav a {
	display: block;
	padding: 19px 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.1);
	font-family: 'Akkurat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black;
}
.case-nav a.first {
	background:rgba(0, 0, 0, 0.2);	
}
.no-touch .case-nav a:hover, .case-nav a.highlight {
	background:rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #000;
}
.case-nav a.first:hover, .case-nav .highlight.first:hover {
	background:rgba(0, 0, 0, 0.3);	
}

.topics {
  background: #fff;
}
.topics:before, .topics:after {
  content: " ";
  display: table;
}
.topics:after {
  clear: both;
}
.topics .content-title {
  margin-top: 91px;
  margin-bottom: 51px;
}
.topics .filters {
  padding-bottom: 0;
  background: #fff;
}

.container-fluid .video {
position:relative;
background:#000;
/*height:476px;*/
overflow:hidden;
margin:0;
padding:0;
}

.js-video {
height:0;
padding-top:25px;
padding-bottom:67.5%;
margin:0;
position:relative;
overflow:hidden;
}
.js-video.widescreen {
padding:34.6% 0;
}
 
.js-video.vimeo {
padding:21% 0;
/*padding-top: 0;*/
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
}

.video .hover-content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:15;
}
.video .hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:10;
}
.video .hover-content .play {
    margin:0 auto;
    padding:20% 0 0 0;
    position:relative;
    text-align:center;
}
.video .hover-content .play img {
	width:30%;
	cursor:pointer;
}

.pods {
	clear:both;
}
.newsarchive a {
	display: block;
	padding: 19px 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	font-family: 'Akkurat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black;
	text-align:center;
}
.news .newsarchive a {
	background:#eaeaea;
	color:#000;	
}
.news .newsarchive a:hover {
	background:#f2f2f2;
	color:#000;
	text-decoration:none;
}
footer .imprint a {
	background:#000;
	color:#fff;	
}
footer .imprint a:hover {
	background:#333;
	color:#fff;
}
.index-pg .pic a {
	display:block;
	float:left;
	width:100%;
	height:100%;
	text-decoration:none;
	overflow:hidden;
}
.index-pg .pic a img {
	float:left;	
}
.index-pg .pic .socials a {
	height:27px;
	width: 27px;
}
#news_layer {
	float:left;
	clear:both;	
}
#news_layer a {
	color:#000;
	text-decoration:underline;	
}

.bwWrapper {
    position:relative;
    display:block;
}

section.cases {
	background:#000;	
}

.index-pg .text-right {
	padding:70px 0 80px 0;	
}

.cased .text-left {
	padding:0;
}
.cased .text-right {
	padding:0;	
}
.cased .text-right p {
	padding-top:70px;	
}
.noresults {
	background:#ff6e6c;
	padding:15px 0;
	text-align:center;
	color:#000;
}

