@charset "UTF-8";
/* CSS Document */

/* FONTS */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700italic.svg#SourceSansPro') 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: 'Source Sans Pro', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#4a2116;
	-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:15px;
	line-height:19px;
	font-weight:400;
	letter-spacing:-.02rem;
	margin:0px;
	padding:0px;
}

.ecard-fixed { display:block;}
.ecard-mob { display:none; }

.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:#b2241c; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}

.txt-red { color:#b2241c;}
.txt-blue { color:#004D92; }
.txt-blue2 { color:#064278; }
.txt-black { color:#000000;}
.txt-white { color:#ffffff;}

.ecard {
	background-color: rgba(239, 235, 234, 1)!important;
	-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);
	border:2px solid #a1a1a1;
	margin:25px auto 0px!important;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}

.bg2:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:.2;
  background-image: url('../images/ecard-bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index:100;
}


.logo-naxoseduc { width:85px; position:absolute; top:-3px; left:25px; z-index:600;}

/* NAVIGATION */
.navigation-m nav {
	/*background: rgba(10,104,88,1);*/
	/*padding: 50px 0;*/
	padding:0px 0px 0px 0px;
	margin-top:15px;
	background-color: rgba(178,36,28,1);
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	position:relative;
	z-index:200;
}

/* 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 a {
	display:block;
	padding: 5px 23px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0px 0px -5px 0px;
}

.navigation-m nav .active-nav {
	color:#000000;
	background: #f7d048;
}

/*.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: #000000;
}

.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: #d01f26;
  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: #f7d048;
    border-radius: 100%;
  }
  100% {
    background: #f7d048;
    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 */

h1 { font-family: 'Source Sans Pro', sans-serif; font-size:36px; line-height:35px; text-align:center; font-weight:700; color:#b2241c; margin:25px 0px 0px 0px;}
h2 { font-family: 'Source Sans Pro', sans-serif; font-size:36px; line-height:35px; text-align:center; font-weight:600; color:#000000; margin:20px 0px 0px 0px;}
h3 { font-family: 'Source Sans Pro', sans-serif; font-size:23px; line-height:25px; font-weight:700; margin:0px 0px 15px 0px;}

.review-txt { font-family: Helvetica, Arial, sans-serif; font-size:7px; line-height:8px;}
.fsize12 { font-size:12px; line-height:15px;}
.fsize13 { font-size:13px; line-height:15px;}
.fsize13-2 { font-size:13px; line-height:16px;}
.fsize14 { font-size:14px; line-height:18px;}
.fsize14-2 { font-size:14px; line-height:17px;}
.fsize15 { font-size:15px; line-height:18px;}
.fsize17 { font-size:17px; line-height:20px;}

.fweight400 { font-weight:400;}
.fweight600 { font-weight:600;}
.fweight700 { font-weight:700;}

.credit-home1 {
	font-size:9px;
	text-align:center;
	line-height:10px;
	position:absolute;
	bottom:15px;
	left:40px;
	z-index:110;
}
.credit-home2 {
	font-size:9px;
	text-align:center;
	line-height:10px;
	position:absolute;
	bottom:15px;
	right:40px;
	z-index:110;
}

.credit { font-size:10px; line-height:12px; font-weight:600; 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); }

.line-edit { font-size:12px; line-height:8px; font-weight:600;}

.p-lr5 { padding-left:5px; padding-right:5px;}
.p-lr15 { padding-left:15px; padding-right:15px;}
.p-lr25 { padding-left:25px; padding-right:25px;}
.rel { position:relative;}
.up { position:relative; z-index:400;}

.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);
}

.img-link {
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}

.pointer { width:25px; position:absolute; right:173px; top:18px; z-index:850}

.btn-astatement {
	max-width:210px;
	height:45px;
	text-align:center;
	padding:5px 25px;
	font-size:13px;
	font-weight:600;
	position:absolute;
	background-color:#f7d048;
	color:#000000;
	border-radius:5px;
	right:-15px;
	top:170px;
	z-index:800;
}

.btn-astatement:hover { cursor:pointer;}

.content-home { margin-top:15px; position:relative; z-index:200;}
.content-films { margin-top:30px; position:relative; z-index:200;}
.content-book { margin-top:20px; position:relative; z-index:200;}
.content-artists { margin-top:20px; position:relative; z-index:200;}
.content-recommended { margin-top:20px; position:relative; z-index:200;}

.content-home .half-l, .content-home .half-r, .content-home .dvds, .content-films .half-l, .content-films .half-r, .content-artists .half-l, .content-artists .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.content-book .half-l {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 10px;
}

.content-book .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

hr.style-one {
	width:100%;
	border: 0;
	height: 1px;
	background: #cccccc!important;
	margin:15px auto 30px;
}

hr.style-two {
	width:100%;
	border: 0;
	height: 1px;
	background: #cccccc!important;
	margin:15px auto 15px;
}


.hover-bright {
	-webkit-filter: brightness(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.hover-bright:hover {
	-webkit-filter: brightness(140%);
}

.flag {
	width:150px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:700;
	background-color:#c20000;
	text-align:center;
	padding:3px 10px;
	margin:0px 0px 5px 0px ;
}

.home-bg {
	width:100%;
	min-height:280px;
	background:url(../images/home-bg-mob.png) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	padding-top:0px;
	position:relative;
	margin-top:40px;
	z-index:200;
}

.btn-m {
  padding: 10px 40px 10px;
  text-align: center;
  text-transform:uppercase;
  font-size:15px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
}

.btn-s {
  padding: 7px 20px 7px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
}

.btn-y {
  padding: 5px 20px 5px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
}

a.btn-m, a.btn-s { color: #FFFFFF; text-decoration:none;}
a.btn-y { color: #000000; text-decoration:none;}

.btn-discover { background-color:#b2241c; color: #FFFFFF;}
.btn-discover:hover { background-color:#f7d048; color: #000000; text-decoration:none; cursor:pointer;}
.btn-watch { background-color:#d03730!important;}
.btn-watch:hover { background-color:#ab150e!important;}
.btn-howoritz { border:2px solid #f7d048; color: #000000;}
.btn-howoritz:hover { background-color:#f7d048; color: #000000; text-decoration:none; cursor:pointer;}

.rev-icons {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 3px;
}

.star {
	color:#C20000;
	font-size:11px;
	line-height:15px;
}

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #FFFFFF 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dvorak { position: absolute; top:0px; left:-20px; z-index:200;}
.horowitz { position: absolute; top:0px; right:-30px; z-index:200;}

.note-bottom { width:100%; font-size:13px; line-height:15px; font-weight:600; text-align:center; position:absolute; bottom:10px; left:0px;}

/* FOOTER */

.footer {
	width:100%;
	font-size:12px;
	line-height:13px;
	font-weight:600;
	text-align:center;
	margin:20px 0px;
	color:#FFFFFF;
}

.footer a {
	color:#FFFFFF!important;
}

.footer a:hover {
	color:#520003!important;
	text-decoration:none!important;
}

/* FOOTER end */

@media screen and (min-width: 980px) {
.ecard {
	width:980px;
	height:570px;
}

.content-home .half-l {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}

.content-home .half-r {
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: 61%;
}

.content-home .dvds {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.content-films .half-l {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.content-films .half-r {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.content-book .half-l {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}

.content-book .half-r {
	-ms-flex: 0 0 77%;
	flex: 0 0 77%;
	max-width: 77%;
}

.content-artists .half-l {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

.content-artists .half-r {
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
	max-width: 67%;
}

.content-artists .half-l2 {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}

.content-artists .half-r2 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

}

@media screen and (max-width: 979px) {
.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;}
.txt-cen-mob { text-align:center!important;}
.no-mt-mob { margin-top:0px!important;}
.no-ml-mob { margin-left:0px!important;}
.mb15-mob { margin-bottom:15px!important;}

.logo-naxoseduc { width:80px;}
.logo-naxoseduc img { width:80px;}

.content-home { margin-top:20px;}
.content-films { margin-top:20px;}
.content-book { margin-top:20px;}
.content-artists { margin-top:20px;}
.content-recommended { margin-top:20px;}

.img-blend { background-blend-mode: multiply; }

.w100-mob { width:100%!important;}
.w50-mob { width:50%!important;}
.w75-mob { width:75%!important;}

h1 { font-size:31px; line-height:30px; margin:0px 0px 30px 0px}
h2 { font-size:32px; line-height:35px; font-weight:700; margin:95px 0px 30px 0px}

.credit-home1 {
	font-size:12px;
	text-align:center;
	line-height:13px;
	position:absolute;
	bottom:20px;
	left:40px;
	z-index:110;
}

.credit-home2 {
	font-size:12px;
	text-align:center;
	line-height:13px;
	position:absolute;
	bottom:20px;
	right:40px;
	z-index:210;
}

.bg2:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 270px;
  opacity:.9;
  background-image: url('../images/ecard-bg-mob.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size:cover;
  z-index:100;
}

.flag { margin:0px auto;}

.content-book .half-l {
  padding-left: 15px;
}

.pointer { width:25px; position:absolute; left:-5px; top:15px; z-index:850}

.btn-astatement {
	position:relative;
	z-index:800;
	top:0px;
	right:0px;
	margin:0px auto 20px;
}

}



/* INLINE */
.inline-style {

	width:100%;
	height:100%;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:normal;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
}

.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 */
