@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	background-image:url(../images/bg.jpg);
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#80775a;
	-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;
	color:#000;
	margin:30px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
	overflow-y: scroll;
	overflow-x: hidden;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
}

.clearfix {
	clear:both;
}

p {
	font-weight:300;
	text-align:justify;
}

#ecard {
	width:857px;
	height:566px;
	background-image:url(../images/ecard-bg.png);
	background-repeat:no-repeat;
	margin:auto;
	padding-top:4px;
	padding-left:1px;
}

#main {
	width:850px;
	height:550px;
	margin:auto;
	position:relative;
	float:left;
	margin-left:2px;
}

#gp-logo {
	width:116px;
	height:75px;
	margin-left:30px;
	margin-top:20px;
	position:absolute;
}

#navigation
{
	padding: 0;
	font-family: 'Roboto', sans-serif;
	width:400px; /*WITH ABOUT*/
	/*width:401px; /*WITHOUT ABOUT*/
	height:32px;
	background-image:url(../images/nav2.png); /*WITH ABOUT*/
	/*background-image:url(../images/nav1.png); /* WITHOUT ABOUT*/
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	margin-right:-20px;
	margin-top:-10px;
	color:#fcf9d8;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	padding-top:10px;
	position:relative;
	z-index:5;
}

	#navigation li
	{	float: left;
		list-style: none;
		}

	#navigation li a
	{	display: block;
		padding-bottom:9px;
		text-decoration: none;
		margin-left:23px;
		white-space: nowrap}

	#navigation li a:hover
	{	cursor:pointer;}
		
		#navigation li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			
			}
		
			#navigation li ul li
			{	float: none;
				display: inline;
				
				}
			
			#navigation li ul li a
			{	width: auto;
				background:#2C2C2C;
				color: #fff;
				font-size:13px;
				font-weight:400;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:25px;
				padding-right:25px;
				text-align:center;
				}
			
			#navigation li ul li a:hover
			{background:#464646;
			cursor:pointer;}

/******************** HOME ********************/

#home {
	width:850px;
	height:550px;
	display:block;
	position:absolute;
	margin:0 auto;
}

#home h2 {
	font-size:18px;
	font-weight:400;
	text-align:center;
	margin-top:65px;
}

#home h1 {
	font-size:30px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:10px;
}

#albums {
	width:620px;
	margin:auto;
}

#albums img {
	border-color:#c4c4c4;
	border-width:1px;
	border-style:solid;
}

.cover {
	width:280px;
	font-weight:700;
	font-size:13px;
	text-align:center;
	float:left;
}

#videos {
	width:120px;
	height:45px;
	bottom:0px;
	margin:auto;
	margin-top:5px;
}

#videos img {
	border:none;
}

#vidlogos {
	width:120px;
	float:left;
}

#videos1 {
	width:175px;
	height:45px;
	bottom:0px;
	margin:auto;
	margin-top:5px;
	font-size:11px;
}

#videos1 img {
	border:none;
}

#vidlogos1 {
	width:135px;
	margin:auto;
	text-align:center;
}

#vidlogos1 div {
	float:left;
}


/*********************** POP-UP START ***********************/

.btn-indiv {
	width:50px;
	margin:0px 0px;
	float:left;
}

/* BUBBLE INFO */

.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	width:10px;
}

.trigger {
	float:left;
}
.btn-buy {
	margin-top:8px;
}
/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.bubble {
	width:120px;
	height:71px;
	background-color:#fff;
	position:absolute;
	top:35px;
	left:0px;
}

.bubble-yt {
	width:130px;
	height:95px;
	font-size:11px;
	background-color:#fff;
	line-height:13px;
	position:absolute;
	top:5px;
	left:15px;
	padding-top:5px;
}

.bubble-yt a {
	text-decoration:none;
	color:#000;
	margin:10px 0;
}

.bubble-yt a:hover {
	font-weight:700;
}

.bubble-itunes {
	width:120px;
	height:71px;
	position:absolute;
	top:45px;
	left:30px;
}


.bubble_text {
	font-size:12px;
	text-align:center;
	color:#666;
	margin-top:10px;
}

.btn_device_main-itunes {
	width:100px;
	margin:5px 30px;
}

.btn_device_main-nd {
	width:100px;
	margin:5px 12px;
}

.btn_device_main-amazon {
	width:130px;
	margin:5px 12px;
}


.btn_device_center {
	width:59px;
	margin:auto;
}

.btn_device {
	width:25px;
	float:left;
	margin-right:10px;
}

/*********************** POP-UP END ***********************/




/******************** ABOUT ********************/

#about2 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#about2 h1 {
	font-size:24px;
	font-weight:700;
	text-align:left;
	line-height:14px;
	margin-top:0px;
	margin-bottom:10px;
}

#about2 h2 {
	font-size:16px;
	font-weight:400;
	text-align:left;
	line-height:18px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
}

#about2right {
	width:440px;
	float:left;
	margin-left:20px;
	margin-top:105px;
}

#about2left {
	width:330px;
	float:left;
	margin-left:30px;
	margin-top:105px;
	text-align:center;
}

#about2left img {
	border-style:solid;
	border-color:#CACACA;
	border-width:thin;
}

#about2left .audio {
	width:260px;
	margin:0 auto;
	font-size:13px;
	text-align:center;
}

#about2left .audioinfo {
	margin-top:8px;
}

#about2left .info {
	font-size:12px;
	font-weight:400;
	text-align:center;
	line-height:15px;
	margin:5px auto;
}


#aboutimg {
	width:235px;
	float:left;
	margin-left:30px;
	margin-top:135px;
}

#aboutinfo {
	width:515px;
	float:left;
	margin-left:30px;
	line-height:20px;
	margin-top:135px;
}

#about1 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#about1 h1 {
	font-size:24px;
	font-weight:700;
	text-align:left;
	line-height:14px;
	margin-top:0px;
	margin-bottom:10px;
}

#about1 h2 {
	font-size:16px;
	font-weight:400;
	text-align:left;
	line-height:18px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
}

#about1right {
	width:440px;
	float:left;
	margin-left:20px;
	margin-top:105px;
}

#about1left {
	width:330px;
	float:left;
	margin-left:30px;
	margin-top:105px;
	text-align:center;
}

#about1left img {
	border-style:solid;
	border-color:#CACACA;
	border-width:thin;
}


#aboutimg {
	width:235px;
	float:left;
	margin-left:30px;
	margin-top:135px;
}

#aboutinfo {
	width:515px;
	float:left;
	margin-left:30px;
	line-height:20px;
	margin-top:135px;
}

#about1left .info {
	font-size:12px;
	font-weight:400;
	text-align:center;
	line-height:15px;
	margin:5px auto;
}

#about1left .audio {
	width:260px;
	margin:auto;
	font-size:13px;
	text-align:center;
}

#about1left .audioinfo {
	margin-top:8px;
}

.tracklistbtn {
	width:125px;
	height:24px;
	background-color:#000;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	padding-left:15px;
	padding-top:5px;
}

.tracklistbtn:hover {
	color:#fcf9d8;
	background:#2C2C2C;
}

/******************** TRACKLIST ********************/

#tracklist2 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#lefttracks {
	width:375px;
	margin-top:120px;
	float:left;
	margin-left:70px;
}


#righttracks {
	width:375px;
	margin-top:120px;
	float:left;
	margin-left:10px;
}


#tracklist2 p {
	font-size:14px;
	font-weight:300;
	text-align:left;
	line-height:21px;
}

#wpr {
	color:#fff;
	width:160px;
	height:22px;
	background-color:#000;
	padding-top:-50px;
	padding-left:4px;
	font-size:10px;
}

#tracklist1 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#lefttracks1 {
	width:375px;
	margin-top:110px;
	float:left;
	margin-left:70px;
}

#righttracks1 {
	width:375px;
	margin-top:110px;
	float:left;
	margin-left:10px;
}

#tracklist1 p {
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:16px;
}


/******************** ARTIST ********************/

#artist {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}


#artist h2 {
	font-size:18px;
	font-weight:700;
	text-align:left;
	margin-top:105px;
	text-transform:uppercase;
}

#artistimg {
	width:235px;
	float:left;
	margin-top:125px;
	margin-left:30px;
}

#artistinfo {
	width:515px;
	float:left;
	margin-left:20px;
	line-height:20px;
	margin-top:20px;
}

#artistinfo p {
	margin-top:0px;
}

/******************** RECOMMENDED ********************/

#recommended2 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#recommended2 h2 {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-top:105px;
	margin-bottom:25px;
	text-transform:uppercase;
}

#releasescontent2 {
	width:840px;
	margin:auto;
	margin-top:10px;
	padding-left:8px;
}

.albuminfo {
	width:170px;
	margin-right:35px;
	float:left;
	padding-top:0px;
	margin-top:0px;
}

.albuminfo img {
	border-style:solid;
	border-color:#CACACA;
	border-width:thin;
}

.catno {
	width:170px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	margin:6px auto;
}

.reviews {
	margin:auto;
	width:160px;
	margin:auto;
	text-align:left;
	font-size:11px;
	font-weight:300;
	line-height:15px;
}

.enquiries {
	width:410px;
	margin:auto;
	font-size:12px;
	font-weight:400;
	position:absolute;
	bottom:7px;
	color:#fff;
	left:10px;
}

.enquiries a {
	color:#fff;
	text-decoration:none;
}

#loader {
	width:850px;
	height:550px;
	background-color:#ede7e2;
	margin:auto;
	position:relative;
	z-index:-1;
	margin-top:-583px;
}

#recommended1 {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}

#recommended1 h2 {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-top:105px;
	margin-bottom:25px;
	text-transform:uppercase;
}

#releasescontent1 {
	width:840px;
	margin:auto;
	margin-top:10px;
	padding-left:8px;
}