@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,700italic,600italic,800italic&subset=latin,greek);
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#828087;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:normal;
}

hr{
	margin-top: 1em;
    margin-bottom: 1em;
}

.clear{
	clear:both;
}

.none{
	display:none;
}

.container{
	width:100%;
	margin:auto;
}

.container_1500{
	width:100%;
	max-width:1500px;
	margin:auto;
}

.black_full{
	width:100%;
	background-color:#000;
	padding: 0.8em 0px;
}
	
.container_player{
	width:100%;
	max-width:720px;
	margin:auto;
}

.backgr{
	
}

.ad_space_up{
	background-image: url("../../img/redesign/sigma-back.jpg");
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
}

.ad_space_up *{
	display: block;
    margin: auto;
}

.top_outer{
	width:100%;
	position:relative;
}

.menu_outer{
	width:100%;
	position:absolute;
	z-index:100;
	top:10px;
	background: rgba(5, 0, 15, 0.5);
}

.menu{

}

.navbar-brand{
	padding:0;
	margin:0;
	height: auto;
}

.navbar{
	background:none;	
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}

.navbar-default{
	border: none;
    box-shadow: none;
    z-index: 100;
    margin: auto;
    width: 95%;
    border-radius: inherit;
}

.navbar-nav > li > a{
	padding: 0 0.4em;
	font-size:1.1em;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
	line-height:81px;
	border-bottom:5px solid transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
	color:#FFFFFF;
	border-bottom:5px solid white;
}

.navbar-default .navbar-nav > li.active > a{
	color:#FFFFFF;	
	border-bottom:5px solid white;
}

.navbar-form input{
	color: #FFFFFF;
}

.navbar-form{
	padding:0;
	margin:20px 0 0;/*30px 0 0;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #FFFFFF;
}

.dropdown.open > a.dropdown-toggle.sub_inner{
	border:none;
}

.dropdown.open > a.dropdown-toggle{
	border-bottom:5px solid white;	
}

.navbar-brand .logo{
	padding:10px 20px 10px 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a{
	background:none;
    box-shadow: none;
	color: #FFFFFF;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{	
	background:none;
	outline:none;
}

.navbar-nav .dropdown {
    position: static;
}

.navbar-nav > li.dropdown > ul.dropdown-menu{
	background: rgba(0, 0, 0, 0.8);
	width:100%;
	border:none;
	border-radius: 0;
}

.navbar-nav > li.dropdown > ul.dropdown-menu > li{
	width: 20%;
}

ul.dropdown-menu > li > a{
	color:#8dd6e2;
	font-size:1.15em;
}

.dropdown.open > a.dropdown-toggle.sub_inner,
ul.dropdown-menu > li.dropdown > a:hover,
ul.dropdown-menu > li > a:hover{
	background: rgba(0, 0, 0, 0.8);
	color:#8dd6e2;
	font-weight:bold;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

li.dropdown ul.dropdown-menu.sub_inner {   
    top: 0;
    left: 20%;
    border-radius: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
	width:80%;
}

li.dropdown ul.dropdown-menu li{
	padding: 8px 0;
}

li.dropdown ul.dropdown-menu li:last-child{
	padding-bottom:90px;
}

li.dropdown ul.dropdown-menu.sub_inner li:last-child{
	padding-bottom:10px;
}

li.dropdown ul.dropdown-menu {
	padding: 1em 0;
}

.dropdown-menu.sub_inner{
	padding: 1em 0;
	min-height:100%
}

.dropdown-menu.sub_inner li{
	width: 20%;
	margin: 0;
	float:left;
	color:#fff;
}

.dropdown-menu.sub_inner li a{
	color:#fff;
	font-size:1em;
}

.dropdown-menu.sub_inner li a:hover{
	color:#fff;
	font-weight:normal;
}

.dropdown-menu.sub_inner li a:hover img.menu_img{
	opacity:0.7;
}	

.sub_inner .menu_img {
	width:100%;
	float:left;
}

.dropdown-menu.sub_inner .title{
	width: 100%;
    float: left;
    min-height: 43px;
    white-space: normal;
    line-height: 1em;    
    padding-top: 0.05em;
}

.left_side{
	width:74%;
	float:left;
	margin-left:1.3333%;
	padding-bottom: 70px;
}

.right_bar{
	width:22%;
	float:right;
	margin-right:1.3333%;
}

.ms-skin-default .ms-nav-next{
    background: url(../../img/redesign/right.png);
	width: 39px;
    height: 78px;
    top: 80%;
    right: 30px;
} 

.ms-skin-default .ms-nav-prev{
    background: url(../../img/redesign/left.png);
	width: 39px;
    height: 78px;
    top: 80%;
    left: 30px;
}

.ms-skin-default .ms-bullets.ms-dir-h{
	left:30px;	
}

.slide .hps-title1 {
	text-transform: uppercase;
	text-align:right;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
}

.slide .hps-title2 {
	color: #fff;
	text-align:right;
	font-weight: 300;
}

.slide .hps-title3 {
	text-transform: uppercase;
	color: #fff;
	text-align:right;
	font-weight: 300;
	font-family: 'Open Sans';
}

.slide .hps-link{
	text-transform: uppercase;
	color: #70ccdb;
	text-align:right;
	font-weight: 300;
	font-family: 'Open Sans';
}

.slide .hps-link a{
	color: #70ccdb;
	text-decoration:none;
}

.navbar-form{
	border:none;
	box-shadow:none;
}

.search_container{
	display:none;
	width:100%;
	background: rgba(5, 0, 15, 0.5);
}

.search_container .form-group{
    margin-bottom: 0px;
}

.nav_search{
	font-size:1.5em;
	color:#FFFFFF;
	cursor:pointer;
}

.nav_search:hover{
	color:#ccc;
}

.search_input{
	/*border: none;*/
    background: none;
    outline: none;
    width: 90%;
    /*text-align: center;*/
    font-size: 1em;/*1.8em;*/
    color: #FFFFFF;
    margin: 0.5em auto;
	border-radius:5px;
	padding: 0 5px;
	border: 2px solid transparent;
}

.search_btn{
	border:none;
	background:none;
	outline:none;
    box-shadow: none;
	color:#FFFFFF;
	font-size: 1.2em;/*1.5em;*/
    margin: 0.5em auto;/**/
}

.search_btn:focus,
.search_btn:hover{
	border:none;
	background:none;
	outline:none;	
	color:#ccc;
}

a{
	color:#FFFFFF;	
}

.ad_space.a728x90{
	margin: auto;
    width: 100%;
	background-color: #9b999f; 
}

.ad_space.a728x90 *{
	margin: auto;
    display: block;
	margin-top: 20px;
	padding-bottom: 5px;
    padding-top: 5px;
}


.title.forlast_news{
	color:#fff;
	font-size:30px;
}

.title.forlast_news.up{
    padding-top: 20px;
}

.title.forlast_news.news{
	margin-top:15px;
	line-height: normal;
}

.left_sm, .right_sm{
	float:right;
	cursor:pointer;
	margin-left:15px;
}

/* ===================  links   =================================*/
.stButton .stMainServices {
	height: 32px!important;
	/*margin-left: 14px;*/
	background-size: contain!important;
	background-position: center;
}

.st-facebook-counter{
	background-image: url("../../img/redesign/facebook_2.png")!important; 
}

.st-twitter-counter{
	background-image: url("../../img/redesign/twetter_2.png")!important;     
}

.st-pinterest-counter{
	background-image: url("../../img/redesign/pin.png")!important; 
}

.googleplus{
	background-image: url("../../img/redesign/google.png")!important; 
	text-indent: 99999px;
	overflow:hidden;
	width:32px!important;
}

.total_count{
	color:white;
	text-align:center;	
}

.stButton .stButton_gradient {  
    border:none!important;
    height: 32px!important;
	margin-left: 14px!important;
    background:none!important;
}

.stButton .chicklets{	
	height: 32px!important;
}

.stButton .stBubble {
	background:none!important;
    margin-bottom: 4px!important;
    border-bottom: 1px solid white;
    height: 36px!important;
}

.total{
    border-bottom: 1px solid white;
	width: 62px;
}

.share{
	font-weight: bold;
    color: #71CDDB;
    font-size: 1.1em;
}

.stButton .stBubble_count {
    font-size: 18px;
    text-align: center;
    color: white!important;
    border: none!important;
    background:none!important;   
}

.st_facebook_vcount, .st_twitter_vcount, .st_pinterest_vcount, .st_googleplus_vcount, .st_sharethis_vcount{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.stBubble_count, .total_count{
	font-weight: 400;
	font-family: 'Open Sans'!important;
	font-size:20px!important;
}

.share_links{
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
	margin-top: 70px;
    float: left;
}
/* ===================  end links   =================================*/

/*---box-=====================================--*/
.box{
    width: 49.3333%;
	margin-top: 14px;
    float: left;
	position:relative;
	overflow:hidden;
}

.box.no-margin-top{
	margin-top:0px;	
}

#owl-news .owl-item .item .box:nth-child(even) {
	margin-left: 1.3333%;
}

.box .latest_text{
	position:absolute;
	z-index:10;
	left:6%;
	height:80%;
	top:10%;
    color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
	width: 75%;
}

.box .expand{
	position:absolute;
	right:0;
	bottom:0;
	width:15%;
	max-width:74px;
	cursor:pointer;
	z-index:15;
}

.box .close{
	position:absolute;
	right:0;
	top:-100px;
	width:15%;
	max-width:74px;
	cursor:pointer;
	z-index:15;
}

.box .overlay{
	top:0;
	left:0;
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;	
    background: rgba(5, 0, 15, 0.5);
}

.box .description{
	position:absolute;
	z-index:10;
	width:80%;
	left:10%;
	height:80%;
	top:10%;
    color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
}

.show_name{
	font-size:1.25em;
    position: absolute;
    bottom: 0%;
    line-height: 1em;
	font-weight: 400;
}

.show_name span{
	font-size:0.65em; 
	float: left;
	line-height: 1.5em;
    margin-top: 6px;
}

.show_name a {
	color:#70ccdb;
	float:left;
	font-size:0.65em; 
	font-weight: 700;
	text-decoration:underline;
	cursor:pointer;
	margin-top: 17px;		
}

.show_name.descrip{
	top:0%;
	font-size: 1.25em;
}

.show_name.descrip span{
	font-size: 0.75em;
	margin-top: 15px;
}
   

.box img{
	width:100%;
}
/*---box-=====================================--*/

.right_bar .right{
	width:100%;
	max-width:300px;
	display:block;
	margin: 0 auto 15px;
	float:right;
}

.right img{
	width:100%;
}

.sigmalive{	
    margin: 15px auto 15px!important;
	border: none!important;
	border-radius:0px!important;
	padding:0px!important;
	background:url('../../img/redesign/sigma-live.jpg')center no-repeat!important;
	background-size: 100% auto!important;
	width:100%!important;
	max-width:300px!important;
}

.h_250{
	max-width: 300px;
    height: 250px;
    width: 100%;
}

.h_250.thirth{
    margin-top: 15px;
}

.last_news{
	background-color: rgb(109, 110, 113);
	clear: both;
	width: 100%;
	margin: auto;
	color:#fff;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.news{
	margin:auto;
	font-size:16px;
	line-height:70px;
	display:table;
	width: 98%;
    max-width: 1390px;
}  

.latest-inner{
	float:left;
	border-left: 1px solid #fff;
	padding-left:10px;
	height:70px;
	padding-right:10px;
}

.latest-inner a {
	text-decoration:none;
	color: rgb(128, 150, 171);
}

.line {
	float:left;
    padding-right: 1%;
}

.tickercontainer {
    max-width: 1070px;
    width: 100%;
}

.ms-skin-default .ms-bullet {
    width: 8px;
    height: 8px;
    margin: 3px;
    border: 1px solid black;
    background: #fff;
}

.ms-skin-default .ms-bullet-selected {
    background: #70ccdb;
}

.box_videos img{
	width: 100%;
}

.box_videos .play_btn_blue,
.box_videos .play_btn{
	max-width:74px;
	width:20%;
    position: absolute;
	bottom: 8%;
    right: 4%;
}

.gradient_overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/*background: rgba(255,255,255,0.18);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.18) 45%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(45%, rgba(255,255,255,0.18)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.18) 45%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.18) 45%, rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.18) 45%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.18) 45%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333', GradientType=0 );*/
	background: rgba(239,1,124,0);
	background: -moz-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(255,93,177,0) 5%, rgba(255,93,177,0) 31%, rgba(87,91,92,0) 35%, rgba(87,91,92,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,1,124,0)), color-stop(5%, rgba(255,93,177,0)), color-stop(31%, rgba(255,93,177,0)), color-stop(35%, rgba(87,91,92,0)), color-stop(100%, rgba(87,91,92,1)));
	background: -webkit-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(255,93,177,0) 5%, rgba(255,93,177,0) 31%, rgba(87,91,92,0) 35%, rgba(87,91,92,1) 100%);
	background: -o-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(255,93,177,0) 5%, rgba(255,93,177,0) 31%, rgba(87,91,92,0) 35%, rgba(87,91,92,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(255,93,177,0) 5%, rgba(255,93,177,0) 31%, rgba(87,91,92,0) 35%, rgba(87,91,92,1) 100%);
	background: linear-gradient(to bottom, rgba(239,1,124,0) 0%, rgba(255,93,177,0) 5%, rgba(255,93,177,0) 31%, rgba(87,91,92,0) 35%, rgba(87,91,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef017c', endColorstr='#575b5c', GradientType=0 );
}

.box-small .play_btn_blue,
.box_videos .play_btn_blue{
	display:none;
}

.episodo{
	color: #fff;
    float: left;
    position: absolute;
    height: 95%;
    width: 70%;
    top: 0%;
    margin: auto;
    left: 3%;
	z-index:20;
}

.box_videos{
    position: relative;
    width: 32.444%;
    float: left;
	margin-top: 14px;
}

.box_videos .video_btn,
.box_videos .photo_btn{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    max-width: 74px;
    cursor: pointer;
    z-index: 15;
}

.box_videos.second_group{
	margin-top: 27px;
}

.video_name{
	font-size: 1.25em;
    position: absolute;
    bottom: 4%;
}

.video_name span{
	font-size: 0.65em;
    float: left;
    width: 100%;
}

.dateforvideo{
	font-size: 0.55em!important;
	font-weight: 600;	
}

#owl-episodes .owl-item .item a:nth-child(2) .box_videos,
#owl-episodes .owl-item .item a:nth-child(3) .box_videos,
#owl-episodes .owl-item .item a:nth-child(5) .box_videos,
#owl-episodes .owl-item .item a:nth-child(6) .box_videos{
	margin-left: 1.333%;
}

#owl-photos .owl-item .item a:nth-child(2) .box_videos,
#owl-photos .owl-item .item a:nth-child(3) .box_videos,
#owl-photos .owl-item .item a:nth-child(5) .box_videos,
#owl-photos .owl-item .item a:nth-child(6) .box_videos{
	margin-left: 1.333%;
}

.title.forlast_news.this_week{
	float: left;
    width: 100%;
    margin-top: 15px;
}

/* ===================================================   */

.left-inner{
	float: left;
    width: 100%;
    margin-top: 14px;	
	position: relative;
}

.right-inner{
    width: 31.93%;
    float: left;
    position: absolute;
    margin-left: 1.3333%;
    height: 100%;
    right: 0;
}

.left-inner.oposite .box-large{
	float: right;
}

.left-inner.oposite{
	float: right;
}

.right-inner.oposite{
	margin-right: 1.3333%;
    left: 0;
	float:left;
	margin-left:0;
}

.box-large{
	float: left;
    position: relative;
    width: 65.789%;
}

.box-small{
    width: 100%;
    float: left;
    position: absolute;
}

.right-inner a:first-child .box-small{
	top:0;
}
.right-inner a:nth-child(2) .box-small{
	bottom:0;
}

.details{
	position: absolute;
	z-index: 10;
	left: 6%;
	height: 80%;
	top: 10%;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
	width: 70%;
}

.details.small{
	width: 90%;	
}

.title-large-box{
    font-size: 1.8em;
    position: absolute;
    bottom: 0%;
    line-height: 1em;
}

.title-large-box span{
    font-size: 0.4em;
    float: left;
    line-height: 1.5em;
    margin-top: 6px;
}

.title-small-box{
	position: absolute;
	z-index: 10;
	left: 1%;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
	width: 70%;
	bottom: 5%;
	float: left;
	font-size: 1.3em;
	line-height: 1em;
}

.title-small-box span{
	font-size: 0.8em;
    float: left;
    line-height: 1.2em;
    margin-top: 6px;	
}

.box_popular{
	background: #fff;
    width: 100%;
    position: relative; 
}

.blue_left{
	width: 5%;
	background: #70ccdb;
	z-index: 15;
	float: left;
	position: absolute;
    height: 100%;
	/*height: 32.98em;*/
}

.popular{
    width: 95%;
    float: right;
}

.popular a{
    color: #333333;
	text-decoration:none;
}

.popular a:hover{
    /*color: #8dd6e2;*/
}

.grey{
	background: #ccc;
	position:relative;
}

.grey.fortitle{
	background: #ccc;	
}

.white{
	background:#fff;
	position:relative;
}

.number{
    width: 20%;
    float: left;
    font-size: 3.5em;
	padding: 0.2em 3.5%;
	text-align:center;
}

.titleofpop{
	width: 80%;
    font-size: 1.1em;
    float: right;
    padding-right: 2%;
    right: 0;
    margin: auto;
    display: table-cell;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    position: absolute;
}

.title_popular{
	background: #ccc;
	font-size: 1.5em;
	line-height: 2.5em;
	text-align: center;
}

.sidebar{
    width: 100%;
	background:#504d57;
	color:#FFFFFF;
	font-size: 0.88em;
	padding: 2em 0;
}

.sidebar ul li{
	text-decoration:none;
    list-style: none;
	font-weight: normal;	
}

.sidebar ul li a:hover{
	text-decoration:none;
	color:#ccc;	
}

.sidebar ul{
    float: left;
    width: 18%;
    font-weight: bold;
    -webkit-padding-start: 0;
    padding-left: 2%;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.sidebar .left_side{
	border-right: 1px solid white;
}

.links{
	float:left;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-left: 2%;
}

.links span{
	width:100%;
	float:left;
	margin-bottom:1em;	
}

.links a:hover{
	opacity:0.8;
}

.partents{	
	background:#cdcccf;
}

.partents a{	
	text-decoration:none;
}

.partents_images{
	/* padding:0.3em 0; */
	height:1.75em;
}

.sigma_logo-sm{
	max-width:29px;
	float:left;
	margin-top: -3px;
	margin-right: 2%;
}

.copyright{
	width:96%;
	padding: 20px 2%;
	margin: auto;
}

.box-small img,
.box-large img{
	width:100%;
}

.program_date{
	float:left;
	padding-left:5%;
	color:#fff;
	text-transform:uppercase;
	font-size:1.35em;
}

.program_date.big{
	font-size: 2em;
}

.program_date.big span{
	color:rgb(66, 66, 66);
}

.program_program{
	padding:30px 5px 5px 30px;
	color:#fff;
	font-size:1em;
	line-height:normal;
	text-transform:uppercase;
	background-color:#37333f;	
	position:relative;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.program_program:hover{
	opacity:0.8;
}

.program_program.even:hover{
	opacity:0.8;
}

.program_program.active{
	border-bottom: 17px solid #8dd6e2;
}

.program_program.even{
	background-color:#2b2633; 
}

.program_program span{	
	font-size:1.35em;
	width:100%;
	float:left;
}

.program_program .livenow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding-left: 30px;
    line-height: 25px;
    height: 25px;
    color: #000;
    background-color: #8dd6e2;
    font-size: 0.8em;
}

.next_small{
	right:2%;	
}

.back_small{
	left:2%;
}

.program_nav{
	float:left;
	z-index:10;
	position:absolute;
	cursor:pointer;
}

.program_nav.top{
	top: 8px;	
}

#owl-program {
	margin-top:2em;
}

.owl-theme .owl-controls .owl-buttons .program_nav_outer{
	margin:0px;
	padding: 0px;
}

.program_nav_outer{
    z-index: 100;
    padding: 0px;
    bottom: 0; 
	margin: auto;
    display: table-cell;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
	width: 100%;
    max-width: 21px;
}

.program_nav_outer.top{
	top:0px;	
}

.wrapper-with-margin{
	margin:1em 50px 0px;
	background-color:#8dd6e2;
}

.wrapper-with-margin .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 50px;
    border-radius: 0;
    background-color: #504d57;
}

.wrapper-with-margin .owl-theme{
	padding-bottom:1px;
}

.wrapper-with-margin .owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -50px;
	bottom: 0; 
}
 
.wrapper-with-margin .owl-theme .owl-controls .owl-buttons .owl-next{
	right: -50px;
	bottom: 0; 
}

.wrapper-with-margin .owl-theme .owl-controls .owl-buttons div{
	opacity:1;
}

.box-large .play_btn{
	max-width: 74px;
    width: 14%;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

.box-small .play_btn_blue,
.box-small .play_btn{
	max-width: 74px;
    width: 14%;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

.box-large .play_btn.bigger{
	max-width:167px;
	width:30%
}

.back-blue{
	width: 100%;
	height: 100px
}

.date_d{
    background-color: rgb(139, 138, 140);
    font-size: 2em;
    text-align: center;
    color: #fff;
    line-height: 70px;
	position: fixed;
    width: 98%;
	margin-right:2%;
}

.grey_p{
	color: #fff;	
	height: 110px;
	padding: 10px;
	background-color:rgb(139, 138, 140);
}

.dark{
	color: #fff;
	background-color: #504D57;
	height: 110px;
	padding: 10px
}

.time_s{
	float: left;
    width: 25%;
    height: 100%;
	font-weight:600;
}

.titles{
	font-weight:200;	
}

/* --- scroller ---- */
.jspDrag{
	background:#8DD6E2;
}

.jspTrack{
	background:rgba(141, 214, 226, 0.85);
}

.jspVerticalBar{
	width:2%;
}

.scroll-pane
{
	width: 100%;
	height: 800px;
	overflow: auto;
}

.horizontal-only
{
	height: auto;
	max-height: 200px;
}

.item .jspPane,
.item .jspContainer{
	width:100%!important;
	position:absolute;
	top:70px;
}
/* --- scroller end ---- */

.another{
	background-color: #504D57;
	text-align: center;
	height: 70px!important;
	margin-bottom:0px;
}

.another img {
    padding-top: 25px;
}

.black{	
	background-color:#504D57;
}

.item.margin,
.item.margin.m_left{
	z-index:100;
	position:relative;
}

.more_detail_prog{
	width:100%;
	background-color:#000;
	display:none;
}

.more_detail_prog.active{	
	display:block;
}

.more_detail_prog_show{
	width:100%;
	display:none;
}

.program_description{
    padding-left: 53px;
    padding-right: 53px;
    height: 279px;
    padding-top: 42px;
	display:none;
}

.program_preview_img{
	float: left;
    width: 20%;
    padding-right: 20px;
}

.program_preview_img img{
	width: 100%;
}

.program_preview_descr{
	float: left;
    width: 47%;
    color: #fff;
    padding-right: 20px;
	padding-left: 30px;
}

.program_preview_more{
	color: #fff;
}

.program_preview_more span{
	color: #fff;
}


.ithopoioi{
	padding-top: 20px;
	color: #A7A7A7;
}

#owl-dates{
	margin-bottom:1em;
	min-height:600px;
}

#owl-dates .wrapper-with-margin .owl-theme .owl-controls .owl-buttons div{
	max-height: 120px;
    top: 0;
}

#owl-dates-day-2,
#owl-dates-day-1 {	
	padding-bottom:0px;
}

.title-small-box.extra_small{
	font-size: 1.7em;
}

/*========================   ekpompes  ===================== -*/

.background_images{
	width:100%;	
}

.background_images img{
	width:100%;	
}

.date_ekopompi{
	font-size:22px;	
	color:#FFF;
	font-weight:bold;
	margin-top:30px;
}

.title_ekopompi{
    font-size: 3.5em;
    line-height: normal;
	color:#FFF;
	font-weight:200;
}

.innerforleftside{
	width:100%;
}

.inner_from.leftside{
	width:27%;
	float:left;
}

.inner_from.rightside{
	width:72%;
	float:left;
}

.perigrafi,
.perigrafi p{
	color:#FFFFFF;	
}

#ekpompi{
    margin-top: 205px;
	float: left;
}

#ekpompi ul li{
	text-decoration:none;
    margin-bottom: 11px;
	list-style:none;
    max-width: 180px;
	padding-right: 3px;
}

.here {
	border-right: 1px solid white;
	font-weight:bold;
}

.select_here{
	margin-left:10px;
}

.select_here.nea{
	margin-top:45px;
}

#ekpompi > li > a{
	padding: 10px;
	line-height:2.3em;
	font-size:1.1em;
}

#ekpompi li > a {
    color: #FFFFFF;
	text-decoration:none;
}

#ekpompi li a:hover{
	color:#ACAAAA;
	text-decoration:none;
}

.side_menu.active{
	font-weight:bold;
}

.side_menu img{
    padding-right: 10px;
}

.next_episodes{
	background:rgb(109, 110, 113);
    padding: 10px;
    color: #fff;
	font-weight:bold;
}

.next_episodes span{
    color: #8dd6e2;
}

.next_episodes.down{
	margin-top: 20px;
	margin-bottom: 30px;
}

.episodio_name{
	font-size: 1em;
	position: absolute;
	bottom: 4%;
}

.blue{
	background-color:#8dd6e2;
	width:140px;
	height:10px;
}

.m_top40{
	margin-top:40px;
}

.box_videos.x4_percent{
	width:23.444%;
}

.box_videos:hover{
	cursor:pointer;	
}

.box_videos:hover .episodo{
	color:#8dd6e2;
}

.box-small:hover .play_btn,
.box_videos:hover .play_btn{
	display:none;
}

.box-small:hover .play_btn_blue,
.box_videos:hover .play_btn_blue{
	display:block;
}

hr.blue_color{
    border-top: 1px solid #8dd6e2;
}

.box-large:hover{
	/*opacity:0.7;*/
	cursor:pointer;
}

.box-large.inner:hover{
	opacity:1;
	cursor:auto;
}

.box-small:hover{
	/*opacity:0.7;*/
	cursor:pointer;
}

.box-large:hover .details, 
.box-small:hover .title-small-box{
	color: #8dd6e2;
}

.read_more{
    font-size:0.6em;    
    z-index: 11;
	text-decoration:underline;
	font-weight:bold;
	color:white;
}
	
.read_more.big{
	bottom: 10%;
	float:right;
	position: absolute;
	font-size:0.9em;
	z-index: 11;
	right: 5%;
	text-decoration:underline;
	font-weight:bold;
	color:white;
}
	
.read_more:hover{
	color: grey;
}
/*======================== end  ekpompes  ===================== -*/

.next_episodes.margin_20{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.all_news{		
	width:100%;
}

.all_news img{
	width:100%;
}

.next_news{
	float:right;
	z-index:10;
}

.previous_news{
	float:left;
	z-index:10;
}

.next_news:hover{
	opacity:0.7;
	cursor:pointer;
}

.previous_news:hover{
	opacity:0.7;
	cursor:pointer;
}

.m_top40.nea_epis{
	color:#fff;
	float: left;
}

.white-color{
	color:#fff;
}

/* ======================== menu ======================================*/
.memu_first{
	border-bottom: 5px solid transparent;
}

.memu_first.active {
	border-bottom: 5px solid #8dd6e2;
}

.navbar-nav {
    float: left;
    margin: 0;
}

/* ======================== menu ======================================*/	
/*============ photos =================================*/
.select_here.photo{
	margin-top:174px;
}

.flexslider {
    margin: 0 0 20px;
    background: none;
    border: none;
	overflow:hidden;
}	

#carousel ul.slides li{
	margin-right: 10px;
}

.flex-direction-nav a:before{
	font-size: 25px;
	color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a{
	height:30px;
	margin: -15px 0 0;
}

/*==== episodia ==================*/

.select_here.episod{
	margin-top:88px;	
}

/*episodio*/
.episodio{
    margin-top: 40px;
    margin-bottom: 20px;
}

.episodiu_details{
	color:white;
	padding-bottom:1em;
}

.title_episodiu{
    font-size: 1.7em;
	font-weight:bold;
}
.title_episodiu span{
	color:#8dd6e2;
}
.m_bottom40{
	margin-bottom:40px;
}

.news_outer{
	float:left;
	width:100%;
	margin-top:2em;
}

/*sintelestes*/

.select_here.sintele{
	margin-top:131px;
}

.sintelestes_outer{
	float:left;
	width:100%;
}

.sintelestes{
	float:left;
	width:32.666%;
	margin-right:1%;
	border-bottom:10px solid #8dd6e2;
	padding-bottom:5px;
	margin-bottom:2em;
}
.sintelestes_outer a:nth-child(3n+3) .sintelestes{
	margin-right:0%
}

.sintelestes_img{
	width:100%;float:left;
}

.sintelestes_img img{
	width:100%;
}

a .sintelestes_name{
	width:100%;
	float:left;
	color:#fff;
	text-decoration:none;
}

a .sintelestes_role{
	width:100%;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight: lighter;
	font-size: 1.1em;
}
	
.sintelestes:hover{
	opacity:0.7;
}

/*sintelestis*/

.sintelestis_outer{
	float:left;
	width:100%;
}

.sintelestis_img{
	width:40%;
	float:left;
	margin-bottom:20px;
}

.sintelestis_img img{
	width:100%;
}

.sintelestes_name{
	width:100%;
	float:left;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

.sintelestes_role{
	width:100%;
	float:left;
	color:#fff;
	font-size:1.6em;
}

.sintelestes_descr{
	width:100%;
	float:left;
	color:#fff;
}

.line.blue.margin{
	margin-bottom:10px;
	margin-top:10px;
}
	
.margin-bottom40{
	margin-bottom:40px;
}

.sintelestes_name.alone{
	font-size: 1.2em;
	font-weight: bold;
}

.sintelestes_role.alone{
	font-size:1.1em;
	font-weight: lighter;
	width: 100%;
	float: left;
	color: white;
}

/*nea inner*/

.c_white{
	color:white;
}

/*========================== ekpompes cy_series====================================*/
.half_one{
	width:43%;
	float:left;
	margin-right:2%;
}

.half_two{
	width:55%;
	float:left;
}

.cy_series{
	color:white;
	float:left;
}

.cy_series img{
	width:100%;
}

.cy_series_image{
    float: left;
    width:100%;
	margin-top: 15px;
}

.cy_series_image:hover{
	opacity:0.7;
}

.cy_series_title{
	font-size:40px;
	font-weight:lighter;
	line-height: normal;
}

.cy_series_date{
	font-size:18px;
	font-weight:lighter;
	line-height: 10px;
}

.cy_series_decription{
	margin-top:15px;
}

.cy_series_more a{
	color:#8dd6e2;
	font-weight:bold;
	font-size:17px;
	text-decoration:underline;
}

.cy_series_more a:hover{
	opacity:0.7;
}

/* sub menu*/
.sub_menu_inner{
    -webkit-padding-start: 0px;	
	padding-left: 0px;
}

.sub_menu{
	text-decoration:none;
	list-style-type: none!important;
	margin-right: 30px;
	margin-top: 50px;
	-webkit-padding-start: 0px;
	padding-left: 0px;
}

.sub_menu.extra li.active{ 
	padding-bottom: 0px;
}

.sub_menu.extra li.active .sub_menu_inner{
	display:block;
}

.sub_menu.extra li .sub_menu_inner{
	margin-top:10px;
}

.sub_menu.extra li .sub_menu_inner li{
	padding-left: 0px;
}

.sub_menu a{ 
	color:#8dd6e2;
	padding-left: 20px;
}

.sub_menu .active a {
	color:white;
	padding-left: 20px;
}

.sub_menu_inner{
	background-color:#6D6E71;
	list-style-type: none!important;
	padding-bottom: 10px;
}

.sub_menu ul li{
	padding-left: 0px;
	font-weight: lighter!important;
}

.sub_menu ul li a{
	color:white;	
}

.sub_menu li{
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub_menu .active{
	background-color:#8dd6e2;
	/*padding-bottom: 0px;*/
	font-weight: bold;
}

/*css for video*/
.background_fvideo{
	width:100%;
}

.background_fvideo img{
	width:100%;
}

.small_video{
	width:48%;
	float:left;
}
.small_video.m_right{
	margin-right:4%;
}

.small_video img{
	width:100%;
}

.big_video{
	width:100%;
}

.big_video img{
	width:100%;
}

.box_grey{
	width:100%;
	background:#221e29;
	color:#fff;
	font-size:32px;
	line-height: 60px;
	font-weight: lighter;
	padding-left: 20px;
}

.box_grey.more_epis{
	text-align: center;
	padding-left: 0px;
	margin-top: 30px;
	cursor:pointer;
}

.box_grey.last_epis{
	margin-top: 50px;
}

.am_here{
	border-right: 1px solid black;
}

.sub_menu {
    font-size: 15px!important;	
}

.sub_menu_inner li.am_here{
	border-right: 7px solid #8dd6e2;
}

/*css for live*/

.toggle_text{
	cursor:pointer;
	color:#8dd6e2;
	text-decoration:underline;
}

.more_details{
	display:none;
}

.news_page{
	float: left;
	width: 47%;
	margin-right: 6%;
	border-bottom: 4px solid #8dd6e2;
	padding-bottom: 5px;
	margin-bottom: 2em;	
}

.news_page_image{
	width: 100%;
    float: left;
}

.news_page_image img{
	width: 100%;
}

.news_page_name{
	width: 100%;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	margin-bottom: 8px;
	min-height: 68px;
}

.news_page_text{
	width: 100%;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	font-size: 1em;
	min-height: 95px;
}

.news_page .more{
	color:#8dd6e2;
	float:left;	
	text-decoration:underline;	
}
	
.nomargin_right{
	margin-right: 0;
}

.episodio:hover{
	opacity:0.7;
	cursor:pointer;
}

.teaser.small_video{
	cursor:pointer;
}

.teaser.small_video p{
	color:#fff;
}

.no_hover:hover,
.no_hover.episodio:hover,
.teaser_outer .episodio:hover{
	opacity:1;
	cursor:auto;
}

.white-color a{
	color:#8dd6e2;
	text-decoration:underline;
	font-weight:bold;
}
	
.episodio img{
	width:100%;
}

li.font_sm a{
	font-size:15px;
}

.program_age_rating{
	max-width: 20px;
}

.program_age_rating{
	max-width: 20px;
}

.search_outer{
	width:100%;
	margin-top:2em;
	float:left;
}

.search_image{
	width:48%;
	margin-right:2%;
	float:left;
}

.search_image img{
	width:100%;
}

.forsearch{
	float:left;
	width:50%;
}

.more{
    font-weight: bold;
    color: #8DD6E2;
	text-decoration:underline;
}

/*new*/

.program_date {   
    padding-left: 7%;
}

.program_program.even,
.program_program {
	padding-left: 15px;
	padding-right: 15px;
}

.select_here.teasers{
	margin-top:215px;
}

.season_year{
	float:left;
	width:100%;
}

.season_year a:nth-child(2) .box_videos,
.season_year a:nth-child(3) .box_videos,
.season_year a:nth-child(4) .box_videos,
.season_year a:nth-child(5) .box_videos{
	margin-left: 1.333%;
}

.box_videos.x3_percent {
    width: 33.33333;
}

.title_episodiu.sm{
	font-size:1.3em;	
}

.title_episodiu span.color_w{
	color:#fff;
}

.padding_top10{
	padding-top:10px;
}

.show_name.descrip span {
    font-size: 0.63em;
    margin-top: 10px;
}

.show_details{
	float:left;
	padding-left:25%;
}

#ekpompi {
	margin-top:0;
}

.total_counts {
    display: block;
    width: 20%;
    margin-bottom: 21px;
    float: left;
}
	
.sigmalive{	
	height:auto!important;
}

.h_250 {
	height: auto!important;
}

.hr_for_submenu{
	display:none;
}

.hr_for_submenu.gray{
	border-top:1px solid rgb(147, 143, 156);
}

.sintelestis_img.paddingtop{
	padding-top:20px;
}

.marginbottom{
	margin-bottom:20px;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.scrollup {
	width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 70px;
    right: 60px;
    display: none;
    text-indent: -9999px;
    background: url('../../img/redesign/icon_top.png') no-repeat;
    z-index: 99999;
}

.developed{
	float: right;
	margin-right: 2%;
}

.table_footer{
	display: table;
    margin: auto;
    max-width: 100%;
	padding: 1.5em 1em;
	text-align: center;
}

.table_footer a{
	display: inline-block;
	margin: 0.5em;
}

.banner_horizontal{
	float:left;
	padding:13px 0px 13px 0px;
}
/*
.banner_horizontal *{
	display: block;
    margin: auto;
}
*/
.sliding_menu_btn_{
	display:none;
	background-color: #8dd6e2;
	padding: 10px 15px;
	border-radius: 5px;
	border:1px solid #fff;
	font-size: 1.1em;
    color: #fff;
	margin-top:1.5em;
	float: left;
	cursor:pointer;
}
	
.sliding_menu_btn{
	display:none;
	background-color: #8dd6e2;
	border:1px solid #fff;
	font-size: 1.1em;
    color: #fff;
	float: left;
	cursor:pointer;	
	position: fixed;
	margin-top:0em;
    padding: 9px 12px;
	top: 100px;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    left: 0;
    z-index: 100;
}

#ekpompi .sliding_menu_btn{
	margin-top:0em;
}

.sliding_share_btns{
    display: block;
    position: fixed;
    top: 100px;
    background-color: #8dd6e2;
    padding: 10px 12px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #fff;
    border-right: 0px;
    color: #fff;
    font-size: 1em;
    right: 0;
    z-index: 100;
    font-weight: bold;
	cursor:pointer;
	display:none;
}

.black_full{
	position:relative;
}

.top_video_details{
	position:absolute;
	width:100%;
	max-width:720px;
	color:#8DD6E2;
	font-size:1.5em;
    display: table-cell;
    top: 0;
	left:40%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    height: 100%;
	padding: 0.8em 0px;
	z-index:50;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );	
}

.share_extras{
	margin: 0;
    display: block;
    transform: translate(-50%, 0%);
    height: 100%;
    position: absolute;
    top: 0px;
    right: 20%;
    width: 0;
    padding: 0;
	z-index:50;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.centralize{
    display: table-cell;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    width: 20%;
	max-width: 120px;
	z-index:60;
	cursor:pointer;
}

.loading_gif{
    color:#BCBDC0;
	position: fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border-width: 8px;
    border-style: solid;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
}

#loading_animation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	background: #828087;
}

#body_content{
	visibility:hidden;
	opacity:0;
}

.reddot{
	max-width: 10px;
    margin-top: -2px;
}

.sliding_footer_outer{	
	width: 98%;
	margin: auto;
}

.sliding_footer{
	display:none;
	background-color: #504D57;
	padding: 10px 15px;
	border-radius: 5px;
	border:1px solid #fff;
	font-size: 1.1em;
    color: #fff;
	margin-right:10px;
	float: right;
	cursor:pointer;
}

.top_extra{
	margin-top:1.5em;
}

.width_98{
	width:98%;
}

.pad_bottom{
	padding-bottom:2em;
}

.footer_collapse{
	cursor:pointer;
}

.player.restricted p{
	color:#fff;
}
a.more_the_right_new{
	text-align:right;
	color:#fff;
	text-decoration:none;
	display:block;
	margin:10px 0px;
}
a.more_the_right_new:hover{
	color:#fff;
}

@media only screen and (max-width: 1460px){
	body{
		font-size:16px;
	}
	
	.tickercontainer{
		max-width:960px;
	}	
	
	.inner_from.leftside {
		width: 27%;
	}
	
	.inner_from.rightside {
		width: 72%;
	}
	
	.show_details {
		padding-left: 27%;
	}	
}	


@media only screen and (max-width: 1380px){
	.left_side {
		width: 72%;
	}
	.right_bar  {
		width: 24%;
	}
}	

@media only screen and (max-width: 1300px){	
	#ekpompi {
		width: 89%;
	}	
	
	.hr_for_submenu{
		display:block;
	}
	
	.hr_for_submenu.gray{
		display:none;
	}
	
	.tickercontainer{
		max-width:855px;
	}
	
	.title-small-box span {
		font-size: 0.7em;
	}	
	
	.title-small-box {
		font-size: 1em;
	}
	
	.video_name {
		font-size: 1.4em;
	}
	
	.video_name span {
		font-size: 0.8em;
	}
		
	.show_name.descrip span {
		font-size: 0.58em;
    }
	
	.program_date {
		padding-left: 9%;
	}
		
	.inner_from.leftside {
		width: 100%; 
	}
	
	.sliding_menu_btn_,
	.sliding_menu_btn{
		display:block;
	}
	
	#sliding_menu_{
		display:none;
		margin-top: 0.5em;
	}
	
	#sliding_menu{
		display:none;
		-webkit-padding-start: 20px;
		-webkit-margin-after: 0em;
		position: fixed;
		left: 0;
		max-width: 300px;
		padding: 5px 5px 5px 0px;
		top: 100px;
		z-index: 100;
		background-color: #6D6E71;
		border-radius: 0px 5px 5px 0px;
		border: 1px solid #fff;
		border-left: 0px;
		margin-top: 37px;	
	}
	
	.sliding_share_btns{
		display:block;		
	}
	
	.st_facebook_vcount, .st_twitter_vcount, .st_pinterest_vcount, .st_googleplus_vcount, .st_sharethis_vcount, .total_counts {
		display: block;
		width: 45%;/*20%;*/
		margin-right: 5%;
		margin-bottom: 0.5em;
		float: left;
	}
	
	.total {
		padding-top: 12px;
	}

	.share_links{
		display:none;
		-webkit-padding-start: 20px;
		-webkit-margin-after: 0em;
		position: fixed;
		right: 0;
		width: 150px;
		padding: 5px 10px;
		top: 100px;
		z-index:100;		
		background-color: #6D6E71;
		border-radius: 5px 0px 0px 5px;
		border: 1px solid #fff;
		border-right: 0px;
		margin-top: 37px;
	}
	
	.share_extras{
		transform: translate(0%, 0%);
		height: initial;
	}
	
	.inner_from.rightside {
		width: 100%;
	}

	.m_top40 {
		margin-top: 1em;
	}

	#owl-program {
		margin-top: 0px;
	}
	
	#owl-program.schedule_page{
		margin-top: 1.5em;
	}

	.sub_menu.max_width .active {
		max-width: 180px;
	}
	
	.sub_menu{
		margin-right:0px;
	}
	
	.select_here{
		display:none;
	}
	
	.here{
		border-right:none;
	}
	
	.blue{
		display:none;
	}
	
	.show_details {
		padding-left: 0%;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	
	.sintelestis_img {
		float: none;
		margin-bottom: 20px;
		margin: 0 auto 20px;
	}
	
	.title_ekopompi {
		font-size: 2.5em;
	}
	
	.sintelestes_name {
		text-align:center;
		float:none;	
	}
	
	.sintelestes_role {
		text-align:center;
		padding-bottom:20px;	
	}	
}

@media only screen and (max-width: 1280px){
	.navbar-nav > li > a{
		font-size: 0.95em;
	}
	.left_side {
		width: 70.5%;
	}
	.right_bar  {
		width: 25.5%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.tickercontainer{
		max-width:650px;
	}

	.program_date.big {
		margin-left: 10px;
	}
	
	#ekpompi {
		width: 100%;
	}
	
	.left_side {
		width: 68.5%;
	}
	
	.right_bar  {
		width: 27.5%;
	}
}

@media only screen and (max-width : 1110px) {
	.navbar-form .form-group{
		width: 120px;
	}

	.left_side {
		width: 67%;
	}
	
	.right_bar  {
		width: 29%;
	}
}

@media only screen and (max-width : 1060px) {	
	.left_side {
		width: 65%;
	}
	
	.right_bar  {
		width: 31%;
	}
}

@media (max-width: 1023px) {
	.menu_outer{
		position:relative;
	}
	
	.navbar-header {
        float: none;
    }
	
    .navbar-toggle {
       display: block;
    }
	
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	
    .navbar-collapse.collapse {
        display: none!important;
    }
	
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
	
    .navbar-nav>li {
        float: none;
		max-width: 120px;
		margin: auto;
    }
	
	.navbar-nav > li > a{
		font-size: 1em;
	}
	
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover,	
	.navbar-default .navbar-nav > li.active > a{
		border-bottom: 2px solid #fff;
	}
	
	.navbar-default .navbar-nav > li > a {
		border-bottom: 2px solid transparent;
	}
	
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
	
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-default .navbar-nav > li > a{
		line-height:normal;
		padding:5px 0;
		text-align:center;
	}
	
	.navbar-form.navbar-right{		
		margin:0.8em 0;
	}
	
	.menu_outer{
		position:relative;
		top:0;
	}
	
	.navbar-toggle{
		margin:16px 0px 16px 15px;
	}
		
	.navbar-brand .logo {
		padding: 5px 20px 5px 0px;
		max-width:75px;
	}
	
	ul.dropdown-menu{
		display:none!important;
	}
	
	.back-blue {
		height: 0px;
	}
	
	.program_date.big {
		margin-left: 0px;
	}
	
	.program_date {
		padding-left: 12%;
	}
	
	.scrollup{
		/*display:none!important;*/
	}
	
	.sliding_menu_btn,
	.sliding_share_btns,
	.share_links{
		top:70px;
	}
	
	#sliding_menu{
		margin-top: 7px;
	}
	
	#sliding_menu.sub_menu li {
		padding-top: 2px;
		padding-bottom: 5px;
	}
	
	#ekpompi ul li{
		padding-right: 0px;
		margin-bottom: 3px;
	}
	
	#ekpompi ul li a{
		font-size:0.9em;
	}
	
	.side_menu img {
		padding-right: 5px;
		margin-left: 5px;
		max-width: 23px;
	}
	
	.st_facebook_vcount, .st_twitter_vcount, .st_pinterest_vcount, .st_googleplus_vcount, .st_sharethis_vcount, .total_counts{		
		margin-bottom: -0.1em;
	}
	
	.stButton .stBubble{
		margin-top:3px;
	}
	
	.share_links{
		padding: 0px 10px;
	}
	
	.navbar-collapse.in{
		overflow:inherit;
	}
}

@media only screen and (max-width : 800px) {
	.container_player .videoPlayer,
	.container_player #lvpla{
		width:80%;
		display:block;
		margin:auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-default{
		width:90%;
	}

	.left_side {		
		width: 98%;
		float: none;
		padding-bottom: 10px;
		margin-left: 1%;
		margin-left: 1%;
	}
	
	.right_bar  {
		display: none;
	}
		
	.links.right_bar{
		float:left;
		border-top: 1px solid white;
		padding-top:2em;
		width: 98%;
		float: none;
		margin-left: 1%;
		margin-left: 1%;
		display:block;
	}
	
	.sidebar .left_side {
		border-right:none;
		padding-bottom:1.5em;	
	}
	
	#ekpompi {
		width: 100%;
	}
	
	.line {
		width: 100%;
		padding: 0;
		line-height: normal;
		margin: 0.5em 0;
		text-align: center;
	}
	
	.tickercontainer{
		max-width:730px;
		margin:auto;
	}
		
	.latest-inner{
		border:none;
		width:100%;
	}
	
	.show_name.descrip span {
		font-size: 0.9em;
	}
	
	.box_videos {
		width: 49%;
	}
	
	.box_videos.x3_percent{
		width:100%;
	}
	.season_year a:nth-child(2) .box_videos,
	.season_year a:nth-child(3) .box_videos,
	.season_year a:nth-child(4) .box_videos,
	.season_year a:nth-child(5) .box_videos{		
		margin-left: 0;
	}
	
	#owl-photos .owl-item .item a:nth-child(3) .box_videos, 
	#owl-photos .owl-item .item a:nth-child(5) .box_videos{
		  margin-left: 0%;
	}
	
	#owl-photos .owl-item .item a:nth-child(2) .box_videos, 
	#owl-photos .owl-item .item a:nth-child(4) .box_videos,  
	#owl-photos .owl-item .item a:nth-child(6) .box_videos {
		margin-left: 2%;
	}
	
	.box_videos.second_group {
		margin-top: 14px;
	}
		
	#owl-episodes .owl-item .item a:nth-child(3) .box_videos, 
	#owl-episodes .owl-item .item a:nth-child(5) .box_videos{
		margin-left: 0%;
	}
	
	#owl-episodes .owl-item .item a:nth-child(2) .box_videos, 
	#owl-episodes .owl-item .item a:nth-child(4) .box_videos, 
	#owl-episodes .owl-item .item a:nth-child(6) .box_videos {
		margin-left: 2%;
	}	

	#owl-photos .owl-item .item a:nth-child(5) .box_videos,
	#owl-photos .owl-item .item a:nth-child(6) .box_videos,
	#owl-episodes .owl-item .item a:nth-child(5) .box_videos,
	#owl-episodes .owl-item .item a:nth-child(6) .box_videos {
		display:none;
	}
	
	.box-large {
		width: 100%;
	}

	.left-inner {
		width: 100%;
	}
	
	.right-inner {
		width: 100%;
		position: relative;
		margin-left: 0%;
	}
	
	.box-small {
		margin-top:1em;
		width: 49%;
	    position: relative;
	}
	
	.right-inner a:nth-child(2) .box-small{
		margin-left: 2%;
	}
	
	.title_popular {
		font-size: 1em;
		line-height: 1.5em;
	}
	
	.titleofpop {
		font-size: 1em;
	}
	
	.number {
		font-size: 3.2em;
	}
	
	.box .latest_text {
		width: 77%;
	}
		
	.cy_series_title {
		font-size: 30px;
	}
	
	.sintelestes {
		width: 49%;
		margin-right: 0%;
	}
	
	.sintelestes_outer a:nth-child(odd) .sintelestes{
		margin-right: 2%;
	}

	.sintelestis_img {
		width:100%;
	}
	
	.top_video_details{
		position: static;
		transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		width:100%;
		padding:0px 0px 0.8em;
		float: left;
		max-width:1500px;
	}
	
	.play_btn.videos.centralize{
		/*top:55%;*/
	}	
		
	.top_video_text{
		width:100%;
		text-align:center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.tickercontainer{
		max-width:620px;
	}

	.sidebar ul {
		width: 25%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
		
	.title_ekopompi {
		font-size: 2em;
	}
		
	.box-small {
		margin-top: 1em;
		width: 100%;
	}
	
	.right-inner a:nth-child(2) .box-small{
		margin-left: 0%;
	}
	
	.title.forlast_news {
		font-size: 25px;
	}
	
	.program_date {
		width: 100%;
		text-align: center;
		padding-left:0%;
	}
	
	.program_program.even, .program_program {
		font-size: 0.9em;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.title-large-box {
		font-size: 1.8em;
	}
	
	.title-large-box span {
		font-size: 0.5em;
	}
	
	.title-small-box {
		font-size: 1.7em;
	}
	
	.title-small-box span {
		font-size: 0.6em;
	}
	/*	
	.left_side {
		width: 98%;
		float: none;
		padding-bottom: 10px;
		margin-left: 1%;
		margin-left: 1%;
	}
	
	.right_bar {
		width: 98%;
		float: none;
		margin-left: 1%;
		margin-left: 1%;
	}
	*/
	.sigmalive {
		width: 100%;
		margin-top: 10px;
		max-width:none;
		height: auto;
	}
	
	.h_250 {
		max-width:none;
		height: auto;
	}
	
    .ad_space_up{
		display:none;
	}
	
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		top: 62%;
	}
	
	.title_popular {
		font-size: 1.8em;
		line-height: 1.9em;
	}
	
	.titleofpop {
		font-size: 1em;
	}

	.number {
		font-size: 3em;
	}
		
	.sintelestes {
		width: 100%;
		margin-right: 0%;
		text-align: center;
	}
	
	.menu_outer{
		position:relative!important;
		top:0!important;
	}
	
	.last_news{
		display:none;
	}
	
	.ms-nav-prev,
	.ms-nav-next{
		display:none;
	}
	
	.navbar-form.navbar-right{		
		margin:0.3em 0;
		float: right;
	}
	
	.navbar-form.navbar-right .form-group{
		float:left;
	}
	
	.search_input{
		/*font-size:1.1em;*/
	}
	
	.container_player #lvpla{
		width:80%;
		display:block;
		margin:auto;
	}
}

@media only screen and (max-width : 660px) {
	.tickercontainer{
		max-width:520px;
	}

	.sidebar ul {
		width: 33%;
		margin-bottom:10px;
	}
	
	.program_date.big {
		font-size: 1.7em;
	}

	.program_nav.top {
		top: 7px;
	}

	.cy_series_title {
		font-size: 2em;
	}

	.search_outer{
		float:left;
	}

	.search_image{
		float:none;
		width:100%;	
	}

	.forsearch{
		float:none;
		width:100%;
	}
	
	.news_page {
		width: 98%;
		margin-right: 1%;
		padding-bottom: 5px;
		margin-bottom: 2em;
		margin-left: 1%;
	}
	
	.news_page_text,
	.news_page_name{
		min-height: 0px;
	}
	
	.box_videos {
		width: 100%;
	}
	
	#owl-photos .owl-item .item a:nth-child(2) .box_videos, 
	#owl-photos .owl-item .item a:nth-child(4) .box_videos,  
	#owl-photos .owl-item .item a:nth-child(6) .box_videos {
		margin-left: 0%;
	}
	
	#owl-episodes .owl-item .item a:nth-child(2) .box_videos, 
	#owl-episodes .owl-item .item a:nth-child(4) .box_videos, 
	#owl-episodes .owl-item .item a:nth-child(6) .box_videos {
		margin-left: 0%;
	}
		
	#owl-news .owl-item .item .box:nth-child(even) {
		margin-left: 0%;
	}
	
	.box {
		width: 100%;
		margin-top: 14px;
		float: none;
		position: relative;
		overflow: hidden;
		margin-left: 0%;
		margin-bottom:20px;
	}
}

@media only screen and (max-width : 560px) {
	.tickercontainer{
		max-width:440px;
	}
	
	/*.sidebar{
		display:none;
	}*/
	.sliding_footer{
		display:block;
	}
	
	.hr_footer{
		display:block;
	}
	
	.footer_fade{
		/*display:none;*/
	}
	
	.sidebar ul li.footer_collapse ul{
		display:none;
	}
	
	.footer_collapse::before{
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f0c9\00a0";
	}
	
	.sidebar ul {
		width: 50%;
	}
	
	.program_date.big {
		font-size: 1.45em;
	}
	
	.program_nav.top {
		top: 2px;
	}

	.half_one {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.half_two {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.tickercontainer{
		max-width:360px;
	}
	
	.sidebar ul {
		width: 100%;
	}
	
	.show_name.descrip span {
		font-size: 0.6em;
	}

	.program_date.big {
		font-size: 1.30em;
	}

	.box_grey.more_epis {
		margin-top: 0px;
	}
	
	.developed {
		margin-top:0.5em;
	}
	
	.search_input{
		width:80%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 400px) {
	.tickercontainer{
		max-width:320px;
	}
	
	.copyright {
		font-size: 0.9em;
	}
	
	.program_date.big {
		font-size: 1em;
	}
	
	.program_nav.top {
		top: 0px;
	}
	
	.copyright{
		text-align: center;
	}
	
	.developed{
		float: none;
		text-align: center;
	}
	
	/*.st_facebook_vcount, .st_twitter_vcount, .st_pinterest_vcount, .st_googleplus_vcount, .st_sharethis_vcount, .total_counts {
		width: 33.3%;
	}*/
}

@media only screen and (max-width : 360px) {
	.tickercontainer{
		max-width:280px;
	}
	
	.copyright {
		font-size: 0.8em;
	}
		
	.title.forlast_news {
		font-size: 23px;
	}
}

@media only screen and (max-width : 320px) {
	.tickercontainer{
		max-width:290px;
	}
}