.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:'PT Sans', 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:#CC0000}
.menu ul li a.current, .menu ul li a.onPath {text-decoration: none; color:#CC0000}

/*---------------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: 12px; 
    color: #FFCC33;
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 0;
}
#secondaryNavigation .menu ul li.d1 a,
#secondaryNavigation .menu ul li.d1 a:visited {
    color: #0c0c0c;
    font-family: 'PT Sans', sans-serif;
    padding: 0;
    border-bottom: 2px solid #ffcc33;
}
#secondaryNavigation .menu ul li.d2 a,
#secondaryNavigation .menu ul li.d2 a:visited {
    border-bottom: 0;
}
#secondaryNavigation .menu ul li a.onPath {
    color: #CC0000;
}
#secondaryNavigation .menu ul li a:hover {color: #CC0000;}
/*---------------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; left: -20px; width: 130px; 
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    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: #CC0000;}
.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: 130px;width: 130px !important; display: table;}

.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: 10px 20px 16px;
          padding: 0;
          box-sizing: border-box;}
.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{color: #fff; font-size: 14px;font-family: 'PT Sans', sans-serif; font-weight: 700; text-transform: uppercase;
         padding: 0 8px; margin: 0 8px;
         display: block;}
.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: #be1e2e;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: 12px;
    font-weight: 600;
/*    padding: 12px 20px;*/
    padding: 6px 20px;
    color: #000;
    text-transform: none;
}
#secondaryNavigation .menu ul li.d2 a.onPath,
#secondaryNavigation .menu ul li.d3 a.onPath{
    color: #fff;
}
#secondaryNavigation .menu ul li.d2 a:hover,
#secondaryNavigation .menu ul li.d3 a:hover {
    color: #fff;
}
#secondaryNavigation .menu ul li.d2,
#secondaryNavigation .menu ul li.d3{
    padding: 0;
    border: none;
}
#secondaryNavigation .menu ul li.d2.hoverL2 a.subL2 {
    background: #be1e2e;
    color: #fff;
}

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

.navL1{display: none;}
.hoverL1  .navL1 {
    display: block; 
    position: absolute; 
    z-index: 100;
    background: #fff; 
    top: 24px; 
    left: 0px; 
    width: auto;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
}
.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: #000; font-weight: 600; font-size: 13px; text-transform: none; margin: 0; 
/*              padding: 12px 20px;*/
              padding: 6px 20px;
              position: relative;display: block;z-index: 9;}
.hoverL1  .navL1 ul li a:after {height: 1px;display: block;content: "";background: #272727;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: #be1e2e; color: #fff;}
.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;
    border-top: 2px solid #CC0000;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
}
.hoverL2  .navL2 ul li {
    float: none; 
    display: block; 
    padding: 12px 0; 
    border: none; 
    margin: 0;
    line-height: 130%; 
    text-align: left; 
    padding: 0 20px; 
    background: #fff;
}
.hoverL2  .navL2 ul li:hover { background: #CC0000;}
.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: #fff;
}
.hoverL1  .navL1 ul li.hoverL1.hoverL2 .navL2 ul li a {
    color: #000;
}
.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: #000; 
    font-weight: 600; 
    font-size: 13px; 
    text-transform: none; 
    margin: 0; 
/*    padding: 12px 0; */
    padding: 6px 0;
    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: #be1e2e;}
.hoverL2  .navL2 ul li a:hover:before, .hoverL1  .navL2 ul li a.onPath:before {width: 3px;top: 0;bottom: 0;right: 0;background:#be1e2e;display: block;content: "";position: absolute;}
.hoverL2  .navL2 ul li .navHolder{height: auto;}
.navL2 ul li:hover, .navL2 ul li.onPath{
    background: #be1e2e;
}
.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: #be1e2e; 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 {
    width: calc(100% - 25px);
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 25px;
}
.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: 30px;
    height: 24px;
    display: block;
    background: url('/assets/img/front/responsiveNavButton.png');
    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: rgba(0,0,0,1);
    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: #981825;
    min-height: 50px;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}
.nav-close {
    width: 24px;
    height: 24px;
    display: block;
    background: url('/assets/img/front/nav-close.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    float: right;
    margin: 25px 40px 25px 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: #CB0000;
}

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

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

.responsive-nav-holder .social ul {
    margin: 0;
}
.responsive-nav-holder .socialNav {
    display: table;
    position: relative;
    z-index: 999;
    margin-left: 10px;
}
.responsive-nav-holder .social ul li {
    float: left;
    margin: 0 5px 10px 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;
}
.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: #981825;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #be1e2e;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.responsive-menu.primary li.depth1 i {
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    background: url('/assets/img/front/responsiv-nav-arrows.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
/*    cursor:n-resize;*/
}
.responsive-menu.primary li.depth1.open-dropdown i {
    background-position: bottom left;
}
.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;
    right: 0;
    background: #CB0000;
    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: #be1e2e;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    border-bottom: 1px solid #981825;
    color: #fff;
    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: #CB0000;
    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: 700;
    border-bottom: 1px solid #be1e2e;
    color: #FFCC33;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.responsive-menu.secundary li.depth1 i {
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    background: url('/assets/img/front/responsiv-nav-arrows.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.responsive-menu.secundary li.depth1.open-dropdown i {
    background-position: bottom left;
}
.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: #CB0000;
    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: 700;
    border-bottom: 1px solid #000;
    color: #FFCC33;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.responsive-menu.secundary li.depth2 a:hover {
    background: #CB0000;    
}
.responsive-menu.secundary li.depth3 a {
    padding: 5px 5px 10px 60px;
    position: relative;
}
.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: #CB0000;
    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: #141414;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #BDBDBD;
    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;
}

