@font-face {
  font-family: metropolis;
  src: url(../metropolis/Metropolis-Regular.otf);
}
@font-face {
  font-family: metropolis-semibold;
  src: url(../metropolis/Metropolis-SemiBold.otf);
}
@font-face {
  font-family: metropolis-medium;
  src: url(../metropolis/Metropolis-Medium.otf);
}
.page h1 {
  font-size: 55px;
  font-family: metropolis-medium;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 700px) {
  .page h1 {
    font-size: 40px;
  }
}
.page h2 {
  font-size: 35px;
  font-family: metropolis-semibold;
  text-transform: capitalize;
  line-height: 1.1;
}
@media (max-width: 700px) {
  .page h2 {
    font-size: 30px;
  }
}
.page h3 {
  font-size: 20px;
  font-family: metropolis-semibold;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 700px) {
  .page h3 {
    font-size: 20px;
  }
}
.title {
  font-family: metropolis;
}
.top-bar {
  background: white;
  font-family: metropolis-semibold !important;
}
.top-bar .menu__link,
.top-bar .logo {
  color: #572C86 !important;
  border: none !important;
  opacity: 1 !important;
}
.top-bar .menu__link:hover,
.top-bar .logo:hover {
  opacity: 0.8 !important;
}
.top-bar .menu__link--active {
  border-bottom: 1px solid #572C86 !important;
}
@media only screen and (max-width: 1023px) {
  .top-bar .menu--main .menu__link {
    color: #fff !important;
  }
  .top-bar .logo {
    color: white !important;
  }
}
.top-bar .logo {
  background: url(../images/MD_logo_cz-10.svg) no-repeat center;
  position: absolute;
  width: 313px;
  height: 28px;
  background-size: 311px 28px;
}
@media only screen and (max-width: 800px) {
  .top-bar .logo {
    background: url(../images/mdlogomobil.svg) no-repeat center;
    width: 145px;
    background-size: 145px 28px;
  }
}
.top-bar .logo:before {
  content: "";
}
.top-bar {
  height: 90px !important;
}
@media only screen and (max-width: 1023px) {
  .logo {
    top: 25px;
  }
  .top-bar {
    height: 70px !important;
  }
}
.top-bar--fixed {
  height: 66px !important;
}
.menu__trigger {
  background: transparent;
}
.menu__trigger .icon-menu:before {
  color: #572C86;
}
.slide__wrap {
  height: 100vh !important;
}
.section--min-height {
  min-height: 100vh !important;
}
@media only screen and (max-width: 1023px) {
  .section--min-height.contacts {
    min-height: 1px !important;
  }
}
.section--gradient-overlay:after {
  content: "";
  position: absolute;
  top: 40% !important;
  height: 60% !important;
  display: block;
  width: 100%;
  background: -moz-linear-gradient(rgba(35, 0, 156, 0) 0%, rgba(72, 0, 115, 0.3) 50%, rgba(108, 0, 74, 0.8) 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(35, 0, 156, 0)), color-stop(50%, rgba(72, 0, 115, 0.3)), color-stop(100%, rgba(108, 0, 74, 0.8)));
  background: -webkit-linear-gradient(rgba(35, 0, 156, 0) 0%, rgba(72, 0, 115, 0.3) 50%, rgba(108, 0, 74, 0.8) 100%);
  background: -o-linear-gradient(rgba(35, 0, 156, 0) 0%, rgba(72, 0, 115, 0.3) 50%, rgba(108, 0, 74, 0.8) 100%);
  background: -ms-linear-gradient(rgba(35, 0, 156, 0) 0%, rgba(72, 0, 115, 0.3) 50%, rgba(108, 0, 74, 0.8) 100%);
  background: linear-gradient(rgba(35, 0, 156, 0) 0%, rgba(72, 0, 115, 0.3) 50%, rgba(108, 0, 74, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9923009c', endColorstr='#996c004a', GradientType=1);
  pointer-events: none;
}
.section--about {
  min-height: 100vh;
  white-space: nowrap;
  word-wrap: break-word;
}
.section--ep {
  white-space: nowrap;
  word-wrap: break-word;
}
.mb--45 {
  white-space: normal;
}
.wrap.wrap--logo-indent.vertical-center__content {
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  .wrap.wrap--logo-indent.vertical-center__content .title {
    text-align: left;
  }
  .wrap.wrap--logo-indent.vertical-center__content .button--portable-center {
    display: inline-block;
    margin-bottom: 25px;
  }
}
.parties--main {
  margin-top: 0px;
  white-space: normal;
  bottom: 8%;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .parties--main {
    bottom: 2px;
  }
}
.grid.follow-me {
  max-width: 700px;
  margin: 0 auto;
  white-space: nowrap;
  margin-top: 30px;
}
.grid.follow-me .grid__item {
  padding-left: 0;
}
@media (max-width: 800px) {
  .grid.follow-me .follow-me__icon {
    font-size: 40px;
  }
}
.wrap.dlbj-twitter-feed {
  max-width: 550px;
  padding-top: 80px;
}
.blog-list {
  max-width: 950px;
}
.blog-list .blog-list-item .blog-list-item__category span {
  background: none;
  height: auto;
  line-height: normal;
}
.blog-list .blog-list-item .blog-list-item__date {
  display: block;
  line-height: 1.8;
}
@media (min-width: 999px) {
  .blog-list .blog-list-item {
    width: 28%;
    margin: 0 2% 0 2%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
  }
  .blog-list .blog-list-item .title {
    font-size: 1.2em;
  }
}
.blog-detail__date {
  display: block;
  line-height: 1;
}
.media__download {
  border: none !important;
  vertical-align: baseline;
}
.media__download:after,
.media__download:before {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .media__download {
    margin-bottom: 15px;
  }
}
.media__download .media__icon {
  color: #572C86;
}
.nowrap {
  white-space: nowrap;
  word-wrap: break-word;
}
.blog-list-item__read-more {
  display: block;
  margin-top: -30px;
}
.wrap.wrap--logo-indent {
  white-space: normal;
  width: 98%;
}
@media (max-width: 700px) {
  .media__categories li {
    display: block;
    padding: 9px 16px;
  }
}
.media__row {
  white-space: nowrap;
}
@media (max-width: 700px) {
  .media__row {
    white-space: normal;
    text-align: center;
  }
  .media__row .grid__item {
    width: 80%;
  }
  .media__row .media__name {
    white-space: normal;
  }
}
.blog-detail__next-articles {
  white-space: nowrap;
}
.blog-detail__next-articles a {
  color: #572C86;
}
@media (max-width: 700px) {
  .blog-detail__next-articles {
    font-size: 11px;
  }
}
.blog-detail__next-articles .grid__item.one-half {
  white-space: normal;
}
.wrap.wrap--text,
.paragraph {
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  .contacts {
    white-space: normal !important;
  }
}
.contact-form.vertical-center,
.fellowship-modal.vertical-center {
  white-space: nowrap;
}
.contact-form.vertical-center .vertical-center__content,
.fellowship-modal.vertical-center .vertical-center__content {
  white-space: normal;
}
.page h1,
.page h2,
.page h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1023px) {
  .dots {
    display: block !important;
    bottom: auto!important;
    top: 90px!important;
  }
}
@media only screen and (max-width: 480px) {
  .menu--main .menu__item {
    padding-top: 25px;
    font-size: 1.8em;
  }
}
.menu--main .menu__item.soci {
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .menu--main .menu__item {
    padding-top: 30px;
    font-size: 2em;
  }
  .menu--main .menu__item.soci {
    display: inline-block;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-detail__title,
  .title--big {
    line-height: 1.1em !important;
    font-size: 1.85em !important;
  }
}
@media only screen and (min-width: 1024px) {
  .js-scroll-slides .title--big {
    line-height: 1.1em;
    font-size: 3.250em;
    margin-top: 20px;
  }
}
.menu--footer .parties {
  width: 340px;
}
.menu--footer .parties .parties__link {
  margin-right: 15px;
}
.menu--footer .parties .parties__link.parties__link--libdem {
  background: url("../images/alde.png") center no-repeat;
  background-size: contain;
}
.menu--footer .parties .parties__link.parties__link--ano {
  background: url("../images/ano.png") center no-repeat;
  background-size: contain;
}
.menu--footer .parties .parties__link.parties__link--ep {
  background: url("../images/ep.png") center no-repeat;
  background-size: contain;
}
.featherlight .featherlight-content {
  word-wrap: break-word;
}
@media only screen and (max-width: 480px) {
  .title,
  .page h1,
  .page h2,
  .page h3 {
    line-height: 1.2em;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts__item {
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: 1 !important;
  }
}
.faktnopadinguz {
  padding: 0 !important;
}
.faktnopadinguz .media__item--big {
  margin: 0 auto;
}
.latest-articles__article .paragraph {
  opacity: 1 !important;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .latest-articles {
    margin-bottom: 20px;
  }
}
.section--priorities {
  white-space: nowrap;
}
.section--priorities .wrap.wrap--text {
  white-space: normal;
}
.section--priorities .vertical-center__content img {
  display: block;
  margin: 15px auto;
}
ol,
ul {
  line-height: 1.563em;
  margin-bottom: 30px;
  font-size: 1em;
  padding-left: 15px;
  list-style: disc;
}
.wrap.text--center.media {
  margin-top: 0 !important;
}
.contacts__content {
  max-width: 99%;
}
a {
  color: #572C86;
}
.page-gallery {
  margin-top: 0;
}
.page-gallery .galerydiv {
  text-align: left;
  padding: 0 30px !important;
}
.page-gallery .galerydiv .galname {
  padding-top: 8px;
  height: 80px;
  text-transform: uppercase;
  font-size: 16px;
}
.page-gallery .onefotka {
  margin-bottom: 30px;
  position: relative;
  opacity: 1 !important;
}
.page-gallery .onefotka .galcaption {
  position: absolute;
  top: 0;
  font-size: 20px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
}
.page-gallery .onefotka .galcaption .inn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 30px;
}
.page-gallery .onefotka:hover .galcaption {
  display: block;
}
.mynewwrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px !important;
}
.mynewwrap .blog__share {
  text-align: left;
}
.section-mini {
  padding: 40px 0px;
}
.bread {
  font-size: 20px;
  margin-bottom: 20px;
}
.bread a {
  margin-right: 15px;
}
.bread a:after {
  font-size: 80%;
  padding-left: 5px;
  content: ">> ";
}
.inwhitelink a {
  color: #fff;
}
.blog-detail__text img {
  height: auto;
}
.wp-caption.alignnone {
  max-width: 100% !important;
}
.section--with-background a {
  color: white;
}
.media__icon.md-icon-audio {
  background: url("../images/audio.svg") center no-repeat;
  height: 40px;
  width: 30px;
  display: block;
}
.wrap.blog-detail__title-wrap.wrap--text {
  margin-top: 30px;
}
.wrap.blog-detail__title-wrap.wrap--text h2 {
  padding: 0;
  font-size: 30px;
  position: relative;
}
.wrap.blog-detail__title-wrap.wrap--text h2 .title--right-padding {
  padding-right: 0;
}
.section--blog-detail {
  min-height: 70vh;
}
#instafeed {
  margin: 0 -24px;
  margin-top: 70px;
}
.instaikona {
  font-size: 45px;
}
@media (min-width: 921px) {
  .slide .section.slide__item,
  .section--gradient-overlay {
    margin-top: 70px;
    padding-bottom: 150px;
  }
}
