@import url("episodes.css");

@font-face {
    font-family: 'ArmFont';
    src: url('fonts/arnamu-webfont.eot');
    src: url('fonts/arnamu-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arnamu-webfont.woff') format('woff'),
    url('fonts/arnamu-webfont.ttf') format('truetype'),
    url('fonts/arnamu-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'ArmFont';
    src: url('fonts/arnamu_bold-webfont.eot');
    src: url('fonts/arnamu_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arnamu_bold-webfont.woff') format('woff'),
    url('fonts/arnamu_bold-webfont.ttf') format('truetype'),
    url('fonts/arnamu_bold-webfont.svg#webfont') format('svg');
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt;
    font-family: 'Lato', 'ArmFont', sans-serif;
    background: #e2e2e2;
}

a {
    color: #2499d3;
    text-decoration: none;
}

a:hover {
    color: #1c77a4;
    text-decoration: underline;
}

#page {
    background: white;
    max-width: 1600px;
    box-shadow: 0px 0px 5px 5px #ccc;
}

#content {
    padding: 0;
    background: #fff;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#mainmenu {
    background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
    padding: 6px 20px 5px 20px;
    margin: 0px;
}

#mainmenu ul li {
    display: inline;
}

#mainmenu ul li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #6399cd;
    background-color: #EFF4FA;
    text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet {

}

.portlet-decoration {
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #EFFDFF;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

/********************************************************************/

#header {
    margin: 0;
    padding: 0;
    position: relative;
}

#logo {
    width: 130px;
    height: 30px;
    background: url(/images/logo.png) no-repeat center center;
    float: left;

    margin-right: 70px;
}

.navigation-cont {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 556;
}

#navigation-background-wrapper {
    width: 100%;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
}

#navigation-background {
    max-width: 1600px;
    margin: auto;
    transition: all 0.5s;
    height: 70px;
    background-image: url(/images/transparent.png);
    background-position: 0 -70px;
}

#navigation-background.active {
    background-position: 0 0;
}

.navigation.opened {
    background-color: rgba(0, 0, 0, 0.5);
}

.navigation-menu ul.genres, .navigation-menu ul.genres ul.programs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-menu div.genres-section {
    display: none;
}

.navigation-menu ul.channels, .navigation-menu ul.channels ul.programs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-menu div.section-view-all {
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    margin: 20px -30px -20px -30px;
}

.navigation-menu div.section-view-all a {
    font-family: Roboto;
    font-size: 18px;
    color: #ffc600;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.navigation-menu ul.genres li, .navigation-menu ul.channels li {
    float: left;
    padding: 0;
    margin: 0;
    color: #b5b5b5;
    font-size: 22px;
}

.navigation-menu ul.genres ul.programs li,
.navigation-menu ul.channels ul.programs li {
    display: block;
    float: none;
    padding: 8px 0;
}

.navigation-menu ul.genres ul.programs li a.program,
.navigation-menu ul.channels ul.programs li a.program {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

#header .slide-show {
    width: 100%;
}

.header-bottom {
    width: 100%;
    height: 102px;
    background: url(/images/transparent1.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-bottom .program-name {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    text-shadow: -1px 1px #000;
    text-decoration: none;
}

.menu-switch {
    position: absolute;
    top: -30px;
    left: 390px;
}

.menu-switch .genres-switch, .menu-switch .channels-switch {
    float: left;
    width: 107px;
    line-height: 29px;
    background-image: url(/images/show-switch.png);
    text-align: center;
    color: #fff;
    text-decoration: none
}

.menu-switch .channels-switch {
    width: 102px;
    margin-left: 1px;
    background-position: -107px -29px;
}

.menu-switch .channels-switch {
    width: 102px;
    margin-left: 1px;
}

.menu-switch .channels-switch {
    background-position: -107px 0;
}

.menu-switch .channels-switch.active {
    background-position: -107px -29px;
}

.menu-switch .genres-switch {
    background-position: 0 -29px;
}

.menu-switch .genres-switch.active {
    background-position: 0 0;
}

.episode-header {
    background: #383838;
    text-align: center;
    padding: 100px 0 0 0;
}

.episode-header .video {
    padding: 20px 20px 25px 20px;
    position: relative;

}

.facebooklike {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 50%;
    margin-left: 320px;
    width: 90px;
}

.episode-header .info {
    width: 850px;
    margin: auto;
    padding-bottom: 50px;

}

.episode-header .info .description {
    float: left;
}

.episode-header .info .channel {

}

.episode-header .info .titles {
    float: left;
    margin-left: 10px;
    text-align: left;
}

.episode-header .info .titles .program-name {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.episode-header .info .titles .episode-name {
    font-size: 34px;
    line-height: 45px;
    color: #c6c6c6;
}

.episode-header .info .date {
    border: 1px solid #000;
    padding: 1px;
    float: left;
}

.episode-header .info .date .month {
    background: #1a1a1a;
    color: #fff;
    font: 17px "Arial";
    font-weight: bold;
}

.episode-header .info .date .day {
    background: #090909;
    color: #fff;
    font: 50px "Arial";
    font-weight: bold;
    line-height: 50px;
    padding: 0 5px;
}

.intro {
    background-color: #fff;
    position: relative;
}

.intro .shadow-bottom {
    background: #f0f0f0 url(/images/shadow-bottom.png) center center no-repeat;
    height: 27px;
}

.intro.grey {
    background-color: #f0f0f0;
}

.intro.grey .shadow-bottom {
    background-color: #fff;
}

.centered-content {
    width: 768px;
    margin: auto;
}

.centered-comments {
    width: 980px;
    margin: auto;
}

.centered-banner {
    width: 728px;
    margin: auto;
}

.episode-info {
    padding: 0 0 20px 0;
}

.episode-description {
    font: 14px Arial;
    line-height: 24px;
}

.custom-page-title {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    text-align: left;
}

.page-title {
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 150px;
}

.page-title.all-news {
    background-image: url(/images/all-news.png);
}

.page-title.all-shows {
    background-image: url(/images/all-shows.png);
}

.page-title.all-music {
    background-image: url(/images/all-music.png);
}

.page-title.sign-up {
    background-image: url(/images/sign-up.png);
}

.page-title.all-channels {
    background-image: url(/images/all-channels.png);
}

.context-menu, .favorite-menu {
    padding: 20px;
    box-shadow: 0 0 10px -2px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    display: none;
    width: 225px;
    height: 280px;
    text-align: center;

}

.context-menu .thumb {
    margin: 0;
}

.context-menu .arrow, .favorite-menu .arrow {
    background: url(/images/menu-arrow.png);
    width: 24px;
    height: 32px;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -16px;
}

.context-menu.reversed .arrow {
    left: auto;
    right: -24px;
    background: url(/images/menu-arrow-reversed.png);
}

.context-menu .program-name {
    font-size: 16px;
    text-align: left;
    display: block;
    color: #666;
}

.context-menu a.program-name:hover {
    color: #111;
    text-decoration: none;
}

.context-menu .program-description {
    font-size: 12px;
    text-align: left;
}

.context-menu .air-date {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.context-menu .channel-logo {
    padding: 20px 0 10px 0;
}

#genre-selector {
}

.account-status {
    float: right;
}

.user {
    position: relative;
    font-family: "Lato";
}

.user > .name {
    padding-left: 25px;
    font-size: 18px;
    background: url(/images/account.png) no-repeat left center;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.user > .menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.user:hover > .menu {
    display: block;
    white-space: nowrap;
}

.user > .menu > a {
    display: block;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.user > .menu > a:hover {
    color: #ffc600;
}

.account-status span {
    margin-right: 10px;
}

.fb-login {
    background: url(/images/fblogin.png);
    display: inline-block;
    width: 147px;
    height: 20px;
    vertical-align: middle;
    margin-top: 8px;
}

.fb_signup_button {
    background: url(/images/fbsignup.png);
    display: inline-block;
    width: 280px;
    height: 41px;
    vertical-align: middle;
}

.signup-caption {
    font: 16px Arial;
    font-weight: bold;
    padding: 30px 0 10px 0;
}

.social-bar-white,
.social-bar {
    white-space: nowrap;
}

.social-bar a, .social-bar span {
    background: url(/images/social.png) no-repeat;
    padding-left: 25px;
    line-height: 20px;
    display: inline-block;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 30px;
}

.social-bar-white a, .social-bar-white span {
    background: url(/images/social_white.png) no-repeat;
    padding-left: 25px;
    line-height: 20px;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 30px;
}

.social-bar-white a:hover,
.social-bar a:hover {
    color: #333;
}

.social-bar-white.light a:hover,
.social-bar.light a:hover {
    color: #fff;
}

.social-bar-white .fb,
.social-bar .fb {
    background-position: 0 -9px;
}

.social-bar-white .tw,
.social-bar .tw {
    background-position: 0 -37px;
}

.social-bar-white .comments,
.social-bar .comments {
    background-position: 0 -65px;
}

.social-bar-white .favorite,
.social-bar .favorite {
    background-position: 0 -93px;
}

.social-bar-white .favorite.active,
.social-bar .favorite.active {
    background-position: 0 -121px;
}

a.watch-live {
    background: url(/images/live.png) no-repeat left center;
    line-height: 40px;
    padding-left: 45px;
    margin: 50px 5px 5px 5px;
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.favorite-menu {
    font-family: Arial;
    height: 330px;
}

.favorite-menu .button {
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 223, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    text-shadow: 1px 1px #fff;

}

.favorite-menu input[type="text"] {
    font: 16px Roboto;
    font-weight: 500;
    color: #333;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 200px;
    margin: 10px 0;
    vertical-align: middle;

    background: rgb(239, 239, 239); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(32%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

h1.comments {
    color: #a2a2a2;
    padding: 20px 0;
    font-size: 25px;
    font-family: "Roboto Condensed";
}

#slider {

}

.slide-link .play {
    width: 53px;
    height: 53px;
    background: url(/images/thumb-hover.png);
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-link:hover .play {
    opacity: 1;
}

/* Global styles */
.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-centered {
    text-align: center;
}

.centered {
    margin: auto;
}

.margin5 {
    margin: 5px
}

.margin10 {
    margin: 10px
}

.white {
    background-color: #fff
}

.content-block {
    margin: 10px 0;
    padding-bottom: 20px;
}

.content-block .title {
    padding: 20px 0
}

.font30 {
    font-size: 30px;
}

/** Header **/

.page-header {
    background: #191919 url(/images/bg-watch-area.png) bottom center repeat-x;

    text-align: center;
    padding: 100px 0 0 0;

}

.page-header44 {
    background: #262626 top center repeat-x;

    text-align: center;
    padding: 100px 0 0 0;

    background: #595959; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #595959 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #595959), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #595959 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #595959 0%, #0e0e0e 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #595959 0%, #0e0e0e 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #595959 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0e0e0e', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.page-header .video {
    padding: 20px 20px 25px 20px;
    display: inline-block;
    vertical-align: middle
}

.page-header .video iframe {
    /*box-shadow: 0 0 15px #000;*/
    box-shadow: none;
}

.page-header .info {
    width: 850px;
    margin: auto;
    padding-bottom: 25px;
}

.page-header .info .date, .page-header .info .icon {
    border: 1px solid #000;
    padding: 1px;
}

.page-header .info .date .month {
    background: #1a1a1a;
    color: #fff;
    font: 17px "Arial";
    font-weight: bold;
    text-align: center;
}

.page-header .info .date .day {
    background: #090909;
    color: #fff;
    font: 50px "Arial";
    font-weight: bold;
    line-height: 50px;
    padding: 0 5px;
}

.page-header .info .title.single {
    font-size: 18px;
    color: #fff;
}

.page-header .info .title.main {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.page-header .info .title.optional {
    font-size: 34px;
    color: #c6c6c6;
    font-weight: 100;
    line-height: 34px;
}

/* Episode Page */
.episode-banner-left, .episode-banner-right {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.episode-banner-left {
    text-align: right;
}

.episode-banner-right {
    text-align: left;
}

/** Music Page **/

.artist-info {
    width: 220px;
}

.artist-bio {
    margin-left: 240px;
    text-align: left;
}

.artist-info .links {
    padding-top: 10px;
}

.artist-info .links a {
    font-size: 14px;
    font-family: Arial;
    color: #797979;
    text-decoration: none;
    display: block;
}

/** Movie Page **/
.page-header .info .date, .page-header .info .icon.movie {
    width: 68px;
    height: 68px;
    background: url(/images/movie-icon.png) no-repeat center center;
}

.movie-info {
    width: 220px;
    font-size: 14px;
    font-family: Arial;
    color: #797979;
}

.movie-details {
    margin-left: 240px;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
    color: #797979;
}

.movie-director, .movie-writer, .movie-stars {
}

.movie-story {
    margin-top: 20px;
}

/** News **/

.page-header .info .channel {
    float: right;
}

/** Profile **/

.page-title.profile {
    background-image: url(/images/profile.png);
}

.profile-block {
    width: 400px;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    font-family: Arial !important;
    padding: 10px;
}

.profile-block.active {
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
}

.profile-block .title {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
}

.profile-block a.form-edit {
    float: right;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.profile-block .fields-edit .row {
    padding: 3px 0;
}

.profile-block .fields-edit .row > label {
    text-align: right;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.profile-block .fields-edit {
    display: none;
}

.profile-block .fields-edit input[type='text'] {
    font-size: 12px;
    width: 250px;
}

.profile-block .fields-edit .cell {
    display: inline-block;
}

.profile-block .fields-edit .opt {
    display: inline-block;
}

.profile-block .fields-edit a.confirm, .profile-block .fields-edit a.cancel {
    background: rgb(153, 153, 153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 153, 153, 1)), color-stop(100%, rgba(102, 102, 102, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0); /* IE6-9 */

    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: Roboto;
}

/** Navigation **/

.navigation {
    width: 1100px;
    margin: auto;
    padding: 20px 30px 0 30px;
}

.navigation-menu {
    display: none;
    color: #fff;
    padding-top: 4px;
    position: relative;
}

.navigation-menu .channel-table {
    margin: -4px -30px 0 -30px;
}

.navigation-menu .channel-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #3d3c3a;
    border-left: 0;
    border-right: 0;
    margin-bottom: 1px;
}

.navigation-menu .channel-table .channel-logo a {
    line-height: 70px;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    background: url(/images/menu-channel-bg.png) repeat-x;

}

.navigation-menu .channel-table .channel-logo img {
    padding-top: 10px;
}

.navigation-menu .channel-table tbody td {
    padding: 10px 1px 0 1px;
    vertical-align: top;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navigation-menu .channel-table tbody td:hover {
    background: #0d0b08;
}

.navigation-menu .channel-table tbody td:hover > div.view-all {
    opacity: 1;
}

.navigation-menu .channel-table table td:not(:last-child), .navigation-menu .channel-table table th:not(:last-child) {
    border-right: 1px solid #3d3c3a;
}

.navigation-menu .program-list > a {
    display: block;
    font-size: 14px;
    color: #919191;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 23px;
}

.navigation-menu .program-list > a:hover {
    border-left: 3px solid #8dc63f;
    padding-left: 20px;
    color: #fff;
}

.navigation-menu .channel-table .genres {
    background: url(/images/menu-genre-bg.png) repeat-x;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    font-family: 'Roboto Condensed';
}

.navigation-menu .channel-table .genres > a {
    color: #8c8c8c;
    text-decoration: none;
    font-weight: 700;
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
}

.navigation-menu .channel-table .genres > a:hover {
    color: #fff;
}

.navigation-menu .channel-table .genres a.all-channels {
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 1px 3px;
}

.navigation-menu .channel-table .genres a.all-channels:hover {
    background: rgba(255, 255, 255, 0.3);
}

.navigation-menu div.view-all {

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.navigation-menu div.view-all a {
    font-size: 10px;
    line-height: 25px;
    text-decoration: none;
    color: #f9ed32;
    display: block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}

.navigation-menu div.view-all a:hover {
    background: url(/images/menu-viewall-bg.png) repeat-x;
}

.navigation-menu div.view-all a span {
    width: 10px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/view-all-arrow.png) center 6px no-repeat;
}

.navigation-links {
    margin-right: 70px;
    float: left;
    height: 49px;
}

.navigation-links a {
    margin-right: 25px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #c6c6c6;
    text-decoration: none;
    padding-bottom: 20px;
    line-height: 34px;
}

.navigation-links a:hover {
    color: #fff;
}

#all-shows-button.active {
    border-bottom: 6px solid #8dc63f;
    padding-bottom: 14px;
    color: #fff;
}

/** Footer **/

#footer {
    padding: 50px;
    margin: 0;
    border-top: 10px solid #e2e2e2;
}

#footer a {
    font-size: 14px;
    font-family: Arial;
    color: #282828;
    padding: 5px 10px;
    margin: 5px 10px;
    text-decoration: none;
}

/* Custom Slide */

.block-cont .list .sub-cont {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 20px;
}

.block-cont .list .sub-cont.current {

    position: relative;
}

.block-cont .list .sub-cont.current .watching-current {
    background: url(../images/watching.png) top left no-repeat;
    display: block;
    width: 220px;
    z-index: 1;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 1px;
}

.news-block .block {

}

.news-block .list .sub-cont {
    float: left;
    vertical-align: top;
}

.thumb {
    width: 220px;
    height: 125px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;

}

.block {
    margin: auto;
    overflow-x: hidden;
}

.block-cont {
    position: relative;
}

.block-title {
    margin: 10px 10px;
    line-height: 30px;
    min-width: 810px;
    position: relative;
}

.block-title .title {
    font-size: 30px;
    font-weight: 100;
    color: #555555;
}

.block-title a.title:hover {
    text-decoration: none;
    color: #8dc63f;
}

.block .list {
    white-space: nowrap;
    overflow: hidden;
    padding-top: 6px;
}

.block .list div.list-block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.block a.view-all {
    font-size: 12px;
    text-decoration: none;
    font-family: "Lato", Arial;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 19px;
    padding-right: 25px;
    color: #424852;
    background: url(/images/arrow_dark.png) right 18px no-repeat;

}

.block a.view-all:hover {
    color: #999;
}

.thumb.news:hover {

    text-decoration: none;
}

.thumb > img.lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/loader.gif) no-repeat center center;
}

.thumb .play, .slids .play {
    width: 53px;
    height: 53px;
    background: url(/images/thumb-hover.png);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

.thumb:hover .play, .slids:hover .play {
    opacity: 1;
}

.thumb.big {
    width: 460px;
    height: 270px;
}

.thumb .new-ribbon {
    width: 70px;
    height: 66px;
    background: url(/images/new-ribbon-small.png);
    position: absolute;
    left: 0;
    top: -4px;
}

.thumb.big .new-ribbon {
    width: 101px;
    height: 95px;
    background: url(/images/new-ribbon.png);
    position: absolute;
    left: 0;
    top: -6px;
}

.thumb.news {
    width: 220px;
    padding: 3px;
    height: 300px;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    margin-left: 3px;
    margin-right: 10px;
    white-space: normal;
    line-height: 14px;
}

.thumb.movie {
    width: 220px;
    height: 318px;
}

.thumb.news .image {
    display: block;
    width: 220px;
    height: 120px;
    position: static;
}

.block .list div.list-block .thumb {
    float: left;
    margin-bottom: 20px;
}

.thumb div.info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/images/thumb-info-bg.png);
    height: 49px;
}

.thumb div.episode-name {
    color: #c6c6c6;
    font: 12px "Arial";
    line-height: 18px;
    text-align: left;
    white-space: normal;
}

.thumb .program-name {
    color: #fff;
    font: 14px "Arial";
    line-height: 18px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.thumb div.info div.titles {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding-right: 40px;
}

.thumb div.info div.date {
    position: absolute;
    bottom: 2px;
    right: 4px;
    color: rgba(255, 255, 255, 0.3);
}

.thumb div.info div.date span.month {
    display: block;
    font: 14px "Arial";
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}

.thumb div.info div.date span.day {
    text-align: center;
    display: block;
    font: 28px "Arial";
    font-weight: bold;
    line-height: 28px;
}

.thumb.news .news-intro {
    color: #333;
    font-size: 12px;
}

.thumb.news .news-intro .description {
    background-color: #f0f0f0;
    padding: 6px;
    background-position: right center;
    background-repeat: no-repeat;
}

.thumb.news .news-intro .intro-title {
    font-weight: bold;
    padding: 2px 6px;
}

.thumb.news .news-intro .intro-text {
    padding: 2px 6px;
}

.block .list div.list-block div.big {
    width: 460px;
    height: 270px;
}

.block-cont .left, .block-cont .right {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    height: 82px;
    width: 25px;
    cursor: pointer;
}

.block-cont .left {
    left: 20px;
    background-image: url(/images/slide-left.png);
}

.block-cont .right {
    right: 20px;
    background-image: url(/images/slide-right.png);
}

.block-cont .left:hover, .block-cont .right:hover {
    background-position: -25px;
}

.video-next {
    position: absolute;
    display: block;
    height: 82px;
    width: 25px;
    right: 0;
    top: 50%;
    margin-top: -41px;
    background-image: url(/images/slide-right.png);
    overflow: hidden;
}

.video-next span {
    color: #FFF;
    position: absolute;
    right: 35px;
    bottom: 0;
    text-transform: capitalize;
}

.video-prev {
    position: absolute;
    display: block;
    height: 82px;
    width: 25px;
    left: 0;
    top: 50%;
    margin-top: -41px;
    background-image: url(/images/slide-left.png);
    overflow: hidden;
}

.video-prev span {
    color: #FFF;
    position: absolute;
    left: 35px;
    bottom: 0;
    text-transform: capitalize;
}

.video-next:hover {
    background-image: url(/images/video-slider-right-hover.png);
    width: 204px;
}

.video-prev:hover {
    background-image: url(/images/video-slider-left-hover.png);
    width: 204px;
}

/*latest episodes tabs*/
.block-title .title,
.mini-title {
    cursor: pointer;

}

.mini-title {
    font: inherit;
    font-family: 'Roboto', sans-serif;
    color: #ccc;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 26px 5px 13px;
    margin-bottom: 8px;
}

.active-tab {
    position: relative;
    background-color: #8fc53f;
    color: #FFFFFF;

    -webkit-box-shadow: inset 0 2px 0 0 #80b439;
    -moz-box-shadow: inset 0 2px 0 0 #80b439;
    box-shadow: inset 0 2px 0 0 #80b439;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.active-tab .close {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(/images/close.png);
}

.tabs-container {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
}
