@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/KENZ-MDM-HD-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/KENZ-MDM-HD-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/KENZ-MDM-BODY-R.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/KENZ-MDM-BODY-i.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/KENZ-MDM-BODY-B.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/theme_mdm/fonts/material-icon.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
html, body, 
.container {
	
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', 'KENZ MDM body online', sans-serif;
	overflow-y: scroll;
	background: #333;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
  font-weight: inherit;
  font-size: inherit;
}
a:hover {
  color: #C6168D !important;
  text-decoration: none;
}
h1, h2, h3, h3, h4, h5, h6 {
  font-family: 'KENZ MDM HEAD online', 'Roboto', sans-serif;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 1.1;
  font-weight: 400;
}
h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
.booksheader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	text-align: left;
	z-index: 500;
	background: #fff;
}

.mad-books-logo {
	width: 100%;
	height: auto;
	max-width: 150px;
	padding: 16px;
	margin: 0 auto;
}@media (max-width: 655px) {
.mad-books-logo {
	max-width: 130px;
	padding: 8px;
	}}
.splitlayout {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	width: 100%;
}

/* Intro sides */
.side {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 50%;
	height: 100%;
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.open-left .side,
.open-right .side {
	cursor: default;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 499;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.side-left .overlay {
	background: rgba(0,0,0,0.7);
}

.side-right .overlay {
	background: rgba(0,0,0,0.3);
}

.side-left {
	left: 0;
	background: #47a3da;
	background-image:url(/uploads/2021/10/12/bg-intro-print.jpg);
	background-size:cover;
	background-position:center;
	color: #05549b;
	outline: 1px solid #47a3da; /* avoid gap */
}

.side-right {
	right: 0;
	background: #fff;
	background-image:url(/uploads/2021/10/12//bg-intro-digital.jpg);
	background-size:cover;
	background-position:center;
	color: #ab2426;
	outline: 1px solid #fff; /* avoid gap */
}

/* Intro content, profile image and name, back button */
.intro-content {
	position: absolute;
	top: 60%;
	left: 50%;
	padding: 0 1em;
	width: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.profile {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #ab2426;
}

.profile img {
	max-width: 100%;
	border-radius: 50%;
	opacity: 1;
}

.intro-content h1 > span {
	display: block;
	white-space: nowrap;
}

.intro-content h1 > span:first-child {
	font-weight: 300;
	font-size: 2em;
}

.intro-content h1 > span:nth-child(2) {
	position: relative;
	margin-top: 0.5em;
	padding: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}

.intro-content h1 > span:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #ab2426;
	content: '';
}

.side-right .intro-content h1 > span:nth-child(2):before {
	background: #05549b;
}

.back {
	position: fixed;
	top: 4em;
	z-index: 555;
	display: block;
	visibility: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #47a3da;
	text-align: center;
	font-size: 22px;
	line-height: 44px;
	opacity: 0;
	pointer-events: none;
	
		
}

/*.mobile-layout .back { 
	position: absolute;
}*/
/* fixed positioning will make this not clickable after scrolling on some mobile devices */
.back-left {
	left: 12.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	background: #ab2426
}

.back-right {
	right: 12.5%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	color: #fff;
	background: #05549b
}

.open-right .back-left,
.open-left .back-right {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	pointer-events: auto;
}

.back:hover {
	color: #ddd;
}

/* Pages */
.page {
	position: relative;
	top: 0;
	overflow: auto;
	min-height: 100%;
	width: 75%;
	height: auto;
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
}

.page-right {
	left: 25%;
	outline: 5px solid #ecf0f1; /* avoid rounding gaps */
	background: #34495e;
	color: #fff;
	
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.splitlayout.open-right {
	background: #34495e;
	
}

.page-left {
	left: 0;
	outline: 5px solid #34495e; /* avoid rounding gaps */
	background: #ecf0f1;
	color: #4f6977;
	text-align: right;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.splitlayout.open-left {
	background: #ecf0f1;
}

/* Inner page content */
.page-inner {
	padding: 2em;
}

.page-inner section {
	padding-bottom: 1em;
}

.page-inner h2 {
	margin: 0 0 1em 0;
	font-weight: 300;
	font-size: 2.4em;
	margin-top: 75px;
	font-family: 'Roboto', sans-serif;
}

.page-inner p {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.3
}

/* All transitions */
.side,
.page {
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.overlay {
	-webkit-transition: opacity 0.6s, visibility 0.1s 0.6s;
	transition: opacity 0.6s, visibility 0.1s 0.6s;
}

.intro-content {
	-webkit-transition: -webkit-transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s;
}

.intro-content h1,
.back {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Open and close */

/* We need to set the position and overflow for the respective page scroll */
.reset-layout .page,
.splitlayout.open-right .page-left,
.splitlayout.open-left .page-right,
.splitlayout.close-right .page-left,
.splitlayout.close-left .page-right {
	position: absolute;
	overflow: hidden;
	height: 100%;
}

.splitlayout.open-right .page-right,
.splitlayout.open-left .page-left {
	position: relative;
	overflow: auto;
	height: auto;
}

.open-right .side-left .overlay,
.open-left .side-right .overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

/* Right side open */
.open-right .side-left {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

.open-right .side-right {
	z-index: 200;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}

.close-right .side-right {
	z-index: 200;
}

.open-right .side-right .intro-content {
	-webkit-transform: translateY(-50%) translateX(0%) scale(0.6);
	transform: translateY(-50%) translateX(0%) scale(0.6);
}

.open-right .page-right {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* Left side open */
.open-left .side-right {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

.open-left .side-left {
	z-index: 200;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.close-left .side-left {
	z-index: 200;
}

.open-left .side-left .intro-content {
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.6);
	transform: translateY(-50%) translateX(-100%) scale(0.6);
}

.open-left .codropsheader {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.1s 0.3s;
	transition: opacity 0.3s, visibility 0.1s 0.3s;
}

.open-left .page-left {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* Media Queries */
@media screen and (max-width: 83em) {
	.intro-content { font-size: 60%; }
}

@media screen and (max-width: 58em) {
	body { font-size: 90%; }
}

@media screen and (max-width: 49.4375em) {
	.open-right .side-right {
		-webkit-transform: translateX(-175%);
		transform: translateX(-175%);
	}

	.open-right .side-left {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.open-left .side-right {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.open-left .side-left {
		-webkit-transform: translateX(175%);
		transform: translateX(175%);
	}

	.page {
		width: calc(100% - 30px);
	}

	.page-right {
		left: 0;
		padding-left: 10%;
	}

	.page-left {
		padding-right: 10%;
	}

	.intro-content {
		width: 100%;
	}

	.open-right .side-right .intro-content {
		top: 100%;
		-webkit-transform: translateY(-150px) translateX(-12.5%) scale(0.5);
		transform: translateY(-150px) translateX(-12.5%) scale(0.5);
	}

	.open-left .side-left .intro-content {
		top: 100%;
		-webkit-transform: translateY(-150px) translateX(-87.5%) scale(0.5);
		transform: translateY(-150px) translateX(-87.5%) scale(0.5);
	}

	.open-right .intro-content h1,
	.open-left .intro-content h1 {
		opacity: 0;
	}

	.back-left {
		left: 6.25%;
	}

	.back-right {
		right: 6.25%;
	}
}

@media screen and (max-width: 42.5em) {
	body { font-size: 80%; }
	.intro-content { font-size: 50%; }
}

@media screen and (max-height: 41.125em) {
	.intro-content {
		-webkit-transform: translateY(-25%) translateX(-50%);
		transform: translateY(-25%) translateX(-50%);
	}
}

@media screen and (max-width: 39.375em) {
	.intro-content .profile { -webkit-transform: scale(0.5); transform: scale(0.5); }
}

@media screen and (max-width: 320px) {
	body { font-size: 70%; }
}
.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  bject-position: center center;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.block-grid {
	display: grid;
	
}
@media (min-width: 1260px) {
  .thumb-block {
    grid-template-columns: repeat(6, 1fr);
	  grid-gap: 12px;
  }
}
 @media (max-width: 1259px) and (min-width: 980px) {
 .thumb-block {
     grid-template-columns: repeat(5, 1fr);
	 grid-gap: 12px;
	 } }
@media (max-width: 979px) and (min-width: 656px) {
.thumb-block {
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
	} }
@media (max-width: 655px) {
.thumb-block {
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	} }
.thumb-block .issue-name {
  
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.thumb-block .issue-price {
	background-color: #97a8b2;
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 0.9rem;
	color: #fff;
	width: auto;
	margin: 0 auto;
	border-radius: 5px;
}
.combo-offer {
	background-color: #05549b;
  text-align: center;
  padding: 12px 32px;;
	 text-transform: uppercase;
	color: #fff;
	width: auto;
	border-radius: 5px;
	max-width: 700px;
	float: right;
	margin-bottom: 30px;
}
.combo-offer h2{
	margin-top: 8px !important;
	margin-bottom: 8px; !important;
}
.combo-offer h4{
	margin-top: 8px !important;
	
}
.combo-offer p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 0.7rem;
}