@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
	display: block;
}
html, body {
	height: 100%;
}
.wrapper {
	margin-bottom:20px;
}
.footer, .push {
	height: 306px;
/* .push must be the same height as .footer */ }
body {
	font-family: Open Sans, sans-serif;
	background-color: #ededeb;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.navbar {
	height: 62px;
	background-color: #171e25;
	position: relative;
}
.navbar .left {
	height: 62px;
	width: 2000px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	margin-left: -2450px;
	background-color: #53aeb1;
}
.navbar .left h2 {
	position: relative;
	float: right;
	font-size: 14px;
	line-height: 62px;
	color: #fff;
	font-weight: 600;
	padding-right: 10px;
}
.navbar .left h2 .fa {
	font-size: 20px;
	position: relative;
	top: 2px;
	left: -6px;
}
.navbar .left h2 .arrow {
	content: '';
	display: block;
	background: transparent url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#53aeb1"/></svg>') 0 0 no-repeat;
	width: 18px;
	height: 62px;
	position: absolute;
	top: 0;
	right: -18px;
}
.navbar .notices {
	float: left;
	padding-left: 150px;
	background-color: #121920;
	width: 850px;
	position: relative;
	overflow: hidden;
}
.navbar .notices .notice {
	display: inline-block;
	line-height: 62px;
	margin-right: 30px;
}
.navbar .notices .notice .tv {
	display: inline-block;
	height: 26px;
	background-color: #1c242b;
	line-height: 26px;
	padding: 0 5px;
	font-size: 14px;
	color: #81878d;
}
.navbar .notices .notice .time {
	display: inline-block;
	padding: 0 5px;
	color: #292f35;
	font-size: 14px;
	position: relative;
}
.navbar .notices .notice .time .fa {
	display: none;
	font-size: 30px;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #121920;
	width: 50px;
	text-align: center;
}
.navbar .notices .notice .title {
	font-size: 14px;
	color: #81878d;
}
.navbar .notices .notice:hover .time .fa {
	display: block;
	color: #53aeb1;
}
.navbar .notices .notice:hover .title {
	color: #53aeb1;
}
.navbar .user-bar {
	float: right;
}
.navbar .user-bar > ul > li {
	float: left;
	position: relative;
}
.navbar .user-bar > ul > li > a {
	display: block;
	height: 62px;
	padding-left: 15px;
	position: relative;
	transition: all 300ms;
	color: #555b61;
}
.navbar .user-bar > ul > li > a img {
	height: 42px;
	width: 42px;
	border-radius: 100%;
	position: relative;
	top: 9px;
}
.navbar .user-bar > ul > li > a .icon {
	font-size: 25px;
	line-height: 62px;
}
.navbar .user-bar > ul > li > a .notification {
	width: 5px;
	height: 15px;
	padding: 0 5px;
	color: #fff;
	background: #53aeb1;
	border-radius: 3px;
	position: absolute;
	top: 15px;
	right: -5px;
	font-size: 11px;
	line-height: 14px;
}
.navbar .user-bar > ul > li > a:hover {
	color: #9ea7b1;
}
.navbar .user-bar > ul > li.active > a {
	color: #9ea7b1;
}
.navbar .user-bar > ul > li ul {
	display: none;
	position: absolute;
	top: 62px;
	right: -30px;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
.navbar .user-bar > ul > li ul::before {
	content: '';
	border: 10px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -20px;
	right: 30px;
}
.navbar .user-bar > ul > li ul.profile-sub-menu {
	width: 164px;
}
.navbar .user-bar > ul > li ul.profile-sub-menu li a {
	display: block;
	font-size: 14px;
	color: #787878;
	padding: 9px 10px;
	line-height: 21px;
	border-bottom: 1px solid #ededeb;
}
.navbar .user-bar > ul > li ul.profile-sub-menu li a:hover {
	color: #53aeb1;
}
.navbar .user-bar > ul > li ul.notif-sub-menu {
	width: 284px;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li {
	border-bottom: 1px solid #ededeb;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a {
	display: block;
	overflow: hidden;
	padding: 12px 10px;
	transition: all 300ms;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a:hover {
	background-color: #f5f5f5;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a img {
	float: left;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 38px;
	height: 38px;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a > span {
	padding-left: 48px;
	display: block;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a > span > span {
	float: left;
	font-size: 13px;
	color: #787878;
	line-height: 20px;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a > span > span span {
	color: #53aeb1;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li a > span > span .date {
	font-size: 13px;
	color: #bdc1c3;
	display: block;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li.all-view {
	border-bottom: none;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li.all-view a {
	text-align: center;
	font-size: 14px;
	color: #787878;
	transition: all 300ms;
}
.navbar .user-bar > ul > li ul.notif-sub-menu li.all-view a:hover {
	background: #53aeb1;
	color: #fff;
}
.header {
	height: 72px;
	background: #ededeb;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	position: relative;
	z-index: 0;
	margin-bottom: 26px;
}
.header .left {
	height: 72px;
	width: 2000px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	margin-left: -1785px;
	background-color: #fff;
}
.header h1.logo {
	float: left;
	margin: 11px 0px 0px 13px;
}
.header h1.logo .logo-icon {
	background: #53aeb1 url(../resim/logo-icon-bg.png) no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: -10px;
	right: -14px;
	z-index: -1;
}
.header .menu {
	float: left;
	padding-left: 50px;
}
.header .menu li {
	float: left;
}
.header .menu li a {
	display: block;
	line-height: 69px;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	font-weight: bold;
	color: #787878;
	padding: 0 2px;
	margin: 0 25px;
	transition: all 300ms;
}
.header .menu li a:hover {
	color: #53aeb1;
}
.header .menu li.active a {
	border-bottom-color: #53aeb1;
}
.header .search {
	float: right;
	width: 370px;
	height: 72px;
	position: relative;
}
.header .search input {
	height: 52px;
	margin: 10px 0;
	background-color: transparent;
	width: 315px;
	position: relative;
	left: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #cacaca;
	line-height: 52px;
}
.header .search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 72px;
	background-color: transparent;
}
.header .search button .icon {
	font-size: 20px;
	color: #9e9e9e;
	position: relative;
	top: 0;
}
.ads {
	width: 336px;
	height: 280px;
	overflow: hidden;
}
.ads.fright {
	float: right;
}
.category {
	height: 22px;
	background-color: #53aeb1;
	line-height: 22px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	top: 11px;
	left: 11px;
}
.section1 {
	overflow: hidden;
	margin-bottom: 25px;
}
.section1 ul li {
	float: left;
	overflow: hidden;
	position: relative;
}
.section1 ul li a {
	display: block;
}
.section1 ul li a .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.section1 ul li a .detail > span {
	display: block;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.7);
}
.section1 ul li a .detail > span .title {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	display: block;
	line-height: 35px;
	padding-bottom: 5px;
}
.section1 ul li a .detail > span .description {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}
.section1 ul li a .channel {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 1;
}
.section1 ul li:nth-child(1) {
	width: 509px;
	height: 280px;
	overflow: hidden;
	margin-right: 13px;
}
.section1 ul li:nth-child(1) a > img {
	width: 509px;
	height: 280px;
}
.section1 ul li:nth-child(2), .section1 ul li:nth-child(3) {
	width: 300px;
	height: 133px;
	margin-bottom: 14px;
}
.section1 ul li:nth-child(2) a > img, .section1 ul li:nth-child(3) a > img {
	width: 300px;
	height: 133px;
}
.section1 ul li:nth-child(2) .detail .title, .section1 ul li:nth-child(3) .detail .title {
	font-size: 18px;
	line-height: 20px;
}
.section1 ul li:nth-child(2) .detail .description, .section1 ul li:nth-child(3) .detail .description {
	font-size: 13px;
	line-height: 18px;
}
.section1 ul li:nth-child(2) .channel, .section1 ul li:nth-child(3) .channel {
	bottom: 7px;
	right: 7px;
}
.section1 ul li:nth-child(3) {
	margin-bottom: 0;
}
.section2 .select {
	float: right;
	position: relative;
	top: 11px;
	right: 11px;
}
.section2 .select .customSelect {
	background: url(../resim/select-bg.png) no-repeat;
	width: 196px;
	height: 36px;
	cursor: pointer;
	line-height: 35px;
}
.section2 .select .customSelect span {
	display: block;
	width: 165px;
	font-size: 13px;
	color: #787878;
	text-indent: 10px;
	overflow: hidden;
	height: 36px;
}
.section2 .select select {
	cursor: pointer;
	font-size: 12px;
}
.tab {
	margin-bottom: 22px;
	height: 59px;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
.tab .buttons {
	float: right;
}
.tab .buttons a {
	float: left;
	height: 59px;
	padding: 0 12px;
	font-size: 23px;
	line-height: 54px;
	border-left: 1px solid #e6e6e5;
	color: #ccc;
}
.tab .buttons a:hover {
	color: #53aeb1;
}
.tab > ul {
	float: left;
	padding-top: 12px;
	padding-left: 12px;
}
.tab > ul li {
	float: left;
	margin-right: 10px;
}
.tab > ul li a {
	display: block;
	font-size: 15px;
	color: #787878;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.tab > ul li a:hover {
	color: #53aeb1;
}
.tab > ul li.active a {
	border-color: #e6e6e5;
}
.tab > ul li.selected a {
	background-color: #53aeb1;
	color: #fff;
}
.tab h3 {
	line-height: 59px;
	text-indent: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #787878;
}
.tv-list {
	overflow: hidden;
}
.tv-list ul li {
	float: left;
	margin-left: 29px;
	margin-bottom: 26px;
}
.tv-list ul li a {
	position: relative;
	display: block;
	width: 210px;
	height: 150px;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	border-right: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	transition: all 300ms;
}
.tv-list ul li a:hover .title, .tv-list ul li a:hover .program-title {
	color: #53aeb1;
}
.tv-list ul li a .image {
	display: block;
	text-align: center;
	height: 100px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}
.tv-list ul li a .image img {
	max-height: 55px;
	position: relative;
	top: 25px;
}
.tv-list ul li a .title {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #787878;
	padding-top: 10px;
	border-top: 1px solid #f3f3f3;
}
.tv-list ul li a .program-image {
	width: 210px;
	height: 109px;
}
.tv-list ul li a .program-title {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #787878;
	font-weight: 600;
	line-height: 36px;
}
/*
.tv-list ul li:nth-child(4n) {
	margin-right: 28px;
}
.tv-list ul li:nth-child(5n) {
	margin-right: 0;
}*/
.ads768x90 {
	display: block;
	background-color: #fff;
	padding: 18px 0;
	margin-bottom: 27px;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
.ads768x90 > div {
	width: 768px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
.ads160x600 {
	float: right;
	width: 160px;
	height: 600px;
}
.section3 {
	/* overflow: hidden; */
	margin-bottom: 27px;
}
.section3 .list-box {
	width: 467px;
	float: left;
	margin-right: 35px;
}
.section3 .list-box h3 {
	background-color: #fff;
	height: 59px;
	line-height: 59px;
	border-right: 1px solid #dbdbd9;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px 0 #dbdbd9;
	text-indent: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #787878;
}
.section3 .list-box h3 a {
	float: right;
	font-size: 13px;
	text-decoration: underline;
	color: #787878;
	margin-right: 15px;
}
.section3 .list-box h3 a:hover {
	color: #53aeb1;
}
.section3 .list-box .alt {
	height: 39px;
	line-height: 36px;
	background-color: #fff;
	border-top: 1px solid #ececec;
	border-right: 1px solid #dbdbd9;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	position: relative;
	margin-bottom: 2px;
}
.section3 .list-box .alt div > span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #787878;
	padding-left: 15px;
}
.section3 .list-box .alt .icon {
	float: right;
	height: 39px;
	padding: 0 12px;
	border-left: 1px solid #e6e6e5;
	font-size: 20px;
	line-height: 33px;
	color: #c9c9c9;
}
.section3 .list-box .alt .icon:hover {
	color: #53aeb1;
}
.section3 .list-box .alt ul {
	width: 370px;
}
.section3 .list-box .alt ul li {
	float: left;
	width: 20%;
}
.section3 .list-box .alt ul li a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #787878;
	text-align: center;
}
.section3 .list-box .alt ul li a:hover {
	color: #53aeb1;
}
.section3 .list-box .alt ul li.active a {
	color: #53aeb1;
}
.section3 .list-box .tab-content > ul li, .section3 .list-box > ul li {
	margin-bottom: 3px;
}
.section3 .list-box .tab-content > ul li a, .section3 .list-box > ul li a {
	display: block;
	padding: 3px;
	background-color: #fff;
	overflow: hidden;
	transition: all 300ms;
}
.section3 .list-box .tab-content > ul li a:hover, .section3 .list-box > ul li a:hover {
	background-color: #53aeb1;
}
.section3 .list-box .tab-content > ul li a:hover .title, .section3 .list-box > ul li a:hover .title {
	color: #fff;
}
.section3 .list-box .tab-content > ul li a:hover .bar .inner, .section3 .list-box > ul li a:hover .bar .inner {
	background-color: #fff;
}
.section3 .list-box .tab-content > ul li a:hover .bar .inner .percent, .section3 .list-box > ul li a:hover .bar .inner .percent {
	color: #fff;
}
.section3 .list-box .tab-content > ul li a .count, .section3 .list-box > ul li a .count {
	width: 37px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	float: left;
	background-color: #53aeb1;
	margin-right: 15px;
}
.section3 .list-box .tab-content > ul li a .title, .section3 .list-box > ul li a .title {
	line-height: 35px;
	font-size: 14px;
	color: #787878;
	float: left;
	width: 90px;
}
.section3 .list-box .tab-content > ul li a .bar, .section3 .list-box > ul li a .bar {
	float: left;
	width: 60%;
	height: 8px;
	display: block;
	position: relative;
	top: 13px;
}
.section3 .list-box .tab-content > ul li a .bar .inner, .section3 .list-box > ul li a .bar .inner {
	height: 8px;
	width: 0;
	background-color: #53aeb1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	display: block;
}
.section3 .list-box .tab-content > ul li a .bar .inner .percent, .section3 .list-box > ul li a .bar .inner .percent {
	position: absolute;
	top: -3px;
	right: -30px;
	font-size: 13px;
	font-weight: 600;
	color: #53aeb1;
}
.section3 .list-box .tab-content > ul.program-list li a .count, .section3 .list-box > ul.program-list li a .count {
	padding: 0 10px;
}
.section3 .list-box .tab-content > ul.program-list li a .title, .section3 .list-box > ul.program-list li a .title {
	width: auto;
	line-height: 20px;
	padding: 8px 0;
}
.section3 .list-box .tab-content > ul.program-list li.image_x .count, .section3 .list-box > ul.program-list li.image_x .count {
	height: 87px;
	line-height: 87px;
}
.section3 .list-box .tab-content > ul.program-list li.image_x .title img, .section3 .list-box > ul.program-list li.image_x .title img {
	height: 71px;
	float: left;
	margin-right: 12px;
}
.section3 .list-box .more-load {
	display: block;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
	transition: all 300ms;
}
.section3 .list-box .more-load:hover {
	background-color: #418d90;
	color: #fff;
}
ul.reyting-list li {
	margin-bottom: 3px;
}
ul.reyting-list li a {
	display: block;
	padding: 3px;
	background-color: #fff;
	overflow: hidden;
	transition: all 300ms;
}
ul.reyting-list li a:hover {
	background-color: #53aeb1;
}
ul.reyting-list li a:hover .title {
	color: #fff;
}
ul.reyting-list li a:hover .bar .inner {
	background-color: #fff;
}
ul.reyting-list li a:hover .bar .inner .percent {
	color: #fff;
}
ul.reyting-list li a .count {
	width: 37px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	float: left;
	background-color: #53aeb1;
	margin-right: 15px;
}
ul.reyting-list li a .title {
	line-height: 35px;
	font-size: 14px;
	color: #787878;
	float: left;
	width: 90px;
}
ul.reyting-list li a .bar {
	float: left;
	width: 60%;
	height: 8px;
	display: block;
	position: relative;
	top: 13px;
}
ul.reyting-list li a .bar .inner {
	height: 8px;
	width: 0;
	background-color: #53aeb1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	display: block;
}
ul.reyting-list li a .bar .inner .percent {
	position: absolute;
	top: -3px;
	right: -30px;
	font-size: 13px;
	font-weight: 600;
	color: #53aeb1;
}
ul.reyting-list.big li a .title {
	line-height: 45px;
}
ul.reyting-list.big li a .bar {
	top: 20px;
	width: 80%;
}
ul.reyting-list.big li a .count {
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.section4 {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	overflow: hidden;
	/* margin-bottom: 26px; */
}
.section4 .section-title {
	height: 86px;
	border-bottom: 1px solid #e6e6e5;
	line-height: 75px;
	position: relative;
}
.section4 .section-title .title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #787878;
	padding-left: 40px;
}
.section4 .section-title .title .icon {
	font-size: 26px;
	position: relative;
	top: 2px;
	color: #53aeb1;
}
.section4 .login {
	float: left;
	width: 623px;
	border-right: 1px solid #ededeb;
}
.section4 .login .inner {
	padding: 22px;
}
.section4 .register {
	float: right;
	width: 545px;
}
.section4 .register .inner {
	padding: 35px;
}
.section4 .register .inner p {
	font-size: 13px;
	line-height: 17px;
	color: #787878;
	padding-bottom: 15px;
}
input.input, textarea.textarea {
	border: 1px solid #e6e6e5;
	background-color: #e6e6e5;
	/* width: 556px; */
	/* height: 30px; */
	padding: 5px 10px;
	font-size: 15px;
	color: #787878;
	transition: all 300ms;
}
input.input:focus, textarea.textarea:focus {
	background-color: #fff;
	border-color: #53aeb1;
}
textarea.textarea {
	width: 713px;
	height: 136px;
	padding: 10px 10px;
	overflow: auto;
	resize: none;
}
.form ul li {
	padding-bottom: 20px;
}
.form ul li .title {
	display: block;
	font-size: 14px;
	color: #787878;
	padding-bottom: 8px;
}
.form ul li .lostpassword {
	color: #787878;
	font-size: 13px;
	margin-left: 15px;
}
.form ul li .lostpassword:hover {
	color: #53aeb1;
	text-decoration: underline;
}
.submit-btn, .general-btn {
	background-color: #53aeb1;
	color: #fff;
	height: 41px;
	padding: 0 22px;
	line-height: 41px;
	font-size: 14px;
	font-weight: 600;
	transition: all 300ms;
	display: inline-block;
}
.submit-btn:hover, .general-btn:hover {
	background-color: #418d90;
}
.submit-btn.mini, .mini.general-btn {
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
}
.actor-list {
	overflow: hidden;
}
.actor-list li {
	float: left;
	margin-bottom: 26px;
	margin-right: 26px;
	width: 173px !important;
}
.actor-list li:last-child {
	margin-right: 0;
}
.actor-list li a {
	display: block;
	font-size: 0;
}
.actor-list li a img {
	width: 173px;
	height: 170px;
}
.actor-list li a .title {
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #787878;
	display: block;
	background-color: #fff;
	margin-top: 1px;
}
.actor-list li a:hover .title {
	color: #53aeb1;
}
.photo-gallery-list {
	overflow: hidden;
}
.photo-gallery-list li {
	float: left;
	margin-right: 30px;
	margin-bottom: 26px;
	font-size: 0;
}
.photo-gallery-list li:nth-child(4n) {
	margin-right: 0;
}
.photo-gallery-list li a {
	display: block;
	transition: all 300ms;
}
.photo-gallery-list li a:hover {
	opacity: .8;
}
.page-left {
	float: left;
	width: 980px;
}
.page {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
.page h3 {
	height: 61px;
	line-height: 61px;
	border-bottom: 1px solid #e6e6e5;
	padding: 0 20px;
	color: #787878;
	font-size: 14px;
	font-weight: bold;
}
.page > div {
	padding: 25px;
	line-height: 24px;
	font-size: 13px;
	color: #787878;
	overflow: hidden;
}
.page > div p {
	padding-bottom: 15px;
}
.page > div a {
	color: #53aeb1;
}
.page > div a:hover {
	text-decoration: underline;
}
.extraheight {
	height: 50px;
}
.footer {
	background-color: #171e24;
	height: 306px;
}
.footer .top {
	height: 249px;
}
.footer .top .box {
	float: left;
	padding-top: 30px;
	margin-right: 45px;
}
.footer .top .box:last-child {
	margin-right: 0;
}
.footer .top .box h3 {
	font-size: 14px;
	font-weight: 600;
	color: #53aeb1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #262f37;
}
.footer .top .box p {
	font-size: 13px;
	line-height: 18px;
	color: #81878d;
}
.footer .top .box ul li a {
	display: block;
	font-size: 13px;
	color: #81878d;
	padding: 6px 0;
}
.footer .top .box ul li a:hover {
	color: #53aeb1;
}
.footer .top .box .social a {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	background-color: #121920;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 15px;
	transition: all 300ms;
}
.footer .top .box .social a.rss {
	background-image: url(../resim/icon-rss.png);
}
.footer .top .box .social a.rss:hover {
	background-color: #fe9900;
}
.footer .top .box .social a.twitter {
	background-image: url(../resim/icon-twitter.png);
}
.footer .top .box .social a.twitter:hover {
	background-color: #55acee;
}
.footer .top .box .social a.facebook {
	background-image: url(../resim/icon-facebook.png);
}
.footer .top .box .social a.facebook:hover {
	background-color: #3b5998;
}
.footer .top .box .social a.pinterest {
	background-image: url(../resim/icon-pinterest.png);
}
.footer .top .box .social a.pinterest:hover {
	background-color: #d21e27;
}
.footer .alt {
	height: 57px;
	background-color: #121920;
}
.footer .alt .copyright {
	float: right;
	line-height: 57px;
	color: #b3b9bf;
	font-size: 13px;
	font-weight: 600;
	margin:0;
}
.footer .alt h1.logo {
	position: relative;
	top: 10px;
	float: left;
	z-index: 0;
}
.footer .alt h1.logo .logo-icon {
	background: #53aeb1 url(../resim/logo-icon-bg2.png) no-repeat;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -11px;
	right: -13px;
	z-index: -1;
}
h1.register-title {
	height: 75px;
	border-bottom: 1px solid #e6e6e5;
	line-height: 75px;
	position: relative;
}
h1.register-title .title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #787878;
	padding-left: 25px;
}
h1.register-title .title .icon {
	font-size: 26px;
	position: relative;
	top: 2px;
	color: #53aeb1;
	margin-right: 10px;
}
.edit {
	padding: 30px;
	overflow: hidden;
}
.edit .profile-image {
	margin-bottom: 30px;
	overflow: hidden;
}
.edit .profile-image > div {
	width: 123px;
	height: 123px;
	border: 2px dashed #e6e6e5;
	background: url(../resim/icon-image.png) no-repeat center 20px;
	position: relative;
	float: left;
}
.edit .profile-image > div span {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #787878;
}
.edit .profile-image a {
	float: left;
	position: relative;
	top: 45px;
	left: 20px;
}
.edit > .form {
	width: 538px;
}
.edit > .form h3 {
	font-size: 17px;
	font-weight: bold;
	color: #787878;
	padding-bottom: 20px;
}
.edit > .form ul li {
	padding-bottom: 25px;
}
.edit > .form ul li .title {
	font-size: 14px;
	color: #787878;
	display: block;
	padding-bottom: 11px;
}
.edit > .form ul li .form {
	display: block;
	overflow: hidden;
}
.edit > .form ul li input {
	width: 495px;
}
.edit > .form ul li .sb {
	margin-right: 7px;
}
.edit > .form ul li .sb .customSelect {
	background: #e6e6e5;
	height: 42px;
}
.edit > .form ul li .sb .customSelect .customSelectInner {
	display: block;
	width: 100% !important;
	line-height: 42px;
	font-size: 14px;
	color: #787878;
	background: url(../resim/arrow-bg4.png) no-repeat right;
	text-indent: 15px;
}
.edit > .form ul li .sb select {
	cursor: pointer;
}
.edit > .form ul li .sb.day .customSelect, .edit > .form ul li .sb.year .customSelect {
	min-width: 20%;
}
.edit > .form ul li .sb.wide .customSelect {
	width: 517px;
}
.edit > .form ul li .sb.mounth .customSelect {
	width: 217px;
}
.reyting-text {
	float: right;
	width: 580px;
}
.reyting-text h4 {
	font-size: 14px;
	font-weight: bold;
	color: #787878;
	padding-bottom: 7px;
	border-bottom: 1px solid #e6e6e5;
	margin-bottom: 6px;
}
.reyting-text h4.title {
	overflow: hidden;
	line-height: 50px;
}
.reyting-text h4.title img {
	float: left;
	height: 50px;
	margin-right: 15px;
}
.reyting-text h4.title .live-watch {
	position: relative;
	top: 12px;
}
.live-watch {
	float: right;
	color: white !important;
}
.live-watch .fa {
	font-size: 20px;
	position: relative;
	top: 3px;
}
.months ul {
	border-top: 1px solid #ececec;
	box-shadow: 0 1px 2px 0 #dbdbd9 inset;
	height: 40px;
}
.months ul li {
	float: left;
	width: 80px;
	border-right: 1px solid #dbdbd9;
}
.months ul li a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #787878;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.months ul li:last-child {
	margin-right: 0;
}
.months ul li.active a {
	color: #53aeb1;
}
.months ul li.active a::before {
	content: '';
	background: url(../resim/arrow-bg2.png) no-repeat;
	width: 20px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
}
.page404 {
	text-align: center;
	padding: 50px 0;
}
.page404 h1 {
	font-style: oblique;
	font-size: 86px;
	color: #787878;
}
.page404 p {
	font-size: 14px;
	font-weight: 600;
	color: #787878;
	padding: 35px 0 20px;
}
.page404 .btn {
	display: inline-block;
	background-color: #53aeb1;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 41px;
	transition: all 300ms;
}
.page404 .btn:hover {
	background-color: #333;
	color: #fff;
}
.right-content {
	float: right;
	width: 300px;
}
.right-content .popular h3 {
	font-size: 14px;
	font-weight: bold;
	color: #53aeb1;
	padding-bottom: 12px;
}
.right-content .popular ul li {
	margin-bottom: 15px;
}
.right-content .popular ul li a {
	display: block;
	position: relative;
	transition: all 300ms;
	font-size: 0;
}
.right-content .popular ul li a:hover {
	opacity: .8;
}
.right-content .popular ul li a .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.right-content .popular ul li a .detail > span {
	display: block;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.7);
}
.right-content .popular ul li a .detail > span .title {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	display: block;
	line-height: 22px;
	padding-bottom: 5px;
}
.right-content .popular ul li a .detail > span .description {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
}
.right-content .popular ul li a img {
	width: 300px;
	height: 133px;
}
.right-content .facebook-likebox {
	padding-top: 7px;
}
.related-channels {
	margin-bottom: 25px;
}
.related-channels h3 {
	font-size: 14px;
	font-weight: bold;
	color: #53aeb1;
	padding-bottom: 10px;
}
.related-channels.scroll {
	margin-bottom: 50px;
}
.related-channels > div {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	height: 102px;
	position: relative;
}
.related-channels #related {
	position: relative;
	overflow: hidden;
	height: 150px;
}
.related-channels #related .ps-scrollbar-x-rail {
	opacity: 1;
	background: #fff;
	height: 11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.related-channels #related .ps-scrollbar-x-rail > div {
	height: 11px;
	background: #d3d3d3;
}
.related-channels #related .ps-scrollbar-x-rail.in-scrolling > div {
	background: #53aeb1;
}
.related-channels ul {
	overflow: hidden;
}
.related-channels ul li {
	float: left;
	width: 129px;
	border-right: 1px solid #e6e6e5;
}
.related-channels ul li:last-child {
	border-right: 0;
}
.related-channels ul li a {
	display: block;
	text-align: center;
	height: 99px;
	border-bottom: 3px solid transparent;
	transition: all 300ms;
}
.related-channels ul li a:hover {
	border-color: #53aeb1;
}
.related-channels ul li a img {
	position: relative;
	top: 35px;
	margin-top: 0 !important;
}
.left-content {
	float: left;
	width: 840px;
}
.left-content .player {
	height: 473px;
	overflow: hidden;
	margin-bottom: 23px;
}
.left-content .tv-title {
	background-color: #fff;
	overflow: hidden;
	height: 86px;
	position: relative;
}
.left-content .tv-title .image {
	float: left;
	position: relative;
	height: 86px;
	padding: 0 15px;
}
.left-content .tv-title .image img {
	position: relative;
	top: 15px;
}
.left-content .tv-title h3 {
	float: left;
	line-height: 86px;
	font-size: 16px;
	color: #787878;
	font-weight: bold;
}
.left-content .tv-title .links {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
.left-content .tv-title .links li {
	float: left;
	margin-left: 11px;
}
.left-content .tv-title .links li a {
	display: block;
	line-height: 37px;
	padding: 0 20px;
	color: #fff;
	background-color: #979696;
	font-size: 13px;
	font-weight: 600;
	transition: all 300ms;
}
.left-content .tv-title .links li a:hover {
	background-color: #53aeb1;
}
.left-content .ads728x90 {
	padding: 18px 0;
	background-color: #fff;
	margin-bottom: 21px;
}
.left-content .ads728x90 > div {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
.left-content .channel-detail {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	overflow: hidden;
	margin-bottom: 19px;
}
.left-content .channel-detail div.title {
	height: 92px;
	border-bottom: 1px solid #e6e6e5;
}
.left-content .channel-detail div.title .image {
	float: left;
	padding: 0 15px;
	height: 87px;
}
.left-content .channel-detail div.title .image img {
	position: relative;
	top: 15px;
}
.left-content .channel-detail div.title > h3 {
	float: left;
	padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #787878;
}
.left-content .channel-detail div.title > h3 p {
	font-size: 14px;
	font-weight: 600;
	color: #53aeb1;
	padding-top: 6px;
}
.left-content .channel-detail .watch-now {
	padding: 16px;
	width: 59px;
	text-align: center;
	float: right;
	color: #cfcfcd;
	font-size: 14px;
	font-weight: 600;
}
.left-content .channel-detail .watch-now h3 {
	font-size: 36px;
}
.left-content .channel-detail .left {
	width: 100%;
	color: #787878;
	font-size: 13px;
	line-height: 20px;
}
.left-content .channel-detail .left p{
	padding: 12px;
}
.left-content .channel-detail .left h2,  .left-content .channel-detail .left h3{
	padding-left:12px;
}
.left-content .channel-detail .left .share {
	height: 25px;
	overflow: hidden;
}
.left-content .channel-detail .right {
	float: right;
	width: 394px;
	padding: 15px;
	color: #787878;
	font-size: 13px;
}
.left-content .channel-detail .right ul li {
	padding-bottom: 5px;
	overflow: hidden;
}
.left-content .channel-detail .right ul li span {
	float: left;
	line-height: 17px;
}
.left-content .channel-detail .right ul li span.title, .left-content .channel-detail .right ul li span.tp {
	color: #53aeb1;
}
.left-content .channel-detail .right ul li span.title {
	width: 100px;
}
.left-content .channel-detail .right ul li span.tp {
	width: 8px;
}
.left-content .channel-detail .right ul li span.text {
	width: 250px;
}
.left-content .channel-detail .right ul li span a {
	color: #787878;
}
.left-content .channel-detail .right ul li span a:hover {
	text-decoration: underline;
}
.left-content .comments {
	margin-bottom: 25px;
}
.left-content .comments .add-comment-btn {
	float: right;
	background-color: #53aeb1;
	color: #fff;
	height: 41px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	line-height: 41px;
	top: 9px;
	right: 9px;
	transition: all 300ms;
}
.left-content .comments .add-comment-btn:hover {
	background-color: #333;
	color: #fff;
}
.left-content .comments .comment {
	margin-bottom: 7px;
	position: relative;
}
.left-content .comments .comment > div {
	background-color: #fff;
	overflow: hidden;
	padding: 30px 15px 35px;
}
.left-content .comments .comment.sub {
	padding-left: 95px;
	background: url(../resim/arrow-bg3.png) no-repeat 35px;
}
.left-content .comments .comment .reply {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #53aeb1;
	color: #fff;
	height: 29px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 600;
	line-height: 29px;
	transition: all 300ms;
}
.left-content .comments .comment .reply:hover {
	background-color: #333;
	color: #fff;
}
.left-content .comments .comment .user-image {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.left-content .comments .comment .comment-content {
	float: inherit;
	width: auto;
	padding-left: 90px;
}
.left-content .comments .comment .comment-content > div {
	width: 100%;
	float: left;
}
.left-content .comments .comment .comment-content > div .top {
	padding-bottom: 10px;
}
.left-content .comments .comment .comment-content > div .top .like {
	float: right;
	font-size: 13px;
	color: #bdb9b9;
}
.left-content .comments .comment .comment-content > div .top .like .icon {
	font-size: 25px;
	position: relative;
	top: 2px;
}
.left-content .comments .comment .comment-content > div .top .like:hover {
	color: #53aeb1;
}
.left-content .comments .comment .comment-content > div .top .author {
	font-size: 15px;
	font-weight: bold;
	color: #53aeb1;
}
.left-content .comments .comment .comment-content > div .top .date {
	color: #bcb8b8;
	font-size: 14px;
	padding-left: 5px;
}
.left-content .comments .comment .comment-content > div .text {
	font-size: 14px;
	line-height: 20px;
	color: #787878;
}
.left-content .add-comment {
	background-color: #fff;
}
.left-content .add-comment .inner {
	padding: 15px;
	margin-top: -20px;
	overflow: hidden;
}
.left-content .add-comment .inner img {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.left-content .add-comment .inner form {
	float: left;
	width: 720px;
	margin-left: 15px;
}
.left-content .add-comment .inner form textarea {
	width: 700px;
	margin-bottom: 10px;
}
.left-content .add-comment .inner form .submit-btn, .left-content .add-comment .inner form .general-btn {
	float: right;
}
.left-content .add-comment .inner form label {
	font-size: 14px;
	color: #787878;
}
.streaming {
	margin-bottom: 27px;
}
.streaming .days {
	height: 50px;
}
.streaming .days li {
	float: left;
	width: 20%;
}
.streaming .days li a {
	display: block;
	border-right: 1px solid #dbdbd9;
	font-size: 12px;
	font-weight: 600;
	position: relative;
}
.streaming .days li a .title {
	display: block;
	height: 25px;
	background-color: #53aeb1;
	color: #fff;
	text-align: center;
	line-height: 25px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.streaming .days li a .date {
	color: #787878;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
}
.streaming .days li a .arrow {
	background: url(../resim/arrow-bg2.png) no-repeat;
	width: 20px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	display: none;
}
.streaming .days li.active a .date {
	color: #53aeb1;
}
.streaming .days li.active a .arrow {
	display: block;
}
.streaming .program-list-inner li {
	height: 118px;
	margin-bottom: 7px;
}
.streaming .program-list-inner li a {
	display: block;
	padding: 5px;
	background-color: #fff;
	transition: all 300ms;
	overflow: hidden;
}
.streaming .program-list-inner li a .live-watch {
	position: relative;
	top: 8px;
	right: 7px;
}
.streaming .program-list-inner li a:hover {
	background-color: #53aeb1;
}
.streaming .program-list-inner li a:hover .detail {
	color: #fff;
}
.streaming .program-list-inner li a:hover .detail .title {
	color: #fff;
}
.streaming .program-list-inner li a img {
	width: 180px;
	height: 108px;
	float: left;
	margin-right: 12px;
}
.streaming .program-list-inner li a .time {
	margin-right: 6px;
	float: left;
	height: 108px;
	background-color: #53aeb1;
	color: #fff;
	width: 51px;
	text-align: center;
	padding: 0 5px;
}
.streaming .program-list-inner li a .time span {
	position: relative;
	top: 50%;
	display: block;
	line-height: 20px;
	font-size: 13px;
}
.streaming .program-list-inner li a .detail {
	float: left;
	width: 850px;
	font-size: 13px;
	color: #787878;
	line-height: 20px;
}
.streaming .program-list-inner li a .detail span {
	display: block;
}
.streaming .program-list-inner li a .detail .title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #53aeb1;
	line-height: 22px;
	padding: 5px 0;
}
label.checkbox {
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
label.checkbox .label_checkbox {
	background: url(../resim/checkbox-bg.png) no-repeat;
	width: 16px;
	height: 17px;
	position: absolute;
	top: -2px;
	left: 0;
}
label.checkbox .label_checkbox.checked {
	background-position: 0 -18px;
}
label.checkbox > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.premium-head {
	background: url(../resim/premium-bg.jpg) no-repeat top center;
	height: 510px;
	margin-top: -27px;
	position: relative;
	text-align: center;
}
.premium-head h1 {
	padding-top: 155px;
	font-size: 45px;
	font-weight: 300;
	color: #fff;
}
.premium-head h1 strong {
	font-weight: bold;
}
.premium-head p {
	font-size: 27px;
	color: #7f8182;
	padding: 27px 0;
}
.premium-head p span {
	color: #53aeb1;
}
.premium-head form {
	padding-top: 40px;
}
.premium-head form ul {
	display: inline-block;
}
.premium-head form ul li {
	float: left;
	margin: 0 5px;
}
.premium-head form ul li .customSelect {
	min-width: 250px;
	display: inline-block;
	background: white url(../resim/arrow-bg4.png) no-repeat right;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	color: #7f8182;
}
.premium-head form ul li .customSelect .customSelectInner {
	display: block;
	padding: 0 25px 0 15px;
	font-size: 15px;
	font-weight: 600;
}
.premium-head form ul li select {
	font-size: 15px;
	cursor: pointer;
}
.premium-head form ul li .submit-btn, .premium-head form ul li .general-btn {
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 120px;
}
.premium-content {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
	padding: 35px;
	margin-bottom: 76px;
}
.premium-content h3 {
	font-size: 28px;
	color: #787878;
	padding-top: 25px;
	text-align: center;
}
.premium-content h3 span {
	color: #53aeb1;
}
.premium-content p {
	font-size: 17px;
	color: #787878;
	text-align: center;
	padding: 15px 0;
}
.premium-content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 50px;
}
.premium-content table tr td {
	border: 1px solid #e6e6e5;
	padding: 16px;
	font-size: 16px;
	color: #7f8182;
	position: relative;
}
.premium-content table tr td .fa {
	font-size: 18px;
}
.premium-content table tr td .fa.yes {
	color: #51ba29;
}
.premium-content table tr td .fa.no {
	color: #f04747;
}
.premium-content table tr:hover td {
	background-color: #eee;
}
.icon-link {
	display: inline-block;
	position: relative;
	height: 29px;
	line-height: 29px;
	padding: 0 20px 0 12px;
	background-color: #53aeb1;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	transition: all 300ms;
}
.icon-link .fa {
	margin-right: 5px;
}
.icon-link:hover {
	background-color: #333;
}
.general-content {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
.profile {
	overflow: hidden;
	margin-bottom: 75px;
}
.profile .left {
	float: left;
	width: 235px;
}
.profile .left .user-profile {
	text-align: center;
	padding: 20px 30px;
}
.profile .left .user-profile .user-image {
	position: relative;
	display: inline-block;
}
.profile .left .user-profile .user-image img {
	width: 111px;
	height: 111px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.profile .left .user-profile .user-image .statu {
	width: 12px;
	height: 12px;
	background-color: red;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 9px;
}
.profile .left .user-profile .user-image .statu.online {
	background-color: #53ba2a;
}
.profile .left .user-profile h3 {
	font-size: 21px;
	font-weight: 600;
	color: #787878;
	padding: 15px 0 10px;
}
.profile .left .user-profile .country {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #787878;
	padding-bottom: 15px;
}
.profile .left .user-menu {
	border-top: 1px solid #e6e6e5;
	margin-top: 15px;
}
.profile .left .user-menu li {
	border-bottom: 1px solid #e6e6e5;
}
.profile .left .user-menu li a {
	display: block;
	padding: 15px 15px 15px 50px;
	font-size: 13px;
	font-weight: 600;
	color: #787878;
	position: relative;
	transition: all 300ms;
}
.profile .left .user-menu li a .fa, .profile .left .user-menu li a .icon {
	font-size: 17px;
	position: absolute;
	top: 14px;
	left: 20px;
	color: #bcb8b8;
	transition: all 300ms;
}
.profile .left .user-menu li a:hover {
	color: #53aeb1;
}
.profile .left .user-menu li a:hover .fa {
	color: #53aeb1;
}
.profile .left .user-menu li.active a {
	color: #53aeb1;
}
.profile .left .user-menu li.active a .fa {
	color: #53aeb1;
}
.profile .right {
	float: right;
	width: 932px;
	border-left: 2px solid #f1f1f1;
	min-height: 500px;
}
.profile .right .inner {
	padding: 0 15px 20px;
}
.profile .right .head {
	height: 67px;
	border-bottom: 1px solid #f1f1f1;
}
.profile .right .head h3 {
	line-height: 67px;
	font-size: 21px;
	color: #787878;
	text-indent: 15px;
}
.profile .right .head .head-right {
	float: right;
}
.profile .right .head .head-right ul {
	float: right;
}
.profile .right .head .head-right ul li {
	float: left;
	border-left: 1px solid #e6e6e5;
}
.profile .right .head .head-right ul li a {
	display: block;
	height: 47px;
	padding: 10px 0;
	text-align: center;
	width: 125px;
	font-size: 13px;
	font-weight: 600;
	color: #787878;
}
.profile .right .head .head-right ul li a span {
	display: block;
	font-size: 18px;
	padding: 5px 0;
}
.profile .right .head .head-right ul li a:hover {
	color: #53aeb1;
}
.profile .right .head .head-right .follow {
	float: right;
	margin-right: 24px;
	position: relative;
	top: 21px;
}
.profile .right .feeds li {
	padding: 10px;
	border-bottom: 1px solid #e6e6e5;
	overflow: hidden;
}
.profile .right .feeds li .user-image {
	float: left;
}
.profile .right .feeds li .user-image img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.profile .right .feeds li .feed-text {
	display: block;
	padding: 6px 10px 6px 65px;
	font-size: 14px;
	font-weight: 600;
	color: #787878;
	line-height: 21px;
}
.profile .right .feeds li .feed-text a {
	color: #53aeb1;
}
.profile .right .feeds li .feed-text .date {
	display: block;
	font-weight: normal;
	color: #bcb8b8;
	padding-top: 3px;
}
.profile .right .load-more {
	height: 43px;
	line-height: 43px;
	background-color: #ededeb;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
	display: block;
	transition: all 300ms;
}
.profile .right .load-more:hover {
	background-color: #53aeb1;
	color: #fff;
}
.profile .right .profile-list {
	padding-top: 10px;
	margin-bottom: 20px;
}
.profile .right .profile-list li {
	overflow: hidden;
	line-height: 20px;
	color: #787878;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #f1f1f1;
	padding: 11px 0;
}
.profile .right .profile-list li span {
	float: left;
}
.profile .right .profile-list li span.name {
	width: 115px;
	color: #53aeb1;
	text-indent: 12px;
}
.profile .right .profile-list li span.tp {
	width: 15px;
	color: #53aeb1;
}
.profile .right .profile-list li span.text {
	width: 750px;
}
.profile .right .profile-list li:last-child {
	border-bottom: 0;
}
.profile .right .tv-list {
	padding-top: 20px;
}
.profile .right .tv-list ul li {
	margin-right: 19px;
}
.profile .right .tv-list ul li:nth-child(5) {
	margin-right: 19px;
}
.profile .right .tv-list ul li:nth-child(4n) {
	margin-right: 0;
}
.profile .right .tv-list ul li .delete-favorite {
	position: absolute;
	width: 152px;
	height: 29px;
	background-color: #53aeb1;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 29px;
	top: 41px;
	left: 26px;
	display: none;
}
.profile .right .tv-list ul li a:hover .delete-favorite {
	display: block;
}
.profile .right .friend-list {
	overflow: hidden;
	padding: 5px 0 15px 0;
}
.profile .right .friend-list ul li {
	float: left;
	width: 100px;
	margin-right: 60px;
}
.profile .right .friend-list ul li a {
	padding: 20px 0 35px;
	display: block;
	color: #787878;
	position: relative;
}
.profile .right .friend-list ul li a img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.profile .right .friend-list ul li a .title {
	display: block;
	padding-top: 7px;
	text-align: center;
}
.profile .right .friend-list ul li a:hover {
	color: #53aeb1;
}
.profile .right .friend-list ul li a:hover .delete-follow {
	display: block;
}
.profile .right .friend-list ul li a .delete-follow {
	display: none;
	font-size: 13px;
	padding: 0;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.profile .right .friend-list ul li:nth-child(6n) {
	margin-right: 0;
}
.btn-dark {
	background-color: #979696;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	transition: all 300ms;
}
.btn-dark:hover {
	background-color: #53aeb1;
}
.actor-top {
	margin-bottom: 42px;
}
.actor {
	overflow: hidden;
	padding: 20px 10px;
}
.actor .title {
	margin-bottom: 16px;
	border-bottom: 1px solid #e6e6e5;
	height: 63px;
}
.actor .title .buttons {
	float: right;
	position: relative;
	top: 8px;
}
.actor .title .buttons a {
	float: left;
	margin-left: 10px;
}
.actor .title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #787878;
	line-height: 50px;
	text-indent: 15px;
}
.actor .right {
	float: right;
	width: 800px;
	font-size: 13px;
	line-height: 21px;
	color: #787878;
}
.actor .right ul.list {
	padding-bottom: 20px;
}
.actor .right ul.list li {
	overflow: hidden;
}
.actor .right ul.list li span {
	float: left;
}
.actor .right ul.list li span.l1, .actor .right ul.list li span.l2 {
	color: #53aeb1;
}
.actor .right ul.list li span.l1 {
	width: 115px;
}
.actor .right ul.list li span.l2 {
	width: 12px;
}
.actor .right .text {
	padding-bottom: 25px;
}
.actor .right p {
	padding-bottom: 12px;
}
.actor .right .share {
	float: right;
}
.actor .right .links a {
	float: left;
	margin-right: 15px;
}
.actor .left {
	float: left;
	width: 336px;
}
.actor .left .actor-image {
	overflow: hidden;
	margin-bottom: 10px;
}
.actor .left .actor-image img {
	width: 100%;
}
.diff-title {
	margin-bottom: 16px;
	border-bottom: 1px solid #e6e6e5;
	height: 63px;
}
.diff-title .buttons {
	float: right;
	position: relative;
	top: 8px;
}
.diff-title .buttons a {
	float: left;
	margin-left: 10px;
}
.diff-title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #787878;
	line-height: 50px;
	text-indent: 15px;
}
.title-diff {
	position: relative;
	padding-left: 180px;
}
.title-diff .time {
	width: 108px;
	height: 73px;
	background: #53aeb1;
	position: absolute;
	top: -10px;
	left: 0;
}
.title-diff .time .day {
	font-size: 14px;
	color: #97d2d4;
	font-weight: 600;
	position: absolute;
	top: -5px;
	right: 10px;
}
.title-diff .time .hour {
	font-size: 36px;
	color: #97d2d4;
	font-weight: 600;
	position: absolute;
	top: 22px;
	right: 8px;
}
.title-diff .time .channel-image {
	position: absolute;
	top: 9px;
	right: -75px;
	width: 80px;
	text-align: center;
}
.fragman-ready {
	padding: 100px 0;
	text-align: center;
	font-size: 50px;
	color: #e6e6e2;
}
.channels {
	overflow: hidden;
	margin-top: 29px;
}
.channels .channel-widget {
	float: left;
	margin-right: 29px;
	margin-bottom: 29px;
}
.channels .channel-widget:nth-of-type(4n) {
	margin-right: 0;
}
.channel-widget {
	width: 223px;
	background: #fff;
	border-bottom: 1px solid #d5d5d3;
	box-shadow: 0 1px 2px 0 #dbdbd9;
}
div#rateYo{float: right;margin: 24px 5px 0px 0px;}
.channel-widget .image {
	height: 111px;
	text-align: center;
}
.channel-widget .image img {
	position: relative;
	top: 28px;
}
.channel-widget .title {
	height: 39px;
	line-height: 39px;
	background: #53aeb1;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.channel-widget ul {
	padding: 10px 8px 2px;
	height: 390px;  overflow: auto;
}
.channel-widget ul li {
	padding-bottom: 8px;
}
.channel-widget ul li a {
	display: block;
	line-height: 24px;
	font-size: 13px;
	color: #787878;
	transition: all 300ms;
}
.channel-widget ul li a .time {
	display: inline-block;
	height: 24px;
	background: #53aeb1;
	color: #fff;
	padding: 0 6px;
	margin-right: 5px;
}
.channel-widget ul li a:hover {
	color: #222;
}
.channel-widget .all-view {
	display: block;
	height: 36px;
	border-top: 1px solid #e6e6e5;
	text-align: center;
	color: #aeaeae;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	transition: all 300ms;
}
.channel-widget .all-view:hover {
	background: #53aeb1;
	color: #fff;
}
.messages {
	overflow: hidden;
}
.messages .right {
	float: right;
	width: 899px;
	height: 535px;
	position: relative;
}
.messages .right .head {
	line-height: 67px;
	border-bottom: 1px solid #e6e6e5;
}
.messages .right .head h2 {
	float: left;
	font-size: 21px;
	color: #787878;
	padding-left: 25px;
}
.messages .right .head .writing {
	font-size: 14px;
	color: #bcb8b8;
	padding-left: 12px;
}
.messages .right .head .delete-conversation {
	float: right;
	position: relative;
	top: 18px;
	right: 20px;
}
.messages .right .write-message {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 839px;
	height: 44px;
	background-color: #e6e6e5;
	padding: 20px 30px;
}
.messages .right .write-message textarea {
	height: 44px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #b0abab;
	line-height: 20px;
	resize: none;
	overflow: auto;
}
.messages .right .write-message button {
	position: absolute;
	top: 33px;
	right: 43px;
	color: #53aeb1;
	background-color: transparent;
	cursor: pointer;
}
.messages .right .conversations {
	width: 870px;
	margin: 0 auto;
	margin-top: 11px;
	overflow: hidden;
	position: relative;
	height: 355px;
}
.messages .right .conversations .ps-scrollbar-y-rail {
	opacity: 1;
	background-color: #ededeb;
	width: 7px;
}
.messages .right .conversations .ps-scrollbar-y-rail div {
	background-color: #53aeb1;
	width: 7px;
}
.messages .right .conversations ul {
	padding: 15px;
}
.messages .right .conversations ul li {
	overflow: hidden;
	margin-bottom: 20px;
}
.messages .right .conversations ul li .user-image {
	float: left;
}
.messages .right .conversations ul li .user-image img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.messages .right .conversations ul li .message-content {
	padding-left: 65px;
}
.messages .right .conversations ul li .message-content div {
	float: left;
}
.messages .right .conversations ul li .message-content div h2 {
	padding-top: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #787878;
	padding-bottom: 5px;
}
.messages .right .conversations ul li .message-content div h2 span {
	color: #bcb8b8;
	font-weight: normal;
	padding-left: 5px;
}
.messages .right .conversations ul li .message-content div p {
	font-size: 14px;
	line-height: 21px;
	color: #787878;
}
.messages .right .conversations ul li:last-child {
	margin-bottom: 0;
}
.messages .left {
	width: 247px;
	padding: 15px 11px 10px;
	float: left;
	border-right: 2px solid #f1f1f1;
}
.messages .left .search {
	margin-bottom: 14px;
	height: 46px;
	width: 100%;
	position: relative;
}
.messages .left .search input {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #9e9e9e;
	line-height: 46px;
	background-color: #ededeb;
}
.messages .left .search button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ededeb;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #9e9e9e;
}
.messages .left .users-list {
	height: 450px;
	overflow: hidden;
	position: relative;
}
.messages .left .users-list ul li {
	margin-bottom: 14px;
}
.messages .left .users-list ul li a {
	display: block;
	overflow: hidden;
}
.messages .left .users-list ul li a .user-image {
	float: left;
	margin-right: 15px;
	font-size: 0;
	position: relative;
}
.messages .left .users-list ul li a .user-image .statu {
	width: 12px;
	height: 12px;
	background-color: red;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	top: 1px;
	left: 5px;
}
.messages .left .users-list ul li a .user-image .statu.online {
	background-color: #53ba2a;
}
.messages .left .users-list ul li a .user-image img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.messages .left .users-list ul li a .username {
	font-size: 14px;
	color: #787878;
	display: block;
	padding-top: 18px;
}
.messages .left .users-list ul li a:hover .username {
	color: #53aeb1;
}
.messages .left .users-list ul li.active a .username {
	color: #53aeb1;
}
.messages .left .users-list ul li:last-child {
	margin-bottom: 0;
}
.messages .left .users-list .ps-scrollbar-y-rail {
	opacity: 1;
	background-color: #ededeb;
	width: 7px;
}
.messages .left .users-list .ps-scrollbar-y-rail div {
	background-color: #53aeb1;
	width: 7px;
}
.base-color {
	color: #53aeb1;
}
.premium-text {
	padding: 20px 0;
}
.premium-text > div {
	padding-bottom: 14px;
	color: #787878;
	font-size: 14px;
}
.buttonsWrap {
	display: block;
	float: left;
	margin: 0 0 0 -110px;
	background-color: #f9f9f9;
	width: 70px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 1px solid #ccc
}
.tweetBtn, .facebookBtn, .stumbleUponBtn .googleplusBtn {
	display: block;
	margin-left: 9px;
	float: center
}
.facebookBtn {
	margin: 5px 0 5px 7px
}
.googleplusBtn {
	margin: -5px 0 0 12px
}







.programlar-right {
	margin-bottom: 15px;
}
.programlar-right h3{
	font-size: 14px; font-weight: bold; color: #53aeb1; padding-bottom: 12px;
}
.programlar-right .days {
	height: 50px;
}
.programlar-right .days li {
	float: left;
	width: 20%;
}
.programlar-right .days li a {
	display: block;
	border-right: 1px solid #dbdbd9;
	font-size: 12px;
	font-weight: 600;
	position: relative;
}
.programlar-right .days li a .title {
	display: block;
	height: 25px;
	background-color: #53aeb1;
	color: #fff;
	text-align: center;
	line-height: 25px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.programlar-right .days li a .date {
	color: #787878;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
}
.programlar-right .days li a .arrow {
	background: url(../resim/arrow-bg2.png) no-repeat;
	width: 20px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	display: none;
}
.programlar-right .days li.active a .date {
	color: #53aeb1;
}
.programlar-right .days li.active a .arrow {
	display: block;
}
.programlar-right .program-list-inner li {
	/* height: 118px; */
	margin-bottom: 7px;
}
.programlar-right .program-list-inner li a {
	display: block;
	padding: 5px;
	background-color: #fff;
	transition: all 300ms;
	overflow: hidden;
}
.programlar-right .program-list-inner li a .live-watch {
	position: relative;
	top: 8px;
	right: 7px;
}
.programlar-right .program-list-inner li a:hover {
	background-color: #53aeb1;
}
.programlar-right .program-list-inner li a:hover .detail {
	color: #fff;
}
.programlar-right .program-list-inner li a:hover .detail .title {
	color: #fff;
}
.programlar-right .program-list-inner li a img {
	width: 70px;
	height: auto;
	float: left;
	margin-right: 5px;
}
.programlar-right .program-list-inner li a .time {
	margin-right: 6px;
	float: left;
	height: 108px;
	background-color: #53aeb1;
	color: #fff;
	width: 51px;
	text-align: center;
	padding: 0 5px;
}
.programlar-right .program-list-inner li a .time span {
	position: relative;
	top: 50%;
	display: block;
	line-height: 20px;
	font-size: 13px;
}
.programlar-right .program-list-inner li a .detail {
	float: left;
	/* width: 550px; */
	/* font-size: 13px; */
	color: #787878;
	/* line-height: 20px; */
}
.programlar-right .program-list-inner li a .detail span {
	display: block;
}
.programlar-right .program-list-inner li a .detail .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #53aeb1;
	line-height: 22px;
	padding: 5px 0;
}
.programlar-right .all-view{
	 display: block;
    height: 36px;
    border-top: 1px solid #e6e6e5;
    text-align: center;
    color: #aeaeae;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    transition: all 300ms;
}
.tv-list > ul{
	margin-left:-30px;
}
ul#sayfalama {
    display: table;
    margin: 20px auto 0;
	font-family: open sans,Arial;
}
ul#sayfalama>li {
    float: left;
}
ul#sayfalama>li>a {
    padding: 8px 10px;
    background-color: #cacaca;
    color: #5c5c5c;
    font-weight: 600;
    display: block;
    margin: 3px 5px;
    font-size: 12px;
}
ul#sayfalama>li>a.aktif {
    background-color: #53aeb1;
    color: #fff;
}
.image > img {
    height: 57px;
}
.aramatus {
    display: none;
}
.menutus {
    display: none;
}
.ayayin {
    float: right;
    font-size: 15px;
    font-weight: 600;
}
.ayayin a{
    margin: 34px 5px;
    padding: 5px;
    float: left;
    color: #787878;
}
.ayayinaktif{
	color:#53aeb1 !important;
	cursor:default;
}
.yayinakisi {height: auto;cursor:default;}

ul#yayinakisi {
    float: none;
    padding-top: 5px;
    padding-left: 5px;
}

ul#yayinakisi li {
    float: none;
    font-size: 13px;
    padding: 5px;
    font-weight: 600;
}

.yayinakisi h2 {
    line-height: 40px;
    text-indent: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #787878;
    border-bottom: solid 1px #d9e2e4;
}

.yayinakisi b {
    color: #4a9aad;
}

li.suanda {background-color: #f9f9f9;color: #4a9ab7;}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 0;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.06);
    cursor:default;
}
.alert-danger {
    color: #fff;
    background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+SWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz48cGF0aCBkPSdNMTAgNWMuNTUgMCAxIC40NSAxIDF2NGMwIC41NS0uNDUgMS0xIDFzLTEtLjQ1LTEtMXYtNGMwLS41NS40NS0xIDEtMXptLS4wMS01Yy01LjUyIDAtOS45OSA0LjQ4LTkuOTkgMTBzNC40NyAxMCA5Ljk5IDEwYzUuNTMgMCAxMC4wMS00LjQ4IDEwLjAxLTEwcy00LjQ4LTEwLTEwLjAxLTEwem0uMDEgMThjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4em0xLTNoLTJ2LTJoMnYyeicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdub256ZXJvJy8+PC9zdmc+) 20px no-repeat rgb(75 166 169);
}
.mobidestek{
    padding: 16px 20px 40px 20px;
    padding-left: 50px;
	line-height: 18px;
}
.section-heading {
    padding: 10px 0 5px;
    margin-bottom: 5px;
}
.pt-xs {
    padding-top: 5px!important;
}
.space-flex-end {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.ui.button.icon {
    padding: 0 10px;
}
.ui.button.icon .mofycon {
    position: inherit;
    top: auto;
    margin-left: 0;
    margin-right: 0;
    fill: #fff;
    width: 14px;
    height: 16px;
}
.space-flex-end .button {
    margin-left: 5px;
    line-height: 30px;
}

@media screen and (max-width:680px){
	.container{
		width:100%;
	}
	.header{
		height:auto;
	}
	.header h1.logo{
		float: none;
		margin:10px 0px;
		text-align:center;
	}
	.header h1.logo > a{
		display: inline-block;
	}
	.header{
		background:#fff;
	}
	.tv-list ul li{
		width: 44%;
		margin: 15px 3%;
	}
	.tv-list ul li a{
		width: 100%;
	}
	.footer .top{
		height:auto;
	}
	.footer{
		height:auto;
		padding:10px;
	}
	.footer .alt h1.logo,.related-channels,.search,.menu,.header .left{
		display:none;
	}
	.left-content,.right-content{
		float:none;
		width:100%;
	}
	.left-content .player{
		height:350px;
	}
	.tv-list > ul{
		margin-left:0px;
	}
	.menutus {
		position: absolute;
		top: 20px;
		left: 15px;
		font-size: 25px;
		color: #5c5c5c;
		display: block;
		cursor: pointer;
	}
	.aramatus {
		position: absolute;
		top: 20px;
		right: 15px;
		font-size: 25px;
		color: #5c5c5c;
		display: block;
		cursor: pointer;
	}
	.header .menu li{
		float:none;
	}
	.left-content .channel-detail div.title{
		height:130px !important;
	}
	.ayayin{
		width:100%;
		border-bottom: 1px solid #e6e6e5;
	}
	.ayayin a{
		margin: 10px 5px !important;
	}
}