.t-tildalabel{
	position: relative !important;
}
a#clustrmaps-widget-v2, #clustrmaps-widget-v2 {
	height: 39px !important;
	min-height: 39px !important;	
	width: 88px !important;
}
.clstm {
	font-size: 9px !important;
	line-height: 11px !important;
}
/*.clustrmaps-map-container*/
.clustrmaps-map, .liveDotsReady , .jvectormap-container{
	display: none;
}
.lang_selector a{
	color: #7fc9f0 !important;
}
.lang_selector{
	width:20%;text-align:right;
}
.main_page_title{
	width:80%;
}
.main_page_title, .lang_selector{
	font-weight: bold !important;
	font-size: 32px;
	float:left;
}
.off_air_message{
	font-size: 16px;
}
.page_counter{
	position: absolute !important;
	bottom: 0;
	left: 0;
}
.t-tildalabel{
	position: relative;	
}
.mountpoint-title{
	padding-bottom:10px;
}
.t-text {
-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */	
}
.player-button{
	cursor: pointer;
}
.t374__svg, .play-circle {
	stroke: #7fc9f0 !important;
}
.stop-icon, .stop-circle {
	stroke: #ff8562;
}
/*
.slider-wrapper {
  display: inline-block;
  width: 20px;
  height: 150px;
  padding: 0;
}
.slider-wrapper input {
  width: 700px;
  height: 20px;
  margin: 0;
  transform-origin: 75px 75px;  
}
*/
/* Volume control */
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  /*background: #3071a9;*/
  background: #7fc9f0;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  /*background: #367ebd;*/
  background: #7fc9f0;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #7fc9f0;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  /*background: #2a6495;*/
  background: #7fc9f0;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #7fc9f0;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #7fc9f0;
}
input[type=range]:focus::-ms-fill-upper {
  /*background: #367ebd;*/
  background: #7fc9f0;
}
/* /Volume control */