body {
background-color: rgba(255, 255, 255, 1);
margin: 0em;
border: none; 
overflow: hidden; 
background-image:url('../images/BG-2.jpg');
background-size: 100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
}


@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller/aller_rg-webfont.eot');
    src: url('../fonts/aller/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller/aller_lt-webfont.eot');
    src: url('../fonts/aller/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------BIO text----------*/
h1 { 
font-family: aller_lightregular; 
font-size: 0.95em; 
font-weight: 200; 
color: #888888;
line-height: 1.6em;
text-align:justify;
text-justify:inter-word;
}

h1 B { 
font-family: allerregular; 
font-size: 0.95em; 
color: #888888;
line-height: 1.6em;
text-align:justify;
text-justify:inter-word;
}

/*-----------INDEX: Brina Jez----------*/
h2 { 
font-family: allerregular; 
color: rgba(12, 0, 126, 0.5);
font-size: 3.3em; 
font-weight: 500; 
line-height: 0em;
text-align:right;
text-shadow: 0px 0px 5px #999999;
}

/*-----------language switch etc, icon key etc----------*/
h3 { 
font-family: allerregular; 
font-weight: 400; 
font-size: 0.8em; 
color: #999999;
line-height: 0em;
text-align:center;
}

/*-----------BIGGER BIO text----------*/
h4 { 
font-family: allerregular; 
font-size: 1.1em; 
color: #888888;
line-height: 1.6em;
text-align:left;
}

/*-----------BIO text NON JUSTIFY (used in MEDIA)----------*/
h5 { 
font-family: aller_lightregular; 
font-size: 0.95em; 
color: #888888;
font-style: lighter;
font-weight: 100; 
line-height: 1.4em;
margin:0px;
text-align:inherit;
}

/*-----------Menu items----------*/
h6 { 
font-family: allerregular; 
font-size: 1.3em; 
color: #222222;
font-weight: 100;
line-height:1.1;
letter-spacing:4px;
}

/*-----------SMALL TEXT (for footer etc.)----------*/
h7 { 
font-family: aller_lightregular; 
font-size: 0.7em; 
color: #888888;
font-style: lighter;
font-weight: 200; 
line-height: 1.6em;
text-align:center;
}

h7 B { 
font-family: allerregular; 
font-size: 1em; 
color: #777777;
font-style: normal;
font-weight: 400; 
line-height: 1.6em;
text-align:center;
}

li { margin:0 0 4px 0; }

/*-------------------------------------------LINE STYLE--------------------------------------------*/

hr {
border: 0;
color: #888888;
background-color: #888888;
height: 1px;
borderstyle: double;
}

	/*----------TABLE-DATA-CELLS STYLE-----------*/

td {
display: table-cell;
vertical-align: middle;
background: transparent;
}

	/*----------LINK STYLES-----------*/

a { 
color: #880011;
text-decoration: none;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:link { 
color: #880011;
text-decoration: none;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:visited { 
color: #880011;
text-decoration: none;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:hover { 
color: #DD2233; 
text-decoration: none;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:active {}


/*----------DIV WINDOWS-----------*/
#header-left { 
position: absolute;
top: 0px;
left:0px;
width:48%;
height: 64px;
padding-left:2%;
z-index: 1;
text-align:left;
background:transparent;
}

#header-right { 
position: absolute;
top: 0px;
left:0px;
right:0px;
height: 64px;
padding-right:2%;
padding-left:2%;
z-index: 1;
text-align:right;
background:transparent;
opacity:0;
border:1px
}

#menu { 
position: absolute;
top: 15%;
bottom: 15%;
left: 0;
width:170px;
z-index: 2;
}

.menu-item { 
position: relative;
z-index: 3;
margin-top:25px;
margin-bottom:25px;
left:-200px;
padding-right:7px;
height: 2.3ex;
width:185px;
text-align:right;
overflow:hidden;

	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 8px 8px 0px;

}

/*----------BEND MENU ITEMS-----------*/

#menu-home {
	-ms-transform: rotate(-1deg); 
	-webkit-transform: rotate(-1deg); 
    transform: rotate(-1deg);
	box-shadow: 3px 2px 2px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9),  rgba(223, 223, 223, 0.9));
	}
#menu-concerts {
	-ms-transform: rotate(1deg); 
	-webkit-transform: rotate(1deg); 
    transform: rotate(1deg);
	box-shadow: 3px -2px 2px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to top, rgba(233, 233, 233, 0.9),  rgba(223, 223, 223, 0.9));
	}
#menu-bio {
	-ms-transform: rotate(3deg); 
	-webkit-transform: rotate(3deg); 
    transform: rotate(3deg);
	box-shadow: 3px -3px 4px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to top, rgba(243, 243, 243, 0.9),  rgba(223, 223, 223, 0.9));
	}
#menu-media {
	-ms-transform: rotate(-2deg); 
	-webkit-transform: rotate(-2deg); 
    transform: rotate(-2deg);
    box-shadow: 3px 3px 3px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9),  rgba(213, 213, 213, 0.9));
	}
#menu-works {
	-ms-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
	box-shadow: 4px 0px 3px rgba(36, 36, 36, 0.5);
	background: rgba(233, 233, 233, 0.9);
	}
#menu-press {
	-ms-transform: rotate(-3deg); 
	-webkit-transform: rotate(-3deg); 
    transform: rotate(-3deg);
	box-shadow: 4px 2px 4px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0.9),  rgba(223, 223, 223, 0.9));
	}
#menu-photos {
	-ms-transform: rotate(2deg); 
	-webkit-transform: rotate(2deg); 
    transform: rotate(2deg);
	box-shadow: 3px -3px 3px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to top, rgba(243, 243, 243, 0.9),  rgba(223, 223, 223, 0.9));
	}
#menu-contact {
	-ms-transform: rotate(-1deg); 
	-webkit-transform: rotate(-1deg); 
    transform: rotate(-1deg);
	box-shadow: 3px 2px 3px rgba(36, 36, 36, 0.5);
	background: linear-gradient(to bottom, rgba(233, 233, 233, 0.9),  rgba(223, 223, 223, 0.9));
	}

#language-switch { 
	position: absolute;
	top: 75px;
	height: 1.5em;
	width:100%;
	z-index: 3;
	text-align:center;
	background:transparent;
	}

.content {
	position: absolute;
	overflow:auto;
	top:106px;
	bottom:30px;
	left:0;
	right:0;
	padding-top:10px;
	padding-right:50px;
	padding-left:210px;
	padding-bottom:10px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.66);
	}

.default {
	position: absolute;
	overflow:auto;
	top:106px;
	bottom:30px;
	right:50px;
	left:150px;
	right:0;
	text-align: center;
	background: transparent;
	}

#image-container {
	position:relative;
	display: inline-block;
	max-width:220px;
	max-height:160px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	position:relative;
	}
	
#image-container img {
	width:154px;
	height:105px;
	border: 1px SOLID;
	box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.5);
	}
	
.icon {
	width:22px;
	height:24px;
	opacity:1;
	vertical-align: middle
	}
	
#onload-mask {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(255, 255, 255, 1);
	opacity:1;
	z-index:0;
	}

#footer {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:20px;
	opacity:1;
	z-index:1;
	text-align:center
	}

.programme-note { 
	position: absolute;
	overflow:auto;
	top:2px;
	bottom:2px;
	padding-left:10px;
	padding-right:20px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 1);
	}
