body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -1.5px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

a {
  color: #53b8a4;
  text-decoration: underline;
}

.mag-body {
  height: 100%;
  color: #4a4a4a;
  font-size: 16px;
}

.home-sec1-butom {
  position: relative;
  margin-top: 15px;
  padding: 14px 25px;
  float: left;
  border-radius: 30px;
  background-color: #e25206;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf extra', sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.home-sec1-butom:hover {
  background-color: #3d5d6e;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.row-solutions {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}

.navbar {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
  border-bottom: 1px none #e0e0e0;
  background-color: hsla(0, 0%, 87.1%, 0);
}

.navigatie-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 80px;
  max-width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 1400px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maglr-logo {
  width: 110px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/maglr-logo-2019-green.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.maglr-logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.maglr-logo.w--current {
  background-image: url('../images/maglr-logo-2019-green.svg');
}

.maglr-logo.white {
  background-image: url('../images/maglr-logo-2019-white.svg');
  background-size: contain;
}

.maglr-logo.white.w--current {
  background-image: url('../images/logo-maglr-2017-white.svg');
  background-position: 0px 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.maglr-logo.white.studio {
  width: 160px;
  background-image: url('../images/maglr-studio.svg');
  background-size: contain;
}

.maglr-logo.black {
  background-image: url('../images/maglr-logo-2019-black.svg');
  background-size: contain;
}

.maglr-logo.studio {
  width: 160px;
  background-image: url('../images/maglr-studio-black.svg');
  background-size: contain;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.navigation-item.w--current {
  color: rgba(0, 0, 0, 0.6);
}

.navigation-item.dark {
  color: #4b4b4b;
}

.button-whiteline {
  margin-right: 20px;
  padding: 8px 16px 10px;
  background-image: url('../images/button-blue-50.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-whiteline:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.button-whiteline.blue {
  background-image: url('../images/button-blue.svg'), url('../images/button-line.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: 100% 100%, 99% 99%;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.icon {
  width: 25px;
  height: 20px;
  font-family: 'Fontawesome webfont', sans-serif;
  text-decoration: none;
}

.icon.menudropdown {
  width: 13px;
  margin-left: 5px;
  padding-top: 2px;
  text-align: center;
}

.icon.mobilemenu {
  display: none;
}

.icon.footericon {
  display: none;
  height: 30px;
  float: left;
  color: #fff;
  text-align: center;
}

.icon.dropdown-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.button-tct {
  float: left;
}

.home-price-col {
  display: block;
  width: 30.3%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding-left: 0px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.home-price-col:hover {
  box-shadow: 0 0 10px 0 rgba(83, 184, 163, 0.28);
  -webkit-transform: translate(0px, -13px);
  -ms-transform: translate(0px, -13px);
  transform: translate(0px, -13px);
}

.home-price-col-header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #53b8a4;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.home-price-item {
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  text-align: center;
}

.home-price-item.description {
  min-height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #949494;
  font-size: 15px;
  line-height: 22px;
}

.home-price-item.tussen {
  height: 40px;
}

.home-price-item.price {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #3d5d6e;
  font-size: 25px;
  font-weight: 400;
}

.home-pricetag {
  margin-bottom: 5px;
  font-weight: 600;
}

.home-price-month {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.home-price-month.year {
  opacity: 0.47;
  font-size: 14px;
}

.footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #a2a2a2;
  font-size: 15px;
}

.footer-row {
  position: relative;
  width: 20%;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.footer-row.f-contact {
  float: right;
}

.footer-link {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7b7b7b;
  text-decoration: none;
}

.footer-link:hover {
  color: #53b8a4;
}

.footer-kop {
  color: #3d5d6e;
}

.contactinfo {
  position: relative;
  margin-bottom: 20px;
  color: #7b7b7b;
  line-height: 24px;
}

.footer-row-bottom {
  height: 350px;
}

.footer-bottom-col1 {
  height: 100%;
  padding-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/footer-link.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.footer-bottom-col2 {
  height: 100%;
  padding-top: 55px;
  padding-right: 40px;
  padding-left: 20px;
  background-image: url('../images/footer-right.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.footer-container-subtitle {
  margin-bottom: 0px;
  color: #3d5d6e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-container-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.footer-container-text {
  margin-bottom: 15px;
  color: #fff;
  line-height: 22px;
}

.text-sec3 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 130px 40px 70px;
  background-image: url('../images/pre-footer.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.text-sec3-demo {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.text-sec3-subtitle {
  margin-bottom: 5px;
  color: #00a9ab;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-sec3-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3d5d6e;
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.footer-submit-intro {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.dropdownmenu {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.kostenoverzicht {
  position: relative;
  width: 100%;
  height: auto;
}

.prijzen-container {
  position: relative;
}

.nav-dropdown-div {
  position: absolute;
  top: 900px;
  z-index: 100;
  width: 10px;
  height: 200px;
  background-color: #7ea4d6;
}

.nav-dropdown-div.up {
  top: 100px;
  z-index: 0;
  width: 10px;
  height: 600px;
  background-color: transparent;
}

.to-top {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 45px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 12px;
  background-color: hsla(0, 0%, 58.8%, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.to-top:hover {
  -webkit-transform: translate(0px, -13px);
  -ms-transform: translate(0px, -13px);
  transform: translate(0px, -13px);
}

.contact-form-submit {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #3d5d6e;
  font-size: 18px;
}

.contact-form-buttom {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px 1px;
  border-color: #000 #000 #fff;
  background-color: #53b8a4;
  color: #fff;
}

.contact-form-buttom.half {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  color: #4b4b4b;
}

.contact-form-comment {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
}

.contact-form-label {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.contact-form {
  display: block;
}

.contact-item {
  width: 50%;
  padding-right: 25px;
  float: left;
}

.error {
  display: none;
  max-width: 800px;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(242, 17, 53, 0.83);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
}

.contactsucces {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #e6f5f1;
  color: #3d5d6e;
}

.request-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(61, 93, 110, 0.81);
}

.request-container.newsletter {
  display: none;
}

.close-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 30px;
  height: 30px;
  float: right;
  background-image: url('../images/close-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.close-icon:hover {
  -webkit-transform: rotate(90deg) scale(1.1);
  -ms-transform: rotate(90deg) scale(1.1);
  transform: rotate(90deg) scale(1.1);
}

.close-icon.white {
  background-image: url('../images/close-icon-2.svg');
}

.request-col1 {
  padding-right: 15px;
  padding-left: 0px;
}

.text-container {
  width: 280px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-right: 1px solid rgba(75, 75, 75, 0.3);
}

.text-container.newsletter {
  width: 400px;
  min-height: 500px;
  border-right-style: none;
}

.request-col2 {
  padding-right: 0px;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
}

.txt-input {
  height: 40px;
  max-width: 390px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(75, 75, 75, 0.3);
  border-radius: 3px;
  background-color: #fff;
  font-size: 17px;
  line-height: 1.2em;
}

.txt-input.small {
  max-width: 300px;
  margin-bottom: 20px;
}

.request-panel {
  position: relative;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  width: 80%;
  height: auto;
  max-width: 1000px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.27);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.request-panel.newsletter {
  width: 100%;
  max-width: 900px;
}

.request-succes {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #7aa2b8;
  color: #fff;
  line-height: 24px;
  text-align: left;
}

.request-error {
  padding: 20px;
  background-color: #8f0505;
  color: #fff;
}

.request-subtitle {
  margin-top: 0px;
  font-family: 'Titillium Web';
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
}

.request-intro {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  color: grey;
  font-size: 18px;
  line-height: 1.6em;
}

.request-form {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.demo-aanvragen {
  width: 423px;
  height: 49px;
  background-image: url('../images/demo-aanvragen.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.demo-aanvragen:hover {
  margin-left: 10px;
}

.demo-aanvragen.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.module-detail-hero {
  position: relative;
  overflow: hidden;
  height: 95vh;
  max-height: 800px;
  min-height: 560px;
  padding-top: 120px;
  background-color: #53b8a4;
}

.module-detail-hero.magazines {
  overflow: hidden;
  padding-top: 120px;
  background-color: #395b6c;
}

.module-detail-hero.voorbeelden-detail {
  height: 700px;
  background-color: #ececec;
}

.module-detail-hero.print {
  background-color: #8699bd;
}

.module-detail-hero.salestool {
  overflow: hidden;
  background-color: #00a9ab;
}

.module-detail-hero.pro {
  overflow: hidden;
  height: 95vh;
  background-color: #00b0d2;
}

.module-detail-hero.producten {
  background-color: #53b8a4;
}

.module-detail-hero.blog {
  height: 600px;
  max-height: auto;
  min-height: auto;
}

.newfooter {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #395b6c;
}

.footer-center-content {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.footerheader {
  float: left;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.footer-item {
  margin-top: 20px;
  float: left;
  clear: left;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-item:hover {
  opacity: 1;
  color: #00a9ab;
  font-weight: 700;
}

.demo-title {
  margin-bottom: 25px;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.2em;
}

.demo-description {
  display: none;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
}

.footer-form-container {
  margin-bottom: 100px;
  padding-right: 50px;
}

.footer-txt {
  margin-top: 20px;
  float: left;
  clear: left;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1em;
}

.footer-request {
  margin-top: 30px;
}

.footer-request-col {
  padding-right: 20px;
  padding-left: 0px;
}

.module-intro-top {
  height: 150px;
  background-image: url('../images/mainpage-white-green.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.module-intro-top.blue {
  background-image: url('../images/header-foot-salestool-blue.svg');
  background-size: 100% 100%;
}

.module-intro-top.productoverview {
  height: 200px;
  background-image: url('../images/mainpage-white.svg');
  background-size: 100% 100%;
}

.module-hero-content {
  position: relative;
  height: 100%;
}

.module-hero-txtcontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-hero-txtcontainer.pricepage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module-hero-txtcontainer.newspage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-hero-txtcontainer.studio {
  display: none;
}

.hero-txt {
  position: relative;
  display: block;
  width: 45%;
  max-width: 450px;
  float: left;
}

.hero-txt.home {
  max-width: 530px;
  margin-top: 0px;
}

.hero-txt.solution {
  display: block;
  max-width: 370px;
  margin-top: -75px;
}

.homepage-hero {
  overflow: hidden;
  height: 100vh;
  max-height: 790px;
  min-height: 700px;
  background-color: #fff;
  background-image: url('../images/home-hoekje.svg');
  background-position: 102% 100%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.row-solutions-content {
  position: relative;
  width: 100%;
}

.homepage-top {
  height: 100px;
  background-image: url('../images/homepage-top-schuin.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.homepage-top-content {
  min-height: 100px;
  padding-bottom: 0px;
  background-color: #395b6c;
  background-image: url('../images/home-products-bot.svg');
  background-position: 50% 100%;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.homepage-intro-center-content {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
}

.home-modules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

.home-intro-title {
  display: block;
  margin: 0px auto;
  font-size: 45px;
}

.main-intro {
  display: none;
  width: 70%;
  margin-top: 20px;
  opacity: 0.8;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 300;
}

.maglr-button {
  display: inline-block;
  padding: 9px 20px;
  border: 1px solid #fff;
  border-radius: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.maglr-button:hover {
  border-width: 1px;
  border-color: #53b8a4;
  background-color: #53b8a4;
}

.maglr-button.bottom {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-style: solid;
  text-align: center;
}

.maglr-button.bottom:hover {
  border-style: none;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.maglr-button.grey {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: grey;
  background-color: #fff;
  color: grey;
}

.maglr-button.grey:hover {
  border-style: solid;
  border-color: #8699bd;
  background-color: #8699bd;
  color: #fff;
}

.maglr-button.regular {
  margin-top: 15px;
  border-color: grey;
  color: grey;
}

.maglr-button.regular:hover {
  border-color: #53b8a4;
  color: #fff;
}

.maglr-button.voorbeeld {
  background-color: #00a9ab;
}

.maglr-button.voorbeeld:hover {
  border-color: #7ea4d6;
  background-color: #7ea4d6;
}

.maglr-button.meer-voorbeelden {
  margin-right: 3%;
  float: right;
  border-color: rgba(75, 75, 75, 0.6);
  color: rgba(75, 75, 75, 0.6);
}

.maglr-button.meer-voorbeelden:hover {
  border-color: #7ea4d6;
  background-color: #7ea4d6;
  color: #fff;
}

.maglr-button.product-bot {
  margin-top: 25px;
  margin-right: 15px;
  float: left;
}

.maglr-button.product-bot:hover {
  background-color: #fff;
  color: #3d5d6e;
}

.maglr-button.product-bot.w--current {
  margin-right: 15px;
}

.maglr-button.trial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: rgba(75, 75, 75, 0.7);
  border-radius: 20px;
  font-family: 'Greycliff cf', sans-serif;
  color: rgba(75, 75, 75, 0.7);
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.maglr-button.trial:hover {
  color: #fff;
}

.maglr-button.trial.white {
  background-color: hsla(0, 0%, 100%, 0.26);
  color: #fff;
  font-size: 14px;
}

.maglr-button.trial.white:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.maglr-button.trial.orange {
  margin-left: 10px;
  border-style: none;
  background-color: #ea6622;
  color: #fff;
  text-transform: uppercase;
}

.maglr-button.trial.orange:hover {
  background-color: #a54615;
}

.maglr-button.trial.dark {
  background-color: rgba(0, 0, 0, 0.26);
  color: #fff;
}

.maglr-button.trial.dark:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.maglr-button.free-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.home-module {
  position: relative;
  width: 33%;
  max-width: 350px;
  min-height: 380px;
  margin-right: 20px;
  padding: 35px;
  float: left;
  border-radius: 3px;
  background-color: #53b8a4;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.home-module:hover {
  box-shadow: 0 20px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.home-module.print {
  background-color: #00a9ab;
}

.home-module.presenter {
  background-color: #8699bd;
}

.home-module.prod-template {
  max-width: 450px;
  min-height: 400px;
  margin-top: 50px;
  margin-right: 30px;
  padding-top: 50px;
}

.home-module.prod-pro {
  max-width: 450px;
  min-height: 400px;
  margin-top: 50px;
  padding-top: 50px;
  background-color: #00b0d2;
}

.hero-over {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.row-editor {
  min-height: 200px;
  margin-top: -50px;
  padding-bottom: 50px;
}

.heading-intro {
  margin-top: 20px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 21px;
  line-height: 1.5em;
}

.subheader {
  margin-bottom: 15px;
  color: grey;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subheader.white {
  color: #fff;
}

.subheader.white.left {
  opacity: 0.54;
}

.subheader.left {
  text-align: left;
}

.heading-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Greycliff cf extra', sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

.heading-title.center {
  text-align: center;
}

.heading-title.center.white {
  color: #fff;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 50px;
  line-height: 1em;
}

.hero-subtitle {
  margin-top: 20px;
  margin-bottom: 25px;
  opacity: 0.55;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
}

.hero-videomonitor {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 450px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  border: 2px solid #fff;
  border-radius: 15px;
}

.row-txt-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.row-txt-content.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-title {
  margin-top: 0px;
  color: #000;
  text-align: center;
}

.solution-title.white {
  color: #fff;
}

.solution-intro {
  display: block;
  max-width: 800px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Greycliff cf', sans-serif;
  color: grey;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
}

.solution-intro.white {
  opacity: 0.8;
  color: #fff;
}

.row-solution-intro {
  position: relative;
  z-index: 7;
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
}

.row-solution-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.solution-item {
  width: 30%;
  max-width: 300px;
  padding-right: 25px;
}

.solution-icon-title {
  margin-top: 25px;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.solution-icon-title.medium {
  font-weight: 500;
}

.solution-icon {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.solution-icon.small {
  height: 70%;
}

.row-magazine-infographic {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3d5d6e;
  color: #fff;
}

.row-magazine-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-magazine-products.right {
  padding-bottom: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-content.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row-content.vertical-scenes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row {
  margin-left: 1px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 300;
}

.row.salestool-add-item {
  background-color: #e6f5f1;
}

.row.template-contentblocks {
  overflow: hidden;
  height: 650px;
  padding-top: 150px;
  background-color: #3d5d6e;
}

.row.green {
  overflow: hidden;
  background-color: #53b8a4;
}

.row.print-examples {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px;
  background-color: #53b8a4;
}

.row.mini-template-preview {
  height: 800px;
  padding-top: 150px;
  background-color: #f5f6f7;
}

.row.template-colorstyle {
  height: 600px;
  padding-top: 100px;
}

.row.pro-workspace {
  overflow: hidden;
  padding-top: 100px;
  background-color: #eaedf2;
}

.row.pro-scenes {
  padding-top: 200px;
  padding-bottom: 200px;
}

.row.pro-page-types {
  margin-top: -125px;
  background-color: rgba(0, 176, 210, 0.07);
}

.row.pro-mobile {
  overflow: hidden;
  width: 100%;
  height: 700px;
}

.row.azure {
  background-color: #e6f5f1;
}

.row.grey {
  background-color: #f5f5f5;
}

.txt-intro {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
}

.txt-intro.big {
  font-size: 22px;
  line-height: 1.5em;
}

.txt-intro.white {
  color: hsla(0, 0%, 100%, 0.74);
}

.txt-intro.center {
  text-align: center;
}

.txt-intro.price-info {
  line-height: 1.4em;
}

.txt-container {
  width: 50%;
  max-width: 500px;
  padding-right: 25px;
}

.txt-container._400 {
  position: relative;
  z-index: 1;
  width: 400px;
}

.txt-container._33 {
  width: 33%;
  max-width: 350px;
}

.txt-container._800 {
  width: 100%;
  max-width: 750px;
  text-align: center;
}

.container-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-50.img-single {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-title {
  margin-top: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1.1em;
  text-align: left;
}

.main-title.center {
  text-align: center;
}

.main-title.big {
  font-size: 40px;
}

.main-title.medium {
  font-size: 30px;
  line-height: 1.3em;
}

.main-title.white {
  color: #fff;
}

.main-title.small {
  font-size: 30px;
}

.solution-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blokje {
  position: absolute;
  left: -14px;
  top: -246px;
  z-index: 30;
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-radius: 6px;
  background-color: #e6f5f1;
  background-image: url('../images/example-trauma.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.blokje:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blokje.blok2 {
  left: 213px;
  top: -172px;
  z-index: 31;
  width: 390px;
  height: 260px;
  background-image: url('../images/example-foodinspiration.jpg');
  background-size: contain;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blokje.blok3 {
  left: 5px;
  top: -23px;
  width: 330px;
  height: 220px;
  background-image: url('../images/example-vanoord.jpg');
  background-size: contain;
}

.blokje.blok4 {
  left: 386px;
  top: 33px;
  z-index: 31;
  width: 360px;
  height: 240px;
  background-image: url('../images/example-kro.jpg');
  background-position: 100% 50%;
  background-size: contain;
}

.blokje.blok5 {
  left: -82px;
  top: 156px;
  background-image: url('../images/example-foodinspiration2.jpg');
}

.blokje.blok7 {
  left: 492px;
  top: -252px;
  width: 330px;
  height: 220px;
  background-image: url('../images/example-dnhk.jpg');
  background-size: contain;
}

.blokje.blok8 {
  left: 257px;
  top: 223px;
  width: 300px;
  height: 200px;
  background-image: url('../images/example-wsrl.jpg');
}

.blokje.blok9 {
  left: 642px;
  top: -82px;
  width: 330px;
  height: 220px;
  background-image: url('../images/example-pon.jpg');
  background-position: -6px 50%;
  background-size: 390px;
}

.previews-container {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50%;
  height: 10px;
  margin-bottom: 1px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.colorbutton {
  display: inline-block;
  padding: 12px 20px;
  clear: left;
  border-radius: 80px;
  background-color: #8699bd;
  box-shadow: -1px 10px 33px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.colorbutton:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.colorbutton.blue {
  background-color: #00b0d2;
}

.colorbutton.center-pricing {
  margin-top: 25px;
  padding: 18px 30px;
  background-color: #ea6622;
}

.colorbutton.center-pricing.blue {
  background-color: #3d5d6e;
}

.colorbutton.center-pricing.compare-editors {
  margin-left: 25px;
  background-color: #00a9ab;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-title-publicationtype {
  display: none;
  margin-top: 0px;
  margin-bottom: 25px;
}

.menu-container {
  position: absolute;
  top: 0px;
  z-index: 15;
  width: 100%;
}

.menu-holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 1400px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu-itemholder {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: #4b4b4b;
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: lowercase;
}

.menu-link.white {
  height: 100%;
  color: #fff;
}

.menu-link.white.dropout {
  border-bottom-color: #53b8a4;
  color: #53b8a4;
}

.item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item-container.contact {
  color: #4d4d4d;
}

.layover {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.07)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 40%, hsla(0, 0%, 100%, 0));
}

.white-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  background-color: #fff;
}

.white-dropdown.language {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solutions-dropdown {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  border-radius: 0px 0px 2px 2px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.solutions-dropdown.productitems {
  display: none;
  width: 650px;
}

.solutions-dropdown.language {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 250px;
}

.solutions-dropdown.examples {
  display: none;
}

.solutions-dropdown.solutions {
  display: none;
}

.solutions-dropdown.product {
  display: none;
  overflow: hidden;
  border-radius: 1px;
}

.solutions-dropdown.studio {
  display: none;
  width: 100%;
}

.menu-dropdown-heading {
  display: inline-block;
  margin-top: 0px;
  float: left;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.dropdown-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 130px;
  padding: 10px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.dropdown-item:hover {
  color: #53b8a4;
}

.dropdown-item._50per {
  overflow: hidden;
  width: 49%;
  min-height: 130px;
  margin-bottom: 10px;
  cursor: pointer;
}

.dropdown-item._100per {
  min-height: 130px;
}

.menu-dropdown-intro {
  margin-bottom: 0px;
  float: left;
  clear: left;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 1.5em;
}

.solution-dropdown-items {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.solution-list-item {
  margin-bottom: 10px;
}

.dropdown-but-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: inline-block;
  overflow: hidden;
  height: 36px;
  margin-top: 15px;
  border-radius: 3px;
}

.dropdown-button-active {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  background-color: #53b8a4;
  color: #fff;
}

.dropdown-button-active.green {
  background-color: #395b6c;
  color: #fff;
}

.menu-bg {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
  background-color: #fff;
}

.corner-holder {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 35px;
  background-image: url('../images/menu-tip.svg');
  background-position: 50% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer-items-container {
  display: block;
  width: 100%;
}

.spacer {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-fixed-layer {
  display: none;
}

.home-prod-title {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
}

.home-prod-title.big {
  font-size: 26px;
}

.home-prod-intro {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

.home-prod-intro.trans {
  opacity: 0.61;
}

.request-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 50px 35px;
}

.request-scroll.newsletter {
  background-image: url('../images/print-template-examples.png');
  background-position: 115% 19px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.home-product-list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  opacity: 0.7;
  font-size: 18px;
}

.home-product-list-item {
  margin-bottom: 10px;
}

.row-introduction {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #e6f5f1;
}

.row-introduction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-why-intro {
  width: 350px;
  margin-right: 50px;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.row-editor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.row-editor-content.second {
  height: 450px;
  padding-right: 70px;
  padding-left: 70px;
}

.row-editor-content.third {
  height: 450px;
  padding-right: 70px;
  padding-left: 70px;
}

.editor-public-image {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3d5d6e;
  background-image: url('../images/FullSizeRender-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-product-textcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.txt-block-container {
  width: 100%;
  max-width: 550px;
}

.txt-block-container._400 {
  max-width: 450px;
}

.home-template-editor {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #53b8a4;
  background-image: url('../images/template-editor-2.png');
  background-position: 53px 56px;
  background-size: 620px;
  background-repeat: no-repeat;
}

.home-pro-editor {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00b0d2;
  background-image: url('../images/pro-editor-2.png');
  background-position: 133% 146%;
  background-size: 650px;
  background-repeat: no-repeat;
}

.row-home-examples {
  overflow: hidden;
  height: 920px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e6f5f1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #e6f2f5);
}

.row-examples-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.examples-container {
  position: relative;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.examples-intro {
  width: 100%;
  max-width: 350px;
  margin-right: 25px;
  margin-left: 35px;
  padding-top: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.example-item {
  position: absolute;
  overflow: hidden;
  width: 350px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.example-item:hover {
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.25);
}

.example-item.two {
  left: 399px;
  top: 70px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.example-item.three {
  position: absolute;
  left: -40px;
  top: 360px;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.example-item.four {
  position: absolute;
  left: 400px;
  top: 470px;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.example-item.overview {
  position: relative;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.solution-item-txt {
  padding: 25px 25px 35px;
}

.solution-item-title {
  margin-top: 0px;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
}

.solution-item-type {
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
  line-height: 1.2em;
}

.examples-absolute {
  position: absolute;
  top: -35px;
  width: 800px;
  height: 800px;
}

.row-voorbeelden {
  position: relative;
  margin-top: -25px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.row-voorbeelden-header {
  position: relative;
  z-index: 2;
  height: 200px;
  background-color: #00a9ab;
  background-image: url('../images/voorbeelden-overzicht3.svg');
  background-position: 50% 100%;
  background-size: 100% 100%;
}

.row-voorbeelden-content {
  display: block;
  max-width: 1400px;
  margin-top: -181px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.voorbeeld-tab {
  margin-right: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
}

.voorbeeld-tab:hover {
  color: #fff;
}

.voorbeeld-tab.w--current {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.example-menu {
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -107px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-voorbeelden {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: hsla(0, 0%, 87.8%, 0.3);
  background-image: none;
}

.voorbeeld-detail-row {
  padding-bottom: 50px;
}

.voorbeeld-detail-balk {
  position: relative;
  height: 150px;
  margin-top: -100px;
  background-image: url('../images/mainpage-white-green.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.voorbeeld-detail-content {
  display: block;
  max-width: 1300px;
  margin-top: -600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.voorbeeld-slider {
  display: block;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: 0 5px 36px 2px rgba(0, 0, 0, 0.16);
}

.voorbeeld-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.voorbeeld-col1 {
  position: relative;
  width: 65%;
  padding-right: 50px;
}

.voorbeeld-col2 {
  position: relative;
  width: 35%;
  padding-top: 25px;
  padding-left: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: -62px;
  display: inline-block;
  opacity: 0.38;
  font-size: 11px;
}

.voorbeeld-main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
}

.voorbeeld-sub-heading {
  margin-top: 5px;
  margin-bottom: 20px;
  color: grey;
  font-size: 30px;
  font-weight: 400;
}

.voorbeeld-intro {
  color: grey;
  font-size: 18px;
  line-height: 1.5em;
}

.voorbeeld-details {
  width: 100px;
  padding-right: 30px;
  color: #4d4d4d;
  line-height: 2.4em;
  font-weight: 500;
}

.voorbeeld-details.right {
  width: 100%;
  color: rgba(75, 75, 75, 0.6);
  font-weight: 400;
}

.voorbeeld-slide {
  position: relative;
  height: auto;
}

.icon-2 {
  font-size: 23px;
}

.voorbeeld-block-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.footer-voorbeelden-content {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.footer-voorbeelden-title {
  display: inline-block;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mask {
  overflow: hidden;
  height: 100%;
  border-radius: 3px;
}

.monitor-container {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 6px;
}

.monitor-container.salestool {
  padding-left: 70px;
}

.row-txt-header {
  height: 700px;
  background-color: #3d5d6e;
  background-image: url('../images/FullSizeRender-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row-txt-header.contact {
  position: relative;
  height: 550px;
  background-image: none;
}

.txt-heading-layover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/mainpage-white-green.svg');
  background-position: 50% 102%;
  background-size: 100% 110px;
  background-repeat: no-repeat;
}

.row-textpage-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.4em;
}

.row-textpage-content.row2 {
  padding-bottom: 0px;
}

.textpage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 550px;
  padding: 75px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(75, 75, 75, 0.6);
  line-height: 1.5em;
}

.home-solutions-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-videoplayer {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #3d5d6e;
}

.video {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video-center {
  position: relative;
  top: 50%;
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.maglr-team {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.textpage-cms-content {
  margin-top: 35px;
}

.about-title {
  margin-top: 0px;
  color: #000;
}

.row-contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00a9ab;
}

.row-contactform-content {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.contact-form-intro {
  width: 400px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.center-contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-opmerking {
  padding-right: 25px;
}

.photoblock {
  height: auto;
  max-width: 550px;
  min-height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cfcfcf;
  background-image: url('../images/IMG_9108.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photoblock.image1 {
  background-image: url('../images/FullSizeRender-3.jpg');
}

.photoblock.image2 {
  background-position: 100% 50%;
  background-size: cover;
}

.photoblock.image3 {
  background-image: url('../images/IMG_6830.JPG');
}

.photoblock.image4 {
  background-image: url('../images/IMG_9109.jpg');
}

.photoblock.solution1 {
  background-image: url('../images/concept-magazines.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.photoblock.solution2 {
  background-image: url('../images/maglr-print-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photoblock.solution3 {
  background-image: url('../images/maglr-ipad-presenter.jpg');
  background-position: 0px 50%;
}

.textpage-heading-layover {
  width: 100%;
  height: 100%;
  background-image: url('../images/mainpage-white-green.svg');
  background-position: 50% 104%;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.textpage-heading-layover.version2 {
  background-image: url('../images/mainpage-white-green.svg');
  background-position: 0% 102%;
  background-size: 100% 150px;
}

.row-header-textpage {
  height: 250px;
  background-color: #3d5d6e;
}

.row-header-textpage.version2 {
  height: 600px;
  background-color: #ececec;
}

.row-simple-textpage {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
}

.simpletext-content {
  display: block;
  width: 100%;
  max-width: 800px;
  color: grey;
  font-size: 18px;
  line-height: 1.6em;
}

.textpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.textpage-subtitle {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 400;
}

.error-text {
  margin-bottom: 0px;
  line-height: 1.3em;
}

.form-block {
  width: 100%;
}

.thankyou-txt {
  margin-bottom: 0px;
}

.magazine-product-graph {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.magazines-graphic {
  position: absolute;
  left: -55px;
  top: -184px;
  overflow: visible;
  width: 1300px;
  max-width: none;
}

.feature-header {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: grey;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-header.compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  padding-bottom: 0px;
}

.feature-container {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.feature-header-text.compare {
  margin-right: 10px;
  padding: 15px 25px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #53b8a4;
  color: #fff;
}

.feature-header-text.compare.first {
  padding-right: 25px;
  padding-left: 25px;
  opacity: 0;
}

.feature-header-text.compare.pro {
  background-color: #00b0d2;
}

.feature-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.feature-items.comparerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-items.comparerow.oneven {
  background-color: #f8f8f8;
}

.feature-heading {
  font-size: 18px;
}

.feature-description {
  color: grey;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.feature-block {
  display: block;
  width: 33%;
  padding-top: 30px;
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-block.template {
  margin-right: 10px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.feature-block.pro {
  margin-right: 10px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-block.question {
  padding-left: 25px;
}

.row-salestool {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #3d5d6e;
}

.salestool-div-graphic {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.salestool-examples {
  position: absolute;
  left: -2px;
  top: -71px;
  width: 1200px;
  max-width: none;
}

.row-salestool-products {
  padding-bottom: 0px;
  background-color: #3d5d6e;
  color: #fff;
}

.salestool-img-containter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.salestool-icon {
  height: 135px;
  max-width: 300px;
}

.img-salestool-offline {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.print-div-graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.print-vertical-items {
  position: relative;
  top: -54px;
  display: block;
  height: 750px;
}

.row-print-editor {
  position: relative;
  padding-top: 100px;
}

.row-template-print {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.row-filler-green {
  position: absolute;
  width: 100%;
  height: 600px;
  background-color: #53b8a4;
}

.row-print-editor-txt {
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #979797;
}

.print-editor-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-video {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.ipad-button {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 300px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.salestool-add-items {
  position: relative;
  top: -22px;
  display: block;
  width: 100%;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/salestool-flow.png');
  background-position: 50% 0px;
  background-size: 1371px;
  background-repeat: no-repeat;
}

.augeo-print {
  max-height: 550px;
  max-width: none;
}

.print-example-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.print-editor-video {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.editor-print-video-container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.39);
}

.row-product-header {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100px;
  margin-top: -71px;
  background-image: url('../images/mainpage-white.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.template-editor-video {
  position: absolute;
  left: 0px;
  bottom: 58px;
  width: auto;
  height: auto;
  margin-top: 0px;
  border-radius: 6px;
  background-color: #3d5d6e;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.19);
}

.product-video-container {
  position: absolute;
  height: 100%;
  margin-left: 450px;
}

.browser-header {
  position: absolute;
  width: 100%;
  height: 40px;
  padding-top: 9px;
  padding-left: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d3d3d3;
}

.product-hero-video {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.input-browser-bar {
  height: 20px;
}

.template-graphic-2 {
  position: absolute;
  top: 0px;
  display: block;
  width: 700px;
  max-width: none;
  margin-top: -173px;
}

.template-mini-previews {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 990px;
  max-width: none;
}

.container-30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.al-contentblocks {
  position: absolute;
  top: -28px;
  right: 70px;
  width: 997px;
  max-width: none;
}

.img-template-type {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.template-type {
  width: 33.33%;
  margin-bottom: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}

.template-type:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #53b8a4;
}

.template-type.pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.template-types-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template-type-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template-type-title {
  display: block;
  max-width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #4b4b4b;
  font-size: 17px;
  text-align: center;
}

.template-all-devices {
  max-width: 90%;
}

.template-type-description {
  display: block;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.66;
  color: rgba(0, 0, 0, 0.82);
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.pro-timing {
  position: absolute;
  top: -27px;
  right: 0px;
  width: 800px;
  max-width: none;
}

.pro-graphic-workspace {
  position: absolute;
  left: -139px;
  top: -138px;
  width: 1203px;
  max-width: none;
}

.pro-graphic-layering {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 1070px;
  max-width: none;
}

.pro-graphic-scenes {
  position: absolute;
  left: 50px;
  top: -181px;
  width: 500px;
}

.pro-graphic-mobile {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 900px;
  max-width: none;
}

.plus-feature {
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.pro-graphic-embed {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pro-graphic-video {
  max-height: 230px;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center-hero {
  width: 800px;
  padding-top: 200px;
}

.prices-hero {
  position: relative;
  height: 600px;
}

.prices-top {
  width: 100%;
  height: 80px;
  background-image: url('../images/heading-prices.svg');
  background-position: 50% 0px;
  background-size: 105%;
}

.row-price-table {
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #395b6c;
}

.main-price-grid {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-header {
  display: block;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.price-row {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-table {
  position: relative;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 25px;
  float: left;
  border-radius: 3px;
  background-color: #53b8a4;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.price-table:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.price-table.pro {
  margin-left: 2%;
  background-color: #02a8ab;
}

.price-table.enterprise {
  margin-right: 0%;
  margin-left: 1%;
  background-color: #00b0d2;
}

.price-table.print {
  width: 100%;
  background-color: #8699bd;
}

.price-table.presenter {
  width: 100%;
  background-color: #557a8c;
}

.price-table.extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #567a8b;
  color: #fff;
  text-decoration: none;
}

.price-table.extra.no-click {
  cursor: default;
}

.price-table.extra.no-click:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.price-list-item {
  margin-bottom: 15px;
}

.price-col-33 {
  width: 100%;
  padding-top: 40px;
  border-radius: 6px;
  background-image: none;
}

.price-col-33.last {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-col-33.center {
  width: 31%;
  margin-right: 2.3333%;
}

.pricetag {
  float: left;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 500;
}

.pricerow {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-month {
  margin-left: 10px;
  float: left;
  opacity: 0.73;
}

.price-options-inner {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices-online-payment {
  position: relative;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  float: left;
  color: #fff;
}

.payment-options {
  position: relative;
  height: 35px;
}

.extra-price-option {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid silver;
}

.price-extra-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.extra-options {
  display: none;
  margin-bottom: 50px;
}

.price-more-details {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.extra-price-heading {
  font-size: 20px;
}

.extra-price-icon {
  height: 100px;
}

.price-extra-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-left: 1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.extra-pricetag {
  position: relative;
  bottom: 0px;
  margin-top: 25px;
}

.maglr-designers {
  position: absolute;
  left: 50px;
  top: -43px;
  width: 400px;
  max-width: none;
}

.price-header-link {
  display: none;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #00b0d2;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}

.center-price-button {
  display: none;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-block-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request-block-right.trial {
  padding-top: 0px;
}

.row-print {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  background-color: #3d5d6e;
}

.transparent-video-salestool {
  position: relative;
  width: auto;
  height: 70vh;
  max-height: 600px;
  max-width: none;
  min-height: 380px;
  margin: 5px 10px 10px 70px;
}

.transparent-video-print {
  position: relative;
  width: auto;
  height: 70vh;
  max-height: 600px;
  max-width: none;
  min-height: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.transparant-video-template-editor {
  position: relative;
  width: auto;
  height: 70vh;
  max-height: 600px;
  max-width: none;
  min-height: 380px;
}

.transparent-video-magazines {
  position: relative;
  width: auto;
  height: 70vh;
  max-height: 600px;
  max-width: none;
  min-height: 380px;
}

.row-product-items {
  overflow: hidden;
}

.magazine-graphic-share {
  width: 100%;
}

.product-block-example {
  margin-top: 35px;
  margin-left: 25px;
  float: left;
  opacity: 0.69;
  color: #fff;
  text-decoration: none;
}

.product-block-example:hover {
  text-decoration: underline;
}

.full-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/FullSizeRender-2.jpg');
  background-position: 50% 61%;
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.41;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bb-group {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.link {
  color: #53b8a4;
}

.we-are-social {
  padding-top: 15px;
  opacity: 0.6;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.social:hover {
  color: #53b8a4;
}

.solution-hero-button {
  padding: 12px 20px;
  border-radius: 3px;
  background-color: #8699bd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.solution-hero-button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.solution-hero-button.blue {
  background-color: #3d5d6e;
}

.form-dropdown {
  height: 40px;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(75, 75, 75, 0.3);
  background-color: #fff;
}

.price-compare {
  position: relative;
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
}

.compare-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.2em;
}

.compare-row:hover {
  background-color: #f6f6f6;
}

.compare-row.first {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom-style: none;
}

.compare-row.heading {
  height: 80px;
  color: #000;
  font-weight: 700;
}

.compare-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.compare-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-left: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f6f6f6;
  color: #5c5c5c;
  font-size: 18px;
}

.compare-col.starter {
  background-color: #53b8a4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.compare-col.pro {
  background-color: #00b0d2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.compare-col.presenter {
  background-color: #3d5d6e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.compare-col.print {
  background-color: #8699bd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.compare-col.business {
  background-color: #00a9ab;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.more-pricing {
  position: relative;
  display: block;
  overflow: visible;
  height: auto;
}

.more-compare {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 125px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, hsla(0, 0%, 100%, 0)), color-stop(82%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) -1%, #fff 82%);
  color: #00b0d2;
  font-size: 20px;
  text-align: center;
}

.more-compare:hover {
  color: #3d5d6e;
}

.pricelist-heading {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.price-compare-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
}

.pricelist-heading-title {
  float: left;
  color: #fff;
  font-size: 40px;
}

.compare-button-prices {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 36px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.58);
  text-decoration: none;
}

.compare-button-prices:hover {
  color: #53b8a4;
}

.compare-button-txt {
  margin-top: 1px;
}

.request-link {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #53b8a4;
  font-size: 20px;
}

.dropdown-comment {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropdown-info {
  display: none;
  padding: 15px;
  border-radius: 3px;
  background-color: #e6f5f1;
}

.img-single-publication {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
}

.row-magazine-proces-graphic {
  height: 400px;
  margin-top: 75px;
  background-image: url('../images/online-magazine-proces.svg');
  background-position: 59% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.container-800 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.proces-scroll {
  width: 100%;
}

.magazine-responsive-typen {
  position: absolute;
  top: -125px;
  right: 80px;
  width: 750px;
  max-width: none;
}

.row-magazine-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 630px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(83, 184, 164, 0.23);
}

.lang-switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(75, 75, 75, 0.6);
  cursor: pointer;
}

.lang-switch.white {
  color: #fff;
}

.globe {
  margin-right: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
}

.arrow-down {
  font-family: 'Fontawesome webfont', sans-serif;
}

.lang-link {
  width: 100%;
  padding: 15px 25px;
  float: left;
  color: #4b4b4b;
  text-decoration: none;
}

.lang-link:hover {
  text-decoration: underline;
}

.lang-link.active {
  color: #53b8a4;
}

.product-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-product-templateditor {
  position: relative;
  top: -56px;
  z-index: 2;
  padding-bottom: 150px;
}

.row-product-templateditor.pro {
  padding-top: 150px;
  padding-bottom: 100px;
}

.product-template-editor {
  position: absolute;
  top: -94px;
  width: 100%;
  padding-top: 70%;
  background-image: url('../images/image-template-editor.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-template-editor.pro {
  padding-top: 63%;
  background-image: url('../images/image-pro-editor.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-img-width {
  position: absolute;
  width: 950px;
}

.product-img-width.pro {
  right: 0px;
  width: 1050px;
  margin-right: 50px;
}

.list-txt {
  font-size: 18px;
  font-weight: 400;
}

.product-overview-list {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 25px;
  color: rgba(75, 75, 75, 0.6);
}

.product-overview-list-item {
  margin-top: 15px;
}

.product-compare {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.row-solutions-overview {
  background-color: #00a9ab;
}

.request-demo-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-demo-page {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #00a9ab;
}

.compare-editor-link {
  display: block;
  width: 100%;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.compare-editor-link:hover {
  text-decoration: underline;
}

.overview-solutions-line {
  height: 100px;
  margin-top: 150px;
  background-image: url('../images/schuin-wit.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.row-all-solutions {
  margin-top: -83px;
  padding-bottom: 100px;
}

.solution-list {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 20px;
  color: #4b4b4b;
  font-size: 18px;
}

.landing-hero {
  position: relative;
  min-height: 800px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #53b8a4;
}

.langding-hero-title {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Titillium Web';
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.landing-hero-subtitle {
  display: block;
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Titillium Web';
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.landing-browser-screen {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 60px;
  border-radius: 0px;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.29);
}

.landing-browser-heading {
  display: none;
  height: 45px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d8d2d2;
}

.landing-browser-popup {
  position: absolute;
  right: -50px;
  bottom: -169px;
  z-index: 40;
  width: 500px;
  padding: 29px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.landing-browser-title {
  margin-top: 0px;
  color: #000;
  font-size: 30px;
}

.landing-browser-text {
  margin-bottom: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 20px;
  line-height: 1.4em;
}

.hero-white-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 400px;
  background-image: url('../images/landing-hero-white.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.hero-white-bg.v2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
}

.landing-free-trial {
  position: relative;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.landing-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 75px auto 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-trial-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 50px;
}

.landing-trial-subtitle {
  display: none;
  margin-top: 5px;
  font-family: 'Titillium Web';
  color: rgba(75, 75, 75, 0.6);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 300;
}

.landing-info {
  position: relative;
  padding-top: 100px;
  background-color: #f5f6f7;
}

.landing-info.video {
  margin-top: 50px;
}

.landing-trial-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.landing-trial-input {
  height: 55px;
  margin-right: 20px;
  padding-left: 20px;
  border-style: none solid solid;
  border-width: 0px 2px 2px 0px;
  border-color: #000 rgba(75, 75, 75, 0.2) rgba(75, 75, 75, 0.2) #000;
  border-radius: 3px;
  background-color: #fff;
  font-size: 20px;
}

.landing-trial-input:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(75, 75, 75, 0.6);
  color: rgba(0, 0, 0, 0.77);
}

.landing-trial-input.small {
  width: 48%;
  height: 45px;
  margin-right: 0px;
  margin-bottom: 20px;
  float: left;
  background-color: #fff;
}

.landing-trial-input.small.padding {
  margin-right: 20px;
}

.landing-trial-input.text {
  height: 160px;
  margin-bottom: 20px;
  background-color: #fff;
}

.landing-trial-input.dark {
  border-right-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.landing-trial-submit {
  height: 55px;
  padding: 15px 30px;
  border-right: 2px solid #a54615;
  border-bottom: 2px solid #a54615;
  border-radius: 3px;
  background-color: #ea6622;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 22px;
  font-weight: 500;
}

.landing-trial-submit:hover {
  background-color: #a54615;
}

.landing-trial-submit.small {
  height: 45px;
  padding-top: 12px;
  border-right-color: #205a9e;
  border-bottom-color: #205a9e;
  background-color: #4a90e2;
  font-size: 20px;
}

.landing-trial-submit.right {
  margin-right: 20px;
}

.landing-trial-submit.green {
  border-right-color: #048183;
  border-bottom-color: #048183;
  background-color: #00a9ab;
}

.landing-trial-submit.green:hover {
  border-right-color: #4b679e;
  border-bottom-color: #4b679e;
  background-color: #7ea4d6;
}

.landing-info-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  background-image: url('../images/landing-info-white-top.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.landing-info-bot {
  height: 100px;
  background-image: url('../images/landing-info-white-bot.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.landing-subtitle {
  margin-bottom: 50px;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}

.landing-subtitle.small {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
}

.landing-info-container {
  display: block;
  overflow: hidden;
  max-width: 1100px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 200px;
}

.landing-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.landing-info-row.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.landing-info-heading {
  font-weight: 400;
}

.landing-info-text {
  margin-top: 10px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 20px;
  line-height: 1.6em;
}

.landing-info-img {
  width: 50%;
  margin-left: 70px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.landing-info-img.left {
  margin-right: 70px;
  margin-left: 0px;
}

.landing-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-logobar {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.landing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-icon {
  max-height: 70px;
  min-height: 70px;
}

.landing-item-title {
  max-width: 250px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.landing-priceblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: -175px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-faq {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 75px;
  padding-left: 50px;
}

.landing-contact {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
}

.landing-succes {
  margin-top: 50px;
  padding: 45px;
  background-color: #53b8a4;
  color: #fff;
  font-size: 20px;
}

.landing-error {
  margin-top: 25px;
  padding: 45px;
  border-radius: 3px;
  background-color: #e45959;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.landing-faq-block {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
}

.landing-faq-title {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #979797;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 400;
  cursor: pointer;
}

.landing-faq-title:hover {
  color: #53b8a4;
}

.landing-faq-text {
  display: none;
  width: 700px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: rgba(75, 75, 75, 0.93);
  font-size: 18px;
  line-height: 1.4em;
}

.plus-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}

.landing-price-item {
  margin-right: 50px;
  padding: 34px 20px 34px 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.landing-price-head {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

.landing-price {
  float: left;
  color: rgba(75, 75, 75, 0.6);
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 400;
}

.landing-price-desc {
  padding-top: 7px;
  float: left;
  color: rgba(75, 75, 75, 0.6);
  font-size: 16px;
  line-height: 1.2em;
}

.landing-price-txt {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 16px;
  text-align: center;
}

.landing-contact-1 {
  width: 500px;
  margin-left: 50px;
  padding-right: 50px;
}

.landing-contact-2 {
  width: 500px;
  margin-right: 50px;
}

.landing-contact-txt {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6em;
}

.form {
  padding-top: 10px;
}

.landing-phone {
  position: relative;
  display: block;
  margin-top: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.landing-phone.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-block-5 {
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
}

.call-maglr {
  display: inline-block;
  padding-top: 13px;
  color: #fff;
  text-decoration: none;
}

.call-maglr.black {
  color: #979797;
}

.call-maglr.dark {
  color: #000;
}

.call-maglr.green {
  color: #4a4a4a;
}

.text-block-6 {
  margin-left: 15px;
  float: left;
  font-size: 18px;
}

.landing-hero-img-container {
  position: relative;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.landing-menu {
  position: absolute;
  z-index: 15;
  width: 100%;
  padding-top: 35px;
}

.landing-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.landing-maglr-logo {
  width: 110px;
  background-image: url('../images/maglr-logo-2019-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.landing-maglr-logo.green {
  background-image: url('../images/maglr-logo-2019-green.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.landing-maglr-logo.black {
  background-image: url('../images/maglr-logo-2019-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.landing-page-button {
  display: inline-block;
  margin-left: 30px;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #ea6622;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-page-button:hover {
  background-color: #a54615;
}

.landing-page-button.orange {
  border-right-color: #a54615;
  border-bottom-color: #a54615;
  background-color: #ea6622;
}

.landing-publications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-publication-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 20px;
  text-decoration: none;
}

.landing-square {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: #cdcece;
}

.landing-publication-block {
  width: 32%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.landing-publication-title {
  margin-left: 20px;
  font-size: 20px;
}

.landing-block-title {
  margin-bottom: 25px;
  font-size: 23px;
}

.landing-container {
  overflow: hidden;
  height: 650px;
  background-color: #98b2c3;
  background-image: url('../images/maglr-magazines.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.landing-titlerow {
  display: block;
  width: 1100px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.landing-button {
  display: inline-block;
  padding: 16px 20px;
  border-right: 2px solid #a54615;
  border-bottom: 2px solid #a54615;
  border-radius: 4px;
  background-color: #ea6622;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.landing-button:hover {
  background-color: #a54615;
}

.what-more {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

.what-more-content {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.free-trial-container {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #f5f6f7;
  background-image: url('../images/landing-info-white-top.svg');
  background-position: 0px 0px;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.free-trial-container.studio {
  background-image: url('../images/bg-svg.svg');
  background-position: 50% 0%;
  background-size: 1400px;
}

.trial-form {
  display: block;
}

.triail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.landing-trail-title {
  line-height: 1em;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-contact-left {
  width: 400px;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(75, 75, 75, 0.6);
}

.landing-contact-left.white {
  color: #f6f1f1;
}

.landing-contact-left.studio {
  width: 420px;
  padding-right: 0px;
  padding-left: 50px;
}

.landing-contact-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.landing-price-descripton {
  position: relative;
  margin-top: 16px;
  clear: left;
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
  line-height: 1.5em;
}

.landing-float {
  position: fixed;
  z-index: 50;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  -webkit-transform: translate(0px, -200%);
  -ms-transform: translate(0px, -200%);
  transform: translate(0px, -200%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.landing-tab {
  width: 100%;
  padding: 20px 0px 20px 50px;
  background-color: transparent;
  background-image: url('../images/round-button-inactive.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
}

.landing-tab:hover {
  color: #000;
}

.landing-tab.w--current {
  background-color: transparent;
  background-image: url('../images/round-button-active.svg'), url('../images/round-button-inactive.svg');
  background-position: 0px 50%, 0px 50%;
  background-size: 30px, 30px;
  background-repeat: no-repeat, no-repeat;
}

.landing-tab.white {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  background-image: url('../images/icon-hover-green-inactive.svg');
  background-position: 15px 50%;
  background-size: 30px;
  color: hsla(0, 0%, 100%, 0.79);
  font-weight: 300;
}

.landing-tab.white.w--current {
  background-image: url('../images/icon-hover-green.svg');
  background-size: 30px;
  color: hsla(0, 0%, 100%, 0.8);
}

.heading-subtitle {
  font-family: 'Greycliff cf', sans-serif;
  color: rgba(75, 75, 75, 0.6);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-subtitle.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.inspire-hero {
  position: relative;
  height: 600px;
}

.row-inspire {
  position: relative;
  margin-top: -12px;
  padding: 30px 30px 100px;
  background-color: #e4ecee;
}

.inspire-item {
  position: relative;
  overflow: hidden;
  width: 23%;
  max-width: 340px;
  margin: 1%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.inspire-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.21);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.inspire-item-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
}

.inspire-item-text {
  margin-bottom: 0px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
  line-height: 1.2em;
}

.inspire-item-box {
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  background-color: #fff;
}

.inspire-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: -262px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.inspire-heading {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url('../images/inspire-heading.svg');
  background-position: 50% 105%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.popup-show-inspire {
  position: fixed;
  z-index: 333;
  display: none;
  width: 100%;
  height: 100%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.53);
}

.inspire-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.inspire-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #d1d1d1;
  background-color: #fff;
}

.inspire-popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  background-color: #fff;
}

.inspire-hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.71);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.inspire-hover-txt {
  display: inline-block;
  margin-top: 25%;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.63);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.inspire-popup-title {
  margin-top: 60px;
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 30px;
  line-height: 1.1em;
}

.inspire-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  float: right;
  background-image: url('../images/close-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.inspire-close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inspire-popup-left {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
}

.inspire-popup-bot {
  padding: 50px 25px;
  background-color: hsla(0, 0%, 94.1%, 0.71);
}

.popup-inspire-txt {
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: rgba(75, 75, 75, 0.74);
  font-size: 16px;
}

.inspire-popup-button {
  display: block;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(75, 75, 75, 0.6);
  border-radius: 6px;
  color: #4a4a4a;
  text-align: center;
  text-decoration: none;
}

.inspire-popup-button:hover {
  border-color: #53b8a4;
  background-color: #53b8a4;
  color: #fff;
}

.inspire-popup-desc {
  position: relative;
}

.popu-inspire-subtitle {
  padding-right: 25px;
  padding-left: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 20px;
  line-height: 1em;
}

.form-block-2 {
  display: none;
}

.inspire-buttonbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 550px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}

.inspire-switch-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.inspire-switch-button:hover {
  color: #000;
}

.inspire-switch-button.active {
  background-color: #3d5d6e;
  color: #fff;
}

.inspire-button-txt {
  width: 100%;
  text-align: center;
}

.voorbeeld-hero {
  height: 650px;
  background-color: #00a9ab;
}

.example-tab {
  z-index: 13;
}

.landing-hero-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  max-height: 800px;
  min-height: 600px;
  padding-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #53b8a4;
  background-image: url('../images/esra-overview-personeelsmagazines.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-shadow-row {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(hsla(0, 0%, 55.3%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), hsla(0, 0%, 55.3%, 0));
}

.landing-white-block {
  position: relative;
  width: 470px;
  min-height: 200px;
  padding: 40px 30px;
  float: right;
  background-color: hsla(0, 0%, 100%, 0.93);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
}

.landing-content-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: -430px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.landing-whiteblock-intro {
  margin-bottom: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 22px;
  line-height: 1.4em;
}

.landing-main-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 50px;
}

.landing-preview {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 1100px;
  margin: -180px auto 150px;
  padding-right: 50px;
  padding-left: 50px;
}

.landing-example-desktop {
  overflow: hidden;
  width: 85%;
  padding-top: 52%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.27);
}

.landing-example-mobile {
  position: absolute;
  right: 106px;
  bottom: -85px;
  z-index: 2;
  overflow: hidden;
  width: 24%;
  padding-top: 40%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.34);
}

.row-brands {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 70px 75px;
}

.popup-inspire-text {
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: rgba(75, 75, 75, 0.6);
}

.inspire-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.design-by-maglr {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.maglr-studio-img {
  width: 100%;
  max-width: 500px;
  min-height: 360px;
  margin-right: 35px;
  background-image: url('../images/FullSizeRender-2.jpg');
  background-position: 50% 50%;
  background-size: 700px;
}

.row-news {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #395b6c;
}

.news-hero {
  min-height: 600px;
}

.newsitem-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31%;
  height: 350px;
  margin-bottom: 35px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  background-image: url('../images/esra-overview-personeelsmagazines.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.newsitem:hover {
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.news-block-shadow {
  width: 100%;
  padding: 50px 25px 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.email-newsletter {
  padding-top: 25px;
}

.news-block-date {
  opacity: 0.62;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter-mail-input {
  width: 300px;
  height: 50px;
  padding-top: 9px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #dfdfdf;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 6px 0 #fff;
  font-size: 18px;
}

.submit-button {
  height: 50px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #8699bd;
  font-weight: 700;
}

.signup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-title {
  max-width: 800px;
  color: #fff;
  font-size: 60px;
  text-align: center;
}

.news-date {
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-item-hero {
  height: 650px;
  background-color: #3d5d6e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/esra-overview-personeelsmagazines.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/esra-overview-personeelsmagazines.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.news-item-border {
  height: 100px;
  margin-top: -74px;
  background-image: url('../images/landing-info-white-bot.svg');
  background-position: 50% 100%;
  background-size: 100% 100%;
}

.news-article-content {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 50px;
}

.more-news-title {
  position: relative;
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 40px;
}

.news-center-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trial-header-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/trial-img.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.request-txt {
  width: 100%;
}

.trial-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 25px;
  padding-left: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trial-tabs-menu.trial {
  padding-top: 0px;
}

.request-tab-item {
  margin-bottom: 20px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url('../images/round-button-inactive.svg');
  background-position: 14px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  text-align: left;
}

.request-tab-item.w--current {
  background-color: transparent;
  background-image: url('../images/round-button-active.svg');
  background-size: 30px;
  color: #e25206;
  font-weight: 700;
}

.panel {
  overflow: scroll;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.request-trial-title {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Greycliff cf', sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}

.trial-text {
  margin-bottom: 25px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
  line-height: 1.5em;
}

.radio-field {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(8, 8, 8, 0.6);
  font-size: 18px;
}

.radiogroup {
  display: none;
  margin-bottom: 25px;
}

.by-maglr-studio {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 180px;
  height: 100px;
  background-image: url('../images/icon-maglr-studio.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.examples-open-link {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  background-image: url('../images/open-link.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.examples-open-link:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 14px;
}

.play-txt {
  float: left;
}

.trial-row {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-right: 25px;
  padding-left: 25px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-col {
  padding: 25px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-col.grey {
  background-color: #fafafa;
}

.dropdown-col._25per {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-col._50per {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-title {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3c3c3;
  font-family: 'Greycliff cf', sans-serif;
  color: #c3c3c3;
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.dropdown-title.examples {
  border-bottom-style: none;
}

.studio-hero {
  min-height: 100vh;
  background-color: #3d5d6e;
}

.dropdown-examples-intro {
  padding-right: 15px;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.4em;
}

.hero-submenu {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin-top: 95px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.submenu-itemrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid hsla(0, 0%, 100%, 0.24);
  font-size: 17px;
}

.submenu-itemrow.dark {
  border-top-color: rgba(158, 149, 149, 0.24);
}

.link-subitem {
  margin-right: 5%;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Greycliff cf', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
}

.link-subitem:hover {
  color: #50e3c2;
}

.link-subitem.w--current {
  color: #50e3c2;
}

.link-subitem.active {
  color: #53b8a4;
}

.big-studio-header {
  text-align: center;
}

.bold-text {
  font-family: 'Greycliff cf extra', sans-serif;
  color: #fff;
  font-size: 80px;
  text-align: center;
}

.language-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: none;
  width: 200px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.filler {
  height: 800px;
}

.bold-text-2 {
  font-size: 60px;
}

.hero-embed {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.free-trial-studio {
  margin-top: 75px;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/bg-svg.svg');
  background-position: 50% 0%;
  background-size: 2200px;
}

.studio {
  width: 480px;
}

.cup {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.studio-form-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.studio-title {
  width: 620px;
}

.studio-tabs {
  width: 580px;
  margin-bottom: 20px;
}

.sstudio-cup {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -135px;
}

.pricing-details {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2em;
}

.price-details {
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 0.62;
  font-size: 18px;
  line-height: 2em;
}

.price-col {
  position: relative;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pricegrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pay1 {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pay2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.extra-title {
  width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
}

.extra-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.18);
  font-size: 22px;
  font-weight: 700;
}

.price-filler {
  position: absolute;
  left: -8%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 1400px;
  height: 63px;
  background-color: #fff;
}

.landing-call-to-action {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}

.call-start-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-left: 50px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.call-start-demo.open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 90%;
  height: 100vh;
  max-width: 1000px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  color: #4b4b4b;
  line-height: 1.6em;
}

.call-action-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: -1px;
}

.call-action-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  background-color: #ea6622;
  font-family: 'Greycliff cf extra', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.call-action-btn:hover {
  background-color: #00a9ab;
}

.call-action-subtitle {
  display: none;
  margin-top: 10px;
  color: rgba(75, 75, 75, 0.6);
  font-size: 18px;
}

.tabs-content {
  overflow: scroll;
  height: 101%;
  background-color: #f0f0f0;
}

.call-popup-title {
  position: absolute;
  z-index: 5;
  margin-top: 60px;
  padding-left: 50px;
  font-size: 40px;
}

.close-callaction {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-right: 25px;
  background-image: url('../images/close-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-callaction:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.call-open-demo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90%;
  height: 100%;
  max-width: 900px;
  background-color: #fff;
  background-image: url('../images/screenshot-magazines.png');
  background-position: 350px 380px;
  background-size: 880px;
  background-repeat: no-repeat;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translate(-110%, 0px);
  -ms-transform: translate(-110%, 0px);
  transform: translate(-110%, 0px);
}

.request-demo-container {
  max-width: 600px;
}

html.w-mod-js *[data-ix="fade-scroll-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .row-solutions {
    margin-top: -80px;
  }
  .navbar {
    position: fixed;
    height: 100px;
    background-image: none;
  }
  .navigatie-menu {
    position: fixed;
    top: -1px;
    z-index: 0;
    display: none;
    height: 100vh;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 100px;
    background-color: #53b8a3;
  }
  .nav-container {
    height: auto;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .maglr-logo {
    z-index: 1000;
    width: 75px;
    height: 35px;
    margin-right: 0px;
    background-size: contain;
  }
  .maglr-logo.w--current {
    display: block;
    width: 80px;
  }
  .maglr-logo.white {
    background-image: url('../images/maglr-logo-2019-black.svg');
  }
  .maglr-logo.white.studio {
    width: 105px;
    background-image: url('../images/maglr-studio-black.svg');
    background-size: 99px;
  }
  .maglr-logo.studio {
    height: 30px;
  }
  .navigation-item {
    display: block;
    width: 45%;
    min-width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }
  .icon.mobilemenu {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
  }
  .icon.footericon {
    display: none;
  }
  .icon.mobileicon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-right: 15px;
    float: right;
    color: #fff;
    font-size: 18px;
    text-align: right;
  }
  .home-price-col {
    width: 30.33%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-left: 0px;
  }
  .menubutton {
    padding: 5px 10px 0px;
    color: #fff;
    font-size: 30px;
  }
  .menubutton.w--open {
    z-index: 1000;
    background-color: hsla(0, 0%, 78%, 0);
  }
  .listicon {
    width: 55px;
    height: 55px;
    padding-top: 10px;
    border-radius: 360px;
    background-color: #53b8a4;
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
  .footer {
    height: auto;
  }
  .footer-row {
    width: 33.333%;
  }
  .footer-row.f-contact {
    width: 100%;
    margin-top: 25px;
    clear: left;
  }
  .footer-row-bottom {
    height: 400px;
  }
  .footer-bottom-col1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-bottom-col2 {
    height: 400px;
    padding-right: 30px;
  }
  .footer-bottom-col3 {
    display: block;
  }
  .text-sec3 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-sec3-demo {
    width: 100%;
  }
  .footer-submit-intro {
    width: 80%;
  }
  .dropdownmenu {
    display: none;
  }
  .nav-dropdown-div.up {
    display: none;
  }
  .to-top {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .footer-bottom-col4 {
    display: none;
  }
  .text-container {
    padding-right: 20px;
  }
  .request-panel {
    width: 100%;
    padding: 0px;
  }
  .request-intro {
    width: 100%;
  }
  .module-detail-hero {
    height: 750px;
    max-height: 750px;
  }
  .module-detail-hero.magazines {
    padding-top: 100px;
  }
  .module-detail-hero.voorbeelden-detail {
    height: auto;
    max-height: none;
    min-height: 0px;
    padding-top: 50px;
  }
  .module-detail-hero.print {
    height: auto;
    max-height: none;
    min-height: 0px;
  }
  .module-detail-hero.salestool {
    height: auto;
    max-height: none;
    min-height: 0px;
  }
  .module-detail-hero.pro {
    height: 750px;
    max-height: none;
    min-height: 0px;
  }
  .newfooter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-center-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footerheader {
    display: inline-block;
  }
  .footerheader.contact {
    width: 100%;
    text-align: center;
  }
  .footer-item.email {
    clear: none;
  }
  .demo-title {
    font-size: 40px;
  }
  .demo-description {
    font-size: 25px;
  }
  .footer-form-container {
    padding-right: 0px;
  }
  .footer-txt {
    margin-right: 20px;
    clear: none;
  }
  .module-intro-top {
    height: 90px;
  }
  .module-intro-top.productoverview {
    height: 100px;
  }
  .module-hero-txtcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .module-hero-txtcontainer.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .module-hero-txtcontainer.contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .module-hero-txtcontainer.newspage {
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-txt {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
  }
  .hero-txt.home {
    top: 0%;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-txt.solution {
    max-width: none;
    margin-top: 0px;
    text-align: center;
  }
  .homepage-hero {
    height: auto;
    max-height: none;
    min-height: 0%;
    background-position: 50% 100%;
  }
  .homepage-intro-center-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-modules {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .home-intro-title {
    width: 100%;
    float: none;
    font-size: 40px;
    text-align: center;
  }
  .main-intro {
    width: 100%;
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .maglr-button {
    display: none;
  }
  .maglr-button.grey {
    display: inline-block;
  }
  .maglr-button.voorbeeld {
    display: block;
    margin-top: 10px;
    margin-left: 25px;
    float: left;
  }
  .maglr-button.product-bot {
    display: block;
    margin-top: 5px;
  }
  .maglr-button.product-bot.w--current {
    display: block;
  }
  .maglr-button.trial.white {
    display: none;
  }
  .maglr-button.trial.orange {
    display: none;
  }
  .maglr-button.trial.dark {
    display: none;
  }
  .home-module {
    width: 48%;
    height: auto;
    min-height: 400px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .home-module.prod-template {
    width: 46%;
    min-height: 360px;
    padding-top: 35px;
  }
  .home-module.prod-pro {
    min-height: 360px;
    padding-top: 35px;
  }
  .div-block-2 {
    position: relative;
  }
  .hero-over {
    position: relative;
  }
  .heading-intro {
    text-align: center;
  }
  .heading-title {
    font-size: 45px;
    text-align: center;
  }
  .heading-title.center {
    font-size: 40px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-title.center {
    text-align: center;
  }
  .hero-subtitle {
    margin-top: 10px;
    font-size: 30px;
  }
  .hero-subtitle.center {
    text-align: center;
  }
  .hero-videomonitor {
    position: relative;
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-videomonitor.magazines {
    bottom: 22px;
  }
  .row-txt-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .solution-title {
    font-size: 40px;
  }
  .solution-intro {
    font-size: 20px;
  }
  .row-magazine-infographic {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .row-magazine-products {
    padding-right: 0px;
    padding-left: 25px;
  }
  .row-magazine-products.right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-content {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .row.template-contentblocks {
    height: 600px;
    padding-top: 100px;
  }
  .row.mini-template-preview {
    height: 700px;
  }
  .row.pro-workspace {
    padding-top: 75px;
  }
  .row.pro-scenes {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .row.pro-page-types {
    margin-top: 0px;
  }
  .row.pro-mobile {
    height: auto;
  }
  .txt-intro {
    font-size: 18px;
    line-height: 1.5em;
  }
  .txt-intro.big {
    font-size: 20px;
  }
  .txt-container._400 {
    width: 350px;
  }
  .txt-container._400.small {
    width: 250px;
  }
  .txt-container._33 {
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
  }
  .main-title {
    font-size: 30px;
  }
  .main-title.big {
    font-size: 35px;
  }
  .main-title.medium {
    font-size: 25px;
  }
  .main-title.small {
    font-size: 25px;
  }
  .blokje {
    left: -259px;
    top: 340px;
    width: 270px;
    height: 180px;
  }
  .blokje.blok2 {
    left: -154px;
    top: 177px;
    width: 330px;
    height: 220px;
  }
  .blokje.blok3 {
    left: -388px;
    top: 131px;
    display: none;
    width: 240px;
    height: 160px;
  }
  .blokje.blok4 {
    left: 218px;
    top: 140px;
    width: 270px;
    height: 180px;
  }
  .blokje.blok5 {
    left: 120px;
    top: 346px;
    width: 270px;
    height: 180px;
  }
  .blokje.blok7 {
    left: -14px;
    top: 50px;
    width: 270px;
    height: 180px;
  }
  .blokje.blok8 {
    left: -439px;
    top: 227px;
    width: 240px;
    height: 160px;
  }
  .blokje.blok9 {
    left: -341px;
    top: 86px;
    width: 240px;
    height: 160px;
  }
  .previews-container {
    position: relative;
    top: -28px;
    overflow: visible;
    width: 10px;
    height: 500px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .colorbutton {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .colorbutton:hover {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .colorbutton.w--current {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .colorbutton.center-pricing.blue {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .colorbutton.center-pricing.compare-editors {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-title-publicationtype {
    margin-bottom: 10px;
    text-align: center;
  }
  .menu-container {
    position: absolute;
    height: 50px;
    padding-top: 0px;
    border-bottom: 1px none #d3d3d3;
    background-color: #fff;
  }
  .menu-holder {
    height: 50px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-itemholder {
    width: auto;
    max-width: auto;
    min-width: auto;
  }
  .menu-link {
    position: relative;
    font-size: 16px;
  }
  .menu-link.white {
    color: #5b4b4d;
  }
  .item-container.prijzen {
    display: none;
  }
  .item-container.voorbeelden {
    display: none;
  }
  .item-container.contact {
    display: none;
  }
  .white-dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solutions-dropdown {
    position: fixed;
    left: 50%;
    top: 30px;
    display: none;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .solutions-dropdown.productitems {
    width: 600px;
  }
  .solutions-dropdown.examples {
    display: block;
    margin-top: 30px;
  }
  .solutions-dropdown.solutions {
    display: none;
    margin-top: 30px;
  }
  .solutions-dropdown.product {
    display: none;
    margin-top: 30px;
  }
  .solutions-dropdown.studio {
    display: none;
  }
  .menu-dropdown-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .dropdown-item {
    z-index: 2;
    min-height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-item._50per {
    width: 100%;
    min-height: auto;
    padding: 0px;
  }
  .dropdown-item._50per:hover {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .dropdown-item._100per {
    min-height: auto;
    padding-top: 0px;
  }
  .menu-dropdown-intro {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.3em;
  }
  .solution-dropdown-items {
    display: none;
  }
  .dropdown-but-container {
    display: none;
  }
  .text-block-2 {
    color: #4b4b4b;
    font-size: 22px;
    text-align: center;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #3d5d6e;
    background-image: url('../images/mainpage-white-green.svg');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .mobile-close {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-image: url('../images/close-icon-2.svg');
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  .mobile-menu-content {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: 100px 35px 50px;
  }
  .mobile-menu-heading {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Greycliff cf', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }
  .mobile-item-row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-block-3 {
    padding-top: 15px;
  }
  .mobile-subitem {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    float: left;
    color: hsla(0, 0%, 100%, 0.69);
    text-decoration: none;
  }
  .mobile-sub {
    position: relative;
    overflow: hidden;
    height: 0px;
  }
  .mobile-logo {
    position: absolute;
    left: 35px;
    top: 25px;
    width: 100px;
    height: 40px;
    background-image: url('../images/maglr-logo-2019-white.svg');
    background-position: 0px 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobile-fixed-layer {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
  }
  .home-prod-intro {
    width: 100%;
    float: none;
  }
  .request-scroll {
    overflow: auto;
  }
  .row-introduction {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .row-introduction-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-why-intro {
    width: 100%;
    margin-left: 0px;
  }
  .row-editor-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-editor-content.second {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-editor-content.third {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-template-editor {
    background-position: 47px 50%;
    background-size: contain;
  }
  .home-pro-editor {
    background-position: -50px 50%;
    background-size: contain;
  }
  .row-home-examples {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row-examples-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .examples-container {
    padding-left: 0px;
  }
  .examples-intro {
    width: 80%;
    max-width: none;
    margin-left: 0px;
    padding: 0px 25px 50px;
  }
  .example-item {
    position: relative;
    width: 44%;
    margin-bottom: 25px;
    margin-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .example-item.two {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .example-item.three {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .example-item.four {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .example-item.overview {
    width: 46%;
    margin-right: 25px;
    margin-left: 0px;
  }
  .examples-absolute {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
  }
  .row-voorbeelden-header {
    display: none;
    height: 110px;
  }
  .row-voorbeelden-content {
    padding-right: 0px;
    padding-left: 25px;
  }
  .voorbeeld-detail-balk {
    display: none;
    height: 100px;
  }
  .voorbeeld-detail-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .voorbeeld-slider {
    box-shadow: none;
  }
  .voorbeeld-description {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voorbeeld-col1 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .voorbeeld-col2 {
    width: 100%;
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
  }
  .voorbeeld-main-title {
    font-size: 40px;
  }
  .voorbeeld-block-details {
    width: 60%;
    margin-bottom: 0px;
    float: left;
    border-right: 1px solid rgba(75, 75, 75, 0.24);
  }
  .footer-voorbeelden-content {
    padding-right: 0px;
    padding-left: 25px;
  }
  .mask {
    border-radius: 1px;
  }
  .monitor-container {
    position: absolute;
  }
  .monitor-container.salestool {
    padding-left: 10px;
  }
  .row-txt-header.contact {
    height: 500px;
  }
  .row-textpage-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-textpage-content.row2 {
    padding-top: 0px;
  }
  .textpage-content {
    padding: 35px 25px;
  }
  .home-solutions-row {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-videoplayer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .video-center {
    width: 100%;
  }
  .maglr-team {
    background-image: none;
  }
  .about-title {
    font-size: 30px;
  }
  .row-contact-form {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .row-contactform-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-form-intro {
    width: 100%;
    margin-bottom: 50px;
  }
  .center-contactform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photoblock.image1 {
    min-height: auto;
  }
  .photoblock.image2 {
    min-height: auto;
  }
  .photoblock.image3 {
    min-height: auto;
  }
  .photoblock.image4 {
    min-height: auto;
  }
  .row-simple-textpage {
    padding: 0px 25px 50px;
  }
  .magazines-graphic {
    top: -41px;
    width: 700px;
  }
  .feature-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .feature-header-text.compare.first {
    display: none;
  }
  .feature-description {
    display: block;
  }
  .feature-block {
    width: 50%;
  }
  .row-salestool {
    height: 600px;
    padding-bottom: 100px;
  }
  .salestool-examples {
    left: -36px;
    top: -8px;
    width: 800px;
  }
  .row-salestool-products {
    padding-bottom: 50px;
  }
  .salestool-img-containter {
    width: 200px;
    height: 160px;
    margin-right: 25px;
    padding-bottom: 0px;
    float: left;
  }
  .salestool-icon {
    width: 150px;
    height: auto;
    max-height: 120px;
  }
  .print-div-graphic {
    position: relative;
  }
  .print-vertical-items {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: auto;
    max-width: none;
  }
  .row-print-editor {
    padding-top: 100px;
  }
  .row-template-print {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-filler-green {
    height: 400px;
  }
  .solution-video {
    width: 100%;
    height: 100%;
  }
  .ipad-button {
    left: 10px;
    display: none;
    width: 30px;
    height: 30px;
  }
  .augeo-print {
    position: relative;
    max-height: 400px;
  }
  .print-example-container {
    padding-right: 40px;
  }
  .template-editor-video {
    left: 25px;
    right: 25px;
    bottom: 51px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .product-video-container {
    position: relative;
    width: 100%;
    margin-left: 0px;
  }
  .template-graphic-2 {
    width: 600px;
  }
  .template-mini-previews {
    width: 800px;
  }
  .al-contentblocks {
    width: 800px;
  }
  .template-type {
    width: 30%;
  }
  .template-type.pro {
    min-height: 350px;
  }
  .pro-timing {
    width: 740px;
  }
  .pro-graphic-workspace {
    left: -139px;
    top: auto;
    bottom: -75px;
    width: 800px;
  }
  .pro-graphic-layering {
    right: 10px;
    width: 600px;
  }
  .pro-graphic-scenes {
    top: -16px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    max-width: none;
  }
  .pro-graphic-mobile {
    left: 1px;
    width: 600px;
  }
  .pro-graphic-video {
    padding-right: 50px;
  }
  .center-hero {
    width: 100%;
    padding: 100px 50px 24px;
  }
  .prices-top {
    height: 40px;
  }
  .row-price-table {
    display: block;
    padding-bottom: 50px;
  }
  .main-price-grid {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-table {
    width: 100%;
    margin-right: 0%;
    padding: 25px;
  }
  .price-table.pro {
    margin-left: 0%;
  }
  .price-table.enterprise {
    margin-left: 0%;
  }
  .price-col-33 {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .price-col-33.last {
    margin-left: 0%;
  }
  .price-col-33.center {
    margin-bottom: 0px;
  }
  .pricerow {
    float: right;
  }
  .price-options-inner {
    padding: 75px 0px 50px 25px;
  }
  .prices-online-payment {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .payment-options {
    float: right;
  }
  .extra-price-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .price-extra-icon {
    margin-right: 25px;
  }
  .price-extra-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .extra-pricetag {
    float: right;
  }
  .maglr-designers {
    left: 50px;
    top: 80px;
    width: 100%;
  }
  .request-block-right {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-print {
    padding-bottom: 100px;
  }
  .transparent-video-salestool {
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    margin: -1px 0px 0px;
  }
  .transparent-video-print {
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
  }
  .transparant-video-template-editor {
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
  }
  .transparent-video-magazines {
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
  }
  .product-block-example {
    display: none;
  }
  .we-are-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .social {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-dropdown {
    margin-bottom: 25px;
  }
  .price-compare {
    padding: 75px 25px;
  }
  .compare-col {
    width: 80px;
  }
  .compare-col.starter {
    height: auto;
    font-size: 16px;
  }
  .compare-col.pro {
    font-size: 16px;
  }
  .compare-col.presenter {
    font-size: 16px;
  }
  .compare-col.print {
    font-size: 16px;
  }
  .compare-col.business {
    font-size: 16px;
  }
  .pricelist-heading {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .compare-button-prices {
    display: none;
  }
  .row-magazine-proces-graphic {
    height: 280px;
    background-position: 62% 0%;
    background-size: auto 100%;
  }
  .magazine-responsive-typen {
    top: -64px;
    right: 36px;
    width: 500px;
  }
  .row-magazine-responsive {
    height: 530px;
  }
  .lang-switch {
    display: none;
  }
  .row-product-templateditor {
    top: 0px;
    padding-bottom: 100px;
  }
  .row-product-templateditor.pro {
    top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-template-editor.pro {
    top: 0px;
  }
  .product-img-width {
    width: 900px;
  }
  .product-img-width.pro {
    top: 0px;
    right: 0px;
    width: 900px;
    margin-right: 25px;
  }
  .row-solutions-overview {
    padding-bottom: 50px;
  }
  .request-demo-page {
    padding-top: 150px;
  }
  .overview-solutions-line {
    display: none;
    height: 50px;
    margin-top: 50px;
  }
  .row-all-solutions {
    margin-top: 0px;
  }
  .langding-hero-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 40px;
  }
  .landing-hero-subtitle {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 30px;
  }
  .landing-browser-popup {
    right: 25px;
    bottom: -62px;
    padding: 25px;
  }
  .landing-browser-title {
    font-size: 25px;
  }
  .landing-browser-text {
    font-size: 18px;
  }
  .hero-white-bg {
    height: 350px;
  }
  .landing-free-trial {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-highlights {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-trial-title {
    font-size: 40px;
  }
  .landing-trial-subtitle {
    font-size: 25px;
  }
  .landing-trial-input {
    font-size: 18px;
  }
  .landing-trial-input.small.padding {
    margin-right: 10px;
  }
  .landing-trial-submit {
    font-size: 18px;
  }
  .landing-subtitle {
    font-size: 40px;
  }
  .landing-subtitle.small {
    font-size: 30px;
  }
  .landing-info-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-info-heading {
    font-size: 25px;
  }
  .landing-info-text {
    font-size: 18px;
  }
  .landing-info-img {
    margin-left: 30px;
  }
  .landing-info-img.left {
    margin-right: 30px;
  }
  .landing-item-title {
    font-size: 18px;
  }
  .landing-priceblock {
    padding-left: 25px;
  }
  .landing-faq {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-faq-title {
    font-size: 20px;
  }
  .landing-faq-text {
    width: 100%;
    font-size: 18px;
  }
  .landing-price-item {
    margin-right: 25px;
    padding: 25px 25px 25px 35px;
  }
  .landing-price-head {
    font-size: 20px;
  }
  .landing-price {
    font-size: 50px;
  }
  .landing-price-desc {
    font-size: 18px;
  }
  .landing-contact-1 {
    width: 50%;
    margin-left: 25px;
    padding-right: 25px;
  }
  .landing-contact-2 {
    width: 50%;
    margin-right: 25px;
  }
  .landing-contact-txt {
    font-size: 18px;
    line-height: 1.5em;
  }
  .landing-hero-img-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-square {
    display: none;
  }
  .landing-publication-block {
    padding: 20px;
  }
  .landing-publication-title {
    margin-left: 0px;
    font-size: 17px;
  }
  .landing-block-title {
    font-size: 20px;
  }
  .landing-titlerow {
    width: auto;
    margin-top: 80px;
  }
  .landing-trail-title {
    font-size: 25px;
  }
  .heading-subtitle {
    font-size: 35px;
  }
  .inspire-hero {
    height: 500px;
  }
  .inspire-item {
    width: 31%;
  }
  .inspire-info {
    width: 100%;
    height: auto;
  }
  .inspire-popup-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .inspire-popup-title {
    margin-top: 0px;
  }
  .inspire-popup-left {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inspire-popup-bot {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .popup-inspire-txt {
    display: none;
  }
  .inspire-popup-desc {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .landing-hero-v2 {
    height: auto;
    min-height: 670px;
  }
  .landing-white-block {
    position: relative;
    top: 2px;
    bottom: 0px;
    width: 400px;
    min-height: auto;
  }
  .landing-content-container {
    margin-top: -480px;
    padding-left: 25px;
  }
  .landing-main-title {
    font-size: 40px;
  }
  .landing-preview {
    padding-right: 25px;
  }
  .landing-example-mobile {
    right: 83px;
  }
  .row-brands {
    padding-right: 25px;
    padding-left: 25px;
  }
  .popup-inspire-text {
    display: none;
  }
  .news-hero {
    min-height: auto;
  }
  .newsitem-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .newsitem {
    width: 48%;
  }
  .news-article-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .more-news-title {
    padding-right: 25px;
    padding-left: 25px;
  }
  .trial-header-img {
    height: 290px;
  }
  .request-txt {
    padding-right: 50px;
  }
  .trial-tabs-menu {
    padding-top: 100px;
    padding-left: 25px;
  }
  .request-tab-item {
    width: 260px;
    padding-left: 50px;
    background-position: 0px 50%;
    font-size: 20px;
  }
  .panel {
    padding-right: 25px;
    padding-left: 30px;
  }
  .examples-open-link {
    width: 100px;
    height: 100px;
  }
  .trial-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-col.grey {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .dropdown-col._25per {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .dropdown-col._50per {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .dropdown-title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }
  .dropdown-title.examples {
    margin-bottom: 0px;
  }
  .dropdown-examples-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-submenu {
    display: none;
  }
  .free-trial-studio {
    padding-top: 58px;
  }
  .studio-title {
    width: 440px;
  }
  .sstudio-cup {
    width: 190px;
    margin-bottom: -19px;
    margin-left: 36px;
  }
  .pricegrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .extra-title {
    width: 180px;
  }
  .extra-description {
    padding-right: 25px;
  }
  .landing-call-to-action {
    height: 80px;
  }
  .call-action-title {
    margin-top: 0px;
  }
  .call-action-subtitle {
    display: none;
  }
  .call-popup-title {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 30px;
  }
  .call-open-demo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row-solutions {
    z-index: 7;
    margin-top: -71px;
  }
  .maglr-logo.w--current {
    margin-top: 0px;
  }
  .maglr-logo.studio {
    width: 130px;
    height: 25px;
  }
  .button-whiteline {
    margin-right: 0px;
  }
  .icon.menudropdown {
    margin-left: 2px;
  }
  .icon.footericon {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 15px;
    float: right;
    text-align: right;
  }
  .button-tct {
    text-align: left;
  }
  .footer-row {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
  }
  .footer-row.f-contact {
    margin-top: 0px;
  }
  .footer-row-bottom {
    height: 350px;
  }
  .footer-bottom-col1 {
    padding-left: 30px;
  }
  .footer-bottom-col2 {
    height: 350px;
    padding-right: 30px;
  }
  .footer-bottom-col3 {
    display: none;
  }
  .footer-bot-col2 {
    display: none;
  }
  .text-sec3 {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .to-top {
    display: none;
    margin-left: 30px;
  }
  .contact-form {
    margin-bottom: 25px;
  }
  .request-container {
    overflow: visible;
  }
  .close-icon {
    position: fixed;
    top: 35px;
    right: 25px;
  }
  .request-col1 {
    padding-right: 0px;
  }
  .text-container {
    width: 100%;
    border-right-style: none;
  }
  .request-col2 {
    padding-left: 0px;
  }
  .txt-input {
    height: 40px;
    padding-left: 10px;
  }
  .request-panel {
    width: 100%;
    height: 100vh;
    min-height: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  .request-subtitle {
    width: 90%;
  }
  .request-intro {
    position: relative;
  }
  .request-form {
    width: 100%;
  }
  .module-detail-hero {
    height: 700px;
    max-height: 700px;
  }
  .module-detail-hero.pro {
    height: 650px;
    padding-top: 100px;
  }
  .footerheader {
    position: relative;
  }
  .footerheader.contact {
    text-align: left;
  }
  .footer-item {
    width: 100%;
    margin-right: 10px;
    padding-right: 10px;
    clear: none;
    border-right: 1px none hsla(0, 0%, 100%, 0.29);
  }
  .footer-item.email {
    border-right-style: none;
  }
  .demo-title {
    font-size: 35px;
  }
  .demo-description {
    margin-top: 0px;
    font-size: 22px;
  }
  .footer-form-container {
    margin-bottom: 50px;
  }
  .footer-txt {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .module-hero-txtcontainer {
    height: 100%;
  }
  .module-hero-txtcontainer.pricepage {
    margin-top: 100px;
  }
  .module-hero-txtcontainer.newspage {
    height: auto;
  }
  .hero-txt {
    width: 100%;
    height: auto;
  }
  .homepage-hero {
    height: auto;
  }
  .homepage-top {
    display: block;
    height: 40px;
  }
  .home-modules {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-intro-title {
    font-size: 32px;
  }
  .main-intro {
    font-size: 18px;
  }
  .maglr-button.meer-voorbeelden {
    display: none;
  }
  .home-module {
    width: 100%;
    max-width: none;
    min-height: 0px;
    margin-bottom: 25px;
    padding-top: 35px;
  }
  .home-module.prod-template {
    width: 100%;
    max-width: none;
    min-height: 0px;
    margin-top: 25px;
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-module.prod-pro {
    max-width: none;
    min-height: 0px;
    margin-top: 25px;
    margin-right: 0%;
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-over {
    position: relative;
  }
  .row-editor {
    padding-bottom: 0px;
  }
  .heading-title {
    line-height: 1em;
  }
  .heading-title.center {
    font-size: 35px;
  }
  .hero-title {
    font-size: 35px;
  }
  .hero-subtitle {
    font-size: 25px;
  }
  .hero-videomonitor {
    bottom: 21px;
    display: block;
    margin-top: 50px;
    float: none;
  }
  .hero-videomonitor.magazines {
    bottom: 0px;
  }
  .row-txt-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-solution-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row-solution-icons {
    padding-right: 10px;
    padding-left: 10px;
  }
  .solution-icon-title {
    font-size: 16px;
  }
  .row-magazine-infographic {
    padding-top: 50px;
  }
  .row-magazine-products {
    padding-top: 0px;
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-magazine-products.right {
    padding-right: 25px;
  }
  .row-content {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row.template-contentblocks {
    height: auto;
    padding-top: 50px;
  }
  .row.green {
    padding-bottom: 0px;
  }
  .row.mini-template-preview {
    overflow: hidden;
    height: auto;
    padding-top: 75px;
  }
  .row.template-colorstyle {
    overflow: hidden;
    height: auto;
    padding-top: 75px;
  }
  .row.pro-workspace {
    padding-bottom: 0px;
  }
  .row.product-editor-compare {
    display: none;
  }
  .txt-container {
    width: 100%;
    padding-right: 0px;
  }
  .txt-container._400 {
    width: 100%;
    max-width: none;
  }
  .txt-container._400.small {
    width: 100%;
  }
  .txt-container._33 {
    width: 100%;
    max-width: none;
  }
  .container-50 {
    width: 100%;
  }
  .container-50.floatimage {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-50.img-single {
    padding-bottom: 50px;
  }
  .solution-icon-holder {
    height: 60px;
  }
  .previews-container {
    top: -62px;
    height: 430px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .colorbutton.center-pricing.blue {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .colorbutton.center-pricing.compare-editors {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-title-publicationtype {
    font-size: 40px;
  }
  .menu-holder {
    padding-right: 25px;
    padding-left: 25px;
  }
  .menu-link {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 0px;
  }
  .solutions-dropdown {
    width: 500px;
  }
  .solutions-dropdown.productitems {
    left: -30px;
    width: 450px;
  }
  .menu-dropdown-heading {
    margin-bottom: 5px;
  }
  .dropdown-item {
    padding-bottom: 15px;
  }
  .footer-items-container {
    display: block;
    overflow: hidden;
    height: 1px;
    margin-top: 15px;
    float: left;
    border-top: 1px solid hsla(0, 0%, 100%, 0.13);
  }
  .spacer {
    display: block;
    width: 100%;
    height: 25px;
    float: left;
  }
  .mobile-menu-content {
    background-position: 50% 100%;
  }
  .home-prod-title.big {
    font-size: 22px;
  }
  .request-scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-introduction-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-why-intro {
    width: 100%;
  }
  .row-editor-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-editor-content.second {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row-editor-content.third {
    height: auto;
  }
  .editor-public-image {
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-product-textcontainer {
    padding: 35px 25px;
  }
  .txt-block-container._400 {
    max-width: none;
  }
  .home-template-editor {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 50% 30px;
    background-size: 95%;
  }
  .home-pro-editor {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 50% 30px;
    background-size: 90%;
  }
  .examples-intro {
    width: 100%;
  }
  .example-item {
    width: 240px;
  }
  .example-item.overview {
    width: 45%;
    margin-right: 5%;
  }
  .solution-item-txt {
    padding: 20px 15px;
  }
  .solution-item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .solution-item-type {
    font-size: 15px;
  }
  .row-voorbeelden {
    margin-top: 0px;
  }
  .voorbeeld-tab {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .voorbeeld-detail-balk {
    height: 105px;
  }
  .voorbeeld-col2 {
    width: 100%;
  }
  .voorbeeld-main-title {
    font-size: 35px;
  }
  .voorbeeld-sub-heading {
    font-size: 25px;
  }
  .monitor-container {
    padding: 5px;
  }
  .monitor-container.salestool {
    padding-left: 5px;
  }
  .txt-heading-layover {
    background-image: url('../images/schuin-wit.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/schuin-wit.svg'), linear-gradient(180deg, null, null);
    background-size: 110% 50px, auto;
  }
  .row-textpage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-textpage-content.row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .textpage-content {
    width: 100%;
    max-width: none;
  }
  .maglr-team {
    height: auto;
  }
  .row-contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .photoblock {
    height: 300px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .photoblock.image1 {
    max-width: none;
  }
  .photoblock.solution1 {
    min-height: 400px;
  }
  .photoblock.solution2 {
    min-height: 400px;
  }
  .photoblock.solution3 {
    min-height: 400px;
  }
  .textpage-title {
    font-size: 35px;
  }
  .textpage-subtitle {
    margin-top: 0px;
  }
  .magazines-graphic {
    position: relative;
    left: -55px;
    top: 0px;
    width: 600px;
  }
  .feature-description {
    display: none;
  }
  .feature-block {
    width: 100%;
    padding-top: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .row-salestool {
    height: auto;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .salestool-examples {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .salestool-img-containter {
    height: 250px;
  }
  .img-salestool-offline {
    height: 300px;
    padding-right: 0px;
  }
  .print-div-graphic {
    padding-bottom: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .print-vertical-items {
    position: relative;
    width: 100%;
    height: auto;
  }
  .row-print-editor {
    padding-top: 50px;
  }
  .row-filler-green {
    height: 200px;
  }
  .print-editor-description {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ipad-button {
    left: 10px;
    top: 50%;
    width: 25px;
    height: 25px;
  }
  .salestool-add-items {
    top: 0px;
    height: 150px;
    background-size: 800px;
  }
  .augeo-print {
    width: 100%;
    max-height: none;
    margin-top: 50px;
  }
  .print-example-container {
    display: block;
    width: 100%;
  }
  .editor-print-video-container {
    border-radius: 2px;
  }
  .row-product-header {
    height: 80px;
  }
  .template-editor-video {
    left: 25px;
    right: 25px;
    bottom: 60px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .browser-header {
    height: 35px;
    padding-top: 6px;
  }
  .input-browser-bar {
    width: 400px;
  }
  .template-graphic-2 {
    position: relative;
    margin-top: 0px;
  }
  .template-mini-previews {
    position: relative;
    top: 0px;
    right: 0px;
    width: 660px;
  }
  .container-30.floatimage {
    padding-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .al-contentblocks {
    position: relative;
    width: 700px;
  }
  .template-types-container {
    padding-top: 50px;
  }
  .template-all-devices {
    max-width: 100%;
  }
  .pro-timing {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  .pro-graphic-workspace {
    position: relative;
    left: 0px;
    bottom: -50px;
    width: 100%;
  }
  .pro-graphic-layering {
    position: relative;
    right: 0px;
    width: 100%;
  }
  .pro-graphic-scenes {
    position: relative;
    left: 25px;
    top: 50px;
    width: 250px;
  }
  .pro-graphic-mobile {
    position: relative;
    margin-top: 35px;
  }
  .plus-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 0px;
    color: #979797;
  }
  .pro-graphic-embed {
    height: 150px;
  }
  .pro-graphic-video {
    height: 150px;
    margin-bottom: 25px;
  }
  .center-hero {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .prices-hero {
    height: 550px;
  }
  .main-price-grid {
    padding-bottom: 1px;
  }
  .price-header {
    margin-right: 25px;
  }
  .price-table {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .price-table.extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .price-col-33 {
    width: 100%;
  }
  .price-col-33.last {
    width: 48%;
  }
  .price-col-33.center {
    width: 48%;
  }
  .price-col-33.first {
    margin-right: 0%;
  }
  .pricerow {
    padding-left: 25px;
  }
  .prices-online-payment {
    padding: 0px;
  }
  .price-extra-icon {
    width: 100px;
    height: 250px;
    margin-right: 35px;
  }
  .maglr-designers {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
  }
  .request-block-right {
    width: 100%;
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-print {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .magazine-graphic-share {
    height: 240px;
  }
  .we-are-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .price-compare {
    overflow: auto;
  }
  .compare-row {
    width: 650px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .compare-title {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }
  .compare-col {
    width: 70px;
    margin-left: 5px;
  }
  .compare-col.starter {
    height: 50px;
    font-size: 14px;
  }
  .compare-col.pro {
    font-size: 14px;
  }
  .compare-col.presenter {
    font-size: 14px;
  }
  .compare-col.print {
    font-size: 14px;
  }
  .compare-col.business {
    font-size: 14px;
  }
  .more-pricing {
    width: 650px;
  }
  .price-compare-heading {
    display: block;
    font-size: 22px;
  }
  .row-magazine-proces-graphic {
    width: 760px;
    height: 270px;
  }
  .proces-scroll {
    display: none;
    overflow: auto;
  }
  .magazine-responsive-typen {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
  .row-magazine-responsive {
    height: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-product-templateditor {
    padding-bottom: 50px;
  }
  .row-product-templateditor.pro {
    padding-top: 0px;
  }
  .product-template-editor {
    position: relative;
    top: 0px;
    margin-bottom: 50px;
  }
  .product-img-width {
    position: relative;
    width: 100%;
  }
  .product-img-width.pro {
    width: 100%;
  }
  .product-compare {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-solutions-overview {
    padding-bottom: 50px;
  }
  .request-demo-page {
    padding-top: 100px;
  }
  .compare-editor-link {
    display: none;
  }
  .overview-solutions-line {
    display: none;
  }
  .row-all-solutions {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .landing-hero {
    padding-top: 100px;
  }
  .landing-browser-popup {
    left: 25px;
    right: auto;
    bottom: -50px;
    width: 450px;
  }
  .hero-white-bg {
    height: 300px;
  }
  .hero-white-bg.v2 {
    height: 60px;
  }
  .landing-highlights {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-right: 25px;
  }
  .landing-trial-title {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .landing-info.video {
    margin-top: 101px;
  }
  .landing-trial-form {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-trial-input {
    height: 45px;
    margin-bottom: 20px;
  }
  .landing-trial-input.small.padding {
    margin-right: 20px;
  }
  .landing-trial-submit {
    height: 45px;
    padding-top: 12px;
  }
  .landing-info-top {
    height: 50px;
  }
  .landing-subtitle {
    font-size: 30px;
  }
  .landing-info-container {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .landing-info-row {
    margin-bottom: 50px;
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-info-row.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-info-heading {
    font-size: 22px;
  }
  .landing-info-img {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .landing-info-block {
    width: 100%;
  }
  .landing-logobar {
    width: 95%;
  }
  .landing-item {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-icon {
    max-height: 60px;
    min-height: 60px;
  }
  .landing-item-title {
    font-size: 16px;
  }
  .landing-priceblock {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-faq {
    padding-bottom: 50px;
  }
  .landing-contact {
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-price-item {
    position: relative;
    margin-bottom: 25px;
    padding-left: 25px;
  }
  .landing-price-head {
    width: 150px;
  }
  .landing-price {
    width: 150px;
    font-size: 45px;
  }
  .landing-price-desc {
    width: 150px;
  }
  .landing-price-txt {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .landing-contact-1 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .landing-contact-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .landing-phone {
    margin-bottom: 25px;
    line-height: 1em;
  }
  .call-maglr {
    display: none;
  }
  .landing-menu {
    padding-top: 25px;
  }
  .landing-menu-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing-page-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .landing-publications {
    overflow: auto;
  }
  .landing-publication-item {
    margin-bottom: 20px;
  }
  .landing-square {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
  .landing-publication-block {
    width: 280px;
    margin-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .landing-publication-title {
    margin-left: 10px;
  }
  .landing-block-title {
    margin-bottom: 20px;
  }
  .landing-titlerow {
    margin-top: 225px;
  }
  .landing-trail-title {
    font-size: 22px;
    line-height: 1.3em;
  }
  .form-row {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-contact-left {
    width: 100%;
    padding-right: 0px;
  }
  .landing-float {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .landing-tab.white {
    padding-left: 50px;
    background-position: 0px 50%;
  }
  .landing-tab.white.w--current {
    background-position: 0px 50%;
  }
  .heading-subtitle {
    margin-top: 10px;
    font-size: 30px;
  }
  .row-inspire {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inspire-item {
    width: 48%;
  }
  .inspire-buttonbar {
    width: 400px;
  }
  .landing-hero-v2 {
    max-height: none;
    min-height: 600px;
  }
  .landing-shadow-row {
    height: 150px;
  }
  .landing-white-block {
    top: 157px;
    right: 0px;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .landing-content-container {
    margin-top: -290px;
    padding-right: 25px;
  }
  .landing-whiteblock-intro {
    font-size: 20px;
  }
  .landing-main-title {
    font-size: 35px;
  }
  .landing-preview {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-left: 25px;
  }
  .landing-example-desktop {
    width: 100%;
    margin-top: -179px;
  }
  .landing-example-mobile {
    display: none;
  }
  .row-brands {
    padding-top: 25px;
  }
  .row-news {
    padding-top: 25px;
  }
  .newsitem-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .newsitem {
    height: 300px;
  }
  .newsletter-mail-input {
    width: 250px;
  }
  .news-title {
    font-size: 50px;
  }
  .news-article-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .more-news-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 30px;
  }
  .trial-header-img {
    height: 200px;
  }
  .request-txt {
    width: 100%;
    padding-right: 0px;
  }
  .trial-tabs-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .trial-tabs-menu.trial {
    width: 100%;
  }
  .request-tab-item {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 9px;
  }
  .panel {
    overflow: visible;
    height: auto;
    padding-top: 0px;
  }
  .trial-text {
    width: 100%;
    max-width: none;
    font-size: 17px;
  }
  .by-maglr-studio {
    height: 80px;
  }
  .examples-open-link {
    display: none;
  }
  .trial-row {
    padding-top: 50px;
  }
  .tabs {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .studio-title {
    width: 340px;
  }
  .studio-tabs {
    width: auto;
    margin-bottom: 0px;
  }
  .sstudio-cup {
    width: 140px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .price-details {
    margin-bottom: 0px;
  }
  .extra-description {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0px;
    opacity: 0.59;
  }
  .price-plus {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .landing-call-to-action {
    height: 60px;
  }
  .call-start-demo {
    margin-right: 25px;
    margin-left: 25px;
  }
  .call-action-title {
    font-size: 20px;
  }
  .call-action-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .tabs-content {
    height: auto;
    margin-top: 20px;
  }
  .call-popup-title {
    position: relative;
    margin-bottom: 30px;
  }
  .close-callaction {
    position: fixed;
  }
  .call-open-demo {
    overflow: scroll;
    height: 100vh;
    background-position: -10px 380px;
  }
  .request-demo-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .home-sec1-butom {
    width: 100%;
  }
  .row-solutions {
    margin-top: -30px;
  }
  .navbar {
    height: 70px;
  }
  .nav-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .maglr-logo {
    display: block;
    width: 55px;
    height: 25px;
    margin-left: 15px;
    float: left;
  }
  .maglr-logo.w--current {
    width: 69px;
  }
  .home-price-col {
    width: 98%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .menubutton {
    padding-top: 0px;
    padding-right: 0px;
  }
  .listicon {
    width: 50px;
    height: 50px;
    padding-top: 6px;
  }
  .footer {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .footer-row-bottom {
    height: auto;
  }
  .footer-bottom-col1 {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/price-footer.svg');
    background-size: 100% 30px;
    background-repeat: no-repeat;
  }
  .footer-bottom-col2 {
    display: none;
  }
  .footer-bottom-col3 {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  .footer-bot-col2 {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  .footer-bottom-in-col1 {
    text-align: center;
  }
  .text-sec3 {
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-sec3-title {
    font-size: 26px;
    line-height: 28px;
  }
  .footer-submit-intro {
    width: 90%;
  }
  .to-top {
    position: absolute;
    left: 0px;
    top: -79px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .contact-form-buttom.half {
    width: 100%;
  }
  .contact-form-comment {
    width: 100%;
  }
  .contact-form-label {
    width: 90%;
  }
  .contact-form {
    margin-bottom: 80px;
  }
  .contact-item {
    width: 100%;
    margin-right: 0px;
  }
  .request-container {
    overflow: visible;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .close-icon {
    top: 40px;
    width: 25px;
    height: 25px;
  }
  .request-col1 {
    padding-right: 0px;
  }
  .text-container {
    position: relative;
  }
  .request-panel {
    left: 0%;
    top: 0%;
    overflow: visible;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .request-subtitle {
    font-size: 30px;
  }
  .request-intro {
    width: 100%;
  }
  .module-detail-hero {
    height: auto;
    max-height: none;
    padding-top: 100px;
  }
  .module-detail-hero.pro {
    height: auto;
  }
  .module-detail-hero.template {
    min-height: 0px;
  }
  .newfooter {
    padding-top: 25px;
  }
  .demo-title {
    font-size: 30px;
    line-height: 1.1em;
  }
  .module-intro-top {
    height: 40px;
  }
  .module-intro-top.blue {
    height: 40px;
    margin-top: 0px;
  }
  .module-intro-top.productoverview {
    height: 50px;
  }
  .module-hero-txtcontainer.home {
    padding-top: 50px;
  }
  .module-hero-txtcontainer.pricepage {
    margin-top: 50px;
  }
  .module-hero-txtcontainer.newspage {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .homepage-hero {
    padding-top: 50px;
  }
  .main-intro {
    font-size: 20px;
  }
  .maglr-button.voorbeeld {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    float: left;
    text-align: center;
  }
  .maglr-button.meer-voorbeelden {
    display: none;
  }
  .home-module {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading-intro {
    display: block;
    font-size: 18px;
  }
  .heading-title {
    font-size: 35px;
  }
  .hero-title {
    font-size: 35px;
  }
  .hero-subtitle {
    font-size: 25px;
  }
  .hero-videomonitor {
    bottom: 2px;
  }
  .hero-videomonitor.print {
    bottom: 5px;
  }
  .solution-title {
    font-size: 30px;
  }
  .row-solution-intro {
    position: relative;
    padding-top: 25px;
  }
  .row-solution-icons {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solution-item {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .solution-icon-title {
    width: 60%;
    margin-top: 0px;
    padding-left: 15px;
    float: left;
    font-weight: 500;
    text-align: left;
  }
  .solution-icon {
    width: 100%;
    height: 55px;
    float: left;
  }
  .row-magazine-infographic {
    padding-top: 50px;
  }
  .row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-content.vertical-scenes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.salestool-add-item {
    padding-top: 50px;
  }
  .row.mini-template-preview {
    padding-top: 50px;
  }
  .row.template-colorstyle {
    padding-top: 50px;
  }
  .row.pro-workspace {
    padding-top: 50px;
  }
  .row.pro-scenes {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row.pro-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .txt-container {
    width: 100%;
    padding-top: 25px;
  }
  .txt-container._33 {
    margin-bottom: 0px;
  }
  .container-50 {
    width: 100%;
    min-height: 100px;
  }
  .container-50.floatimage {
    min-height: 200px;
    padding-bottom: 25px;
  }
  .container-50.img-single {
    padding-bottom: 25px;
  }
  .main-title {
    font-size: 25px;
  }
  .main-title.big {
    font-size: 28px;
  }
  .solution-icon-holder {
    position: relative;
    width: 40%;
    float: left;
  }
  .previews-container {
    overflow: visible;
    width: 10px;
  }
  .colorbutton {
    font-size: 16px;
  }
  .colorbutton.center-pricing {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .colorbutton.center-pricing.compare-editors {
    display: none;
  }
  .heading-title-publicationtype {
    margin-bottom: 40px;
    font-size: 35px;
  }
  .menu-holder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-itemholder {
    display: none;
  }
  .menu-link {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .menu-link.white {
    margin-right: 10px;
    margin-left: 10px;
  }
  .item-container {
    overflow: visible;
  }
  .solutions-dropdown {
    width: 300px;
  }
  .solutions-dropdown.productitems {
    position: absolute;
    left: -30px;
    right: 0px;
    width: 300px;
  }
  .dropdown-but-container {
    display: none;
  }
  .mobile-menu {
    z-index: 1000;
  }
  .home-prod-title {
    font-size: 20px;
  }
  .home-prod-intro {
    width: 100%;
    font-size: 16px;
  }
  .blank {
    height: 150px;
  }
  .request-scroll {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 35px 25px 50px;
  }
  .row-introduction-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-template-editor {
    height: 200px;
  }
  .home-pro-editor {
    height: 200px;
  }
  .example-item {
    width: 100%;
    margin-left: 0px;
  }
  .example-item.overview {
    width: 100%;
    margin-right: 7%;
    margin-bottom: 7%;
  }
  .examples-absolute {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-voorbeelden-content {
    padding-right: 25px;
  }
  .voorbeeld-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
  }
  .voorbeeld-tab.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }
  .example-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-voorbeelden {
    padding-top: 50px;
  }
  .voorbeeld-description {
    padding-top: 43px;
  }
  .voorbeeld-col2 {
    margin-top: 0px;
    border-style: none;
  }
  .slide-nav {
    bottom: -46px;
    font-size: 8px;
  }
  .voorbeeld-main-title {
    font-size: 30px;
  }
  .voorbeeld-intro {
    font-size: 16px;
  }
  .icon-2 {
    display: none;
  }
  .voorbeeld-block-details {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid rgba(75, 75, 75, 0.35);
    border-bottom: 1px solid rgba(75, 75, 75, 0.25);
    border-right-style: none;
  }
  .footer-voorbeelden-title {
    font-size: 30px;
  }
  .slider-container {
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .left-arrow {
    display: none;
  }
  .row-txt-header.contact {
    height: 300px;
  }
  .home-solutions-row {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .textpage-cms-content {
    margin-top: 25px;
  }
  .photoblock {
    height: 250px;
  }
  .photoblock.solution1 {
    min-height: 300px;
  }
  .photoblock.solution2 {
    min-height: 300px;
  }
  .photoblock.solution3 {
    min-height: 300px;
  }
  .magazines-graphic {
    left: -21px;
    width: 400px;
  }
  .feature-block {
    padding-right: 0px;
  }
  .row-salestool {
    padding-bottom: 50px;
  }
  .salestool-img-containter {
    width: 100%;
    height: 140px;
  }
  .salestool-icon {
    max-height: 90px;
  }
  .img-salestool-offline {
    height: 200px;
  }
  .print-div-graphic {
    padding-bottom: 15px;
  }
  .row-print-editor {
    padding-top: 50px;
  }
  .row-template-print {
    width: auto;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-print-editor-txt {
    padding-bottom: 50px;
  }
  .ipad-button {
    left: 5px;
    width: 15px;
    height: 15px;
  }
  .print-editor-video {
    position: relative;
  }
  .editor-print-video-container {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 1px;
  }
  .row-product-header {
    height: 30px;
    margin-top: -20px;
  }
  .template-editor-video {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-video-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .browser-header {
    height: 25px;
    padding-top: 1px;
  }
  .product-hero-video {
    top: 25px;
  }
  .template-graphic-2 {
    width: 300px;
  }
  .template-mini-previews {
    width: 400px;
  }
  .img-template-type {
    width: 110px;
    height: 90px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  .template-type {
    width: 50%;
    height: 160px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
  }
  .template-type.pro {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin-right: 2%;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .template-types-container {
    display: block;
    padding-top: 25px;
  }
  .template-type-img-container {
    display: block;
    width: auto;
    height: auto;
    margin-right: 15px;
    float: left;
  }
  .template-type-title {
    width: 120px;
    max-width: none;
    margin-top: 25px;
    margin-bottom: 5px;
    float: left;
    text-align: left;
  }
  .template-all-devices {
    height: 200px;
  }
  .template-type-description {
    display: none;
    float: left;
  }
  .pro-timing {
    top: 0px;
  }
  .pro-graphic-workspace {
    position: absolute;
    left: auto;
    top: 0px;
    right: -35px;
    bottom: auto;
    width: 150%;
  }
  .pro-graphic-scenes {
    top: 0px;
    margin-bottom: 25px;
  }
  .pro-graphic-mobile {
    width: 400px;
  }
  .pro-graphic-video {
    height: 100px;
  }
  .center-hero {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .prices-hero {
    height: auto;
  }
  .prices-top {
    position: relative;
    bottom: -17px;
  }
  .price-table {
    margin-right: 0%;
    padding: 20px;
  }
  .price-col-33.last {
    width: 100%;
  }
  .price-col-33.center {
    width: 100%;
  }
  .pricerow {
    margin-top: 15px;
  }
  .price-options-inner {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .payment-options {
    float: none;
  }
  .extra-price-option {
    width: 100%;
    padding-right: 0px;
  }
  .price-extra-icon {
    width: 100%;
    height: 100px;
    float: none;
  }
  .extra-price-icon {
    height: 80px;
  }
  .price-extra-container {
    padding-top: 0px;
  }
  .extra-pricetag {
    margin-top: 25px;
    float: none;
  }
  .price-header-link {
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .magazine-graphic-share {
    height: 200px;
    min-height: 200px;
  }
  .transparent-img-printeditor {
    position: relative;
  }
  .compare-row {
    width: 600px;
  }
  .compare-col.starter {
    height: auto;
  }
  .more-pricing {
    width: 600px;
  }
  .more-compare {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 260px;
  }
  .pricelist-heading-title {
    font-size: 32px;
  }
  .request-link {
    text-align: center;
  }
  .magazine-responsive-typen {
    width: 100%;
    margin-bottom: 0px;
  }
  .product-overview {
    height: auto;
    padding-bottom: 50px;
  }
  .product-template-editor {
    margin-bottom: 25px;
  }
  .product-img-width.pro {
    margin-right: 0px;
  }
  .request-demo-page {
    padding-top: 100px;
  }
  .langding-hero-title {
    font-size: 30px;
  }
  .landing-hero-subtitle {
    font-size: 25px;
  }
  .landing-browser-screen {
    margin-top: 50px;
  }
  .landing-browser-heading {
    height: 25px;
    padding-top: 2px;
  }
  .landing-browser-popup {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .hero-white-bg {
    height: 150px;
  }
  .landing-free-trial {
    margin-top: 75px;
  }
  .landing-free-trial.studiofooter {
    margin-top: 0px;
  }
  .landing-highlights {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .landing-info.video {
    margin-top: 125px;
  }
  .landing-trial-input {
    margin-bottom: 20px;
  }
  .landing-trial-input.small {
    width: 100%;
  }
  .landing-trial-input.small.padding {
    width: 100%;
    margin-right: 0px;
  }
  .landing-info-bot {
    height: 50px;
  }
  .landing-subtitle {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .landing-info-img {
    width: 100%;
  }
  .landing-logobar {
    width: 90%;
    margin-bottom: 25px;
  }
  .landing-item {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-icon {
    max-height: 50px;
    min-height: 50px;
    min-width: 90px;
    margin-right: 25px;
  }
  .landing-item-title {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.2em;
    text-align: left;
  }
  .landing-priceblock {
    margin-top: 0px;
    padding-bottom: 25px;
  }
  .landing-faq-block {
    padding-left: 40px;
  }
  .landing-faq-title {
    font-size: 18px;
  }
  .landing-faq-text {
    font-size: 16px;
  }
  .landing-price-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing-price-head {
    text-align: center;
  }
  .landing-price {
    text-align: center;
  }
  .landing-price-desc {
    padding-top: 3px;
    text-align: center;
  }
  .landing-phone {
    font-size: 25px;
  }
  .landing-hero-img-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .landing-menu {
    padding-top: 15px;
  }
  .landing-menu-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .landing-maglr-logo {
    width: 80px;
  }
  .landing-page-button {
    padding: 4px 10px;
    font-size: 13px;
  }
  .landing-publication-item {
    margin-bottom: 15px;
  }
  .landing-publication-block {
    width: 250px;
  }
  .landing-block-title {
    margin-bottom: 15px;
  }
  .landing-container {
    height: 400px;
  }
  .landing-titlerow {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 25px;
  }
  .landing-button {
    width: 100%;
  }
  .free-trial-container {
    padding-top: 50px;
  }
  .landing-trail-title {
    font-size: 20px;
  }
  .landing-price-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing-float {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .landing-tab {
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 25px;
  }
  .heading-subtitle {
    font-size: 25px;
  }
  .inspire-item {
    width: 98%;
    margin-bottom: 10px;
  }
  .inspire-popup-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .inspire-popup-title {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 20px;
  }
  .inspire-close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .inspire-popup-bot {
    display: none;
    padding: 0px 15px 15px;
    background-color: hsla(0, 0%, 100%, 0.71);
  }
  .inspire-popup-button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .inspire-popup-desc {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .popu-inspire-subtitle {
    padding-left: 15px;
    font-size: 17px;
  }
  .inspire-buttonbar {
    width: 100%;
  }
  .inspire-switch-button {
    padding: 10px;
    font-size: 16px;
  }
  .inspire-button-txt {
    text-align: center;
  }
  .landing-hero-v2 {
    min-height: 400px;
  }
  .landing-shadow-row {
    height: 100px;
  }
  .landing-white-block {
    top: 0px;
    padding: 15px 0px 50px;
    box-shadow: none;
  }
  .landing-content-container {
    margin-top: 0px;
  }
  .landing-main-title {
    direction: ltr;
  }
  .landing-preview {
    padding-left: 25px;
  }
  .row-brands {
    display: none;
  }
  .newsitem {
    width: 100%;
    height: 250px;
  }
  .news-block-shadow {
    padding-bottom: 25px;
    font-size: 21px;
  }
  .news-block-date {
    font-size: 15px;
  }
  .newsletter-mail-input {
    border-right-style: solid;
    border-radius: 3px;
  }
  .submit-button {
    border-radius: 3px;
  }
  .signup-form {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-title {
    font-size: 40px;
  }
  .news-item-hero {
    height: 510px;
  }
  .news-item-border {
    height: 60px;
    margin-top: -42px;
  }
  .more-news-title {
    font-size: 26px;
  }
  .trial-header-img {
    height: 120px;
  }
  .trial-tabs-menu {
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .request-tab-item {
    width: 100%;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 50px;
    background-position: 0px 50%;
    text-align: left;
  }
  .request-tab-item.w--current {
    width: 100%;
  }
  .request-trial-title {
    font-size: 30px;
  }
  .by-maglr-studio {
    height: 70px;
  }
  .price-details {
    font-size: 16px;
  }
  .landing-call-to-action {
    display: none;
  }
  .tabs-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff cf extra';
  src: url('../fonts/Greycliff-CF-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('../fonts/Greycliff-CF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('../fonts/Greycliff-CF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('../fonts/Greycliff-CF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}