

.content-wrapper-nav .content-wrapper-inner {
    margin: auto;
    max-width: 1160px;
}
.content-wrapper-tvguide-nacht .content-wrapper-inner {
    margin: auto;
   /* max-width: 1248px;*/
    max-width: 1176px;
    padding-bottom: 33px;
}
.content-wrapper-tvguide-ochtend .content-wrapper-inner,
.content-wrapper-tvguide-middag .content-wrapper-inner,
.content-wrapper-tvguide-avond .content-wrapper-inner {
    margin: auto;
    max-width: 1176px;
    padding-bottom: 33px;
}

.content-wrapper-tvguide-nacht .content-wrapper-inner,
.content-wrapper-tvguide-ochtend .content-wrapper-inner,
.content-wrapper-tvguide-middag .content-wrapper-inner,
.content-wrapper-tvguide-avond .content-wrapper-inner {
    padding-left: 5px;
}

.timeofday-nav {
    left: -40px;
    padding-bottom: 25px;
    position: relative;
    font-family: “Helvetica Neue”, Arial;
    padding-left: 5px;
}
.timeofday-nav .extra {
    bottom: 25px;
    float: right;
    position: absolute;
    right: -45px;
}
.timeofday-nav ul:first-child li {
    margin-right: 7px;
}

.timeofday-nav .extra li span:last-child {
    margin-left: 25px;
}
.commercial {
    float: right;
    position: relative;
    right: 85px;
}
.commercial li {
    list-style: none outside none;
    padding-bottom: 35px;
}
.btn-white {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 10px;
    color: #474949;
}
.btn-darkgray, .btn-darkgray:focus,
.btn-darkgray:hover {
    background: none repeat-x scroll 0 0 #525252;
    border-color: #CCCCCC;
    border-radius: 10px;
    color: #FFFFFF;
}
.btn-white.active, .btn-white:hover,
.btn-group .btn-white:focus, .btn-group .btn-white:hover {
    background: none repeat scroll 0 0 #B22A2E;
    color: #FFFFFF;
}
.print-icon {
    background: url("/static/img/print-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    top: 1px;
    width: 17px;
    z-index: 2;
}
.mail-icon {
    background: url("/static/img/mail-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    top: 1px;
    width: 17px;
    z-index: 2;
}
.list-horizontal {
    margin: auto;
}
.commercial li {
    list-style: none outside none;
    padding-bottom: 35px;
}
.arrow_box_right .box-content {
    height: 124px;
    margin-left: 15px;
    padding-top: 7px;
    width: 85%;
}
.arrow_box_right .box-content .program-title{
    font-family: 'interstate-regularcondregular';
    font-size: 18px;
    color: #B22A2E;
}
.arrow_box_right .box-content .program-info{
    display: block;
	overflow: hidden;
	height: 63px;
	color: #333333;
}

.cover-program {
    height: 125px;
    position: relative;
    width: 222px;
}
.cover-play {
    background: url("/static/img/video/btn-play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.tags {
    bottom: 8px;
    left: -26px;
    position: absolute;
    font-family: “Helvetica Neue”, Arial;
}
.tags li img {
    padding-right: 10px;
    margin-top: -2px;
}
.tags li {
    padding-right: 20px;
    color: #333333;
}
.tags li span.active {
    color: #B22A2E;
    font-weight: bold;
}
.tvguide-item {
    padding-bottom: 15px;
}
.tvguide-item > li:nth-child(2n+1) {
    position: relative;
    top: -105px;
	width: 59px;
}
.tvguide-daytime-header {
    color: #666666;
    left: -40px;
    padding: 40px;
    position: relative;
    font-size: 24px;
}
.tvguide-item-time {
    color: #666666;
    left: -40px;
    position: relative;
    font-size: 24px;
}
span.tvguide-item-nowplaying {
    color: #FFFFFF;
    left: 22px;
    position: relative;
    top: 5px;
    font-family: 'interstate-regularcondregular';
    font-weight: bold;
}
.nowplaying-shape {
    background: none repeat scroll 0 0 #525252;
    border-radius: 47px;
    height: 30px;
    left: -35px;
    position: absolute;
    top: 85px;
    width: 80px;
}
.nowplaying-shape:after {
    background: none repeat scroll 0 0 #525252;
    content: "";
    height: 2px;
    left: 80px;
    position: absolute;
    top: 15px;
    width: 25px;
}
.nowplaying-icon {
    background: url("/static/img/nowplaying-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
select.form-control {
    border-radius: 10px;
}


.commerical .list-commerical li{
    padding-bottom: 35px;
}

.fixed-header-spacer {
    margin-top:268px;
}
body {
        background-image:url('../../static/img/darkgray_bg.png');
}

.commerical-container {
     width: 37%;
}

.anchor {
    display: block;
    position: relative;
    top: -230px;
    visibility: hidden;
}

.breadcrumbs {
    padding-left: 10px;
}

.fixed-controll {
    position: fixed;
    width: 100%;
    z-index: 29;
    top: 120px;
}


.content-wrapper-tvguide-nacht {
    /*margin-top: 268px;*/
}

@media screen and (max-width: 1200px) {
    .commerical{
        display:none;
    }
}

@media screen and (max-width: 1049px) {
    .timeofday-nav .extra {
        position: initial;
        margin-left: -40px;
    }
    .content-wrapper-tvguide-nacht {
        margin-top: 288px;
    }

    .timeofday-nav {
        padding-bottom: 0px;
    }

    .timeofday-nav .extra {
        padding-top: 5px;
    }
    .print-icon {
        top: 22%;
    }

    .mail-icon {
        top: 22%;
    }

    .anchor {
        top: -250px;
    }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
    ul, ol {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {

    .content-wrapper-tvguide-nacht {
        margin-top: 0px
    }

    .fixed-controll {
        position: relative;
        top: inherit;
    }

    .fixed-header-spacer {
        margin-top: 57px;
    }

    .timeofday-nav ul:first-child li {
        margin-right: 0px;
    }

    .extra-mail {
        display: none;
    }

    .nowplaying-shape {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid black;
        background: none;
        border-radius: 0px;
    }

    span.tvguide-item-nowplaying {
        display: none;
    }

    .nowplaying-shape:after {
        width: 0px;
    }

    .anchor {
        top: -60px;
    }
}

@media screen and (max-width: 761px) {

    .arrow_box_right .box-content .program-info {
        display: none;
    }

    .arrow_box_right {
        width: 209px;
    }

}

@media screen and (max-width: 617px) {
    .mail-icon {
        top: 19px;
    }
}


@media screen and (max-width: 548px) {

    .cover-program {
        height: 56px;
        width: 132px;
        margin-left: -15px;
    }

    .cover-program img{
        height: 75px;
    }

    .arrow_box_right .box-content {
        height: 56px;
    }

    .arrow_box_right {
        width: 150px;
        height: 75px;
    }

    .tags {
        display:none;
    }

    .tvguide-item-time {
        top: 65px;
    }

    .nowplaying-shape {
     top: 110px;
    }

   /* .timeofday-nav {
     left: -30px;
    }

    .breadcrumbs {
        margin-left: 10px;
    }*/

    .btn-group, .btn-group-vertical {
        margin-top: 5px;
        min-width: 300px;
    }

     .timeofday-nav .extra {
        margin-top: 5px;
    }

    .tvguide-item-time {
        top: 30px;
    }

    .timeofday-nav .extra li span:last-child {
     margin-left: 0px; 
    }

    .mail-icon {
        display: none;
    }
   
}

@media screen and (max-width: 383px ) {
    .tvguide-item-time {
        top: 110px;
    }

    .nowplaying-shape {
     top: 150px;
    }
}

@media screen and (max-width: 330px ) {

    .timeofday-nav .extra {
        margin-top: -13px;
    }
}
