/* FONTS */

@font-face {
	font-family: 'TiemposRegular';
	src: url('../fonts/TiemposHeadlineWeb-Regular.eot');
	src: url('../fonts/TiemposHeadlineWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TiemposHeadlineWeb-Regular.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Regular.woff') format('woff'), url('../fonts/TiemposHeadlineWeb-Regular.svg') format('svg'), url('../fonts/TiemposHeadlineWeb-Regular.ttf') format('ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Tiempositalic';
	src: url('../fonts/TiemposHeadlineWeb-RegularItalic.eot');
	src: url('../fonts/TiemposHeadlineWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/TiemposHeadlineWeb-RegularItalic.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-RegularItalic.woff') format('woff'), url('../fonts/TiemposHeadlineWeb-RegularItalic.svg') format('svg'), url('../fonts/TiemposHeadlineWeb-RegularItalic.ttf') format('ttf');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'TiemposBold';
	src: url('../fonts/TiemposHeadlineWeb-Bold.eot');
	src: url('../fonts/TiemposHeadlineWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TiemposHeadlineWeb-Bold.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Bold.woff') format('woff'), url('../fonts/TiemposHeadlineWeb-Bold.svg') format('svg'), url('../fonts/TiemposHeadlineWeb-Bold.ttf') format('ttf');
	font-weight: 400;
	font-style: bold;
}

::-webkit-scrollbar {
	display: none;
}

body {
	font-size: 18px;
	font-family: 'TiemposRegular', Georgia, serif !important;
	margin: 0;
}

body::-webkit-scrollbar {
	display: none;
}

p {
	font-family: 'TiemposRegular', Georgia, serif !important;
}

p a {
	background-position: 0 3.45vw;
	background-size: 0.5vh 0.5vh;
}

a {
	text-decoration: none;
	color: #000000;
	background-image: linear-gradient(#fff100 50%, #fff100 50%);
	background-repeat: repeat-x;
}

a:hover {
	background-image: linear-gradient(#d1d1d1 50%, #d1d1d1 50%);
}

b {
	font-family: TiemposBold;
	font-weight: bold;
	font-style: bold;
}

i {
	font-family: Tiempositalic !important;
	font-style: italic;
}

::selection {
	background: #fff100;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #fff100;
	/* Gecko Browsers */
}




/* TOP BAR */

.stream {
	position: fixed;
	top: 0;
	height: 60px;
	z-index: 2;
}

.timeline {
	float: left;
	position: fixed;
	top: 0;
	left: 60px;
	width: calc(100% - 60px);
	overflow: hidden;
	height: 60px;
	background-color: #000000;
}


/* PLAY BUTTON */

.icon {
	position: fixed;
	top: 0;
	width: 60px;
	height: 60px;
	left: 0;
	background-color: #0d0de0;
}

.toggle_button {
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-left: 18px solid white;
	border-bottom: 11px solid transparent;
	margin: 18px 0 0 22px;
	text-indent: -9999px;
	-o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	cursor: pointer;
}

.toggle_button.active {
	border-top: 0px solid transparent;
	border-left: 18px solid white;
	border-bottom: 0px solid transparent;
	height: 18px;
	width: 0px;
	margin: 20px 0 0 22px;
}


/* POPOUT PANEL */

.leftpanel {
	position: fixed;
	overflow: hidden;
	z-index: 2;
	height: calc(100vh - 60px);
	top: 60px;
	left: 0;
	width: 60px;
	background-color: #fff100;
	-o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.leftpanel.active {
	width: calc(50% + 30px);
	background-color: #fff100;
}

.leftpanel p {
	color: black;
	font-family: 'Tiempositalic';
	font-style: italic;
}

.leftpanel h3 {
	color: black;
	font-family: 'TiemposRegular';
}

.panel_toggle {
	color: black;
	font-family: 'Tiempositalic';
	font-style: italic;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	font-size: 18px;
	top: 45.6%;
	left: 8px;
	cursor: pointer;
}

.panel_toggle span {
	display: inline-block;
}

.panel_toggle span+span {
	display: none;
}

.panel_toggle.active span {
	display: none;
}

.panel_toggle.active span+span {
	display: inline-block;
}

.leftpanel section {
	box-sizing: border-box;
	position: absolute;
	left: 13vw;
	top: 0px;
	height: 100%;
	width: calc(46vw -50px);
	padding: 0 100px 50px 0;
	overflow-y: scroll;
	opacity: 0;
	-o-transition: all 600ms;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	transition-delay: 0.55s;
}

.leftpanel.active section {
	opacity: 01;
}

.leftpanel section h3 {
	font-size: 1.4vw;
	margin: 0 0 -10px 0;
	padding: 0;
    
}

.leftpanel section p {
	font-size: 1.4vw;
}

.lyrics {
	margin-top: 45px;
}


/* OTHER PANELS */

.first {
	width: calc(100% - 60px);
	float: left;
	margin-left: 60px;
	min-height: calc(100vh - 60px);
	background-color: #050505;
}

.cover {
	margin-top: 60px;
	position: relative;
	width: 50%;
	min-height: calc(100vh - 60px);
	float: left;
	background-image: url(images/NIHT_Cover_Site.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

#plus1 {
	margin-left: 4vw;
	margin-top: -2vw;
	width: 10vw;
}

#plus2spin {
	position: absolute;
	bottom: 0;
	right: 0;
}

#plus2 {
	position: absolute;
	float: right;
	bottom: 8vh;
	width: 10vw;
	right: 8vh;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}

#plus2:hover {
	position: relative;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

#plus2:hover:after {
	content: url(images/NIHT_Cover_Site.jpg);
	/* no need for qoutes */
	display: block;
	position: absolute;
}

.image {
	min-height: 100vh;
}

.second {
	width: 50% !important;
	margin-top: 60px;
	color: black;
	min-height: calc(100vh - 60px);
	background-color: #ffffff;
	float: left;
	font-size: 3.0vw;
	letter-spacing: -0.005vw;
	line-height: 3.8vw;
}

.second p {
	margin: 2vw;
	margin-right: 4vw;
	margin-bottom: 3vw;
}

.secondm {
	display: none;
}


/* OTHER PANELS */

.third {
	float: left;
	width: calc(50% - 30px);
	margin-left: 60px;
	height: calc(100vh - 60px);
	background-color: #ffffff;
}

.fourth {
	float: left;
	width: calc(50% - 30px);
	height: calc(100vh - 60px);
	background-color: #0d0de0;
}

.fourthmobile {
	float: left;
	width: calc(50% - 30px);
	height: calc(100vh - 60px);
	background-color: #555555;
	margin-top: 60px;
	display: none;
}

.galaxy {
	height: 80%;
	width: 75%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

video#bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

}

.last {
	min-height: calc(100vh - 60px);
	float: left;
	margin-left: 60px;
	background-color: #000000;
	background-image: url(images/sky.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.outline {
	position: absolute;
	min-height: calc(100vh - 60px);
	width: calc(50% - 30px);
	margin: 0 auto;
}

.sky {
	display: none;
}

.credits {
	width: 50%;
	min-height: calc(100vh - 60px);
	background-color: #000000;
	float: right;
}

.credits p {
	margin: 2vw;
	margin-right: 3vw;
	color: white;
	font-size: 2.1vw;
	letter-spacing: 0.05vw;
	line-height: 2.7vw;
}

.jp-audio {
	background: none;
	width: auto;
	height: auto;
	display: inline;
}

.jp-seek-bar {
	background: #000000;
	width: 0px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.jp-play-bar {
	background: #777777;
}

.jp-audio,
jp-gui,
.jp-interface {
	border: none;
}

.jp-play {
	display: inline !important;
	}

.jp-controls {
	width: 60px;
	height: 60px;
	background: #0d0de0;
	left: 0px;
	position: relative;
	z-index: 0;
}

.jp-interface {
	background: #404040;
}

.jp-controls ul {
	width: 60px;
	height: 60px;
	background: #404040;
	display: block;
}

.jp-controls a {
	padding: 20px 25px 20px 25px;
	line-height: 20px;
	background: #404040;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.jp-audio {
	background: blue;
	padding: 0;
}

.jp-progress {
	background: none;
	;
	width: 100%;
	height: 60px;
	padding: 0;
	margin-bottom: 4px;
	overflow: hidden;
}

.jp-seeking-bg {}

div.jp-type-playlist div.jp-playlist a {
	color: #000000 !important;
	background-image: none !important;
}

.jp-playlist li {
	font-family: 'Tiempositalic' !important;
	font-size: 1.8vw;
	font-style: italic;
	text-align: center;
	border: none;
	transition: 0.5s all;
	background: none;
}

.jp-type-playlist {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	margin: 0;
	background: none !important;
	opacity: 0.3;
}

.jp-playlist ul {
	height: auto !important;
	display: block !important;
	}
div.jp-type-playlist div.jp-playlist li.firsttrack {
    opacity: 1 !important;
	}	

}
.toggle_button {
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-left: 18px solid white;
	border-bottom: 11px solid transparent;
	position: relative;
	z-index: -1;
	margin: 18px 0 0 22px;
	text-indent: -9999px;
	-o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	cursor: pointer;
}
#jp_container_1.jp-state-playing .toggle_button {
	border-top: 0px solid transparent;
	border-left: 18px solid white;
	border-bottom: 0px solid transparent;
	height: 18px;
	width: 0px;
	margin: 20px 0 0 22px;
}

/* MEDIA QUERIES FOR 945px <= Resolutions */
@media only screen and (max-width: 900px) {
	p a {
		background-position: 0 6.85vw;
		background-size: 0.45vh 0.45vh;
	}
	
	a {
		text-decoration: none;
		color: #000000;
		background-image: linear-gradient(#fff100 50%, #fff100 50%);
		background-repeat: repeat-x;
	}
	
	a:hover {
		background-image: linear-gradient(#d1d1d1 50%, #d1d1d1 50%);
	}
	
	.stream {
		display: none;
	}
	
	.timeline {
		display: none;
	}
	
	.icon {
		display: none;
	}
	
	.toggle_button {
		display: none;
	}
	
	.cover {
		position: relative;
		width: 100%;
		height: calc(100vh);
		float: left;
		margin-top: 0px !important;
	}
	
	#plus1 {
		margin-left: 8vw;
		margin-top: -4vw;
		width: 20vw;
	}
	
	#plus2spin {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#plus2 {
		position: absolute;
		float: right;
		bottom: 14vh;
		width: 20vw;
		right: 8vh;
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
	}
	
	.first {
		width: calc(100%);
		margin-left: 0px !important;
	}
	
	.second {
		display: none;
		width: calc(100%) !important;
		margin-bottom: 0px !important;
	}
	
	.secondm p {
		font-size: 6.2vw;
		line-height: 8vw;
		margin: 9vw;
		margin-right: 8vw;
	}
	
	.secondm {
		display: block;
		width: 100% - 60px;
		color: black;
		min-height: 100vh;
		background-color: #ffffff;
		float: left;
		overflow: hidden;
		letter-spacing: -0.005vw;
	}
	
	.third {
		width: calc(100% - 60px);
		margin-left: 60px;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.jp-playlist li {
		font-family: 'Tiempositalic' !important;
		font-size: 3.6vw;
		font-style: italic;
		text-align: center;
		border: none;
		transition: 0.5s all;
		background: none;
	}
	
	.fourth {
		width: 100% !important;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.fourthmobile {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.last {
		min-height: 100vh;
		float: left;
		margin-left: 0px;
		background-color: #000000;
	}
	
	.sky {
		display: block;
		width: 100%;
		height: 100vh;
		background-color: #41be31;
		float: left;
		background-image: url(images/sky.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #999;
	}
	
	.credits {
		width: 100%;
		min-height: 100vh !important;
		height: auto;
		background-color: none;
	}
	
	.credits p {
		font-size: 4vw;
		line-height: 6vw;
		margin: 9vw;
		margin-right: 11vw;
        margin-bottom: -4vw !important;
	}
	
	.leftpanel {
		height: 100vh !important;
		top: 0px !important;
		width: 90px;
		display: none;
	}
	
	.leftpanel.active {
		width: calc(100% + 30px);
		background-color: #fff100;
	}
	
	.leftpanel section {
		box-sizing: border-box;
		position: absolute;
		left: 30vw;
		top: 0px;
		height: 100%;
		width: calc(100vw - 100px);
		padding: 0 100px 50px 0;
		overflow-y: scroll;
		opacity: 0;
		-o-transition: all 600ms;
		-moz-transition: all 600ms;
		-webkit-transition: all 600ms;
		transition: all 600ms;
		transition-delay: 0.25s;
	}
	
	.leftpanel section h3 {
		font-size: 2.5vw;
		margin: 0 0 -10px 0;
		padding: 0;
	}
	
	.leftpanel section p {
		font-size: 2.5vw;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	p a {
		background-position: 0 6.85vw;
		background-size: 0.45vh 0.45vh;
	}
	
	a {
		text-decoration: none;
		color: #000000;
		background-image: linear-gradient(#fff100 50%, #fff100 50%);
		background-repeat: repeat-x;
	}
	
	a:hover {
		background-image: linear-gradient(#d1d1d1 50%, #d1d1d1 50%);
	}
	
	.stream {
		display: none;
	}
	
	.timeline {
		display: none;
	}
	
	.icon {
		display: none;
	}
	
	.toggle_button {
		display: none;
	}
	
	.cover {
		position: relative;
		width: 100%;
		height: calc(100vh);
		float: left;
		margin-top: 0px !important;
	}
	
	#plus1 {
		margin-left: 8vw;
		margin-top: -4vw;
		width: 20vw;
	}
	
	#plus2spin {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#plus2 {
		position: absolute;
		float: right;
		bottom: 14vh;
		width: 20vw;
		right: 8vh;
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
	}
	
	.first {
		width: calc(100%);
		margin-left: 0px !important;
	}
	
	.second {
		display: none;
		width: calc(100%) !important;
		margin-bottom: 0px !important;
	}
	
	.secondm p {
		font-size: 6.2vw;
		line-height: 8vw;
		margin: 9vw;
		margin-right: 9vw;
	}
	
	.secondm {
		display: block;
		width: 100% - 60px;
		color: black;
		min-height: 100vh;
		background-color: #ffffff;
		float: left;
		overflow: hidden;
		letter-spacing: -0.005vw;
	}
	
	.third {
		width: calc(100% - 60px);
		margin-left: 60px;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.jp-playlist li {
		font-family: 'Tiempositalic' !important;
		font-size: 3.6vw;
		font-style: italic;
		text-align: center;
		border: none;
		transition: 0.5s all;
		background: none;
	}
	
	.fourth {
		width: 100% !important;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.fourthmobile {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: none;
		display: none;
	}
	
	.last {
		min-height: 100vh;
		float: left;
		margin-left: 0px;
		background-color: #000000;
	}
	
	.sky {
		display: block;
		width: 100%;
		height: 100vh;
		background-color: #41be31;
		float: left;
		background-image: url(images/sky.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #999;
	}
	
	.credits {
		width: 100%;
		min-height: 100vh !important;
		height: auto;
		background-color: none;
	}
	
	.credits p {
		font-size: 4vw;
		line-height: 6vw;
		margin: 9vw;
		margin-right: 11vw;
        margin-bottom: -4vw !important;

	}
	
	.leftpanel {
		height: 100vh !important;
		top: 0px !important;
		width: 90px;
		display: none;
	}
	
	.leftpanel.active {
		width: calc(100% + 30px);
		background-color: #fff100;
	}
	
	.leftpanel section {
		box-sizing: border-box;
		position: absolute;
		left: 30vw;
		top: 0px;
		height: 100%;
		width: calc(100vw - 100px);
		padding: 0 100px 50px 0;
		overflow-y: scroll;
		opacity: 0;
		-o-transition: all 600ms;
		-moz-transition: all 600ms;
		-webkit-transition: all 600ms;
		transition: all 600ms;
		transition-delay: 0.25s;
	}
	
	.leftpanel section h3 {
		font-size: 2.5vw;
		margin: 0 0 -10px 0;
		padding: 0;
	}
	
	.leftpanel section p {
		font-size: 2.5vw;
	}
}