/* Colors */
/* Fonts */
/*

@mixin basicBlock {background-color: $basicBlockBackgroundColor; border: 1px solid $basicBlockBorderColor; border-radius: $basicBlockBorderRadiusOutter; box-shadow: 0 .5rem .8rem -.5rem rgba(0, 0, 0, 0.5)}
@mixin blockHeader {border-bottom: 1px solid $basicBlockBorderColor; border-radius: $basicBlockBorderRadiusInner $basicBlockBorderRadiusInner 0 0; color: $basicBlockHeaderColor; background-color: $basicBlockHeaderBackgroundColor}
@mixin blockFooter {border-left: 1px solid $basicBlockBorderColor; border-radius: 0 0 $basicBlockBorderRadiusInner $basicBlockBorderRadiusInner; color: $basicBlockHeaderColor; background-color: $basicBlockHeaderBackgroundColor; min-height: $basicBlockBorderRadiusOutter}
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "SharpUnity", Verdana, sans-serif;
}

header.main {
  width: 100%;
  background: #8b8675 no-repeat center center;
  clear: both;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content_wrap {
  width: 100%;
  min-width: 19em;
  max-width: 71.5em;
  padding: 0.875em;
  margin: 0 auto;
  position: relative;
  content: "";
  display: table;
  clear: both;
}

header .content_wrap {
  padding-top: 0;
}

h2.section_title {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 2.1em;
  margin-bottom: 2em;
  padding: 0.583333em;
}

h2.section_title strong {
  font-size: 1.5em;
  display: block;
}

a.button {
  font-family: "SharpUnity", Verdana, sans-serif;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  line-height: 3em;
  padding: 0 2em;
  border-radius: 0.25em;
  border: 1px solid;
}

header.main h1 {
  margin: 0 auto;
  font-family: "GTSectraDisplay", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 3.75em;
  color: #ffffec;
  line-height: 1.4em;
  padding: 1.3em 0 1.8em 0;
  animation: fadein 4s;
}

header.main h1 {
  display: block;
  clear: both;
  width: 80%;
  text-align: center;
}

header.main h1 a {
  color: #ffffec;
  animation: fadein 8s;
}

header.main h1.collection span {
  display: block;
  padding-top: 0.5em;
  font-size: 0.6em;
  line-height: 1.25em;
}

header.main h1.collection span a {
  color: #ff0;
}

header.main h1.collection span strong {
  white-space: nowrap;
}

@keyframes fadein {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffec;
  }
}
@-moz-keyframes fadein {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffec;
  }
}
@-webkit-keyframes fadein {
  0% {
    color: transparent;
  }
  100% {
    color: #ffffec;
  }
}
h1 span {
  font-size: 0.5em;
}

.social {
  display: table;
}

.social a.button {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0.875em;
  margin-bottom: 1.75em;
  width: 3.125em;
  height: 3.125em;
  text-align: center;
}

.social a.button img {
  vertical-align: middle;
}

.social a.facebook {
  border-color: #385d9a;
  margin-left: 0;
}

.social a.twitter {
  border-color: #1da1f2;
}

.social a.trip {
  border-color: #549549;
}

.social a.instagram {
  border-color: #c63899;
}

.social a.youtube {
  border-color: #ed2329;
}

.social a.google {
  border-color: #dd4b39;
}

.social a.button:hover {
  border-color: #000;
}

/* Languages */
#languages {
  float: right;
  margin-right: 0.875em;
}

#languages li {
  text-transform: uppercase;
  line-height: 2em;
  font-size: 0.75em;
  display: inline-block;
}

#languages span, #languages a {
  display: inline-block;
  width: 4.25em;
  text-align: center;
}

#languages span {
  background-color: #ff6339;
  color: #fff;
}

#languages a {
  background-color: #a0a0a0;
  color: #fff;
  text-decoration: none;
}

#languages a:hover {
  background-color: #000;
  color: #fff;
}

#languages li:first-child span, #languages li:first-child a {
  border-bottom-left-radius: 0.25em;
}

#languages li:last-child span, #languages li:last-child a {
  border-bottom-right-radius: 0.25em;
}

/* 3D video */
#video_button {
  float: left;
  margin-left: 0.875em;
  width: 11em;
}

#video_button a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 2em;
  font-size: 0.75em;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

#video_button a {
  background-color: #ff6339;
  color: #fff;
}

#video_button a:hover {
  color: #ff6339;
  background-color: #000;
}

/* Fundraising */
#donate_button {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.5em;
  width: 7em;
}

#donate_button a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 2em;
  font-size: 0.75em;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

#donate_button a {
  background-color: #ff6339;
  color: #fff;
}

#donate_button a:hover {
  color: #ff6339;
  background-color: #000;
}

/* Web header */
#control {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  padding: 0.875em;
}

#control .navigation {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  position: relative;
}

#control .logo {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
}

#control .button {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  text-align: right;
}

#control .button a {
  display: inline-block;
  border-radius: 0.25em;
  font-size: 0.875em;
  text-decoration: none;
  line-height: 3.5em;
  width: 15em;
  text-align: center;
  background-color: #ff6339;
  color: #fff;
}

#control .button a:hover {
  background-color: #000;
}

#control .navigation span.ico {
  display: inline-block;
  border-radius: 0.0714em;
  font-size: 3.5em;
  text-decoration: none;
  padding-top: 0.05em;
  line-height: 0.825em;
  width: 0.875em;
  text-align: center;
}

#control .navigation button.ico {
  display: inline-block;
  border-radius: 0.0714em;
  font-size: 3.5em;
  text-decoration: none;
  padding-top: 0.05em;
  line-height: 0.825em;
  width: 0.875em;
  text-align: center;
  background-color: #fff;
  border: 0;
}

#control .navigation span.menu {
  color: #8b8675;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  border: 1px solid #8b8675;
}

#control .navigation span.menu:hover {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

/*  DOCASNE VYPNUTO */
#xcontrol .navigation .search_wrap {
  display: none !important;
}

#control .navigation .search_wrap {
  position: absolute;
  top: 20%;
  left: 4em;
  white-space: nowrap;
}

#control .navigation span.search {
  color: #fff;
  background-color: #4e4c45;
  border: 1px solid #4e4c45;
}

#control .navigation span.search:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

#control .navigation span.search.active {
  display: none;
}

/* Main navigation */
#nav {
  position: absolute;
  z-index: 999;
  top: 20%;
  left: 0;
  display: none;
  font-size: 0.875em;
  width: 20em;
  line-height: 1.5em;
  border-radius: 0.25em;
}

#nav #menu_header {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 1.2em 1.25em 1em 1.25em;
}

#nav #menu_header:hover {
  cursor: pointer;
}

#nav #menu_header span {
  font-weight: normal;
}

#nav #menu_header .ico {
  float: left;
  font-size: 4em;
  vertical-align: middle;
  margin-right: 0.25em;
}

#nav #menu_header .sym {
  float: right;
  font-size: 1.2em;
  vertical-align: middle;
}

#nav #menu_footer {
  background-color: #000;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border: 1px solid #000;
  border-top: 0;
  padding: 0 0 0.25em 0;
}

#nav ul li {
  display: block;
}

#navx ul li:last-child a, #navx ul li:last-child span {
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

#nav ul li a, #nav ul li span {
  display: block;
  position: relative;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2em 1.25em 1em 1.25em;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#nav ul li a:hover, #nav ul li span:hover {
  background-color: #ff6339;
  cursor: pointer;
}

#nav ul li a.active, #nav ul li span.active {
  background-color: #ff6339;
}

#nav ul li a.submenu::after, #nav ul li span.submenu::after {
  font-family: Web-symbols, sans-serif;
  font-size: 0.65em;
  content: ">";
  float: right;
  width: 1.2em;
  vertical-align: middle;
}

#nav ul li a.active.submenu::after, #nav ul li span.active.submenu::after {
  transform: rotate(90deg);
  font-family: Web-symbols, sans-serif;
  font-size: 0.65em;
  content: ">";
  float: right;
  width: 1.5em;
  vertical-align: middle;
}

#nav ul li ul li ul {
  display: none;
}

#nav ul li ul li {
  position: relative;
}

#nav ul li ul li a, #nav ul li ul li span {
  font-size: 0.928587em;
  background-color: #3b3b3b;
  text-transform: none;
}

#nav ul li ul li a:hover, #nav ul li ul li span:hover {
  color: #ff6339;
  background-color: #3b3b3b;
}

#nav ul li ul li:last-child a, #nav ul li ul li:last-child span {
  border-bottom: 0;
  border-radius: 0;
}

#nav ul li ul li ul {
  display: none;
  position: absolute;
  width: 20em;
  top: 0;
  right: -100%;
  padding: 0 1px;
}

#nav ul li ul li ul li:first-child a, #nav ul li ul li ul li:first-child span {
  border-top: 1px solid #000;
}

#nav ul li ul li ul li:last-child a, #nav ul li ul li ul li:last-child span {
  border-bottom: 1px solid #000;
}

#nav ul li ul li:hover ul {
  display: block;
}

#nav li.language_selection ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#nav li.language_selection ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

#nav li.language_selection ul li a, #nav li.language_selection ul li span {
  background-color: #000;
}

#nav li.language_selection ul li a:hover {
  color: #fff;
  background-color: #ff6339;
}

#nav li.language_selection {
  display: none;
}

/* Search */
#search {
  display: none;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 0.25em;
  padding-right: 1em;
}

#control .navigation #search span.ico {
  position: relative;
}

#control .navigation #search span.ico:hover {
  cursor: pointer;
}

#control .navigation #search button.ico {
  position: relative;
}

#control .navigation #search button.ico:hover {
  cursor: pointer;
}

#search input {
  border: 0;
  border-bottom: 1px solid #000;
  vertical-align: top;
  margin-top: 1em;
}

#search .sym {
  margin-left: 1em;
  font-size: 1.2em;
  vertical-align: 50%;
}

#search .sym:hover {
  cursor: pointer;
}

#down {
  position: absolute;
  clear: both;
  bottom: 1.75em;
  width: 100%;
  margin: -0.875em;
  text-align: center;
}

#down img {
  width: 3em;
}

#down .button {
  display: none;
}

/* Footer */
footer.main {
  width: 100%;
  background: #000;
  clear: both;
  padding: 6em 0;
}

footer.main .col {
  display: table-cell;
  line-height: 1.5em;
  color: #a0a0a0;
  font-size: 0.875em;
  padding: 1em 0;
  border-left: 1px solid #8b8675;
  vertical-align: top;
}

footer.main .col .wrap {
  display: table;
  margin: 0 auto;
}

footer.main div.logo {
  border: 0;
}

footer.main div.logo .wrap {
  margin-left: 0;
}

footer.main div.contact .wrap {
  margin-right: auto;
}

footer.main div.logo_bottom {
  display: none;
}

footer.main p {
  margin-bottom: 1em;
}

footer.main .logo a, footer.main .logo_bottom a {
  color: #00d646;
}

footer.main .logo p {
  margin-top: 1em;
}

footer.main .content_wrap .links div {
  display: table;
  font-size: 1em;
  padding: 0;
  border: 0;
}

footer.main .links ul {
  display: table-cell;
}

footer.main .links li {
  margin-bottom: 1em;
}

footer.main .links a {
  color: #f7f7f7;
  text-decoration: none;
}

footer.main .links ul.left_side {
  padding-right: 1em;
}

footer.main .links ul.left_side a {
  font-weight: bold;
  text-transform: uppercase;
}

footer.main h6 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
}

footer.main .social a {
  color: #a0a0a0;
  text-decoration: none;
}

footer.main .social a:hover {
  color: #fff;
}

footer.main .social li {
  margin-bottom: 1em;
  white-space: nowrap;
}

footer.main .social li span {
  margin-right: 0.5em;
  vertical-align: middle;
}

footer.main .social li span img {
  margin-right: 1em;
}

footer.main .contact p {
  white-space: nowrap;
}

/* Main text content */
.breadcrumbs {
  font-size: 0.625em;
  color: #a0a0a0;
  position: absolute;
  top: 5em;
  line-height: 1.875;
}

.breadcrumbs a {
  color: #a0a0a0 !important;
}

#main_text {
  background-color: #ffffec;
  clear: both;
  position: relative;
}

#main_text article {
  content: "";
  width: 100%;
  display: table;
  clear: both;
  position: relative;
  padding: 8em 0;
}

#main_text .main_content {
  width: 58.33333%;
  padding: 0 0.875em;
  float: left;
}

aside {
  width: 33.33333%;
  position: relative;
  padding: 0 0.875em;
  float: right;
}

aside.main_image .img_wrap {
  border-radius: 0.25em;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  height: 21em;
  overflow: hidden;
}

aside.main_image .img_wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* Table of content */
#main_text aside {
  width: 33.33333%;
  position: relative;
  padding: 0 0.875em;
  float: right;
}

#xmain_text .main_image {
  width: 41.666666%;
  position: relative;
  padding: 0 0.875em;
  float: right;
  padding-bottom: 1.75em;
}

#main_text aside .toc {
  position: relative;
  z-index: 10;
  padding: 1em 2em;
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: inset 71px 0 0 -64px #a0a0a0, 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}

#main_text aside .toc .larrow {
  position: absolute;
  top: 1em;
  left: -1.2em;
  width: 0;
  height: 0;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-right: 1.25em solid #a0a0a0;
}

#main_text aside .toc.fixed {
  position: fixed;
  top: 0;
}

#main_text aside .toc ul {
  margin: 0;
  padding: 0;
}

#main_text aside .toc li {
  list-style-type: none;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  line-height: 1.5em;
}

#main_text aside .toc li a {
  color: #262626;
}

#main_text aside .toc li a:hover {
  color: #ff6339;
}

#main_text aside .toc li.h2 {
  font-weight: bold;
}

#main_text aside .toc li.h3 {
  margin-left: 1em;
}

#main_text aside .toc li.h4 {
  margin-left: 2em;
}

#main_text aside .toc li.h5 {
  margin-left: 3em;
}

#main_text aside .toc li.h6 {
  margin-left: 4em;
}

/* Image gallery */
#gallery {
  clear: both;
  padding: 1.75em 0;
  display: table;
  width: 100%;
}

#gallery .wrap {
  margin: 0 -1.69%;
}

#gallery a {
  display: block;
  width: 29.95333%;
  margin: 1.69%;
  float: left;
  overflow: hidden;
}

#gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.text {
  font-family: "SharpUnity", Verdana, sans-serif;
  line-height: 1.875;
}

.text a {
  color: #ff6339;
}

.text h2 {
  font-weight: bold;
  font-size: 2.25em;
  margin-bottom: 0.375em;
  line-height: 1.416666;
  text-transform: uppercase;
}

.text h3 {
  font-size: 1.5em;
  margin-bottom: 1.25em;
}

.text h4, .text h5, .text h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

.text ul, .text p, .text code {
  margin-bottom: 2em;
}

.text ul {
  margin: 0 0 2em 3em;
  list-style-type: disc;
  list-style-position: outside;
}

.text ol {
  margin: 0 0 2em 3em;
  list-style-type: decimal;
  list-style-position: outside;
}

.text ul li ul {
  margin: 0 0 0 3em;
  list-style-type: circle;
}

.text h4.date {
  position: relative;
}

.text h4.date .ico {
  position: relative;
  top: 0.075em;
  font-size: 2.25em;
  line-height: 1em;
}

.textx h4.date .ico {
  position: relative;
  top: 0.075em;
  font-size: 2.25em;
  line-height: 1em;
  vertical-align: bottom;
  text-decoration: none !important;
}

.text h4.date a {
  color: #000;
  text-decoration: none;
  margin-left: 0;
}

.text h4.date a:hover {
  color: #000;
  text-decoration: underline;
}

.text img.in_img {
  width: 50%;
}

.text img.in_img:hover {
  cursor: pointer;
}

div.full_page {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

div.full_page:hover {
  cursor: pointer;
}

div.full_page div {
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

div.full_page div img {
  width: 100%;
}

div.full_page div p {
  width: 100%;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

/* Personalities */
#personalities {
  background-color: #ffffec;
  clear: both;
  position: relative;
  padding-top: 0.875em;
}

#personalities .content_wrap {
  padding: 8em 0.875em;
}

#personalities .content_wrap .breadcrumbs {
  margin-left: 1.4em;
}

#personalities .description {
  padding: 0 0.875em 1.75em 0.875em;
}

#personalities .person {
  float: left;
  width: 33.333333%;
  padding: 0.875em;
}

.person_profile .person .wrap {
  display: block;
  text-decoration: none;
  color: #262626;
  border-radius: 0.25em;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.person_profile .person .person_img {
  width: 100%;
  height: 21em;
  overflow: hidden;
  position: relative;
  border-radius: 0.25em 0.25em 0 0;
}

.person_profile .person .person_img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.person_profile .person .person_info {
  width: 100%;
  height: 15em;
  line-height: 1.6em;
  overflow: hidden;
  padding: 1.75em;
  position: relative;
  border-radius: 0 0 0.25em 0.25em;
}

.person_profile .person .person_info h3 {
  font-weight: bold;
}

.person_profile .person .person_info p.meta {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}

.person_profile .person .person_info p.quote {
  font-style: italic;
}

.person_profile .person a .link_over {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  height: 21em;
  border-radius: 0.25em 0.25em 0 0;
  color: #fff;
  background-color: rgba(255, 99, 57, 0.7);
}

.person_profile .person a:hover .link_over {
  display: block;
}

.person_profile .person .link_over span {
  display: inline-block;
  font-size: 14em;
  line-height: 1.5em;
}

.person_profile .person .half_transparent {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 5.25em;
  border-radius: 0 0 0.25em 0.25em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
}

#personality {
  background-color: #ffffec;
  clear: both;
  position: relative;
}

#personality article {
  content: "";
  width: 100%;
  display: table;
  clear: both;
  position: relative;
  padding: 8em 0;
}

#personality .main_content {
  width: 58.33333%;
  padding: 0 0.875em;
  float: left;
}

/* Table of content */
#personality aside {
  width: 33.33333%;
  position: relative;
  padding: 0;
  float: right;
}

#personality .person {
  width: 100%;
  padding: 0 0.875em 0.875em 0.875em;
}

#personality .persons_mini {
  width: 100%;
  position: relative;
  padding: 0.875em;
}

#personality .persons_mini .wrapper {
  display: block;
  margin: 0;
  padding: 1em 0;
  border-radius: 0.25em;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

#personality .persons_mini h3 {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 0 1.75em 0 7.625em;
  color: #555;
  background-color: #f5f5f5;
  line-height: 2em;
  margin-bottom: 1em;
}

#personality .persons_mini h3 span {
  font-size: 0.875em;
  font-weight: bold;
}

#personality .persons_mini ul {
  display: block;
  margin: 0;
  padding: 0;
}

#personality .persons_mini ul li {
  display: block;
  margin: 0;
}

#personality .persons_mini ul li a {
  display: table;
  width: 100%;
  padding: 0.5em 1.75em;
  color: #222222;
  text-decoration: none;
}

#personality .persons_mini ul li.actual a {
  display: table;
  width: 100%;
  padding: 0.5em 1.75em;
  color: #ff6339;
  text-decoration: none;
}

#personality .persons_mini ul li a:hover {
  display: table;
  color: #ff6339;
  background-color: #f5f5f5;
}

#personality .persons_mini ul li a .person_img {
  display: table-cell;
  width: 5em;
}

#personality .persons_mini ul li a .person_img img {
  width: 5em;
  display: block;
}

#personality .persons_mini ul li a .person_info {
  display: table-cell;
  padding-left: 0.875em;
  vertical-align: middle;
}

#personality .persons_mini ul li a .person_info h4 {
  margin: 0;
  font-size: 0.875em;
  font-weight: bold;
}

/* Publications */
#magazines {
  background-color: #ffffec;
  clear: both;
  position: relative;
  padding-top: 0.875em;
}

#magazines .content_wrap {
  padding: 8em 0.875em;
}

#magazines .content_wrap .breadcrumbs {
  margin-left: 1.4em;
}

#magazines .description {
  padding: 0 0.875em 1.75em 0.875em;
}

#magazines .magazine {
  float: left;
  width: 33.333333%;
  padding: 0.875em;
}

.magazine_profile .magazine .wrap {
  display: block;
  text-decoration: none;
  color: #262626;
  border-radius: 0.25em;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.magazine_profile .magazine .magazine_img {
  width: 100%;
  height: 21em;
  overflow: hidden;
  position: relative;
  border-radius: 0.25em 0.25em 0 0;
}

.magazine_profile .magazine .magazine_img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.magazine_profile .magazine .magazine_info {
  width: 100%;
  height: 15em;
  line-height: 1.6em;
  overflow: hidden;
  padding: 1.75em;
  position: relative;
  border-radius: 0 0 0.25em 0.25em;
}

.magazine_profile .magazine .magazine_info h3 {
  font-weight: bold;
  margin-bottom: 1em;
}

.magazine_profile .magazine .magazine_info p.meta {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}

.magazine_profile .magazine .magazine_info p.quote {
  font-style: italic;
}

.magazine_profile .magazine a .link_over {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  height: 21em;
  border-radius: 0.25em 0.25em 0 0;
  color: #fff;
  background-color: rgba(255, 99, 57, 0.7);
}

.magazine_profile .magazine a:hover .link_over {
  display: block;
}

.magazine_profile .magazine .link_over span {
  display: inline-block;
  font-size: 14em;
  line-height: 1.5em;
}

.magazine_profile .magazine .half_transparent {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 5.25em;
  border-radius: 0 0 0.25em 0.25em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66.66%);
}

/* Issues */
#main_text .issues article {
  display: block;
  padding: 0;
  margin-bottom: 1em;
}

.issues article h3 {
  display: table;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.5em;
}

.issues article h3 div {
  display: table-cell;
}

.issues article h3 a {
  text-decoration: none;
}

.issues article h3 a:hover {
  text-decoration: underline;
}

.issues article h3 a.issue_name, .issues article h3 span.issue_name {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: top;
}

.issues article h3 div.issue_img {
  width: 1em;
  padding-top: 0.25em;
}

.issues article h3 div img {
  width: 1em;
  vertical-align: top;
}

.xissues article h3 div img {
  border-radius: 0.125em;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.issues article h3 div.issue_file {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.75em;
}

.issues article h3 div.issue_file a {
  text-transform: uppercase;
}

/* Search */
#search_results {
  background-color: #ffffec;
}

#search_results .content_wrap {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

@media screen and (max-width: 28em) {
  header.main .content, header.home .content {
    padding: 0 0;
  }
  header.main h1, header.home h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    width: 90%;
  }
  #video_button {
    display: none;
  }
  #languages {
    display: none;
  }
  #donate_button {
    position: relative;
    left: auto;
    margin: 0 auto;
    width: 7em;
  }
  #nav li.language_selection {
    display: block;
  }
  #control {
    clear: both;
    display: block;
    width: 100%;
    padding: 1em 1em 0 1em;
    position: inherit;
  }
  #control .navigation {
    display: table;
    float: right;
    position: static;
    width: 7em;
  }
  #control .navigation #nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 0.875em;
    width: 100%;
    line-height: 1.5em;
    border-radius: 0;
  }
  #control .navigation #nav li a, #control .navigation #nav li span {
    border-radius: 0;
    border: 0;
  }
  #control .navigation span.menu {
    float: right;
    position: static;
  }
  #control .navigation .search_wrap {
    float: left;
    position: static;
    white-space: nowrap;
  }
  #control .logo {
    float: left;
    width: 33.3333%;
    vertical-align: middle;
    text-align: center;
  }
  #control .logo img {
    height: 3.5em;
  }
  #control .button {
    display: none;
  }
  #down {
    bottom: 2em;
  }
  #down img {
    display: none;
  }
  #down .button {
    display: block;
    text-align: center;
  }
  #down .button a {
    margin-top: 0.5em;
    display: inline-block;
    border-radius: 0.25em;
    font-size: 0.875em;
    text-decoration: none;
    line-height: 3.5em;
    width: 15em;
    text-align: center;
    background-color: #ff6339;
    color: #fff;
  }
  header.main h1 {
    padding-bottom: 4.5em;
  }
  #search {
    border-color: #fff;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding-right: 1em;
    position: absolute;
    top: 1em;
    left: 0;
  }
  #nav ul li ul li ul {
    display: none;
    position: static;
    width: 100%;
    padding: 0;
  }
  #main_text article {
    width: 100%;
    padding: 2em 0;
    float: none;
  }
  #main_text .main_content {
    position: relative;
    float: none;
    width: 100%;
  }
  #main_text aside {
    position: relative;
    float: none;
    width: 100%;
  }
  .text .breadcrumbs {
    display: none;
  }
  #main_text aside .toc .larrow {
    display: none;
  }
  #main_text aside .toc.fixed {
    position: relative;
    top: 0;
  }
  aside.main_image {
    position: relative;
    float: none;
    width: 100%;
  }
  aside.main_image .img_wrap {
    height: 7em;
  }
  /* Image gallery */
  #gallery .wrap {
    margin: 0 0;
  }
  #gallery a {
    width: 100%;
    margin: 1em 0%;
  }
  footer.main .col {
    display: block;
    padding: 0 0.875em 1.75em 0.875em;
    border: 0;
  }
  footer.main .col .wrap {
    display: table;
    margin: 0 auto;
  }
  footer.main div.logo .wrap {
    margin-left: auto;
  }
  footer.main div.contact .wrap {
    margin-right: auto;
  }
  footer.main div.logo {
    display: none;
  }
  footer.main div.logo_bottom {
    display: block;
    clear: both;
  }
  footer.main div.social {
    float: left;
    width: 50%;
  }
  footer.main div.contact {
    float: right;
    width: 50%;
  }
  #personalities article {
    float: none;
    width: 100%;
    padding: 0.875em;
  }
  #personalities .person .person_img {
    height: 15em;
  }
  #personalities .person a .link_over {
    height: 15em;
  }
  #personalities article .wrap {
    display: table;
    width: 100%;
  }
  #personalities .person .person_img {
    display: table-cell;
    width: 33.333333%;
    height: 24em;
    border-radius: 0.25em 0 0 0.25em;
  }
  #personalities .person .person_info {
    display: table-cell;
    width: 66.666666%;
    height: 24em;
    border-radius: 0 0.25em 0 0.25em;
  }
  #personalities .person a .link_over {
    height: 27em;
    border-radius: 0.25em 0 0 0.25em;
  }
  #personalities .person .link_over span {
    line-height: 1.7em;
  }
  #personality .main_content {
    width: 100%;
    padding: 0 0.875em;
    float: none;
    clear: both;
  }
  #personality aside {
    width: 100%;
    position: relative;
    padding: 0;
    float: none;
  }
  #personality .person .wrap {
    display: table;
    width: 100%;
  }
  #personality .person .person_img {
    display: table-cell;
    width: 33.333333%;
    height: 24em;
    border-radius: 0.25em 0 0 0.25em;
  }
  #personality .person .person_info {
    display: table-cell;
    width: 66.666666%;
    height: 24em;
    border-radius: 0 0.25em 0 0.25em;
  }
  #personality .persons_mini {
    width: 100%;
    float: none;
  }
  .text img.in_img {
    width: 100%;
  }
  div.full_page div p {
    font-size: 1em;
  }
}
@media screen and (min-width: 28em) and (max-width: 40em) {
  header.main h1, header.home h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    width: 90%;
  }
  header.main h1 {
    padding-bottom: 2em;
  }
  #control .logo img {
    height: 3.5em;
  }
  #control .button a {
    width: 11em;
    line-height: 1.3em;
    padding: 0.45em 0;
  }
  #control .navigation {
    vertical-align: top;
  }
  #control .navigation span.menu {
    top: 0;
  }
  #control .navigation .search_wrap {
    top: 0;
  }
  #nav {
    top: 0;
  }
  .text img.in_img {
    width: 100%;
  }
  div.full_page div p {
    font-size: 1em;
  }
}
@media screen and (min-width: 28em) and (max-width: 46em) {
  h1 {
    font-size: 2.25em;
    line-height: 1.3em;
    width: 90%;
  }
  #main_text article {
    padding: 2em 0;
  }
  #main_text .main_content {
    position: relative;
    float: none;
    width: 100%;
  }
  #main_text aside {
    position: relative;
    float: none;
    width: 100%;
  }
  .text .breadcrumbs {
    display: none;
  }
  #main_text aside .toc .larrow {
    display: none;
  }
  #main_text aside .toc.fixed {
    position: relative;
    top: 0;
  }
  aside.main_image {
    position: relative;
    float: none;
    width: 100%;
  }
  aside.main_image .img_wrap {
    height: 7em;
  }
  /* Image gallery */
  #gallery {
    margin-bottom: 2em;
  }
  #gallery .wrap {
    margin: 0 -1.923%;
  }
  #gallery a {
    width: 46.154%;
    margin: 1.923%;
  }
  footer.main .links ul {
    display: block;
  }
  footer.main .links ul.left_side {
    padding-right: inherit;
  }
  footer.main .col {
    display: block;
    padding-left: 0.875em;
    padding-bottom: 1.75em;
    border: 0;
  }
  footer.main .col .wrap {
    display: table;
    margin: 0;
  }
  footer.main div.logo .wrap {
    margin-left: 0;
  }
  footer.main div.contact .wrap {
    margin-right: 0;
  }
  footer.main div.logo, footer.main div.links {
    float: left;
    width: 50%;
    border-right: 1px solid #8b8675;
  }
  footer.main div.logo {
    margin-right: 1em;
  }
  footer.main div.social {
    position: absolute;
    right: 0;
    top: 1.75em;
    width: 50%;
    padding: 0 1.75em;
  }
  footer.main div.contact {
    float: right;
    width: 50%;
    vertical-align: top;
    padding-left: 1.75em;
  }
  #personalities article {
    float: left;
    width: 50%;
    padding: 0.875em;
  }
  #personalities .person .person_img {
    height: 15em;
  }
  #personalities .person a .link_over {
    height: 15em;
  }
  #personalities .person .link_over span {
    line-height: 1.2em;
  }
  #personality .main_content {
    width: 100%;
    padding: 0 0.875em;
    float: none;
    clear: both;
  }
  #personality aside {
    width: 100%;
    position: relative;
    padding: 0;
    float: none;
  }
  #personality .person .wrap {
    display: table;
    width: 100%;
  }
  #personality .person .person_img {
    display: table-cell;
    width: 50%;
    height: 17em;
    border-radius: 0.25em 0 0 0.25em;
  }
  #personality .person .person_info {
    display: table-cell;
    width: 50%;
    height: 17em;
    border-radius: 0 0.25em 0 0.25em;
  }
  #personality .persons_mini {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 46em) and (max-width: 60em) {
  footer.main .col {
    display: block;
    padding-left: 0.875em;
    padding-bottom: 1.75em;
    border: 0;
  }
  footer.main .col .wrap {
    display: table;
    margin: 0;
  }
  footer.main div.logo .wrap {
    margin-left: 0;
  }
  footer.main div.contact .wrap {
    margin-right: 0;
  }
  footer.main div.logo, footer.main div.links {
    float: left;
    width: 50%;
    border-right: 1px solid #8b8675;
  }
  footer.main div.logo {
    margin-right: 1em;
  }
  footer.main div.social {
    position: absolute;
    right: 0;
    top: 1.75em;
    width: 50%;
    padding: 0 1.75em;
  }
  footer.main div.contact {
    float: right;
    width: 50%;
    vertical-align: top;
    padding-left: 1.75em;
  }
  #personalities .person .person_img {
    height: 15em;
  }
  #personalities .person a .link_over {
    height: 15em;
  }
  #personalities .person .link_over span {
    line-height: 1.2em;
  }
  aside {
    width: 41.666666%;
  }
  #main_text aside {
    width: 41.666666%;
  }
  #personality aside {
    width: 41.666666%;
    position: relative;
    padding: 0;
    float: right;
  }
}
#consent {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.8125em;
  padding: 0.375em 0.5em;
  color: #777;
}

#consent .wrap {
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
}

#consent .wrap h5 {
  font-weight: bold;
  margin-bottom: 0.25em;
}

#consent .wrap a {
  color: #777;
}

#consent .wrap button, .c_page_but a {
  display: block;
  width: 100%;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
  border-radius: 0.25em;
  border: 0;
  margin: 0.25em 0;
}

#consent .wrap button:hover, .c_page_but a:hover {
  cursor: pointer;
}

#consent .c_txt {
  margin-bottom: 1em;
  line-height: 1.375em;
}

#consent .wrap #c_yes {
  color: #d8e0f0;
  background-color: #405070;
  margin-bottom: 0.5em;
}

#consent .wrap #c_yes:hover {
  color: #fff;
}

#consent .wrap #c_no {
  color: #405070;
  background-color: #d8e0f0;
}

#consent .wrap #c_no:hover {
  color: #000;
}

.c_page_but {
  font-size: 0.8125em;
  padding: 0.5em 0;
}

.c_page_but a {
  display: inline-block;
  margin: 0.5em 1em 0 0;
}

.c_page_but .c_yes {
  color: #d8e0f0;
  background-color: #405070;
  margin-bottom: 0.5em;
  width: 14em;
}

.c_page_but .c_yes:hover {
  color: #fff;
}

.c_page_but .c_no {
  color: #405070;
  background-color: #d8e0f0;
  width: 14em;
}

.c_page_but .c_no:hover {
  color: #000;
}

@media screen and (min-width: 36em) {
  #consent .wrap {
    display: table;
    max-width: 52em;
  }
  #consent .c_txt {
    display: table-cell;
    vertical-align: top;
    padding-right: 1em;
  }
  #consent .c_but {
    display: table-cell;
    vertical-align: top;
    width: 14em;
  }
}
#dbg {
  margin: 100px 5% 10px 5%;
  padding: 5px;
  font-size: 10px;
  line-height: 15px;
}

#dbg {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

#dbg:hover {
  color: #555;
  background-color: #fafafa;
  border: 1px solid #aaa;
}

#dbg .debug_warning {
  font-weight: bold;
}

#dbg:hover .debug_warning {
  color: red;
}

#dbg {
  display: none !important;
}

/*# sourceMappingURL=default.css.map */
