/****************************************************************************************
FROM CUSTOM.CSS in root folder
****************************************************************************************/


div.custom_title {background:none; border-bottom: 1px dashed #B2B2B2; display:block; width:100%; margin:0 0 10px 0; padding:0;}
div.custom_title > span.menu_image {background:url(../img/menu_cat.png) 0 0 no-repeat; width:33px; height:17px; display: inline-block; margin: 0 0 -3px;}
div.custom_title > a.roll-link {
    color: #ed8522;
    font-weight: normal;
    word-wrap: break-word;
    text-decoration: none;
    font-family: 'Metro Headline', 'Arial Black', Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:24px !important;
}



/****************************************************************************************
CUSTOM MAIN MENU
****************************************************************************************/
#subwrapper {
    padding:0px 12px 6px 12px;
}
@media only screen and (min-width: 1200px) {
    #custom-main-menu {
        width:1176px;
    }
    #selected {
        background-position:8px 18px;
    }
    .myMenu li a:link, .myMenu li a:visited, .myMenu li span {
        font-size:18px;
        padding: 9px 11px 9px 22px;
    }
    .takeover-netbook #custom-main-menu {
        width:957px;

    }

    .takeover-netbook #selected {
        background-position:6px 18px;
    }
    .takeover-netbook .myMenu > li > a:link, .myMenu > li > a:visited {
        font-size:13px;
        padding: 9px 9px 9px 18px;
    }



}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
    #custom-main-menu {
        width:957px;
    }
    #selected {
        background-position:6px 18px;
    }
    .myMenu li a:link, .myMenu li a:visited, .myMenu li span {
        font-size:14px;
        padding: 9px 9px 9px 18px;
    }
}
@media only screen and (max-width: 980px) {
    #custom-main-menu {
        width:738px;
    }
    #selected {
        background-position:2px 16px;
    }
    .myMenu li a:link, .myMenu li a:visited, .myMenu li span {
        font-size:14px;
        padding: 9px 6px 9px 12px;
    }
}
#menu-button-wrapper {
    display:none;
    z-index:9999;

}
#custom-main-menu {
    /*margin:0 0 12px 0; METRO NL ACTIVE*/
    background-color:#fff;
    border-bottom:#b2b2b2 solid 1px; METRO NL ACTIVE
}
/*style the main menu*/
.myMenu {
    margin:0;
    padding:0;
    height:42px;
}
.myMenu li {
    list-style:none;
    float:left;
    font: 12px Arial, Helvetica, sans-serif #111;

}
.myMenu li a:link, .myMenu li a:visited, .myMenu li span {
    display:block;
    text-decoration:none;
    background-color:#fff;
    margin:0 0 0 0;
    font-family: "Metro Headline", "Arial Black", Helvetica, sans-serif;
    color: #111;
    font-size: normal;
    cursor: pointer;
}
.myMenu li a:hover {
    background-color:#f1f1f1;
    color:#f47721;
    text-shadow:0px 1px 0px #fff;
}
.myMenu li a.active {
    background-color:#f1f1f1;
    color:#f47721;
    text-shadow:0px 1px 0px #fff;
}
#selected {
    background-image:url('../img/menu_arrow.png');
    background-repeat:no-repeat;
}

.svg #selected {
    background-image: url('../img/menu_arrow.svg');
    background-repeat: no-repeat;
}


/*style the sub menu*/
.myMenu li ul {
    position:absolute;
    visibility:hidden;
    border-top:1px solid #fff;
    margin:0;
    padding:0;
    box-shadow:0px 5px 6px rgba(0, 0, 0, 0.3);
    z-index:999;
    /*opacity: 0.95;*/
}
.myMenu li ul li {
    display:inline;
    float:none;
}
.myMenu li ul li a:link, .myMenu li ul li a:visited {
    background-color:#f9f9f9;
    width:auto;
    font-size:13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
}
.myMenu li ul li a:hover {
    background-color:#f1f1f1;
    text-shadow:0px 1px 0px #fff;
}
#b-nav{
    margin:0 0 0 22px;
}
#b-nav li a {
    color:#666;
    font-size:10px;
    text-decoration:none;
    font-weight: normal;
}
#b-nav li.selected a {
    color:#666;
    font-size:10px;
    text-decoration:none;
}
#b-nav-2 {
    line-height: 1.3;
}
#b-nav-2 li {
    display:none;
}
#b-nav-2 li a{
    color:#666;
    font-size:10px;
    text-decoration:none;
}
#b-nav-2 a:visited {
    color:#666;
    font-size:10px;
    text-decoration:none;
}
#b-nav-2 li.selected {
    display:block;
    text-decoration:underline;
    color:#666;
    font-weight:normal;
}




/* Redesign launch */

.teaser-component.most-read-2 {
    border: 1px solid #bbb;
    box-sizing: border-box;
}
.teaser-component.most-read-2 .module-title {
    color: #000;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #bbb;
}
.teaser-component.most-read-2 ul {
    margin:0 10px;
}

.teaser-component.one-col .teaser-component-inner {
    border: 1px solid #bbb;
}
.teaser-component.one-col .border-inner {
    margin:0 10px;
}
.teaser-component.one-col .module-title {
    background-color: #f47721;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
    font-size:14px;
    padding: 5px 0 5px 10px;
}

.keyline-component {
    border-bottom: none;
}
.keyline-component .text h4 {
    background: url(../img/keyline-menu.png) no-repeat left top #21591d;
    padding: 5px 0px 0px 26px;
    height: 20px;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 15px;
}
.keyline-component .text h4 a{
    color: #FFF;
    font-size: 15px;
    float: left;
}
.keyline-component.menu .text h4 span {
    background: url(../img/keyline-menu.png) no-repeat 0 -50px;
    width: 13px;
    float: right;
    margin: 2px 8px 6px 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.keyline-component.menu .text h4 span::before{
    display: none;
}
.keyline-component.menu .text h4 .keyline-menu ul {
    background-color: #22591c;
    margin: 25px 0px 5px 0px;
}
.keyline-component.menu .text h4 .keyline-menu ul li a {
    color: #fff;
    padding: 5px 9px;
}
.keyline-component.menu .text h4 .keyline-menu ul li {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
}


/****KEYLINES END***/



#super-top, #section-1 {
    position:relative;
}




/*##HOT TOPICS HTML##*/

div#topicmfp {
    margin: 0 0 25px;;
    height:52px;
    font-weight:bold;
}

#topicmfp ul{
    margin:0;
    padding:0;
    list-style:none;
    height:52px;
    background:#F1F2F3 url('../img/htbg_end_v3.gif') no-repeat right top;
    overflow: hidden;
}

#topicmfp ul li.topic-title	{
    background:#F47721 url('../img/htbg_v3.gif') no-repeat right top;
    float:left;
    height:52px;
}

#topicmfp ul li{
    float:left;
    height:52px;
}


#topicmfp ul li span {
    font-family:"Metro Headline","Arial Black";
    font-size:20px;
    font-weight:normal;
    color:#fff;
    line-height:55px;
    height:52px;
    padding:0px;
    margin:0 38px 0 18px;
    display:block;
    text-transform:uppercase;
}

#topicmfp ul li a {
    display:block;
    height:52px;
    line-height:52px;
    text-decoration:none;
    font-family:Helvetica, arial, sans-serif;
    color:#4f4f4f;
    font-size:15px;
    font-weight: bold;
    text-shadow:0 1px 0 #fff;
    padding:0 25px;
    outline:none;
}

#topicmfp ul li a:hover {
    color:#f47721;
}




.takeover-netbook #topicmfp ul li a {
    padding: 0 12px;
}







@media only screen and (min-width: 1200px) {
    #topicmfp ul li a {
        font-size:15px;
        padding:0 25px;
    }

    .takeover-netbook #topicmfp ul li a {
        padding: 0 12px;
    }

    #promos {
        width: 792px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {

    #topicmfp ul li a {
        font-size:13px;
        padding: 0 20px;
    }

}



@media only screen and (max-width: 980px) {
    #topicmfp ul li span {
        font-size:14px;
    }
    #topicmfp ul li a {
        font-size:11px;
        padding: 0 11px;
    }
    .takeover-netbook #topicmfp ul li a {
        padding: 0 11px;
    }
}

/***Custom CSS to increase gap between Promo 1 and Promo 2 14598 ***/

/*.promo-2 .image img {
    position: absolute;
    right: -45%;
    bottom: 0px;
} */


/***Replacement of logotype  17449***/


/*header .logotype a {
    width: 240px;
    height: 100px;
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url('../img/metro new year logo.svg');
}
.svg header .logotype a {
 background-image: url('../img/metro new year logo.svg');

}*/
.antireklama_2015 {
    text-align:center;
}
.antireklama_2015 img {
    max-height: 600px;
    margin: 20px auto;
}


.keyline-component.menu .text h4 span {
    background: url(../img/keyline-menu.png) no-repeat 0 -50px;
    width: 13px;
    float: right;
    margin: 2px 8px 6px 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.keyline-component.menu .text h4 span::before{
    display: none;
}
.keyline-component.menu .text h4 .keyline-menu ul {
    background-color: #22591c;
    margin: 25px 0px 5px 0px;
}
.keyline-component.menu .text h4 .keyline-menu ul li a {
    color: #fff;
    padding: 5px 9px;

}
.keyline-component.menu .text h4 .keyline-menu ul li {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    text-align:left;
}