@import "ag_banners.css?20190425";

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Bitter, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #222;
    background: #eee;
}

/* ändrat storleken på h3 från standard i bootstrap då red. inte vill ha så stor mellanrubrik */
h3 {
    font-size: 18px;
}

video {
    width: 100% !important;
    height: auto !important;
}

.mt {
    margin-top: 15px;
}

.mb {
    margin-bottom: 15px;
}

.ml {
    margin-left: 15px;
}

.mr {
    margin-right: 15px;
}

.pt {
    padding-top: 15px;
}

.pb {
    padding-bottom: 15px;
}

.pl {
    padding-left: 15px;
}

.pr {
    padding-right: 15px;
}

a {
    color: #00f;
    text-decoration: none;
}

ul.clean,
ol.clean,
ul.clean ul,
ol.clean ul ul.clean li,
ol.clean li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#nav-toggle,
header nav,
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #nav-toggle,
    #nav-toggle > span.fa,
    #current-slider,
    #current-slider h4,
    ul.ag_share > li > a,
    .atf {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.main {
    background: #fff;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
}
/* HEAD --------------------------- */
.print-logo {
    display: none;
}

#pre-header {
    background: #777777;
}

    #pre-header ul {
        display: block;
        margin-bottom: 0;
        padding: 0;
        font-size: 0;
    }

        #pre-header ul li {
            display: inline-block;
            padding: 0;
        }

            #pre-header ul li a {
                padding: 5px 10px 0 10px;
                text-align: center;
                min-width: 40px;
                display: block;
                height: 30px;
                font-size: 20px;
                text-decoration: none;
                color: #ccc;
            }

            #pre-header ul li.active {
                background: #999;
            }

                #pre-header ul li.active a {
                    color: #fff;
                    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                }

            #pre-header ul li.social {
                display: block;
                float: right;
            }

                #pre-header ul li.social li {
                    display: none;
                }

                    #pre-header ul li.social li.search {
                        display: inline-block;
                    }

                #pre-header ul li.social ul li a {
                    font-size: 15px;
                    color: #aaa;
                }

                    #pre-header ul li.social ul li a:hover {
                        color: #fff;
                    }

                #pre-header ul li.social li.pagewidth {
                    display: none;
                }

            #pre-header ul li i.logo {
                display: none;
            }

                #pre-header ul li i.logo.logo-sm {
                    display: inline-block;
                }

#head {
    display: block;
    clear: both;
    position: relative;
}

    #head .intro {
        height: 60px;
        position: relative;
    }

    #head a.brand {
        position: absolute;
        top: 15px;
        width: 160px;
        height: 30px;
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -10000px;
    }

#weather-head {
    position: absolute;
    right: 50px;
    top: 20px;
    cursor: pointer;
}

    #weather-head > span.icon {
        font-size: 30px;
        float: right;
    }

        #weather-head > span.icon > img {
            position: relative;
            height: 35px;
            top: -9px;
            margin-left: 0;
        }
        @media(min-width:768px){
            #weather-head > span.icon > img {
                top: -12px;
                margin-left: 5px;
                height: 60px;
            }
        }

        @media(min-width:992px) {
            #weather-head > span.icon > img {
                height: 70px;
            }
        }

    #weather-head > ul {
        display: inline-block;
        margin-right: 10px;
    }

        #weather-head > ul > li {
            text-align: right;
            position: relative;
            font-family: Oswald, Impact, "Helvetica Neue Condensed", "Arial Narrow", Arial, sans-serif;
            text-transform: uppercase;
        }

            #weather-head > ul > li.date {
                display: none;
                color: #999;
                text-transform: none;
            }

            #weather-head > ul > li.city {
                font-size: 8px;
                line-height: 8px;
            }

            #weather-head > ul > li.temp {
                font-size: 20px;
                line-height: 20px;
                margin-right: -11px;
            }

#head .sticky-wrapper {
    height: auto !important;
}

#head #nav-toggle {
    position: absolute;
    right: 0;
    top: 20px;
    height: 30px;
    background: #999;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 40px;
    font-size: 20px;
    line-height: 20px;
}

    #head #nav-toggle.stuck {
        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 105;
        height: 39px;
        font-size: 29px;
        line-height: 29px;
        opacity: .8;
    }

#head.nav-open #nav-toggle {
    height: 40px;
}

    #head.nav-open #nav-toggle > span.fa {
        margin-top: 6px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #head.nav-open #nav-toggle.stuck > span.fa {
        margin-top: 0;
    }

#head nav {
    max-height: 0;
    overflow: hidden;
}

#head.nav-open nav {
    max-height: 600px;
    overflow: auto;
}

#head nav > ul,
#head nav > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #head nav > ul > ul {
        display: none;
    }

#head nav > ul {
    background: #999;
    padding-top: 5px;
}

    #head nav > ul > li {
        font: 300 1.3em Oswald, "Helvetica Neue Condensed", "Arial Narrow", Arial;
        text-transform: uppercase;
    }

        #head nav > ul > li > a {
            display: block;
            padding: 7px 15px;
            color: #fff;
            border-bottom: solid 1px #aaa;
            text-decoration: none;
        }

        #head nav > ul > li.active > a {
            background: #fff;
            color: #999;
            margin: 0 5px;
        }

        #head nav > ul > li.active > ul {
            background: rgba(0,0,0,.2);
            margin: 0 5px;
        }

        #head nav > ul > li.active ul li,
        #head nav > ul > li.active ul li a {
            color: #fff;
        }

            #head nav > ul > li.active ul li a {
                display: block;
                padding: 8px;
                text-transform: none;
            }

#current-slider {
    background: #eee;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 50px;
}

    #current-slider.critical {
        background: #fee !important;
    }

        #current-slider.critical > li > h4 {
            border-color: #fee !important;
        }

    #current-slider > li {
        font: 300 1.1em Oswald, "Helvetica Neue Condensed", "Arial Narrow", Arial;
        display: none;
        white-space: nowrap;
        position: absolute;
    }

        #current-slider > li.active {
            display: block;
        }

        #current-slider > li > h4 {
            border: solid 10px #eee;
            position: relative;
            z-index: 10;
            color: #999;
            font-size: 1em;
            font-weight: 300;
            text-transform: uppercase;
            background: #ddd;
            margin: 0 5px 0 0;
            padding: 0 10px;
            line-height: 30px;
            display: inline-block;
        }

            #current-slider > li > h4 a {
                color: #999999;
            }

        #current-slider > li > ul {
            display: inline-block;
            white-space: nowrap;
        }

            #current-slider > li > ul > li {
                display: inline-block;
                margin: 0 15px 0 0;
                line-height: 30px;
                white-space: nowrap;
            }

                #current-slider > li > ul > li > a {
                    color: #333;
                    text-decoration: none;
                }

                    #current-slider > li > ul > li > a:hover {
                        color: #000;
                    }

        #current-slider > li.critical > h4,
        #current-slider > li.critical > h4 > a {
            background-color: #d00 !important;
            color: #fff;
        }

        #current-slider > li.critical > ul > li,
        #current-slider > li.critical > ul > li > a {
            font-weight: 700;
            color: #d00 !important;
        }
/* SHARING ----------- */
.ag_share {
    border-bottom: solid 1px #ddd;
}

    .ag_share:before {
        display: block;
        padding: 5px 5px 3px 5px;
        content: 'Dela artikeln';
        float: none;
        text-align: center;
        color: #999;
        font-size: .8em;
        border-bottom: solid 1px #ddd;
    }

    .ag_share > li {
        float: left;
        text-align: center;
        width: 19%;
        font-size: 20px;
        margin: 4px .333%;
    }

        .ag_share > li > a {
            display: block;
            padding: 5px 0;
            background: #eee;
            color: #fff;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }

            .ag_share > li > a:hover {
                -webkit-transform: scale(1.2) rotate(1deg);
                -ms-transform: scale(1.2) rotate(1deg);
                transform: scale(1.2) rotate(1deg);
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
            }

        .ag_share > li.s_fb > a {
            background: #3b5998;
        }

        .ag_share > li.s_tw > a {
            background: #41aaee;
        }

        .ag_share > li.s_go > a {
            background: #d62d20;
        }

        .ag_share > li.s_pr > a {
            background: #333;
        }

        .ag_share > li.s_em > a {
            background: #999999;
        }

        .ag_share > li.s_in > a {
            background: #008CC9;
        }

    .ag_share.stuck {
        border-bottom: none;
        display: block;
        z-index: 101;
        position: fixed;
        top: 0;
        left: 0;
        right: 60px;
        background: #fff;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        padding: 0 3px;
    }

        .ag_share.stuck:before {
            display: none;
        }

        .ag_share.stuck > li > a {
            font-size: 15px;
        }

body.no-print .ag_share > li {
    width: 23%;
    margin: 4px 1%;
}

    body.no-print .ag_share > li.s_pr,
    body.no-print .ag_share > li.s_pr > a {
        display: none !important;
    }


/* Gamla kommentarer ---------------------- */
section.page-comments article p.text {
    white-space: pre-wrap;
}


/* RIGHT COLUMN -------------------------- */
h3.header {
    margin: 0 0 15px;
    background: #eee;
    font-size: 1.5em;
    cursor: pointer;
}

    h3.header span {
        display: inline-block;
        padding: 5px 10px;
        background: #999;
        color: #fff;
        font-family: Oswald, "Arial Narrow", Impact, Arial, Sans-serif;
        font-weight: 300;
        text-transform: uppercase;
    }

        h3.header span a {
            background: transparent;
            color: #fff;
        }

            h3.header span small,
            h3.header span a small {
                display: block;
                color: #fff;
                text-transform: none;
                font-weight: 300;
                font-size: .5em;
            }

    h3.header i.fa {
        float: right;
        margin: 7px;
        color: #999;
        display: inline-block;
    }

.rightcol section {
    display: inline-block;
    margin-bottom: -12px;
}

    .rightcol section.center-block {
        display: block;
    }

    .rightcol section:last-child {
        margin-bottom: 0;
    }

    .rightcol section .content,
    .leftcol section .content {
        display: none;
    }

        .rightcol section .content img {
            max-width: 100%;
            height: auto;
        }

    .rightcol section.open h3 i.fa,
    .leftcol section.open h3 i.fa {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rightcol section.open,
    .leftcol section.open {
        display: block;
        margin-bottom: 20px;
    }

        .rightcol section.open .content,
        .leftcol section.open .content {
            display: block;
            position: relative;
            border-bottom: solid 5px #ddd;
        }

    .rightcol section .content:after,
    .leftcol section .content:after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 15px;
        overflow: hidden;
    }

/* PAPER in RIGHT COLUMN -------------------*/
#ePaper .content {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #eee;
    margin-top: -15px;
    box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
    position: relative;
}

#ePaper .bg {
    opacity: .5;
    background-position: center -15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

#ePaper .content a.paper {
    position: relative;
    display: block;
    z-index: 2;
}

    #ePaper .content a.paper img {
        box-shadow: 0 2px 20px rgba(0,0,0,.5);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        max-width: 100%;
    }

    #ePaper .content a.paper .btn {
        white-space: normal;
        max-width: 100%;
    }

    #btn-change-edition {
        margin-bottom: 15px;
    }

#ePaper a.paper:hover img {
    -webkit-transform: scale(1.05) rotate(2deg);
    -moz-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
}

#ePaper {
    margin-bottom: 25px;
}

/* TV in RightColumn -------------*/
#agTV .content {
    font-size: .8em;
}

    #agTV .content ul, #agTV .content ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        position: relative;
    }

        #agTV .content ul li a img {
            width: 100%;
            padding: 2px;
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
            border: solid 1px #ddd;
            margin-bottom: 5px;
        }

        /*#agTV .content ul li a:after {
            content: ">";
            position: absolute;
            display: block;
            left: 50%;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            background: #fff;
            margin: -15px 0 0 -15px;
            background: rgba(255,255,255,.7);
            box-shadow: 0 3px 6px rgba(0,0,0,.4);
            top: 42%;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
            color: #333;
            transition: all 300ms ease;
        }

        #agTV .content ul li a:hover:after {
            transform: scale(1.3);
            background: #eee;
        }*/

        #agTV .content ul li a {
            text-decoration: none;
        }

            #agTV .content ul li a span.title {
                font-family: Oswald, Arial, sans-serif;
                font-size: 1.4em;
                color: #333;
            }

/* Navigation in Right Column ------------ */
ul.navigation {
    font-family: Oswald, "Arial Narrow", Impact, Arial, Sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

    ul.navigation a {
        display: block;
        padding: 5px 7px;
        color: #666;
        border-bottom: solid 1px #ddd;
    }

        ul.navigation a:before {
            content: "\f114";
            display: inline-block;
            font: normal normal normal 12px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            width: 24px;
        }

    ul.navigation li.active > a {
        color: #000;
    }

        ul.navigation li.active > a:before {
            content: "\f115";
        }

    ul.navigation > li > ul {
        padding: 5px 0 5px 20px;
        border-bottom: solid 1px #ddd;
        font-size: .9em;
    }

        ul.navigation > li > ul > li > a {
            border: none;
        }

/* CMS Forms ------------------------------- */

.formtable th {
    width: 40%;
}

.formtable th,
.formtable td {
    padding-top: 5px;
}

    .formtable td > input[type='checkbox'],
    .formtable td > input[type='radio'] {
        margin-right: 10px;
    }

.formtable input[type='submit'],
.formtable input[type='button'] {
    margin-left: 5px;
}

.table-full .formtable {
    width: 100%;
}

    .table-full .formtable th {
        width: auto;
    }

/* MM210113 Tillagd för att dölja högerspalten som blir smått rörig under denna bredd. Önskat på prov av Mats*/
@media (max-width: 767px) {
    .hidden-print {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #pre-header ul li.social li {
        display: inline-block;
    }

    #head.nav-open #nav-toggle {
        height: 60px;
    }

        #head.nav-open #nav-toggle > span.fa {
            margin-top: 15px;
        }

    #head .intro {
        height: 80px;
    }

    #head a.brand {
        left: 0;
        width: 265px;
        height: 50px;
    }

    #weather-head {
        top: 25px;
    }

    #nav-toggle {
        top: 25px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 50px;
    }

    #pre-header {
        z-index: 1000;
        position: fixed;
        left: 0;
        top: 0;
        height: 36px;
        overflow: hidden;
        width: 100%;
        background: #333;
        background: rgba(0, 0, 0, 0.8);
        font-size: 0;
    }

        #pre-header ul li {
            display: inline-block;
            height: auto;
        }

            #pre-header ul li a {
                font-size: 20px;
                height: auto;
                padding: 4px 10px;
            }

                #pre-header ul li a:hover {
                    background: #000;
                    color: #fff;
                }

            #pre-header ul li.ja a:hover {
                background-color: #069;
                color: #fff;
            }

            #pre-header ul li.ea a:hover {
                background-color: #ed0;
                color: #333;
            }

            #pre-header ul li.sa a:hover {
                background-color: #360;
                color: #fff;
            }

            #pre-header ul li.gf a:hover {
                background-color: #fff;
                color: #069;
            }

            #pre-header ul li.mm a:hover {
                background-color: #069;
                color: #ddd;
            }

            #pre-header ul li.ag a:hover {
                background-color: #6c0;
                color: #000;
            }

            #pre-header ul li.active {
                background: #eee;
            }

                #pre-header ul li.active a {
                    color: #333;
                    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
                }

                    #pre-header ul li.active a:hover {
                        background: transparent;
                        color: #000;
                    }

            #pre-header ul li.social {
                z-index: auto;
                position: relative;
                right: auto;
                top: auto;
                background: transparent;
                padding: 0;
            }

                #pre-header ul li.social li {
                    display: inline-block;
                }

                #pre-header ul li.social ul li a {
                    margin-top: 5px;
                }
    /*
    #pre-header ul li.social{display:block; z-index:1000; position:fixed; right:0; top:44px; background:#333; background:rgba(0,0,0,.8); padding: 0 5px 5px 5px}
    */

    #head .intro {
        height: 80px;
    }

    #head a.brand {
        left: 0;
        width: 265px;
        height: 50px;
    }

    #weather-head {
        right: 0;
        top: 25px;
    }

    #head nav {
        max-height: none;
    }

        #head nav > ul {
            padding-top: 0;
            font-size: 0;
        }

            #head nav > ul > li {
                display: inline-block;
                font-size: 15px;
                margin-left: -1px;
            }

                #head nav > ul > li > ul {
                    display: none;
                }

                #head nav > ul > li > a {
                    padding: 5px 5px;
                    border-right: solid 1px #aaa;
                    border-left: solid 1px #aaa;
                }

                #head nav > ul > li:first-child > a {
                    border-left: none;
                }

                #head nav > ul > li.active > a {
                    margin: 0;
                    background: #ddd;
                    border-bottom-color: #bbb;
                    color: #333;
                }
    /* Sharing ------- */
    .ag_share.stuck:before {
        display: block;
        font-family: Oswald, Impact, "Helvetica Neue Condensed", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
    }

    .ag_share.stuck {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: auto;
        width: 200px;
        padding: 0 5px;
    }


    .rightcol section {
        display: block;
        margin-bottom: 0;
    }


    /* Listor med kolumner ----------- */
    ul.clean.cols-3 > li,
    ol.clean.cols-3 > li {
        white-space: nowrap;
        float: left;
        width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 3%;
    }

    ul.clean.cols-2 > li,
    ol.clean.cols-2 > li {
        white-space: nowrap;
        float: left;
        width: 42%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 3%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Navigation ------------- */
    #head nav > ul > li {
        width: 33.333334%;
        margin: 0;
    }

        #head nav > ul > li > a {
            width: 100%;
            padding: 5%;
            border-right: none;
            text-align: center;
        }
    /* Make it fluid: .container{width:98%;} */
}

@media (min-width: 992px) {
    /* Head ---------- */
    #head .intro {
        height: 100px;
    }

    #head a.brand {
        width: 370px;
        height: 70px;
    }

    #pre-header {
        border-bottom: solid 4px #eee;
        height: 44px;
    }

        #pre-header ul li {
            display: inline-block;
            height: auto;
        }

            #pre-header ul li a {
                font-size: 30px;
            }

            #pre-header ul li i.logo.logo-sm {
                display: none;
            }

            #pre-header ul li i.logo-lg {
                display: inline-block;
            }

    #weather-head {
        top: 20px;
    }

        #weather-head > span.icon {
            font-size: 60px;
            float: right;
        }

        #weather-head > ul {
            width: 275px;
        }

            #weather-head > ul > li {
                display: block;
                text-align: right;
                font-weight: 300;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                #weather-head > ul > li.date {
                    display: block;
                    font-size: 20px;
                    line-height: 26px;
                    margin-top: 0px;
                }

                #weather-head > ul > li.city {
                    font-size: 28px;
                    line-height: 34px;
                    margin-top: 1px;
                }

                #weather-head > ul > li.temp {
                    font-size: 60px;
                    line-height: 60px;
                    margin-right: -20px;
                    margin-left: 10px;
                    float: right;
                }

    #head nav > ul > li {
        font-size: 16px;
    }

        #head nav > ul > li > a {
            padding: 7px 7px;
        }

    /* Right Column ----- */
    .rightcol h3,
    .leftcol h3 {
        cursor: default;
    }

        h3.header i.fa,
        .leftcol h3 i.fa {
            display: none;
        }

    .rightcol section .content,
    .leftcol section .content {
        display: block;
    }

    .rightcol section.open,
    .leftcol section.open {
        margin-bottom: 0;
    }

        .rightcol section.open .content,
        .leftcol section.open {
            border-bottom: none;
        }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }

    .main {
        padding: 0 15px;
    }
    /* Head ---------- */
    #head nav > ul {
        text-align: inherit;
    }

        #head nav > ul > li {
            font-size: 18px;
            margin-left: 0;
        }

            #head nav > ul > li > a {
                padding: 7px 10px;
                border-left: none;
            }
}

@media (min-width: 1360px) {
    body {
        font-size: 18px;
    }

    #pre-header ul li.social li.pagewidth {
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    .formtable tr,
    .formtable td,
    .formtable th {
        display: block;
        position: relative;
    }

        .formtable tr > td:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 2.5em;
            color: #faa;
        }

    .formtable td {
        padding-top: 0;
    }

    .formtable th {
        padding-top: 10px;
        width: auto;
    }
}

@media print {
    body {
        margin-top: 0;
    }

    .print-logo {
        display: block;
        width: 6cm !important;
        height: auto !important;
        margin: 0 auto;
    }

    #main-content {
        width: 100%;
    }

    .siter-sites,
    .sticky-wrapper {
        display: none;
    }
}

/* ---- Online Paper ---- */
#divEditions svg path {
    fill: #d1dee6;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

    #divEditions svg path:hover {
        fill: #0574b6;
    }

.paper-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 15000;
}

    .paper-overlay > iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .paper-overlay > button {
        position: absolute;
        right: 5px;
        top: 5px;
        background: rgba(0,0,0,.7);
        border: none;
        color: #fff;
        padding: 5px 10px;
    }

#divMiniatures .thumbnail {
    border: none;
    padding: 0;
}

    #divMiniatures .thumbnail img {
        filter: brightness(95%);
        position: relative;
        cursor: pointer;
        transition: all 200ms ease-in-out;
        box-shadow: 0 2px 3px #aaa;
        margin: 0 5px 5px 0;
        z-index: 1;
    }

    #divMiniatures .thumbnail .caption p {
        margin-bottom: 0;
    }

    #divMiniatures .thumbnail .caption .btn {
        padding: 2px 15px;
        margin-top: 15px;
    }

#divMiniatures img:hover {
    transform: scale(1.025);
    box-shadow: 0 5px 10px #ddd;
    z-index: 10;
    filter: brightness(100%);
}
/*Adblock warning common*/
#adBlock_modal_main {
    text-align: center;
}

#adBlock_modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

#adBlock_modal .modal-title {
    font-size: 30px;
}

#adBlock_modal .modal-body {
    font-size: 18px;
}

#adBlock_modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

#adBlock_modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#video {
    width: 100%;
    padding: 20px;
    background: url(/tv/loading.gif) no-repeat center center #fff;
    background-size: 119px 75px;
}


.parallax-group {
    position: relative;
    overflow: hidden;
}

.parallax {
    position: absolute;
}

ul.dash{
    list-style-type: '- ';
}