body {
    background-color: #ebebeb;
    font: normal 1em / 1.5  arial, helvetica, sans-serif;
margin: 0;
padding: 0;
}
 svg {
  display: block;
  max-width: 20em;
  margin: auto;
  border: 0px;
  fill-opacity: 0.5;
  background-color: #ebebeb;
 }
#full-width-header {
    position: absolute; /* necessary to
        absolute-position the child-element
        #home-link relative to the header */
	font-family: monospace", "Lucida Sans", "DejaVu Sans", sans-serif";
	font-weight: 600;
    font-size: 0.9em;
	color:#ffee10;
    width: 0px;
    height: 0px;
}
		#second-header {
	font-family: Tahoma, Arial, sans-serif;
	font-color:#646464;
	font-weight: 600;
    font-size: 0.7em;
	color:#646464;
    width: 0px;
    height: 0px;
	    -webkit-animation: fading 5s;
    animation: fading 5s;
} 
   #second-header a {
        margin: 15px;
        -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
        transition: color 1s; /* For modern browsers */
	   color: #333333
    }
   #second-header a:hover {
        color: #CC0003;
    }
   #second-header a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 5px #CC0003;
}
/* Here is the animation (keyframes) */
@keyframes fading {
    0% { opacity: 1; }
    100% { opacity: 0; }
	
}
div.container { background: transparent; }
iframe.lockframe { z-index: -2; }

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	height: 320px;
	  display: flex;
  justify-content: center;
background-color: black;
  padding: 0.01em;
	border: solid 0.01em;
	  border-top: #ffee10;
  border-bottom-color: #ffee10;
}
div.sticky2 {
  position: -webkit-sticky;
  position: sticky;
	  background-image: url("bgsticky.gif");
  background-repeat: no-repeat, repeat;
  background-color: #262626;
 top: 0;
	height: 150px;
	  display: flex;
  justify-content: center;
  padding: 0.01em;
		border: solid 0.01em;
	 border-bottom-color: #262626;
		font-family: Tahoma, Arial, sans-serif;
	font-color:#ebebeb;
	font-weight: 600;
    font-size: 0.7em;
}
div.container {
 height: 2px;
}
.mc {
    background: #;
    margin: 0 auto;
    padding: 0 10px 0px;
    /*position: relative;*/
    width: 1054px;
	  align-items: right;
  align-content: right; 
  justify-content: right;
}
.ac {
    background: #;
    margin: 0 auto;
    padding: 0 0px;
    /*position: relative;*/
    width: 1054px;
}

.damain {
	/*width: 100%;*/
	padding: 0 0px;
}

h1{
  position: relative;
  font-size: 70px;
  text-align: center;
  font-family: sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: 70%;
  margin: 20px auto 30px auto;
}
@media screen and (max-width: 510px){
  h1{
    font-size: 70px;
  }
}
@media screen and (max-width: 360px){
  h1{
    font-size: 50px;
  }
}
.zov {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
   margin-top: 10px;
   margin-left: 10px;
   padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;
   width: 70px;
   height: 70px;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.zov i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}
.zov_character::before {
   content: "\27A4";
   color: #E30B5C;
}
.zov:hover {
   text-decoration: none;
   background: #E30B5C;
   color: #ebebeb;
   transform: scale(1.1);
   box-shadow: 0 0 15px #ffee10;
   text-shadow: 1px 1px 2px black;
}
	
	.tvzov {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
   padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   display: inline-block;
}
.tvzov i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.tvzov_character::before {
   content: "\27A4";
   color: #257EAA;
}
.tvzov:hover {
   text-decoration: none;
   background: #257EAA;
   color: #ebebeb;
   transform: scale(1.1);
   box-shadow: 0 0 15px #ffee10;
   text-shadow: 1px 1px 2px black;
}
.telezov {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
   padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.telezov i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.telezov_character::before {
   content: "\27A4";
   color: #1D872F;
}

.telezov:hover {
   text-decoration: none;
   background: #1D872F;
   color: #ebebeb;
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
  text-shadow: 1px 1px 2px black;
}	
	.zovtv {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
	
padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.zovtv i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.zovtv_character::before {
   content: "\27A4";
   color: #891DE5;
}

.zovtv:hover {
   text-decoration: none;
   background: #891DE5;
   color: #ebebeb;
   transform: scale(1.1);
   box-shadow: 0 0 15px #ffee10;
   text-shadow: 1px 1px 2px black;
}	
		.tele3 {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
	
padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.tele3 i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.tele3_character::before {
   content: "\27A4";
   color: #EB5B1B;
}
.tele3:hover {
   text-decoration: none;
   background: #EB5B1B;
   color: #ebebeb;
   transform: scale(1.1);
   box-shadow: 0 0 15px #ffee10;
   text-shadow: 1px 1px 2px black;
}	
			.tele2 {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
	
padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.tele2 i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.tele2_character::before {
   content: "\27A4";
   color: #2D3ACF;
}
.tele2:hover {
   text-decoration: none;
   background: #2D3ACF;
   color: #ebebeb;
	  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
	 text-shadow: 1px 1px 2px black;
}
				.tele1 {
   border: 0px solid #ffee10;
   box-shadow: 0 0 5px #ffee10;	 
		margin-top: 10px;
   margin-left: 10px;
	
padding: 5px 5px 5px 5px;	
   background-color : transparent;
   color: #ebebeb;
   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
   font-size: 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px 3px 3px 3px;

   width: 70px;
   height: 70px;
  

   -moz-transition-duration: .3s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.tele1 i {
   font-size: 18px;
   color: #ebebeb;
   text-shadow: 1px 1px 2px black;	
   font-family: custom-icon-font;
   display: inline-block;
   vertical-align: top;
   line-height: 125%;
   font-weight: 400;
   font-style: normal;
   speak: none;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}


.tele1_character::before {
   content: "\27A4";
   color: #126205;
}
.tele1:hover {
   text-decoration: none;
	text-shadow: 1px 1px 2px black;
   background: #126205;
   color: #ebebeb;
	  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}
.acmenu {
width: 100%;
position: relative;
		font-family:Courier New", "monospace", "Lucida Sans", "DejaVu Sans", sans-serif";
    font-size: 0.9em;
	color:#646464;
margin:0 5px;
  height: 30px;
  top: 2; right: 0;
  align-items: right;
  align-content: right; 
  justify-content: right; 
}

.acmenu div {
font-weight:bold;
	font-family:Courier New", "monospace", "Lucida Sans", "DejaVu Sans", sans-serif";
    font-size: 0.9em;
	color:#646464;
margin:0 5px;
	  height: 30px;
  top: 2; right: 0;
  align-items: right;
  align-content: right; 
  justify-content: right; 
}

.acmenu li  {
font-size:60%;
		font-family:Courier New", "monospace", "Lucida Sans", "DejaVu Sans", sans-serif";
	color:#646464;
text-align:center;
display: inline-block;
list-style-type: none;
margin:0 0 5px 0;
	  height: 30px;
  top: 2; right: 0;
  align-items: right;
  align-content: right; 
  justify-content: right; 
}
.content {
width: 100%;
position: relative;
}

.content div {
font-weight:bold;
margin:0 10px;
}

.content li  {
font-size:60%;
text-align:center;
display: inline-block;
list-style-type: none;
margin:0 0 10px 0;
}

ul li {
  list-style: none;
  margin: 0 15px;
}

ul li a {
  position: relative; 
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
	 padding-left: 5px;
  line-height: 15px;
  background: #;
  border-radius: 120%;
  font-size: 100%;
  color: #ffee10;
  transition: .5s;
}

ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 10%;
  height: 10%;
  border-radius: 120%;
  background: #ffee10;
  transition: .5s;
  transform: scale(.5);
  z-index: -1;
}

ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

ul li a:hover {
  color: #ffee10;
  box-shadow: 0 0 0px #ffee10;
  text-shadow: 0 0 15px #ffee10;
}

li img {
    box-shadow: 0 0 7px #ffee10;
	border-radius: 5px 5px 5px 5px;
	margin-left: 7px;
    padding: 7px;
	background: #;
}
li img:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

li img {
    height: 70px;
    width: 70px;
}
		a {
  box-shadow: inset 0 0 0 0 #E8C300;
  color: #ebebeb;
  padding: 5px 5px 5px 5px;
  margin-top: 10px;
  margin-left: 10px;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover {
  color: #262626;
  box-shadow: inset 200px 0 0 0 #E8C300;;
}
a {
  color: #ebebeb;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
   font-style: normal;
   speak: none;
   text-shadow: 1px 1px 2px black;
   text-align:center;
   text-decoration: inherit;
   text-transform: none;
   text-rendering: optimizeLegibility;
}
a:visited { text-decoration: none; }

p {
    box-shadow: 0 0 5px #516280;
	border-radius: 5px;
	margin: 10px;
    padding: 10px;
	background: #;
	font-size: 90%;
}

/**/

a.tablink {
	text-decoration: none!important;
}

a.tablink.active {
	color: #;
	padding: 3px 10px;
	background: black;
	
}



.submenu {
	z-index: 1;
	position: relative;
    float:right;
	clear: both;
}


.center {
	text-align: center;	
}

.right {
	text-align:right;
	
}

/**//**//**/

.rtp-wrapper {
	width: 663px!important;
	height: 370px!important;
	float:right!important;
	clear: both!important;
	margin: 20px 0 0!important;
}

.beseed_rotator {
	float:right!important;
	clear: both!important;
	margin: 20px 0!important;
	width: 663px!important;
	height: 370px!important;
	padding-top: 0!important;
}
/*
.beseed_rotator iframe {
	width: 663px!important;
	height: 370px!important;
}
*/

.player iframe {
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px;
	min-height: 15vw;
}

.center {
	text-align: center;	
}

.right {
	text-align:right;
	
}

}
#player{
	width: 100%!important;
	height: 100%!important;
}

.tabs {
	height: 22px;
    background: #ebebeb;
}

.bodyc {
	width: 90%;
	margin: 0 auto;	
}


@media only screen and (max-width: 2400px) {


.player iframe {
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px;
	min-height: 25vw;
}

@media only screen and (max-width: 1230px) {

.ac {
	width: 900px;
}

.player iframe {
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px;
	min-height: 35vw;
}



	
.dainner {
	width: 570px;
}
	

}
@media only screen and (max-width: 950px) {
.ac {
	width: 100%;
	padding: 0;
}
	
.dainner {
	width: 90%;
	float: none;
	margin: 15px 15px 0;
}

img.vb__phone {
	width: 100%!important;
}

.flash {
	width: 100%;
}

.programma {
	width: 100%;
}

.submenu {
    margin: 0 20px 20px;
}


.rtp-wrapper {
    float: none!important;
    width: 100%!important;
    max-height: 70vw!important;
}

.beseed_rotator {
    float: none!important;
    width: 100%!important;
    max-height: 70vw!important;	
}


.noprogramma {
	margin: 10px 10px 30px;
	font-size: 90%;
}


.player img {
    max-width: 100%;
    height: auto;
}


.player iframe {
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px;
	min-height: 60vw;
}

}

}