.menu {
    background:transparent url('/assets/img/front/nav/secNav.png') repeat-y top left;
    display:table;
    height:30px;
    font-size:11px;
}
.menu ul {
    line-height:30px;
    list-style:none;
    margin:0;
    padding:0 0 0 0;
    height: 30px;
}
.menu ul li {
    display:table-cell;
    text-align: center;
    list-style:none;
    margin:0;
    padding: 0;
    width: 70px;
    background:transparent url('/assets/img/front/nav/secNav.png') repeat-y top right;
}
.menu ul li.last {
}
.menu ul li a, .menu ul li a:visited {
    color:#cccccc;
    font-family:'Roboto Condensed', sans-serif;
    font-size:11px;
    list-style:none;
    text-decoration:none;
    text-transform: uppercase;
    padding: 0 4px;
}
/*.menu ul li a:hover {text-decoration: none; color:#E30613}*/

.nav ul li.d1 a.current:after,
.nav ul li.d1 a.onPath:after,
.nav ul li.d1.hoverL1 > a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background:#E30613;
    color: #fff;
}
.sport .nav ul li.d1 a.current:after,
.sport .nav ul li.d1 a.onPath:after,
.sport .nav ul li.d1.hoverL1 > a:after,
.magazin .nav ul li.d1 a.current:after,
.magazin .nav ul li.d1 a.onPath:after,
.magazin .nav ul li.d1.hoverL1 > a:after,
.kultura .nav ul li.d1 a.current:after,
.kultura .nav ul li.d1 a.onPath:after,
.kultura .nav ul li.d1.hoverL1 > a:after,
.kolumne .nav ul li.d1 a.current:after,
.kolumne .nav ul li.d1 a.onPath:after,
.kolumne .nav ul li.d1.hoverL1 > a:after{
    background: #fff;
}
.nav ul li.d1.hoverL1,
.nav ul li.d1.onPath{
    background: linear-gradient(0deg, rgba(11, 18, 37, 1) 0%, rgba(11, 18, 37, 0) 100%);
}
.sport .nav ul li.d1.hoverL1,
.sport .nav ul li.d1.onPath{
    background: linear-gradient(0deg, rgba(21, 51, 84, 1) 0%, rgba(21, 51, 84, 0) 100%);
}
.kolumne .nav ul li.d1.hoverL1,
.kolumne .nav ul li.d1.onPath{
    background: linear-gradient(0deg, rgba(94, 0, 6, 1) 0%, rgba(94, 0, 6, 0) 100%);
}
.magazin .nav ul li.d1.hoverL1,
.magazin .nav ul li.d1.onPath{
    background: linear-gradient(0deg, rgba(131, 89, 22, 1) 0%, rgb(131, 89, 22, 0 ) 100%);
}
.kultura .nav ul li.d1.hoverL1,
.kultura .nav ul li.d1.onPath{
    background: linear-gradient(0deg, rgba(59, 13, 70, 1) 0%, rgba(59, 13, 70, 0) 100%);
}

/*---------------SEC NAVIGATION-----------*/
#secondaryNavigation .menu {
    background: none;
    height: auto;
}
#secondaryNavigation .menu ul {
    height: auto;
    line-height: 1;
}
#secondaryNavigation .menu ul li {
    background: none;
    width: auto;
    padding-left: 16px;
}
/*#secondaryNavigation .menu ul li:first-child {padding-left: 0;}*/
#secondaryNavigation .menu ul li a {
    padding: 0;
}
#secondaryNavigation .menu ul li a,
#secondaryNavigation .menu ul li a:visited {
    font-size: 13px;
    color: #0A1B47;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 0 0 5px;
    border-bottom: 0;
}
#secondaryNavigation .menu ul li.d1 a,
#secondaryNavigation .menu ul li.d1 a:visited {
    color: #E30613;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0 5px;

    /*border-bottom: 2px solid #ffcc33;*/
}
#secondaryNavigation .menu ul li.d1 li.d2 a {
    color: #0A1B47;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
}
#secondaryNavigation .menu ul li.d2 a,
#secondaryNavigation .menu ul li.d2 a:visited {
    border-bottom: 0;
}
#secondaryNavigation .menu ul li a.onPath {
    color: #E30613;
}
#secondaryNavigation .menu ul li a:hover {
    color: #E30613;
}
/*---------------SEC DROPDOWN-------------*/
.menu .hoverL1 .navHolder{
    position: relative;
}
.menu .navL1{
    display: none;
}
.menu .hoverL1 .navL1 {
    display: block;
    position: absolute;
    z-index: 900;
    background: #fff;
    top: 20px;
    right: 0;
    left: auto;
    width: 200px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 0;
    box-sizing: border-box;
}
.menu .hoverL1 .navL1 ul li {
    float: none;
    display: block;
    padding: 8px 0;
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    line-height: 100%;
    text-align: left;
    width: auto;
    background: none;
}
.menu .hoverL1 .navL1 ul li.last {
    border-bottom: none;
}
.menu .hoverL1 .navL1 ul{
    float: left;
    margin: 0;
    border-left: none;
    padding: 0;
    width: 100%;
    height: auto;
}
.menu .hoverL1 .navL1 ul li a{
    color: #333;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
    margin: 0;
    padding: 10px 0;
}
.menu .hoverL1 .navL1 ul li a:hover, .menu .hoverL1  .navL1 ul li a.onPath {
    text-decoration: none;
    color: #E30613;
}
.menu .nav ul li.hoverL1 .navHolder{
    position: relative;
    display: block;
    height: 52px;
}
.menu .hoverL1 .navL1 ul li .navHolder{
    height: auto;
    position: relative
}
.menu .hoverL1.ord5 .navL1, .menu .hoverL1.ord6 .navL1, .menu .hoverL1.ord7 .navL1, .menu .hoverL1.ord8 .navL1, .menu .hoverL1.ord9 .navL1{
    right: 0;
    left: auto;
}
.menu .hoverL1.last .navL1{
    right: -3px;
    left: auto;
}
.menu .hoverL2 .navL2{
    left: auto;
    width: 200px !important;
    display: table;
    right: 100%;
}



.nav{
}
.nav ul {
    margin:0;
    padding:0;
    list-style:none;
    position: relative;
}
/*.nav ul:before {width: 1px;height: 30px;display: block;content: "";background: #272727;position: absolute;top: 0;left: 0;}*/
.nav ul ul:before {
    display: none;
}
.nav ul li{
    display: block;
    width: auto;
    text-align: center;
    /*          position: relative; */
    margin: 0;
    float: left;
    padding: 0;
    box-sizing: border-box;
    padding: 22px 5px 17px 5px;
}
/*.nav ul li:hover a span {opacity: 0.5}*/
.nav ul li.onPath {
}
.nav ul li:after{
    /*    width: 1px;
        height: 12px;
        display: block;
        content: "";
        background: #fff;
        position: absolute;
        top: 7px;
        right: -1px;*/
}
.nav ul li.last:after{
    display: none;
}
.nav li a{
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    /*padding: 0 8px;*/
    margin: 0 8px;
    display: block;
    line-height: 100%;
    padding-bottom: 5px;
}
.nav li a.mundijal {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5b570+0,e7c478+17,e7c478+83,d5b570+100 */
    background: #d5b570; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d5b570 0%, #e7c478 17%, #e7c478 83%, #d5b570 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d5b570 0%,#e7c478 17%,#e7c478 83%,#d5b570 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d5b570 0%,#e7c478 17%,#e7c478 83%,#d5b570 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b570', endColorstr='#d5b570',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav li a.mundijal.onPath {
    background: none
}
/*.nav li a.current, .nav li a.onPath{background-color: #fff; color: #E30613;border-radius: 4px;}*/
.nav li a.current, .nav li.d2 a.onPath{
    border-radius: 0px;
}
.nav li a span{
    background:transparent url('/assets/img/front/nav/primNavArrow.png') no-repeat bottom center;
    white-space: nowrap;
    background: none;
}
.nav ul li.d1 {
    position: relative;
}
#secondaryNavigation .menu ul li.d2 a,
#secondaryNavigation .menu ul li.d3 a{
    font-size: 13px;
    font-weight: 300;
    padding: 6px 20px;
    color: #0A1B47;
    text-transform: none;
}
#secondaryNavigation .menu ul  li.d1 li.d2 a.onPath,
#secondaryNavigation .menu ul  li.d1 li.d3 a.onPath{
    color: #fff;
}
#secondaryNavigation .menu ul li.d1 li.d2 a:hover,
#secondaryNavigation .menu ul li.d3 a:hover {
    color: #fff;
    background-color: #E30613;
}
#secondaryNavigation .menu ul li.d2,
#secondaryNavigation .menu ul li.d3{
    padding: 0;
    border: none;
}

/*---------------DROPDOWN-------------*/

.navL1{
    display: none;
}
.hoverL1  .navL1 {
    display: block;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 45px;
    left: 0px;
    color: #0A1B47;
    width: auto;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.nav ul li ul li:after {
    display: none;
}
.hoverL1  .navL1 ul li {
    float: none;
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    line-height: 130%;
    text-align: left;
}
.hoverL1  .navL1 ul li.last {
    border-bottom: none;
}
.hoverL1  .navL1 ul{
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    box-sizing: border-box;
}
.hoverL1 .navL1 .sectionImg{
    float: left;
    padding: 7%;
    width: 36%
}
.hoverL1 .navL1 .sectionImg .sectionImgHolder{
    position: relative;
    margin-bottom: 10px;
    line-height: 0;
}
.hoverL1 .navL1 .sectionImg .sectionImgHolder .time_commentCount {
    position: absolute;
    right: 0;
    bottom: 0
}
.hoverL1 .navL1 .sectionImg .sectionImgHolder span.time{
    background: #161616;
    height: 30px;
    line-height: 30px;
    color: #eaeaea;
    text-align: center;
    padding: 0 10px;
    display: block;
    margin-right:  1px;
    float: left;
}
.hoverL1 .navL1 .sectionImg .sectionImgHolder span.commentCount{
    background: #161616 url('/assets/img/front/commentCountYellow.png') no-repeat 10px 10px;
    padding-left: 28px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    color: #FFCC33;
    text-align: center;
    display: block;
    float:  left;
}
.hoverL1 .navL1 .sectionImg img{
    width: 100%;
}
.hoverL1 .navL1 .sectionImg a {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: none;
}
.hoverL1 .navL1 .sectionImg .sectionImgHolder a {
    line-height: 0
}
.hoverL1  .navL1 ul li a{
    color: #0A1B47;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    display: block;
    z-index: 9;
}
.hoverL1  .navL1 ul li a:after,
.hoverL1.hoverL2 .navL2 ul li a:after{
    height: 1px;
    display: block;
    content: "";
    background: rgba(38, 54, 65, 0.2);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
}
.hoverL1  .navL1 ul li:last-child a:after {
    display: none;
}
.hoverL1  .navL1 ul li:hover a:after {
    /*display: none;*/
}
.hoverL1  .navL1 ul li.hoverL1.hoverL2 a {
    /*color: #fff;*/
}
.hoverL1  .navL1 ul li a:hover,
.hoverL1  .navL1 ul li a.onPath {
    text-decoration: none;
    background-color: #E30613;
    color: #fff;
}
.sport .hoverL1  .navL1 ul li a:hover,
.sport .hoverL1  .navL1 ul li a.onPath {
    background-color: #2D68A8;
}
.magazin .hoverL1  .navL1 ul li a:hover,
.magazin .hoverL1  .navL1 ul li a.onPath {
    background-color: #E59E2C;
}
.kultura .hoverL1  .navL1 ul li a:hover,
.kultura .hoverL1  .navL1 ul li a.onPath {
    background-color: #811F99;
}
.kolumne .hoverL1  .navL1 ul li a:hover,
.kolumne .hoverL1  .navL1 ul li a.onPath {
    background-color: #E30613;
}
.nav ul li.hoverL1 .navHolder{
    /*    position: relative; */
    display: block;
}
.hoverL1  .navL1 ul li .navHolder{
    height: auto;
    /*          position: relative;*/
}
/*.hoverL1.ord5 .navL1, .hoverL1.ord6 .navL1, .hoverL1.ord7 .navL1, .hoverL1.ord8 .navL1, .hoverL1.ord9 .navL1{right: 0; left: auto;}
.hoverL1.last .navL1{right: -3px; left: auto;}*/

.navL2{
    display: none;
}
.hoverL2  .navL2 {
    display: block;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: -2px;
    bottom: 0;
    left: 200px;
    width: 200px !important;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.hoverL2  .navL2 ul li {
    float: none;
    display: block;
    border: none;
    margin: 0;
    line-height: 130%;
    text-align: left;
    background: #fff;
}
.hoverL2  .navL2 ul li:hover {
    /*background: #E30613;*/
}
.hoverL2  .navL2 ul li.last {
    border-bottom: none;
}
.hoverL2  .navL2 ul{
    float: left;
    margin: 0;
    border: none;
    padding: 0 !important;
    width: 100%
}
.hoverL1.hoverL2 a {
    color: #0A1B47;
}
.hoverL1  .navL1 ul li.hoverL1.hoverL2 .navL2 ul li a {
    color: #0A1B47;
}
.hoverL1  .navL1 ul li.hoverL1.hoverL2 .navL2 ul li a.onPath,
.hoverL1  .navL1 ul li.hoverL1.hoverL2 .navL2 ul li:hover a {
    color: #fff;
}
.hoverL1.hoverL2 .navL2 ul li a {
    color: #0A1B47;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    position: relative;
}
.hoverL1.hoverL2  .navL2 ul li a:after{
    /*    width: 100%;
        height: 1px;
        display: block;
        content: "";
        background: #272727;
        position: absolute;
        left: 0;
        bottom: 0;*/
}
.hoverL2  .navL2 ul li a:hover, .hoverL1  .navL2 ul li a.onPath {
    text-decoration: none;
    color: #fff;
    position: relative;
    /*background: #272727;*/
}
.hoverL2  .navL2 ul li a:hover, .hoverL1  .navL2 ul li a.onPath {
    background: #E30613;
    color: #fff;
}
.hoverL2  .navL2 ul li a:hover:before, .hoverL1  .navL2 ul li a.onPath:before {
    /*    width: 3px;
        top: 0;
        bottom: 0;
        right: 0;
        background:#E30613;
        display: block;
        content: "";
        position: absolute;*/
}
.hoverL2  .navL2 ul li .navHolder{
    height: auto;
}
.navL2 ul li:hover, .navL2 ul li.onPath{
    /*background: #E30613;*/
}
.hoverL1 .navL1 .navL2 .sectionImg {
    display: none;
}


/*.nav {background: url('/assets/img/front/bgrdNav1.png') no-repeat; overflow: hidden; margin:5px 0 0 0 }
.nav ul {margin:0;padding:0;list-style:none; padding: 8px 14px 4px 8px;}
.nav li {display:inline;float:left;list-style:none;margin:0;padding:0 11px 0 0; background-image: url('/assets/img/front/navSeparator.jpg'); background-repeat: no-repeat; background-position: right top;}
.nav li.last {padding: 0px; background-image: none;}
.nav li a {float:left;margin:0;padding:0;text-decoration:none; font-family: Tahoma, Arial; font-size: 13px; font-weight: bold; color:#0B3A83}
.nav li a:visited{text-decoration:none}
.nav li a span {float:left;display:block;padding:12px 0 0 0; line-height:normal; height: 38px; cursor:pointer}
.nav li a span.menuItemLeft {padding: 0; width: 19px; height: 50px; }
.nav li a span.menuItemRight {padding: 0; width: 19px; height: 50px; }
.nav li a:hover { color: #fff}
.nav li a:hover span {}

.nav li a.current, .nav li a.onPath {color:#fff;}
.nav li a.current span, .nav li a.onPath span {color:#fff}
.nav li.current a span, .nav li.onPath a span {background-image: url('/assets/img/front/navCentar.png'); background-position: center}
.nav li.current a span.menuItemLeft, .nav li.onPath a span.menuItemLeft {background-image: url('/assets/img/front/navLeft.png')}
.nav li.current a span.menuItemRight, .nav li.onPath a span.menuItemRight {background-image: url('/assets/img/front/navRight.png')}*/

.verticalList {
    width: 180px;
}
.verticalList ul{
    margin: 0;
    list-style: none;
}
.verticalList ul li{
    margin: 0 0 3px 0;
    background: #fff;
    -webkit-box-shadow:  0px 0px 2px 0px #878787;
    box-shadow:  0px 0px 2px 0px #878787;
    -moz-box-shadow:  0px 0px 2px 0px #878787;
}
.verticalList ul li a{
    color: #4E4A49;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px;
    line-height: 130%;
    display: block;
}
.verticalList ul li a:hover, .verticalList ul li a.current, .verticalList ul li a.onPath{
    color: #E30613;
    text-decoration: none;
}


.verticalList ul li.depth3{
    background: #F7F7F7;
    -webkit-box-shadow:  0px 0px 2px 0px #9c9c9c;
    box-shadow:  0px 0px 2px 0px #9c9c9c;
    -moz-box-shadow:  0px 0px 2px 0px #9c9c9c;
}
.verticalList ul li.depth3 a{
    text-transform: none;
    padding-left: 28px;
    background: url('/assets/img/front/sideBar/dotsSideBar.png') no-repeat 15px 17px;
}
.verticalList ul li.depth3 a:hover, .verticalList ul li.depth3 a.current, .verticalList ul li.depth3 a.onPath{
    background: url('/assets/img/front/sideBar/dotsSideBarHov.png') no-repeat 15px 17px;
}


.verticalList ul li.depth4{
    background: #F7F7F7;
    -webkit-box-shadow:  0px 0px 2px 0px #9c9c9c;
    box-shadow:  0px 0px 2px 0px #9c9c9c;
    -moz-box-shadow:  0px 0px 2px 0px #9c9c9c;
}
.verticalList ul li.depth4 a{
    text-transform: none;
    padding-left: 28px;
}
.verticalList ul li.depth4 a:hover, .verticalList ul li.depth4 a.current, .verticalList ul li.depth4 a.onPath{
}



/*RIO 2016 Update*/
/* pozadina treceg linka u glavnoj navigaciji */

/*
#primaryNavigation {
    line-height: 52px;
}

.nav li.ord3.d1 {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #0086CD),
        color-stop(1, #bdcf01)
        );
    background-image: -o-linear-gradient(left, #0086CD 0%, #bdcf01 100%);
    background-image: -moz-linear-gradient(left, #0086CD 0%, #bdcf01 100%);
    background-image: -webkit-linear-gradient(left, #0086CD 0%, #bdcf01 100%);
    background-image: -ms-linear-gradient(left, #0086CD 0%, #bdcf01 100%);
    background-image: linear-gradient(to left, #0086CD 0%, #bdcf01 100%);

}

.nav li.ord3.d1 a {
    color: #ffffff;
}
.nav li.ord3.d1 .navL1 a {
    color: inherit;
}

.nav .navL1 ul li.d2 a {
    color:#4E4A49;
}

.nav li.ord3.d1:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #bdcf01),
        color-stop(1, #0086CD)
        );
    background-image: -o-linear-gradient(left, #bdcf01 0%, #0086CD 100%);
    background-image: -moz-linear-gradient(left, #bdcf01 0%, #0086CD 100%);
    background-image: -webkit-linear-gradient(left, #bdcf01 0%, #0086CD 100%);
    background-image: -ms-linear-gradient(left, #bdcf01 0%, #0086CD 100%);
    background-image: linear-gradient(to left, #bdcf01 0%, #0086CD 100%);
}

.nav li.ord3.d1 a span {
    background: transparent url('/assets/img/front/nav/primNavArrow-white.png') no-repeat bottom center;
}
*/

/*KRAJ - RIO 2016 Update*/

/* RESPONSIVE NAV */

.responsive-search-wrapper {
    position: relative;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.responsive-search {
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #BDBDBD;*/
}
.responsive-search fieldset.searchFieldset input.searchInput {
    float: left;
    width: 100%;
    color: #BDBDBD;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    border: none;
    padding: 15px 10px 15px 70px;
    border-radius: 5px;
    outline: 1px solid #7E95A5;
    width: 100%;
    background: transparent url(/assets/img/front/search_icon.svg) no-repeat left 5px center;
    padding: 10px;
    padding-left: 40px;
}
.responsive-search fieldset.searchFieldset input.searchInput::placeholder {
    color: #fff;
}
.responsive-search fieldset.searchFieldset button.searchButton {
    width: 20px;
    height: 20px;
    right: 0;
    left: auto;
    background-size: 17px auto;
    background-position: top left;
}
.responsive-search fieldset.searchFieldset button.searchButton:hover {
    background-position: left bottom;
}
.responsive-nav {
    display: none;
    float: left;
    position: relative;
    z-index: 9999;
}
.responsive-nav-button {
    width: 17px;
    height: 17px;
    display: block;
    background: url('/assets/img/front/burger_btn.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.responsive-nav-button.active {
    background-position: left bottom;
}

.responsive-nav-wrapper {
    width: 300px;
    position: absolute;
    min-height: 10px;
    right: -260px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    display: block;
    -webkit-transition: right 0.3s ease-out 0.3s;
    -moz-transition:  right 0.3s ease-out 0.3s;
    -o-transition:  right 0.3s ease-out 0.3s;
    transition:  right 0.3s ease-out 0.3s;
    overflow-y: scroll;
    padding-right: 20px;
    box-sizing: content-box;
    display: none;
}
.responsive-nav-wrapper.open {
    display: none;
}
.responsive-nav-wrapper-second {
    z-index: 999;
}
.responsive-nav-wrapper.open {
    right: -20px;
    position: fixed;
}
.responsive-nav-holder {
    background: #fff;
    min-height: 50px;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}
.nav-close {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/assets/img/front/search_close.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    float: right;
    margin: 20px 20px 20px 0;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.responsive-nav-holder .weather {
    width: 100%;
    float: none;
    display: table;
    border-top: 1px solid #272727;
    position: relative;
    z-index: 999;
    background-color: #000;
    height: 80px !important;
    margin-bottom: 20px;
}
.responsive-nav-holder #scene {
    height: 50px !important;
    width: auto;
    float: none;
    margin: 10px auto;
    display: table;
    min-width: 100px;
    max-width: 100%;
}
.responsive-nav-holder .weather #scene div {
    width: 100%;
    text-align: center;
}
.responsive-nav-holder .city {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    float: none;
}
.responsive-nav-holder img {
    width: 30px;
    height: auto;
    float: left;
}
.responsive-nav-holder .temperature {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    width: auto !important;
    margin-left: 5px;
}
.responsive-nav-holder .responsive-search-wrapper {
    position: relative;
    z-index: 999;
    clear: both;
}
.responsive-menu a {
    color: rgba(255,255,255,1);
}
.responsive-menu a.depth1 {
    font-weight: 700;
    float: none;
    font-size: 18px;
    margin: 10px 0 5px;
    text-transform: uppercase;
    clear: both;
    display: table;
}
.responsive-menu a.depth2 {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 0 10px 5px 0;
}
.responsive-menu a.depth3 {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin: 0 10px 5px 0;
}
.responsive-menu a:hover,
.responsive-menu a.depth2:hover,
.responsive-menu a.depth3:hover{
    color: #E30613;
}

.responsive-nav-holder .lang-stream-holder {
    display: flex;
    align-items: center;
    margin: 10px 20px;
    justify-content: space-between;
}

.responsive-nav-holder .language-bar {
    margin-right: 20px;
}

.responsive-nav-holder .social ul {
    margin: 0;
}
.responsive-nav-holder .socialNav {
    display: flex;
    position: relative;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.responsive-nav-holder .social ul li {
    margin:0;
}
.responsive-nav-holder .social ul li:last-child{
    margin-right: 0;
}
#header .responsive-nav-holder .socialNav ul li.facebook a {
    background: url('/assets/img/front/fb.png');
}
#header .responsive-nav-holder .socialNav ul li.twitter a {
    background: url('/assets/img/front/tw.png');
}
.responsive-nav-holder .liveStream a {
    padding: 0;
    margin-right: 5px;
    display: block;
    float: left;
    background-color: #0A1B47;
    padding: 5px;
    border-radius: 50%;
}
.responsive-nav-holder .liveStream a.tv {
    margin-right: 10px;
}

.responsive-menu.primary {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 999;
    clear: both;
}
.responsive-menu.primary ul {
    margin: 0;
    display: table;
    width: 100%;
    list-style: none;
}
.responsive-menu.primary li {
    margin: 0;
    width: 100%;
    position: relative;
}
.responsive-menu.primary li.depth1 a {
    padding: 15px 40px 15px 20px;
    background-color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #E9EAEE;
    color: #0A1B47;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.responsive-menu.primary li.depth1 i {
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    background: url('/assets/img/front/chevron_down_red.svg') no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}
.responsive-menu.primary li.depth1.open-dropdown i {
    background: url('/assets/img/front/chevron_up_red.svg') no-repeat center center;
}
.responsive-menu.primary li.depth2 i,
.responsive-menu.primary li.depth3 i {
    display: none;
}
.responsive-menu.primary ul li.depth1 ul {
    display: none;
}
.responsive-menu.primary ul li.depth1.open-dropdown ul {
    display: block;
}
.responsive-menu.primary ul li.depth1 a.onPath:after {
    width: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #E30613;
    display: block;
    content: "";
    position: absolute;
}
.responsive-menu.primary ul li.depth1.open-dropdown li.depth2 a:after,
.responsive-menu.primary ul li.depth1.open-dropdown li.depth3 a:after {
    display: none;
}
.responsive-menu.primary li.depth2 a {
    padding: 10px 10px 10px 40px;
    background-color: #F3F3F4;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    color: #0A1B47;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.responsive-menu.primary li.depth2 a:hover {
    opacity: 0.8;
}
.responsive-menu.primary li.depth3 a {
    padding: 5px 5px 10px 60px;
    position: relative;
}
.responsive-menu.primary ul li.depth1.open-dropdown li.depth2 a.onPath:after,
.responsive-menu.primary ul li.depth1.open-dropdown li.depth3 a.onPath:after{
    width: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #E30613;
    display: block;
    content: "";
    position: absolute;
}

.responsive-menu.secundary {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 999;
}
.responsive-menu.secundary ul {
    margin: 0;
    display: table;
    width: 100%;
    list-style: none;
}
.responsive-menu.secundary li {
    margin: 0;
    width: 100%;
    position: relative;
}
.responsive-menu.secundary li.depth1 a {
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #E9EAEE;
    color: #0A1B47;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.responsive-menu.secundary li.depth1 i {
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    background: url('/assets/img/front/chevron_down_red.svg') no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}
.responsive-menu.secundary li.depth1.open-dropdown i {
    background: url('/assets/img/front/chevron_up_red.svg') no-repeat center center;
}
.responsive-menu.secundary li.depth2 i,
.responsive-menu.secundary li.depth3 i {
    display: none;
}
.responsive-menu.secundary ul li.depth1 ul {
    display: none;
}
.responsive-menu.secundary ul li.depth1.open-dropdown ul {
    display: block;
}
.responsive-menu.secundary ul li.depth1.open-dropdown a:after {
    width: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #E30613;
    display: block;
    content: "";
    position: absolute;
}
.responsive-menu.secundary ul li.depth1.open-dropdown li.depth2 a:after,
.responsive-menu.secundary ul li.depth1.open-dropdown li.depth3 a:after {
    display: none;
}
.responsive-menu.secundary li.depth2 a {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    color: #0A1B47;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    background: #F3F3F4;
    font-family: 'Roboto Condensed', sans-serif;
}
.responsive-menu.secundary li.depth2 a:hover {
    background: #E30613;
}
.responsive-menu.secundary li.depth3 a {
    padding: 5px 5px 10px 60px;
    position: relative;
}
.responsive-menu.secundary li.depth4 a {
    padding: 5px 5px 10px 80px;
}
.responsive-menu.secundary li.depth5 a {
    padding: 5px 5px 10px 100px;
}
.responsive-menu.secundary ul li.depth1.open-dropdown li.depth2 a.onPath:after,
.responsive-menu.secundary ul li.depth1.open-dropdown li.depth3 a.onPath:after{
    width: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #E30613;
    display: block;
    content: "";
    position: absolute;
}
.userNav {
    height: 24px;
    padding: 10px;
}

/* STORY Depth4 NAV */

#content .menu {
    display: block;
    background: none;
}
#content .menu select {
    background: #fff;
    padding: 10px 20px 10px 15px;
    margin-left: 0;
    color: #0A1B47;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid rgba(21, 37, 49, 0.1);
    width: auto;
    min-width: 300px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/assets/img/front/tv-program-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    margin-bottom: 30px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}

.hoverL2 .navL3,
.hoverL2 .navL4 {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: -2px;
    bottom: 0;
    left: 200px;
    width: 200px !important;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    left: auto;
    width: 200px !important;
    right: 100%;
}
.hoverL2 .navL2 li.d3:hover .navL3,
.hoverL2 .navL2 li.d4:hover .navL4 {
    display: table;
}
#secondaryNavigation .menu ul li.d4,
#secondaryNavigation .menu ul li.d5 {
    padding: 0;
    border: none;
}
#secondaryNavigation .menu ul li.d4 a:after,
#secondaryNavigation .menu ul li.d5 a:after {
    height: 1px;
    display: block;
    content: "";
    background: rgba(38, 54, 65, 0.2);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
}
#secondaryNavigation .menu ul li.d4.last a:after,
#secondaryNavigation .menu ul li.d5.last a:after {
    display: none;
}