@charset "utf-8";
@import "editor.css";
@font-face {
  font-display: swap;
  font-family: 'yantramanavbold';
  src: url('/themes/tpv8/fonts/yantramanav-bold-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/yantramanav-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'yantramanavregular';
  src: url('/themes/tpv8/fonts/yantramanav-regular-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/yantramanav-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'yantramanavlight';
  src: url('/themes/tpv8/fonts/yantramanav-light-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/yantramanav-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'yantramanavmedium';
  src: url('/themes/tpv8/fonts/yantramanav-medium-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/yantramanav-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'pt_serifbold';
  src: url('/themes/tpv8/fonts/pt_serif-web-bold-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/pt_serif-web-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'pt_serifitalic';
  src: url('/themes/tpv8/fonts/pt_serif-web-italic-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/pt_serif-web-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'pt_serifregular';
  src: url('/themes/tpv8/fonts/pt_serif-web-regular-webfont.woff2') format('woff2'), url('/themes/tpv8/fonts/pt_serif-web-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body,
html {
  font-family: 'yantramanavregular';
  font-size: 18px;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden !important;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  color: #ee3737;
}
a img {
  border: none;
}
input,
textarea,
button {
  outline: none;
}

input,
textarea {
  /*
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  */
  border-radius: 0;
  font-size: 15px !important;
  color: black !important;
  border: solid 1px #f4f4f4 !important;
  font-family: 'yantramanavregular' !important;
  resize: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #f4f4f4 !important;
  font-family: 'yantramanavregular';
  height: 43px;
  color: #000000;
  font-size: 15px !important;
}
select option {
  padding: 5px 15px;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-family: 'yantramanavbold';
  font-weight: normal;
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.wrapper {
  margin: 0 auto;
  width: 1600px;
  position: relative;
}
.wrapperContainer {
  margin: 0 30px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-size: 15px;
  color: #000000;
  padding-right: 15px;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(/themes/tpv8/images/iconCheckboxRadio1.svg) left top no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url(/themes/tpv8/images/iconCheckboxRadio1.svg) -19px top no-repeat;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-size: 16px;
  margin-bottom: 0;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(/themes/tpv8/images/iconCheckboxRadio1.svg) -38px top no-repeat;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: url(/themes/tpv8/images/iconCheckboxRadio1.svg) -57px top no-repeat;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.lineThrough {
  text-decoration: line-through;
}
a {
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #ee3737;
}
.header {
  height: 100px;
  background: #ee3737;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  color: #ffffff;
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 25px !important;
  margin-left: -150px;
}
.header .logo a {
  position: relative;
}
.header .logo a svg {
  position: absolute;
  left: 0;
}
.header .logo a svg .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.header .logo a svg circle {
  fill: #ffffff !important;
}
.header .logo a svg#hiddenLogo {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.header .logo a svg#hiddenLogo.show {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header .logo a:hover svg#hiddenLogo {
  -ms-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.header .columnLeft {
  float: left;
  padding: 0 40px;
}
.header .columnLeft .nav {
  position: relative;
}
.header .columnLeft .nav a {
  position: absolute;
  left: 0;
  top: 32px;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .columnLeft .nav a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .columnLeft .nav a .icon {
  font-size: 21px;
  width: 25px;
}
.header .columnLeft .nav a .text {
  font-size: 18px;
  padding-left: 10px;
}
.header .columnLeft .nav a:hover .icon {
  color: #ffacac;
}
.header .columnLeft .nav a.showMenu {
  pointer-events: auto;
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header .columnLeft .nav a.showMenu.fadeOut {
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  opacity: 0;
  pointer-events: none;
}
.header .columnLeft .nav a.showMenu.fadeIn {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header .columnLeft .nav a.hideMenu {
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  pointer-events: none;
}
.header .columnLeft .nav a.hideMenu.fadeIn {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header .columnLeft .nav a.hideMenu.fadeOut {
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  pointer-events: none;
}
.header .columnRight {
  float: right;
  text-align: right;
  padding: 0 40px;
  margin: 32px 0 0 0;
}
.header .columnRight .languages {
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.header .columnRight .languages .languagesContainer {
  position: relative;
  padding-left: 15px;
}
.header .columnRight .languages .languagesContainer a {
  color: #ffffff;
  display: block;
  padding: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .columnRight .languages .languagesContainer a:hover {
  opacity: 0.7;
}
.header .columnRight .social {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}
.header .columnRight .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .columnRight .social ul li {
  margin: 0;
  padding: 3px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.header .columnRight .social ul li a {
  display: block;
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 32px;
  height: 32px;
  text-align: center;
}
.header .columnRight .social ul li a span {
  color: #ee3737;
  font-size: 16px;
  line-height: 32px;
}
.header .columnRight .social ul li a:hover {
  background: #ffacac;
}
.header .columnRight .search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  padding-top: 2px;
}
.header .columnRight .search .searchContainer {
  position: relative;
}
.header .columnRight .search .searchContainer a {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .columnRight .search .searchContainer a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .columnRight .search .searchContainer a .icon {
  font-size: 21px;
  width: 25px;
}
.header .columnRight .search .searchContainer a .text {
  font-size: 18px;
  padding-left: 10px;
}
.header .columnRight .search .searchContainer a:hover .icon {
  color: #ffacac;
}
.header .columnRight .search .searchContainer a.showSearch {
  pointer-events: auto;
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header .columnRight .search .searchContainer a.showSearch.fadeOut {
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  opacity: 0;
  pointer-events: none;
}
.header .columnRight .search .searchContainer a.showSearch.fadeIn {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header .columnRight .search .searchContainer a.hideSearch {
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  pointer-events: none;
}
.header .columnRight .search .searchContainer a.hideSearch.fadeIn {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header .columnRight .search .searchContainer a.hideSearch.fadeOut {
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  pointer-events: none;
}
.menuLayer {
  position: fixed;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #ee3737;
  background-attachment: inherit !important;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow-y: auto;
}
.menuLayer.active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuLayer .menuLayerContainer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink {
  padding-bottom: 35px;
  opacity: 0;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink a {
  font-size: 48px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'pt_serifbold';
  display: inline-block;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink a:hover {
  color: #ffacac;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink {
  padding-bottom: 13px;
  opacity: 0;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a {
  font-size: 28px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'pt_serifregular';
  display: inline-block;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a:hover {
  color: #ffacac;
}
.menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a span {
  margin-right: 5px;
}
.searchLayer {
  position: fixed;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow-y: auto;
  background: #ee3737;
  background-attachment: inherit !important;
  color: #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.searchLayer.active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.searchLayer .searchLayerContainer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form {
  display: block;
  width: 100%;
  opacity: 0;
  position: relative;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"] {
  width: 100% !important;
  background: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 0;
  font-size: 48px !important;
  border-bottom: solid 4px #ffacac !important;
  font-family: 'pt_serifbold' !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"]:focus {
  border-bottom: solid 4px #ffffff !important;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a {
  position: absolute;
  right: 0;
  top: 20px;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a span {
  font-size: 48px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a:hover span {
  color: #ffacac !important;
}
.tp {
  padding: 120px 0 120px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.alertBox {
  margin-top: 30px;
  position: relative;
}
.alertBox .alertBoxContainer {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: table;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.alertBox .alertBoxContainer .headline {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  color: #ee3737;
  font-family: 'pt_serifbold';
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 40px 20px 40px;
}
.alertBox .alertBoxContainer .content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 20px 40px 20px 0;
}
.alertBox .alertBoxContainer .content marquee {
  font-size: 21px;
  padding-top: 5px;
}
.alertBox .alertBoxContainer .content .gradientLeft {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.alertBox .alertBoxContainer .content .gradientRight {
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  width: 100px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.advertBox {
  margin-top: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.advertBox a {
  position: relative;
}
.advertBox img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.donorBox {
  margin-top: 30px;
  position: relative;
}
.donorBox.long {
  margin-top: 15px;
}
.donorBox.long .content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
}
.donorBox.long .donorBoxContainer {
  height: 360px;
}
.donorBox.long .donorBoxContainer .desc {
  display: block !important;
}
.donorBox.long .image {
  display: none !important;
}
.donorBox .donorBoxContainer {
  background: #1c1c1c;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.donorBox .donorBoxContainer:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.donorBox .donorBoxContainer .image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.donorBox .donorBoxContainer .desc {
  font-family: 'pt_serifregular';
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 5px;
  display: none;
}
.donorBox .donorBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-right: 40px;
  color: #ee3737;
}
.donorBox .donorBoxContainer .button {
  padding: 10px 0 0 0;
}
.donorBox .donorBoxContainer .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #474747;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  background: #1c1c1c;
}
.donorBox .donorBoxContainer .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
}
.donorBox .donorBoxContainer .button a:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.donorBox .donorBoxContainer .button a:hover span {
  color: #ffffff;
}
.footer {
  background: #282828;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer .wrapper {
  border-top: solid 5px #ee3737;
}
.footer .nav {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}
.footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block !important;
  width: 100% !important;
  padding: 40px 0;
}
.footer .nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer .nav ul li a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .nav ul li a:hover {
  color: #ee3737;
}
.footer .copyright {
  padding: 40px 0 90px 0;
  font-size: 17px;
  font-family: 'pt_serifregular';
  color: #6c6c6c;
}
.footer .copyright a {
  color: #878787;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .copyright a:hover {
  color: #ee3737;
}
.newsletter {
  text-align: center;
  padding: 80px 0 120px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #1c1c1c;
}
.newsletter h3 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'pt_serifbold';
}
.newsletter .desc {
  color: #ee3737;
  font-size: 21px;
  font-family: 'pt_serifregular';
  padding: 30px 0 40px 0;
}
.newsletter form {
  display: block;
  padding: 0;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.newsletter form .formRow {
  display: table;
  width: 100%;
}
.newsletter form .formRow .inputColumn {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.newsletter form .formRow .inputColumn input[type="text"] {
  width: 100% !important;
  background: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  border: none !important;
  padding: 17px 30px;
  font-size: 20px !important;
  border: solid 2px rgba(255, 255, 255, 0.1) !important;
  font-family: 'yantramanavbold' !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.newsletter form .formRow .inputColumn input[type="text"]:focus {
  border: solid 2px rgba(255, 255, 255, 0.3) !important;
}
.newsletter form .formRow .inputColumn ::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.newsletter form .formRow .inputColumn :-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.newsletter form .formRow .inputColumn ::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.newsletter form .formRow .inputColumn :-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.newsletter form .formRow .buttonColumn {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-left: 15px;
  width: 220px !important;
}
.newsletter form .formRow .buttonColumn a {
  display: inline-block;
  color: #ffffff;
  font-family: 'yantramanavbold' !important;
  font-size: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 19px 38px;
  background: rgba(255, 255, 255, 0.1);
}
.newsletter form .formRow .buttonColumn a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-top: -1px;
}
.newsletter form .formRow .buttonColumn a:hover {
  background: #ee3737;
}
.newsletter form .formRow .buttonColumn a:hover span {
  color: #ffffff;
}
.newsletterSpace {
  pointer-events: none;
}
.mainArticleList {
  margin-top: 15px;
  position: relative;
}
.masonryItems {
  position: relative;
  margin: 0 -15px;
}
.masonryItems .grid-item {
  float: left;
  position: relative;
}
.masonryItems.grid25 .grid-item,
.masonryItems.grid25 .grid-sizer {
  width: 25%;
}
.masonryItems.grid25 .grid-item.heightX2 {
  width: 25%;
  height: 1020px;
}
.masonryItems.grid25 .grid-item.widthX2 {
  width: 50%;
  height: 1020px;
}
.masonryItems.grid33 .grid-item,
.masonryItems.grid33 .grid-sizer {
  width: 33.3%;
}
.masonryItems.grid33 .grid-item.widthX2 {
  width: 66.6%;
  height: 1020px;
}
.masonryItems.grid50 .grid-item,
.masonryItems.grid50 .grid-sizer {
  width: 50%;
}
.masonryItems.grid100 .grid-item,
.masonryItems.grid100 .grid-sizer {
  width: 100%;
}
.ideasItem > .itemContainer {
  position: relative;
  margin: 15px;
  overflow: visible !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.articleItem > .itemContainer {
  position: relative;
  margin: 15px;
  overflow: hidden !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.articleItem > .itemContainer .thumb {
  height: 240px;
  overflow: hidden !important;
  position: relative;
}
.articleItem > .itemContainer .thumb > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItem > .itemContainer .thumb .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.articleItem > .itemContainer > .content {
  padding: 25px 30px;
  height: 240px;
  position: relative;
}
.articleItem > .itemContainer > .content .label a {
  display: inline-block;
  background: #ee3737;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'yantramanavbold';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 8px 12px 6px 12px;
  line-height: 15px;
}
.articleItem > .itemContainer > .content .title {
  padding: 15px 0;
  overflow: hidden;
  max-height: 125px;
}
.articleItem > .itemContainer > .content .title a {
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.articleItem > .itemContainer > .content .date {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 16px;
  color: #818181;
}
.articleItem > .itemContainer > .content .date span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItem > .itemContainer:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.articleItem > .itemContainer:hover .thumb > a {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItem.video .itemContainer {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  background: #1c1c1c;
}
.articleItem.video .itemContainer > .content .label {
  pointer-events: none;
}
.articleItem.video .itemContainer > .content .label a {
  background: rgba(255, 255, 255, 0.05);
  color: #aeaeae;
}
.articleItem.video .itemContainer > .content .title a {
  color: #ffffff;
}
.articleItem.video .itemContainer > .content .title a:hover {
  color: #ee3737;
}
.articleItem.video .itemContainer .play {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 15;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #474747;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}
.articleItem.video .itemContainer .play span {
  font-size: 16px;
  color: #ffffff !important;
  line-height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 2px;
}
.articleItem.video .itemContainer .play:hover {
  background: #ee3737;
}
.articleItem.video .itemContainer:hover {
  background: #282828;
}
.articleItem.video.widthX2 .itemContainer {
  height: 990px;
}
.articleItem.video.widthX2 .itemContainer .thumb {
  height: 480px;
  overflow: hidden;
}
.articleItem.video.widthX2 .itemContainer .content {
  height: 510px;
  padding: 35px 40px;
}
.articleItem.video.widthX2 .itemContainer .content .title {
  padding: 25px 0 0 0;
  overflow: hidden;
  max-height: 155px;
}
.articleItem.video.widthX2 .itemContainer .content .title a {
  font-size: 36px;
  line-height: 42px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.articleItem.video.widthX2 .itemContainer .content .desc {
  padding: 15px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}
.articleItem.video.widthX2 .itemContainer .content .desc a {
  color: #818181;
}
.articleItem.video.widthX2 .itemContainer .content .desc a:hover {
  color: #ffffff;
}
.articleItem.video.widthX2 .itemContainer .content .other {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 25px 40px;
}
.articleItem.video.widthX2 .itemContainer .content .other .date {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #818181;
  position: static !important;
}
.articleItem.video.widthX2 .itemContainer .content .other .date span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItem.video.widthX2 .itemContainer .content .other .author {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  color: #818181;
  font-size: 16px;
  position: static !important;
}
.articleItem.video.widthX2 .itemContainer .content .other .author span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItem.video.widthX2 .itemContainer .content .other .author a {
  color: #818181;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleItem.video.widthX2 .itemContainer .content .other .author a:hover {
  color: #ffffff;
}
.articleItem.video.widthX2 .itemContainer .play {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
}
.articleItem.video.widthX2 .itemContainer .play span {
  font-size: 24px;
  line-height: 70px;
}
.articleItem.important .itemContainer {
  background: #ee3737;
}
.articleItem.important .itemContainer > .content .label a {
  background: #282828;
  color: #ffffff;
}
.articleItem.important .itemContainer > .content .title a {
  color: #ffffff;
}
.articleItem.important .itemContainer > .content .title a:hover {
  color: #ffacac;
}
.articleItem.important .itemContainer > .content .date {
  color: #ffacac;
}
.articleItem.important .itemContainer > .content .date span {
  color: #ffffff;
}
.articleItem.background .thumb {
  height: 480px;
  overflow: hidden !important;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItem.background .mask {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 75%;
  background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00212121', endColorstr='#212121', GradientType=0);
  pointer-events: none;
  z-index: 10;
}
.articleItem.background .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px 30px;
  z-index: 11;
}
.articleItem.background .content .label a {
  display: inline-block;
  background: #ee3737;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'yantramanavbold';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 8px 12px 6px 12px;
  line-height: 15px;
}
.articleItem.background .content .title {
  padding: 15px 0;
  overflow: hidden;
  max-height: 125px;
  margin-bottom: 30px;
}
.articleItem.background .content .title a {
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
  display: block;
}
.articleItem.background .content .title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.articleItem.background .content .date {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 16px;
  color: #818181;
}
.articleItem.background .content .date span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItem.background:hover .thumb {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItemSlider {
  height: 1005px;
}
.articleItemSlider .articleItemX2 {
  height: 1005px;
}
.articleItemSlider .articleItemX2 .itemContainer {
  position: relative;
  margin: 15px;
  overflow: hidden !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.articleItemSlider .articleItemX2 .itemContainer .thumb {
  height: 480px;
  overflow: hidden !important;
  position: relative;
}
.articleItemSlider .articleItemX2 .itemContainer .thumb > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 5000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItemSlider .articleItemX2 .itemContainer .content {
  height: 510px;
  padding: 35px 40px;
  position: relative;
}
.articleItemSlider .articleItemX2 .itemContainer .content .label a {
  display: inline-block;
  background: #ee3737;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'yantramanavbold';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 8px 12px 6px 12px;
  line-height: 15px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .title {
  padding: 25px 0 0 0;
  overflow: hidden;
  max-height: 155px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .title a {
  font-size: 36px;
  line-height: 42px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.articleItemSlider .articleItemX2 .itemContainer .content .desc {
  padding: 15px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .desc a:hover {
  color: #000000;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: solid 1px #f4f4f4;
  padding: 25px 40px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #818181;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .date span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .author {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #818181;
  font-size: 16px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .author span {
  color: #ee3737;
  margin-right: 10px;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .author a {
  color: #818181;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleItemSlider .articleItemX2 .itemContainer .content .other .author a:hover {
  color: #000000;
}
.articleItemSlider .articleItemX2 .itemContainer:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.articleItemSlider .articleItemX2 .itemContainer:hover .thumb > a {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItemSlider *.slick-track {
  overflow: visible !important;
}
.articleItemSlider *.slick-slider {
  overflow: visible !important;
}
.articleItemSlider *.slick-slide {
  overflow: visible !important;
}
.articleItemSlider *.slick-prev {
  left: 60px;
  z-index: 1200;
  top: 410px;
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.articleItemSlider *.slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f104";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff !important;
  line-height: 30px;
  opacity: 1;
}
.articleItemSlider *.slick-prev:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.articleItemSlider *.slick-next {
  left: 115px;
  z-index: 1200;
  top: 410px;
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.articleItemSlider *.slick-next::before {
  font-family: 'FontAwesome';
  content: "\f105";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000000 !important;
  color: #ffffff !important;
  line-height: 30px;
  opacity: 1;
}
.articleItemSlider *.slick-next:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.recommendedArticles {
  margin: 15px 0;
  background: #1c1c1c;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: 990px;
}
.recommendedArticles .headline {
  padding: 40px 30px 35px 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.recommendedArticles .headline h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'yantramanavbold';
}
.recommendedArticles .gradient {
  position: absolute;
  bottom: 90px;
  height: 80px;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.99) 99%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00212121', endColorstr='#212121', GradientType=0);
  pointer-events: none;
  z-index: 0;
}
.recommendedArticles *.ps__scrollbar-y-rail {
  z-index: 100 !important;
}
.recommendedArticles .content {
  position: absolute;
  top: 95px;
  bottom: 90px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.recommendedArticles .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 30px;
}
.recommendedArticles .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.recommendedArticles .content ul li:last-of-type {
  border: none;
}
.recommendedArticles .content .item {
  display: table;
  width: 100%;
}
.recommendedArticles .content .item .thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  width: 60px;
}
.recommendedArticles .content .item .thumb a {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.recommendedArticles .content .item .thumb a:hover {
  opacity: 0.7;
}
.recommendedArticles .content .item .desc {
  display: table-cell;
  vertical-align: top;
}
.recommendedArticles .content .item .desc .author a {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 17px;
  font-family: 'yantramanavbold';
}
.recommendedArticles .content .item .desc .author a:hover {
  color: #952222;
}
.recommendedArticles .content .item .desc .title a {
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'pt_serifbold';
  font-size: 21px;
  line-height: 28px;
}
.recommendedArticles .content .item .desc .title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.recommendedArticles .content .item .desc .date {
  font-size: 16px;
  padding-top: 10px;
  color: #818181;
}
.recommendedArticles .content .item .desc .date span {
  color: #aeaeae;
  margin-right: 10px;
}
.recommendedArticles .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  background: #282828;
}
.recommendedArticles .button a {
  display: inline-block;
  color: #ffffff;
  font-family: 'yantramanavbold' !important;
  font-size: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.recommendedArticles .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-top: -1px;
}
.recommendedArticles .button a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.recommendedArticles.white {
  margin: 0;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.recommendedArticles.white .headline {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.recommendedArticles.white .gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.recommendedArticles.white .content ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.recommendedArticles.white .content .item .desc .author a:hover {
  color: #ffacac;
}
.recommendedArticles.white .content .item .desc .title a {
  color: #000000;
}
.recommendedArticles.white .content .item .desc .title a:hover {
  color: #ee3737;
}
.recommendedArticles.white .content .item .desc .date span {
  color: #ee3737;
}
.recommendedArticles.white .button {
  background: #f4f4f4;
}
.recommendedArticles.white .button a {
  color: #000000;
}
.recommendedArticles.white .button a span {
  color: #ee3737;
}
.recommendedArticles.white .button a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.recommendedArticles.white:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.salijItem {
  padding: 15px 0;
  position: relative;
}
.salijItem .itemContainer {
  position: relative;
  overflow: hidden !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  height: 480px;
  text-align: center;
}
.salijItem .itemContainer .thumb {
  padding: 0px 0 40px;
}
.salijItem .itemContainer .thumb img {
  max-height: 200px;
}
.salijItem .itemContainer .label a {
  display: inline-block;
  background: #ee3737;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'yantramanavbold';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 8px 12px 6px 12px;
  line-height: 15px;
}
.salijItem .itemContainer .title {
  padding: 15px 0;
  overflow: hidden;
  max-height: 125px;
}
.salijItem .itemContainer .title a {
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.salijItem .itemContainer .date {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  text-align: center;
  font-size: 16px;
  color: #818181;
}
.salijItem .itemContainer .date span {
  color: #ee3737;
  margin-right: 10px;
}
.salijItem .itemContainer:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.mainHeadline {
  padding: 60px 0 40px;
}
.mainHeadline h1,
.mainHeadline h2 {
  font-size: 48px;
  padding: 0;
  margin: 0;
  font-family: 'pt_serifbold';
}
.mainHeadline.red h1,
.mainHeadline.red h2 {
  color: #ee3737;
}
.fourArticleList {
  margin-top: 70px;
  position: relative;
}
.fourArticleList .wrapper {
  border-top: solid 5px #ee3737;
}
.fourArticleList .grid100 .itemContainer {
  margin: 15px 0;
}
.otherArticleList {
  margin-top: 70px;
  position: relative;
}
.otherArticleList .wrapper {
  border-top: solid 5px #ee3737;
}
.videosList {
  margin-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: #1c1c1c;
  color: #ffffff;
}
.videosList .wrapper {
  border-top: solid 5px #ee3737;
}
.videosList .videosSlider {
  position: relative;
  margin: 0 -15px;
}
.videosList .videosSlider *.slick-prev {
  right: 70px;
  z-index: 1200;
  top: -90px;
  opacity: 1;
  left: auto !important;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.videosList .videosSlider *.slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f104";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff !important;
  line-height: 30px;
  opacity: 1;
}
.videosList .videosSlider *.slick-prev:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.videosList .videosSlider *.slick-prev.slick-disabled {
  pointer-events: none;
}
.videosList .videosSlider *.slick-prev.slick-disabled::before {
  color: #474747 !important;
}
.videosList .videosSlider *.slick-next {
  right: 15px;
  z-index: 1200;
  top: -90px;
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.videosList .videosSlider *.slick-next::before {
  font-family: 'FontAwesome';
  content: "\f105";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff !important;
  line-height: 30px;
  opacity: 1;
}
.videosList .videosSlider *.slick-next:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.videosList .videosSlider *.slick-next.slick-disabled {
  pointer-events: none;
}
.videosList .videosSlider *.slick-next.slick-disabled::before {
  color: #474747 !important;
}
.videosList .videosSlider *.slick-slide {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.videosList .videosSlider *.slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.videosList2 {
  margin-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: #1c1c1c;
  color: #ffffff;
}
.videosList2 .wrapper {
  border-top: solid 5px #ee3737;
}
.recommendedBooks {
  margin-top: 70px;
}
.recommendedBooks .wrapper {
  border-top: solid 5px #ee3737;
}
.recommendedBooks .wrapper .recommendedBooksTable {
  padding: 0 15px;
}
.recommendedBooks .wrapper .row {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.recommendedBooks .wrapper .row > div {
  border-right: solid 1px #f4f4f4;
  border-bottom: solid 1px #f4f4f4;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.recommendedBooks .wrapper .row > div:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.recommendedBooks .wrapper .bookRow {
  display: table;
  vertical-align: top;
}
.recommendedBooks .wrapper .bookRow .bookLeftColumn {
  vertical-align: top;
  display: table-cell;
  width: 160px;
  padding: 30px 30px;
  text-align: center;
  position: relative;
}
.recommendedBooks .wrapper .bookRow .bookLeftColumn a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.recommendedBooks .wrapper .bookRow .bookLeftColumn a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.recommendedBooks .wrapper .bookRow .bookLeftColumn a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.recommendedBooks .wrapper .bookRow .bookLeftColumn a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.recommendedBooks .wrapper .bookRow .bookRightColumn {
  vertical-align: top;
  display: table-cell;
  padding: 30px 40px 30px 0;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .title {
  padding: 15px 0;
  overflow: hidden;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .title a {
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .author {
  font-size: 16px;
  color: #818181;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .author span {
  color: #ee3737;
  margin-right: 10px;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .author a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #818181;
}
.recommendedBooks .wrapper .bookRow .bookRightColumn .author a:hover {
  color: #000000;
}
.alsoCheck {
  margin-top: 70px;
}
.alsoCheck .wrapper {
  border-top: solid 5px #ee3737;
}
.authorsBox .itemContainer {
  background: #1c1c1c;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  height: 480px;
}
.authorsBox .itemContainer .image {
  position: absolute;
  top: -2px;
  right: 0;
}
.authorsBox .itemContainer .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  right: 0;
  height: auto;
}
.authorsBox .itemContainer .content h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-right: 40px;
  color: #ee3737;
}
.authorsBox .itemContainer .content .desc {
  font-family: 'pt_serifregular';
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 5px;
}
.authorsBox .itemContainer .content .button {
  padding: 10px 0 0 0;
}
.authorsBox .itemContainer .content .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #474747;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  background: #1c1c1c;
}
.authorsBox .itemContainer .content .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
}
.authorsBox .itemContainer .content .button a:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.authorsBox .itemContainer .content .button a:hover span {
  color: #ffffff;
}
.onePercent {
  margin-top: 120px;
  position: relative;
  background: #f4f4f4;
  z-index: 1;
}
.onePercent .onePercentContainer {
  padding: 120px 0 140px 120px;
  z-index: 2;
  position: relative;
}
.onePercent .onePercentContainer h3 {
  font-size: 48px;
  font-family: 'pt_serifbold';
  color: #ee3737;
}
.onePercent .onePercentContainer .desc {
  font-size: 21px;
  line-height: 32px;
  padding: 40px 0 70px;
}
.onePercent .onePercentContainer .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 18px 35px;
  color: #ee3737;
  background: #ffffff;
}
.onePercent .onePercentContainer .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  margin-top: -2px;
}
.onePercent .onePercentContainer .button a:hover {
  background: #ee3737;
  color: #ffffff;
}
.onePercent .onePercentContainer .button a:hover span {
  color: #ffffff;
}
.onePercent .photo {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -1;
}
.makeBook {
  position: relative;
  margin-top: 70px;
}
.makeBook .wrapper {
  border-top: solid 5px #ee3737;
}
.makeBook .makeBookItem {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-top: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 30px;
  height: 360px;
  position: relative;
}
.makeBook .makeBookItem:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.makeBook .makeBookItem .bookRow {
  display: table;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.makeBook .makeBookItem .bookRow .bookLeftColumn {
  vertical-align: top;
  display: table-cell;
  width: 240px !important;
  max-width: 240px !important;
  padding: 5px 30px 5px 5px;
  position: relative;
  min-height: 290px;
}
.makeBook .makeBookItem .bookRow .bookLeftColumn a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.makeBook .makeBookItem .bookRow .bookLeftColumn a img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 290px !important;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.makeBook .makeBookItem .bookRow .bookLeftColumn a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.makeBook .makeBookItem .bookRow .bookLeftColumn a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.makeBook .makeBookItem .bookRow .bookRightColumn {
  vertical-align: top;
  display: table-cell;
  position: relative;
  height: 300px !important;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .title {
  padding: 0 0 15px 0;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .title a {
  font-size: 24px;
  line-height: 32px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .author {
  font-size: 16px;
  color: #818181;
  padding-bottom: 15px;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .author span {
  color: #ee3737;
  margin-right: 10px;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .author a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #818181;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .author a:hover {
  color: #000000;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .desc {
  color: #818181;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #ee3737;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  background: #ee3737;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a span {
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a:hover {
  background: #ffffff;
  color: #000000;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a:hover span {
  color: #ee3737;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span {
  display: block;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span.text {
  font-size: 15px;
  color: #818181;
  line-height: 17px;
  text-transform: uppercase;
}
.makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span.value {
  color: #ee3737;
  font-size: 28px;
  font-family: 'pt_serifbold';
  line-height: 28px;
}
.makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title a {
  font-size: 36px;
  line-height: 42px;
}
.makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .price span.value {
  font-size: 40px !important;
  line-height: 42px !important;
}
.bookstore {
  position: relative;
  margin-top: 70px;
}
.bookstore .wrapper {
  border-top: solid 5px #ee3737;
}
.bookstore *.slick-list {
  overflow: hidden !important;
}
.bookstoreSlider {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 30px;
  margin-top: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: 590px;
}
.bookstoreSlider:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.bookstoreSlider .bookstoreItem {
  padding: 15px;
  position: relative;
  min-height: 440px;
}
.bookstoreSlider .bookstoreItem .cover {
  position: relative;
  max-width: 200px !important;
}
.bookstoreSlider .bookstoreItem .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.bookstoreSlider .bookstoreItem .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bookstoreSlider .bookstoreItem .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.bookstoreSlider .bookstoreItem .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.bookstoreSlider .bookstoreItem .price {
  margin: 22px 0 10px;
  position: relative;
}
.bookstoreSlider .bookstoreItem .price .value {
  color: #ee3737;
  font-size: 21px;
  font-family: 'yantramanavmedium';
}
.bookstoreSlider .bookstoreItem .price .cart {
  position: absolute;
  right: 0;
  top: 0;
}
.bookstoreSlider .bookstoreItem .price .cart a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #f4f4f4;
  text-align: center;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bookstoreSlider .bookstoreItem .price .cart a span {
  color: #ee3737;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bookstoreSlider .bookstoreItem .price .cart a:hover {
  border: solid 1px #ee3737;
  background: #ee3737;
}
.bookstoreSlider .bookstoreItem .price .cart a:hover span {
  color: #ffffff;
}
.bookstoreSlider .bookstoreItem .title a {
  font-family: 'pt_serifbold';
  font-size: 18px;
}
.bookstoreSlider .bookstoreItem .author {
  color: #818181;
  font-size: 16px;
}
.bookstoreSlider *.slick-prev {
  right: 70px;
  z-index: 1200;
  top: -105px;
  opacity: 1;
  left: auto !important;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.bookstoreSlider *.slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f104";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000000 !important;
  line-height: 30px;
  opacity: 1;
}
.bookstoreSlider *.slick-prev:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.bookstoreSlider *.slick-prev:hover::before {
  color: #ffffff !important;
}
.bookstoreSlider *.slick-prev.slick-disabled {
  pointer-events: none;
}
.bookstoreSlider *.slick-prev.slick-disabled::before {
  color: #aeaeae !important;
}
.bookstoreSlider *.slick-next {
  right: 15px;
  z-index: 1200;
  top: -105px;
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border: solid 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
}
.bookstoreSlider *.slick-next::before {
  font-family: 'FontAwesome';
  content: "\f105";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000000 !important;
  line-height: 30px;
  opacity: 1;
}
.bookstoreSlider *.slick-next:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.bookstoreSlider *.slick-next:hover::before {
  color: #ffffff !important;
}
.bookstoreSlider *.slick-next.slick-disabled {
  pointer-events: none;
}
.bookstoreSlider *.slick-next.slick-disabled::before {
  color: #aeaeae !important;
}
.bookstoreSlider *.slick-slide {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.bookstoreSlider *.slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.bookstoreSlider *.slick-list {
  overflow: hidden !important;
}
.booksPromoBox {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 30px;
  height: 590px;
  position: relative;
  margin-top: 15px;
  background: #1c1c1c;
  color: #ffffff;
  overflow: hidden;
}
.booksPromoBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.booksPromoBox .bookstoreItem {
  padding: 15px;
  position: relative;
  min-height: 440px;
}
.booksPromoBox .bookstoreItem .cover {
  position: relative;
  max-width: 200px;
}
.booksPromoBox .bookstoreItem .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.booksPromoBox .bookstoreItem .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.booksPromoBox .bookstoreItem .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.booksPromoBox .bookstoreItem .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.booksPromoBox .bookstoreItem .price {
  margin: 22px 0 10px;
  position: relative;
}
.booksPromoBox .bookstoreItem .price .value {
  color: #ffffff;
  font-size: 21px;
  font-family: 'yantramanavmedium';
}
.booksPromoBox .bookstoreItem .price .value .promo {
  color: #ee3737;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-decoration: line-through;
}
.booksPromoBox .bookstoreItem .price .cart {
  position: absolute;
  left: 170px;
  top: 0;
}
.booksPromoBox .bookstoreItem .price .cart a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.booksPromoBox .bookstoreItem .price .cart a span {
  color: #ee3737;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.booksPromoBox .bookstoreItem .price .cart a:hover {
  border: solid 1px #ee3737;
  background: #ee3737;
}
.booksPromoBox .bookstoreItem .price .cart a:hover span {
  color: #ffffff;
}
.booksPromoBox .bookstoreItem .title a {
  font-family: 'pt_serifbold';
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.booksPromoBox .bookstoreItem .title a:hover {
  color: #ee3737;
}
.booksPromoBox .bookstoreItem .author {
  color: #aeaeae;
  font-size: 16px;
}
.booksPromoBox *.slick-prev {
  display: none;
}
.booksPromoBox *.slick-next {
  display: none;
}
.booksPromoBox *.slick-slide {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.booksPromoBox *.slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.booksPromoBox *.slick-dots {
  text-align: left !important;
  bottom: 30px !important;
  left: 40px !important;
}
.booksPromoBox *.slick-dots li {
  width: 8px !important;
}
.booksPromoBox *.slick-dots li button {
  font-size: 0 !important;
  background: rgba(255, 255, 255, 0.2) !important;
  width: 8px !important;
  height: 8px !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.booksPromoBox *.slick-dots li button::before {
  display: none !important;
}
.booksPromoBox *.slick-dots li button:hover {
  background: #ffffff !important;
}
.booksPromoBox *.slick-dots li.slick-active button {
  background: #ee3737 !important;
}
.newsletterBox {
  margin-top: 70px;
  position: relative;
}
.newsletterBox p {
  font-size: 21px;
  font-family: 'pt_serifregular';
}
.newsletterBox .formRow {
  display: table;
  width: 100%;
}
.newsletterBox .formRow .inputColumn {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.newsletterBox .formRow .inputColumn input[type="text"] {
  width: 100% !important;
  background: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #000000 !important;
  border: none !important;
  padding: 17px 30px;
  font-size: 20px !important;
  border: solid 2px rgba(0, 0, 0, 0.1) !important;
  font-family: 'yantramanavbold' !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.newsletterBox .formRow .inputColumn input[type="text"]:focus {
  border: solid 2px #f4f4f4 !important;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.newsletterBox .formRow .inputColumn ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.newsletterBox .formRow .inputColumn :-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.newsletterBox .formRow .inputColumn ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.newsletterBox .formRow .inputColumn :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.newsletterBox .formRow .buttonColumn {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-left: 15px;
  width: 220px !important;
}
.newsletterBox .formRow .buttonColumn a {
  display: inline-block;
  color: #ffffff;
  font-family: 'yantramanavbold' !important;
  font-size: 19px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 19px 40px;
  background: #1c1c1c;
}
.newsletterBox .formRow .buttonColumn a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-top: -1px;
}
.newsletterBox .formRow .buttonColumn a:hover {
  background: #ee3737;
}
.newsletterBox .formRow .buttonColumn a:hover span {
  color: #ffffff;
}
.subpage {
  padding-top: 30px;
}
.subpage .articlesList {
  border-top: solid 5px #ee3737;
  padding-right: 60px;
}
.subpage .articlesList .articlesListContainer {
  position: relative;
  margin: 15px 0;
  overflow: hidden !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 40px;
}
.subpage .articlesList .articlesListContainer:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.subpage .articlesList .articlesListContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subpage .articlesList .articlesListContainer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 35px 0;
  border-bottom: solid 1px #f4f4f4;
}
.subpage .articlesList .articlesListContainer ul li:last-of-type {
  border: none !important;
}
.subpage .articlesList .articlesListContainer ul li .articleRow {
  display: table;
  width: 100%;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn {
  display: table-cell;
  width: 280px;
  position: relative;
  vertical-align: top;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn .thumbColumnContainer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn .thumbColumnContainer a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn .thumbColumnContainer a img {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn .thumbColumnContainer a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer {
  padding-left: 35px;
  position: relative;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .title {
  padding: 0 0 3px 0;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .title a {
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_serifbold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .date {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #818181;
  position: static !important;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .date span {
  color: #ee3737;
  margin-right: 10px;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  color: #818181;
  font-size: 16px;
  position: static !important;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author span {
  color: #ee3737;
  margin-right: 10px;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author a {
  color: #818181;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author a:hover {
  color: #ffffff;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .desc {
  padding-top: 15px;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .desc a {
  font-size: 16px;
}
.subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .desc a:hover {
  color: #474747;
}
.subpage .articlesList.noThumb .articlesListContainer ul li .articleRow {
  display: block !important;
}
.subpage .articlesList.noThumb .articlesListContainer ul li .articleRow .descColumn {
  display: block !important;
}
.subpage .articlesList.noThumb .articlesListContainer ul li .articleRow .descColumn .descColumnContainer {
  padding-left: 0 !important;
}
.subpage .sidebar .sidebarBox {
  margin: 30px 0 0 0 !important;
}
.subpage .sidebar .sidebarBox:first-of-type {
  margin: 0 !important;
}
.pagination {
  padding: 40px 0;
  display: table;
  width: 100%;
}
.pagination .prevColumn {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
}
.pagination .nextColumn {
  display: table-cell;
  width: 160px;
  text-align: right;
  vertical-align: middle;
}
.pagination .pages {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.pagination .pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .pages ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}
.pagination .pages ul li a {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  border: solid 2px transparent;
  line-height: 36px;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.pagination .pages ul li a:hover {
  border: solid 2px #f4f4f4;
}
.pagination .pages ul li.current a {
  background: #ee3737;
  pointer-events: none;
  color: #ffffff;
}
.pagination a.prev,
.pagination a.next {
  padding: 9px 25px;
  display: inline-block;
  border: solid 2px #f4f4f4;
  color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  border: solid 2px #ee3737;
  background: #ee3737;
  color: #ffffff;
}
.pagination a.prev:hover span,
.pagination a.next:hover span {
  color: #ffffff;
}
.pagination a.prev span {
  color: #ee3737;
  margin-right: 10px;
  display: inline-block;
}
.pagination a.next span {
  color: #ee3737;
  margin-left: 10px;
  display: inline-block;
}
.buyNowBox {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.buyNowBox .buyNowBoxContainer {
  position: relative;
}
.buyNowBox .buyNowBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 15px;
}
.buyNowBox .buyNowBoxContainer .cover {
  position: relative;
  max-width: 320px !important;
}
.buyNowBox .buyNowBoxContainer .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.buyNowBox .buyNowBoxContainer .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.buyNowBox .buyNowBoxContainer .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.buyNowBox .buyNowBoxContainer .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.buyNowBox .buyNowBoxContainer .price {
  margin: 22px 0 10px;
  position: relative;
}
.buyNowBox .buyNowBoxContainer .price .value {
  color: #ee3737;
  font-size: 21px;
  font-family: 'yantramanavmedium';
}
.buyNowBox .buyNowBoxContainer .price .cart {
  position: absolute;
  right: 0;
  top: 0;
}
.buyNowBox .buyNowBoxContainer .price .cart a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #f4f4f4;
  text-align: center;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.buyNowBox .buyNowBoxContainer .price .cart a span {
  color: #ee3737;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.buyNowBox .buyNowBoxContainer .price .cart a:hover {
  border: solid 1px #ee3737;
  background: #ee3737;
}
.buyNowBox .buyNowBoxContainer .price .cart a:hover span {
  color: #ffffff;
}
.buyNowBox .buyNowBoxContainer .title a {
  font-family: 'pt_serifbold';
  font-size: 18px;
}
.buyNowBox .buyNowBoxContainer .author {
  color: #818181;
  font-size: 16px;
}
.buyNowBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.weeklyBox {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.weeklyBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.weeklyBox .weeklyBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 15px;
}
.weeklyBox .weeklyBoxContainer .cover {
  position: relative;
}
.weeklyBox .weeklyBoxContainer .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.weeklyBox .weeklyBoxContainer .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.weeklyBox .weeklyBoxContainer .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.weeklyBox .weeklyBoxContainer .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.weeklyBox .weeklyBoxContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.weeklyBox .weeklyBoxContainer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
  padding: 20px 0;
}
.weeklyBox .weeklyBoxContainer ul li:last-of-type {
  border: none !important;
}
.weeklyBox .weeklyBoxContainer ul li a {
  font-family: 'pt_serifbold';
  font-size: 21px;
}
.weeklyArchiveBox {
  background: #1c1c1c;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.weeklyArchiveBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.weeklyArchiveBox .weeklyArchiveBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 15px;
  color: #ee3737;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .cover {
  position: relative;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .title {
  padding: 0 0 15px 0;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .title a {
  font-family: 'pt_serifbold';
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .title a:hover {
  color: #aeaeae;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer .number {
  padding-top: 20px;
  color: #ee3737;
  font-family: 'yantramanavbold';
}
.weeklyArchiveBox .weeklyArchiveBoxContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}
.weeklyArchiveBox .weeklyArchiveBoxContainer ul li:last-of-type {
  padding: 0;
}
.readAlsoBox {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.readAlsoBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.readAlsoBox .readAlsoBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 15px;
}
.readAlsoBox .readAlsoBoxContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.readAlsoBox .readAlsoBoxContainer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}
.readAlsoBox .readAlsoBoxContainer ul li:last-of-type {
  padding: 0;
}
.readAlsoBox .readAlsoBoxContainer .thumb {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  max-width: 320px !important;
}
.readAlsoBox .readAlsoBoxContainer .thumb a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.readAlsoBox .readAlsoBoxContainer .thumb a img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.readAlsoBox .readAlsoBoxContainer .thumb a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.readAlsoBox .readAlsoBoxContainer .title {
  padding: 20px 0 10px 0;
}
.readAlsoBox .readAlsoBoxContainer .title a {
  font-family: 'pt_serifbold';
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.readAlsoBox .readAlsoBoxContainer .title a:hover {
  color: #ee3737;
}
.readAlsoBox .readAlsoBoxContainer .date {
  font-size: 16px;
  color: #818181;
}
.readAlsoBox .readAlsoBoxContainer .date span {
  color: #ee3737;
  margin-right: 10px;
}
.makeBookBox {
  background: #1c1c1c;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.makeBookBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.makeBookBox .makeBookBoxContainer h2 {
  font-family: 'pt_serifbold';
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 15px;
}
.makeBookBox .makeBookBoxContainer .cover {
  position: relative;
  max-width: 320px !important;
}
.makeBookBox .makeBookBoxContainer .cover a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.makeBookBox .makeBookBoxContainer .cover a img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.makeBookBox .makeBookBoxContainer .cover a .bookMask {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(191, 191, 191, 0.3) 1%, rgba(63, 63, 63, 0.3) 3%, rgba(255, 255, 255, 0.3) 6%, rgba(97, 97, 97, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#33616161', GradientType=1);
}
.makeBookBox .makeBookBoxContainer .cover a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.makeBookBox .makeBookBoxContainer .title {
  padding: 25px 0 15px 0;
}
.makeBookBox .makeBookBoxContainer .title a {
  font-family: 'pt_serifbold';
  font-size: 21px;
  line-height: 28px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.makeBookBox .makeBookBoxContainer .title a:hover {
  color: #aeaeae;
}
.makeBookBox .makeBookBoxContainer .desc {
  color: #aeaeae;
  padding-bottom: 35px;
  font-size: 16px;
}
.makeBookBox .makeBookBoxContainer .bottom {
  display: table;
  width: 100%;
}
.makeBookBox .makeBookBoxContainer .bottom .button {
  display: table-cell;
  vertical-align: bottom;
}
.makeBookBox .makeBookBoxContainer .bottom .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px rgba(255, 255, 255, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  background: none;
}
.makeBookBox .makeBookBoxContainer .bottom .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
}
.makeBookBox .makeBookBoxContainer .bottom .button a:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
  color: #ffffff;
}
.makeBookBox .makeBookBoxContainer .bottom .button a:hover span {
  color: #ffffff;
}
.makeBookBox .makeBookBoxContainer .bottom .price {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.makeBookBox .makeBookBoxContainer .bottom .price span {
  display: block;
}
.makeBookBox .makeBookBoxContainer .bottom .price span.text {
  font-size: 15px;
  color: #818181;
  line-height: 15px;
  text-transform: uppercase;
}
.makeBookBox .makeBookBoxContainer .bottom .price span.value {
  color: #ee3737;
  font-size: 26px;
  font-family: 'pt_serifbold';
  line-height: 32px;
}
.articleAuthorBox {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 40px 40px 60px 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.articleAuthorBox:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.articleAuthorBox .articleAuthorBoxContainer {
  display: table;
  width: 100%;
}
.articleAuthorBox .articleAuthorBoxContainer .thumbColumn {
  display: table-cell;
  vertical-align: top;
  width: 160px;
}
.articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div {
  display: block;
  -moz-border-radius: 80px !important;
  -webkit-border-radius: 80px !important;
  -o-border-radius: 80px !important;
  border-radius: 80px !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  width: 160px;
  height: 160px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div span {
  display: block;
  width: 160px;
  height: 160px;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div:hover {
  -moz-border-radius: 80px !important;
  -webkit-border-radius: 80px !important;
  -o-border-radius: 80px !important;
  border-radius: 80px !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}
.articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div:hover span {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 10000ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn {
  display: table-cell;
  vertical-align: top;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer {
  padding-left: 35px;
  position: relative;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnLeft {
  display: table-cell;
  vertical-align: top;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #f4f4f4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: -2px;
  margin-left: 5px;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
  color: #ffffff;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a:hover span {
  color: #ffffff;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .label {
  text-transform: uppercase;
  color: #ee3737;
  font-family: 'yantramanavbold';
  font-size: 16px;
  position: relative;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .name {
  font-size: 24px;
  font-family: 'pt_serifbold';
  padding: 0 0 10px;
  margin-top: -5px;
  position: relative;
}
.articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .desc {
  color: #818181;
}
.articleOpen {
  position: relative;
  padding-right: 60px;
}
.articleOpen img {
  max-width: 100%;
}
.articleOpen .articleContent p {
  font-family: 'pt_serifregular';
  font-size: 24px;
  padding-top: 30px;
}
.articleOpen .articleContent strong,
.articleOpen .articleContent b {
  font-family: 'pt_serifbold';
  font-size: 24px;
}
.articleOpen .options {
  padding-bottom: 60px;
}
.articleOpen .options .label {
  display: inline-block;
  background: #ee3737;
  color: #ffffff;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 5px 15px;
  font-family: 'yantramanavbold';
  margin-right: 20px;
}
.articleOpen .options .author {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  color: #818181;
  font-size: 16px;
  position: static !important;
}
.articleOpen .options .author span {
  color: #ee3737;
  margin-right: 10px;
}
.articleOpen .options .author a {
  color: #818181;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleOpen .options .author a:hover {
  color: #ee3737;
}
.articleOpen .options .date {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  color: #818181;
}
.articleOpen .options .date span {
  color: #ee3737;
  margin-right: 10px;
}
.articleOpen .options .share {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
.articleOpen .options .share > a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-family: 'yantramanavmedium';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.articleOpen .options .share > a span {
  color: #ee3737;
  margin-left: 10px;
}
.articleOpen .options .share > a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.articleOpen .options .share:hover .shareDropdown {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.articleOpen .options .print {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
}
.articleOpen .options .print a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-family: 'yantramanavmedium';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.articleOpen .options .print a span {
  color: #ee3737;
  margin-left: 10px;
}
.articleOpen .options .print a:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.articleOpen .shareDropdown {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 99;
  background: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
}
.articleOpen .shareDropdown .shareDropdownContainer {
  margin-top: 20px;
  position: relative;
  padding: 15px 25px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  background: #ffffff;
}
.articleOpen .shareDropdown .triangle {
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  background: #ffffff;
  position: absolute;
  left: 20px;
  top: -6px;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 20% 40%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 20% 40%;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.articleOpen .shareDropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.articleOpen .shareDropdown ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
  padding: 5px 30px 5px 0;
}
.articleOpen .shareDropdown ul li a {
  font-size: 16px !important;
  white-space: nowrap;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleOpen .shareDropdown ul li a:hover {
  color: #ee3737;
}
.articleOpen .shareDropdown ul li span {
  width: 25px;
}
.articleOpen .shareDropdown ul li:last-of-type {
  border: none;
}
.articleOpen .fullImage {
  border-bottom: 5px solid #ee3737;
}
.articleOpen .fullImage img {
  width: 100%;
}
.articleOpen .lead {
  padding: 60px 0 30px;
}
.articleOpen .lead p {
  font-family: 'pt_serifregular';
  font-size: 32px;
}
.articleOpen .articleAuthorBox {
  margin-top: 90px !important;
}
.articleOpen .makeBook {
  float: left;
  max-width: 600px;
  margin: 0 60px 40px 0 !important;
}

.articleContent h1, .articleContent h2, .articleContent h3, .articleContent h4 , .articleContent h5{
    font-family: 'pt_serifbold'
}

.articleContent h1 {font-size: 44px}
.articleContent h2 {font-size: 38px}
.articleContent h3 {font-size: 34px} 
.articleContent h4 { font-size: 30px;}
.articleContent h5 {font-size: 25px;}

.funding {
  margin-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: #1c1c1c;
  color: #ffffff;
}
.funding .wrapper {
  border-top: solid 5px #ee3737;
}
.funding .fundingItem {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  background: #1c1c1c;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  padding: 40px 30px;
}
.funding .fundingItem:hover {
  background: #282828;
}
.funding .fundingItem:hover .button a {
  border: solid 2px #474747;
}
.funding .fundingItem:hover .form input {
  border-bottom: solid 2px #474747 !important;
}
.funding .fundingItem .label {
  color: #707070;
  font-family: 'yantramanavbold';
  font-size: 16px;
  text-transform: uppercase;
}
.funding .fundingItem .value {
  font-family: 'pt_serifbold';
  font-size: 43px;
  height: 90px;
}
.funding .fundingItem .button {
  padding: 10px 0 0 0;
}
.funding .fundingItem .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: solid 2px #282828;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 10px 20px;
  background: none;
  min-width: 170px;
}
.funding .fundingItem .button a span {
  color: #ee3737;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: -2px;
  padding-left: 10px;
}
.funding .fundingItem .button a:hover {
  background: #ee3737;
  border: solid 2px #ee3737;
}
.funding .fundingItem .button a:hover span {
  color: #ffffff;
}
.funding .fundingItem .form {
  position: relative;
  height: 90px;
}
.funding .fundingItem .form input {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-align: center !important;
  padding: 15px 0 15px  !important;
  color: #ffffff !important;
  width: 100% !important;
  border: none !important;
  border-bottom: solid 2px #282828 !important;
  background: transparent !important;
  font-size: 30px !important;
  font-family: 'pt_serifbold' !important;
}
.funding .fundingItem .form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.funding .fundingItem .form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.funding .fundingItem .form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.funding .fundingItem .form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.quoteBox,
blockquote {
  border-left: 5px solid #ee3737;
  float: left;
  max-width: 360px;
  margin: 0 40px 40px 0;
  padding: 0 40px;
  font-family: 'pt_serifitalic';
  font-size: 24px;
}
.noBorders {
  border: none !important;
}
.promoBox {
  text-align: center;
}
.promoBox img {
  margin-top: 30px !important;
  max-width: 100% !important;
}
#cookieInfo {
  position: fixed !important;
  bottom: 0 !important;
  display: block !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  background: #1c1c1c !important;
  color: #878787 !important;
  margin: 0 !important;
  font-family: 'yantramanavregular' !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px !important;
  opacity: 1 !important;
  border: none !important;
  font-size: 13px !important;
}
#cookieInfo a {
  color: #afafaf !important;
  font-weight: normal !important;
  font-family: 'yantramanavregular' !important;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
#cookieInfo a:hover {
  color: #fff !important;
}
#cookieInfo #AcceptPolicy {
  padding: 5px 9px !important;
  font-weight: normal !important;
  font-family: 'yantramanavregular' !important;
  font-size: 13px !important;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  background: #ee3737 !important;
}
#cookieInfo #AcceptPolicy:hover {
  background: #bd2c2c !important;
}
.articleContent em,
.articleContent i {
  font-weight: italic !important;
}
.articleContent .lead em,
.articleContent .lead i {
  font-family: 'pt_serifitalic' !important;
}
@media screen and (max-width: 1659px) {
  .wrapper {
    width: 1440px;
  }
  body,
  html {
    font-size: 16px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink {
    padding-bottom: 25px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink a {
    font-size: 36px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink {
    padding-bottom: 10px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a {
    font-size: 21px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"] {
    border-bottom: solid 3px #ffacac !important;
    font-size: 36px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"]:focus {
    border-bottom: solid 3px #ffffff !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a {
    top: 20px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a span {
    font-size: 36px !important;
  }
  .alertBox .alertBoxContainer .headline {
    width: 160px !important;
    padding: 15px 30px 15px 30px !important;
  }
  .alertBox .alertBoxContainer .content {
    padding: 15px 40px 15px 0 !important;
  }
  .alertBox .alertBoxContainer .content marquee {
    font-size: 18px !important;
  }
  .donorBox {
    margin-top: 30px !important;
    position: relative !important;
  }
  .donorBox.long {
    margin-top: 15px !important;
  }
  .donorBox.long .donorBoxContainer {
    height: 300px !important;
  }
  .donorBox .donorBoxContainer h2 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .donorBox .donorBoxContainer .button {
    padding: 10px 0 0 0 !important;
  }
  .donorBox .donorBoxContainer .button a {
    padding: 8px 15px !important;
  }
  .donorBox .donorBoxContainer .button a span {
    font-size: 21px !important;
    margin-top: 0px !important;
  }
  .donorBox .donorBoxContainer .desc {
    font-size: 16px !important;
  }
  .donorBox .donorBoxContainer .image img {
    width: 160px !important;
  }
  .authorsBox .itemContainer .content h2 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .authorsBox .itemContainer .content .desc {
    font-size: 16px !important;
  }
  .authorsBox .itemContainer .content .button a {
    padding: 8px 15px !important;
  }
  .authorsBox .itemContainer .content .button a span {
    font-size: 21px !important;
    margin-top: 0px !important;
  }
  .footer .nav ul {
    padding: 30px 0 !important;
  }
  .footer .nav ul li {
    padding: 0 15px !important;
  }
  .footer .nav ul li a {
    font-size: 16px !important;
  }
  .footer .copyright {
    padding: 30px 0 50px 0 !important;
  }
  .newsletter {
    padding: 50px 0 60px 0 !important;
  }
  .newsletter h3 {
    font-size: 36px !important;
  }
  .newsletter .desc {
    font-size: 18px !important;
    padding: 20px 0 30px 0 !important;
  }
  .newsletter form {
    max-width: 600px !important;
  }
  .newsletter form .formRow .inputColumn input[type="text"] {
    padding: 13px 25px !important;
    font-size: 18px !important;
  }
  .newsletter form .formRow .buttonColumn {
    width: 180px !important;
    padding-left: 10px !important;
  }
  .newsletter form .formRow .buttonColumn a {
    font-size: 18px !important;
    padding: 15px 25px !important;
  }
  .newsletter form .formRow .buttonColumn a span {
    font-size: 24px !important;
    padding-left: 10px !important;
    margin-top: 0px !important;
  }
  .articleItem > .itemContainer > .content .label a {
    font-size: 14px !important;
    padding: 6px 10px 4px 10px !important;
  }
  .articleItem > .itemContainer > .content .title a {
    font-size: 19px !important;
    line-height: 28px;
  }
  .articleItem > .itemContainer > .content .date {
    font-size: 14px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .title {
    max-height: 185px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .title a {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .desc {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .other .date {
    font-size: 14px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .other .author {
    font-size: 14px !important;
  }
  .articleItem.video.widthX2 .itemContainer .play {
    width: 60px !important;
    height: 60px !important;
    margin-left: -30px !important;
    margin-top: -30px !important;
  }
  .articleItem.video.widthX2 .itemContainer .play span {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .articleItem.video .itemContainer .play {
    width: 45px !important;
    height: 45px !important;
    margin-left: -22px !important;
    margin-top: -22px !important;
  }
  .articleItem.video .itemContainer .play span {
    line-height: 45px !important;
  }
  .articleItem.background .content .label a {
    font-size: 14px !important;
    padding: 6px 10px 4px 10px !important;
  }
  .articleItem.background .content .title a {
    font-size: 19px !important;
  }
  .articleItem.background .content .date {
    font-size: 14px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .label a {
    font-size: 14px !important;
    padding: 6px 10px 4px 10px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title {
    max-height: 185px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title a {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .desc {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .other .date {
    font-size: 14px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .other .author {
    font-size: 14px !important;
  }
  .articleItemSlider *.slick-prev {
    top: 415px !important;
    width: 45px !important;
    height: 45px !important;
  }
  .articleItemSlider *.slick-next {
    left: 110px !important;
    top: 415px !important;
    width: 45px !important;
    height: 45px !important;
  }
  .recommendedArticles .headline {
    padding: 30px 30px 25px 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .recommendedArticles .gradient {
    bottom: 75px !important;
  }
  .recommendedArticles .content {
    top: 75px !important;
    bottom: 75px !important;
  }
  .recommendedArticles .content .item .desc .author a {
    font-size: 16px !important;
  }
  .recommendedArticles .content .item .desc .title a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .recommendedArticles .content .item .desc .date {
    font-size: 14px !important;
  }
  .recommendedArticles .button {
    padding: 25px 30px !important;
  }
  .recommendedArticles .button a {
    font-size: 18px !important;
  }
  .recommendedArticles .button a span {
    font-size: 24px !important;
    margin-top: 0px !important;
  }
  .salijItem .itemContainer .label a {
    font-size: 14px !important;
    padding: 6px 10px 4px 10px !important;
  }
  .salijItem .itemContainer .title a {
    font-size: 18px !important;
  }
  .salijItem .itemContainer .date {
    font-size: 14px !important;
  }
  .mainHeadline {
    padding: 40px 0 20px !important;
  }
  .mainHeadline h1,
  .mainHeadline h2 {
    font-size: 36px !important;
  }
  .fourArticleList {
    margin-top: 60px !important;
  }
  .otherArticleList {
    margin-top: 60px !important;
  }
  .videosList {
    margin-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .videosList .videosSlider *.slick-prev {
    right: 65px !important;
    top: -65px !important;
    left: auto !important;
    width: 45px !important;
    height: 45px !important;
  }
  .videosList .videosSlider *.slick-next {
    top: -65px !important;
    width: 45px !important;
    height: 45px !important;
  }
  .videosList2 {
    margin-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .recommendedBooks {
    margin-top: 60px !important;
  }
  .recommendedBooks .wrapper .bookRow .bookLeftColumn {
    width: 120px !important;
    padding: 30px 25px 30px 15px !important;
  }
  .recommendedBooks .wrapper .bookRow .bookRightColumn {
    padding: 20px 30px 20px 0 !important;
  }
  .recommendedBooks .wrapper .bookRow .bookRightColumn .title {
    padding-bottom: 5px !important;
  }
  .recommendedBooks .wrapper .bookRow .bookRightColumn .title a {
    font-size: 18px !important;
  }
  .recommendedBooks .wrapper .bookRow .bookRightColumn .author {
    font-size: 14px !important;
  }
  .alsoCheck {
    margin-top: 60px !important;
  }
  .onePercent {
    margin-top: 90px !important;
  }
  .onePercent .onePercentContainer {
    padding: 90px 0 90px 60px !important;
  }
  .onePercent .onePercentContainer h3 {
    font-size: 36px !important;
  }
  .onePercent .onePercentContainer .desc {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 30px 0 50px !important;
  }
  .onePercent .onePercentContainer .button a {
    font-size: 18px !important;
    padding: 15px 25px !important;
  }
  .onePercent .onePercentContainer .button a span {
    font-size: 24px !important;
    padding-left: 10px !important;
    margin-top: 0px !important;
  }
  .onePercent .photo {
    right: 5% !important;
  }
  .onePercent .photo img {
    max-height: 560px !important;
  }
  .makeBook {
    margin-top: 60px !important;
  }
  .makeBook .makeBookItem {
    height: 300px !important;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn {
    width: 200px !important;
    max-width: 200px !important;
    padding: 5px 30px 5px 5px !important;
    min-height: 0 !important;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn a img {
    max-height: 230px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn {
    height: 240px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .title a {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .author {
    font-size: 14px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a {
    padding: 8px 15px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a span {
    font-size: 21px !important;
    margin-top: 0px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span.text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title a {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .bookstore {
    margin-top: 60px !important;
  }
  .bookstoreSlider {
    height: 560px;
  }
  .bookstoreSlider .bookstoreItem {
    min-height: 420px !important;
  }
  .bookstoreSlider .bookstoreItem .cover {
    position: relative;
  }
  .bookstoreSlider .bookstoreItem .price .value {
    font-size: 18px !important;
  }
  .bookstoreSlider .bookstoreItem .price .cart {
    right: auto !important;
    left: 170px !important;
  }
  .bookstoreSlider .bookstoreItem .author {
    color: #818181;
    font-size: 14px !important;
  }
  .bookstoreSlider *.slick-prev {
    top: -77px !important;
    width: 45px !important;
    height: 45px !important;
    right: 65px !important;
  }
  .bookstoreSlider *.slick-next {
    top: -77px !important;
    width: 45px !important;
    height: 45px !important;
  }
  .booksPromoBox {
    height: 560px !important;
  }
  .booksPromoBox .bookstoreItem {
    min-height: 420px !important;
    padding: 15px 0 !important;
  }
  .booksPromoBox .bookstoreItem .price .value {
    font-size: 18px !important;
  }
  .booksPromoBox .bookstoreItem .price .value .promo {
    margin-left: 5px !important;
  }
  .booksPromoBox .bookstoreItem .price .cart {
    right: auto !important;
    left: 170px !important;
  }
  .booksPromoBox .bookstoreItem .author {
    font-size: 14px !important;
  }
  .booksPromoBox *.slick-dots {
    bottom: 20px !important;
    left: 30px !important;
  }
  .newsletterBox {
    margin-top: 60px !important;
  }
  .newsletterBox p {
    font-size: 18px !important;
  }
  .newsletterBox .formRow .inputColumn input[type="text"] {
    padding: 13px 25px !important;
    font-size: 18px !important;
  }
  .newsletterBox .formRow .buttonColumn {
    width: 180px !important;
    padding-left: 10px !important;
  }
  .newsletterBox .formRow .buttonColumn a {
    font-size: 18px !important;
    padding: 15px 25px !important;
  }
  .newsletterBox .formRow .buttonColumn a span {
    font-size: 24px !important;
    padding-left: 10px !important;
    margin-top: 0px !important;
  }
  .articleOpen {
    padding-right: 30px;
  }
  .articleOpen .options {
    padding-bottom: 30px;
  }
  .articleOpen .options .label {
    font-size: 14px !important;
    padding: 6px 10px 4px 10px !important;
    margin-right: 15px;
  }
  .articleOpen .options .author {
    margin-right: 15px;
    font-size: 14px;
  }
  .articleOpen .options .date {
    margin-right: 15px;
    font-size: 14px;
  }
  .articleOpen .options .share {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .articleOpen .options .share > a {
    font-size: 14px !important;
    padding: 6px 12px 6px 12px !important;
  }
  .articleOpen .options .print {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .articleOpen .options .print > a {
    font-size: 14px !important;
    padding: 6px 12px 6px 12px !important;
  }
  .articleOpen .shareDropdown {
    top: 20px;
  }
  .articleOpen .shareDropdown .shareDropdownContainer {
    padding: 10px 20px;
  }
  .articleOpen .shareDropdown ul li {
    padding: 4px 25px 4px 0;
  }
  .articleOpen .shareDropdown ul li a {
    font-size: 14px !important;
  }
  .articleOpen .shareDropdown ul li span {
    width: 20px;
  }
  .articleOpen .mainHeadline {
    padding: 20px 0 20px !important;
  }
  .articleOpen .lead {
    padding: 30px 0 10px;
  }
  .articleOpen .lead p {
    font-size: 28px !important;
  }
  .articleOpen .articleContent p {
    font-size: 21px;
    padding-top: 10px !important;
  }
  .articleOpen .articleContent strong,
  .articleOpen .articleContent b {
    font-size: 21px;
  }
  .quoteBox,
  blockquote {
    max-width: 360px;
    margin: 0 30px 30px 0;
    padding: 0 30px;
    font-size: 20px;
  }
  .weeklyBox .weeklyBoxContainer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .weeklyBox .weeklyBoxContainer ul li {
    padding: 18px 0;
  }
  .weeklyBox .weeklyBoxContainer ul li a {
    font-size: 19px !important;
  }
  .buyNowBox .buyNowBoxContainer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .buyNowBox .buyNowBoxContainer .price {
    margin: 20px 0 8px;
  }
  .buyNowBox .buyNowBoxContainer .price .value {
    font-size: 19px;
  }
  .buyNowBox .buyNowBoxContainer .title a {
    font-size: 19px !important;
  }
  .buyNowBox .buyNowBoxContainer .author {
    font-size: 15px !important;
  }
  .makeBookBox .makeBookBoxContainer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .makeBookBox .makeBookBoxContainer .title {
    padding: 23px 0 13px 0;
  }
  .makeBookBox .makeBookBoxContainer .title a {
    font-family: 'pt_serifbold';
    font-size: 19px !important;
    line-height: 28px !important;
  }
  .makeBookBox .makeBookBoxContainer .desc {
    padding-bottom: 35px;
    font-size: 16px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-bottom: 13px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title {
    padding: 0 0 13px 0;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title a {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .number {
    padding-top: 18px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer ul li {
    padding-bottom: 20px;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer ul li:last-of-type {
    padding: 0;
  }
  .readAlsoBox .readAlsoBoxContainer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .readAlsoBox .readAlsoBoxContainer ul li {
    padding-bottom: 18px;
  }
  .readAlsoBox .readAlsoBoxContainer .title {
    padding: 18px 0 8px 0;
  }
  .readAlsoBox .readAlsoBoxContainer .title a {
    font-size: 19px !important;
    line-height: 26px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date {
    font-size: 14px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date span {
    margin-right: 10px !important;
  }
  .articlesList {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper {
    width: 1280px;
  }
  .wrapperContainer {
    margin: 0 20px;
  }
  .articleItem > .itemContainer .thumb {
    height: 200px;
  }
  .articleItem.video .itemContainer .play {
    top: 22%;
  }
  .articleItem.video.widthX2 .itemContainer {
    height: 910px;
  }
  .articleItem.video.widthX2 .itemContainer .thumb {
    height: 440px;
  }
  .articleItem.video.widthX2 .itemContainer .content {
    height: 470px;
  }
  .articleItem.background .thumb {
    height: 440px;
  }
  .articleItemSlider {
    height: 925px;
  }
  .articleItemSlider .articleItemX2 {
    height: 925px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .thumb {
    height: 440px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content {
    height: 470px;
  }
  .articleItemSlider *.slick-prev {
    top: 375px !important;
  }
  .articleItemSlider *.slick-next {
    top: 375px !important;
  }
  .masonryItems.grid33 .grid-item.widthX2 {
    height: 940px;
  }
  .masonryItems.grid25 .grid-item.heightX2 {
    height: 940px;
  }
  .masonryItems.grid25 .grid-item.widthX2 {
    height: 940px;
  }
  .recommendedArticles {
    height: 910px;
  }
  .salijItem .itemContainer {
    height: 440px;
  }
  .salijItem .itemContainer .thumb {
    padding: 0px 0 20px;
  }
  .salijItem .itemContainer .thumb img {
    height: 180px;
  }
  .authorsBox .itemContainer {
    height: 440px;
  }
  .authorsBox .itemContainer .image img {
    height: 220px;
  }
  .authorsBox .itemContainer .content h2 {
    padding-right: 0;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn {
    width: 140px !important;
    max-width: 140px !important;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn a img {
    max-height: 230px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn {
    height: 240px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title a {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .articleOpen .mainHeadline {
    padding: 10px 0 20px !important;
  }
  .articleOpen {
    padding-right: 0px;
  }
  .articleOpen .articleAuthorBox {
    margin-top: 50px !important;
  }
  .articleAuthorBox {
    padding: 30px 30px 40px 30px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn {
    width: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div {
    width: 140px;
    height: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div span {
    width: 140px;
    height: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer {
    padding-left: 30px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 {
    padding-bottom: 5px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a a {
    font-size: 14px !important;
    padding: 8px 15px !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a a span {
    font-size: 21px !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .label {
    font-size: 14px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .name {
    font-size: 22px;
    padding: 0 0 5px;
  }
  .weeklyBox .weeklyBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .weeklyBox .weeklyBoxContainer ul li {
    padding: 18px 0;
  }
  .weeklyBox .weeklyBoxContainer ul li a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .buyNowBox .buyNowBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .buyNowBox .buyNowBoxContainer .price {
    margin: 20px 0 8px;
  }
  .buyNowBox .buyNowBoxContainer .price .value {
    font-size: 17px;
  }
  .buyNowBox .buyNowBoxContainer .title a {
    font-size: 17px !important;
  }
  .buyNowBox .buyNowBoxContainer .author {
    font-size: 14px !important;
  }
  .makeBookBox .makeBookBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .makeBookBox .makeBookBoxContainer .title {
    padding: 23px 0 13px 0;
  }
  .makeBookBox .makeBookBoxContainer .title a {
    font-family: 'pt_serifbold';
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .makeBookBox .makeBookBoxContainer .desc {
    padding-bottom: 30px;
    font-size: 15px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title {
    padding: 0 0 13px 0;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title a {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .number {
    padding-top: 15px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer ul li {
    padding-bottom: 20px;
  }
  .readAlsoBox .readAlsoBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .readAlsoBox .readAlsoBoxContainer ul li {
    padding-bottom: 15px;
  }
  .readAlsoBox .readAlsoBoxContainer .title {
    padding: 18px 0 8px 0;
  }
  .readAlsoBox .readAlsoBoxContainer .title a {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date {
    font-size: 14px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date span {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1319px) {
  .wrapper {
    width: 1024px;
  }
  .header .columnLeft .nav a .text {
    display: none;
  }
  .header .columnRight .search .searchContainer a .text {
    display: none;
  }
  .articleItem > .itemContainer .thumb {
    height: 160px;
  }
  .articleItem > .itemContainer > .content {
    height: 200px;
  }
  .articleItem > .itemContainer > .content .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .articleItem > .itemContainer > .content .title {
    padding: 10px 0;
    max-height: 98px !important;
  }
  .articleItem > .itemContainer > .content .title a {
    font-size: 17px !important;
    line-height: 22px;
  }
  .articleItem.video.widthX2 .itemContainer {
    height: 750px;
  }
  .articleItem.video.widthX2 .itemContainer .thumb {
    height: 360px;
  }
  .articleItem.video.widthX2 .itemContainer .content {
    height: 390px;
  }
  .articleItem.video.widthX2 .itemContainer .content .title {
    padding: 15px 0 0 0;
    max-height: none;
  }
  .articleItem.video.widthX2 .itemContainer .content .title a {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .desc {
    display: none !important;
  }
  .articleItem.video.widthX2 .itemContainer .play {
    top: 25% !important;
    width: 55px !important;
    height: 55px !important;
    margin-left: -27px !important;
    margin-top: -27px !important;
  }
  .articleItem.video.widthX2 .itemContainer .play span {
    line-height: 55px !important;
    font-size: 21px !important;
  }
  .articleItem.video .itemContainer .play {
    width: 35px !important;
    height: 35px !important;
    margin-left: -17px !important;
    margin-top: -17px !important;
  }
  .articleItem.video .itemContainer .play span {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .articleItem.background .thumb {
    height: 360px;
  }
  .articleItemSlider {
    height: 765px;
  }
  .articleItemSlider .articleItemX2 {
    height: 765px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .thumb {
    height: 360px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content {
    height: 390px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title {
    padding: 15px 0 0 0;
    max-height: none;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title a {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .desc {
    display: none;
  }
  .articleItemSlider *.slick-prev {
    top: 295px !important;
  }
  .articleItemSlider *.slick-next {
    top: 295px !important;
  }
  .articleItemSlider *.slick-prev {
    width: 35px !important;
    height: 35px !important;
  }
  .articleItemSlider *.slick-prev::before {
    font-size: 21px !important;
  }
  .articleItemSlider *.slick-next {
    width: 35px !important;
    height: 35px !important;
    left: 100px !important;
  }
  .articleItemSlider *.slick-next::before {
    font-size: 21px !important;
  }
  .masonryItems.grid33 .grid-item.widthX2 {
    height: 780px;
  }
  .masonryItems.grid25 .grid-item.heightX2 {
    height: 780px;
  }
  .masonryItems.grid25 .grid-item.widthX2 {
    height: 780px;
  }
  .recommendedArticles {
    height: 750px;
  }
  .recommendedArticles .headline {
    padding: 30px 30px 25px 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .recommendedArticles .headline h3 {
    font-size: 16px !important;
  }
  .recommendedArticles .gradient {
    bottom: 74px !important;
  }
  .recommendedArticles .content {
    top: 74px !important;
  }
  .recommendedArticles .content ul li {
    padding: 20px 0 !important;
  }
  .recommendedArticles .content .item {
    display: block !important;
    width: auto !important;
  }
  .recommendedArticles .content .item .thumb {
    display: block !important;
    width: auto !important;
    padding-bottom: 15px !important;
  }
  .recommendedArticles .content .item .desc {
    display: block !important;
    width: auto !important;
  }
  .recommendedArticles .content .item .desc .author {
    font-size: 16px;
    line-height: 18px !important;
    padding-bottom: 5px !important;
  }
  .recommendedArticles .content .item .desc .author a {
    font-size: 16px;
    line-height: 18px !important;
  }
  .recommendedArticles .content .item .desc .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .recommendedArticles .content .item .desc .date {
    font-size: 14px !important;
  }
  .recommendedArticles .button {
    padding: 25px 30px !important;
  }
  .recommendedArticles .button a {
    font-size: 16px !important;
  }
  .recommendedArticles .button a span {
    font-size: 21px !important;
    margin-top: 0px !important;
  }
  .salijItem .itemContainer {
    height: 360px;
  }
  .salijItem .itemContainer .thumb {
    padding: 0px 0 20px;
  }
  .salijItem .itemContainer .thumb img {
    height: 140px;
  }
  .salijItem .itemContainer .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .salijItem .itemContainer .title {
    padding: 10px 0 !important;
  }
  .salijItem .itemContainer .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .mainHeadline {
    padding: 30px 0 10px !important;
  }
  .mainHeadline h1,
  .mainHeadline h2 {
    font-size: 28px !important;
  }
  .footer .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .fourArticleList {
    margin-top: 30px !important;
  }
  .fourArticleList .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .otherArticleList {
    margin-top: 30px !important;
  }
  .otherArticleList .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .videosList {
    margin-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .videosList .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .videosList2 {
    margin-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .videosList2 .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .recommendedBooks {
    margin-top: 30px !important;
  }
  .recommendedBooks .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .recommendedBooks .recommendedBooksTable {
    margin-top: 15px !important;
  }
  .recommendedBooks .bookRow .bookRightColumn .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .alsoCheck {
    margin-top: 30px !important;
  }
  .alsoCheck .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .makeBook {
    margin-top: 30px !important;
  }
  .makeBook .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .bookstore {
    margin-top: 30px !important;
  }
  .bookstore .wrapper {
    border-top: solid 3px #ee3737 !important;
  }
  .alertBox .alertBoxContainer .content marquee {
    font-size: 16px !important;
  }
  .newsletterBox {
    margin-top: 0 !important;
  }
  .newsletterBox p {
    font-size: 16px !important;
  }
  .newsletterBox .formRow {
    margin: 10px 0 20px !important;
  }
  .newsletterBox .formRow .inputColumn input[type="text"] {
    font-size: 16px !important;
  }
  .newsletterBox .formRow .buttonColumn {
    width: 160px !important;
  }
  .newsletterBox .formRow .buttonColumn a {
    font-size: 16px !important;
  }
  .newsletterBox .formRow .buttonColumn a span {
    font-size: 24px;
  }
  .bookstoreSlider {
    padding: 20px !important;
    height: 460px !important;
  }
  .bookstoreSlider .bookstoreItem {
    min-height: 380px !important;
  }
  .bookstoreSlider .bookstoreItem .price .value {
    font-size: 16px !important;
  }
  .bookstoreSlider .bookstoreItem .price .cart {
    right: auto !important;
    left: 110px !important;
    top: -5px !important;
  }
  .bookstoreSlider .bookstoreItem .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .bookstoreSlider *.slick-prev {
    top: -59px !important;
    width: 35px !important;
    height: 35px !important;
    right: 40px !important;
  }
  .bookstoreSlider *.slick-prev::before {
    font-size: 21px !important;
  }
  .bookstoreSlider *.slick-next {
    top: -59px !important;
    width: 35px !important;
    height: 35px !important;
    right: 0 !important;
  }
  .bookstoreSlider *.slick-next::before {
    font-size: 21px !important;
  }
  .booksPromoBox {
    height: 460px !important;
  }
  .booksPromoBox .bookstoreItem {
    min-height: 370px !important;
    padding: 5px 0 !important;
  }
  .booksPromoBox .bookstoreItem .price .value {
    font-size: 16px !important;
  }
  .booksPromoBox .bookstoreItem .price .value .promo {
    margin-left: 5px !important;
    font-size: 14px !important;
  }
  .booksPromoBox .bookstoreItem .price .cart {
    right: auto !important;
    left: 120px !important;
    top: -5px !important;
  }
  .booksPromoBox .bookstoreItem .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .booksPromoBox .bookstoreItem .author {
    font-size: 14px !important;
  }
  .booksPromoBox .bookstoreItem .cover {
    max-width: 152px !important;
  }
  .booksPromoBox *.slick-dots {
    bottom: 15px !important;
    left: 30px !important;
  }
  .videosList .videosSlider *.slick-prev {
    top: -44px !important;
    width: 35px !important;
    height: 35px !important;
    right: 55px !important;
  }
  .videosList .videosSlider *.slick-prev::before {
    font-size: 21px !important;
  }
  .videosList .videosSlider *.slick-next {
    top: -44px !important;
    width: 35px !important;
    height: 35px !important;
    right: 15px !important;
  }
  .videosList .videosSlider *.slick-next::before {
    font-size: 21px !important;
  }
  .onePercent {
    margin-top: 80px !important;
  }
  .onePercent .onePercentContainer {
    padding: 60px 0 60px 30px !important;
  }
  .onePercent .onePercentContainer h3 {
    font-size: 28px !important;
  }
  .onePercent .onePercentContainer .desc {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 0 30px !important;
  }
  .onePercent .onePercentContainer .button a {
    font-size: 16px !important;
    padding: 15px 25px !important;
  }
  .onePercent .onePercentContainer .button a span {
    font-size: 21px !important;
    padding-left: 10px !important;
    margin-top: 0px !important;
  }
  .onePercent .photo {
    right: 5% !important;
  }
  .onePercent .photo img {
    max-height: 420px !important;
  }
  .authorsBox .itemContainer {
    height: 360px;
  }
  .authorsBox .itemContainer .image img {
    height: 190px;
  }
  .authorsBox .itemContainer .content h2 {
    padding-right: 0;
    font-size: 19px !important;
    line-height: 26px !important;
  }
  .authorsBox .itemContainer .content .desc {
    display: none;
  }
  .authorsBox .itemContainer .content .button {
    padding: 10px 0 0 0;
  }
  .authorsBox .itemContainer .content .button a {
    font-size: 14px !important;
  }
  .authorsBox .itemContainer .content .button a span {
    font-size: 21px !important;
  }
  .donorBox .donorBoxContainer .desc {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .donorBox .donorBoxContainer h2 {
    font-size: 19px !important;
    line-height: 26px !important;
  }
  .donorBox .donorBoxContainer .button a {
    font-size: 14px !important;
  }
  .donorBox .donorBoxContainer .button a span {
    font-size: 21px !important;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn {
    width: 250px !important;
    display: block !important;
  }
  .makeBook .makeBookItem .bookRow .bookLeftColumn a img {
    max-height: auto;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn {
    display: block !important;
    width: auto !important;
    padding-top: 20px !important;
    height: 120px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .title {
    padding-bottom: 10px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .desc {
/*    display: none; */
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .author {
    font-size: 14px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a {
    font-size: 14px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .button a span {
    font-size: 21px !important;
  }
  .makeBook .makeBookItem .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookLeftColumn {
    vertical-align: top !important;
    display: table-cell !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn {
    vertical-align: top !important;
    display: table-cell !important;
    position: relative !important;
    padding: 0 !important;
    height: 240px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title a {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .footer .nav ul {
    padding: 25px 0 !important;
  }
  .footer .copyright {
    padding: 25px 0 35px 0 !important;
    font-size: 15px;
  }
  .newsletter {
    padding: 40px 0 50px 0 !important;
  }
  .newsletter h3 {
    font-size: 28px !important;
  }
  .newsletter .desc {
    font-size: 15px !important;
    padding: 10px 0 25px 0 !important;
  }
  .newsletter form .formRow .inputColumn input[type="text"] {
    font-size: 16px !important;
  }
  .newsletter form .formRow .buttonColumn {
    width: 160px !important;
  }
  .newsletter form .formRow .buttonColumn a {
    font-size: 16px !important;
  }
  .newsletter form .formRow .buttonColumn a span {
    font-size: 24px;
  }
  .articleAuthorBox {
    padding: 30px 30px 40px 30px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn {
    width: 120px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div {
    width: 120px;
    height: 120px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div span {
    width: 120px;
    height: 120px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer {
    padding-left: 25px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 {
    padding-bottom: 5px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a {
    font-size: 14px !important;
    padding: 8px 15px !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight .button a span {
    font-size: 13px !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .name {
    font-size: 20px;
    padding: 0 0 5px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .desc {
    font-size: 16px;
  }
  .articleOpen .lead p {
    font-size: 24px !important;
  }
  .articleOpen .articleContent p {
    font-size: 18px;
    padding-top: 10px !important;
  }
  .articleOpen .articleContent strong,
  .articleOpen .articleContent b {
    font-size: 18px;
  }
}
@media screen and (max-width: 1063px) {
  .wrapper {
    width: auto;
  }
  .wrapperContainer {
    margin: 0 15px;
  }
  .firstBox .row {
    display: block !important;
  }
  .firstBox .row > div {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .advertBox img {
    width: 100% !important;
  }
  .donorBox .donorBoxContainer .desc {
    display: block !important;
  }
  .donorBox .donorBoxContainer .image {
    display: none;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper {
    text-align: center !important;
    padding-top: 60px;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink {
    padding-bottom: 12px;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink a {
    font-size: 24px;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink {
    padding-bottom: 8px;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a {
    font-size: 16px;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a span {
    display: none;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .row > div {
    padding-bottom: 15px;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"] {
    border-bottom: solid 3px #ffacac !important;
    font-size: 24px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"]:focus {
    border-bottom: solid 3px #ffffff !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a {
    top: 15px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a span {
    font-size: 24px !important;
  }
  .header .columnRight .social {
    display: none;
  }
  .header .columnRight .search {
    padding-right: 15px;
  }
  .bookstoreSlider .bookstoreItem .cover {
    max-width: 152px !important;
  }
  .tp {
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .recommendedArticles {
    height: 360px !important;
  }
  .recommendedArticles .content .item {
    display: table !important;
    width: 100% !important;
  }
  .recommendedArticles .content .item .thumb {
    display: table-cell !important;
    vertical-align: top !important;
    padding-right: 20px !important;
    width: 60px !important;
  }
  .recommendedArticles .content .item .desc {
    display: table-cell !important;
    vertical-align: top !important;
  }
  .salijItem .itemContainer {
    padding-left: 260px !important;
    text-align: left !important;
  }
  .salijItem .itemContainer .thumb {
    padding: 0 !important;
    position: absolute !important;
    top: 75px !important;
    left: 30px !important;
  }
  .salijItem .itemContainer .thumb img {
    width: auto !important;
    height: auto !important;
  }
  .salijItem .itemContainer .label {
    padding-top: 90px !important;
  }
  .salijItem .itemContainer .title {
    padding: 15px 0 !important;
    max-height: none !important;
  }
  .salijItem .itemContainer .title a {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .salijItem .itemContainer .date {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    text-align: left !important;
  }
  .masonryItems.grid25 .grid-item,
  .masonryItems.grid25 .grid-sizer {
    width: 33.3% !important;
  }
  .masonryItems.grid25 .grid-item.authorsBox,
  .masonryItems.grid25 .grid-sizer.authorsBox {
    width: 100% !important;
    height: auto !important;
  }
  .masonryItems.grid25 .grid-item.heightX2 {
    width: 100% !important;
    height: 390px !important;
  }
  .masonryItems.grid25 .grid-item.widthX2 {
    width: 66.6% !important;
  }
  .authorsBox .itemContainer {
    height: auto !important;
  }
  .authorsBox .itemContainer .image img {
    height: 190px;
  }
  .authorsBox .itemContainer .content {
    position: relative !important;
    bottom: auto !important;
    top: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }
  .authorsBox .itemContainer .content .desc {
    display: block !important;
    padding-right: 240px !important;
  }
  .donorBox.long {
    margin-top: 30px !important;
  }
  .donorBox.long .donorBoxContainer {
    height: auto !important;
  }
  .donorBox.long .donorBoxContainer .desc {
    padding-right: 160px !important;
  }
  .donorBox.long .donorBoxContainer .desc br {
    display: none !important;
  }
  .donorBox.long .content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .donorBox.long .image {
    display: block !important;
  }
  .onePercent .photo {
    right: -40px !important;
  }
  .onePercent .photo img {
    max-height: 420px !important;
  }
  .booksPromoBox .bookstoreItem .title {
    padding-right: 20px !important;
  }
  .articleOpen .options {
    padding-bottom: 10px;
  }
  .articleOpen .mainHeadline {
    padding-bottom: 5px !important;
  }
  .articleOpen .lead {
    padding: 20px 0 0px;
  }
  .articleOpen .lead p {
    font-size: 20px;
  }
  .articleOpen p {
    font-size: 17px;
    padding-top: 5px !important;
  }
  .articleOpen .lead p {
    font-size: 22px !important;
  }
  .articleOpen .articleContent p {
    font-size: 17px;
    padding-top: 5px !important;
  }
  .articleOpen .articleContent strong,
  .articleOpen .articleContent b {
    font-size: 17px;
  }
  .quoteBox,
  blockquote {
    max-width: 360px;
    margin: 20px 20px 20px 0;
    padding: 0 20px;
    font-size: 18px;
  }
  .weeklyBox .weeklyBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .weeklyBox .weeklyBoxContainer .cover {
    max-width: 320px;
  }
  .weeklyBox .weeklyBoxContainer ul {
    padding-top: 15px !important;
  }
  .weeklyBox .weeklyBoxContainer ul li {
    padding: 12px 0;
  }
  .weeklyBox .weeklyBoxContainer ul li a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .buyNowBox .buyNowBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .buyNowBox .buyNowBoxContainer .price {
    margin: 20px 0 8px;
    max-width: 320px;
  }
  .buyNowBox .buyNowBoxContainer .price .value {
    font-size: 17px;
  }
  .buyNowBox .buyNowBoxContainer .cover {
    max-width: 320px;
  }
  .buyNowBox .buyNowBoxContainer .title a {
    font-size: 17px !important;
  }
  .buyNowBox .buyNowBoxContainer .author {
    font-size: 14px !important;
  }
  .makeBookBox .makeBookBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .makeBookBox .makeBookBoxContainer .title {
    padding: 23px 0 13px 0;
  }
  .makeBookBox .makeBookBoxContainer .title a {
    font-family: 'pt_serifbold';
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .makeBookBox .makeBookBoxContainer .cover {
    max-width: 320px;
  }
  .makeBookBox .makeBookBoxContainer .desc {
    padding-bottom: 30px;
    font-size: 15px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .cover {
    max-width: 320px;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title {
    padding: 0 0 13px 0;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .title a {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer .number {
    padding-top: 15px !important;
  }
  .weeklyArchiveBox .weeklyArchiveBoxContainer ul li {
    padding-bottom: 20px;
  }
  .readAlsoBox .readAlsoBoxContainer h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    padding-bottom: 13px;
  }
  .readAlsoBox .readAlsoBoxContainer .cover {
    max-width: 320px;
  }
  .readAlsoBox .readAlsoBoxContainer ul li {
    padding-bottom: 15px;
  }
  .readAlsoBox .readAlsoBoxContainer .title {
    padding: 18px 0 8px 0;
  }
  .readAlsoBox .readAlsoBoxContainer .title a {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date {
    font-size: 14px !important;
  }
  .readAlsoBox .readAlsoBoxContainer .date span {
    margin-right: 10px !important;
  }
  .articlesList {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .tp {
    padding: 60px 0 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  .masonryItems.grid25 .grid-item,
  .masonryItems.grid25 .grid-sizer {
    width: 50% !important;
  }
  .masonryItems.grid25 .grid-item.heightX2 {
    width: 100% !important;
  }
  .masonryItems.grid25 .grid-item.widthX2 {
    width: 50% !important;
    height: 390px !important;
  }
  .masonryItems.grid33 .grid-item,
  .masonryItems.grid33 .grid-sizer {
    width: 50% !important;
  }
  .masonryItems.grid33 .grid-item.widthX2 {
    width: 50% !important;
    height: 390px !important;
  }
  .masonryItems.grid50 .grid-item,
  .masonryItems.grid50 .grid-sizer {
    width: 50% !important;
  }
  .masonryItems.grid100 .grid-item,
  .masonryItems.grid100 .grid-sizer {
    width: 100%;
  }
  .articleItemSlider {
    height: 360px;
  }
  .articleItemSlider .articleItemX2 {
    height: 360px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .thumb {
    height: 160px;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content {
    height: 200px;
    padding: 25px 30px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title {
    padding: 10px 0;
    max-height: 98px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .other {
    border: none !important;
    padding: 0 30px 25px 30px !important;
  }
  .articleItemSlider .articleItemX2 .itemContainer .content .other .author {
    display: none !important;
  }
  .articleItemSlider *.slick-prev {
    top: 115px !important;
    left: 45px !important;
  }
  .articleItemSlider *.slick-next {
    top: 115px !important;
    left: 85px !important;
  }
  .salijItem .itemContainer .title {
    padding: 15px 0 !important;
    max-height: none !important;
  }
  .salijItem .itemContainer .title a {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    top: 5px !important;
    margin-left: -100px;
  }
  .header .logo a svg {
    width: 200px !important;
  }
  .header .columnLeft {
    padding: 0 15px;
  }
  .header .columnLeft .nav a {
    top: 18px;
  }
  .header .columnRight {
    padding: 0 15px;
    margin: 15px 0 0 0;
  }
  .articleItem.video.widthX2 .itemContainer {
    height: 360px !important;
  }
  .articleItem.video.widthX2 .itemContainer .thumb {
    height: 160px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content {
    height: 200px !important;
    padding: 25px 30px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .title {
    padding: 10px 0;
    max-height: 98px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .other {
    border: none !important;
    padding: 0 30px 25px 30px !important;
  }
  .articleItem.video.widthX2 .itemContainer .content .other .author {
    display: none !important;
  }
  .articleItem.video.widthX2 .itemContainer .play {
    top: 22% !important;
    width: 35px !important;
    height: 35px !important;
    margin-left: -17px !important;
    margin-top: -17px !important;
  }
  .articleItem.video.widthX2 .itemContainer .play span {
    line-height: 35px !important;
    font-size: 14px !important;
  }
  .onePercent .photo {
    right: -100px !important;
  }
  .onePercent .photo img {
    max-height: 380px !important;
  }
  .footer .nav {
    display: none !important;
  }
  .articleOpen .lead {
    padding: 20px 0 0px;
  }
  .articleOpen .lead p {
    font-size: 18px;
  }
  .articleOpen p {
    font-size: 16px;
    padding-top: 5px !important;
  }
  .articleOpen .mainHeadline h1,
  .articleOpen .mainHeadline h2 {
    font-size: 22px !important;
    line-height: 28px;
  }
  .quoteBox,
  blockquote {
    max-width: 100%;
    margin: 0 0 30px 0;
    padding: 0 20px;
    font-size: 17px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer {
    padding-left: 25px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 {
    padding-bottom: 5px;
    display: block !important;
    float: none !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight {
    display: block !important;
    float: none !important;
    text-align: left !important;
    padding: 10px 0 !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnLeft {
    display: block !important;
    float: none !important;
    text-align: left !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookLeftColumn {
    width: 120px !important;
    max-width: 120px !important;
    display: block !important;
    height: 120px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookLeftColumn a img {
    max-height: 120px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn {
    display: block !important;
    width: auto !important;
    padding-top: 20px !important;
    height: 120px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title {
    padding-bottom: 10px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .desc {
/*    display: none !important; */
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .author {
    font-size: 14px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .button a {
    font-size: 14px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .button a span {
    font-size: 21px !important;
  }
  .makeBook .makeBookItem.onlyOne .bookRow .bookRightColumn .bottom .price span.value {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .subpage .articlesList .articlesListContainer {
    padding: 5px 30px 10px;
  }
  .subpage .articlesList .articlesListContainer ul li {
    padding: 25px 0 20px;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow {
    display: block !important;
    width: auto !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn {
    display: block !important;
    width: 100% !important;
    max-width: 320px !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .thumbColumn .thumbColumnContainer {
    display: block !important;
    width: auto !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn {
    display: block !important;
    width: auto !important;
    padding-top: 15px !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer {
    padding-left: 0 !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .date {
    margin-right: 15px;
    font-size: 14px;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .date span {
    margin-right: 5px;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author {
    margin-right: 15px;
    font-size: 14px;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .other .author span {
    margin-right: 5px;
  }
  .subpage .articlesList .articlesListContainer ul li .articleRow .descColumn .descColumnContainer .desc {
    display: none !important;
  }
  .articleOpen .makeBook {
    float: none !important;
    width: auto !important;
    margin: 20px 0 40px 0 !important;
  }
}
@media screen and (max-width: 577px) {
  .alertBox {
    display: none;
  }
  .articleOpen .options {
    padding-top: 15px;
  }
  .articleOpen .options .author {
    display: block !important;
  }
  .articleOpen .options .date {
    display: block !important;
    padding-top: 10px;
  }
  .onePercent .row .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .onePercent .photo {
    display: none !important;
  }
  .onePercent .onePercentContainer {
    padding-right: 30px !important;
  }
  .masonryItems.grid25 .grid-item,
  .masonryItems.grid25 .grid-sizer {
    width: 100% !important;
  }
  .masonryItems.grid25 .grid-item.heightX2 {
    width: 100% !important;
  }
  .masonryItems.grid25 .grid-item.widthX2 {
    width: 100% !important;
    height: 390px !important;
  }
  .masonryItems.grid33 .grid-item,
  .masonryItems.grid33 .grid-sizer {
    width: 100% !important;
  }
  .masonryItems.grid33 .grid-item.widthX2 {
    width: 100% !important;
    height: 390px !important;
  }
  .masonryItems.grid50 .grid-item,
  .masonryItems.grid50 .grid-sizer {
    width: 100% !important;
  }
  .masonryItems.grid100 .grid-item,
  .masonryItems.grid100 .grid-sizer {
    width: 100%;
  }
  .salijItem .itemContainer {
    text-align: center !important;
    padding-left: 30px !important;
  }
  .salijItem .itemContainer .thumb {
    padding: 0px 0 20px !important;
    position: relative !important;
    top: auto !important;
    left: 0 !important;
  }
  .salijItem .itemContainer .thumb img {
    height: 140px !important;
  }
  .salijItem .itemContainer .label {
    padding-top: 0 !important;
  }
  .salijItem .itemContainer .label a {
    font-size: 12px !important;
    padding: 5px 8px 3px 8px !important;
  }
  .salijItem .itemContainer .title {
    padding: 10px 0 !important;
  }
  .salijItem .itemContainer .title a {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .salijItem .itemContainer .date {
    text-align: center !important;
    position: absolute !important;
    bottom: 25px !important;
    left: 30px !important;
    right: 30px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle {
    padding: 0 30px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink {
    padding-bottom: 2px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a {
    font-size: 14px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink a span {
    display: none;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .subLink:last-of-type {
    padding-bottom: 15px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink {
    padding-bottom: 5px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .mainLink a {
    font-size: 18px !important;
  }
  .menuLayer .menuLayerContainer .menuLayerContainerMiddle .menuLayerWrapper .row > div {
    padding-bottom: 0;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle {
    padding: 0 30px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"] {
    border-bottom: solid 2px #ffacac !important;
    font-size: 18px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form input[type="text"]:focus {
    border-bottom: solid 2px #ffffff !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a {
    top: 10px !important;
  }
  .searchLayer .searchLayerContainer .searchLayerContainerMiddle .searchLayerWrapper form a span {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 459px) {
  .header .languages {
    display: none !important;
  }
  .header .columnRight .search {
    padding-right: 0 !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer {
    display: block !important;
    width: auto !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div {
    width: 140px;
    height: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .thumbColumn .thumbColumnContainer > div span {
    display: block;
    width: 140px;
    height: 140px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn {
    display: block !important;
    width: auto !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 {
    padding-top: 30px;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnLeft {
    text-align: center !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .row1 .columnRight {
    text-align: center !important;
    padding-bottom: 0 !important;
  }
  .articleAuthorBox .articleAuthorBoxContainer .descColumn .descColumnContainer .desc {
    display: none !important;
  }
  body.Content .options div.label {
    width: auto !important;
    display: inline-block !important;
  }
}

