@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	color: #fff;
	font: normal 1em 'Nunito',system-ui, -apple-system, BlinkMacSystemFont,Arial,helvetica,sans-serif;
	line-height: 1.1em;
	margin: 0px auto 0px;
	padding: 0px;
}
img {
	width: 100%;
    height: auto;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.1em;
}
a, a:visited {

	text-decoration: none;

	transition: color .2s;

	-moz-transition: color .2s;

	-ms-transition: color .2s;

	-o-transition: color .2s;

	-webkit-transition: color .2s;

	color: #00b7ff;

	}
a:hover {
	
	color: #ffaa00;
	}
a:active,
a:focus {

	outline: none;

	}
p {

	margin-top: 0;
	margin-bottom: 1.3em;
	line-height: 1.3em;

	}
ul li {

	
	list-style:none;
	margin-left: 0;
	margin-bottom: 1.3em;
	
	line-height: 1.3em;

	}
#site {
	float: left;
	width: 100%;
	overflow: hidden;
	}

#header {
  padding: 2%;
  width: 96%;
  background: #000;
  border-bottom: 7px solid #00b7ff;
  margin-bottom: 1em;
}
#logo {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
#body {
	max-width: 1200px;
	padding: 0 2%;
	width: 96%;
	margin: auto;
}
#main {
  width: calc(100% - 380px);
  float: left;
}
#secondary {
  width: 360px;
  float: right;
}
#footer {
  width: 98%;
  float: left;
  padding: 1%;
  border-top: 1px solid #555;
}
.footer-logo img {
  width: auto;
  height: 50px;
  margin-bottom: 1em;
}
p.leadin {
	font-size: 120%;
}
.contentblock {
  overflow: hidden;
  float: left;
  width: 96%;
  margin-bottom: 1em;
  background: #151515;
  padding: 1em 2%;
  border-radius: 5px;
}
.livechannel {
	display: block;
    float: left;
    border: 1px solid;
    padding: 1%;
    border-radius: 5px;
    border-color: #333;
    margin-right: 1%;
    margin-bottom: 1em;
    width: 46%;
	background: #000;
}
.livechannel-kmot {
	float: right;
}
.livechannel-thumb {
	
    float: left;
}
p.watchnow {
	float: left;
    width: 100%;
	margin-bottom: 0px;
    margin-right: 0;
}
.watchnow a {
    display: block;
    text-align: center;
    width: 96%;
}
.livechannel-content {
  padding: 10px 0px 0px 0px;
  display: inline;
  width: 100%;
  float: left;
}
.kfyrplus-thumb {
    width: 40%;
    float: right;
    margin-left: 2%;
}
.liveschedule ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}
.liveschedule ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
.vodblock a, .appsblock a, a.primary {
    background: #00b7ff;
    color: #000;
    padding: 10px 2%;
    display: inline-block;
    margin-right: 2%;
    line-height: 2em;
    border-radius: 7px;
    margin-bottom: 0.5em;
}
.vodblock a:hover, .appsblock a:hover, a.primary:hover {
	background: #ffaa00;
	text-decoration: none;
}
.vodblock, .appsblock {
  width: 96% !important;
}
.schedule-local {
    font-weight: 700;
}
/* Float Ad */
#floating {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
}
#floating-inner {
  margin: auto;
  text-align: center;
}
.floating-img img {
  float: right;
  width: auto;
  border: 3px solid;
}
/* Responsive Mobile Media */
@media screen and (max-width: 849px) {
	#main, #secondary {
		width: 100% !important;
		float: none !important;
		min-width: auto !important;
	}
	p.leadin {
		font-size: 100%;
	}
	.contentblock {
        width: 96% !important;
        float: none !important;
	}
	.livechannel {
        width: 96%;
	}
	.livechannel-kmot {
		float: left;
	}
	.livechannel-thumb {
        max-width: 170px;
		margin-right: 10px;
	}
	.livechannel-content {
        width: calc(100% - 180px);
        float: right;
    }
	.kfyrplus-thumb {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-bottom: 1em;
	}
	.vodblock a, .appsblock a, a.primary {
			display: block !important;
	}
	#floating {
		background: #000;
		display: none;
	}
	.floating-img img {
	  border-left: none !important;
      border-right: none !important;
      border-color: #000;
      
      float: none !important;
	}
}