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

/* FONTS */

/* lato-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin_latin-ext-900italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin_latin-ext-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin_latin-ext-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin_latin-ext-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin_latin-ext-900italic.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 left center fixed;
	background-color:#2c2622;
	-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:13px;*/
	font-size:.95rem;
	line-height:1.15rem;
	/*font-size:.875rem;
	line-height:1.125rem!important;*/
	font-weight:400;
	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:#ed6082; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}

.ecard {
	background-color: rgba(249, 247, 246, .9)!important;
	background:url(../images/bg-ecard.jpg) no-repeat bottom center scroll;
	border:1px solid #FFFFFF;
	-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;
}

.p-lr15 { padding-left:15px; padding-right:15px;}
.p-lr30 { padding-left:30px; padding-right:30px;}

.logo-naxos { width:85px; position:absolute; top:-3px; left:30px; z-index:700;}

.border-ecardtop {
	width:100%;
	height:35px;
	background-color:#e1c7c0;
	z-index: 600;
}

.border-ecardbottom {
	width:100%;
	height:15px;
	background-color:#e1c7c0;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index: 600;
}


.fweight400 { font-weight:400;}
.fweight700 { font-weight:700;}
.fweight900 { font-weight:900;}

.rel { position:relative;}
.up { position:relative; z-index:150!important;}

.catno { font-size:16px; font-weight:400;}

.progress { border-radius:0px;}

.audio-player { width:220px; margin:0px 0px 0px;}

.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 .half-l, .content-home .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.content-home { margin-top:10px; position:relative; z-index:500;}

.track-spacing { margin-bottom:10px;}

.hover-contrast {
	-webkit-filter: contrast(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-contrast:hover {
	-webkit-filter: contrast(120%);
}

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

.hover-opacity {
	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-opacity:hover {
	opacity:.6;
}


.btns-row {
	display:table-cell;
	padding:0px 3px;
}

.rev-icons {
	display:table-cell;
	padding:0px 5px;
}

.title-main {
	width:300px;
	margin:0px auto 5px;
}

.track-title {
	font-size:.85rem;
	line-height:1.1rem;
	margin-bottom:2px;
}


/* FOOTER */

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

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

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

/* FOOTER end */



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

	
@media screen and (min-width: 768px) {
.content-home .half-l {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

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


@media screen and (max-width: 979px) {
.ecard {
	width:100%;
	/*height:100%;*/
	border:none;
	background:url(../images/bg-ecard2.jpg) no-repeat top center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	margin-top:0px!important;
	position:relative;
	overflow-y:scroll;
}

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

.content-home { margin-top:40px;}

.txt-cen-mob { text-align:center;}
.audio-player { width:220px; margin:0px auto 0px;}
	
.title-main {
	width:100%;
	margin:0px auto 25px;
}
	
}



	





