@charset "UTF-8";
/* CSS Document */

/* FONTS */

/* cardo-regular - latin */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cardo-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cardo-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cardo-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cardo-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cardo-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cardo-v19-latin-regular.svg#Cardo') format('svg'); /* Legacy iOS */
}
/* cardo-italic - latin */
@font-face {
  font-family: 'Cardo';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cardo-v19-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cardo-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cardo-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cardo-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cardo-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cardo-v19-latin-italic.svg#Cardo') format('svg'); /* Legacy iOS */
}
/* cardo-700 - latin */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cardo-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cardo-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cardo-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cardo-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cardo-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cardo-v19-latin-700.svg#Cardo') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* FONTS end */

html { width:100%; min-height: -webkit-fill-available; height:100vh;}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	height:100vh;
	min-height: -webkit-fill-available;
	min-height:100%;
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#d9b5a7;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	
	color:#000;
	/*font-size:.85rem;
	line-height:1rem;*/

	font-size:14px;
	line-height:1.1rem;
	font-weight:400;
	margin:0px;
	padding:0px;
}
.catbottom-main{
	position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.ecard-fixed { display:block;}
.ecard-mob { display:none; }

.font-change { font-family: 'Nunito', sans-serif; font-weight:500;}
 
.clearfix { clear:both;}
img { border:0; border-style: none; outline:0;}
img { image-rendering:high-quality;}
*:focus { outline:0!important;}

a:link, a:visited { color:#c8340d; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}
.ecard {
	background-color: rgba(255, 251, 245, .97)!important;
	background:url(../images/bg-ecard.jpg) no-repeat bottom center scroll;
	/*border:1px solid #b1217c;*/
	border:3px solid #6a2500;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
	margin:25px auto 0px!important;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}

.logo-naxos { width:85px; position:absolute; top:-3px; left:30px; z-index:600;}

.flag2 {
	width:70px;
	background-color:#c20000;
	color:#FFFFFF;
	font-size:11px;
	font-weight:700;
	text-align:center;
	padding:3px 5px;
	margin-right:41px;
}
/* NAVIGATION */
.navigation-m nav {
	width:600px;
	font-family: 'Lato', sans-serif;
	padding:0px 0px 0px 0px;
	background-color: rgba(200, 52, 13, 1);
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	position:relative;
	z-index:200;
	margin:0px auto 0px;
}

/* By Dominik Biedebach @domobch */
.navigation-m nav ul, .bottom-bar nav ul {
	list-style: none;
	text-align: center;
	margin:0px!important;
	padding:0px!important;
}
.navigation-m nav ul li {
	display: inline-block;
	margin:0px;
	padding:0px;
}

.navigation-m nav ul li.divider {
	display:inline-block;
	border-right:1px solid #FFFFFF;
}

.navigation-m nav ul li a {
	display:block;
	padding: 5px 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700!Important;
	margin: 0px 0px -4px 0px;
}

.navigation-m nav .active-nav {
	color:#ffffff;
	background: rgba(255, 135, 5, .5);
}

/*.navigation-m nav .active {
	display:block;
	padding: 3px 15px 2px 15px;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	margin: 0px 0px -5px 0px!important;
}*/

/*.navigation-m nav .active {
	border-bottom:3px solid #ffd678;
}*/

.navigation-m nav ul li a,
.navigation-m nav ul li a:after,
.navigation-m nav ul li a:before {
	transition: all .5s;
}
.navigation-m nav ul li a:hover {
	color: #ffffff;
}

.navigation-m nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.navigation-m nav.fill ul li a:hover {
  color: #FFFFFF;
  z-index: 1;
}
.navigation-m nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
.navigation-m nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* By Dominik Biedebach @domobch */
.navigation-m nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
.navigation-m nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #e45e09;
    border-radius: 100%;
  }
  100% {
    background: #e45e09;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* By Dominik Biedebach @domobch */

/* NAVIGATION end */

.fweight400 { font-weight:400;}
.fweight700 { font-weight:700;}

.fsize6 {font-size:6px; line-height:7px;}
.fsize10 {font-size:10px; line-height:10px;}
.fsize12 {font-size:12px; line-height:16px;}

h1 { font-family: 'Cardo', serif; font-size:38px; line-height:40px; font-weight:700; color:#c8340d; margin:20px 0px 15px 0px;}
h1 .sub { font-size:22px; line-height:25px; color:#562727; }
h2 { font-family: 'Cardo', serif; font-size:20px; line-height:25px; font-weight:700; color:#c8340d; margin:0px 0px 15px 0px;}
h4 { font-family: 'Cardo', serif; font-weight:700; font-size:27px; line-height:40px; text-align:center; color:#562727; margin:15px 0px 0px;}
h5 { font-family: 'Cardo', serif; font-size:38px; line-height:40px; font-weight:700; color:#c8340d; margin:20px 0px 15px 0px;}
h5 .sub { font-size:22px; line-height:25px; color:#562727; }


.year { font-size:15px; line-height:18px;}
.quote { font-size:13px; line-height:17px; color: #6b3232; font-weight:700; margin-bottom:0px;}
.publication { font-size:13px; line-height:17px; color: #6b3232;; text-align:right}

.catno { font-size:12px; line-height:15px;}
.credit { font-size:10px; line-height:12px; font-weight:700; position:absolute; bottom:5px; left:10px; }
.shadow-txt-l { text-shadow: 0 0 3px rgba(255,255,255,0.8); }
.shadow-txt-d { text-shadow: 0 0 8px rgba(0,0,0,1); }
.txt-white { color:#FFFFFF;}
.txt-black { color:#000000;}

.p-lr10 { padding-left:10px; padding-right:10px;}
.p-lr15 { padding-left:15px; padding-right:15px;}
.p-lr20 { padding-left:20px; padding-right:20px;}
.p-lr30 { padding-left:30px; padding-right:30px;}
.p-lr40 { padding-left:40px; padding-right:40px;}
.p-lr50 { padding-left:50px; padding-right:50px;}

.rel { position:relative;}
.up { position:relative; z-index:250!important;}

.shadow-img {
	-moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
}

.content-home { margin-top:30px; position:relative; z-index:200;}
.content-recommended { margin-top:20px;}
.content-audiobooks { margin-top:50px;}
.content-home .half-l, .content-home .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hover-bright {
	-webkit-filter: brightness(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-bright:hover {
	-webkit-filter: brightness(120%);
}

.hover-contrast {
	-webkit-filter: contrast(100%);
	opacity:1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-contrast:hover {
	opacity:.8;
	-webkit-filter: contrast(120%);
}

/*.hover-opacity {
	opacity: 1;
	transition: all .5s ease;
}

.hover-opacity:hover{
	opacity: 0.9;
}*/
.hover-opacity {
	opacity: 0.9;
	transition: all .2s ease;
}

.hover-opacity:hover{
	opacity: 0.5;
}

hr.style-one {
	width:100%;
	border: 0;
	height: 1px;
	background: #eeeeee;
	margin:10px auto 10px;
}

.btn-m {
  padding: 5px 15px 5px;
  text-align: center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:3px;
  cursor: pointer;
  display:inline-block;
}
.btn-reco {
	color: #000000!important;
	padding: 3px 20px;
	text-align: center;
	font-size:14px;
	font-weight:600;
	opacity: 1;
	transition: 0.3s;
	border-radius:2px;
	cursor: pointer;
	border:1px solid #eec7b1;

	/*background:rgba(184,188,159, .3);*/
	background: rgba(211,161,147, .2);
	/*padding:5px 20px;*/
}
.catbottom-l {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 0px;
}
.catbottom-r {
   position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 10px;
}


.btn-s {
  padding: 3px 7px 3px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  line-height:15px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
  display:inline-block;
}
.btns {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 5px 0px 5px;
}
a.btn-m, a.btn-s { color: #FFFFFF; text-decoration:none;}



.btn-discover { background-color:#6b3232; color: #FFFFFF;}
.btn-discover:hover { background-color:#502121; color: #FFFFFF; text-decoration:none; cursor:pointer;}
.btn-watch { background-color:#c8340d; color:#FFFFFF;}
.btn-watch:hover { background-color:#9f2606; color:#FFFFFF;}

.btns-row {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 3px;
}


.revs { margin-left:0px;}

.rev-icons {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 5px;
	
}

.star {
	color:#C20000;
	font-size:11px;
	line-height:15px;
}

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #faeee0 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.table-sm th, .table-sm td {
	padding:0;
}

.box-home {
	background: rgba(211,161,147, .2);
	border:1px solid #eec7b1;
	padding:10px 40px 10px 20px;
	position:relative;
	bottom:0px;
	right:-30px;
	display:block;
}

.box-home-cat {
	margin-bottom:0px;
}


.covers-main {
	text-align:center;
	/*margin-bottom:25px;*/
	margin-bottom:10px;
}

.covers-s {
	text-align:center;
	margin-bottom:5px;
}

/* INLINE */
.inline-style {

	width:100%;
	height:100%;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	letter-spacing:normal;
	line-height:1.1rem;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
	overflow:auto;
}

.inline-content {
	margin-top:20px;
	text-align:justify;
}

.inline-content a:link, .inline-content a:visited, .inline-content a:active {
	color:#666;
	background:none;
}

.inline-content a:hover {
	background:none;
}

.inline-img {
	float:left;
	margin:0px 15px 5px 0px;
	position:relative;
	z-index:100;
}

.inline-right img{
	float: right; 
	padding-left:10px;
	padding-top:10px;
	position:absolute;
	bottom: 10px;
}

.box {
	background-color:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:15px;
	margin:15px auto;
}


/* INLINE end */




/* FOOTER */

.footer {
	width:100%;
	font-size:12px;
	line-height:13px;
	font-weight:400;
	text-align:center;
	margin:20px 0px;
	color:#000000;
}

.footer a {
	color:#000000!important;
}

.footer a:hover {
	/*color:#b1217c!important;*/
	color:#c8340d!important;
	text-decoration:none!important;
}



/* FOOTER end */



@media screen and (min-width: 980px) {
.ecard {
	width:980px;
	height:570px;
}
.catbottom-main {
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
}
.catbottom-l {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.catbottom-r {
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

}

@media screen and (min-width: 576px) {

.content-home .half-l {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	
}

.content-home .half-r {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

}

@media screen and (max-width: 575px) {
.ecard {
	width:100%;
	/*height:100%;*/
	border:none;
	margin-top:0px!important;
	position:relative;
	overflow-y:scroll;
}

.ecard-fixed { display:none;}
.ecard-mob { display:block; }

.no-pad-mob { padding:0px;}
.p-lr15-mob { padding-left:15px!important; padding-right:15px!important;}
.p-lr30-mob { padding-left:30px; padding-right:30px;}
.txt-cen-mob { text-align:center!important;}
.no-mt-mob { margin-top:0px!important;}
.no-mb-mob { margin-bottom:0px!important;}
.mb15-mob { margin-bottom:15px;}
.audio-cen-mob { width:245px; margin:3px auto 0px!important;}
.justify-cen-mob { justify-content:center!important;}
.revs { margin-left:0px;}


h1, h5 { font-size:34px; line-height:35px; margin:100px 0px 15px 0px;}
h4 { font-size:27px; line-height:35px; margin:100px 0px 15px 0px;}


.box-home {
	margin-top:30px;
	padding:20px;
	position:relative;
	bottom:0px;
	right:0px;
}

.box-home-cat {
	margin-bottom:20px;
}

.content-home { margin-top:20px;}

.w100-mob { width:100%;}
.w75-mob { width:75%!important;}
.w50-mob { width:50%;}

}

/* TEXT HOVER */

.text-link::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.text-link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.text-link::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: rgba(243, 191, 181, .8);
  z-index: -1;
  transition: transform .3s ease;
}

.text-link {
	padding:0px 0px;
  position: relative;
}

/*

/* TEXT HOVER end */
