@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext);
@charset "UTF-8";
body {
  font-family: Open Sans, sans-serif;
}
body button,
body input,
body select,
body textarea {
  font-family: inherit;
  outline: 0;
}
body .article .article-content {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
body .article .article-content .article-img,
body .article .article-content .banner-desktop,
body .article .article-content .banner-mobile {
  font-family: Open Sans, sans-serif;
}
html {
  -ms-text-size-adjust: none;
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.freeze {
  margin: 0 0 0 -15px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 10px;
}
a,
blockquote,
body,
button,
code,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
a {
  color: unset;
  text-decoration: none;
}
iframe {
  border: none;
  max-width: 100%;
  overflow: hidden;
}
.button-white {
  margin: 40px auto;
}
.button-white label {
  text-transform: uppercase;
}
.button-red {
  margin: 40px auto;
}
.button-red label {
  text-transform: uppercase;
}
.button-image-white {
  background-color: #fff;
  border: 1px solid #000;
  display: table;
  margin: 40px auto;
  width: 80%;
}
.button-image-white img {
  display: table-cell;
  height: 40px;
  pointer-events: none;
}
.button-image-white label,
.button-image-white span {
  display: table-cell;
  font-size: 11px;
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 58%;
}
.button-image-white label:hover,
.button-image-white:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
.button-link {
  text-decoration: underline;
}
.button-link:hover {
  cursor: pointer;
}
.btn-white {
  border: 1px solid #7f7f7f;
  display: inline-block;
  margin: 20px;
  transition: 0.2s;
}
.btn-white span {
  font-size: 14px;
  line-height: 54px;
  padding: 0 50px;
}
.btn-white:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn-black:hover {
  background-color: #000;
  cursor: pointer;
}
.btn-black:hover span {
  color: #fff;
}
.btn-fade:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.btn-fade-inline {
  display: inline-block;
}
.btn-fade-5:hover,
.btn-fade-inline:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.social-buttons-small ul {
  text-align: left;
}
.social-buttons-small li {
  display: inline-block;
}
.social-buttons-small img {
  height: 25px;
  width: 25px;
}
.social-buttons img {
  height: 28px;
  width: 28px;
}
.social-buttons.large img {
  height: 32px;
  width: 32px;
}
.btn-transparent-red {
  display: inline-block;
  opacity: 0.9;
  padding: 15px 30px;
  transition: 0.2s;
}
.btn-transparent-red span {
  font-size: 14px;
}
.btn-transparent-red:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn-gallery-field {
  display: none;
  position: absolute;
  text-align: center;
  top: 42%;
}
.btn-gallery {
  background-color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 42px;
  opacity: 0.5;
  text-align: center;
  transition: 0.2s;
  width: 40px;
}
.btn-gallery-field.opened {
  display: block;
}
.btn-gallery-field:hover {
  cursor: pointer;
}
.btn-gallery-field.black .btn-gallery,
.btn-gallery-field:hover .btn-gallery {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.btn-gallery-field.black:hover {
  cursor: pointer;
}
.btn-gallery-field.black:hover .btn-gallery {
  background-color: #fff;
  color: #000;
  opacity: 0.5;
}
.btn-gallery-field.left {
  left: 0;
  padding: 15px 15px 15px 0;
}
.btn-gallery-field.right {
  padding: 15px 0 15px 15px;
  right: 0;
}
.btn-close {
  height: 32px;
  opacity: 0.4;
  position: absolute;
  right: 5%;
  top: 0;
  width: 32px;
}
.btn-close.spacing {
  right: 32px;
  top: 32px;
}
.btn-close img {
  width: 100%;
}
.btn-close:hover {
  cursor: pointer;
  opacity: 0.6;
}
.btn-invisible {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.btn-invisible:hover {
  background-color: hsla(0, 0%, 100%, 0.35);
  cursor: pointer;
}
.gallery-pin {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  float: left;
  height: 50px;
  list-style: none;
  position: relative;
  text-align: center;
  width: 50px;
}
.gallery-pin span {
  font-size: 12px;
}
.gallery-pin.small {
  height: 32px;
  width: 32px;
}
.gallery-pin.small span {
  font-size: 9px;
  padding-right: 3px;
}
.button-white {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 11px;
  margin: 20px auto;
  padding: 12px 0;
  text-decoration: none;
  width: 80%;
}
.button-white label,
.button-white span {
  font-size: 11px;
  pointer-events: none;
  text-decoration: none;
}
.button-white label:hover,
.button-white:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
.button-red {
  background-color: #c1272d;
  border: 1px solid #c1272d;
  font-size: 11px;
  margin: 20px auto;
  padding: 12px 0;
  text-decoration: none;
  width: 80%;
}
.button-red label,
.button-red span {
  color: #fff;
  font-size: 11px;
  pointer-events: none;
  text-decoration: none;
}
.button-red label:hover,
.button-red:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
.show-more .btn-white {
  margin: 20px 0 40px;
}
.disabled {
  background-color: #eef0f0;
  opacity: 0.5;
}
.disabled,
.disabled a,
.disabled label,
.disabled p,
.disabled span {
  cursor: not-allowed !important;
}
.profile-loading-icon {
  width: 100%;
}
.loading-icon {
  display: none;
  height: 150px;
  width: 100%;
}
.loading-icon.opened {
  display: block;
}
#bookmarks {
  min-height: 150px;
}
#bookmarks .loading-icon {
  display: block;
}
.col-1 {
  width: 10%;
}
.col-2 {
  width: 20%;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 40%;
}
.col-5 {
  width: 50%;
}
.col-6 {
  width: 60%;
}
.col-7 {
  width: 70%;
}
.col-8 {
  width: 80%;
}
.col-9 {
  width: 90%;
}
.col-10 {
  width: 100%;
}
.col-news {
  display: table-column;
  margin-left: 2%;
  width: 18.4%;
}
.col-news.col-might-like {
  margin-left: 2.4%;
  width: 23.2%;
}
.col-news-2 {
  width: 13%;
}
.col-news-8 {
  width: 87%;
  word-break: break-word;
}
.col-article-2 {
  width: 20.93%;
}
.col-article-3 {
  width: 25%;
}
.col-article-3.non-mobile,
.col-content-3.desktop-only {
  display: flex;
  flex-direction: column;
}
.col-article-7 {
  position: relative;
  width: 71.55%;
}
.col-article-8 {
  width: 79.07%;
}
.col-content-7 {
  width: 71.7%;
}
.col-content-3 {
  width: 24.98%;
}
.col-gallery-small {
  display: inline-block;
  height: 92.2%;
  margin-left: 40px;
  min-height: 539px;
  position: relative;
  width: 19%;
}
.col-gallery-large {
  display: inline-block;
  height: 95%;
  min-height: 554px;
  width: 68%;
}
.row-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0;
  position: relative;
}
.row.news-cont {
  display: inline-block;
}
.box {
  margin: auto;
}
[class*="col-"] {
  float: left;
}
.sidenav-overlay {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10002;
}
.sidenav-overlay.opened {
  display: block;
  overflow: hidden;
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.99);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10002;
}
.overlay-dark.opened {
  display: block;
  overflow: hidden;
}
.sidenav {
  background-color: #eef0f0;
  height: 100%;
  left: -100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 320px;
  z-index: 10002;
}
.sidenav,
.sidenav .sub-form {
  text-align: center;
}
.sidenav .closebtn {
  font-size: 36px;
  margin: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.sidenav .closebtn:hover {
  cursor: pointer;
}
.sidenav.opened {
  left: 0;
}
.sidenav ul {
  margin: auto;
  width: 90%;
}
.sidenav li {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: -1px 0;
  text-decoration: none;
  transition: 0.3s;
}
.sidenav li.child {
  margin: -1px 0 -1px 10px;
}
.sidenav-logo {
  height: 28px;
  margin: 20px auto;
  width: 90%;
}
.sidenav-logo img {
  height: 100%;
}
.sidenav-social {
  margin: 10px 6px 67px 0;
  position: unset;
  text-align: right;
}
.sidenav-social ul {
  border: none;
  display: inline-block;
  font-size: 0;
  width: unset;
}
.sidenav-social h2 {
  display: inline-block;
  line-height: 50px;
  padding-right: 6px;
  vertical-align: bottom;
}
.sidenav-social .btn-fade {
  display: inline-block;
  height: 40px;
  padding: 15px 0 0;
  width: 40px;
}
.nav-sidemenu {
  height: unset;
  max-width: unset;
  width: 100%;
}
.nav-sidemenu ul {
  display: inline-block;
  width: 96%;
}
.nav-sidemenu ul .btn-black:hover {
  background-color: unset;
  color: unset;
}
.nav-sidemenu ul .menu-item:hover {
  background-color: #d3d3d3;
}
.nav-sidemenu ul .menu-item {
  background-color: #fff;
  font-size: 15px;
  line-height: unset;
  margin: 0;
  padding: 17px 0;
  text-align: left;
}
.nav-sidemenu ul .menu-item span {
  font-weight: 400;
  margin: 0 17px;
}
.header-invisible {
  height: 0;
}
.header-invisible.inner {
  height: 80px;
}
.header-block {
  background-size: cover;
  display: inline-block;
  position: relative;
  width: 100%;
}
.header-block.inner {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10002;
}
#app-install-prompt {
  background: #000;
  color: #fff;
  padding: 8px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header {
  display: grid;
  line-height: 17px;
  list-style: none;
  margin: 44px auto 0;
  position: relative;
}
.header h2 {
  font-weight: 400;
}
.header a {
  color: #000;
  text-decoration: none;
}
.header-logo {
  background-color: transparent;
  height: 180px;
  margin: auto;
  max-width: 650px;
  position: relative;
  width: 100%;
}
.header-logo img {
  width: 100%;
}
.header-social {
  position: absolute;
  top: 0;
}
.header-social ul {
  float: left;
  list-style: none;
  margin-top: 6px;
}
.header-social li {
  float: left;
  height: 32px;
  width: 32px;
}
.header-nav {
  display: inline-block;
  height: 50px;
  margin-top: 26px;
  padding-bottom: 2px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.header-nav img {
  float: left;
  height: 40px;
  width: 40px;
}
.header-nav .nav-buttons {
  align-items: center;
  display: flex;
  height: 50px;
  position: absolute;
}
.header-nav .nav-menu {
  display: inline-block;
  font-weight: 400;
  height: 100%;
  letter-spacing: 1px;
  line-height: 17px;
  margin: auto;
  max-width: 849px;
  width: 100%;
}
.header-nav .nav-menu ul {
  justify-content: space-between;
  list-style: none;
}
.header-nav .nav-menu li {
  display: inline-block;
  line-height: 50px;
  margin-left: 32px;
  position: relative;
}
.header-nav .nav-menu li:first-child {
  margin-left: 0;
}
.header-nav .nav-menu li span {
  padding: 6px 4px;
  white-space: nowrap;
}
.header-nav .nav-menu li ul {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 40px;
  z-index: 1;
}
.header-nav .nav-menu li ul li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-left: 0;
  min-width: 100%;
  padding: 4px 0;
  text-align: left;
}
.header-nav .nav-menu li ul li a span {
  color: #000;
  padding: 6px 11px;
}
.header-nav .nav-menu li ul li:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}
.header-nav .nav-menu li ul li:hover a span {
  color: #000;
}
.header-nav .nav-menu li:hover ul {
  display: inline-block;
  transition-delay: 5s;
}
.header-nav .user-status {
  position: absolute;
  right: 0;
  top: -2px;
}
.header-nav .user-status img {
  height: 50px;
  padding-right: 5px;
  width: 25px;
}
.header-nav .user-status span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: underline;
  text-transform: none;
}
.header-nav .user-status:hover {
  cursor: pointer;
}
.header-nav .user-status:hover span {
  text-decoration: none;
}
.header-subscription {
  color: #fff;
  height: 162px;
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
}
.header-subscription img {
  width: 100%;
}
.header-subscription h2 {
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.header-subscription span {
  font-weight: 400;
  line-height: 11px;
}
.header-subscription .subscribe-button {
  letter-spacing: 1px;
  margin-top: -22px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.header-subscription .subscribe-button .text {
  padding: 10px 0 7px 13px;
}
.header.inner {
  margin-top: 0;
}
.header.inner .header-logo {
  display: inline-block;
  height: 25px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 166px;
  z-index: 1;
}
.header.inner .header-logo svg {
  height: 25px;
  position: static;
}
.header.inner .header-logo a {
  display: block;
}
.header.inner .header-social {
  display: none;
}
.header.inner .header-nav {
  display: inline-block;
  height: auto;
  margin-top: 0;
  padding: unset;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.header.inner .header-nav .nav-buttons {
  top: 2px;
}
.header.inner .header-nav .user-status {
  bottom: 0;
  top: 0;
}
.header.inner .header-nav .nav-menu {
  float: right;
  margin: 0 105px 0 0;
  padding: 10px 0;
}
.header.inner .header-nav .nav-menu li {
  line-height: 34px;
}
.header.inner .header-nav .nav-menu li ul {
  box-sizing: border-box;
  top: 32px;
}
.header.inner .header-nav .nav-menu li ul li {
  padding: 0;
}
.header.inner .header-subscription {
  display: none;
}
.m-t--198 {
  margin-top: -198px;
}
.m-t--194 {
  margin-top: -194px;
}
.m-t--191 {
  margin-top: -191px;
}
.m-t--188 {
  margin-top: -188px;
}
.m-t--60 {
  margin-top: -60px;
}
.m-b--20 {
  margin-bottom: 20px;
}
.header-subscription-mobile {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.header-subscription-mobile .sub-form {
  margin-top: 28px;
}
.header-subscription-mobile img {
  width: 163px;
}
.header-subscription-mobile h3 {
  margin: 8px 0;
}
.header-subscription-mobile form {
  margin-bottom: 66px;
}
.header-subscription-mobile .sub-form input[type="text"] {
  background-color: #fff;
  border: none;
  margin: 0 auto 6px;
  padding: 11px 20px;
  width: 96%;
}
.header-subscription-mobile .sub-form a {
  text-decoration: underline;
}
.header-subscription-mobile .sub-form span {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  margin-top: 14px;
  max-width: 129px;
  vertical-align: sub;
}
.header-subscription-mobile input[type="submit"] {
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  height: 40px;
  padding: 10px 16px;
  text-transform: uppercase;
}
.sub-form-mobile {
  display: inline-block;
  margin: 40px auto 10px;
  position: relative;
  text-align: left;
  width: 96%;
}
.sub-form-mobile .search {
  background-color: #fff;
  display: inline-block;
  height: 37px;
  position: absolute;
  text-align: left;
  width: 11%;
}
.sub-form-mobile input[type="text"] {
  background: url(../fonts/Paieska_T.svg) #fff 100% no-repeat;
  border: none;
  padding: 11px 40px 11px 20px;
  width: 100%;
}
.header-bg {
  height: 82%;
  position: absolute;
  width: 100%;
}
.logo-wrapper img {
  display: none;
}
.footer {
  background-color: #0e0c0b;
  color: #fff;
  display: inline-block;
  list-style: none;
  min-height: 358px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.footer a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}
.footer h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  min-height: 18px;
  opacity: 0.5;
  padding-bottom: 12px;
}
.footer-content {
  margin: auto;
  padding-top: 33px;
}
.footer-social {
  float: right;
  height: 160px;
  width: 35%;
}
.footer-social .img-list {
  float: right;
}
.footer-social .img-list h2 {
  padding-left: 20px;
}
.footer-social .img-list-item {
  float: left;
  opacity: 0.5;
  padding-left: 20px;
}
.footer-social .img-list-item:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.footer-social img {
  height: 40px;
  width: 40px;
}
.footer-portals {
  float: right;
  min-height: 160px;
  width: 38%;
}
.footer-branding {
  float: left;
  height: 160px;
  margin-right: 6%;
  width: 20%;
}
.footer-branding img {
  display: inline-block;
  height: 100%;
  max-width: 100%;
}
.footer-branding .branding-logo {
  height: 56px;
}
.footer-branding .img-after {
  height: 47px;
  margin-top: 55px;
}
.footer-subscription {
  float: right;
  height: 107px;
  width: 70%;
}
.footer-subscription ::-moz-placeholder {
  color: #fff;
  opacity: 0.25;
}
.footer-subscription ::placeholder {
  color: #fff;
  opacity: 0.25;
}
.footer-subscription .sub-form {
  display: inline-block;
  float: right;
  max-width: 700px;
  min-width: 471px;
}
.footer-subscription input {
  color: #fff;
  padding: 10px;
}
.footer-subscription input[type="text"] {
  background-color: hsla(0, 0%, 100%, 0.25);
  border: none;
  float: left;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  width: 305px;
}
.footer-subscription input:focus {
  outline: none;
}
.footer-subscription .footer-submit-container input[type="submit"] {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  float: right;
  font-size: 14px;
  font-weight: 200;
  padding: 10px 25px;
  text-transform: uppercase;
}
.footer-subscription .footer-submit-container input[type="submit"]:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.footer-subscription .footer-submit-container span {
  clear: both;
  float: left;
  font-size: 10px;
  line-height: 12px;
  opacity: 0.5;
  padding-top: 10px;
}
.footer .hr {
  background-color: #fff;
  height: 1px;
  opacity: 0.5;
}
.footer .hr,
.footer .rights {
  display: inline-block;
  width: 100%;
}
.footer .rights {
  font-size: 10px;
  font-weight: 400;
  height: 25px;
  line-height: 12px;
  margin: 17px 0;
}
.footer .menu {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: 50%;
}
.footer .menu ul {
  list-style: none;
}
.footer .menu li {
  letter-spacing: 2px;
  padding-bottom: 12px;
  text-transform: Uppercase;
}
.footer .menu a {
  opacity: 0.5;
  text-decoration: none;
}
.footer .menu a:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.newsletter-feedback {
  font-size: 10px;
  font-weight: 700;
}
.subscribe-success {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}
.header-subscription-mobile .sub-form .subscribe-success {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
}
.news {
  display: table;
  margin: 79px 0 40px;
}
.news .news-img {
  background-color: #c6c8c8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  position: relative;
  width: 100%;
}
.news .col-news h3 {
  display: inline-block;
}
.news .col-news span {
  font-size: 14px;
  line-height: 20px;
}
.news .col-news .news-info {
  margin: 15px 0 5px;
}
.news .col-news .news-cont .page-box span {
  font-size: 14px;
}
.news .col-news .news-cont p {
  font-size: 17px;
}
.news .col-news .news-cont p span {
  font-size: inherit;
}
.news .col-news .news-cont .fb-url-comment {
  font-size: 14px;
}
.news .col-news .news-cont h2 {
  font-size: 34px;
}
.news .col-news .news-cont .col-news-8 {
  margin-top: 4px;
}
.news .btn-fade-inline {
  padding-right: 10px;
  vertical-align: middle;
}
.news .col-news:first-child {
  margin-left: 0;
}
.magazine-subscription {
  color: #fff;
  height: 162px;
  position: absolute;
  right: 0;
  width: 118px;
}
.magazine-subscription img {
  width: 100%;
}
.magazine-subscription h2 {
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.magazine-subscription p {
  font-weight: 400;
  line-height: 11px;
}
.magazine-subscription .subscribe-button {
  letter-spacing: 1px;
  line-height: 14px;
  margin-top: -22px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.magazine-subscription .subscribe-button .text {
  padding: 10px 0 7px 13px;
}
.mightlike {
  background-color: #f8fafa;
  margin-bottom: 40px;
  padding: 43px 0 10px;
}
.mightlike,
.mightlike .mightlike-title {
  text-align: center;
}
.mightlike .mightlike-title h1 {
  font-size: 25px;
  letter-spacing: 5px;
  line-height: 35px;
}
.mightlike .news {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  width: 96%;
}
.mightlike .news-cont .page-box {
  border-top: 1px solid #c6c8c8;
  display: inline-block;
  margin: 9px 0;
  padding: 9px 0;
  width: 44.65%;
  word-break: break-word;
}
.mightlike .news-cont .page-box span {
  color: #c1272d;
  font-size: 11px;
}
.mightlike .col-news {
  text-align: left;
}
.newsletter-subscribe {
  background-color: #fcfaf4;
  padding: 29px 0;
  text-align: center;
  width: 100%;
}
.newsletter-subscribe img {
  height: 341px;
}
.newsletter-info,
.newsletter-subscribe img {
  display: inline-block;
  vertical-align: middle;
  width: 249px;
}
.newsletter-info {
  height: auto;
  margin: 0 35px;
}
.newsletter-info h2 {
  font-size: 18px;
  line-height: 25px;
}
.newsletter-info p {
  font-size: 14px;
  line-height: 21px;
  margin: 18px 0;
}
.profile {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  left: 0;
  margin: auto;
  max-height: 75%;
  min-width: 500px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 10%;
  width: 30%;
  z-index: 10002;
}
.profile h2 {
  font-size: 18px;
  line-height: 27px;
}
.profile a,
.profile h5 {
  font-size: 10px;
}
.profile a {
  text-decoration: underline;
}
.profile ul {
  margin: 21px 0;
}
.profile li {
  font-size: 14px;
}
.profile .profile-content {
  margin: 40px;
}
.profile .profile-userinfo {
  margin-bottom: 40px;
}
.profile .profile-userinfo a {
  text-decoration: none;
}
.profile .profile-userinfo .userinfo-image {
  height: 50px;
}
.profile .profile-userinfo img {
  height: 100%;
}
.profile .profile-userinfo span {
  display: block;
  font-size: 11px;
  margin: 20px 0;
}
.profile .profile-userinfo .button-red,
.profile .profile-userinfo .button-white {
  margin: 20px auto;
}
.profile .profile-form h5 {
  max-width: 220px;
}
.profile .profile-login label {
  font-size: 10px;
}
.profile .profile-login .button-image-white,
.profile .profile-login .button-white {
  margin: 10px auto;
}
.profile .profile-registration-success {
  display: none;
}
.profile .profile-registration-success.opened {
  display: block;
}
.profile .profile-registration .button-white {
  margin-bottom: 5px;
}
.profile .profile-registration .profile-notice {
  margin: auto;
  width: 140px;
}
.profile .profile-activation .button-white {
  margin-bottom: 5px;
}
.profile .profile-notice a:hover {
  cursor: pointer;
}
.profile .profile-information {
  display: table;
  margin: 40px 0;
}
.profile .profile-information span {
  display: table-cell;
  font-size: 40px;
  padding-right: 8px;
  vertical-align: middle;
}
.profile .profile-information h5 {
  display: table-cell;
  line-height: 12px;
  padding: 12px 0;
}
.profile.opened {
  display: inline-block;
}
.article {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.article h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 1px;
  width: 100%;
}
.article h1 .unimportant span,
.article h1 span.unimportant {
  display: inline-block;
  font-size: 18px;
}
.article h1 p {
  display: inline;
  font-size: 30px;
  line-height: 36px;
  margin: 1px;
  width: 100%;
}
.article h2 {
  line-height: 26px;
  margin: 10px 0;
}
.article h2 a {
  color: #7f7f7f;
  text-decoration: underline;
}
.article .article-content,
.article p {
  font-size: 18px;
  line-height: 32px;
  word-break: break-word;
}
.article .article-content a,
.article p a {
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.article .article-content a:hover,
.article p a:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}
.article ol li {
  font-size: 18px;
  line-height: 32px;
  word-break: break-word;
}
.article ol li a {
  color: #7f7f7f;
  text-decoration: underline;
}
.article .article-author {
  line-height: 18px;
  margin: 16px 0;
}
.article .article-content {
  position: relative;
  text-align: left;
}
.article .article-content img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}
.article .article-content img:hover {
  cursor: zoom-in;
}
.article .article-content img[align="left"] {
  margin-right: 50px;
}
.article .article-content img[align="right"] {
  margin-left: 50px;
}
.article .article-content .magazine-subscription {
  left: -25%;
  margin-top: 9px;
  right: unset;
}
.article .article-content .magazine-subscription img:hover {
  cursor: unset;
}
.article .article-content .magazine-subscription h2 {
  line-height: unset;
  margin: unset;
}
.article .article-content .magazine-subscription p {
  font-size: 9px;
  line-height: unset;
  margin: unset;
}
.article .article-contact {
  display: inline-block;
  letter-spacing: 5px;
  margin: 40px 0;
  text-align: center;
  width: 100%;
}
.article .social-buttons-small {
  margin: 21px 0 16px;
}
.article .article-thumbnail {
  margin-bottom: 60px;
}
.article .article-info {
  margin-top: 0;
}
.article.short {
  height: 800px;
  overflow: hidden;
}
.article-mark {
  cursor: pointer;
  display: none;
  opacity: 0.1;
  position: relative;
  text-align: right;
}
.article-mark img,
.article-mark svg {
  position: absolute;
  right: 0;
  width: 18px;
}
.article-mark:hover {
  opacity: 0.2;
  transition: 0.2s;
}
.article-mark.bookmark-active {
  display: block;
}
.article-subscribe {
  background-color: #fcfaf4;
  display: inline-block;
  margin: 80px 0;
  text-align: left;
}
.article-subscribe .subscribe-photo {
  height: 340px;
  width: 340px;
}
.article-subscribe .subscribe-photo img {
  display: inline-block;
  width: 100%;
}
.article-subscribe .header-subscription-mobile {
  display: inline-block;
  vertical-align: top;
  width: 339px;
}
.article-subscribe .header-subscription-mobile .quote {
  margin: 9px 0;
}
.article-subscribe .header-subscription-mobile .quote p {
  font-size: 14px;
  line-height: 21px;
}
.article-headline .title h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 1px;
  padding-bottom: 5px;
  width: 100%;
}
.article-headline .title h2 p,
.article-headline .title h2 span {
  font-size: 30px;
}
.article-headline .title h2 .unimportant span,
.article-headline .title h2 span.unimportant {
  font-size: 18px;
}
.article-headline .title h3 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 17px;
  margin: 15px 0 10px;
  max-height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-headline .title h3 a {
  color: #7f7f7f;
  text-decoration: underline;
}
.article-headline h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 1px;
  width: 100%;
}
.article-headline h1 p,
.article-headline h1 span {
  font-size: 30px;
}
.article-headline h1 .unimportant span,
.article-headline h1 span.unimportant {
  font-size: 18px;
}
.article-headline h2 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-headline h2 a {
  color: #7f7f7f;
  text-decoration: underline;
}
.article-info {
  margin: 20px 0;
  text-align: left;
}
.article-info h1 span,
.article-info h2 span,
.article-info h3 span {
  font-size: inherit;
}
.article-info h3 {
  display: inline-block;
  padding-right: 13px;
}
.article-info .btn-fade-inline,
.article-info span {
  vertical-align: middle;
}
.article-info span {
  display: inline-block;
  font-size: 14px;
}
.article-thumbnail {
  left: -25%;
  position: relative;
  text-align: right;
  width: 125%;
}
.article-thumbnail h5 {
  margin-top: 10px;
}
.article-thumbnail h5.float-left {
  margin-top: 8px;
}
.article-img .image-left,
.article-thumbnail h5.float-left {
  font-size: 12px;
}
.article-img .image-right {
  font-size: 10px;
}
.article-thumbnail.normal {
  left: 0;
  width: 100%;
}
.article-thumbnail-img {
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.article-thumbnail-img img {
  height: 100%;
  /* opacity: 0; */
  width: 100%;
}
.article-social {
  margin: 20px 0 40px;
  text-align: center;
}
.article-social h3 {
  bottom: 22px;
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}
.article-social ul {
  display: inline-block;
  list-style: none;
  text-align: left;
}
.article-social li {
  display: inline-block;
  padding: 4px;
  text-align: center;
}
.article-social li h5 {
  margin-top: 6px;
}
.article-img {
  margin: 10px 0;
}
.article-img,
.article-img div {
  display: block;
}
.article-img:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.article-tags {
  display: inline-block;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}
.article-tags .tag {
  background-color: #eef0f0;
  display: inline-block;
  margin: 5px 10px;
  padding: 2px 8px;
}
.social-buttons {
  display: none;
}
.social-buttons.opened {
  display: inline-block;
}
.news-thumbnail {
  background-color: #c6c8c8;
  height: 500px;
  width: 100%;
}
.news-thumbnail-img {
  background: 50% / cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.large-article {
  display: inline-block;
  margin: 0 0 80px;
  max-height: 300px;
  min-width: 768px;
  width: 100%;
}
.large-article .article-info {
  margin: 0;
}
.large-article a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.large-article .article-headline {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  width: 47%;
}
.large-article .article-headline a {
  width: 100%;
}
.large-article .article-headline .addthis_toolbox a {
  width: auto;
}
.large-article .article-headline h2 {
  margin: 14px 0 7px;
  overflow: hidden;
}
.large-article .article-headline h2 a {
  color: #000;
  text-decoration: none;
}
.large-article .article-headline .title h3 {
  margin: 0 0 20px;
}
.large-article.tall {
  max-height: 500px;
  min-width: unset;
}
.large-article.tall a {
  width: 40%;
}
.large-article.tall .large-article-img {
  max-width: 350px;
  padding-bottom: 146%;
  width: 100%;
}
.large-article.tall .article-headline {
  width: 57%;
}
.large-article.tall .article-headline a {
  width: unset;
}
.large-article-img {
  background-color: #c6c8c8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.attributes {
  left: 0;
  position: absolute;
  top: 0;
}
.wide-article {
  margin: 80px 0 40px;
}
.wide-article .article-info {
  margin-top: 0;
  text-align: center;
}
.wide-article ul {
  text-align: center;
}
.wide-article .article-headline {
  width: 100%;
}
.wide-article .article-headline h2 {
  margin: 10px 0 14px;
}
.wide-article-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding-bottom: 41.6666666667%;
  position: relative;
  vertical-align: center;
  width: 100%;
}
.hottest-article .article-info {
  margin: 20px 0 10px;
}
.tiny-news {
  margin-top: 80px;
  width: 768px;
}
.tiny-article {
  display: inline-block;
  margin-bottom: 30px;
  width: 49%;
}
.tiny-article .article-info span {
  vertical-align: bottom;
}
.tiny-article-thumb {
  background-color: #c6c8c8;
  display: inline-block;
  vertical-align: middle;
}
.tiny-article-img {
  background: 50% / cover;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
}
.tiny-article-content {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  width: 195px;
  word-break: break-word;
}
.tiny-article-content .article-info {
  margin: 0;
}
.tiny-article-content h2 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 20px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery,
.gallery .article-thumbnail {
  text-align: center;
}
.gallery .article-contact {
  margin-top: 0;
  padding-top: 100px;
}
.gallery .social-buttons h5 {
  font-size: 10px;
}
.gallery .content {
  text-align: center;
}
.gallery .mightlike {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  width: 93.46%;
}
.gallery .mightlike .page-box {
  margin-top: 2px;
}
.gallery .mightlike .mightlike-title h1 {
  font-size: 20px;
  line-height: 28px;
}
.gallery .mightlike .news-img {
  background-size: 100%;
  width: 100%;
}
.gallery .mightlike .col-news {
  text-align: left;
  width: 21.81%;
}
.gallery .mightlike .news-info {
  display: none;
}
.gallery .mightlike .news .col-news .news-cont p {
  font-size: 15px;
  line-height: 18px;
  margin-top: 12px;
}
.gallery .gallery-element {
  background: no-repeat 50% / cover;
  display: block;
}
.gallery .gallery-element-last {
  background-color: hsla(0, 0%, 100%, 0.95);
  display: none;
  height: 100%;
}
.gallery .gallery-element-last .mightlike .col-news:nth-child(n + 5) {
  display: none;
}
.gallery .gallery-element-last.opened {
  align-items: center;
  display: flex;
  justify-content: center;
}
.gallery .gallery-element:hover {
  cursor: zoom-in;
}
.gallery .gallery-numbering {
  font-size: 14px;
  margin: 10px 0;
}
.article-gallery {
  display: inline-block;
  width: 102%;
}
.article-gallery .article-gallery-img {
  background: no-repeat, 50%;
  background-size: cover;
  display: inline-block;
  margin: 6px 1% 0 0;
  padding-bottom: 78px;
  width: 14.98%;
}
.article-gallery .article-gallery-img:hover {
  cursor: zoom-in;
}
.popup-gallery {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10002;
}
.popup-gallery .gallery-element-last .article-contact h3 {
  letter-spacing: 5px;
}
.popup-gallery .popup-gallery-wrapper {
  height: 90%;
  margin: auto;
  position: relative;
  width: 90%;
}
.popup-gallery p {
  font-size: 12px;
  line-height: 22px;
}
.popup-gallery .article-social {
  margin: 90px 0;
}
.popup-gallery .gallery-numbering {
  margin: 11px 0;
}
.popup-gallery .article-gallery-wrapper {
  height: 97%;
}
.popup-gallery .gallery-element {
  background: #fff no-repeat 50% / contain;
  height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.popup-gallery .gallery-element:hover {
  cursor: unset;
}
.popup-gallery .gallery-element.last {
  background-color: transparent;
}
.popup-gallery li {
  display: inline-block;
}
.popup-gallery .popup-info {
  min-height: 50%;
}
.popup-gallery .wrapper {
  width: 100%;
}
.popup-gallery.opened {
  display: flex;
}
.sliding-gallery {
  margin: 16px 0 60px;
  text-align: unset;
  width: 100%;
}
.sliding-gallery .article-mark {
  position: absolute;
  right: 0;
  top: 0;
}
.sliding-gallery .article-headline {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
}
.sliding-gallery .social-buttons-small {
  margin-top: 20px;
}
.sliding-gallery .social-buttons-small ul {
  text-align: unset;
}
.sliding-gallery .slider-table {
  display: table;
  height: 380px;
}
.sliding-gallery .slider-info-wrapper {
  display: table-cell;
  height: 380px;
  vertical-align: middle;
}
.sliding-gallery .slider-info {
  height: 380px;
  opacity: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  transition: all 1s ease-in-out;
  visibility: hidden;
}
.article-headline-wrapper {
  display: inline-block;
  height: 380px;
  overflow: hidden;
  width: 52%;
}
.sliding-gallery-wrapper {
  border: 1px solid #dadcdc;
  height: 380px;
  margin: 20px auto;
  position: relative;
  text-align: start;
  width: 100%;
}
.sliding-gallery-wrapper .slider-elements {
  display: inline-block;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 47%;
}
.sliding-gallery-wrapper .article-headline-wrapper {
  position: relative;
}
.slider-element {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 1s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.slider-element.current {
  opacity: 1;
  visibility: visible;
}
.gallery-indicators {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.indicator {
  background-color: gray;
  border-radius: 10px;
  display: inline-block;
  height: 8px;
  pointer-events: none;
  transition: 0.2s;
  width: 8px;
}
.ind-area {
  display: inline-block;
  padding: 10px;
}
.ind-area:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ind-area.selected .indicator {
  background-color: red;
}
.warning-popup {
  background-color: hsla(0, 0%, 100%, 0.95);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10002;
}
.warning-popup h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.warning-popup.first,
.warning-popup.first .warning-box {
  position: fixed;
}
.warning-box {
  bottom: 0;
  display: inline-block;
  height: 300px;
  left: 0;
  margin: auto;
  max-width: 340px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.warning-buttons {
  display: inline-block;
  width: 240px;
}
.search-popup {
  height: 70%;
  margin: auto;
  opacity: 1;
  overflow: hidden;
  position: relative;
  top: 15%;
  width: 45%;
}
.search-popup ul {
  list-style: none;
  margin-left: 58px;
}
.search-popup li {
  border: none;
  color: #646464;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.search-popup a {
  transition: 0.2s;
}
.search-popup p {
  color: #646464;
}
.search-popup b {
  color: #969696;
  font-weight: 200;
}
.search-popup li:hover a,
.search-popup li:hover a b,
.search-popup li:hover a p {
  color: #fff;
}
.search-popup-img {
  height: 48px;
  width: 48px;
}
.search-popup-esc {
  height: 51px;
  width: 51px;
}
.search-popup-search {
  display: inline-block;
  width: calc(97% - 100px);
}
.search-popup-search input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin: 0 auto 8px 10px;
  padding: 8px 20px 8px 0;
  width: 75%;
}
.search-popup-search input[type="text"]:focus {
  background-color: unset;
  border-bottom: 1px solid #fff;
  outline: none;
}
.js-cookie-consent {
  background-color: #fff;
  bottom: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10002;
}
.js-cookie-consent a {
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.js-cookie-consent a:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}
.js-cookie-consent .cookie-box {
  border-top: 1px solid #000;
}
.js-cookie-consent .cookie-box .button-white {
  padding: 8px 0;
}
.js-cookie-consent .js-cookie-consent-agree {
  margin-left: 10px;
  max-width: 100px;
}
.banner-article-wide:before,
.banner-inline:before,
.banner-tagged:before,
.banner-tall:before,
.banner-wide-border:before,
.banner-wide-max:before {
  color: #7f7f7f;
  content: attr(data-attr);
  font-size: 10px;
  left: 0;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.banner-wide-max {
  background-color: #f8fafa;
  margin: 80px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.banner-wide-max:before {
  top: -10px;
}
.banner-tall {
  margin: 0 0 50px;
  position: sticky;
  top: 70px;
  width: 300px;
}
.col-content-7 .banner-wide-border {
  margin: 0 0 40px;
}
.banner-wide-border {
  background-color: #f8fafa;
  margin: 0 0 40px;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.banner-wide-border:before {
  top: 6px;
}
.banner-inline {
  background-color: #f8fafa;
  display: inline-block;
  float: left;
  margin: 14px 20px 14px 0;
  max-width: 100%;
  min-width: 300px;
  position: relative;
}
.banner-inline:before {
  top: -12px;
}
.banner-article-inline-left {
  background-color: #f8fafa;
  display: inline-block;
  float: left;
  margin: 38px 50px 38px 0;
}
.banner-article-wide {
  background-color: #f8fafa;
  left: -25%;
  margin: 30px 0 0;
  min-height: 250px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 880px;
}
.banner-article-wide:before {
  top: 6px;
}
.banner-tagged {
  bottom: 0;
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 300px;
}
.banner-tagged:before {
  top: -10px;
}
.banner-wrapper {
  display: inline-block;
}
.banner-mobile-wrapper {
  background-color: #4f4f4f;
  display: none;
}
.banner-mobile-wrapper.opened {
  display: table;
  height: 100%;
  width: 100%;
}
.banner-tagged-mobile {
  display: table-cell;
  vertical-align: middle;
}
.checkbox-light {
  vertical-align: center;
}
.checkbox-light span {
  padding-left: 10px;
}
.checkbox-light ul {
  list-style: none;
}
.checkbox-light input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: content-box;
  display: inline-block;
  height: 20px;
  margin: 11px 0;
  outline: none;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.checkbox-light input[type="checkbox"]:checked {
  background-color: #c6c8c8;
}
.checkbox-light input[type="checkbox"]:checked:after {
  color: #000;
  content: "✔";
  font-size: 26px;
  position: absolute;
  top: -11px;
}
.checkbox-light-small {
  vertical-align: center;
}
.checkbox-light-small label {
  padding-left: 10px;
}
.checkbox-light-small ul {
  list-style: none;
}
.checkbox-light-small input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: content-box;
  display: inline-block;
  height: 13px;
  margin: 11px 0;
  outline: none;
  position: relative;
  vertical-align: middle;
  width: 13px;
}
.checkbox-light-small input[type="checkbox"]:checked {
  background-color: #c6c8c8;
}
.checkbox-light-small input[type="checkbox"]:checked:after {
  color: #000;
  content: "✔";
  font-size: 18px;
  position: absolute;
  top: -5px;
}
.field-dark {
  margin: 20px 0;
}
.field-dark input[type="password"],
.field-dark input[type="text"] {
  background-color: #7f7f7f;
  border: none;
  height: 40px;
  padding: 10px 20px;
  width: 100%;
}
.field-dark input::-moz-placeholder {
  color: #c6c8c8;
  font-size: 14px;
}
.field-dark input::placeholder {
  color: #c6c8c8;
  font-size: 14px;
}
.field-light {
  margin: 20px 0;
}
.field-light input[type="email"],
.field-light input[type="password"],
.field-light input[type="text"],
.field-light select,
.field-light textarea {
  background-color: #eef0f0;
  border: none;
  height: 40px;
  padding: 10px 20px;
  width: 100%;
}
.field-light input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 14px;
}
.field-light input::placeholder {
  color: #7f7f7f;
  font-size: 14px;
}
.addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: bottom;
}
.addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.banner-desktop,
.desktop-only {
  display: block;
}
.banner-mobile,
.non-desktop {
  display: none;
}
.banner-mobile .banner-inline {
  float: none;
  margin: 14px auto;
  text-align: center;
}
.non-mobile {
  display: inline-block;
}
.mobile,
.temp-display-none {
  display: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.keep {
  display: block;
}
.op-1 {
  opacity: 0.1;
}
.op-5 {
  opacity: 0.5;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.fw-700,
.fw-700 h3 {
  font-weight: 700;
}
.spacing-5 {
  letter-spacing: 5px;
}
.quote {
  font-style: italic;
  margin: 20px 0;
  text-align: center;
}
.quote p {
  margin: auto;
  max-width: 320px;
}
.small-text,
.unimportant {
  color: #7f7f7f;
  font-weight: 200;
}
.small-text {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin: 10px 0 40px;
  padding: 5px 0;
}
.small-text:hover {
  color: #000;
}
.small-text img {
  width: 14px;
}
.fc-red {
  color: #c1272d;
}
.fc-green {
  color: #009300;
}
.underline {
  text-decoration: underline;
}
.hr {
  background-color: #000;
  display: inline-block;
  height: 1px;
  opacity: 0.5;
  width: 100%;
}
.text-up {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.centered {
  margin: auto;
}
.align-center,
.centered {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.centered-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.centered-text span {
  font-size: 11px;
}
.image-left,
.image-right {
  color: #7f7f7f;
  line-height: normal;
}
.image-right {
  float: right;
}
.image-left {
  display: contents;
  float: left;
}
.half-underline-box,
.underline-box {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.half-underline-box h2,
.underline-box h2 {
  font-size: 28px;
  padding: 14px 0;
}
.half-underline-box {
  border-bottom: 0;
}
.half-underline-box h2 {
  position: relative;
}
.half-underline-box h2:after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  max-width: 450px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.table-field {
  display: table;
  width: 100%;
}
.error-field {
  display: table-cell;
  height: 400px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.error-box {
  display: inline-block;
  margin: 20px 0 80px;
  width: 100%;
}
.error-box h3 {
  font-size: 22px;
  padding: 14px 100px;
}
.page-title {
  margin: 70px 0 40px;
  width: 100%;
}
.page-title h1 {
  font-size: 50px;
}
.tblWiz {
  display: none;
}
.videoWrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.position-center {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.quiz-wrapper {
  margin: 40px 0;
  width: 100%;
}
.ql-align-right {
  text-align: right;
}
.ql-align-left {
  text-align: left;
}
.ql-align-center {
  text-align: center;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.swiper-container {
  height: auto;
}
.swiper-container .slider-element {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.swiper-container .element-wrapper {
  display: inline-block;
  width: 100%;
}
.swiper-container .element-wrapper img {
  height: unset;
  width: 100vw;
}
.swiper-container .slider-headline {
  height: 170px;
  margin: 40px 10%;
  position: relative;
  width: 80%;
}
.swiper-container .swiper-slide,
.swiper-container .swiper-wrapper {
  height: auto;
}
.sliding-gallery-mobile {
  background-color: #fcfaf4;
  margin-bottom: 40px;
}
.sliding-gallery-mobile .half-underline-box {
  margin: 0;
}
.sliding-gallery-mobile .half-underline-box h2 {
  letter-spacing: 2px;
  padding-top: 30px;
}
.sliding-gallery-mobile .half-underline-box h2:after {
  max-width: 150px;
}
.sliding-gallery-mobile .swiper-container .slider-headline {
  margin-bottom: 30px;
}
.content .swiper-container {
  margin: 20px auto 0;
}
.content .swiper-pagination {
  margin: 20px 0;
}
.content .swiper-container-horizontal > .swiper-pagination-bullets,
.content .swiper-pagination-custom,
.content .swiper-pagination-fraction {
  bottom: 202px;
}
.content .swiper-pagination-bullet-active {
  background: red;
  opacity: 1;
}
.gallery-summary {
  display: none;
}
.banner-article-wide iframe {
  position: relative;
}
.banner-article-wide iframe iframe {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}
.rules-block {
  margin: 40px 0;
}
.newsletter-offer .button-white,
.rules-block {
  font-size: 14px;
}
.newsletter-offer .checkbox-err {
  display: inline-block;
  min-height: 14px;
}
.newsletter-offer .fc-green {
  display: block;
  padding: 133px 0;
  text-align: center;
}
.banner-tall-static {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .logo-wrapper svg {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .header.inner .logo-wrapper svg {
    position: static;
  }
  .content,
  .footer-content {
    max-width: 1200px;
  }
  .content {
    margin: auto;
  }
  .header {
    margin-top: 44px;
  }
  .banner-desktop,
  .desktop-only {
    display: block;
  }
  .article .tiny-news {
    text-align: center;
    width: 100%;
  }
  .article .tiny-article-content {
    width: calc(92% - 140px);
  }
}
@media only screen and (max-width: 1200px) {
  .header-nav .user-status {
    right: 5px;
  }
  .header-nav .nav-menu {
    letter-spacing: 1px;
  }
  .header-nav .nav-menu .btn-black {
    font-size: 12px;
    margin-left: 22px;
  }
  .header.inner .header-nav .nav-menu {
    max-width: none;
    width: 65%;
  }
  .banner-tall-static {
    display: none;
  }
  .banner-article-wide {
    width: 125%;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1130px) {
  .btn-close {
    right: 0;
  }
  .logo-wrapper svg {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .article .article-info h3,
  .article .article-info span {
    font-size: 10px;
  }
  .article .tiny-article-content h2 {
    font-size: 14px;
  }
  .banner-tall-static {
    display: none;
  }
  .non-desktop {
    display: block;
  }
  .banner-mobile {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .col-gallery-small {
    display: none;
  }
  .col-gallery-large {
    display: inline-block;
    width: 100%;
  }
  .popup-gallery.gallery .gallery-element {
    background: no-repeat 50% / contain;
  }
  .popup-gallery.gallery .popup-gallery-wrapper {
    height: 90%;
    margin: auto;
    width: 100%;
  }
  .logo-wrapper svg {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .banner-desktop,
  .desktop-only {
    display: none !important;
  }
  .non-desktop {
    display: block;
  }
  .banner-mobile {
    display: block;
    margin: 0 0 40px;
  }
  .header-logo {
    width: 60%;
  }
  .header-social {
    top: -24px;
  }
  .header-social ul {
    margin-left: 8px;
  }
  .header-social li {
    float: none;
  }
  .header-nav .nav-menu {
    letter-spacing: 0;
    width: 80%;
  }
  .header-nav .nav-menu .btn-black {
    font-size: 10px;
    margin-left: 20px;
  }
  .header-subscription .subscribe-button {
    margin-top: -40px;
  }
  .mightlike .page-box {
    width: 36.18%;
  }
  .article .banner-article-wide {
    text-align: center;
    width: 156%;
  }
  .article .banner-article-wide img {
    width: 85%;
  }
  .article .article-thumbnail-img {
    /* height: 47.2%; */
    padding-bottom: 0;
  }
  .article .article-thumbnail-img.last {
    padding-bottom: 0;
  }
  .article .article-info h3,
  .article .article-info span {
    font-size: 10px;
  }
  .article .tiny-article-content h2 {
    font-size: 14px;
  }
  .article-headline {
    width: 85.5%;
  }
  .article-thumbnail-img {
    height: 580px;
  }
  .btn-close {
    right: 0;
  }
  .tiny-news {
    text-align: center;
    width: 100%;
  }
  .tiny-article {
    margin: 20px 12px;
    vertical-align: top;
    width: 42%;
  }
  .tiny-article .article-info span {
    vertical-align: bottom;
  }
  .tiny-article-thumb {
    width: 100%;
  }
  .tiny-article-img {
    background: 50% / cover;
    background-repeat: no-repeat;
    height: unset;
    padding-bottom: 100%;
    width: 100%;
  }
  .tiny-article-content {
    margin-left: 0;
    width: 100%;
  }
  .tiny-article-content h2 {
    font-size: 14px;
    line-height: unset;
    margin-top: 0;
  }
  .col-news {
    margin-left: 2.7%;
    width: 22.95%;
  }
  .col-news:nth-child(n + 5) {
    display: none;
  }
  .col-article-7 {
    float: none;
    margin: auto;
    width: 82%;
  }
  .col-article-3 {
    width: 16%;
  }
  .col-article-2 {
    width: 19.82%;
  }
  .col-content-7 {
    width: 100%;
  }
  .banner-tall {
    display: none !important;
  }
  .banner-tall-static,
  .banner-wide-border {
    display: none;
  }
  .gallery .mightlike .col-news {
    width: 31%;
  }
  .gallery .mightlike .col-news:nth-child(n + 4) {
    display: none;
  }
  .article-gallery .article-gallery-img {
    padding-bottom: 95px;
    width: 23.98%;
  }
  .popup-gallery .popup-gallery-wrapper {
    height: 600px;
    margin: auto;
    width: 100%;
  }
  .article-headline-wrapper {
    width: calc(100% - 400px);
  }
  .sliding-gallery .article-headline {
    max-width: 380px;
    width: unset;
  }
  .sliding-gallery-wrapper {
    width: 96%;
  }
  .sliding-gallery-wrapper .slider-elements {
    width: 380px;
  }
}
@media only screen and (max-width: 992px) {
  .btn-white span {
    font-size: 14px;
    line-height: 54px;
    padding: 0 38px;
  }
  .freeze {
    margin: 0;
    overflow: hidden;
  }
  .non-mobile {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .content {
    margin: 0;
  }
  .footer {
    text-align: center;
  }
  .footer-content {
    padding: 20px 2.5% 0;
  }
  .footer-social {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-social h2 {
    text-align: left;
  }
  .footer-social .img-list {
    display: inline-block;
    float: none;
  }
  .footer-portals {
    height: auto;
    min-height: 0;
    width: 50%;
  }
  .footer-portals a {
    letter-spacing: 0;
  }
  .footer-portals .menu {
    width: 100%;
  }
  .footer-portals .menu,
  .footer-portals h2 {
    display: none;
  }
  .footer-portals li {
    display: none;
    float: right;
    padding-left: 14px;
  }
  .footer-portals .keep {
    display: inline-block;
  }
  .footer-branding {
    height: auto;
    width: 20%;
  }
  .footer-branding .branding-logo {
    display: none;
  }
  .footer-branding .keep {
    display: inline-block;
  }
  .footer-branding .img-after {
    height: 35px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .footer-subscription {
    height: auto;
    width: 100%;
  }
  .footer-subscription h2 {
    text-align: left;
  }
  .footer-subscription .sub-form {
    float: none;
    min-width: 0;
    width: 100%;
  }
  .footer-subscription .sub-form input[type="text"] {
    margin: 0;
    width: 100%;
  }
  .footer-subscription .sub-form .footer-submit-container {
    display: inline-block;
  }
  .footer-subscription .sub-form .footer-submit-container input[type="submit"] {
    float: right;
    margin: 20px auto;
    padding: 10px 20px;
  }
  .footer-subscription .sub-form .footer-submit-container span {
    word-wrap: normal;
    display: inline-block;
    margin: 20px auto;
    max-width: 129px;
    padding-right: 5px;
    width: 100%;
  }
  .btn-close {
    right: 0;
  }
  .social-buttons-small img {
    height: 25px;
    width: 25px;
  }
  .social-buttons-small li {
    padding-right: 6px;
  }
  .social-buttons img {
    height: 25px;
    width: 25px;
  }
  .social-buttons.large img {
    height: 32px;
    width: 32px;
  }
  .sub-form-mobile .search {
    right: 14px;
    text-align: right;
  }
  .sub-form-mobile .search input[type="image"] {
    right: 0;
  }
  .sidenav-mobile {
    background-color: #eef0f0;
    height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.5s;
  }
  .sidenav-mobile .sub-form-mobile {
    margin: 22px 0 14px;
  }
  .sidenav-mobile .nav-sidemenu ul li {
    margin: 2px 0;
  }
  .sidenav-mobile .nav-sidemenu ul li.child {
    margin: 2px 0 2px 10px;
  }
  .sidenav-mobile .sub-form {
    padding-bottom: 66px;
  }
  .sidenav-mobile.opened {
    height: -moz-fit-content;
    height: fit-content;
  }
  .overlay-dark,
  .overlay-dark.opened,
  .sidenav,
  .sidenav-overlay,
  .sidenav-overlay.opened {
    display: none;
  }
  .header-block {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10002;
  }
  .header-block.opened {
    height: 100vh;
    overflow: auto;
  }
  .header {
    display: grid;
    margin: 8px auto 0;
    text-align: center;
    width: 100%;
  }
  .header-social {
    display: none;
  }
  .header-logo {
    height: 0;
    margin: auto;
    max-width: none;
    padding-bottom: 7px;
    width: 100%;
  }
  .header-logo a {
    display: inline-block;
    width: 100%;
  }
  .header-logo svg {
    height: 25px;
    width: 100%;
  }
  .header-nav {
    height: 0;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }
  .header-nav,
  .header-nav .user-status {
    display: inline-block;
  }
  .header-nav .nav-buttons {
    height: unset;
    left: 10px;
    position: absolute;
    top: -37px;
  }
  .header-nav .nav-buttons img {
    height: 33px;
    width: 33px;
  }
  .header-nav .nav-buttons .btn-fade {
    display: none;
  }
  .header-nav .nav-buttons .keep {
    display: inline-block;
  }
  .header-nav .nav-menu {
    display: none;
    height: unset;
    max-width: unset;
    width: 96%;
  }
  .header-nav .nav-menu ul {
    display: inline-block;
    width: 100%;
  }
  .header-nav .nav-menu ul li {
    font-size: 15px;
    line-height: unset;
    margin: 2px 0;
    padding: 17px 0;
  }
  .header-nav .nav-menu ul li a {
    margin: 0 17px;
  }
  .header-nav li {
    background-color: #fff;
    text-align: left;
    width: 100%;
  }
  .header .user-status {
    line-height: 0;
    right: 6px;
    top: -37px;
  }
  .header .user-status span {
    font-size: 8px;
    line-height: 5px;
  }
  .header .user-status img {
    display: block;
    float: none;
    height: unset;
    margin: auto;
  }
  .header-subscription {
    display: none;
  }
  .header.inner .header-logo {
    position: static;
    width: 100%;
  }
  .header.inner .header-nav .nav-buttons {
    top: -37px;
  }
  .header-invisible {
    height: 40px;
  }
  .header-invisible.inner {
    height: 60px;
  }
  .header-bg {
    background-image: none;
  }
  .header.inner {
    margin: 8px auto 0;
  }
  .header.inner .header-nav {
    bottom: unset;
    display: inline-block;
    height: unset;
    margin: unset;
    padding: unset;
    width: 100%;
  }
  .header.inner .header-nav .nav-buttons {
    bottom: unset;
  }
  .header.inner .header-nav .user-status {
    top: -37px;
  }
  .profile,
  .sub-form {
    width: 100%;
  }
  .profile {
    border: none;
    display: inline-block;
    height: auto;
    max-height: 0;
    min-width: 0;
    overflow-y: hidden;
    position: relative;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.2s;
  }
  .profile.opened {
    min-height: calc(100vh - 50px);
    overflow: auto;
    transform: scaleY(1);
  }
  input {
    color: #000;
  }
  input[type="text"] {
    background-color: #fff;
    border: none;
    padding: 11px 20px;
    width: 96%;
  }
  input:focus {
    outline: none;
  }
  input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .news {
    display: flex;
    flex-wrap: wrap;
    margin: 17px auto 0;
    width: 87.9%;
  }
  .news .news-img {
    height: auto;
    padding-bottom: 67.186%;
  }
  .news h2 {
    font-size: 25px;
  }
  .news .col-news {
    margin: 22px 0 0 5%;
  }
  .news .col-news .news-info {
    margin: 10px 0 3px;
  }
  .news .col-news .news-info h3 {
    font-size: 10px;
  }
  .news .col-news .news-info span {
    font-size: 10px;
    vertical-align: middle;
  }
  .news .col-news .news-cont p {
    font-size: 12px;
    line-height: 14px;
  }
  .news .col-news .news-cont h2 {
    font-size: 25px;
  }
  .news .col-news .news-cont .col-news-8 {
    margin-top: 0;
  }
  .news .col-news:nth-child(odd) {
    margin-left: 0;
  }
  .news.inner {
    display: none;
  }
  .mightlike {
    padding-top: 20px;
  }
  .mightlike .news {
    display: flex;
    margin-top: 0;
  }
  .mightlike .mightlike-title h1 {
    font-size: 20px;
  }
  .mightlike .news .news-cont .page-box {
    padding: 5px 0;
    width: 40%;
  }
  .mightlike .news .news-cont .page-box span {
    font-size: 8px;
  }
  .newsletter-subscribe {
    background-color: #fcfaf4;
    margin: auto;
    padding: 29px 0;
    text-align: center;
    width: 100%;
  }
  .news-margins {
    width: 100%;
  }
  .newsletter-info {
    margin: 14px auto 0;
    text-align: center;
    width: 87.9%;
  }
  .newsletter-info h2 {
    margin: 0 auto 18px;
    width: 300px;
  }
  .hottest-article .article-info {
    margin: 8px 0 6px;
  }
  .hottest-article .article-headline .title h3 {
    margin: 10px 0 14px;
  }
  .col-news {
    display: block;
    width: 47.41%;
  }
  .col-news:nth-child(n + 5) {
    display: none;
  }
  .col-article-8 {
    float: none;
    margin: auto;
    width: 88%;
  }
  .col-article-7 {
    width: 100%;
  }
  .col-article-2 {
    width: 19.82%;
  }
  .col-content-7 {
    width: 100%;
  }
  .col-gallery-small {
    display: none;
  }
  .col-gallery-large {
    display: inline-block;
    width: 100%;
  }
  .row-content {
    margin: 36px 0;
  }
  .article-subscribe {
    width: 88%;
  }
  .article-subscribe .header-subscription-mobile {
    padding: 30px 0;
    width: 100%;
  }
  .article .article-content {
    clear: both;
  }
  .article h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .article h2 {
    font-size: 15px;
    line-height: 23px;
  }
  .article .article-contact h3 {
    color: #7f7f7f;
    font-size: 14px;
  }
  .article p {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
  }
  .article ol li {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
  }
  .article .article-author h4 {
    font-size: 10px;
    line-height: 15px;
  }
  .article .article-thumbnail {
    margin: 20px 0;
  }
  .article .article-thumbnail h5.float-left {
    padding-left: 30px;
  }
  .article .article-thumbnail h5.float-right {
    padding-right: 30px;
  }
  .article .article-thumbnail-img {
    height: 0;
    left: 0;
    padding-bottom: 55%;
    position: relative;
    width: 100%;
  }
  .article .article-thumbnail-img.last {
    padding-bottom: 0;
  }
  .article .article-content .banner-article-inline-left {
    background-color: #eef0f0;
    display: inline-block;
    float: none;
    left: -7%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 114%;
  }
  .article .article-content .banner-article-inline-left img {
    width: 300px;
  }
  .article-social h3 {
    display: block;
    margin-bottom: 16px;
  }
  .large-article .article-info h3,
  .large-article .article-info span {
    padding-top: 0;
  }
  .article-info {
    margin: 16px 0 0;
  }
  .article-info h3,
  .article-info span {
    color: #000;
    font-size: 10px;
    padding-top: 10px;
    vertical-align: middle;
  }
  .article-headline {
    margin: auto;
    width: 87.9%;
  }
  .article-headline h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 8px 0;
  }
  .article-headline h2 {
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
  }
  .article-headline .btn-fade-inline {
    vertical-align: middle;
  }
  .article-thumbnail-img {
    height: unset;
    padding-bottom: 58%;
  }
  .article-headline .title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .article-headline .title h2 p,
  .article-headline .title h2 span {
    font-size: 20px;
  }
  .article-headline .title h2 span.unimportant {
    font-size: 14px;
  }
  .article-headline .title h2 .unimportant span {
    font-size: 12px;
  }
  .article-headline .title h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .news-thumbnail {
    height: unset;
  }
  .news-thumbnail-img {
    height: 0;
    padding-bottom: 57%;
  }
  .tiny-news {
    text-align: center;
    width: 100%;
  }
  .tiny-article {
    margin: 20px 10px;
    vertical-align: top;
    width: 42%;
  }
  .tiny-article-thumb {
    width: 100%;
  }
  .tiny-article-img {
    background: 50% / cover;
    background-repeat: no-repeat;
    height: unset;
    padding-bottom: 100%;
    width: 100%;
  }
  .tiny-article-content {
    margin-left: 0;
    width: 100%;
  }
  .tiny-article-content h2 {
    font-size: 14px;
    line-height: unset;
    margin-top: 2px;
  }
  .article-mark img {
    width: 12px;
  }
  .large-article {
    max-height: none;
    min-width: 0;
    text-align: center;
  }
  .large-article a {
    width: 100%;
  }
  .large-article .article-headline {
    margin-top: 10px;
    text-align: left;
    width: 87.9%;
  }
  .large-article .article-headline h2 {
    line-height: 28px;
    margin-top: 0;
    max-height: unset;
  }
  .large-article .large-article-img {
    height: auto;
    padding-bottom: 57.2916666667%;
    width: 100%;
  }
  .large-article.tall {
    max-height: unset;
    min-width: unset;
  }
  .large-article.tall a {
    width: 100%;
  }
  .large-article.tall .large-article-img {
    max-width: unset;
    width: 100%;
  }
  .large-article.tall .article-headline {
    width: 87.9%;
  }
  .wide-article .article-content {
    display: inline-block;
    width: 88%;
  }
  .wide-article .article-headline {
    width: 100%;
  }
  .wide-article-img {
    height: 320px;
    padding: 0;
  }
  .mightlike .news .col-news:nth-child(odd) {
    margin-right: 0;
  }
  .mightlike .news .col-news:first-child {
    margin-left: 5%;
  }
  .mightlike .news .col-news {
    margin: 22px 5% 0;
    width: 42.41%;
  }
  .gallery .gallery-element {
    background: no-repeat 50% / cover;
  }
  .gallery .gallery-numbering {
    font-size: 14px;
    margin: 10px 0;
  }
  .gallery .article-thumbnail {
    left: -7%;
    width: 114%;
  }
  .gallery .mightlike .news-img {
    height: 0;
  }
  .gallery .mightlike .news .col-news {
    margin: 0 0 0 2%;
    width: 48%;
  }
  .gallery .mightlike .col-news:nth-child(n + 3) {
    display: none;
  }
  .gallery-element.last {
    padding-bottom: 0;
  }
  .popup-gallery .popup-info {
    min-height: 0;
  }
  .popup-gallery.gallery .gallery-element {
    background: no-repeat 50% / contain;
  }
  .popup-gallery.gallery .popup-gallery-wrapper {
    height: 90%;
    margin: auto;
    width: 100%;
  }
  .sliding-gallery {
    background-color: #fcfaf4;
  }
  .sliding-gallery .article-headline-wrapper {
    min-height: 160px;
    width: 100%;
  }
  .sliding-gallery .article-headline {
    position: relative;
    width: 100%;
  }
  .sliding-gallery-wrapper {
    border: none;
    min-height: 180px;
    width: 90%;
  }
  .sliding-gallery-wrapper .slider-elements {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
  .gallery-indicators {
    margin: 20px 0;
  }
  .warning-box .btn-white {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-tall {
    display: none !important;
  }
  .banner-article-wide,
  .banner-wide-border {
    display: none;
  }
  .banner-inline {
    display: block;
    float: none;
    margin: 14px auto;
    text-align: center;
  }
  .banner-tall-static {
    display: none;
  }
  .social-buttons {
    margin-top: 10px;
  }
  .page-title {
    margin-top: 30px;
  }
  .banner-desktop,
  .desktop-only {
    display: none !important;
  }
  .non-desktop {
    display: block;
  }
  .banner-mobile {
    display: block;
    margin: 20px 0;
  }
  .underline-box {
    margin-bottom: 0;
  }
  .underline-box h2 {
    padding: 14px 0;
  }
  .freeze.all {
    overflow: hidden;
  }
  .search-popup {
    width: 90%;
  }
  .cookie-box {
    font-size: 12px;
    padding-top: 10px;
  }
  .js-cookie-consent .js-cookie-consent-agree {
    display: block;
    margin: 10px auto;
  }
  .article h2.single-lead {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 720px) {
  .article-gallery .article-gallery-img {
    padding-bottom: 36.5%;
    width: 48.98%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .article .article-content img:hover {
    cursor: hand;
  }
  .article .article-content .magazine-subscription h2 {
    line-height: 14px;
  }
  .popup-gallery.opened {
    display: block;
  }
  .popup-gallery .popup-gallery-wrapper {
    margin: 2% auto;
  }
  .profile .button-image-white label {
    width: 60%;
  }
  .warning-box {
    left: 45%;
    right: 100%;
  }
  .warning-popup h2 {
    width: 230px;
  }
  a {
    color: #000;
  }
  .search-popup a {
    color: #646464;
  }
  .footer-subscription .sub-form {
    max-width: 500px;
  }
  .header.inner {
    text-align: center;
  }
  .header.inner .header-logo {
    height: 30px;
  }
  .gallery .gallery-element:hover {
    cursor: hand;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 0px) and (max-width: 768px), only screen and (-ms-high-contrast: none) and (min-width: 0px) and (max-width: 768px) {
  .header .user-status img {
    height: 30px;
  }
}
.field-light input,
.field-light select,
.field-light textarea {
  font-size: 13px;
  resize: none;
}
.field-light input[type="email"]::-moz-placeholder {
  font-size: 13px;
  opacity: 1;
}
.field-light input[type="email"]::placeholder {
  font-size: 13px;
  opacity: 1;
}
.field-light select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB3aWR0aD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTE2IDcuNTQ4Yy40MzYtLjQ0NiAxLjA0My0uNDgxIDEuNTc2IDBMMTAgMTEuMjk1bDMuOTA4LTMuNzQ3Yy41MzMtLjQ4MSAxLjE0MS0uNDQ2IDEuNTc0IDAgLjQzNi40NDUuNDA4IDEuMTk3IDAgMS42MTUtLjQwNi40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDJhMS4wOTUgMS4wOTUgMCAwIDEtMS41NzYgMFM0LjkyNCA5LjU4MSA0LjUxNiA5LjE2M3MtLjQzNi0xLjE3IDAtMS42MTV6Ii8+PC9zdmc+);
  background-position: calc(100% - 9px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.radio-button-group {
  display: flex;
  flex-direction: column;
}
.sticky-banner-wrapper {
  display: none;
  position: relative;
}
.sticky-banner-wrapper:not(:first-child) {
  flex: 1 1 auto;
}
.instagram-media {
  height: 1px;
}
.video-ad-wrapper {
  position: relative;
}
.video-ad-banner-wrapper {
  margin: 16px 0;
  max-width: 640px;
  position: relative;
}
.video-ad-banner-wrapper div,
.video-ad-banner-wrapper iframe {
  height: 0;
  transition: height 1.5s ease 0s;
}
.video-ad-banner-wrapper iframe {
  display: table;
}
.close-video-player-btn {
  box-sizing: content-box;
  cursor: pointer;
  display: none;
  height: 30px !important;
  opacity: 0.7;
  padding: 2px;
  position: absolute;
  right: -8px;
  top: -30px;
  transform: scale(0.7);
  width: 30px;
  z-index: 9999;
}
.banner-inline-wider iframe {
  width: 320px;
}
