body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	color:#E5E5E5;
	background-color:#151515;
}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none; color:#AB1300;}
.fl_left{float:left;}
.fl_right, .float_right{float:right;}
.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}
/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
}
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	}
div#title_head h2 {
	margin:0 0 15px 10px;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
}

.col1{color:#666666; background-color:#000000;}
.col2{color:#E5E5E5; background-color:#333333;}
.col3{color:#E5E5E5; background-color:#000000; padding:20px 0; border-bottom:1px solid #333333;}
.col4{color:#E5E5E5; background-color:#000000; border-bottom:1px solid #333333;}
.col5{color:#E5E5E5; background-color:#000000;}
.col6{color:#E5E5E5; background-color:#000000; border-top:1px solid #333333; border-bottom:1px solid #333333;}
.col7, .col7 a{color:#666666; background-color:#151515;}
/* ----------------------------------------------Generalise-------------------------------------*/
#header, #topbar, #container, .gallery, #footer, #copyright, #main_container {
	position:relative;
	margin:0 auto 0;
	display:block;
	max-width:960px;
}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:2px 0 20px 0;
}

#header .fl_left{
	display:block;
	float:left;
	margin-top:7px;
	overflow:hidden;
}

#header .fl_right{
	display:block;
	float:right;
	height:70px;
	margin-top:30px;
	overflow:hidden;
	margin-right:20px;
}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
}

#header h1 a{
	font-size:36px;
}

#header .fl_left p{
	margin-top:5px;
}


#nameofuser {
	padding:5px 10px 0 0;
}

.rouded_corners {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* ----------------------------------------------Content-------------------------------------*/

#main_container {
    padding:30px 10px;
    max-width:940px;
}

#container{
	padding:30px 0;
	display:block;
}
	
#channels_container {
	background-color: #1F1F1F;
    padding: 20px 0px;
    margin:0;
    content: "";
    display: table;
    clear: both;
    width:100%;
   /*width: 940px;*/
}

	
#live_content {
	background-color: #1F1F1F;
    display: block;
    padding: 5px 5px;
    margin:0;
    width: 720px;
	float:left;
    min-height: 475px;
}

.online{
   background:url(../images/on.png) no-repeat; 
   width: 20px;
   height: 20px;
   position: absolute;
   top: 10px;
   right: 10px;
}

.offline{
   background:url(../images/off.png) no-repeat; 
   width: 20px;
   height: 20px;
   position: absolute;
   top: 10px;
   right: 10px;
}


.channel_statue_small {
    display: inline-block;
    float: right;
}

.imagediv{
   position: absolute;
   top: 0;
   left: 0;
    width: inherit;
    height: inherit;
}

.channelhref {
	position: relative;
    width:100%;
    height: 100%;
	display:block;
    padding:0;
    margin: 0;
}


.publisher, .viewcount {
	padding:2px 2px;
	margin:0px 0px;
	display:block;
}

.displayname {
	margin:0px 0px;
	display:block;
	padding:4px 2px;
	font-weight:bold;
	color:#1C783B;
	font-size:1.2em;
}

.displaynameoff {
	margin:0px 0px;
	display:block;
	padding:4px 2px;
	font-weight:bold;
	color:#AB1300;
	font-size:1.2em;
}

.channels {
	display:block;
	float:left;
	width:164px;
    height: 115px;
	margin:0 5px 10px;
	padding:7px;
}
	
img.channel_thumb_big {
    width:164px;
    height: 113px;
}
	
.channels_right{
	display:block;
	float:left;
	width:112px;
	margin:0 6px 5px 6px;
	padding:0;
	}
	
.channels_right a p {
	padding:5px 0px 15px 0px;
	margin:0px 0px;
	}
	
img.channel_thumb {
	width:105px;
}

.channels img, .channels_right img {
	margin:0;
    -webkit-box-shadow:0 0 10px #FFFFFF;
    -moz-box-shadow: 0 0 10px #FFFFFF;
    box-shadow:0 0 10px #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
	
.channels a, .channels_right a {
	color:#FFFFFF;
	}
	
a.current img {
	margin:0;
	padding:3px;
	border:2px solid #AB1300;
}

a.current {
	color:#AB1300;
	font-weight:bold;
}
/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0;
	}

#footer h2, #footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer h2{
	padding:0 0 5px 0;
	color:#585858;
	background-color:#000000;
	border-bottom:1px dotted #585858;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	}

#footer li{
	margin-bottom:15px;
	}

#footer .footbox{
	display:block;
	float:left;
	width:210px;
	margin:0 40px 0 0;
	padding:0;
	}

#footer .flickr li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 7px 15px 7px;
	padding:4px;
	border:1px solid #AB1300;
	}

#footer .banners li{
	display:block;
	width:200px;
	height:150px;
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #AB1300;
	}

#footer .last{
	margin:0;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:15px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}
	
	
/* ----------------------------------------------programata-------------------------------------*/

#epg {
    float: left;
    background-color: #1f1f1f;
    display: inline-block;
    margin-top: 10px;
    padding:10px 10px 20px 10px;
    max-width: 940px;
    width: 100%;
    /*overflow-y: auto;
    max-height: 820px;
    */
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #D6D6D6;
}

#epg_content {
    width: 100%;
}

.one_epg_row {
    clear: both;
    padding:5px 7px 5px 7px;
    border-bottom: 1px solid #383838;
    position: relative;
    margin:10px 5px;
}

.epg_current {
    /*border-left: 7px solid #ac2925;
    padding-left: 0px;*/
    background-color: #ac2925;
    /*opacity: 0.5;*/
    box-shadow: 0 2px 3px #ac2925;
    -moz-box-shadow: 0 2px 3px #ac2925;
    -webkit-box-shadow: 0 2px 10px #ac2925;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-bottom: none;
}

.epg_starttime {
    float: left;
    padding:4px;
}

.epg_category {
    float: right;
    padding:4px;
}

.epg_title {
    display: block;
    clear: both;
    padding:0px 4px;
}

.epg_title h5 {
    margin: 3px 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.epg_description {
    /*height: 30px;*/
    overflow: hidden;
    padding:4px;
}

.trimmed {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.click_more {
    position: absolute;
    bottom: 5px;
    right: 7px;
    width:58px;
    text-align: center;
    z-index: 9999;
    display: block;
    background-color: #151515;
    padding:3px;
    opacity: 0.9;
    cursor: pointer;
    border: solid 1px #151515;
    /* background-color: #FFF;*/
    box-shadow: 0 2px 3px #151515;
    -moz-box-shadow: 0 2px 3px #151515;
    -webkit-box-shadow: 0 2px 10px #151515;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.hidden_row {
    display: none;
    visibility: hidden;
}

#epg_extend {
    width: 33px;
    height: 20px;
    margin:0 auto;
    display: block;
    cursor: pointer;
}


img.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

/*
#programata {
	margin:20px 0px 0px 0px;
	padding:0px 0px;
	border:1px solid #666666;
	overflow: auto;
}

div.tvlist {
	padding:10px 15px;
	border-bottom:1px dashed #666666;
}


div.titlelist {
	padding:5px 5px 2px 5px;
	margin:0px;
	font-weight:bold;
}

div.categorylist {
	padding:2px 5px 2px 5px;
	margin:0px;
	font-size:9px;
	font-style:italic;
}

div.descrlist {
	padding:2px 5px;
	margin:0px 0px 5px 0px;
}

div.descrlist p {
	margin:0px 0px;
	padding:0px 0px;
}

div#no_schedule {
	margin:10px 15px;
	display:block;
}

div.currentlist {
	background-color:#333333;
}

div.currentlist div {
	color:#ED351E;
}
*/

/*--------------------------navigation------------------------*/


#topnav{
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
    width: 100%;
	}
#topnav ul {
    width: 100%;
}

#topnav ul, #topnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover{
	display:block;
	margin:0;
	padding:20px;
	color:#FFFFFF;
	background-color:#333333;
	text-transform:uppercase;
	}

#topnav li a:hover, #topnav ul li.active a{
	color:#FFFFFF;
	/*background-color:#AB1300;*/
	background-color:#1F1F1F;
	}
	
#topnav li li a:link, #topnav li li a:visited{
	width:150px;
	float:none;
	margin:0;
	padding:12px 10px;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#333333;
	text-transform:none;
	}
	
#topnav li li a:hover{
	color:#FFFFFF;
	background-color:#AB1300;
	text-transform:none;
	}

#topnav li ul{
	z-index:9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:170px;
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
	}

#topnav li ul a{width:140px;}

#topnav li ul ul{margin:-32px 0 0 0;}

#topnav li:hover ul ul{left:-999em;}

#topnav li:hover ul, #topnav li li:hover ul{right:0; left:auto;}

#topnav li:hover{position:static;}

#topnav li.last{margin:0;}


#playerbody {
	display: block;
	width: 980px;
	margin: 20px auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

#column {
    display:block;
    width:210px;
    padding:5px;
    background-color:#1F1F1F;
    margin:0px 0px 0px 10px;
    float:right;
    height: auto;
}


#channelTitle {
	display: block;
	font-size: 1.1em;
	margin:10px 10px;
    clear: both;
}

#channelTitle h1.channelTitleH1 {
    display: inline-block;
    float: left;
}

#channelTitle h2.channelTitleH2 {
    display: inline-block; float: right;
}

#channels_extend {
    width: 33px;
    height: 20px;
    margin:0 auto;
    display: block;
    cursor: pointer;
}


.clr {
 	clear: both;	
}
 
/*Channel List */
#favouriteH5 {
    font-size: 1.2em;
    text-align: center;
    margin:0 0 2px 0;
    border-bottom: 1px solid #FFFFFF;
}

#channel_column {
    padding:4px 5px 4px 5px;
    margin-bottom: 5px;
    height: 420px;
    overflow: hidden;
    white-space: nowrap;
}

#moreChannels {
    height: 20px;
}


ul#channelListMain {
 	list-style: none outside none;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
} 
  
 ul#channelListMain li {
    cursor: pointer;
    float: left;
    margin: 0;
    padding:6px;
    color:#000000;
    opacity: 0.8;
}

 ul#channelListMain li.selected {
 	/*background-color:#E6CC31;*/
     opacity: 1.0;
 }


ul#channelListMain li:hover {
    opacity: 0.5;
}

ul#channelListMain li div.channelListImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 87px 56px;
    width: 87px;
    height: 56px;
    margin:0;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}

li.empty_li {
    color: #FFFFFF !important;
    font-size: 1.4em !important;
    width: 95%;
    text-align: center;
}

div.selectedLi {
    -webkit-box-shadow: 0px 0px 3px 4px #FF0000;
    -moz-box-shadow: 0px 0px 3px 4px #FF0000;
    box-shadow: 0px 0px 3px 4px #FF0000;
}

.channel_selected {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.small_status {
    position: absolute;
    right: 4px;
    top:4px;
}

.adult_channel_list {
    position: absolute;
    left: 4px;
    top:4px;
}
    
a.activefooter {
	text-decoration:underline;
}

.loginsubdiv{
padding:5px 10px;
font-size: 1.2em;
color: #AB1300;
}
.loginsubdiv a:hover {
	text-decoration:underline;
}


.redbutton 
{
	background-color:#ab1400;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ab1400;
	display:inline-block;
	color:#ffffff;
    font-family: arial, serif;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
}

.redbuttonbig
{
 background-color: #AB1300;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #AB1300));
  background-image: -webkit-linear-gradient(top, #AB1300, #AB1300);
  background-image: -moz-linear-gradient(top, #AB1300, #AB1300);
  background-image: -ms-linear-gradient(top, #AB1300, #AB1300);
  background-image: -o-linear-gradient(top, #AB1300, #AB1300);
  background-image: linear-gradient(top, #AB1300, #AB1300);
  border: 2px solid #AB1300;box-shadow: 0 2px 3px #AB1300;-moz-box-shadow: 0 2px 3px #AB1300;-webkit-box-shadow: 0 2px 3px #AB1300;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  min-width: 70px;
  width: auto;
  padding:9px;
  padding-left:13px; padding-right:13px;padding-bottom:7px;
  text-decoration:none;
 }

a.classname:hover, .classname:hover {
	background-color:#dfdfdf;
}


img.tooltip {
    border: 0 none;
    vertical-align: middle;
    display:inline;
}
#tooltip {
	color:#444;
	font-size:12px;
	border:1px solid #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#D7D7D7;
	-moz-box-shadow:0 0 4px #bbb;
	-webkit-box-shadow:0 0 4px #bbb;
	box-shadow:0 0 4px #bbb;
	line-height:1.3em;
	position:absolute;
	z-index:100000;
	display:none;
	padding:5px
}

#loader{
	background-image:url(../images/ajax-loader-big.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:20px;
	width:160px;
	position:absolute;
	z-index:7999;
	display:inline-block;
	top:140px;
	right:10px
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}

#msgholder {
	display:block;
}

.msgAlert,.msgInfo,.msgError,.msgOk{
	background-image:url(../images/msg-bg.png);
	border:3px;
	color:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-style:solid;
	padding:8px 10px;
	margin:0 0 10px 0;
}
.msgAlert{
	background-color:#7b3700; 
	border-color:#4b2b10;
}
.msgAlert span{
	background-image:url(../images/alert-ico.png)
}
.msgInfo{
	background-color:#315862;
	border-color:#29363a;
}
.msgInfo span{
	background-image:url(../images/info-ico.png)
}
.msgError{
	background-color:#801c1c;
	border-color:#721d1d;
}
.msgError span{
	background-image:url(../images/error-ico.png)
}
.msgOk{
	background-color:#486231;
	border-color:#323e26;
}
.msgOk span{
	background-image:url(../images/ok-ico.png)
}
.msgError span,.msgOk span,.msgAlert span,.msgInfo span{
	background-repeat:no-repeat;
	background-position:0 center;
	display:inline-block;
	padding-right:5px;
	padding-left:25px;
	font-weight:700
}
.msgError .error li{
	padding-left:15px;
	margin-left:15px
}
.datespan {
	height: 25px;
	line-height: 25px;
	display:block;
	padding: 5px 0px 3px;
}


.colmain1 {
	float:left; 
	width:350px; 
	display:block;
}

.colmain2 {
	width:470px;
	padding:10px;
	text-align:left;
}

.colform1 {
	width: 140px;
	padding-top: 6px;
	float: left;
	padding-right:10px; 
	text-align:right
}

.colform2 {
	width:300px; 
	float:left;
	text-align:left
}

.rounded_border {
	margin: 0 0;
	border: solid 1px #cbcbcb;
	/* background-color: #FFF;*/
	 box-shadow: 0 2px 10px #cbcbcb;
	-moz-box-shadow: 0 2px 10px #cbcbcb;
	-webkit-box-shadow: 0 2px 10px #cbcbcb;
	-webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
}

.innerrow {
	text-align:center;
	padding:5px;
	margin:5px 0px;
}

.col50 {
	width:48%;
	padding:0 5px;
}

.divAlert,.divInfo,.divError,.divOk{
	border:3px;
	color:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-style:solid;
	padding:8px 10px;
	margin:0 0 10px 0;
}

.divAlert{
	background-color:#7b3700; 
	border-color:#4b2b10;
}

.divInfo{
	background-color:#315862;
	border-color:#29363a;
}

.divError{
	background-color:#801c1c;
	border-color:#721d1d;
}

.divOk{
	background-color:#486231;
	border-color:#323e26;
}

#topnav li.golive a {
	background-color:#AB1300;
}


#topnav li.golive a:hover {
	background-color: #AB1300;
}


div.separator {
	display:block;
	height:10px;
	width:100%;
	border-top:1px solid #cccccc;
}


ul.query {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
ul.query li {
    list-style: outside none none;
    margin: 0 0 8px;
    padding: 0;
}
ul.query li a {
    text-decoration: none;
	font-size:1.1em;
}
ul.query li a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.adultchannel {
    background:url(../images/18_plus.png) no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2;
}

.adult_channel_title {
    float: left;
    padding-left: 15px;
}

#click_fav {
    font-size: 0.8em;
    color:#FFFFFF;
}


div.category_div {
    display: table-row;
}
div.category_name {
    display: block;
}
div.category_name h2 {
    border-bottom: 1px solid #8A8A8A;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 1.6em;
}
.clear-row {
    clear: both;
    height: 30px;
    display: block;
}

.is-poster {
    background-size:100% !important;
}

#channelTitle {
    display: block;
    height:30px;
    line-height: 30px;
    clear: both;
}


/*live */

#playerId {
    padding:0;
    max-width: 720px;
    background-color: #000;
}

.is-poster {
    background-size:720px ;
}
#flowpayer {
    max-width: 720px;
    background-size:720px;
}

.online_title {
    background:url(../images/on.png) no-repeat;
    text-indent: 30px;
}

.offline_title {
    background:url(../images/off.png) no-repeat;
    text-indent: 30px;
}

li.empty_li {
    color: #FFFFFF !important;
    font-size: 1.4em !important;;
}


#overload {
	/*
    background-color: #1f1f1f;
    width: inherit;
    text-align: center;
    padding-top: 50px;
    font-size:1.5em;
	*/
	/*
	background-color: rgba(0,0,0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: inherit;
	z-index: 9999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: center;
    padding-top: 50px;
    font-size:1.5em;
	*/
	font-size: 1.5em;
    height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50px;
    width: inherit;
    z-index: 999;
	
}
#overload_button {
    margin-top:50px;
    cursor: pointer;
	padding:10px 20px;
}


#warrnig_text {
	padding: 5px 10px;
	background-color: #ac2925;
	border-bottom: medium none;
	border-radius: 15px;
	box-shadow: 0 2px 10px #ac2925;
	font-size: 1.2em;
	line-height:1.4em;
	margin-bottom:20px;
}
#warrnig_text button {
	background-color: #1C783B;
	border: 1px solid #1C783B;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	padding: 3px;
	text-align: center;
	color:#FFFFFF;
}
