@charset "UTF-8";
/* CSS Document */

/* FONT */

@font-face { font-family: OswaldLight; src: url(../font/Oswald-Light.ttf); font-weight: 300; }
@font-face { font-family: OswaldReg; src: url(../font/Oswald-Regular.ttf); font-weight: 400; }
@font-face { font-family: OswaldMedium; src: url(../font/Oswald-Medium.ttf); font-weight: 500; }
@font-face { font-family: OswaldBold; src: url(../font/Oswald-Bold.ttf); font-weight: 700; }

/* FONT end */

body {
	font-family: OswaldReg, sans-serif;
	color:#000;
	font-weight:400;
	-webkit-text-size-adjust:100%;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	margin:30px 0px 0px 0px;
}

.clearfix { clear:both; }
p { text-align:justify; }
a { outline:0; }

img {
	border:0;
	border-style: none;
	outline:0;
}

hr.style-one {
	border-top: 1px dashed #8c8b8b;
	margin:20px 0px;
}

hr.style-two {
	width:350px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(140, 139, 139, 0), rgba(140, 139, 139, 0.75), rgba(140, 139, 139, 0));
	margin:20px auto;
}

.inline-img img, .shadow img, .buy-flag img {
	-moz-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
}

.nobg a:hover {
	background-color:transparent;
}

ul {
	margin:0px;
	padding:0px 0px 0px 30px;
}

ul li {
	padding: 0px;
	margin:0px;
}

/* INLINE */

.inline-style {
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
}

.inline-content {
	margin-top:20px;
}

.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 */


h1 {
	font-family: OswaldReg, sans-serif;
	font-size:30px;
	font-weight:700;
	line-height:35px;
	text-transform:uppercase;
	margin:2px 0px 0px;
}

h2 {
	font-family: OswaldReg, sans-serif;
	font-size:27px;
	font-weight:600;
	line-height:35px;
	margin:0px;
}

h3 {
	font-family: OswaldReg, sans-serif;
	font-size:23px;
	line-height:35px;
	color:#004e96;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0px;
}

.img-link {
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}

.img-link:hover {
	cursor:pointer;
}

.img-cover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}

/* HEADER */

#header {
	width:960px;
	height:85px;
}

.logo-nmg {
	width:85px;
	float:left;
}

.header-nmg {
	width:830px;
	height:61px;
	color:#FFF;
	background-color:#004e96;
	float:left;
	margin-left:15px;
	padding:12px 15px;
	position:relative;
}

.sm {
	width:124px;
	position:absolute;
	top:30px;
	right:20px;
}

.sm-btn {
	width:25px;
	float:left;
	margin:0px 3px;
}

.sm-btn:hover, .logo-nmg:hover {
	opacity: .8;
	filter: alpha(opacity=50); /* For IE 8 & 9 (more valid) */
}

/* HEADER end */

/* MAIN */

#ecard {
	width:960px;
	margin:auto;
}

.tiles-m {
	width:950px;
	height:425px;
	background-color:#efefef;
	margin-top:30px;
	padding:5px;
	position:relative;
}

.r1c1 {
	width:310px;
	float:left;
	margin-top:0px;
}

.r1c2 {
	width:330px;
	float:left;
	margin:0px 0px 0px 5px;
}

.r1c3 {
	width:300px;
	float:left;
	margin:0px 0px 0px 5px;
}

.r2c1 {
	width:310px;
	float:left;
	margin-top:0px;
}

.r2c2 {
	width:170px;
	float:left;
	margin-top:0px;
}

.r2c3 {
	width:165px;
	float:left;
	margin-top:0px;
}

.r2c4 {
	width:305px;
	float:left;
	margin-top:0px;
}
	
.r-labelmonth {
	height:80px;
	font-family: OswaldMedium;
	padding:5px 30px;
	background-color:#DDDDDD;
	position:relative;

	background-image:url("../images/bg-labelmonth.jpg");
	background-size:cover;
}

.r-news1 {
	height:60px;
	font-family: OswaldMedium;
	padding:5px 5px;
	background-color:#21190d;
	margin-top:5px;
	position:relative;

	background-image:url("../images/bg-news1.jpg");
	background-size:cover;
}

.r-news2 {
	height:50px;
	font-family: OswaldMedium;
	padding:5px 30px;
	background-color:#e8dbec;
	position:relative;
	margin-top:5px;

	background-image:url("../images/bg-news2.jpg");
	background-size:cover;
}

.r-news3 {
	height:60px;
	font-family: OswaldMedium;
	padding:0px 0px;
	background-color:#af3624;
	margin-top:5px;
	position:relative;

	background-image:url("../images/bg-news3.jpg");
	background-size:cover;
}

.r-featvid {
	height:65px;
	font-family: OswaldMedium;
	padding:0px 0px;
	background-color:#9ee5ff;
	position:relative;
	margin-top:5px;

	background-image:url("../images/bg-featvid.jpg");
	background-size:cover;
}

.r-news4 {
	height:65px;
	font-family: OswaldMedium;
	padding:5px 10px;
	background-color:#ffc974;
	position:relative;

	background-image:url("../images/bg-news4.jpg");
	background-size:cover;
}

.r-licensing {
	height:40px;
	font-family: OswaldMedium;
	padding:5px 5px;
	font-size:21px;
	line-height:25px;
	background-color:#4c3822;
	display:block;
	position:relative;

	background-image:url("../images/bg-Licensing.jpg");
	background-size:cover;
}

.r-news5 {
	height:75px;
	font-family: OswaldMedium;
	padding:5px 15px;
	background-color:#FFFFFF;
	position:relative;
	margin:5px 0px 0px 0px;

	background-image:url("../images/bg-news5.jpg");
	background-size:cover;
}

.r-news6 {
	height:65px;
	font-family: OswaldMedium;
	padding:5px 5px;
	background-color:#004e96;
	position:relative;

	background-image:url("../images/bg-news6.jpg");
	background-size:cover;
}

.r-news7 {
	height:50px;
	font-family: OswaldMedium;
	padding:5px 0px;
	background-color:#6f0801;
	margin:5px 0px 0px 0px;
	position:relative;

	background-image:url("../images/bg-news7.jpg");
	background-size:cover;
}

.r-news8 {
	height:45px;
	font-family: OswaldMedium;
	padding:5px 10px;
	background-color:#333333;
	position:relative;
	margin-top:5px;

	background-image:url("../images/bg-news8.jpg");
	background-size:cover;
}

.r-news9 {
	height:40px;
	font-family: OswaldMedium;
	margin-top:5px;
	padding:5px 10px;
	background-color:#cddde7;
	position:relative;

	background-image:url("../images/bg-news9.jpg");
	background-size:cover;
}

.r-news10 {
	height:50px;
	font-family: OswaldMedium;
	padding:5px 10px;
	background-color:#955022;
	position:relative;
	margin-top:5px;

	background-image:url("../images/bg-news10.jpg");
	background-size:cover;
}

.r-platnews {
	height:51px;
	font-family: OswaldMedium;
	padding:5px 20px;
	background-color:#005dab;
	
	background-image:url("../images/bg-harp.jpg");
	background-size:cover;
	margin-top:5px;
}

.r-arkiv {
	height:35px;
	font-family: OswaldMedium;
	padding:5px 5px;
	font-size:19px;
	line-height:25px;
	background-color:#2b2b2b;
	position:relative;
	margin:5px 0px 0px 0px;
}

.r-blog {
	height:50px;
	font-family: OswaldMedium;
	padding:5px 5px;
	font-size:17px;
	line-height:22px;
	background-color:#1e53a6;
	margin:5px 0px 0px 0px;
	position:relative;

	background-image:url("../images/bg-blog.jpg");
	background-size:cover;
}

.r-recstud {
	height:180px;
	font-family: OswaldMedium;
	padding:5px 10px;
	background-color:#b4441e;
	margin:0px 0px 0px 5px;
	position:relative;

	background-image:url("../images/bg-recstud.jpg");
	background-size:cover;
}

.r-featplay {
	height:170px;
	font-family: OswaldMedium;
	padding:10px 5px;
	font-size:20px;
	line-height:23px;
	display:block;
	position:relative;
	background-color:#fbfaf8;

	background-image:url("../images/bg-playlists.jpg");
	background-size:cover;
	margin:0px 0px 0px 5px;
}

.r-artistmonth {
	height:160px;
	font-family: OswaldMedium;
	padding:15px 15px;
	background-color:#DDDDDD;
	margin:0px 0px 0px 5px;
	position:relative;

	background-image:url("../images/bg-artistmonth.jpg");
	background-size:cover;
}

.ltxt-dbg {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

.dtxt-lbg {
	color:#000;
	text-decoration:none;
	outline:none;
}


.ltxt-dbg2 {
	color:#ffebca;
	text-decoration:none;
	outline:none;
}

.txt-p {
	padding: 0.2em;
}

.labeltxt {
	font-family:OswaldReg, sans-serif;
	color:#000;
	font-size:11px;
	line-height:13px;
	letter-spacing:.03em;
	font-weight:400;
	text-align:center;
	margin-top:10px;
}

.labeltitle {
	font-family:OswaldMedium, sans-serif;
	font-size:24px;
	font-weight:500;
	text-align:center;
	margin-top:5px;
}

.labellogo {
	width:70px;
	margin:0px;
	float:left;
}

.albums-con3 {
	width:540px;
	margin:0px auto 0px;
}

.albums-con2 {
	width:500px;
	margin:auto;
}

.albums-con4 {
	width:600px;
	margin:15px auto 0px;
}

.albums-con5 {
	width:655px;
	margin:15px auto 0px;
}

.album-indiv {
	float:left;
	margin:0px 15px;
}

.catno {
	font-size:11px;
	line-height:16px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

.flag {
	color:#fff;
	width:70px;
	min-height:15px;
	text-align:center;
	background-color:#940808;
	padding:2px 4px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	float:right;
	position:relative;
	z-index:100;
}

.flag2 {
	color:#fff;
	width:100px;
	min-height:15px;
	text-align:center;
	background-color:#c29f5f;
	padding:5px 4px 5px 4px;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	text-transform:uppercase;
	margin:10px auto 0px;
}

.flag3 {
	color:#fff;
	min-height:41px;
	text-align:center;
	background-color:#a48729;
	padding:5px 4px;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	text-transform:uppercase;
}

.star {
	color:#C20000;
	font-size:12px;
}

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #FFFFFF 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.txt-c {
	text-align:center;
}

.artistmonth-pic {
	width:125px;
	margin:0px 15px 0px 0px;
	float:left;
}

.artistmonth-txt {
	width:122px;
	text-align:center;
	float:left;
	margin-top:0px;
}

.review {
	font-size:12px;
	line-height:16px;
	text-align:left;
	margin-top:10px;
}

.aa {
	font-size:12px;
	line-height:16px;
	text-align:center;
	margin-top:10px;
}

.track {
	min-width:100px;
	font-size:12px;
	line-height:15px;
	color:#333333;
	text-align:center;
	background-color:#EEE;
	padding:5px;
	margin:10px auto 0px;
	border-radius:3px;
}

.track a:link, .track a:visited {
	color:#333333;
	text-decoration:none;
}

.btn1 {
	min-width:100px;
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:center;
	background-color:#666;
	padding:5px;
	margin:10px auto 0px;
	border-radius:3px;
}

.btn1 a:link, .btn1 a:visited {
	color:#fff;
	text-decoration:none;
}

.btn2 {
	width:180px;
	font-size:12px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	background-color:#efa81c;
	border-radius:3px;
	padding:5px;
	margin:0px auto 0px;
}

.btn2 a:link, .btn2 a:visited {
	color:#333;
	text-decoration:none;
}

.caption {
	font-size:9px;
	line-height:10px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

/* MAIN end */


/* FOOTER */

#footer {
	font-family: OswaldReg;
	color:#999999;
	font-size:12px;
	text-align:center;
	margin-top:15px;
}

#footer a:link, #footer a:visited, #footer a:active, #archivebtn {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover, #archivebtn:hover {
	color:#666666;
	text-decoration:underline;
	background:none;
	cursor:pointer;
}

#archive {
	width:950px;
	display:none;
	position:absolute;
	top:5px;
	left:5px;
}

.archrow {
	width:900px;
	margin:35px auto;
}

.archind {
	width:170px;
	float:left;
	margin:0px 5px;
}

#homebtn {
	width:115px;
	background-color:#004e96;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:5px;
	margin:auto
}

#homebtn:hover {
	cursor:pointer;
}

/* FOOTER end */

.btn {
	min-width:30px;
	font-size:12px;
	line-height:15px;
	color:#FFF;
	margin:10px auto 0px;
	position:relative;
	z-index:2000;
}

.btn a:link, .btn a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.btn a:hover {
	color:#FFFFFF;
	text-decoration:none;
}





/* SLIDER */

.pic-c {
	width:580px;
	margin:0px auto 0px;
}

.iframe {
	border:0px;
}

.slide-ind {
	margin-right:10px;
}

.slider-for {
	width:500px;
	margin:auto;
}

.slider-nav {
	margin-top:15px;
}

.pic-ind {
	margin:0px 3px;
}

.slider-caption {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

/* SLIDER end */