@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext");
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  src: url("../font/OpenSans-Light.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  height: 100%;
  margin-bottom: 180px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #d11241;
}
a:hover {
  color: #d11241;
}

td:first-child,
th:first-child {
  padding-left: 0 !important;
}

.c-red {
  color: #d11241;
}

.c-white {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  body > .container-fluid:last-of-type {
    padding-bottom: 0;
  }
}

#sectionIntro {
  background-position: center top;
  background-size: cover;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
}

.intro-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  font-weight: 800;
  margin-top: 220px;
}
.intro-heading .c-red {
  font-size: 88px;
}
@media screen and (max-width: 1000px) {
  .intro-heading {
    margin-top: 150px;
    font-size: 36px;
  }
  .intro-heading .c-red {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  .intro-heading {
    margin-top: 120px;
    font-size: 36px;
  }
  .intro-heading .c-red {
    font-size: 54px;
  }
}
@media screen and (max-width: 640px) {
  .intro-heading {
    margin-top: 90px;
  }
  .intro-heading .c-red {
    font-size: 46px;
  }
}
@media screen and (max-width: 415px) {
  .intro-heading {
    font-size: 26px;
  }
  .intro-heading .c-red {
    font-size: 38px;
  }
}

.intro-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  max-width: 1000px;
  margin: 70px auto 0;
  line-height: 1.4;
}
.intro-text .wikiPreview {
  text-align: center;
  font: inherit;
}
.intro-text .wikiPreview p {
  font: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .intro-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .intro-text {
    font-size: 16px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .intro-text {
    font-size: 14px;
    margin: 20px auto 0;
  }
}

#navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: background 0.3s ease;
  z-index: 10;
}
#navbar.notTop {
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#navbar.notTop .navbar-links {
  color: #000;
}
#navbar.notTop .navbar-links.base.subscriptionOpen {
  color: #000;
}
#navbar.notTop .navbar-links ul {
  margin-bottom: 0;
}
#navbar.notTop .navbar-links li > a {
  text-decoration: none;
}
#navbar.notTop .social-links {
  color: #000;
}
#navbar .navbar-logo {
  list-style-type: none;
  position: absolute;
  top: 7px;
  left: 5%;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  #navbar .navbar-logo {
    position: absolute;
    left: 15px;
  }
}
@media screen and (max-width: 998px) {
  #navbar .navbar-logo {
    position: relative;
    margin-bottom: 10px;
  }
}
#navbar .navbar-logo svg {
  width: 75px;
  height: 60px;
}
#navbar .navbar-content {
  max-width: 1000px;
  margin: 0 auto;
}
#navbar .base.navbar-icons li, #navbar .base.navbar-icons li > a {
  color: #000;
}
#navbar .social-links {
  color: #fff;
}
@media screen and (max-width: 992px) {
  #navbar .social-links {
    color: #000;
    position: absolute;
    top: 72px;
    right: 30px;
  }
  #navbar .social-links.linkedin {
    top: 112px;
  }
}
#navbar .navbar-links {
  color: #fff;
  margin: auto;
  display: inline-block;
}
#navbar .navbar-links ul {
  text-align: right;
  list-style-type: none;
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  #navbar .navbar-links ul {
    margin-left: 0;
  }
}
#navbar .navbar-links li {
  display: inline-block;
  padding: 25px 10px;
}
#navbar .navbar-links li:last-child {
  padding-right: 0;
}
#navbar .navbar-links li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
#navbar .navbar-links li > a:hover {
  color: #d11241;
}
#navbar .navbar-links li > a.selected {
  color: #d11241;
  font-weight: 600;
}
#navbar .navbar-links li > a.active {
  color: #d11241;
}
#navbar .navbar-mobile {
  display: none;
}
#navbar .navbar-mobile .fa-times {
  display: none;
}
@media screen and (max-width: 992px) {
  #navbar {
    z-index: 10;
    background-color: #fff;
  }
  #navbar .navbar-logo {
    float: none;
  }
  #navbar .navbar-links {
    float: left;
    overflow: hidden;
    height: 1px;
    transition: height 0.3s ease;
    color: #000;
    width: 100%;
  }
  #navbar .navbar-links ul {
    margin-top: 3px;
    padding-left: 0;
    text-align: center;
  }
  #navbar .navbar-links li {
    display: block;
    padding: 6px;
    margin: 0 25px;
    border-top: 1px solid #d11241;
  }
  #navbar .navbar-links li:first-child {
    border-top: 0;
  }
  #navbar .navbar-links.open {
    height: 290px;
  }
  #navbar .navbar-mobile {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
  }
}
#navbar .base.navbar-links {
  color: #000;
}
#navbar .base.navbar-links li > a:hover {
  color: #d11241;
}
@media screen and (max-width: 1000px) {
  #navbar .navbar-logo svg {
    margin-left: 0px;
  }
}

.btn-red {
  outline: 0;
  background-color: #d11241;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid #d11241;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-red:hover {
  background-color: #fff;
  color: #d11241;
}

.btn-transparent {
  outline: 0;
  background: transparent;
  border: 0;
}

#introMove {
  color: #fff;
  font-size: 60px;
}

.moveDown {
  margin: 10px auto;
}

#buttonIntroMove {
  margin-top: 40px;
}

#introMove {
  display: none;
  transition: margin 0.3s ease;
}
#introMove:hover {
  margin-top: 20px;
}
#introMove .fa-angle-double-down {
  text-shadow: 0px 0px 7px black;
}

.section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #d11241;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .section-title {
    font-size: 28px;
  }
}

.section-width {
  max-width: 1030px;
}

#sectionNews {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sectionNews {
    margin-top: 40px;
  }
}

.news-item {
  font-family: "Open Sans", sans-serif;
  transition: background 0.3s ease;
  padding: 50px 30px;
  height: 380px;
  width: 31%;
  margin-right: 35px;
}
.news-item:last-of-type {
  margin-right: 0;
}
.news-item .perex {
  color: #000;
  font-size: 14px;
}
.news-item .title-wrap {
  position: relative;
  height: 96px;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item hr {
  border-color: #d11241;
  transition: border 0.3s ease;
}
.news-item p {
  transition: color 0.3s ease;
}
.news-item.hovered {
  background-color: #d11241;
}
.news-item.hovered hr {
  border-color: #fff;
}
.news-item.hovered .perex {
  color: #fff;
}
.news-item.hovered .news-title {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .news-item {
    margin-right: 15px;
    width: 32%;
    height: 370px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-item {
    width: 100%;
  }
}

.news-title {
  position: absolute;
  bottom: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

#sectionServices {
  margin-top: 150px;
}

.service-item {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
}
.service-item a {
  display: inline-block;
  padding: 12px 0;
  width: 264px;
  transition: color 0.3s ease, background 0.3s ease;
}
.service-item a svg circle,
.service-item a svg path,
.service-item a svg rect,
.service-item a svg polygon {
  transition: fill 0.3s ease;
}
.service-item a:hover {
  text-decoration: none;
  background-color: #d11241;
  color: #fff;
}
.service-item a:hover .service-title {
  color: #fff;
}
.service-item a:hover .service-title span:after {
  width: 100%;
}
.service-item a:hover circle {
  fill: #fff;
}
.service-item a:hover path,
.service-item a:hover rect,
.service-item a:hover polygon {
  fill: #d11241;
}
.service-item:nth-of-type(2) a:hover path,
.service-item:nth-of-type(2) a:hover rect,
.service-item:nth-of-type(2) a:hover polygon {
  fill: #fff;
  stroke: #d11241;
}
.service-item:nth-of-type(2) a:hover g:first-of-type path:nth-child(2) {
  fill: #d11241;
  stroke: transparent;
}

.service-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 25px;
  color: #d11241;
  margin-top: 20px;
}
.service-title span {
  display: inline-block;
}
.service-title span:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.3s ease;
}

#sectionTitles {
  margin-top: 200px;
  max-width: 1200px;
  position: relative;
  text-align: center;
}
#sectionTitles:hover .titles-arrows {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #sectionTitles {
    margin-top: 50px;
  }
}

#sectionNewBooks {
  margin-top: 150px;
  max-width: 1200px;
  position: relative;
  text-align: center;
}
#sectionNewBooks:hover .titles-arrows {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #sectionNewBooks {
    margin-top: 50px;
  }
}

.book-titles {
  max-width: 1080px;
  margin: 55px auto 0;
}

.book-title-item {
  outline: 0;
}
.book-title-item a {
  position: relative;
  display: inline-block;
}
.book-title-item img {
  height: 200px;
}

.book-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d11241;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.book-overlay:hover {
  opacity: 0.9;
}
.book-overlay span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.titles-arrows {
  display: none;
  position: absolute;
  top: 220px;
  width: calc(100% - 30px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.titles-arrows button {
  outline: 0;
  width: 45px;
  height: 95px;
  border: 0;
  transition: background 0.3s ease;
  background: transparent;
}
.titles-arrows button i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 35px;
}
.titles-arrows button i:hover {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .titles-arrows {
    opacity: 1;
  }
}

.arrowLeft {
  position: absolute;
  left: 0;
}

.arrowRight {
  position: absolute;
  right: 0;
}

.btn-section {
  margin-top: 60px;
  margin-bottom: 20px;
}

.magazine-titles {
  max-width: 1080px;
  margin: 55px auto 0;
}

#mfLogoMask {
  transition: width 0.4s ease;
}

.nav-indent {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .nav-indent {
    margin-top: 90px;
  }
}

.mobile-nav {
  display: none;
  background-color: #d11241;
  text-transform: uppercase;
  color: #fff;
  margin: 0 15px 15px;
  padding: 6px;
}
.mobile-nav button {
  border: 0;
  background-color: transparent;
  float: right;
  font-size: 22px;
  outline: none;
}
@media screen and (max-width: 992px) {
  .mobile-nav {
    display: block;
  }
}

.side-nav {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.side-nav .no-indent {
  padding-left: 0;
}
.side-nav .product-select i {
  display: none;
}
.side-nav .selected {
  color: #d11241;
  font-weight: 600;
}
.side-nav .selected > a,
.side-nav .selected i {
  color: #d11241;
}
.side-nav .selected li {
  color: #000;
  font-size: 14px;
  margin-bottom: 2px;
}
.side-nav .selected .selected .product-select i {
  display: inline;
  margin-left: 5px;
}
.side-nav .row {
  position: relative;
}
.side-nav .detail-row {
  margin-left: 0;
}
.side-nav .col-xs-2 {
  padding-left: 0;
  position: absolute;
  bottom: 10px;
}
.side-nav .col-xs-10 {
  padding-left: 0;
  margin-left: 38px;
}
.side-nav a {
  color: #000;
}
.side-nav h2 {
  margin-top: 0;
  font: inherit;
  color: #d11241;
}
.side-nav ul {
  list-style-type: none;
  padding-left: 0;
}
.side-nav ul ul {
  margin: 15px 0;
  padding-left: 38px;
}
.side-nav ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
.side-nav ul li a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  line-height: 1.6;
  word-break: break-word;
  padding-bottom: 6px;
}
.side-nav ul li a:hover {
  color: #d11241;
}
.side-nav > ul > li > a {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.side-nav > ul > li.selected > a {
  border-color: #d11241;
}
.side-nav i {
  margin-right: 15px;
  width: 16px;
  color: #d11241;
}
@media screen and (max-width: 992px) {
  .side-nav {
    margin-bottom: 30px;
    display: none;
  }
}

#introHeading {
  opacity: 0;
  position: relative;
  top: -20px;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.group-item {
  margin-bottom: 30px;
}
.group-item:nth-of-type(4n+1) {
  clear: left;
}
.group-item h2,
.group-item h3 {
  color: #d11241;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.group-item h2 a,
.group-item h3 a {
  text-decoration: none;
  color: inherit;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .group-item:nth-of-type(odd) {
    clear: left;
  }
}

.flex-bottom {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center img {
  padding: 0 20px;
}

.base-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #d11241;
}
.base-title.text-left {
  text-align: left;
}

.group-perex {
  margin-bottom: 30px;
}

.breadcrumbs {
  color: #767676;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.breadcrumbs a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #337ab7;
}

.article {
  margin-bottom: 50px;
}
.article .more {
  text-decoration: underline;
}
.article .more:hover {
  text-decoration: none;
}
.article a {
  color: #d11241;
}
.article p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

.article-detail p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

.article-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #d11241;
}

.paginator {
  margin-top: 50px;
  text-align: center;
}
.paginator a {
  color: #d11241;
}

.not-nav {
  text-transform: none;
  font-weight: initial;
}
.not-nav a {
  color: #d11241;
}

.group-item-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 75%;
}
.group-item-anchor img {
  width: 100%;
  height: auto;
}

.group-item-hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}
.group-item-hover i {
  font-size: 50px;
  color: #d11241;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.group-item-hover:hover {
  opacity: 1;
}

.product-detail-header {
  position: relative;
  text-align: center;
  margin: 70px auto 40px;
  width: 707px;
}
.product-detail-header .frames {
  width: auto;
  z-index: 3;
}
.product-detail-header.online {
  background-image: url("../img/cover_online_tituly.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  overflow: hidden;
}
.product-detail-header.online .monitor {
  position: absolute;
  top: 71px;
  left: 199px;
  width: 315px;
  height: 176px;
  overflow: hidden;
  z-index: 2;
}
.product-detail-header.online .tablet {
  position: absolute;
  top: 118px;
  left: 434px;
  width: 160px;
  height: 200px;
  transform: rotate(7deg);
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.online .phone {
  position: absolute;
  top: 179px;
  left: 116px;
  width: 72px;
  height: 170px;
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.detske {
  background-image: url("../img/cover_detske_tituly.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  overflow: hidden;
}
.product-detail-header.detske .monitor {
  position: absolute;
  top: 71px;
  left: 199px;
  width: 315px;
  height: 176px;
  overflow: hidden;
  z-index: 2;
}
.product-detail-header.detske .tablet {
  position: absolute;
  top: 118px;
  left: 434px;
  width: 160px;
  height: 200px;
  transform: rotate(7deg);
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.detske .phone {
  position: absolute;
  top: 179px;
  left: 116px;
  width: 72px;
  height: 170px;
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.motor {
  margin-bottom: 60px;
}
.product-detail-header.motor .frames {
  width: 100%;
}
.product-detail-header.motor .magazine {
  position: absolute;
  top: -30px;
  left: 270px;
  width: 200px;
  height: 280px;
  z-index: 2;
}
.product-detail-header.motor .magazine img {
  box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
  width: auto;
  max-width: 100%;
  max-height: 280px;
}
.product-detail-header.economic {
  background: url("../img/cover_ekonomicke_tituly.png");
  z-index: -2;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.product-detail-header.economic .magazine {
  position: absolute;
  top: 4px;
  left: 213px;
  width: 200px;
  height: 270px;
  z-index: 2;
}
.product-detail-header.economic .magazine img {
  box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
}
.product-detail-header.economic .tablet {
  position: absolute;
  top: 118px;
  left: 420px;
  width: 165px;
  height: 200px;
  transform: rotate(7deg);
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.economic .phone {
  position: absolute;
  top: 178px;
  left: 109px;
  width: 99px;
  height: 170px;
  overflow: hidden;
  z-index: -1;
}
.product-detail-header.medical {
  margin-bottom: 60px;
}
.product-detail-header.medical .frames {
  width: 100%;
}
.product-detail-header.medical .magazine {
  position: absolute;
  top: -30px;
  left: 270px;
  width: 200px;
  height: 280px;
  z-index: 2;
}
.product-detail-header.medical .magazine img {
  box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
  width: auto;
  max-width: 100%;
  max-height: 280px;
}
.product-detail-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .product-detail-header {
    width: 300px;
  }
  .product-detail-header .frames {
    width: 100%;
  }
  .product-detail-header.online .monitor {
    position: absolute;
    top: 36px;
    left: 72px;
    width: 158px;
    height: 104px;
    overflow: hidden;
    z-index: 2;
  }
  .product-detail-header.online .tablet {
    position: absolute;
    top: 59px;
    left: 221px;
    width: 47px;
    height: 123px;
    transform: rotate(7deg);
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.online .phone {
    position: absolute;
    top: 89px;
    left: 31px;
    width: 36px;
    height: 80px;
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.detske .monitor {
    position: absolute;
    top: 36px;
    left: 72px;
    width: 158px;
    height: 104px;
    overflow: hidden;
    z-index: 2;
  }
  .product-detail-header.detske .tablet {
    position: absolute;
    top: 59px;
    left: 221px;
    width: 47px;
    height: 123px;
    transform: rotate(7deg);
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.detske .phone {
    position: absolute;
    top: 89px;
    left: 31px;
    width: 36px;
    height: 80px;
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.economic .magazine {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 100px;
    height: 153px;
    z-index: 2;
  }
  .product-detail-header.economic .magazine img {
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
  }
  .product-detail-header.economic .tablet {
    position: absolute;
    top: 60px;
    left: 183px;
    width: 81px;
    height: 117px;
    transform: rotate(7deg);
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.economic .phone {
    position: absolute;
    top: 89px;
    left: 27px;
    width: 50px;
    height: 86px;
    overflow: hidden;
    z-index: -1;
  }
  .product-detail-header.medical .magazine {
    position: absolute;
    top: -30px;
    left: 95px;
    width: 100px;
    height: 150px;
    z-index: 2;
  }
  .product-detail-header.medical .magazine img {
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
  }
  .product-detail-header.motor .magazine {
    position: absolute;
    top: -30px;
    left: 95px;
    width: 100px;
    height: 150px;
    z-index: 2;
  }
  .product-detail-header.motor .magazine img {
    border: 0px;
    box-shadow: 1px 0 2px rgba(50, 50, 50, 0.7);
  }
}

.red-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #d11241;
}

.map {
  margin: 30px 0 50px;
}
.map a {
  display: block;
}
.map iframe {
  width: 100%;
  pointer-events: none;
}

.highlight {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.highlight:hover {
  color: #fff;
  text-decoration: none;
}

#sectionCareerDetailIntro {
  background-size: 2000px;
  background-position: center -400px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 140px;
}
#sectionCareerDetailIntro h1 {
  font-size: 55px;
  font-weight: 800;
  max-width: 1000px;
  margin: 170px auto 0 auto;
}

#sectionCareerIntro {
  background-size: 2000px;
  background-position: center -400px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 40px;
}
#sectionCareerIntro #breadcrumbs {
  margin: 100px auto 0;
  max-width: 1030px;
  color: #fff;
}
#sectionCareerIntro .base-title {
  font-size: 55px;
  font-weight: 800;
}
#sectionCareerIntro .career-detail-text p {
  color: #000;
}
#sectionCareerIntro h1 {
  margin: 150px auto;
}
#sectionCareerIntro p {
  color: #fff;
}

.career-list {
  padding-left: 0;
  max-width: 1000px;
  margin: 50px auto 0;
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.career-list li {
  display: none;
}
.career-list li a {
  font: inherit;
  color: #d11241;
}
@media screen and (max-width: 767px) {
  .career-list {
    line-height: 1.6;
  }
  .career-list .col-sm-3 {
    display: none;
  }
  .career-list li {
    margin-bottom: 20px;
  }
}

.career-intro-text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}

.career-offer {
  padding-bottom: 100px !important;
  max-width: 1030px;
  margin: 75px auto 0;
}

.career-offer-list > div:nth-child(1) > div {
  background: url(../img/career_offer1.png);
}
.career-offer-list > div:nth-child(2) > div {
  background: url(../img/career_offer2.png);
}
.career-offer-list > div:nth-child(3) > div {
  background: url(../img/career_offer3.png);
}
.career-offer-list > div:nth-child(4) > div {
  background: url(../img/career_offer4.png);
}
.career-offer-list > div:nth-child(5) > div {
  background: url(../img/career_offer5.png);
}
.career-offer-list p {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.career-offer-list .benefit-title {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  height: 200px;
  transition: background 0.5s ease;
}
.career-offer-list .benefit-title:hover {
  background-position-x: calc(50% - 15px);
}
.career-offer-list .benefit-title:hover .benefit-desc {
  opacity: 1;
}
.career-offer-list .benefit-desc {
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.career-offer-list .benefit-text-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.career-offer-list .overlay-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#morePositions {
  display: block;
  margin: 50px auto 0;
}

#subscriptionSection {
  position: absolute;
  top: 0;
  background: url("../img/intro_image.jpg") center top;
  background-size: cover;
  width: 100%;
  min-height: 900px;
  min-height: 100vh;
  z-index: -1;
}
#subscriptionSection .row {
  max-width: 750px;
  margin: 30vh auto 0;
}
#subscriptionSection a {
  text-decoration: none;
}
#subscriptionSection a:hover p {
  color: #d11241;
}
#subscriptionSection a:hover img {
  transform: scale(1.1);
}
#subscriptionSection p {
  margin-top: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  transition: color 0.3s ease;
}
#subscriptionSection img {
  transition: transform 0.3s ease;
}

.career-form {
  margin: 70px auto 0;
  max-width: 1000px;
}
.career-form span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 790px) {
  .career-form .locality {
    text-align: left;
  }
}
.career-form .form-control {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .career-form .form-control {
    width: 240px;
  }
}

.interestButton {
  display: block;
  margin: 40px auto 0;
}

.career-detail-text {
  margin-top: 30px;
}

.career-detail-form, .contact-us-form {
  margin-top: 50px;
  max-width: 768px;
  text-align: center;
}
.career-detail-form .row, .contact-us-form .row {
  margin-top: 10px;
  position: relative;
}
.career-detail-form input[type=text], .contact-us-form input[type=text] {
  border-color: #d11241;
  margin-top: 10px;
}
.career-detail-form textarea, .contact-us-form textarea {
  border-color: #d11241;
  margin-top: 10px;
}

.form-horizontal .contact-us-form {
  max-width: 100%;
}
.form-horizontal .contact-us-form .contact-us-form-submit input {
  margin-top: 10px;
  width: 100%;
  padding: 4px;
}

.contact-us-form {
  margin-top: 0;
}

.attachment-title {
  margin-top: 50px;
}

.btn-file {
  margin: 0 auto;
}

.headquarters {
  margin-bottom: 35px;
  border-bottom: 1px solid #d11241;
}
.headquarters:last-of-type {
  border-bottom: 0;
}
.headquarters .person {
  margin-bottom: 50px;
}
.headquarters .person:nth-child(odd) {
  clear: left;
}
.headquarters .person-image {
  width: 100px;
  height: 125px;
  float: left;
  margin-right: 20px;
}
.headquarters .person-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #d11241;
  margin-top: 0;
}
.headquarters .person-name + p {
  width: 195px;
}

#jobForm {
  display: none;
}
#jobForm ul {
  list-style-type: none;
  padding: 0px;
}
#jobForm ul li {
  color: #d11241;
}
#jobForm .error li {
  color: White;
  background-color: #d11241;
  padding: 10px 20px;
  font-weight: bold;
}

#prolinkftr {
  position: absolute;
  bottom: 0;
}
#prolinkftr .white-bck {
  display: none;
}
@media screen and (max-width: 1000px) {
  #prolinkftr {
    display: none;
  }
}

.wikiPreview {
  text-align: justify;
}
.wikiPreview table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.wikiPreview table tbody tr th, .wikiPreview table tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.wikiPreview table tbody tr th:first-child, .wikiPreview table tbody tr td:first-child {
  padding-left: 0 !important;
}
@media screen and (max-width: 350px) {
  .wikiPreview p {
    font-size: 14px;
  }
}
.wikiPreview img {
  max-width: 100%;
  height: auto;
}

.btn-small {
  margin-top: 70px;
  padding: 6px 12px;
}

.btn-back {
  background-color: #d11241;
  border-color: #d11241;
  color: #fff;
  float: right;
  margin-top: 50px;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-back:hover {
  background-color: #fff;
  color: #d11241;
}
.btn-back i {
  margin-right: 10px;
}

.archive-overlay {
  font-size: 25px;
}

.mobile-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.btn-subscribe {
  margin-top: 15px;
  padding: 6px 12px;
}

.attachment-text {
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 50px;
}

.product-detail-title {
  margin-top: 30px;
}

.subscribe-buttons .col-sm-6:nth-of-type(even) {
  text-align: right;
}

.career-detail-title {
  font-size: 20px;
}

.product-select + ul {
  display: none;
}

.table {
  font-size: 14px;
}
.table p {
  font-size: 14px;
}

.table-phone {
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .table-phone {
    min-width: initial;
  }
}

.table-name {
  min-width: 125px;
}
@media screen and (max-width: 767px) {
  .table-name {
    min-width: initial;
  }
}

.product-detail-info hr {
  margin-top: 10px;
}
.product-detail-info .title {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.product-detail-info .title-main {
  color: #d11241;
}

.file-download {
  margin-bottom: 10px;
}
.file-download a:hover .file-download-text {
  color: #d11241;
}

.file-download-text {
  color: #000;
}

.subscribe-buttons-title {
  color: #d11241;
  font-size: 16px;
  font-weight: 600;
}

.subscribe-image {
  margin: 0 auto 15px;
  height: 83px;
  width: 83px;
  position: relative;
}
.subscribe-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.subscribe-image img:nth-child(2) {
  opacity: 0;
}

.subscribe-link {
  color: #666;
}
.subscribe-link:hover img:nth-child(1) {
  opacity: 0;
}
.subscribe-link:hover img:nth-child(2) {
  opacity: 1;
}

.archiveArrows {
  padding-bottom: 50px;
}

#subscription {
  width: 100%;
  height: 870px;
}

.book-cover {
  margin: 20px 0;
  width: 100%;
}

#careerRegionSelect, #careerAreaSelect {
  font-weight: 700;
}

.content {
  padding-left: 50px;
}
.content h1.base-title {
  margin-top: 0;
}
.content .base-title {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .content {
    padding-left: 15px;
  }
}

.content .book-division-title {
  margin-top: 70px;
}

.services-perex {
  margin-bottom: 50px;
}

.page-cover {
  width: 100%;
  margin-bottom: 40px;
}

.btn-red-small {
  border: 1px solid #d11241;
  background-color: #d11241;
  color: #fff;
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 6px;
  transition: color 0.3s ease, background 0.3s ease;
}
.btn-red-small:hover {
  background-color: #fff;
  color: #d11241;
}

.subscribe-group-item {
  height: 206px;
}
.subscribe-group-item .group-item-anchor {
  height: initial;
}

.subscribe-group-title {
  height: 73px;
}

.division-item {
  position: relative;
  width: 220px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media screen and (max-width: 500px) {
  .division-item {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .division-item .mobileImgDivision {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .division-item .desktopImgDivision {
    display: none;
  }
}
.division-item a {
  display: block;
}
.division-item a:hover img {
  transform: translateX(-3%);
}
.division-item a:hover h2:after {
  width: 100%;
}
.division-item a:hover .overlay {
  background-color: rgba(209, 18, 65, 0.8);
}
.division-item img {
  position: absolute;
  left: 0;
  transition: transform 0.5s ease;
}
.division-item h2 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.division-item h2:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.division-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(209, 18, 65, 0);
  transition: background 0.5s ease;
}
.division-item .title-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}

.book-item {
  margin-bottom: 50px;
}

.url-list {
  padding-left: 20px;
}

.archive-year {
  color: #d11241;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .career-form .respoCenter {
    text-align: center;
  }
}

.top30 {
  margin-top: 30px;
}

.rotate {
  transform: rotate(180deg);
}

#mobileNavToggle {
  transition: all 0.3s ease;
}

.required::-webkit-input-placeholder {
  color: #d11241;
}

.star {
  position: absolute;
  top: 0;
  background: white;
  width: 15px;
  height: 15px;
  color: #d11241;
  margin-left: -6px;
}

.alert {
  background: #fff;
  position: relative;
  top: -150px;
  height: 300px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  color: initial;
  margin-bottom: -150px;
}
.alert h2 {
  padding-top: 50px;
}

.wrapShadow {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapShadow:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 20px;
  bottom: 40px;
  z-index: -1;
  transform: rotate(-4deg);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}
.wrapShadow:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  bottom: 40px;
  z-index: -1;
  transform: rotate(4deg);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}

.paginator .arrows {
  font-size: 26px;
  vertical-align: sub;
  text-decoration: none;
}

.btn-xs {
  font-size: 12px;
  padding: 2px 5px;
  top: 7px;
  position: relative;
  margin: 2px;
  display: none;
}

.archiveInner {
  margin-bottom: 30px;
}

#search {
  position: relative;
}
#search #searchIcon {
  cursor: pointer;
}
#search form {
  position: absolute;
  top: 30px;
  right: 0px;
  display: inline-block;
}
#search form input[type=text] {
  display: none;
  border-radius: 5px;
  border: 1px solid;
  padding: 5px;
  opacity: 0.9;
  color: #000;
}
#search form input[type=submit] {
  background-color: transparent;
  z-index: 5;
  border: 0px;
}

.searchPage .title {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
}
.searchPage .title-main {
  color: #d11241;
}

.btn-xs {
  font-size: 12px;
  padding: 2px 5px;
  top: 7px;
  position: relative;
  margin: 2px;
  display: none;
}

.flash {
  width: 100%;
  border: 1px solid green;
  border-radius: 5px;
  color: green;
  padding: 10px;
  margin: 5px 0 15px 0;
}
.flash:before {
  content: "";
  display: inline;
  padding: 5px 13px;
  font: normal normal normal 24px/1 FontAwesome;
}
.flash p {
  margin: 0px;
  display: inline;
  vertical-align: text-bottom;
}

.errorSpan {
  position: absolute;
  font-size: 12px;
  right: 28px;
  text-align: right;
  background: white;
  border: 1px solid #d11241;
  border-radius: 5px;
  color: #d11241;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .errorSpan {
    top: -10px;
    right: 5px;
  }
}

.kristalova-lupa-logos {
  margin-top: 20px;
}
.kristalova-lupa-logos a {
  text-decoration: none;
}
.kristalova-lupa-logos a:last-child img {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .kristalova-lupa-logos a:last-child img {
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.kristalova-lupa-logos img {
  width: 138px;
  margin-right: 28px;
}
@media screen and (max-width: 1023px) {
  .kristalova-lupa-logos img {
    display: block;
    margin: 15px auto 0;
  }
}

.infographic {
  margin-bottom: 50px;
}
.infographic .head {
  display: inline-block;
}
.infographic .head figure {
  text-align: right;
}
.infographic h3 {
  color: #d11241;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.infographic h3 span {
  display: table;
  border-bottom: 1px solid #6d6d6d;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.infographic p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
.infographic div[class*=col-]:not(:nth-child(2)) svg {
  position: relative;
  left: 20px;
}
@media (max-width: 991px) {
  .infographic div[class*=col-]:nth-child(4) {
    clear: both;
  }
}

.distribution-text p {
  text-align: justify;
  margin-bottom: 25px;
}
.distribution-text p:first-of-type {
  margin-top: 50px;
}

.div-height-30 {
  height: 30px;
}

.navbar-icons {
  list-style-type: none;
  position: absolute;
  top: 28px;
  right: 0px;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .navbar-icons {
    display: none;
  }
}
.navbar-icons li, .navbar-icons li > a {
  display: inline-block;
  margin: 0px 6px;
  cursor: pointer;
  color: #fff;
}
.navbar-icons li > a:hover, .navbar-icons a:focus {
  text-decoration: none;
}

.language-title {
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .language-title {
    display: none;
  }
}

.notTop .navbar-icons li, .notTop .navbar-icons li > a {
  color: #000;
}

.navbar-icons-mobile {
  position: absolute;
  top: 20px;
  right: 80px;
}
.navbar-icons-mobile li, .navbar-icons-mobile li > a {
  color: #000;
}
@media screen and (max-width: 998px) {
  .navbar-icons-mobile {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .navbar-icons-mobile {
    display: none;
  }
}

.modal {
  display: block;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal table {
  display: none;
}
.modal p {
  color: rgba(0, 0, 0, 0.9);
}

.open-img {
  margin: auto;
  display: block;
  max-width: 80% !important;
  max-height: 80% !important;
}

.close-open-img {
  position: absolute;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDk1LjkzOSA5NS45MzkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk1LjkzOSA5NS45Mzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNjIuODE5LDQ3Ljk3bDMyLjUzMy0zMi41MzRjMC43ODEtMC43ODEsMC43ODEtMi4wNDcsMC0yLjgyOEw4My4zMzMsMC41ODZDODIuOTU4LDAuMjExLDgyLjQ0OCwwLDgxLjkxOSwwICAgYy0wLjUzLDAtMS4wMzksMC4yMTEtMS40MTQsMC41ODZMNDcuOTcsMzMuMTIxTDE1LjQzNSwwLjU4NmMtMC43NS0wLjc1LTIuMDc4LTAuNzUtMi44MjgsMEwwLjU4NywxMi42MDggICBjLTAuNzgxLDAuNzgxLTAuNzgxLDIuMDQ3LDAsMi44MjhMMzMuMTIxLDQ3Ljk3TDAuNTg3LDgwLjUwNGMtMC43ODEsMC43ODEtMC43ODEsMi4wNDcsMCwyLjgyOGwxMi4wMiwxMi4wMjEgICBjMC4zNzUsMC4zNzUsMC44ODQsMC41ODYsMS40MTQsMC41ODZjMC41MywwLDEuMDM5LTAuMjExLDEuNDE0LTAuNTg2TDQ3Ljk3LDYyLjgxOGwzMi41MzUsMzIuNTM1ICAgYzAuMzc1LDAuMzc1LDAuODg0LDAuNTg2LDEuNDE0LDAuNTg2YzAuNTI5LDAsMS4wMzktMC4yMTEsMS40MTQtMC41ODZsMTIuMDItMTIuMDIxYzAuNzgxLTAuNzgxLDAuNzgxLTIuMDQ4LDAtMi44MjhMNjIuODE5LDQ3Ljk3ICAgeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}

.close-open-img:hover,
.close-open-img:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

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