@charset "utf-8";

/* BOX SIZING RESET */

*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
	height: 100%;
}

/* THE REST */

html,
body {
  margin: 0;
  padding: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
	
	background: #000 url(../background.jpg) 63% center no-repeat fixed;
	background-size: cover;
	color: #fff;
}
a
{
	color: #fff;
	text-decoration: none;
}
.infos
{
  padding: 10px 0 10px 24px;
	font-size: 0.8em;
	color: #134080;
}
.infos > p 
{
  margin: 0;
}
#loaded,
.hide,
.tracklist
{
	display: none;
}
.changepodcast 
{

}
.c-menu__item.active 
{
  background: #fff;
}
.active .changepodcast 
{
  color: #80a0c0;
}
.changepodcast > span 
{
  color: #cde;
  font-weight: normal;
	font-size: 0.8em;
}
.menu 
{
  top: 150px;
  position: absolute;
}
.infotext 
{
	background: rgba(0, 0, 0, 0.7);
	bottom: 10vh;
	color: red;
	margin: 0 auto;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 3vw;
}
.head
{
	width: 95vw;
	float: right;
	margin-top: 20px;
	margin-top: calc(100% / 15);
	
	top: 0;
	right: 0;
}
.svg-canvas 
{
  display: block;
  height: 100%;
  visibility: hidden;
}

.ie #small, /* IE 10+11 SVG-NOT-SCALING-FIX */
.ie #large
{
	height: 70%;
	width: 70%;
	top: 0;
	left: 15%;
	position: absolute;
}
.ie .info-kentucky
{
	position: absolute;
	top: 55%;
	right: 2.5%;
}

#small
{
	display: block;
}
#large
{
	display: none;
}
#button-small,
#button-large
{
	cursor: pointer;
}
.hide
{
	display: none;
}
.show
{
	display: block;
}
.info-kentucky 
{
	float: right;
	margin: 0 5vw 0 0;
	width: 40vw;
	
	color: #1d1d1b;
	text-align: left;
	font-size: 3vw;
	letter-spacing: 0.1em;
  line-height: 1.4em;
}
.info-kentucky div
{
	font-weight: bold;
	font-size: 1.3em;
}
.info-kentucky .andsign
{
	font-weight: normal;
}
.andsign:after 
{
  content: "\a";
  white-space: pre;
}
.info-bottom 
{
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
  font-size: 2vh;
  line-height: 3vh;
	text-shadow: 0px 0px 4px #000;
}
.left 
{
	left: 0;
}
.right
{
	right: 0;
}
.fb-like 
{
	position: absolute !important;
	text-align: center;
	width: 100%;
	bottom: 15%;
	padding-bottom: 2em;
}
.fb-like::before 
{
	/*background: rgba(0, 0, 0, 0.6);*/
	content: "";
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	width: 140px;
	
	/*filter:blur(3px);
  -o-filter:blur(3px);
  -ms-filter:blur(3px);
  -moz-filter:blur(3px);
  -webkit-filter:blur(3px);*/
}
@media (orientation: landscape) { 
.infotext 
{
	bottom: 15vh;
	font-size: 3vh;
}
.head
{
	width: 75vw;
	float: none;
	margin: 5vh auto;
}
#small
{
	display: none;
}
#large
{
	display: block;
}
.info-kentucky 
{
	margin: -10vh 5vw 0 0;
	width: 30vw;
}
.info-bottom 
{
  font-size: 2vw;
  line-height: 3vw;
}
}
@media (min-width: 768px) 
{
.head
{
	width: 80vw;
}
}
@media (min-width: 917px) 
{
.head
{
	width: 75vw;
}
.info-kentucky 
{
	text-align: center;
	font-size: 1.1vw;
	line-height: 2em;
}
.info-kentucky div
{
	font-size: 1.8em;
}
}
@media (min-width: 1024px) 
{
.head
{
	width: 75vw;
}
}
@media (width: 1024px) 
{
.head
{
	width: 95vw;
}
}
@media (min-width: 1200px) 
{
.info-kentucky div
{
	font-size: 1.6em;
}
.andsign:after 
{
	display: none;
}
}