@import url("//christmas-channel.com/wp-content/uploads/omgf/local-stylesheet-import-55/local-stylesheet-import-55.css");
@import url("//christmas-channel.com/wp-content/uploads/omgf/local-stylesheet-import-46/local-stylesheet-import-46.css");


html, body {
/*	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;*/
}
body {
	padding-bottom: 5.2em;
}
md-spinner {
	border-radius: 100px;
	height: 42px;
	width: 42px;
	background-color: #e4e4e5;
	padding: 2px;
	margin: 4px;
	box-sizing: border-box;
	display: block;
}
rm-backtostream {
	display: inline-block;
	box-sizing: border-box;
	padding-left: 0px;
	padding-top: 10px;
	border-radius: 100px;
	height: 42px;
	width: 170px;
	background-color: #e4e4e5;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 13px;
	margin: 4px;
	cursor: pointer;
}
rm-backtostream md-icon{
	font-weight: 800 !important;
	display: inline-flex !important;
	vertical-align: middle !important;
}
rm-player{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;

	align-items: center;

	font-family: Roboto,sans-serif;
	font-size: 14px;
	font-weight: 400;

	line-height: 20px;

	padding: 5px 20px;

	box-shadow: 0 0 15px rgba(0,0,0,0.60);
	background-color: #43454A;
	color: #E4E4E5;

	position: fixed;
	left: 0px;
	bottom: 0px;

	width: 100%;

	vertical-align: middle;

	overflow: hidden;
	z-index:999;
}
rm-player span {
	opacity: .5;
}

rm-player rm-playbutton, rm-podcast {
	height: 50px;
	width: 50px;
	padding:0;
	margin: 0 15px;
}
rm-player rm-playbutton{
		color: #E4E4E5;
}
rm-player rm-playbutton md-icon, rm-podcast md-icon{
	font-size: 50px !important;
	cursor: pointer;
}

rm-player rm-stream{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-line-pack: center;

	align-content: center;

	font-family: Roboto;
	font-size: 14px;

	line-height: 20px;

	border-collapse: collapse;

	margin: 0 30px;
}
rm-player rm-stream img{
	border-radius: 50%;
	height: 40px;
	margin-right: 15px;
}
rm-player rm-stream .rm-onair{
	opacity: 0;
	textShadowBlur:20;
	display:none;
}

rm-player rm-playertrack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;

	-webkit-box-flex: 500;
	-ms-flex: 500 0 200px;
	flex: 500 0 200px;

	margin: 0 30px;
	align-items: center;
	min-width: 160px;
}
rm-player rm-playertrack img {
	height: 40px;
	margin-right: 15px;
}

@media (max-width: 550px)	{
	rm-player rm-volume {
		display:none;
	}
}
rm-player rm-volume {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
padding-right: 50px;
	margin: 0;
	align-items: center;
	min-width: 160px;
}
rm-player rm-volume #muteButton, rm-player rm-volume #open_in_new{
	cursor: pointer;
	background-repeat: no-repeat;
	display: inline-block;
	fill: currentColor;
	height: 24px;
	width: 24px;
}
rm-player rm-volume #open_in_new{
	margin-right: 10px;
}

rm-player rm-volume rm-volumeslider {
	display: block;

	width: 120px;
	height: 2px !important;

	margin: 0 10px;
	background: rgba(0,0,0,.26) !important;
	border: 0 !important;
}
rm-timeslider {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 3px;
	margin: 0;
	background: rgba(0,0,0,.26) !important;
	border: 0 !important;
	/*box-shadow: 0px -3px 15px rgba(0,0,0,0.60);*/
	position: fixed !important;
	padding: 0;
	bottom: 57px;
	left: 0;
	border-radius:0 !important;
}
rm-timeslider .ui-slider-range {
	border-radius:0 !important;
}
rm-player rm-volume rm-volumeslider .ui-slider-range,rm-timeslider .ui-slider-range { background: #F44336; }
rm-player rm-volume rm-volumeslider .ui-slider-handle,rm-timeslider .ui-slider-range { border-color: #203749; }

rm-timeslider .ui-slider-handle {
	display: none;
}

rm-player rm-volume .ui-slider-handle {
	top: -6px !important;
	width: 1.0em !important;
	height: 1.0em !important;
	cursor: pointer !important;

	-ms-touch-action: none;
	touch-action: none;

	border-radius: 25px;
	opacity: 1;
}
rm-player rm-volume .ui-slider-handle:focus {
	outline: none;
}/*
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}*/
rm_sprechblase {
	display: none;
	position: fixed;
	bottom: 87px;
	left: 30px;
	width: 250px;
	height: 90px;
	padding: 5px;
	font-size: 1.35em;
	font-family: Roboto;
	line-height: 25px;
	color: #E4E4E5;
	border: 3px solid #F44336;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	background: #43454A;
	box-shadow: 0 0 15px rgba(0,0,0,0.90);
	cursor: pointer;
	box-sizing:border-box;
}
rm_sprechblase b {
	position: fixed;
	left: 245px;
	color: #F44336;
	font-family: Roboto;
}
rm_sprechblase:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 84px;

	border: 15px solid;
	border-color: #F44336 transparent transparent #F44336;
}
rm_sprechblase:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 33px;
	top: 84px;
	box-sizing:border-box;
	border: 11px solid;
	border-color: #43454A transparent transparent #43454A;
}
rm-flip, rm-flip-rotate {
	overflow:hidden;
	text-overflow:ellipsis;
}

@media (max-width: 767px) {
  .rm-hidden-xs {
	display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rm-hidden-sm {
	display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rm-hidden-md {
	display: none !important;
  }
}
@media (min-width: 1200px) {
  .rm-hidden-lg {
	display: none !important;
  }
}
