html, body {
		    font-family: 'Roboto', sans-serif;
		    font-weight: 300;
		    font-size: 1.1rem;
			background-color: #000;
			color: #fff;
	    }
	    #teaser-container {
		    min-width:100vw;
		    min-height:100vh;
	    }
	    #teaser {
		    position:absolute;
		    left:-5%;
		    width:110%;
		    top: 50%;
		    margin-top: -7.3vw;
		    cursor: pointer;
		    z-index: 999;				
	    }
	    .spacer-vh-15 {
		    width:100%; height: 15vh;
	    }
	    .spacer-px-15 {
		    width:100%; height: 15px;
	    }
	    .spacer-px-30 {
		    width:100%; height: 30px;
	    }
	    
	    hr {
		    background-color: #fff;
		    height: 1px;
		    border: none;
		    margin: 15px 0;
	    }
	    
	    a, a:hover {
		    color: #fff;
	    }
	    
	    h1, .h1 {
		    font-weight: 700;
		    letter-spacing: 0.15em;
		    font-size: 3rem;
	    }
	    .h2 {
		    font-weight: 700;
		    font-size: 2rem;
		    line-height: 1.5rem;
		    margin-top: 0.5rem;
	    }
	    .quote {
		    font-style: italic;
		    font-size: 1.2rem;
	    }
	    
	    #nt-logo {
		    position:absolute;
		    top:0;
		    left:5vw;
		    width:20%;
		    max-width: 600px;
		    z-index: 999;
	    }
	    #player-logo {
		    width:300px;
		    max-width:40%;
		}
	    	    
		.paralax {
			min-height: 600px;
			background-size: cover;
			background-position: center center;
			background-image: url("../images/Neil-Taylor-News.jpg");
			
		}
		
		.darkened-md {
			background-color: rgba(0, 0, 0, 0.5);
		}
		
		.shout {
			font-weight: 700; 
			letter-spacing: 0.15em;
		}
		
		a.btn-square {
			padding:10px 20px;
			border: 2px solid #fff;
			color: #fff;
		}
		a.btn-square:hover {
			border: 2px solid #d00;
			color: #d00;
			text-decoration: none;
		}
		
		.link {
			cursor: pointer;
		}
		.link:hover {
			text-decoration: underline;
		}
		
		.modal-header, .modal-body {
			color: #444;
		} 
		
		#vita {
			width:100vw;
		}
		.item-disc {
			float:left;
			width:50%;
			height:auto;
			margin: 0;
			position: relative;
			cursor: pointer;
		}
		.disk-rollover {
			position: absolute;
			top:0%; left:0;
			width:100%;height:100%;
			padding-top: 30%;
			text-align: center;
			background-color: rgba(0, 0, 0, 0.7);
			opacity: 0;
			cursor: pointer;
		}
		.disk-rollover:hover {
			opacity:1;
			cursor: pointer;
		}
		.album-title {
			font-size: 1.25rem;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			padding:15px;
		}

		#audioplayer {
			width:100%;
			height:100%;
			overflow-x: hidden;
			overflow-y: auto;
			padding: 0;
		}
		
.panel{ margin: 20px; padding:0px; height:34px;}
#playlist,audio{width:100%;}
.active a{color:#fff;text-decoration:none;}
ul{list-style:none; margin:0px; padding:20px;}
li{margin:0px; padding:0px;}
.list-group-item.active a{ text-decoration:none; color:#fff;}
a{display:block; position:relative; width:100%;}
li a{display:block; text-decoration:none;}
li:hover{background-color:#333;}
li a:hover{text-decoration:none; color: #fff;}
a{color:#fff; text-decoration:none;}
.last{display:none;}

.list-group-item, .list-group-item.active {
padding: .25em 2em;
background: none;
border: none;
border-bottom: 1px solid #999;
}
.list-group-item.active {
margin-top: -0.8em;
	}
.list-group-item.active:before { 
    content: "";
    border-color: transparent #ddd;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top:1em;
    position: relative;
}

.cd-rot {
		-webkit-animation: rotation 5.4s infinite linear;
  -moz-animation: rotation 5.4s infinite linear; /* Fx 5+ */
  -o-animation: rotation 5.4s infinite linear; /* Opera 12+ */
  animation: rotation 5.4s infinite linear; /* IE 10+, Fx 29+ */
}
.player-cover {
	position:absolute !important;
	top:0; left:0;
	background-color: black;
}

@-webkit-keyframes rotation {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-moz-keyframes rotation {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes rotation {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes rotation {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}

		
@media screen and (min-width: 760px) {
	    #teaser {
		    left:15%;
		    width:70%;
		    margin-top: -6.5vw;
	    }
		.item-disc {
			float:left;
			width:25%;
			height:auto;
			margin: 0;
		}
}	
@media screen and (min-width: 1020px) {
	    #teaser {
		    left:25%;
		    width:50%;
		    margin-top: -4vw;
	    }
		.darkened-md {
			background: none;
		}
		#vita {
			background-size: cover;
			background-position: center top;
			background-image: url("../images/vita.jpg");
		}
}

@media (hover: hover) { 
		.paralax {
			background-attachment: fixed;
		}
}
	
 
.player {
    box-sizing: border-box;
    position: relative;
    width: 300px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height:45px;
    position:relative;
    
}
 
.pp-button {
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    padding: 0;
	background-size: contain;
	position:absolute;
	left:0;
	top:-11px;
}
 
.btn-play {
			background-image: url("../images/btn-play.png");
}
 
.btn-pause {
			background-image: url("../images/btn-pause.png");
}
  
  
input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid black;
    /*required for proper track sizing in FF*/
    width: 250px;
    position:absolute;
    top:0;
    left:50px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 250px;
    height: 3px;
    background: #ddd;
    border-color: transparent;
    border-width: 8px 0 0 0;
    position:absolute;
    top:8px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eee;
    margin-top: -6px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 250px;
    height: 3px;
    background: #ddd;
    border: none;
    border-radius: 1px;
    position:absolute;
    top:0;
    left:50px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eee;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 250px;
    height: 3px;    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 8px 0;
    /*remove default tick marks*/
    color: transparent;   
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eee;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}



.modal-player {
	width:95vw;
	max-width: 1140px;
	height:100vh;
	margin-top:0 !important;
}
.player-body {
	height:90vh;
	background-color: black;
}
.modal-backdrop.show {
opacity: .75;
}

.video-preview {
	cursor: pointer;
}
.videoframe {
	width:100%;
	height:90%;
}
.video-prev {
	padding-bottom: 45px;
}

.disco-card {
	float: left;
	margin-bottom: 30px;
	background: none;
	border: none;
}
.disco-card > .card-body {
	background-color: #000;
	border: 1px solid #444;
	padding: 15px 15px 0 15px;
}
.card-title {
	margin: -15px -15px 15px -15px;
	background-color: #222;
	padding: 10px 15px;
}
.card-subtitle {
	font-weight: 700;
}
@media screen and (min-width: 560px) {
	.disco-card {
		min-height: 210px;
	}
	.disco-card-dh {
		min-height: 450px;
	}
}