html{
	height:100%;
}
body{
	background:white;
	color:black;
	font-size:0.9em;
	line-height:1.5em;
}
#vidsplash{
	background-image: url('/wp-content/themes/anohni/images/dbm.jpg');
	background-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
.nivoplayer{
	
}
#plytn{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	text-align:center;
	transition: 0.6s ease-out;
	opacity:0.7;
}
#plytn:hover{
	opacity:1;
}
#plytn img{
	width:50px;
	height:auto;
	vertical-align:middle;
}
#hometext{
	width: 30%;
	max-width:200px;
	margin:2%;
	display:none;
}
#hometext a{
	opacity:0.7;
	transition: 0.6s ease-out;
}
#hometext a:hover{
	opacity:1;
}	
#hometext img{
	width:100%;
	height:auto;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	padding:1% 2%;
	width:96%;
	text-align:center;
	z-index:300;
	display:none;
	color:white;
}
#footer a{
	text-decoration:none;
	color:#bcbbb6;
	transition: 0.6s ease-out;
}
#footer a:hover{
	color:white;
}
h1{
	height:100%;
	margin:0;
	padding:0 1%;
	display:inline-block;
	position:fixed;
	top:0%;
	left:0%;
	background:#bcbbb6;
	z-index:200;
}
h1 img{
	height:100%;
	width:auto;
}
#main{
	margin:3% 3% 3% 16%;
}
#menu{
	background:#bcbbb6;
	padding:2% 6% 2% 2%;
	width:80%;
	max-width:300px;
	position:fixed;
	top:0;
	right:-600px;
	line-height:2em;
	height:100%;
	display:block;
	z-index:100;
}
#menu ul{
	list-style:none;
}
#menu a{
	text-decoration:none;
	color:white;
	transition: 0.6s ease-out;
}
#menu a:hover{
	color:black;
}
.menu_hopeless a{
	color:black !important;
}
.menu_hopeless a:hover{
	color:grey !important;
}
#menu_btn{
	width:3%;
	min-width:40px;
	position:fixed;
	top:0;
	right:0;
	padding:0.5%;
	z-index:150;
	display:none;
}
#menu_btn a{
	opacity:0.3;
	transition: 0.4s ease-out;
}
#menu_btn a:hover{
	opacity:1;
}	
#menu_btn a img{
	width:100%;
	height:auto;
}
input[type="text"] {
	background:white;
	background:rgba(255,255,255,0.3);
	color:white;
	padding:5px;
	border:1px solid white;
	border-radius:none;
	-webkit-appearence:none;
}
input[type="submit"] {
	background:white;
	color:black;
	padding:5px;
	border:1px solid white;
	border-radius:none;
	-webkit-appearence:none;
	cursor:pointer;
	transition: 0.4s ease-out;	
}
input[type="submit"]:hover {
	background:black;
	color:white;
}
h3{
	font-weight:normal;
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:0;
	padding-bottom:0;
}
p{
	margin-top:0;
	padding-top:0;
}
h2{
	font-weight: normal;
	font-size: 1.8em;
	padding-bottom: 3%;
	margin: 0;
}
#newslist, #contactlist{
	color:black;
	list-style:none;
	margin:0;
	text-align:left;
}
#newslist div{
	position:relative;
	clear:both;
	display:block;
}
#contactlist div{
	position:relative;
	clear:both;
	display:block;
	padding:5%;
}
#newslist div h3{
	font-weight:normal;
	font-size:1em;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    position: absolute;
	top: 33%;
	left: -3%;
	color:#bcbbb6;
	display:none;
}
#newslist div a{
	padding:5%;
	color:black;
	display:block;
	opacity:0.7;
	text-decoration:none;
	transition: 0.6s ease-out;
	margin-left:0;
}
#newslist div a:hover{
	opacity:1;
	color:#bcbbb6;
	margin-left:1%;
}
#contactlist div a{
	color:black;
	opacity:0.7;
	text-decoration:none;
	transition: 0.6s ease-out;
	margin-left:0;
}
#contactlist div a:hover{
	opacity:1;
	color:#bcbbb6;
	margin-left:1%;
}
.articletitle{
	text-transform:uppercase;
}
#tracklist{
	clear:both;
	list-style:none;
	margin:0;
	padding:5%;
	color:#bcbbb6;
}
#tracklist a{
	text-decoration:none;
	color:black;
	margin-left:0;
	transition: 0.6s ease-out;
	opacity:1;
}
#tracklist a:hover{
	opacity:0.5;
	margin-left:1%;
}
#buylinks a{
	text-decoration:none;
	color:white;
	padding:0.5% 1%;
	background:#bcbbb6;
	transition: 0.6s ease-out;
}
#buylinks a:hover{
	color:black;
}
x.recorddeets{
	font-style:italic;
	font-size:0.9em;
	line-height:0.9em;
	color:#bcbbb6;
}
.recorddeets a{
	color:#000;
	text-decoration:none;
	opacity:0.7;
	transition: 0.6s ease-out;
}
.recorddeets a:hover{
	opacity:1;
}
.lyricsitem{
	display:none;
}
#lang_english{
	display:block;
}
.lyricsnav{
	padding:3% 0;
}
.lyricsnav a{
	text-decoration:none;
	color:white;
	padding:0.5% 1%;
	background:#bcbbb6;
	transition: 0.6s ease-out;
	line-height:2.5em;
}
.lyricsnav a:hover{
	color:black;
}
#packshot{
	width:20%;
	max-width:300px;
	height:auto;
	float:left;
	margin-right:2%;
}
#fullstory{
	width:50%; 
	margin:5% auto; 
	text-align:justify;
}
#fullstory iframe{
	width:100%;
}
#instafeed{
	margin-left:5%;
	margin-top:5%;
}
#instafeed a{
	display:inline !important;
	opacity:0.3 !important;
	padding:0 5px 0 0 !important;
}
#instafeed a:hover{
	margin-left:0 !important;
	opacity:1 !important;
}
#instafeed a img{
	width: 20%;
	max-width: 100px;
	height:auto;
}
h1{
	xdisplay:none;
}
#info{
	xdisplay:none;
}
.recorddeets a{
	color:black;
	opacity:0.3;
	text-decoration:none;
	transition: 0.6s ease-out;
}
.recorddeets a:hover{
	opacity:1;
}
#tracklist{
	clear:both;
	list-style:none;
	margin:0;
	padding:5% 0;
	color:black;
}
#tracklist li{
	border-bottom:#bcbbb6 1px solid;
	padding:1% 0;
}
#tracklist a{
	text-decoration:none;
	color:black;
	margin-left:1%;
	transition: 0.6s ease-out;
	opacity:0.3;
	border:#bcbbb6 1px solid;
	float:right;
	padding:0 0.5%;
}
#tracklist a:hover{
	opacity:1;
	margin-left:1%;
}
@media screen and (orientation:portrait) { 
	body{
		font-size:0.8em;
	}
	h1{
		padding:0;
		height: 100vh;
	}
	#main{
		margin:5% 3% 3% 28%;
	}
	#menu{
		max-width:270px;
	}
	#buylinks, .lyricsnav{
		line-height:2em;
	}
	.lyricsnav a {
	    padding:0;
	}    
	#fullstory{
		width:80%; 
	}
	#fullstory iframe{
		height:280px;
	}
	#packshot{
		width:90%;
		max-width:300px;
		height:auto;
		float:none;
		margin-right:2%;
	}
}