@charset "UTF-8";
/* CSS Document */


body {
	margin-top:30px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	letter-spacing:1px;
	color:#FFFFFF;
}

p {
	margin-top:0px;
	margin-bottom:20px;
}

#main_center {
	width:850px;
	margin:auto;
}

#site_border {
	width:850px;
	height:516px;
	border:1px solid #cf5852;
	position:relative;
}

.extra_border {
	width:850px;
	height:2px;
	background-image:url(../images/extra_border.png);
	background-repeat:repeat-x;
	border-left:1px solid #cf5852;
	border-right:1px solid #cf5852;
	border-bottom:1px solid #c92f2d;
}

#content_center {
	width:800px;
	margin:auto;
}

#menu_main {
	width:850px;
	height:30px;
	background-color:#FFFFFF;
	border-left:1px solid #cf5852;
	border-right:1px solid #cf5852;
	border-bottom:1px solid #cf5852;
}

.menu {
	width:830px;
	height:30px;
	margin-left:20px;
}

.menu_indiv {
	height:22px;
	font-family: 'Istok Web', sans-serif;
	font-size:13px;
	line-height:18px;
	color:#c4352a;
	font-weight:400;
	padding-left:25px;
	padding-right:25px;
	padding-top:3px;
	text-transform:uppercase;
	border-right:1px solid #ff756a;
	margin-top:4px;
	float:left;
}

.menu_indiv:hover {
	color:#ffb1b3;
	cursor:pointer;
}

.spacer {
	clear:both;
}

#footer {
	font-size:12px;
	margin-top:10px;
	text-align:center;
	letter-spacing:0px;
	color:#333333;
}

/* START */

#start {
	width:850px;
	height:516px;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

#content_start {
	width:800px;
	margin-top:30px;
}

.cover {
	width:445px;
	height:445px;
	background-image:url(../images/cover.png);
	background-repeat:no-repeat;
	float:left;
}

.album_details_main {
	width:310px;
	margin-left:40px;
	float:left;
}

.logo_connection {
	width:175px;
	height:48px;
	background-image:url(../images/logo_connection.png);
	background-repeat:no-repeat;
	margin-right:5px;
	float:right;
}

.album_details_title_center {
	width:315px;
	margin:auto;
}

.album_details_title {
	width:315px;
	height:53px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	margin-top:35px;
}

.album_details01 {
	font-size:12px;
	font-family: 'Istok Web', sans-serif;
	line-height:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}

.album_details02 {
	font-size:13px;
	line-height:23px;
	text-align:center;
	margin-top:20px;
}

.buy_center {
	width:70px;
	margin:auto;
}

.buy_main {
	width:70px;
	margin-top:30px;
}

.text_kop {
	font-size:15px;
	line-height:15px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}

.btn_ndirect_center {
	width:50px;
	margin:auto;
}

.btn_ndirect {
	width:50px;
	height:50px;
	background-image:url(../images/btn_ndirect.png);
	background-repeat:no-repeat;
	margin-top:5px;
}

.btn_ndirect:hover {
	background-image:url(../images/btn_ndirect_over.png);
	cursor:pointer;
}

.btn_sion_center {
	width:70px;
	margin:auto;
}

.btn_sion {
	width:70px;
	height:65px;
	background-image:url(../images/btn_sion.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}

.btn_sion:hover {
	background-image:url(../images/btn_sion_over.jpg);
	cursor:pointer;
}

.btn_nya_center {
	width:135px;
	margin:auto;
}

.btn_nya {
	width:135px;
	height:35px;
	background-image:url(../images/btn_nya.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}

.btn_nya:hover {
	background-image:url(../images/btn_nya_over.jpg);
	cursor:pointer;
}


/* START END */



/* MUSIC */

#lyssna {
	width:850px;
	height:516px;
	background-image:url(../images/bg_music.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content_lyssna {
	width:800px;
	margin-top:100px;
}

.lyssna_left {
	width:300px;
	float:left;
}

.lyssna_right {
	width:390px;
	margin-left:100px;
	float:left;
}

.lyssna_title {
	font-family: 'Istok Web', sans-serif;
	font-size:14px;
	line-height:15px;
	color:#c32e27;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin-top:210px;
}

.lyssna_main {
	font-family: 'Istok Web', sans-serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
}

.lyssna_main ul{
	list-style-type:none;
	margin-top:0px;
	margin-left:-30px;
}

.lyssna_main li{
	padding-left:-30px;
	padding-top:-10px;
	text-decoration:none;
}

.lyssna_main li a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.lyssna_main li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.lyssna_main li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.lyssna_indiv:hover {
	-webkit-transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease; 
	background-color: rgba(255, 94, 86, .7);
}

.lyssna_indiv {
	width:390px;
	margin-top:5px;
}





#fallback {
	display: none;
}

.audioButton {
	background:url(../libs/img/btn.png) no-repeat 0 4px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px 5px 25px;
	width:355px;
}

.audioButton:hover {
  	background-position: 0 -36px;
}

.audioButton.playing {
	background-position: 0 -76px;
	background-color: rgba(255, 94, 86, .7);
}

.audioButton.playing:hover {
	background-position: 0 -116px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("../libs/img/loading.gif") no-repeat 0 7px;
	text-indent: 0!important;
}

#player {
	display: none;
}



/* MUSIC END */





/* INFO */

#info {
	width:850px;
	height:516px;
	background-image:url(../images/bg_info.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content_info {
	width:800px;
	margin-top:15px;
}

.title_info_center {
	width:428px;
	margin:auto;
}

.title_info {
	width:428px;
	height:73px;
	background-image:url(../images/title_info.png);
	background-repeat:no-repeat;
}

.info_text {
	width:800px;
	font-size:14px;
	line-height:27px;
	text-align:center;
	margin-top:40px;
}

/* INFO END */




/* JULTURNE */

#julturne {
	width:850px;
	height:516px;
	background-image:url(../images/bg_julturne.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content_julturne {
	width:800px;
	margin-top:20px;
}

.title_julturne {
	font-family: 'Istok Web', sans-serif;
	font-size:35px;
	line-height:40px;
	color:#c4352a;
	text-align:center;
	text-transform:uppercase;
}

.julturne_text {
	width:800px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	margin-top:40px;
	text-transform:uppercase;
}

/* JULTURNE END s*/




/* KONTAKT */

#kontakt {
	width:850px;
	height:516px;
	background-image:url(../images/bg_kontakt.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content_kontakt {
	width:670px;
	margin-top:140px;
}

.kontakt_indiv {
	width:350px;
	float:left;
}

.kontakt_title {
	font-size:35px;
	line-height:35px;
	font-weight:600;
}

.kontakt_sub {
	font-size:20px;
	line-height:20px;
	font-weight:400;
	margin-top:0px;
}

.kontakt_text {
	font-size:15px;
	line-height:18px;
	margin-top:5px;
}

.kontakt_row {
	margin-top:3px;
}

.kontakt_label {
	width:30px;
	font-weight:600;
	text-transform:uppercase;
	float:left;
}

.kontakt_info {
	width:210px;
	margin-left:5px;
	text-align:left;
	float:left;
}

.kontakt_info a:link {
	font-weight:400;
	color:#ffbab5;
	text-decoration:none;
}

.kontakt_info a:hover {
	font-weight:400;
	color:#ff867d;
	text-decoration:none;
}

.kontakt_info a:visited {
	font-weight:400;
	color:#ffbab5;
	text-decoration:none;
}

.logo_connection02 {
	width:220px;
	height:69px;
	background-image:url(../images/logo_connection02.png);
	background-repeat:no-repeat;
	margin-top:30px;
}

/* KONTAKT END */
