@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Medium.eot');
  src: url('../fonts/Hind-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Medium.woff') format('woff'), url('../fonts/Hind-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Semibold.eot');
  src: url('../fonts/Hind-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Semibold.woff') format('woff'), url('../fonts/Hind-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Bold.eot');
  src: url('../fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Bold.woff') format('woff'), url('../fonts/Hind-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Regular.eot');
  src: url('../fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Regular.woff') format('woff'), url('../fonts/Hind-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Light.eot');
  src: url('../fonts/Hind-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Light.woff') format('woff'), url('../fonts/Hind-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.simplebar-track {
  z-index: 1000;
  display: block !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: hind, arial, sans-serif;
  /*overflow-y: hidden !important;*/
  overflow-x: hidden !important;
}

body.scrolled {
  overflow-y: auto !important;
}

body.index {
  overflow-y: hidden !important;
}

.pagewrap {}

.pagerelative {}


/*Scroller*/

.scrolled .simplebar-track,
#index .simplebar-track {
  opacity: 1 !important;
}

.simplebar-track,
.index .simplebar-track {
  opacity: 0 !important;
}

body.simplebar-content {
  height: 100vh !important;
  overflow: hidden;
}

.scrolled .simplebar-content {
  height: auto !important;
}


/*Styling*/

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: normal;
  font-weight: normal;
}

.pagewidth {
  margin: 0 auto;
  width: 1140px;
}

#page .content .pagewidth {
  width: auto;
}


/*Cover*/

#cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}

.choose #cover {
  height: 100vh;
  margin: 0;
}

.choose #cover .side {
  height: 100%;
}

#cover.move {
  pointer-events: none;
}

#interview #cover {
  position: relative;
  height: 500px;
}

#interview.scrolled #cover {
  pointer-events: all;
  cursor: default;
}

.placeholder #cover {
  cursor: default;
}

#cover .animation {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 182px;
  color: #000;
}

#cover .animation.move {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#cover .animation .title {
  position: absolute;
  z-index: 50;
  text-align: center;
  width: 200px;
  bottom: 30px;
  font-size: 14px;
  font-family: Prata, times new roman;
}

#cover .animation .arrow {
  position: relative;
  height: 182px;
  width: 200px;
}

#cover .animation .frlayer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  background: url(../gfx/index.png) no-repeat center bottom;
}

#cover .animation .bglayer {
  left: 0;
  right: 0;
  top: 0;
  bottom: 182px;
  position: absolute;
  z-index: 5;
  background: url(../gfx/indexbg.png) no-repeat top;
  animation-name: indexarrow;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  opacity: 0;
}

@keyframes indexarrow {
  from {
    top: 0;
    bottom: 182px;
    opacity: 0;
  }
  to {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
}

#cover .animation .bglayer2 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 182px;
  position: absolute;
  z-index: 8;
  background: url(../gfx/indexbg2.png) no-repeat top;
  animation-name: indexarrow2;
  animation-duration: 2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}

@keyframes indexarrow2 {
  from {
    top: 0;
    bottom: 182px;
  }
  to {
    top: 0;
    bottom: 15px;
  }
}

#interview #cover .pagetitle {
  position: absolute;
  top: 90px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  z-index: 50;
}

#interview #cover .pagetitle .table {
  display: table;
  width: 75%;
  margin: 0 auto;
  height: 100%;
  table-layout: fixed;
}

#interview #cover.big .pagetitle .table {
  height: 360px;
}

#interview.article #cover .pagetitle .table {
  width: 85%;
}

#interview #cover .pagetitle .table .td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}

#interview.article #cover .pagetitle .table .td {
  width: 50%;
  text-align: left;
}

#interview.article #cover .pagetitle .table .td.centered {
  text-align: center;
}

#interview.article #cover .pagetitle .table .td.alignright {
  text-align: right;
}

#interview.article #cover.big .pagetitle .table .td {
  text-align: center;
}

#interview #cover .pagetitle .table .td h1 {
  font-family: Prata, times new roman;
  font-size: 35px;
  font-weight: normal;
  line-height: 45px;
}

#interview.article #cover .pagetitle .table .td h1 {
  padding-right: 80px;
}

#interview.article #cover .pagetitle .table .td.centered h1 {
  padding: 0;
}

#interview.article #cover.big .pagetitle .table .td h1 {
  padding: 0;
}

#interview.article #cover .pagetitle .table .td img {
  height: 350px;
  margin-bottom: -10%;
}

#coverlogo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1060;
  pointer-events: none;
  -webkit-transform: translateY(170%);
  transform: translateY(170%);
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
  opacity: 1;
}

.scrolled #coverlogo,
#coverlogo.move {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.index #coverlogo {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#coverlogo img {
    width: 100%;
    max-width: 350px;
}

@media only screen and (max-height: 850px) {
    #coverlogo img {
        max-width: 300px;
    }
}

@media only screen and (max-height: 720px) {
    #coverlogo img {
        max-width: 270px;
    }
}

@media only screen and (max-height: 500px) {
    #coverlogo {
        top: -45px;
    }

    #coverlogo img {
        max-width: 130px;
    }
}

.issue .left .image {
  position: absolute;
  z-index: 50;
  top: 10%;
  left: -30px;
  width: 100%;
  height: 80%;
  background: url(../gfx/cover_img.png) no-repeat left;
  background-size: contain;
}

#cover .image {
  position: absolute;
  z-index: 50;
  top: 5%;
  left: 5%;
  right: 0;
  width: 90%;
  height: 90%;
  background: url(../gfx/cover_img.png) no-repeat left;
  background-size: contain;
}

.change.issues #cover .image {
  background: url(../gfx/cover_img2.png) no-repeat left;
  background-size: contain;
  height: 50%;
}

#cover .sidespacer {
  padding: 60px;
  float: left;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#interview #cover .sidespacer {
  padding-top: 90px;
}

#cover .sidespacer.left {
  padding-right: 0;
}

#cover .sidespacer.right {
  padding-left: 0;
}

#cover .sidespacer.left.move {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#cover .sidespacer.right.move {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#interview #cover .sidespacer.left,
#interview.scrolled #cover .sidespacer.left,
#interview #cover .sidespacer.right,
#interview.scrolled #cover .sidespacer.right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.issue .right,
#cover .side,
#interview.about #cover .side.right {
  background: #c9e2de;
  height: 100%;
  width: 100%;
  position: relative;
}

#interview #cover .side {
  background: #f7e2cb;
}

.issue .left,
#cover .side.left,
#interview.about #cover .side.left {
  float: left;
  background: #c9e2de url(../gfx/cover_bg.jpg);
}

#interview #cover .side.left {
  background: #f7e2cb url(../gfx/cover_bg2.jpg);
}

#interview.article #cover .side.left {
  background: #cfdee9;
}

#interview.article #cover .side.right {
  background: #c9e2de url(../gfx/cover_bg3.jpg);
}

#interview.article.change #cover .side.left,
#interview.article.change #cover .side.right {
  background: #c9e2de url(../gfx/pattern3.png) right top;
}

#interview.article.change #cover .side.right {
  background: #c9e2de url(../gfx/pattern3.png) left top;
}

#interview.article.change.issues #cover .side.left {
  background: #c9e2de url(../gfx/cover_bg3.jpg) right top;
}

#interview.article.change.issues #cover .side.right,
#about #cover .side.left {
  background: #e6dee8;
}

#cover .side.right {
  float: right;
}

#cover .side .corner.top {
  position: absolute;
  top: 0%;
}

#cover .side.left .corner.bottom,
#cover .side.left .corner.top {
  right: 0;
}

#cover .side.right .corner.bottom,
#cover .side.right .corner.top {
  left: 0;
}

#cover .side .corner.bottom {
  position: absolute;
  bottom: 0%;
}

#cover.big .side.left .corner.bottom,
#cover.big .side.right .corner.bottom {
  margin-bottom: 340px;
}

#cover .side .corner.top {
    width: 4%;
    max-width: 25px;
}

#cover .side .corner.bottom {
  /*width: 18%;*/
  width: 141px;
}

#cover .side .corner.bottom.small {
  width: 9%;
}

#interview #cover .side .corner.bottom {
  width: 9%;
}

#cover .side.left .corner.top {
  right: 0%;
}

#cover .side.right .corner.top {
  left: 0%;
}

#cover .side.left .corner.bottom {
  right: 0%;
}

#cover .side.right .corner.bottom {
  left: 0%;
}

#cover .side .symbol {
  position: absolute;
  z-index: 60;
  top: 26%;
  bottom: 26%;
  width: 35%;
  right: 0;
  background: url(../gfx/cover_symbol_left.png) no-repeat right;
  background-size: contain;
  animation-name: breathe;
  animation-duration: 7s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  transform-origin: right;
  transform: scale(0.9)
}

.choose #cover .side .symbol {
  top: 6%;
  bottom: 6%;
  width: 55%;
}

#interview #cover .side .symbol {
  top: 5%;
  bottom: 5%;
  width: 100%;
  animation-name: breathe;
  animation-duration: 7s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  transform-origin: right;
  transform: scale(0.9)
}

#interview #cover .side.right .symbol {
  transform-origin: left;
}

@keyframes breathe {
  0% {
    transform: scale(0.9)
  }
  50% {
    transform: scale(1)
  }
  100% {
    transform: scale(0.9)
  }
}

#interview #cover.big .side .symbol {
  height: 42%;
}

#cover .side.right .symbol {
  right: auto;
  left: 0;
  background: url(../gfx/cover_symbol_right.png) no-repeat left;
  background-size: contain;
  transform-origin: left;
}

#cover .side.right .number {
  color: #fff;
  position: absolute;
  left: 36%;
  width: 26%;
  height: 20%;
  bottom: -10px;
  display: table;
}

    #cover .side.right .number .valign {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
    }

    #cover .side.right .number img {
        width: 100%;
        max-width: 200px;
    }


#cover .side.right .wrapped {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 100;
}

#cover .side.right .wrapped .valign {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}

#cover .side.right .title {
  height: 15%;
  left: 36%;
  top: 33%;
}

#cover .side.right .title.text {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  height: auto;
  font-family: Prata, times new roman;
}

@media (min-width: 801px) {
  #cover .side.right .title.text {
    max-width: 400px;
    margin: 0 auto;
  }
}

#cover .side.right .title.diamonds {
  color: #fff;
  display: block;
  margin: 25px auto;
  height: 5%;
  left: 36%;
  top: 33%;
}

#cover .side.right .paragraph {
  font-size: 24px;
  color: #000;
  width: 50%;
  margin: 0 auto;
}

#cover .about {
  margin-top: -60px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
}

#cover .about .pagewidth .thumb {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  overflow: hidden;
  float: left;
  margin-top: -80px;
  border: 4px solid #fff;
}

#cover .about .pagewidth .thumb span {
  background: url(../gfx/person1.jpg) no-repeat center;
  background-size: cover;
  width: 160px;
  height: 160px;
  display: inline-block;
}

#cover .about .pagewidth .name {
  margin: 30px;
  display: inline-block;
  font-family: Prata, times new roman;
  font-size: 31px;
}

#cover .about .pagewidth .time {
  color: #f0c495;
  margin: 30px;
  margin-left: 0;
  display: inline-block;
  font-family: Prata, times new roman;
  font-size: 18px;
}

.issue {
  width: 100%;
  display: table;
}

.issue .left {
  display: table-cell;
  width: 50%;
  float: none;
  position: relative;
}

.issue .left .image {}

.issue .right {
  display: table-cell;
  width: 50%;
  float: none;
  text-align: center;
  position: relative;
}

.issue .right img.title {
  margin: 50px 0 50px;
  width: 70%;
}

.issue .right .number {
  margin-bottom: -2%;
}

.issue .right .number img {
  width: 60%;
}

#page {
  position: relative;
  z-index: 150;
  width: 100%;
  margin-top: 100vh;
  padding-top: 160px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#page.move {}

#interview #page {
  margin-top: 0;
  padding-top: 0;
}

#page .section {
  padding: 100px 0;
}

#page #cover.big {
  z-index: 100;
  height: 850px;
}

#page .fold {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
  margin-bottom: -400px;
  z-index: 150;
  padding: 60px 0 0 0;
  min-height: 400px;
}

#header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 60px;
  z-index: 1050;
  background: rgba(256, 256, 256, 1);
  -webkit-transition: background 1s;
  transition: background 1s;
}

.choose #header {
  display: none;
}

.index #header {
  background: rgba(256, 256, 256, 0);
  margin: 0 60px;
  padding: 0;
  height: 90px;
  background: #c9e2de;
  transition: 1s, background 1s;
}

.scrolled #header,
#header.move {
  height: 90px;
}

.scrolled.index #header {
  -webkit-transition: 1s;
  transition: 1s;
  background: #c9e2de;
}

#header .border {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: rgba(238, 238, 238, 0);
}

.scrolled #header .border,
#header .border.move {
  background: rgba(238, 238, 238, 1);
  left: 60px;
  right: 60px;
  top: 90px;
}

.index #header .border {
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: 90px;
  transition: background 1s, top 1s;
}

.scrolled #header #logo,
#header #logo.move,
.index #header #logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.index #header #logo {
  transition: 0.5s;
}

#header #logo,
.scrolled.index #header #logo {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  float: left;
}

.scrolled.index #header #logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  float: left;
}

#header #logo img {
  height: 40px;
  margin: 25px 0;
  -webkit-transition: 1.5s 1s ease-in-out;
  transition: 1.5s 1s ease-in-out;
}

#header #navtoggle {
  height: 30px;
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
  float: right;
  font-family: Prata, times new roman;
  font-size: 20px;
  cursor: pointer;
  transition: 1s;
}

.scrolled #header #navtoggle,
#header #navtoggle.move {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.index #header #navtoggle {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

#header #navtoggle .text {
  float: left;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 16px;
}

.index #header #navtoggle .text {
  opacity: 0;
}

#header #navtoggle .icons {
  float: right;
  width: 30px;
  height: 30px;
  margin: -2px 0 0 10px;
  text-align: center;
}

#header #navtoggle span {
  width: 30px;
  height: 30px;
  float: right;
  -webkit-transition: 1s;
  transition: 1s;
}

.index #header #navtoggle span {
  background: rgba(201, 226, 222, 0.75);
  border-radius: 30px;
}

#header #navtoggle span.i-menu {
  margin-top: 4px;
}

#header #navtoggle span img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header #navtoggle span.i-menu img {
  opacity: 1;
}

#header #navtoggle span.i-close {
  opacity: 0;
  pointer-events: none;
}

#header #navtoggle span.i-close img {
  height: 16px;
  margin-top: 7px;
}

.index #header #navtoggle span {}

.index #header #navtoggle span.i-menu {
  opacity: 0;
  pointer-events: none;
  margin-top: -33px;
}

.index #header #navtoggle span.i-close {
  opacity: 1;
  pointer-events: all;
}

#interview #page .content {
  padding-top: 0;
}

#interview #page .content small,
#page .content .share {
  color: #b2b2b2;
  font-size: 20px;
  font-family: Prata, times new roman;
  padding-top: 10px;
  margin-bottom: 80px;
  display: block;
  position: relative;
}

#page .content .share:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../gfx/share.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.25;
}

#page .content .share.top,
#header .share .sharetoggle {
  width: 23px;
  height: 23px;
  position: absolute;
  margin: 0;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: 0.3s, transform 1s;
  transition: 0.3s, transform 1s;
}

#header .share .sharetoggle .open {
  width: 18px;
  height: 18px;
  margin: 3px;
  background: url(../gfx/share.svg) no-repeat center;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(0);
}

#header .share .sharetoggle .close {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 23px;
  width: 16px;
  height: 16px;
  margin: 4px 4px 3px 3px;
  background: url(../gfx/share-close.svg) no-repeat center;
  transform: translateY(10px);
}

#header .share .sharetoggle:hover {
  opacity: 1;
}

#header .share.open .sharetoggle {
  transform: translateY(-23px);
}

#header .share.open .sharetoggle .close {
  opacity: 1;
  transform: translateY(0);
}

#header .share.open .sharetoggle .open {
  opacity: 0;
  transform: translateY(-10px);
}

#header .share .addthis_toolbox {
  position: absolute;
  width: 122px;
  left: -122px;
  pointer-events: none;
}

#header .share.open .addthis_toolbox {
  pointer-events: all;
}

#header .share .addthis_toolbox a {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 23px;
  height: 23px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px) scale(0);
}

#header .share.open .addthis_toolbox a {
  opacity: 1;
  transform: translateX(0px) scale(1);
}

#header .share .addthis_toolbox a.addthis_button_facebook {
  transition-delay: 0.3s;
}

#header .share .addthis_toolbox a.addthis_button_twitter {
  transition-delay: 0.2s;
}

#header .share .addthis_toolbox a.addthis_button_linkedin {
  transition-delay: 0.1s;
}

#header .share .addthis_toolbox a.addthis_button_email {
  transition-delay: 0.0s;
}

#header .share .addthis_toolbox a span {
  display: none;
}

#header .share {
  position: absolute;
  top: 32px;
  right: 186px;
  transition: 1s;
  z-index: 500;
  /*overflow: hidden;*/
  width: 23px;
  height: 23px;
}

.home #header .share {
  top: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.home #header .share.move {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}

#header .share.open {}

#header .share .sharebox {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -78px;
  width: 136px;
  height: 30px;
  padding: 10px;
  background: #111;
  display: none;
}

#header .share.open .sharebox {
  display: block;
}

#header .share:hover,
#header .share.open,
#page .content .share.top:hover {
  opacity: 1;
}

#page .content .share.top:after {
  content: none;
}

.index #header .share {
  top: -50px;
  opacity: 0;
}

#interview #page .content small {
  margin-bottom: 50px;
}

#page .content .share {
  margin: 20px 0 0 0;
  padding: 0;
}

#page .section.content {
  width: 740px;
  margin: 0 auto;
  padding: 160px 60px 0 60px;
}

#page .content.section:first-child {
  padding: 0 60px 0 60px;
}

#page .content h1,
#page .content h2 {
  font-size: 30px;
  font-family: Prata, times new roman;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
}

#page .content p {
  margin-bottom: 80px;
}

.issues #page .content p {
  margin-bottom: 0;
}

#page .content img {
  max-width: 100%;
}

#page .content .pagetitles {
  margin: 50px 0;
  margin-left: -100px;
  font-family: Prata, times new roman;
  display: inline-block;
}

#page .content .pagetitles h2 {
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
}

#page .content .pagetitles h1 {
  line-height: 55px;
  font-size: 45px;
  color: #c9e2de;
  font-weight: normal;
}

.home .content.section p big,
#interview #page .content.section p big,
#interview.article #page .content.section p big,
#interview.article.change #page .content.section p big,
#interview.article.change.issues #page .content.section p big {
  color: #a3c5c0;
  font-size: 120px;
  display: inline;
  vertical-align: top;
  float: left;
  line-height: 90px;
  margin-top: 15px;
  margin-right: 20px;
  font-weight: 500;
}

#interview #header .share .addthis_toolbox a:hover svg,
#interview #page .content.section p big {
  color: #f0c495;
  fill: #f0c495;
}

#interview.article #header .share .addthis_toolbox a:hover svg,
#interview.article #page .content.section p big {
  color: #a2bccf;
  fill: #a2bccf;
}

#interview.article.change #header .share .addthis_toolbox a:hover svg,
#interview.article.change #page .content.section p big,
#interview.about #page .content.section p big {
  color: #a3c5c0;
  fill: #a3c5c0;
}

#interview #header.article.change.issues .share .addthis_toolbox a:hover svg,
#interview.article.change.issues #page .content.section p big {
  color: #cfbed1;
  fill: #cfbed1;
}

#page .content .textblock img {
  display: inline-block;
  /*width: 100%;*/
}

#page .content .textblock .respvideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#page .content .textblock .respvideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1);
}

#page .content .textblock .respvideo .overlay:hover {
  /*transform: scale(1.05);*/
}

#page .content .textblock .respvideo .overlay.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.25);
}

#page .content .textblock .respvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  transform: scale(0.75);
}

#page .content .textblock .respvideo iframe.show {
  transform: scale(1);
  opacity: 1
}

#page .content .textblock img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

#page .content .textblock img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

#page .content a {
  color: #a3c5c0;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#interview.article.change.issues #page .content a:hover,
#interview.article.change #page .content a:hover,
#interview.article #page .content a:hover,
#interview #page .content a:hover,
#interview.about #page .content a:hover,
#page .content a:hover {
  color: #000;
}

#page .content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #c9e2de;
}

#page .content a:hover:after {
  top: 0;
  height: 100%;
}

#interview #page .content a {
  color: #f0c495;
}

#interview #page .content a:after {
  background: #f7e2cb;
}

#interview.article #page .content a {
  color: #a2bccf;
}

#interview.article #page .content a:after {
  background: #cfdee9;
}

#interview.about #page .content a,
#interview.article.change #page .content a {
  color: #a3c5c0;
}

#interview.about #page .content a:after,
#interview.article.change #page .content a:after {
  background: #a3c5c0;
}

#interview.article.change.issues #page .content a {
  color: #cfbed1;
}

#interview.article.change.issues #page .content a:after {
  background: #e6dee8;
}

#page .content blockquote {
  display: inline;
  margin: 0;
  padding: 30px 60px 30px 0;
  float: left;
  width: 45%;
  margin-left: -200px;
  font-family: Prata, times new roman;
  font-size: 30px;
  background: url(../gfx/quote.svg) no-repeat left 15% center;
  transition: 1s, background 1.5s;
  background-size: contain;
  opacity: 0;
  transform: translateX(-100px);
}

#page .content blockquote p {
  margin: 0;
}

.article #page .content blockquote {
  background: url(../gfx/quote2.svg) no-repeat left 15% center;
  background-size: contain;
}

#page .content blockquote.inview {
  opacity: 1;
  transform: translateX(0);
  background-position: left 45% center;
}

#page #interviews {
  position: relative;
  overflow: hidden;
  padding: 0 0 2% 0;
}

#page #interviews:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: url(../gfx/section_bg.png) no-repeat top right;
  background-size: cover;
  z-index: 10;
}

#page #articles.others:before,
#page #interviews.others:before {
  background: none;
}

#page #interviews .sectiontitle {
  position: relative;
  z-index: 50;
  margin-top: 1%;
}

#page #interviews .sectiontitle h2 {
  font-size: 30px;
  font-family: Prata, times new roman;
  color: #c9e2de;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}

#page #articles.others .sectiontitle h2,
#page #interviews.others .sectiontitle h2 {
  text-align: left;
  color: #000;
}

#index #interviews-index,
#index #articles-index,
#index #articles2-index {
  float: left;
  width: 100%;
}

/* IE ONLY */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

	#index #interviews-index,
	#index #articles-index,
	#index #articles2-index {
	  float: left;
	  max-width: 1140px;
	}

}

/* IE ONLY */

#page #interviews ul,
#index #interviews-index ul,
#page #articles ul,
#index #articles-index ul,
#index #articles2-index ul {
  padding: 0;
  position: relative;
  z-index: 50;
}

#index #interviews-index ul,
#index #articles-index ul,
#index #articles2-index ul {
  margin: 0;
  clear: both;
}

#index #interviews-index h2,
#index #articles-index h2,
#index #articles2-index h2 {
  font-size: 30px;
  display: block;
  clear: both;
  text-align: left;
  margin: 20px 0;
  font-family: Prata, times new roman;
}

#page #interviews ul,
#index #interviews-index ul {
  display: flex;
  flex-wrap: wrap;
}

#page #interviews ul li,
#index #interviews-index ul li {
  width: 49%;
  margin: 0 0 20px 0;
  float: left;
  list-style: none;
  background: #fff;
  display: flex;
}

#page #articles.others ul li,
#page #interviews.others ul li {
  width: 32%;
}

#page #articles.others ul li a {
  /*min-height: 340px;*/
}

#page #interviews.others ul li:nth-child(3n+1),
#page #articles.others ul li:nth-child(3n+1) {
  clear: left;
}

#index #interviews-index ul li {
  width: 23.5%;
  margin: 0 2% 20px 0;
}

#page #interviews ul li:nth-child(2n+1) {
  margin: 0 2% 20px 0;
}

#page #articles.others ul li:nth-child(2n+1),
#page #interviews.others ul li:nth-child(2n+1) {
  margin: 0 0 2% 0;
}

#page #articles.others ul li:nth-child(3n+2),
#page #interviews.others ul li:nth-child(3n+2) {
  margin: 0 2% 2% 2%;
}

#index #interviews-index ul li:nth-child(4n+4) {
  margin-right: 0;
}

#page #interviews ul li a,
#page #articles ul li a,
#index #interviews-index ul li a,
#index #articles-index ul li a,
#index #articles2-index ul li a {
  border: 2px solid #f7e2cb;
  display: table;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  /*min-height: 310px;*/
}

#index #articles-index ul li a:before,
#index #articles2-index ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #fff;
  z-index: 50;
}

#page #interviews ul li a {
  /*min-height: 360px;*/
}

.home #page #interviews ul li a {
  min-height: 0;
}

.home #page #interviews ul li a .content {
  display: table;
  /*height: 100%;*/
}

#page #articles ul li a {
  min-height: 0;
}

#index #interviews-index ul li a {
  /*min-height: 340px;*/
}

#index #articles2-index ul li a {
  /*min-height: 290px;*/
}

#page #interviews ul li a:hover,
#index #interviews-index ul li a:hover,
#page #articles ul li a:hover,
#index #articles-index ul li a:hover,
#index #articles2-index ul li a:hover {
  padding: 5px;
  margin: -5px;
}

#index #interviews-index ul li a,
#index #articles-index ul li a,
#index #articles2-index ul li a {
  border: 0;
}

#interviews ul li .number {
  position: absolute;
  z-index: 50;
  font-family: Prata, times new roman;
  font-size: 30px;
  left: 20px;
  top: 20px;
}

#articles ul li .number {
  position: absolute;
  z-index: 50;
  font-family: Prata, times new roman;
  font-size: 30px;
  left: 30px;
  top: 235px;
}

#interview.article #articles ul li .number {
  top: 40px;
}

#page #interviews ul li a .intro {
  padding-right: 20px;
  font-size: 19px;
  font-family: hind, arial, sans-serif;
}

#page #interviews ul li a .intro p {
  margin-bottom: 0;
}

#page #interviews ul li a .left,
#page #interviews ul li a .right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#page #interviews ul li a .right {
  padding: 20px 0;
}

#page #articles ul li a .left,
#index #articles-index ul li a .left,
#index #articles2-index ul li a .left {
  position: relative;
}

#page #articles ul li a .left:before,
#page #interviews ul li a .left:before,
#index #articles-index ul li a .left:before,
#index #articles2-index ul li a .left:before {
  content: "";
  position: absolute;
  width: 100px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 25;
  background: #f7e2cb url(../gfx/pattern.png);
}

#page #articles ul li a .left:before,
#index #articles-index ul li a .left:before,
#index #articles2-index ul li a .left:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #cfdee9 url(../gfx/pattern2.png);
}

#index #articles2-index ul li a .left:before {
  background: #cfdee9 url(../gfx/pattern3.png);
}

#page #articles.others ul li a .left .thumb {
  position: absolute;
  left: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #aaa;
}

#index #articles-index ul li a .left .thumb,
#index #articles2-index ul li a .left .thumb,
#page #articles.others ul li:nth-child(3n+1) a .left .thumb {
  background: url(../gfx/article2.jpg) no-repeat center;
  background-size: cover;
}

#page #articles.others ul li:nth-child(3n+2) a .left .thumb {
  background: url(../gfx/article3.jpg) no-repeat center;
  background-size: cover;
}

#page #articles.others ul li:nth-child(3n+3) a .left .thumb {
  background: url(../gfx/article4.jpg) no-repeat center;
  background-size: cover;
}

#page #interviews ul li a .left .thumb,
#index #interviews-index ul li a .left .thumb {
  width: 186px;
  height: 186px;
  background: #aaa;
  border-radius: 190px;
  border: 4px solid #fff;
  margin: 40px 20px;
  position: relative;
  z-index: 30;
}

#index #interviews-index ul li:nth-child(4n+1) a .left .thumb,
.home #page #interviews ul li:nth-child(4n+1) a .left .thumb {
  background: url(../gfx/person1.jpg) no-repeat center;
  background-size: cover;
}

#index #interviews-index ul li:nth-child(4n+2) a .left .thumb,
.home #page #interviews ul li:nth-child(4n+2) a .left .thumb {
  background: url(../gfx/person2.jpg) no-repeat center;
  background-size: cover;
}

#index #interviews-index ul li:nth-child(4n+3) a .left .thumb,
.home #page #interviews ul li:nth-child(4n+3) a .left .thumb {
  background: url(../gfx/person3.jpg) no-repeat center;
  background-size: cover;
}

#index #interviews-index ul li:nth-child(4n+4) a .left .thumb,
.home #page #interviews ul li:nth-child(4n+4) a .left .thumb {
  background: url(../gfx/person4.jpg) no-repeat center;
  background-size: cover;
}

#page #interviews ul li a .right .title {
  font-size: 30px;
  line-height: 40px;
  font-family: Prata, times new roman;
}

#page #interviews ul li a .right .name,
#index #interviews-index ul li a .right .name {
  font-size: 20px;
  font-family: Prata, times new roman;
  color: #f0c495;
  margin-bottom: 30px;
  margin-right: 20px;
}

#page #interviews.others ul li a .right .name {
  margin-bottom: 5px;
}

#index #interviews-index ul li a .right .name {
  color: #000;
  margin-bottom: 5px;
}

#index #interviews-index ul li a .right .intro,
#index #articles-index ul li a .right .intro,
#index #articles2-index ul li a .right .intro {
  font-size: 18px;
  line-height: 20px;
}

#index #interviews-index ul li a .right .intro {
  margin-right: 20px;
  font-size: 18px;
}

#page #interviews.others ul li a,
#index #interviews-index ul li a {
  float: left;
}

#page #interviews.others ul li a .left,
#page #interviews.others ul li a .right,
#index #interviews-index ul li a .left,
#index #interviews-index ul li a .right {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

#page #interviews.others ul li a .left:before,
#index #interviews-index ul li a .left:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 25;
  background: #f7e2cb url(../gfx/pattern.png);
  right: 4px;
  width: auto;
  height: 80px;
}

#page #interviews.others ul li a .left .thumb,
#index #interviews-index ul li a .left .thumb {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  margin-top: 20px;
}

#page #interviews.others ul li:nth-child(3n+1) a .left .thumb {
  background: url(../gfx/person2.jpg);
  background-size: cover;
}

#page #interviews.others ul li:nth-child(3n+2) a .left .thumb {
  background: url(../gfx/person3.jpg);
  background-size: cover;
}

#page #interviews.others ul li:nth-child(3n+3) a .left .thumb {
  background: url(../gfx/person4.jpg);
  background-size: cover;
}

#index #interviews-index ul li a .left .number,
#index #articles-index ul li a .number,
#index #articles2-index ul li a .number {
  position: absolute;
  font-size: 30px;
  z-index: 50;
  font-family: Prata, times new roman;
  left: 26px;
  top: 30px;
}

#index #interviews-index ul li a .right,
#index #articles-index ul li a .right,
#index #articles2-index ul li a .right {
  padding: 10px 20px 20px 20px;
  width: auto;
}

#page #articles.others ul li a .right,
#page #interviews.others ul li a .right {
  padding: 20px 30px 30px 30px;
  width: auto;
  font-family: Prata, times new roman;
  font-size: 20px;
}

#page #articles.others ul li a .right p,
#page #interviews.others ul li a .right p {
  margin: 0;
}

#index #articles-index ul li a .right,
#index #articles2-index ul li a .right {
  padding: 20px;
}

#page #articles {
  position: relative;
  overflow: hidden;
  padding: 0 0 2% 0;
}

#page #articles:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: url(../gfx/section_bg.png) no-repeat bottom left;
  background-size: cover;
  z-index: 10;
}

#page #articles .sectiontitle {
  position: relative;
  z-index: 50;
  margin-top: 1%;
}

#page #articles .sectiontitle h2 {
  font-size: 30px;
  font-family: Prata, times new roman;
  color: #c9e2de;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}

#page #articles ul,
#index #articles-index ul,
#index #articles2-index ul {
  padding: 0;
  position: relative;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
}

#page #articles ul li,
#index #articles-index ul li,
#index #articles2-index ul li {
  width: 49%;
  margin: 0 0 20px 0;
  float: left;
  list-style: none;
  background: #fff;
  position: relative;
  display: flex;
}

#index #articles-index ul li,
#index #articles2-index ul li {
  width: 23.5%;
  margin: 0 2% 20px 0;
}

#page #articles ul li:nth-child(2n+1) {
  margin: 0 2% 20px 0;
}

#index #articles-index ul li:nth-child(4n+4),
#index #articles2-index ul li:nth-child(4n+4) {
  margin-right: 0;
}

#page #articles ul li a {
  border: 2px solid #cfdee9;
  color: #000;
  text-decoration: none;
  transition: 0.1s;
}

.home #page #articles ul li a {
  background: #cfdee9 url(../gfx/pattern2.png) center;
}

#page #articles ul li>a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 4px solid #fff;
  transition: 0.1s;
  z-index: 50;
}

#page #articles ul li:hover>a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 7px solid #fff;
}

#page #articles ul li a .top,
#page #articles ul li .left,
#index #articles-index ul li .left,
#index #articles2-index ul li .left {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}

#index #articles-index ul li a .left .thumb,
#index #articles2-index ul li a .left .thumb,
#page #articles ul li a .top .thumb {
  width: 100%;
  height: 100%;
}

#index #articles-index ul li:nth-child(4n+1) a .left .thumb,
#index #articles2-index ul li:nth-child(4n+1) a .left .thumb,
#page #articles ul li:nth-child(4n+1) a .top .thumb {
  background: url(../gfx/article1.jpg) no-repeat center;
  background-size: cover;
}

#index #articles-index ul li:nth-child(4n+2) a .left .thumb,
#index #articles2-index ul li:nth-child(4n+2) a .left .thumb,
#page #articles ul li:nth-child(4n+2) a .top .thumb {
  background: url(../gfx/article2.jpg) no-repeat center;
  background-size: cover;
}

#index #articles-index ul li:nth-child(4n+3) a .left .thumb,
#index #articles2-index ul li:nth-child(4n+3) a .left .thumb,
#page #articles ul li:nth-child(4n+3) a .top .thumb {
  background: url(../gfx/article3.jpg) no-repeat center;
  background-size: cover;
}

#index #articles-index ul li:nth-child(4n+4) a .left .thumb,
#index #articles2-index ul li:nth-child(4n+4) a .left .thumb,
#page #articles ul li:nth-child(4n+4) a .top .thumb {
  background: url(../gfx/article4.jpg) no-repeat center;
  background-size: cover;
}

#index #articles2-index ul li:nth-child(4n+1) a .left .thumb {
  background: url(../gfx/featured1.jpg) no-repeat center;
  background-size: cover;
}

#index #articles2-index ul li:nth-child(4n+2) a .left .thumb {
  background: url(../gfx/featured2.jpg) no-repeat center;
  background-size: cover;
}

#index #articles2-index ul li:nth-child(4n+3) a .left .thumb {
  background: url(../gfx/featured3.jpg) no-repeat center;
  background-size: cover;
}

#index #articles-index ul li .left,
#index #articles2-index ul li .left {
  height: 150px;
}

#page #articles ul li a .bottom {
  padding: 20px 30px 20px 100px;
  font-family: Prata, times new roman;
  font-size: 20px;
  min-height: 60px;
}

#page #articles ul li a .bottom p {
  margin: 0;
}

#page #featured {
  margin-top: 80px;
  background: #c9e2de url(../gfx/pattern3.png);
  padding: 60px 0;
  margin: 60px 60px 0 60px;
  position: relative;
  display: block;
}

#interview.about #featured {
  margin-top: 160px;
}

#page #featured:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 155px;
  background: url(../gfx/featured_top.png) no-repeat top;
  background-size: contain;
  left: 50%;
  margin-left: -85px;
  top: -62px;
}

#page #featured .head {
  width: 100%;
  display: inline-block;
}

#page #featured .head .sectiontitle {
  float: left;
  font-size: 30px;
  font-family: Prata, times new roman;
}

#page #featured .head .more {
  float: right;
}

#cover .placeholder a.btn,
#page .content .button a,
#page #featured .head .more a {
  float: left;
  color: #fff;
  background: none;
  font-size: 36px;
  font-family: Prata, times new roman;
  padding: 10px 20px;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  border: 2px solid #000;
}

#cover .placeholder a.btn {
  margin: 0 auto;
  float: none;
  display: inline-block;
}

#cover .placeholder a.btn span {
  position: relative;
  z-index: 20;
  font-size: 18px;
}

#cover .placeholder a.btn:hover,
#page .content .button a:hover,
#index .indexbanner a:hover,
#page #featured .head .more a:hover {
  color: #000 !important;
}

#cover .placeholder a.btn:before,
#page .content .button a:before,
#index .indexbanner a:before,
#page #featured .head .more a:before {
  content: "";
  position: absolute;
  background: #000;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#cover .placeholder a.btn:hover:before,
#page .content .button a:hover:before,
#index .indexbanner a:hover:before,
#page #featured .head .more a:hover:before {
  left: 100%;
}

#page .content .button a:after,
#index .indexbanner a:after,
#page #featured .head .more a:after {
  content: none;
}

#index .indexbanner a span,
#page #featured .head .more a span,
#page .content .button a span {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#page .content .button {
  margin: 30px auto 30px;
  clear: both;
  display: block;
  width: 100%;
}

#page .content .button.centered {
  text-align: center;
}

#page .content .button a {
  color: #fff !important;
  margin: 0 auto;
  float: none;
}

#page #featured ul {
  padding: 0;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#page #featured ul li {
  width: 32%;
  float: left;
  list-style: none;
  background: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: flex;
}

#page #featured ul li:nth-child(3n+2) {
  margin: 0 2%;
}

#page #featured ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}

#page #featured ul li a:hover {
  margin: -5px;
  padding: 5px;
}

#page #featured ul li a:hover {}

#page #featured ul li a .content {
  padding: 4px;
}

#page #featured ul li a .top .thumb {
  height: 175px;
  width: 100%;
  /*background: #aaa;*/
}

#page #featured ul li.art2 a .top .thumb {
  background: url(../gfx/featured1.jpg) no-repeat center;
  background-size: cover;
}

#page #featured ul li.art1 a .top .thumb {
  background: url(../gfx/featured2.jpg) no-repeat center;
  background-size: cover;
}

#page #featured ul li.art3 a .top .thumb {
  background: url(../gfx/featured3.jpg) no-repeat center;
  background-size: cover;
}

#page #featured ul li a .bottom .intro {
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  font-family: Prata, times new roman;
}

#page #featured ul li a .bottom .intro p {
  margin: 0;
}

.mainfooter {
  padding: 40px 0;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.mainfooter .links,
.flags {
  padding: 0;
  margin: 0;
}

.mainfooter .links {
  margin-bottom: 20px;
}

.flags {
  height: 32px;
}

.mainfooter .links li,
.flags li {
  display: inline-block;
  list-style: none;
  font-family: Prata, times new roman;
  font-size: 0;
}

.flags li.formobile {
  display: none;
}

.mainfooter .links li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
}

.mainfooter .links li:after {
  content: " -";
  margin: 0 5px;
  font-size: 24px;
  line-height: 24px;
}

.mainfooter .links li:last-child:after {
  content: none;
  margin: 0 5px;
  font-size: 24px;
  line-height: 24px;
}

.flags li a {
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  float: left;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}

.flags li a:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.flags li a.active {
  border: 2px solid rgba(0, 0, 0, 1);
}

.flags li a img {
  width: 24px;
}

#index {
  position: fixed;
  z-index: 1045;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #c9e2de;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index #index {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

#index .table {
  display: table;
  height: 100%;
}

#index .table .td {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0 0 0;
}

#index .indexbanner {
  width: 100%;
  text-align: center;
  background: url(../gfx/pattern3.png);
  border: 4px solid #fff;
  float: left;
  padding: 30px 0;
  font-family: Prata, times new roman;
  font-size: 40px;
}

#index .indexbanner h3 {
  font-weight: normal;
  display: inline-block;
}

#index .indexbanner a {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-size: 24px;
  margin-left: 50px;
  vertical-align: middle;
  margin-top: -10px;
  position: relative;
  border: 2px solid #000;
}

.index #index #interviews-index ul li,
.index #index #articles-index ul li,
.index #index #articles2-index ul li,
.index #index .indexbanner,
.index #index .mainfooter {
  animation-name: indexfade;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-sizing: border-box;
}

.index #index #interviews-index ul,
.index #index #articles-index ul,
.index #index #articles2-index ul {
  display: flex;
  flex-wrap: wrap;
}

.index #index #interviews-index ul li,
.index #index #articles-index ul li,
.index #index #articles2-index ul li {
  display: flex;
}

.quotebanner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.about .quotebanner {
  float: none;
}

.about .quotebanner .instances {
  text-align: center;
  padding: 100px 0;
  margin: 0;
}

.about .quotebanner .instances li {
  list-style: none;
  display: inline-block;
  background: none;
  transform: scale(0);
  transition: 0.5s;
  padding: 0 50px;
}

.about .quotebanner.inview .instances li {
  transform: scale(1);
}

.about .quotebanner.inview .instances li:nth-child(4n+1) {
  transition: 0.5s;
}

.about .quotebanner.inview .instances li:nth-child(4n+2) {
  transition: 0.5s 0.1s;
}

.about .quotebanner.inview .instances li:nth-child(4n+3) {
  transition: 0.5s 0.2s;
}

.about .quotebanner.inview .instances li:nth-child(4n+4) {
  transition: 0.5s 0.3s;
}

.about .quotebanner .instances li a {
  background: #fff;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  transition: 0.3s;
  overflow: hidden;
}

.about .quotebanner .instances li a:nth-child(2) {
  background: none;
  height: auto;
  text-decoration: none;
  color: #000;
  font-family: hind, arial, sans-serif;
  font-size: 20px;
  margin-top: 20px;
}

.about .quotebanner.inview .instances li a:hover {
  transform: scale(1.1);
}

.about .quotebanner .instances li a .valign {
  display: table-cell;
  vertical-align: middle;
}

.about .quotebanner .instances li a .valign img {
  max-width: 80%;
  max-height: 80%;
}

.quotebanner .blockwidth {
  display: block;
  position: relative;
  z-index: 50;
  width: auto;
  margin: 0 60px;
  background: #f7e2cb url(../gfx/cover_bg2.jpg);
}

.article .quotebanner .blockwidth {
  background: #f7e2cb url(../gfx/cover_bg3.jpg);
}

.about .quotebanner .blockwidth {
  background: #c9e2de url(../gfx/cover_bg.jpg);
}

.quotebanner .pagewidth {
  display: table;
}

.quotebanner .pagewidth .right {
  width: 50%;
  font-size: 30px;
  line-height: 40px;
  font-family: Prata, times new roman;
  padding: 140px 0;
  position: relative;
  display: table-cell;
}

.quotebanner .pagewidth .center {
  width: 100%;
  font-size: 40px;
  line-height: 40px;
  font-family: Prata, times new roman;
  padding: 140px 0;
  position: relative;
  display: table-cell;
}

.article .quotebanner .pagewidth .wide {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  padding: 60px 0;
  position: relative;
  display: table-cell;
}

.article .quotebanner .pagewidth .wide ul {
  margin: 0;
  padding: 0;
}

.article .quotebanner .pagewidth .wide .text,
.quotebanner .pagewidth .right .text,
.quotebanner .pagewidth .center .text {
  position: relative;
  z-index: 50;
  transform: translateX(25%);
  opacity: 0;
  transition: 1s;
}

.article .quotebanner.inview .pagewidth .wide .text,
.quotebanner.inview .pagewidth .right .text,
.quotebanner.inview .pagewidth .center .text {
  transform: translateX(0);
  opacity: 1;
}

.article .quotebanner .pagewidth .wide .text {
  width: 740px;
  margin: 0 auto;
}

.article .quotebanner .pagewidth .wide .slash,
.quotebanner .slash {
  width: 100%;
  position: absolute;
  right: -50%;
  bottom: 0;
  top: 0;
  z-index: 25;
  background: url(../gfx/slash.svg) no-repeat 80% 0;
  background-size: auto 100%;
  transition: 1s;
  opacity: 0;
}

.article .quotebanner.inview .pagewidth .wide .slash,
.quotebanner.inview .slash {
  right: 0;
  opacity: 1;
}

.quotebanner .left {
  width: 45%;
  position: relative;
  z-index: 25;
  display: table-cell;
  text-align: center;
}

.quotebanner .left .tablebox {}

.quotebanner .left .tablewrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.quotebanner .left .table {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.quotebanner .left .table .valign {
  display: table-cell;
  vertical-align: middle;
}

.quotebanner .left .table .valign .inner {}

.quotebanner .left img {
  max-width: 90%;
  max-height: 120%;
  margin: -10% auto;
  z-index: 25;
}

.quotebanner ul {
  position: relative;
  z-index: 50;
}

.quotebanner ul li {
  list-style: none;
  padding-left: 40px;
  background: url(../gfx/check.svg) no-repeat left;
  background-size: 27px;
}

@keyframes indexfade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#index #interviews-index ul li:nth-child(4n+1) {
  animation-delay: 0.5s;
}

#index #interviews-index ul li:nth-child(4n+2) {
  animation-delay: 0.6s;
}

#index #interviews-index ul li:nth-child(4n+3) {
  animation-delay: 0.7s;
}

#index #interviews-index ul li:nth-child(4n+4) {
  animation-delay: 0.8s;
}

#index #articles2-index ul li:nth-child(4n+1),
#index #articles-index ul li:nth-child(4n+1) {
  animation-delay: 0.7s;
  clear: left;
}

#index #articles2-index ul li:nth-child(4n+2),
#index #articles-index ul li:nth-child(4n+2) {
  animation-delay: 0.8s;
}

#index #articles2-index ul li:nth-child(4n+3),
#index #articles-index ul li:nth-child(4n+3) {
  animation-delay: 0.9s;
}

#index #articles2-index ul li:nth-child(4n+4),
#index #articles-index ul li:nth-child(4n+4) {
  animation-delay: 1.0s;
}

#index .indexbanner {
  animation-delay: 0.9s;
}

#index .mainfooter {
  animation-delay: 1.0s;
}


/*Seperators*/

.seperator span hr {
  background: #f7e2cb;
  border: 0;
  height: 1px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  z-index: 500;
}

#interview.about .seperator span hr {
  background: #c9e2de;
}

.article .seperator span hr {
  background: #dfe8f1;
}

.seperator span hr:after {
  content: "";
  width: 74px;
  height: 45px;
  background: url(../gfx/seperator.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -37px;
}

.article .seperator span hr:after {
  background: url(../gfx/seperator2.svg) no-repeat;
  background-size: contain;
}

#interview.issues .seperator span hr:after {
  background: url(../gfx/seperator3.svg) no-repeat;
  background-size: contain;
}

#interview.about .seperator span hr:after {
  background: url(../gfx/seperator4.svg) no-repeat;
  background-size: contain;
}

header {
  position: fixed;
  top: 0;
  right: 25px;
  bottom: 0;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: table;
}

.anchor {}

.anchor-nav {
  display: table-cell;
  vertical-align: middle;
}

.anchor-nav a {
  font-size: 0;
  background: #c9e2de;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  float: left;
  clear: both;
  margin: 5px 0;
}

.scroll-progress-container {
  height: 5px;
  background: none;
  bottom: -5px;
  left: 60px;
  right: 60px;
  position: absolute;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index .scroll-progress-container {
  opacity: 0;
}

.scroll-progress {
  width: 0px;
  height: 4px;
  background: #f0c495;
}

.article .scroll-progress {
  background: #a2bccf;
}


/* Create huge scrolling area (imitates height of a page) */

main {
  padding: 0 0 1500px 0;
  overflow: hidden;
}


/* Styles for wrap for demo */

.wrap {
  text-align: center;
  background: #fff;
  padding: 50px 0;
  -moz-box-shadow: 0 0 6px rgba(153, 153, 153, 0.25);
  -webkit-box-shadow: 0 0 6px rgba(153, 153, 153, 0.25);
  box-shadow: 0 0 6px rgba(153, 153, 153, 0.25);
  position: relative;
}


/* Default Animation Styles */

#animation {
  background: #000;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 50px auto;
  position: fixed;
  z-index: 999;
}

#animation i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cookieWarning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 16px;
  font-family: Prata, times new roman;
  font-size: 16px;
  text-align: center;
  display: none;
}

#cookieWarning div {
  display: inline-block;
  margin: 0 auto;
}

#cookieWarning a {
  font-family: hind, arial, sans-serif;
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  height: 24px;
  line-height: 28px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

#cookieWarning a.cookieWarning-info {
  background: #a2c3be;
}

#cookieWarning a:hover {
  background: #c9e2de;
}

.languagebar {
  margin-top: 20px;
}

.languagebar ul {
  padding: 0;
}

.languagebar li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #a3c5c0;
}

.languagebar li img {
  width: 20px;
  height: 20px;
  padding: 1px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  float: left;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
  margin-right: 5px;
}

.languagebar li a {}

.languagebar li a:after {
  content: none !important;
}

.contacttable td {
  vertical-align: top;
  width: 50%;
  display: block;
}

.for-gb,
.for-po {
  display: none;
}

.page-gb .for-nl {
  display: none;
}

.page-gb .for-gb {
  display: block;
}

.page-po .for-nl {
  display: none;
}

.page-po .for-po {
  display: block;
}

#cover .placeholder {
  position: absolute;
  top: 90px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  z-index: 100;
  box-sizing: border-box;
}

#cover .placeholder .table {
  display: table;
  width: 80%;
  margin: 0 10%;
  height: 100%;
  text-align: center;
}

.choose #cover .placeholder {
  margin: 0 auto;
  text-align: center;
}

.choose #cover .placeholder .table {
  margin: 0 auto;
}

.choose #cover .placeholder .table #logo {
  margin-bottom: 50px;
}

#cover .placeholder .valign {
  display: table-cell;
  vertical-align: middle;
}

#cover .placeholder h1 {
  font-family: Prata, times new roman;
  font-size: 40px;
}

#cover .placeholder a.btn {}

ul.langbuttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 360px;
}

ul.langbuttons li {
  display: inline-block;
  word-break: keep-all;
}

ul.langbuttons li a {
  width: auto;
  background: #000000;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin: 12px 0;
  font-family: Prata, times new roman;
  font-size: 16px;
  width: 360px;
  text-align: left;
  position: relative;
}

ul.langbuttons li a:hover {
  color: #000;
}

ul.langbuttons li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  z-index: 5;
  transition: 0.3s;
}

ul.langbuttons li a:hover:before {
  right: 0;
}

ul.langbuttons li a span {
  float: left;
  width: 50px;
  background: #fff;
  color: #aaa;
  text-align: center;
  position: relative;
  z-index: 10;
}

ul.langbuttons li a .text {
  padding: 0 20px 0 70px;
  position: relative;
  z-index: 10;
  color: #fff;
  transition: 0.3s !important;
}

ul.langbuttons li a:hover .text {
  color: #000;
}

.extendedfooter,
.zinc {
  display: none;
  visibility: hidden;
}

.lang-pt .zinc,
.lang-gr .zinc,
.lang-fi .zinc,
.lang-be .zinc,
.lang-fl .zinc {
  display: inline;
  visibility: visible;
  position: absolute;
  bottom: 20px;
  left: 60px;
  font-size: 12px;
  line-height: 12px;
}

.lang-no .extendedfooter.
.lang-gr .extendedfooter {
  border-top: 1px solid rgba(238, 238, 238, 1);
  padding-top: 40px;
  margin: 40px 60px 0 60px;
  font-size: 16px;
}

.lang-pt .extendedfooter .img,
.lang-no .extendedfooter .text,
.lang-no .extendedfooter .img,
.lang-gr .extendedfooter .text,
.lang-gr .extendedfooter .img
{
  display: inline-block;
  vertical-align: middle;
}

.lang-no .extendedfooter .text,
.lang-gr .extendedfooter .text {
  margin-top: -8px;
}
.lang-pt .extendedfooter .text {
  display: none;
}

.lang-pt .extendedfooter .img,
.lang-no .extendedfooter .img,
.lang-gr .extendedfooter .img {
  margin-left: 40px;
}

.lang-pt .extendedfooter .img img,
.lang-no .extendedfooter .img img,
.lang-gr .extendedfooter .img img {
  height: 40px;
}

.lang-pt .extendedfooter.lang-no,
.lang-no .extendedfooter.lang-no,
.lang-gr .extendedfooter.lang-no {
  display: block;
  visibility: visible;
  margin-top: 50px;
}

.lang-gr .extendedfooter .img img {
    
}

@media (max-width: 1250px) {
  .pagewidth {
    width: 90%;
    margin: 0 5%;
  }
  .change.issues #cover .image {
    height: 80%;
  }
  #page .content blockquote {
    display: block;
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .article .quotebanner .pagewidth .wide .text {
    width: 90%;
  }
  #page .fold {
    width: 100%;
    background: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    margin-bottom: 0;
    /*float: left;*/
    min-height: none;
  }
  #page #cover.big {
    height: 400px;
  }
  #interview #cover.big .side .symbol {
    height: auto;
  }
  #cover.big .side.left .corner.bottom,
  #cover.big .side.right .corner.bottom {
    margin-bottom: 0;
  }
  #page .content .share.top {
    display: none;
  }
  #interview #cover.big .pagetitle .table {
    height: 250px;
  }
  #page #interviews ul li a {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  .pagewidth {
    width: auto;
    display: block;
    margin: 0 60px;
  }
  #index #interviews-index ul li,
  #index #articles-index ul li,
  #index #articles2-index ul li {
    width: 49%;
  }
  #index #interviews-index ul li:nth-child(2n+2),
  #index #articles2-index ul li:nth-child(2n+2),
  #index #articles-index ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  #index #interviews-index ul li a,
  #index #articles-index ul li a,
  #index #articles2-index ul li a {
    min-height: 0;
  }
  #page .content p,
  #page .content blockquote,
  #page .content .share,
  .seperator span hr {
    margin-bottom: 5%;
  }
  #page #articles.others ul li a {
    min-height: 0;
  }
  #interview .seperator span hr {
    margin: 10% 0;
  }
  .quotebanner .pagewidth .right {
    padding: 10% 0;
  }
  #page #articles.others ul li .content,
  #page #interviews.others ul li .content {
    margin: 0;
    width: 100%;
  }
  .lang-pt .extendedfooter .img,
  .lang-no .extendedfooter .img,
  .lang-gr .extendedfooter .img {
    margin: 20px 0 0 0;
    clear: both;
    display: block;
  }
  .lang-pt .extendedfooter .img img,
  .lang-no .extendedfooter .img img,
  .lang-gr .extendedfooter .img img {
    max-width: 100%;
    max-height: 40px;
    height: auto;
  }
}

@media (max-width: 1000px) {
  #page #interviews ul li,
  #page #interviews ul li:nth-child(2n+1),
  #page #interviews.others ul li:nth-child(3n+2) {
    width: 100%;
    margin-bottom: 5%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #page #interviews.others ul li,
  #page #interviews.others ul li:nth-child(2n+1) {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #page .content {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 5%;
  }
  #page .content .pagetitles {
    margin-left: 0;
  }
  #page #featured .content,
  #page #interviews .content,
  #page #articles .content {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #interview.article #cover .pagetitle .table .td.alignright {
    display: none;
  }
  #interview.article #cover .pagetitle .table .td {
    text-align: center;
  }
  #interview.article #cover .pagetitle .table .td h1 {
    padding: 0;
  }
}

@media (max-width: 800px) {
  #cover .sidespacer {
    transform: none !important;
  }
  .scroll-progress-container {
    left: 0;
    right: 0;
  }
  #interview #page .content.section:first-child {
    padding-top: 5%;
  }
  body {
    overflow-y: auto !important;
  }
  #cover .animation,
  header {
    display: none;
  }
  .flags {
    background: #fff;
  }
  #page .content .pagetitles {
    margin: 25px 0;
  }
  #page .content p {
    margin-top: 0;
  }
  #page #interviews:before {
    left: 0;
    top: 60px;
  }
  #page #articles:before {
    right: 0;
    top: 60px;
  }
  #page #articles.others ul li,
  #page #articles.others ul li:nth-child(2n+1),
  #page #articles.others ul li:nth-child(3n+2) {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .scrolled.index.mobilescrolled #header {
    background: none;
    box-shadow: none;
  }
  .index #index {
    padding-top: 60px;
  }
  #interview #page .content,
  .pagewidth {
    width: 90%;
    margin: 0 5%;
  }
  #page .section.content,
  #page .content.section:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header .border {
    top: 60px;
  }
  #header,
  .scrolled #header {
    padding: 0 20px;
    height: 60px !important;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .index #header {
    margin: 0;
    padding: 0 20px;
  }
  .quotebanner .pagewidth {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .quotebanner .blockwidth {
    margin: 0;
  }
  .quotebanner .pagewidth .left,
  .quotebanner .pagewidth .right {
    width: 100%;
    display: block;
  }
  .quotebanner .pagewidth .right {
    padding: 10% 5%;
    width: 90%;
  }
  .quotebanner .left img {
    position: static;
    height: auto;
    max-width: 80%;
    position: relative;
    margin: -10px 10% -10px 10%;
  }
  .mobilescrolled #header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .scrolled #cover .sidespacer.left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .scrolled #cover .sidespacer.right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .scrolled #header:after {
    display: none;
  }
  #header #logo img {
    margin: 15px 0;
    height: 30px;
  }
  #header #logo {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mobilescrolled #header #logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .scrolled #header #navtoggle {
    -webkit-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
  }
  #header #navtoggle {
    -webkit-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
  }
  #page {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
  }
  #page .content h2,
  .quotebanner .pagewidth .right,
  #page #interviews.others .sectiontitle h2 {
    font-size: 25px;
  }
  #page #interviews ul li a {
    float: left;
  }
  #page #interviews ul li a .left,
  #page #interviews ul li a .right {
    width: 100%;
    display: block;
    float: left;
  }
  #page #interviews ul li a .left:before {
    right: 4px;
    width: auto;
    height: 80px;
  }
  #page #interviews ul li a .left .thumb {
    margin: 0 auto;
    height: 120px;
    width: 120px;
    border: 2px solid #fff;
    margin-top: 20px;
  }
  #page #interviews ul li a .right {
    padding: 10px 30px 30px 30px;
    width: auto;
  }
  #page #articles ul li,
  #page #articles ul li:nth-child(2n+1),
  #page #featured ul li,
  #page #featured ul li:nth-child(3n+2),
  .quotebanner {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0;
    margin-right: 0;
  }
  #page #featured .head .more {
    display: none;
  }
  #page #featured {
    padding: 100px 0 60px 0;
  }
  #page #featured:before {
    width: 104px;
    height: 95px;
    margin-left: -52px;
    top: -38px;
  }
  #page .content {
    padding: 60px 0;
  }
  /*Cover*/
  #cover {
    position: static;
    float: left;
    width: 100%;
    margin-top: 60px;
    height: auto;
  }
  #interview #cover {
    height: auto;
    margin-bottom: 5%;
  }
  #cover .image {
    display: none;
  }
  #interview #cover .pagetitle {
    top: 0;
  }
  #interview #cover .pagetitle .table {
    height: 400px;
    width: 100%;
  }
  #interview #cover .side .symbol {
    width: 90%;
  }
  #interview #cover .pagetitle .table .td h1 {
    font-size: 25px;
  }
  #page .content h2,
  .quotebanner .pagewidth .right,
  #page #interviews.others .sectiontitle h2 {
    font-size: 20px;
  }
  #cover .sidespacer {
    padding: 0;
    /*height: auto;*/
  }
  #interview #cover .sidespacer {
    padding-top: 0;
  }
  #interview.about #cover .side.right,
  #cover .side {
    height: 400px;
  }
  .placeh #cover .side {
    height: 100vh;
  }
  #cover .side .symbol {
    width: 80%;
  }
  #cover .about {
    text-align: center;
  }
  #cover .about .pagewidth .thumb {
    display: inline-block;
    margin: 0 auto;
    float: none;
    width: 100px;
    height: 100px;
  }
  #cover .about .pagewidth .thumb span {
    width: 100px;
    height: 100px;
  }
  #cover .about .pagewidth .name {
    display: block;
    margin: 10px;
  }
  #cover .about .pagewidth .time {
    margin: 10px;
  }
  #coverlogo {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  #coverlogo img {
    height: 10%;
    width: 70%;
    max-width: 250px;
  }
  #cover .side.right .title {
    /*width: 100%;*/
    height: 25%;
    left: 0;
    z-index: 100;
  }
  #cover .side.right .title.diamonds {
    height: 10%;
    margin: 15px auto 0;
  }
  #cover .side.right .number {
    left: auto;
    width: 70%;
    right: 10%;
  }
  #cover .side.right .paragraph {
    display: none;
  }
  #cover .side.right .wrapped {
    width: 200%;
    margin-left: -100%;
  }
  #cover .side.right .wrapped .valign {}
  #cover .side .corner.top {
    width: 10%;
  }
  #cover .side .corner.bottom {
    width: 20%;
  }
  #index #interviews-index ul li,
  #index #articles-index ul li,
  #index #articles2-index ul li {
    width: 100%;
  }
  #index .indexbanner {
    text-align: center;
  }
  #index .indexbanner h3,
  #index .indexbanner a {
    display: inline-block;
    margin: 0;
    clear: both;
    padding: 0 20px;
    line-height: 50px;
  }
  .article .quotebanner .pagewidth .wide {
    padding: 5% 0;
  }
  .quotebanner ul {
    padding: 0;
  }
  .quotebanner ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  #interview #cover.big .pagetitle .table {
    height: 400px;
  }
  #interview #cover .pagetitle {
    z-index: 90;
  }
  #page .content .textblock img,
  #page .content .textblock img.alignleft,
  #page .content .textblock img.alignright {
    float: none;
    margin: 0 auto;
    display: block;
  }
  #page .content .textblock .languagebar img {
    float: left;
    margin: 0 5px 0 0;
  }
  #page .issue .right img.title {
    margin: 50px auto;
  }
  .flags {
    height: 44px;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    margin: 0 20px;
    position: relative;
  }
  .flags.active {
    overflow: visible;
    height: auto;
  }
  .flags:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 5;
  }
  .flags:after {
    content: "";
    height: 20px;
    width: 20px;
    background: url(../gfx/arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .flags.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .flags li {
    width: 100%;
  }
  .flags li a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    width: auto;
    height: auto;
    border: 0;
    line-height: 24px;
    padding: 10px 0;
    display: block;
    font-family: Prata, times new roman;
  }
  .flags li a img {
    vertical-align: middle;
    line-height: 24px;
    margin-top: -3px;
  }
  #page #featured {
    margin: 0;
  }
  #index .table .td {
    padding-top: 5%;
  }
  #index #interviews-index ul li {
    margin-bottom: 5%;
  }
  #interview #page .content small {
    margin-bottom: 5%;
  }
  #page .content h1,
  #page .content h2 {
    margin: 5% 0;
  }
  #page {
    overflow-x: hidden;
  }
  #header .share {
    top: 18px;
    right: 130px;
  }
  #header .share .addthis_toolbox {
    position: fixed;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 16px 0 12px 0;
    opacity: 0;
    transform: translateY(10px);
    transition: 1s;
    border-top: 1px solid #eee;
    text-align: center;
  }
  #header .share.open .addthis_toolbox {
    opacity: 1;
    transform: translateY(0);
  }
  #header .share .addthis_toolbox a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .quotebanner .left .tablewrapper {
    position: static;
    margin: 0;
  }
  .quotebanner .left img {
    margin: 10% 0 0 0;
  }
  .scrolled #header .border,
  #header .border.move {
    display: none;
  }
  .index #header .border,
  .index #header .border.move {
    top: 60px;
    display: block;
  }
  .flags li.formobile {
    display: inline-block;
  }
  .flags li a {
    width: 100%;
    text-align: left;
  }
  .flags li a:hover {
    border: 0;
  }
  #index .table {
    padding-top: 60px;
  }
  .lang-fi .zinc,
  .lang-be .zinc,
  .lang-fl .zinc {
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 500px) {
  .issue .left {
    display: none;
  }
}

@media (max-width: 680px) {

	ul.langbuttons {
	    width: auto;
	}

	ul.langbuttons li a {
	    width: 260px !important;
	    font-size: 12px;
	}

	.choose #cover .placeholder .table #logo {
	    width: 260px !important;
	}

	.choose #cover .placeholder .table #logo img {
	    width: 100% !important;
	}

}

@media (max-width: 320px) {

	ul.langbuttons {
	    width: auto;
	}

	ul.langbuttons li a {
	    width: 200px !important;
	    font-size: 10px;
	}

	.choose #cover .placeholder .table #logo {
	    width: 200px !important;
	}

	.choose #cover .placeholder .table #logo img {
	    width: 100% !important;
	}

}

.ext-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.ext-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -330px;
  width: 600px;
  height: 300px;
  background: white;
  z-index: 1001;
  border: solid 2px #ddd;
  padding-bottom: 100px;
}

.ext-popup .top {
  padding: 30px;
  height: 238px;
  overflow-y: auto;
}

.ext-popup .actions {
  padding-top: 30px;
  border-top: solid 1px #ddd;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

#p_close {
  cursor: pointer;
  border: solid 2px #ccc;
  background: white;
  padding: 10px 60px;
  font-size: 16px;
  border-radius: 5px;
}

#p_ok {
  margin-left: 20px;
  cursor: pointer;
  border: solid 2px #ccc;
  background: white;
  padding: 10px 60px;
  font-size: 16px;
  border-radius: 5px;
}
