










body {
    background: white;
}

ul, ol {
    list-style:none;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111;
}
h2 {
    color: #111;

}
h3 {
    color: #111;
}
h4 {
    font-weight: bold;
    font-size: 1.2em;
}
footer {
    background: black;
    color: grey;
}

/*END BASE CSS*/
.footer-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}
.footer-social {
    font-size: 40px;
}
.footer-social a {
    color: white;
}
.footer-social a:hover, .footer-social a:focus {
    text-decoration: none;
}
p.disabled {
    color: #767676;
}
.edit-pmk-icon {
    font-size:17px;
    color: #c05800;
}
/*BOOTSTRAP OVERRIDE*/
.label {
    margin: 0px;
    padding: 0px;
    background: none;
    color: #fff;
}
.label a{
    background: #767676;
    color: #fff;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    display: inline-block;
}
.label:hover a{
    background: grey;
    color: #ececec;
}
.breadcrumb {
    color: #858585;
    background: #c05800;
    vertical-align:middle;
    line-height: 100%;
}
.breadcrumb a{
    color: #858585;
}
.breadcrumb a:hover{
    color: #858585;
    text-decoration: none;
}

.breadcrumbs_wrapper {
    margin: 0 auto;
    max-width: 1200px;
}
.breadcrumbs_color {
    background: #c05800;
}


.navbar {
    margin-bottom: 0px;
}
.navbar-brand {
    padding: 5px 5px 5px 15px;
}
.navbar-default {
    background-color: #eeeeee;
    border-color: #eeeeee;
    border: none;
}

.navbar-collapse {
    box-shadow: none;
    border: none;
}
.panel-default > .panel-heading {
    background: #ededed;
    color: #000;
}

/*END BOOTSTRAP OVERRIDE*/

.col-no-padding {
    overflow: auto;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.date, .num_views {
    text-align: right;
}
.date.mmobj {
    font-size: 1.2em;
    position: absolute;
    bottom: 10%;
    left: 180px;
    position: absolute;
    text-align: left;
}
.date.serial {
    left: 190px;
    bottom: 9%;
    position: absolute;
    font-size: 1.2em;
    text-align: inherit;
}
.header-content {
    margin: 0 auto;
    max-width: 1200px;
    color: white;
    min-height: 80px;
    padding: 15px 0px;
}
.header-content a, .mobile_header a{
    color: white;
}
.header-content .btn, .mobile_header .btn{
    color: white;
    background: #1a1a1a;
}
.info.serial {
    padding-left: 20px;
}
.info {
    float: left;
    padding-left: 10px;
    width: 100%;
    min-height: 60px;
    overflow: hidden;
    display: inline;
    word-wrap: break-word;
}
.info .title{
    font-weight: bold;
    font-size: 1em;
    max-height: 2.7em;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.info .subtitle {
    font-weight: 400;
    margin: 5px 5px;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.info-wrapper {
    overflow: hidden;
}
.language_select_wrapper {
    float: right;
    margin: 8px;
}
.language_select_wrapper .btn{
    background: none;
    border: none;
}

.main-content {
    overflow: hidden;
    background: #fff;
    min-height: 600px;
}
.main-content-wrapper {
    background: #fff;
}
.menu {
    background: #eeeeee;
    border: 0;
}
.mobile_header {
    background: #1a1a1a;
    color: white;
}
.mobile_header .navbar-toggle {
    padding: 7px 10px;
    height: 34px;
}

body.opencast-layout .main-content {
    max-width: 100%;
}
body.opencast-layout .breadcrumb_wrapper {
    max-width: 100%;
}

.mmobj_objects {
    margin-left: 3%;
}
.mmobj_serie {
    background: #ededed;
    padding: 3% 2%;
}
.mmobj_serie a {
    color: #2d699e; /* fix a11y */
}
.mmobj_serie small {
    color: #656565; /* fix a11y */
}
.number-videos.serial {
    position: absolute;
    bottom: 8%;
    right: 8%;
    color: white;
    font-size: 0.9em;
    background: rgba(0,0,0,0.65);
    padding: 1px 5px 1px 5px;
}
.parent-centering {
    text-align: center;
    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap;
}
.parent-centering:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.play_icon {
    position: absolute;
    margin: 10px;
    left: 0%;
    background: url("/bundles/pumukitwebtv/images/icons/play_icon.png") no-repeat center;
    background-size: contain;
    width: 28px;
    height: 28px;
    overflow: auto;
}
.play_icon.small {
    margin: 5px;
    width: 20px;
    height: 20px;
}
.pumukit_mmobjs{
    margin: 0 0%;
    overflow: hidden;
    color: #111;
}
.pumukit_mmobj {
    color: #111;
    height: 110px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 5px;
/*    border-radius: 10px;*/
    position: relative;
}
.pumukit_mmobj a{
    color: #111;
}
@media screen and (max-device-width: 320px) {
    .pumukit_mmobj {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.pumukit_mmobj:hover, .pumukit_mmobj:focus {
    background: #ededed;
    color: #111;
}
.pumukit_album {
    position: relative;
    float: left;
}
.row.pumukit {
    margin: 0 auto;
}
.search-box {
    margin: 8px;
}
.search-box button {
    padding: 1px 6px;
}
.search-box .input-group {
    border-radius: 8px;
    /*overflow: hidden;*/
}
.search-box .input-group input.form-control {
    border-radius: 4px;
}
#search-box-base,
#search-box-mobile
#search-box-sticky {
    border-radius: 4px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}
#search-box-base:focus,
#search-box-mobile:focus,
#search-box-sticky:focus {
    border-color: #ccc;
}
.search-form {
    margin: 10px;
    padding: 10px;
    background: #ededed;
    color: #111;
}
.search-form .input-group.date {
    width: 100%;
}
.search-form a {
    color: #2d699e; /* fix a11y */
}
.input-group-addon {
    background: white;
}
/*Thumbnails*/
.thumbnail {
    width: 164px;
    height: 94px;
}
.minimmobj {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 10px;
}
.miniinfo-wrapper {
    overflow: hidden;
}
.miniinfo {
    width: 100%;
    margin-left: 8px;
}
.miniinfo .title {
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.miniinfo .subtitle {
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.minithumbnail, .thumbnail {
    float: left;
    display: inline;
    margin-bottom:0px;
    text-align: center;
    border: 0;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #666;
    background: #F3F3F3;
    padding: 2px;
    z-index: 3;
    position: relative;
}
.minithumbnail {
    padding: 1px;
    width: 122px;
    height: 69.5px;
}
.thumbnailwrapper {
    padding-left: 0px;
    min-width: 132px;
}
.minithumbnail.bodyMm, .thumbnail.bodyMm {
    margin-bottom: 5px;
}
.thumbnail img.thumbnailimg{
    max-width: 160px;
    max-height: 90px;
}
.minithumbnail img.thumbnailimg{
    max-width: 120px;
    max-height: 67.5px;
}
.minithumbnail img.thumbnailimg, .thumbnail img.thumbnailimg{
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.thumbnailholder {
    top: 2px;
    width: 160px;
    height: 90px;
}
.active.thumbnail{
    border: 4px rgb(192, 68, 68) solid;
    padding: 0px;
}
.active .thumbnailholder {
    top: 0px;
    width: 156px;
    height: 86px;
}
.minithumbnailholder {
    top: 1px;
    width: 120px;
    height: 67.5px;
}
.minithumbnailholder, .thumbnailholder {
    position: absolute;
    background:#000;
    z-index: -1;
}
.thumbnailo:nth-child(1) {
    z-index: 3;
    position: relative;
}
.thumbnailo:nth-child(2) {
    z-index: 2;
    transform: scale(0.97);
    position: absolute;
    left: 7px;
    top: 3px;
}
.thumbnailo:nth-child(3) {
    z-index: 1;
    transform: scale(0.94);
    position: absolute;
    left: 14px;
    top: 6px;
}
.video-duration {
    position: absolute;
    top: 8%;
    left: 8%;
    color: white;
    font-size: 0.8em;
    background:rgba(0,0,0,0.65);
    padding: 1px 3px;
}
.wrapper-center {
    width: 100%;
    vertical-align: middle;
    background: #eeeeee; /* Trick to color the menu's length */
    margin: 0 auto;
    min-height: 600px;
    max-width: 1200px;
}
/*CIES*/
.announces {
    margin-top: 40px;
}
.breadcrumb {
    margin: 0px;
    border-radius: 0px;
}

.media {
    padding: 2px 2px 15px 2px;
}
.media-heading.subtitle{
    height: 1em;
    font-size: 1em;
    line-height: 1;
    overflow: hidden;
}

.media-heading.title{
    line-height: 1;
    overflow: hidden;
    height: 1em;
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.media-body .date{
    line-height: 1;
    height: 1em;
    font-size: 1em;
}
.header {
    background: #1a1a1a;
    color: white;
}
.header.sticky {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index:6;
    color: white;
}
.header.sticky.nav-up {
    top: -60px;
}
.header.sticky.nav-up {
    top: 0;
}
.img_category img{
    width: 100%;
}
.img_category{
    position: relative;
    height: 100%;
}
.img_category.two {
    height: 50%;
}

.index_widget {
    margin-top: 15px;
    margin-bottom: 15px;
}
.index_widget .index_container .img_category.two{
    position: relative;
    display: block;
    padding-top: 4.35%;
}
.index_widget .index_container a{
    position: relative;
    display: block;
    overflow: auto;
    text-decoration: none;
}
.most-viewed h2, .recently-added h2 {
    font-weight: bold;
    font-size: 2em;
}
a:hover .cover {
    background: black;
    color: #eeeeee;

}
.cover {
   background: #eeeeee;
   color: black;
   font-weight: bold;
   font-size: 120%;
   width: 100%;
   padding: 8px;
}
@media (max-width: 992px) {
   .index_container .img_category.two {
        padding-top: 12.87% !important;
    }
    .index_container .img_category {
        padding-top: 5%;
    }
}
@media (max-width: 1199px) {
    .index_container .img_category,.index_container .img_category.two {
        padding-top: 8.67% !important;
    }
}

.panel-series .panel-body, .panel-related .panel-body{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}
.powered_by {
    background: black;
    color: white;
}
.powered_by a{
    color: white;
    text-decoration: none;
}
.powered_by div {
    max-width: 1200px;
    text-align: right;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    position: relative;
}
.pumukit_announce {
    margin-top: 35px;
    overflow: auto;
}
.widget.slidebar {
    text-align: left;
    padding-top: 20px;
}
.widget.slidebar #total{
    text-align: center;
}
.widget.slidebar .element {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    color: black;
}

.pmk_menu_element {
    color: black !important;
}

.widget.slidebar .element:hover, .widget.slidebar .element.selected {
    background: #eeeeee;
    color: #eeeeee;
    margin-left: -65px;
    padding-left: 95px;
    z-index:10;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pmk_menu_element:hover {
    background: #eeeeee !important;
    color: #eeeeee !important;
}


@media (max-width: 1199px) {
    .widget.slidebar, .widget.slidebar .dropdown-menu {
        text-align: center;
    }
}
.ellipsedtext-parent {
    overflow: hidden;
    width: 100%;
    height: 120%;
}
.ellipsedtext-leftmargin {
    float: left;
    width: 2%;
    height: 100%;
}
.ellipsedtext-testwrapper {
    float: right;
    width: 98%;
}
.ellipsedtext-text {
    width: 800%;
}
.ellipsedtext-textstopper {
    width: 87.5%;
    height: 1em;
    float: right;
}
.ellipsedtext-endtext {
    display:inline-block;
    width: 87.5%;
    height: 1em;
}
.ellipsedtext-overflowdetector {
    float: right;
    width: 2%;
    height: 20%;
    position:relative;
}
.ellipsedtext-ellipse {
    position: absolute;
    top: -1.5em;
    left: 4387%;
    z-index: 2;
    padding: 0 20px 0 15px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.pumukit_mmobj:hover .ellipsedtext-ellipse {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, #ededed), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #ededed 30%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
}


h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small,
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #767676;
}

.panel-heading.chat-panel-heading .panel-heading-table,
.panel-heading.twitter-panel-heading .panel-heading-table {
    display: table;
    width: 100%;
}
.panel-heading.chat-panel-heading .panel-heading-table .panel-heading-table-row,
.panel-heading.twitter-panel-heading .panel-heading-table .panel-heading-table-row {
    display: table-row;
}
.panel-heading.chat-panel-heading .panel-heading-table .panel-heading-table-row .panel-heading-table-cell,
.panel-heading.twitter-panel-heading .panel-heading-table .panel-heading-table-row .panel-heading-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.panel-heading.chat-panel-heading .panel-heading-table .panel-heading-table-row .panel-heading-table-cell.panel-heading-image,
.panel-heading.twitter-panel-heading .panel-heading-table .panel-heading-table-row .panel-heading-table-cell.panel-heading-image {
    text-align: right;
}

.twitter-icon-heading,
.chat-icon-heading {
    height: 1em;
    float: right;
}

.widget_forbidden_error {
    text-align: center;
    margin-top: 10vh;
    font-size: 10vh;
    margin-bottom:6vh;
}

.widget_forbidden_error_message {
    text-align:center;
    margin-top: 3vh;
    font-size: 6vh;
    margin-bottom:2vh;
}

.widget_forbidden_message, .widget_unauthorized_message {
    text-align:center;
    margin-top: 3vh;
    font-size: 6vh;
    margin-bottom:6vh;
}

.widget_unauthorized_error {
    text-align: center;
    margin-top: 10vh;
    padding-top: 10vh;
    font-size: 10vh;
    margin-bottom:6vh;
}

.widget_unauthorized_error_message {
    text-align:center;
    margin-top: 3vh;
    font-size: 6vh;
    margin-bottom:2vh;
}

#player_password_check_fail {
    color: red;
    margin: 0 10px;
}

.widget_password {
    text-align: center;
    padding-top: 40px;
}

@media (min-width: 991.98px) {
    .widget_forbidden_error {
        text-align: center;
        margin-top: 10vh;
        font-size: 7vh;
        margin-bottom:6vh;
    }

    .widget_forbidden_error_message {
        text-align:center;
        margin-top: 3vh;
        font-size: 3vh;
        margin-bottom:2vh;
    }

    .widget_forbidden_message, .widget_unauthorized_message {
        text-align:center;
        margin-top: 3vh;
        font-size: 3vh;
        margin-bottom:6vh;
    }

    .widget_unauthorized_error {
        text-align: center;
        margin-top: 10vh;
        padding-top: 10vh;
        font-size: 7vh;
        margin-bottom:6vh;
    }

    .widget_unauthorized_error_message {
        text-align:center;
        margin-top: 3vh;
        font-size: 3vh;
        margin-bottom:2vh;
    }

    #player_password_check_fail {
        color: red;
        margin: 0 10px;
    }

    .widget_password {
        text-align: center;
        padding-top: 40px;
    }

    abbr, abbr[title], abbr[data-original-title] {
        text-decoration: none !important;
        border-bottom:0 !important;
    }
}


    .panel-series .current {
        background-color: #ededed;
    }



a, a:focus, a:hover {
    color: #cb0017;
}
.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.oneline.event-name {
    line-height: 50px;
}
.oneline.description {
    height: 20px;
}

/**************************************
 ************* FONTS ******************
 *************************************/
@font-face {
    font-family: 'BebasNeue';
    src: url("/bundles/pumukiturjcwebtv/fonts/BebasNeue.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts/BebasNeue.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/BebasNeue.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/BebasNeue.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/BebasNeue.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url("/bundles/pumukiturjcwebtv/fonts/OpenSans-CondLight.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts/OpenSans-CondLight.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/OpenSans-CondLight.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/OpenSans-CondLight.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/OpenSans-CondLight.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'GillSansDisplayMTPro-BdCn';
    src: url("/bundles/pumukiturjcwebtv/fonts/GillSansDisplayMTPro-BdCn.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts/GillSansDisplayMTPro-BdCn.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansDisplayMTPro-BdCn.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/GillSansDisplayMTPro-BdCn.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansDisplayMTPro-BdCn.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'GillSansMTPro-Bold';
    src: url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Bold.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts//GillSansMTPro-Bold.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Bold.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Bold.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Bold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'GillSansMTPro-Light';
    src: url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Light.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Light.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Light.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Light.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/GillSansMTPro-Light.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Verlag';
    src: url("/bundles/pumukiturjcwebtv/fonts/Verlag-Bold.eot");
    src: local(":)"), url("/bundles/pumukiturjcwebtv/fonts/Verlag-Bold.eot?#iefix") format("embedded-opentype"), url("/bundles/pumukiturjcwebtv/fonts/Verlag-Bold.woff") format("woff"), url("/bundles/pumukiturjcwebtv/fonts/Verlag-Bold.ttf") format("truetype"), url("/bundles/pumukiturjcwebtv/fonts/Verlag-Bold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("/bundles/pumukiturjcwebtv/fonts/OpenSans-Regular.ttf") format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url("/bundles/pumukiturjcwebtv/fonts/SourceSansPro-Regular.ttf") format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-style: normal;
    font-weight: 400;
}

/******** End Fonts *****************/

/**************************************
 ************* LIST *******************
 *************************************/
.ulsquare {
    list-style: none;
    padding:0;
    margin:0 0 15px;

}

ul.ulsquare li {
    margin-left: 5px;
    padding-left: 3em;
    text-indent: -18px;
}

ul.ulsquare li:before {
    color: #cb0017;
    content: "■";
    font-size: 12px;
    margin-right: 10px;
}

.ulsquare a {
    color: black;
}


/**************************************
 *************** BS *******************
 *************************************/
.pagination > li > a,
.pagination > li > span {
    color: #cb0017;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #cb0017;
    border-color: #cb0017;
}


/**************************************
 ************* URJC *******************
 *************************************/
/* General */
body{
    font-family: "open sans condensed";
}

h1, h2{
    text-transform: uppercase;
    font-family: 'BebasNeue' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    text-shadow: none;
    /*font-size: 36px;*/
}

/* Header*/
.header-content {
    min-height: 15px;
    padding: 0px;
}

.header-content .btn{
    border: none;
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: -0.07em;
}

.header-content .btn:hover{
    background-color: rgba(0,0,0,0.15) !important;
}

.header-content .btn .glyphicon {
    margin-right: 5px;
}

.header-content .logo{
    padding: 15px;
}

.header-content .vertical-menu{
    padding-top: 20px;
}

#header-upperbar, #header-upperbar .header-content .btn {
    background-color: #cb0017;
}

#header-upperbar .header-content {
    min-height: 15px;
    padding: 5px 0px;
}

.mobile_header {
    border-top: 8px solid #cb0017;
    height: 70px;
}

.header .logo-title {
    font-size: 34px;
    border-left: 1px solid white;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 3px;
}

.header a:hover, .header a:focus{
    text-decoration: none;
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        text-align: center !important;
    }
}

/*Menu superior negro*/
#rt-navigation .rt-block {
    margin: 0;
    padding-top: 5px;
}
.menu-block {
    margin-top: 20px;
}
.menu-block .gf-menu.l1 > li > .item {
    padding: 0 3px 13px;
    border: none;
    font-family: 'BebasNeue';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    text-shadow: none;
}
.gf-menu.gf-splitmenu.l1.top {
    float: right;
}

.menu-block .gf-menu.l1 > li.active > .item,
.menu-block .gf-menu.l1 > li.current > .item,
.menu-block .gf-menu.l1 > li > .item:hover {
    color: #969696!important;
    border-bottom: 4px solid #cb0017;
}
.menu-block .gf-menu.l1 > li > .item {
    min-width: 0;
}
.menu-block .gf-menu.l1 > li {
    border: none;
    float: left;
    padding: 0 7px;
}
.gf-menu li.parent > .item:after ,
.menu-block .gf-menu.l1 > li:before {
    content: '';
}
.menu-block .gf-menu.l1 > li:hover {
    background: none;
}

.menu-block .gf-menu.l1 > li .item{
    color: #fff !important;
    letter-spacing: 0.5px;
}
/*para seleccionados y hover*/
.menu-block .gf-menu.l1 > li.active > .item,
.menu-block .gf-menu.l1 > li.current > .item,
.menu-block .gf-menu.l1 > li > .item:hover{
    color: #fff ;
}
.menu-block .gf-menu.l1 > li.active > .item,
.menu-block .gf-menu.l1 > li.current > .item{
    border-radius: 0px;
}


.main-search {
    padding: 30px 0px;
}

/* Footer */
.customweb-footer, .customweb-footer a {
    color: #E1E1E1!important;
    text-align: center;
}

/*footer flotante #2290 */
.main-content {
    min-height: calc(100vh - 210px);
}

.row.widget.slidebar {
    background-color: #eee;
    min-height: calc(100vh - 210px);
}

@media (max-width: 1200px) {
    .row.widget.slidebar {
        min-height: inherit;
        padding-top: 0px;
    }
}

.wrapper-center  {
    min-height: inherit;
}

/* Breadcrumbs */
.breadcrumbs_wrapper {
    display: none;
}

/* Menu */
.widget.slidebar .menu-title h2{
    font-size: 22px;
    margin: 6px 0px 0px -20px;
    color: #eeeeee;
}
.widget.slidebar .menu-title h2 .glyphicon{
    margin-right: 5px;
}

.widget.slidebar .menu-title::before { /* Menus shadow */
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 0;
    border-right-color: #444;
    border-right-style: solid;
    border-right-width: 15px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0;
    content: "";
    position: absolute;
    top: 32px;
    left: 0px;
    z-index: -10;
}

.widget.slidebar .menu-title {
    background: #cb0017;
    margin-left: -15px;
    margin-right: 15px;
    padding-left: 55px;
    z-index:10;
    text-decoration: none;
    transition: background 0.3s ease;
    display: block;
    font-size: 1.3em;
    padding: 1px 10px 1px 30px;
    position: relative;
}

.widget.slidebar .element:hover, .widget.slidebar .element.selected {
    color: #1a1a1a;
    font-weight: bolder;
    margin-left: 0px;
    padding-left: 30px;
}

/* Index: cover*/
.search-box {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 900px;

}
.search-box input {
    background-color: #eeeeee;
}

.search-box .input-group {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.5);
}

.search-box .form-control {
    height: 50px;
}

.search-box #search-box,
.search-box #search-box-base{
    background-color: white;
    border-bottom-color: #555;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: #555;
    border-right-color: grey;
    border-top-color: #555;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: grey;
    font-size: 1.5em;
    border-radius: 0px;
}
.search-box .input-group-addon {
    border-radius: 0px;
    background-color: white;
    border-bottom-color: #555;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: grey;
    border-right-color: #555;
    border-top-color: #555;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: grey;
}
/*
.main-content h1 {
    display: none;
}
*/

.img_category > a {
    display: block;
    text-decoration: none;
}

a:hover .cover {
    background: #cb0017;
    text-decoration: none;
}

.cover {
    background: #1a1a1a;
    color: white;
}

@media (max-width: 1199px) {
    .index_container .img_category,.index_container .img_category.two {
        padding-top: 2.5% !important;
    }
}

/* Index:: most viewd and recently added*/
.most-viewed h2, .recently-added h2{
    border-bottom: 2px solid #cb0017;
    font-weight: normal;
}

.info .subtitle{
    color: #cb0017;
    margin: 0 5px;
}

.info .subtitle{
    color: #cb0017;
}

.pumukit_mmobj:hover, .pumukit_mmobj:focus {
    background: #cb0017;
    color: white;
}

.pumukit_mmobj:hover .info .subtitle,  .pumukit_mmobj:focus .info .subtitle{
    color: white;
}

/* Lives */
.next-events {
    background-color: #cb0017;
    font-family: 'Open Sans Regular';
    font-size: 10px;
}

.panel-live {
    border-color: #cb0017;
}
.panel-live > .panel-heading {
    color: #fff;
    background-color: #cb0017;
    border-color: #cb0017;
}
.panel-live > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #cb0017;
}
.panel-live > .panel-heading .badge {
    color: #cb0017;
    background-color: #fff;
}
.panel-live > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cb0017;
}




/* Stats */
.stats-circle {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    padding: 20px 0px;
    line-height: 12px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.stats-circle .stats-label {
    font-size: 75%;
}

.mmobj_serie a,
.mmobj_serie span.glyphicon,
.search-form a {
    color: #cb0017;
}

/* Events */
.next_events_position {
    position:relative;
}
.no_live_img {
    width:100%;
}
.next_events_box {
    position:absolute;
    top: 30px;
    right: 5%;
    width: 40%;
}
.next_events_font {
    font-size: 36px;
    padding: 30px 55px 20px 0px;
    text-align: center;
    font-family: BebasNeue;
}
.events_info_advanced {
    padding: 0px 10%;
}
.next_events_button_to_calendar {
    padding: 60px 0px;
}
.next_events_font_small {
    font-size: 24px;
    font-family: BebasNeue;
    padding: 10px 0px;
}
.events_info_advanced_small {
    padding: 10px 0px 20px;
}
.pumukit_mmobj.event:hover,
.pumukit_mmobj.event:focus {
    background-color: rgba(0,0,0,0);
    color: rgb(17,17,17);
}

/*.pumukit_mmobj.event .info-wrapper .info {
    padding-top: 6px;
}*/

.date.mmobj {
    bottom:8%;
}

.info .title {
    max-height: 3.3em;
    font-family: "Open Sans Regular";
    -webkit-line-clamp: 3;
    line-height: 1.52rem;
    margin-left:5px;
}

.event .info .title {
    max-height: 3.9em;
    color: #cb0017;
}

.list-by-tag .info .title{
    max-height: 3.3em;
    line-height: 1.52rem;
}

.library .info .title {
    max-height: 3.3em !important;
    line-height: 1.52rem;
}

.pumukit_announce .info .title {
    max-height: 3.3em !important;
    line-height: 1.52rem;
}

.announces .info .title {
    max-height: 3.3em !important;
    line-height: 1.52rem;
}

.event_dates_calendar .event_start_date {
    padding-top:0 !important;
}

.event_dates {
    bottom:10px;
    position:absolute;
}
@media (max-width:450px) {
    .event_dates {
        position:relative;
    }

    .event .info-wrapper .info {
        padding-left: 0;
        margin-top:6px;
    }
}

.pumukit_mmobj.event .event_start_date {
    padding-top: 15px;
}

.event_info_bottom_line {
    border: 0;
    height: 1.5px;
    background: rgba(0,0,0,0.2);
    width: 420px;
    margin-left: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.mmobj_thumbnail_title.event {
    font-size: 1.125em;
    color: #cb0017;
}

.thumbnailholder {
    background: #eeeeee;
}

.block_series_videos {
    width: 50%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    color: white;
    font-weight: normal;
    position: absolute;
}

.thumbnail {
    width: 160px;
    height: 90px;
}
.thumbnail img.thumbnailimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.minithumbnail img.thumbnailimg {
    max-width: 122px;
    max-height: 70px;
}

.block_series_videos_text {
    margin-top: 40%;
}
.minithumbnail, .thumbnail {
    padding:0;
    background: #eeeeee;
    box-shadow: -1px 1px 1px #666;
}

.thumbnailholder {
    width: auto;
    height: auto;
}
.pumukit_mmobj.event .info-wrapper .info .title {
    line-height: 18px;
}
.mmobj_thumbnail_title.event.name {
    line-height: 0.5em;
}
.event-countdown-digits-table {
    display:table;
    table-layout: fixed;
    width:90%;
    padding-left: 10%;
    font-family: 'Open Sans Regular';
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}
.event-countdown-digits-table-row {
    display:table-row;
}
.event-countdown-digits-table-cell {
    display:table-cell;
}

.digit-right-border.bar {
    font-size: 9px;
    vertical-align: super;
}

.digit-datetime {
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size-adjust: 0.4;
}
.event-countdown-bottom-line {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 30px;
    margin-left: 30px;
}

.warning.poster-style {
    font-family: 'Open Sans Regular';
    position: relative;
    font-weight: 600;
    font-size: 18px;
    width:100%;
    line-height: 34px;
    text-align: center;
    margin-top: 45%;
    margin-bottom: 0px;
}
.poster-overlay {
    position: absolute;
    top: 0%;
    background-color: rgba(0,0,0,0.6);
    margin-left: 56.5%;
    width:43.5%;
    height: 100%;
    line-height: 34px;
    text-align: center;
    text-shadow: 1px 1px 0px black;
}
.warning.days-text {
    font-family: 'Open Sans Regular';
    position: relative;
    font-weight: 500;
    font-size: 10px;
    width:100%;
    line-height: 10px;
    text-align: center;
}
.event-date-text {
    font-family: 'Open Sans Regular';
    position: relative;
    font-weight: 500;
    font-size: 10px;
    width:100%;
    line-height: 34px;
    text-align: center;
}
.event-info-box-line {
    width: 80%;
    float:right;
}
.event-description-box-title {
    padding-left: 10px;
    font-weight: bold;
}
.list-group-item.event-box {
    background-color: #f9f9f9;
}
.list-group-item.name {
    display: flex;
}
.list-group-item.name .event-info-box-line {
    padding-left: 8%;
}

.panel-related {
    margin-bottom:20px;
}


#urjc-navbar-toggle-1, .navbar-toggle {
    display: block;
}

.navbar-header, .navbar-nav>li {
    float: none;
}

.navbar-collapse.collapse {
    display: none !important;
}

.collapse.in {
    display: block !important;
}

.navbar-nav {
    margin: 7.5px -15px;
    float: none;
}

@media (min-width: 1200px) {
    #urjc-navbar-toggle-1, .navbar-toggle {
        display: none;
    }

    .navbar-header, .navbar-nav>li {
        float: left;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

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

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


@media (max-width: 1250px) and (min-width: 1025px) {
    .poster-overlay .warning.poster-style {
        font-size: 14px;
    }
    .digit-datetime {
        font-size: 18px;
    }
    .warning.days-text,
    .poster-overlay .event-date-text {
        font-size: 7px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    body.advanced-event .visible-md.visible-lg.container {
        width: 100%;
    }
}
@media (max-width: 1024px) and (min-width: 767px) {
    .list-group-item {
        display: flex;
    }
    .list-group-item .event-info-box-line {
        padding-left: 8%;
    }
    .poster-overlay .warning.poster-style {
        font-size: 14px;
    }
    .digit-datetime {
        font-size: 18px;
    }
    .warning.days-text,
    .poster-overlay .event-date-text {
        font-size: 7px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .panel-body.next-sessions-box .minithumbnail,
    .minimmobj.event .minithumbnail {
        display: block;
    }
    .panel-body.next-sessions-box .miniinfo-wrapper,
    .miniinfo-wrapper.event {
        width: 100%;
    }
    .panel-body.next-sessions-box .miniinfo .title,
    .miniinfo .title.event {
        margin-top: 10px;
        margin-bottom: -15px;
    }
}
@media (max-width: 991px) {
    body.advanced-event .no_live_img {
        display:none;
    }
    body.advanced-event .event_info_bottom_line {
        width: 90%;
    }
    .urjc-event-live-broadcasting {
        display: block!important;
    }
    .urjc-event-arrow {
        display: none;
    }
}
@media (max-width: 766px) and (min-width: 430px) {
    .poster-overlay .warning.poster-style {
        font-size: 12px;
    }
    .digit-datetime {
        font-size: 16px;
    }
    .warning.days-text,
    .poster-overlay .event-date-text {
        font-size: 7px;
    }
}
@media (max-width: 430px) {
    .poster-overlay {
        margin-left: 0%;
        width: 100%;
    }
    .poster-overlay .warning.poster-style {
        font-size: 10px;
        margin-top: 5%
    }
    .digit-datetime {
        font-size: 14px;
    }
    .warning.days-text,
    .poster-overlay .event-date-text {
        font-size: 7px;
    }
}
.panel-body.next-sessions-box {
    max-height: 300px;
}
.description.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.event-description-icon {
    font-weight: lighter;
}
.show-more-text {
    padding-left: 5px;
}
.event-description-icon:hover,
.show-more-text:hover {
    cursor: pointer;
}
.chat-panel-heading,
.twitter-panel-heading,
.urjc-panel-heading {
    font-family: 'Open Sans Regular';
    font-weight: bold;
}
.twitter-panel-heading ~ .panel-body {
    padding: 0px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 460px;
}
.row.mobile_header .pull-right .navbar-toggle.live-broadcasting {
    border: 2px solid #cb0017;
}
.menu-block .gf-menu.l1 > li.live-broadcasting > .item {
    border-bottom: 4px solid #cb0017;
}
@keyframes blink {
    50% { border-color: #1a1a1a; }
}
@-webkit-keyframes webkit-blink {
    50% { border-color: #1a1a1a; }
}
@-moz-keyframes moz-blink {
    50% { border-color: #1a1a1a; }
}
@-o-keyframes o-blink {
    50% { border-color: #1a1a1a; }
}
.row.mobile_header .pull-right .navbar-toggle.live-broadcasting,
.menu-block .gf-menu.l1 > li.live-broadcasting > .item {
    -webkit-animation: webkit-blink .5s step-end infinite alternate;
    -moz-animation: moz-blink .5s step-end infinite alternate;
    -o-animation: o-blink .5s step-end infinite alternate;
    animation: blink .5s step-end infinite alternate;
}
#urjc-mobile-live-link.live-broadcasting {
    color: #cb0017;
}
@keyframes blink-mobile {
    50% { color: #1a1a1a;}
}
@-webkit-keyframes webkit-blink-mobile {
    50% { color: #1a1a1a;}
}
@-moz-keyframes moz-blink-mobile {
    50% { color: #1a1a1a;}
}
@-o-keyframes o-blink-mobile {
    50% { color: #1a1a1a;}
}
#urjc-mobile-live-link.live-broadcasting {
    -webkit-animation: webkit-blink-mobile .5s step-end infinite alternate;
    -moz-animation: moz-blink-mobile .5s step-end infinite alternate;
    -o-animation: o-blink-mobile .5s step-end infinite alternate;
    animation: blink-mobile .5s step-end infinite alternate;
}

.pumukit_mmobj a.future-event-link {
    color: #cb0017;
}
.miniinfo .title {
    color: #cb0017;
    font-family: "Open Sans Regular";
    height: 1.3em;
}
.miniinfo {
    margin-left: 0px;
    height: 100%;
}
.miniinfo-wrapper {
    height: 69.5px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mmobj-title.urjc-event {
    font-weight: 600;
    font-family: "open sans regular";
}
#liveplayer ~ .row.urjc-event {
    margin-bottom: 2rem;
}
#advanced-event-liveplayer-and-info,
#advanced-event-side-panels {
    padding-top: 2rem;
}
@media (max-width: 767px) {
    #advanced-event-side-panels {
        padding-top: 0rem;
        margin-top: -1.90rem;
    }
}
.urjc-events-container-row {
    position: relative;
}
.urjc-event-arrow {
    position: absolute;
    top: 33%;
    width: 100%;
}
.urjc-event-arrow.right {
    left: 98%;
    display: inline-block;
}
.urjc-event-arrow.left {
    left: -1%;
    display: none;
}
.urjc-event-arrow:hover {
    cursor: pointer;
}
.urjcwebtv.fa-chevron-circle-right,
.urjcwebtv.fa-chevron-circle-left {
    width: 3%;
    height: 3%;
}
.urjc-chevron-circle {
    fill: #c5c5c5;
}
.urjc-chevron-circle:hover {
    fill: #6d6d6d;
}
a.urjc-event-live-broadcasting-event-name:hover {
    text-decoration: none;
}
a.urjc-event-live-broadcasting-event-name h1:hover {
    color: #cb0017!important;
}
