/*
 Theme Name:  Document
 Version:     1.0.140
 Description: Classical theme for Document
 Author:      Document
 Author URI:  https://www.document.no   
*/

@import url('//fonts.googleapis.com/css?family=Libre+Baskerville');
@font-face {
    font-family: 'League Spartan Bold';
    font-style: normal;
    font-weight: 700;
    src:
        url(fonts/leaguespartan-bold.woff) format('woff'),
        url(fonts/leaguespartan-bold.ttf) format('truetype');
}

/* Contact Us page */

h4.sidebar-heading {
    font-family: 'League Spartan Bold';
    font-weight: 700;
    font-size: 18px;
}

/* Hide reCAPTCHA badge. */

.grecaptcha-badge {
    display: none;
}

/* reCAPTCHA disclaimer */

.form-recaptcha-disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #708090;
}

.form-recaptcha-disclaimer a {
    color: #708090;
}

.form-recaptcha-disclaimer a:hover {
    color: #46505a;
}

/* Do not wrap words in headings. */

h1, h2, h3, h4, h5, h6 {
    word-wrap: normal;
}

/* Info box (e.g. debate guidelines) */

.alert-info a {
    color: #31708f;
    font-weight: 400;
    text-decoration: underline;
}

.alert-info a:hover {
    color: #31708f;
    font-weight: 400;
    text-decoration: none;
}

/* Remove 'optional' tag from billing/shipping fields. */

span.optional { display: none;}

/* My Account page */

.woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-MyAccount-content a {
    color: #337ab7;
}

.woocommerce-MyAccount-content a:hover {
    color: #337ab7;
    text-decoration: underline;
}

.woocommerce-MyAccount-content a.woocommerce-button {
    margin: 3px;
    white-space: nowrap;
}

.woocommerce-MyAccount-content a.woocommerce-Button {
    margin: 3px;
    white-space: nowrap;
}

/* Search results */

.searchform {
    margin: 15px 0px 15px 0px;
}

.search-image {
    float: left;
    margin: 15px 15px 0px 0px;
    height: auto;
    width: 150px;
}

.search-text {
    overflow: hidden;
    font-size: 14px;
}

/* ElasticPress highlighting */

.ep-highlight {
    background-color: #e4fc5b;
}

/* Featured image */

img.featured-image {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

/* Single product page */

.variations .label {
    color: #333;
    font-size: 100%;
}

/* Product image */

.product-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.attachment-woocommerce-full,
img.woocommerce-placeholder {
    width: 100%;
    height: auto;
}

/* Remove Egenregistrering from upgrade/downgrade page */

.woocommerce-grouped-product-list #product-396648 {
    display: none;
}

/* Caption text */

.wp-caption-text {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

/* User menu and search bar in header*/

.user-menu,
.search-bar {
    margin: 15px 0px 15px 0px;
    float: right;
}

.search-bar {
    width: 150px;
    margin-right: 15px;
}

.user-menu ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
}

.user-menu  li {
    background-color: midnightblue;
    float: left;
    font-family: 'League Spartan Bold', sans-serif;
    font-size: 14px;
    border-radius: 15px;
    margin-right: 10px;
    padding: 10px 12px 5px 12px;
    text-align: center;
    transition: 0.2s;
}

.user-menu ul > li:first-child {
    background-color: gold;
}

.user-menu li:hover {
    opacity: 0.75;
}

.user-menu li a,
.user-menu li a:hover {
    color: #fffff8;
}

/* Drop-down feature in main menu */

.nav-item .submenu { 
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu > li:hover > .submenu {
    display: block;
}

/* Donate page */

.woocommerce .single-product .product .summary {
    float: none;
    width: 100%;
}

/* Voucher product page*/

.voucher-image-option {
    display: none;
}

/* My account menu */

@media (min-width: 767px) {
    .woocommerce-MyAccount-navigation {
        border-right: 1px solid #d4d4d4;
    }
}
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 6px;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #be0003;
    color: white;
}
.woocommerce-MyAccount-navigation li:hover:not(.is-active) a {
    background-color: #555555;
    color: white;
}

/* My account pages */

.woocommerce .button.cancel {
    background-color: #be0003;
    color: #ffffff;
}
.woocommerce .button.reactivate {
    background-color: #03be00;
    color: #ffffff;
}
.woocommerce .button.cancel:hover {
    background-color: #c8282b;
    color: #ffffff;
}
.woocommerce .button.reactivate:hover {
    background-color: #2bc828;
    color: #ffffff;
}

/* Sign up page */

img.attachment-woocommerce_thumbnail {
    width: 100vw;
    max-width: 100px;
}

/* Checkout page */

.woocommerce .checkbox input[type="checkbox"] {
    position: relative;
}
.woocommerce a.remove {
    display: inline-block;
    margin-right: 7px;
}
.woocommerce  ul.payment_methods {
    list-style: none;
}

/* Old code */

body {
    background-color: #FFFFFF;
    word-wrap: break-word;
    font-size: 16px;
    font-family: 'Georgia', serif;
    font-weight: 500;
    height: 100%;
}
article {
    border-bottom: 6px solid rgba(0, 0, 0, 0.05);
}
a {
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}
.leftimg {
    float: left;
    margin: 7px 7px 7px 0;
}
.fullimg {
    width: 100%!important;
    height: auto;
}
.rightimg {
    float: right;
    margin: 7px 0px 7px 7px;
}
.widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_links ul {
    margin: 0;
    padding: 0;
    font-size: .857em;
}
.widget_recent_entries ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_links ul li:before {
    font-family: 'FontAwesome';
    margin-right: .53em;
    display: inline-block;
    opacity: 0.35;
}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_entries ul li:before, .widget_pages ul li:before {
    content: "\f0f6";
}
.widget_recent_comments ul li:before {
    content: "\f0e5";
}
.widget_nav_menu ul li:before, .widget_links ul li:before {
    content: "\f0c1";
}
.widget ul {
    margin-left: 0;
    list-style: none;
}
.footer {
    background-color: #FFFFFF;
    padding: 1.618em 0;
    border-top: 1px #E4E4E4 solid;
    margin-top: 20px;
}
.post-navigation {
    margin: 0 0 1.618em;
}
.post-navigation a {
    color: #0f5fff;
}
.navbar-document {
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 10px 10px;
}
.category-name {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
nav.pagination {
    position: relative;
    display: block;
    float: right;
}
.nav-links {
    position: relative;
    font-size: 15px;
}
.nav-links ul {
    margin: 0;
    padding: 0,
}
.nav-links ul li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}
.nav-links ul li span.current {
    padding: 10px 12px;
    background: #777;
    border: 1px solid #777;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}
.nav-links ul li a {
    padding: 10px 12px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
}
.nav-links ul li a:hover {
    background: #999;
    border-color: #888;
    color: #fff;
}
.page-header {
    padding-bottom: 0px;
    margin-top: 0;
}
article {
    text-align: left;
}
textarea {
    resize: vertical;
}
.view-more {
    background-color: transparent !important;
    color: #BD170C !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.navbar-brand {
    padding: 0;
}
@media (max-width: 1199px) {
    .navbar-brand {
        padding-top: 10px;
    }
    .navbar-brand img {
        width: 180px;
        height: 30px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand {
        padding-top: 20px;
    }
    .navbar-brand img {
        width: 300px;
    }
}
.post_box {
    padding-bottom: 20px;
}
.post_image {
    padding-bottom: 10px;
}
.post_title {
    text-align: left;
}
.post_title a {
    color: #0033B3;
}
.post_author {
    padding-bottom: 10px;
}
.post_text {
    text-align: left;
}
.wp-caption, .wp-caption img, article img {
    max-width: 100%;
    height: auto;
}
article blockquote {
    font-size: 16px;
}
#front_kort {
    background-color: #dcedfe;
}
#front_kort a {
    color: black;
}
#front_debatt {
    margin-top: -10px;
    padding-top: 10px;
    background-color: #ffebd6;
}
#front_debatt a {
    color: black;
}
#front_kulturhj {
    background-color: #eff4e1;
}
#front_kulturhj a {
    color: black;
}
#front_sitat {
    border: 1px solid #d3d3d3;
}
.navbar-collapse {
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a {
    padding: 7px 7px;
}
.list-unstyled .menu-item {
    font-size: 14px;
}
@media (min-width: 768px) {
    .navbar-nav>li {
        display: inline-block;
        float: none;
    }
    .navbar-nav {
        text-align: right;
    }
    .navbar-collapse {
        padding-right: 0!important;
    }
}
.post_text img {
    width: 100%;
    height: auto;
}
.wpp-post-title {
    font-weight: normal;
}
.wpp-list {
    padding: 0;
}
.artcle-top-img img {
    width: 100%;
}
@media (max-width: 767px) {
    article img {
        /* width: 100%; */
    }
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
@media (min-width: 992px) {
    .article-cond-padding {
        padding-left: 40px;
    }
}
a {
    color: #333;
}
p {
    margin: 0 0 20px;
}
article a {
    color: #1955a5;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #d4d4d4;
}
article a:hover {
    color: #1955a5;
}
article {
    border: none;
    font-size: 17px;
}
.post-navigation a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    border: none;
    color: #000;
}
h1, h2, h3, h4 {}
.page-header>h2 {
    font-size: 40px;
    font-family: 'Libre Baskerville', georgia, serif;
    line-height: 52px;
}
.img-responsive {}
.top-padding {
    padding-top: 15px;
}
.left-nopadding {
    padding-left: 0;
}
@media (min-width: 767px) {
    .right-nopadding {
        padding-right: 0;
    }
}
@media (min-width: 767px) {
    .extra-padding-right {
        padding-right: 50px;
        border-right: 1px solid #d4d4d4;
    }
}
@media (min-width: 767px) {
    .extra-padding-left {
        padding-left: 50px !important;
    }
}
@media (min-width: 767px) {
    .extra-padding-left {
        padding-left: 50px;
    }
}
.top-buffer {
    margin-top: 20px;
}
.divider-row {
    border-top: #d4d4d4 solid 1px;
    margin: 10px 0 20px 0;
}
img.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.header-icons {
    font-size: 17px;
    color: #666;
}
.kategori-font {
    font-family: 'League Spartan Bold', helvetica, sans-serif;
    margin: 5px 0 20px 0;
}
.kategori-titler a {
    font-weight: normal;
}
.kategori-line {
    width: 70px;
    border-top: 4px solid #333;
    margin: 10px 0 5px 0;
}
.most-read {
    border-left: 1px solid #d4d4d4;
    padding: 0 0 0 27px;
    margin-top: 0;
}
.most-read-image {
    overflow: hidden;
    float: left;
    width: 100px;
    height: 80px;
    margin-right: 5px;
}
.most-read>h4 {
    margin-top: 0;
    font-family: 'League Spartan Bold', sans-serif;
}
.cat-front-title>h4 {
    margin-top: 0;
    font-family: 'League Spartan Bold', sans-serif;
}
.image-caption-text {
    font-size: 14px;
    font-style: italic;
    color: #555;
    margin: 0 0 30px 0;
}
.logo-image {
    width: 600px;
}
.boxed-headline {
    background-color: #ededed;
    padding-bottom: 4px;
    margin: 0 0 19px 0;
    border: 1px solid #bbb;
}
.boxed-headline>a {
    color: #333;
}
.newspeek-section {
    border-bottom: 1px solid #999;
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
}
.post_title a {
    color: #111;
    font-size: 20px !important;
    line-height: 27px;
    font-weight: normal;
}
.bigger_headline .post_title a {
    font-size: 30px !important;
    line-height: 1.3;
}
.top_post_bolder_title .post_title a {
    font-size: 22px !important;
    font-weight: bold;
}
.post_image {
    overflow: hidden;
    padding-bottom: 57%;
    position: relative;
}
.oyeblikket_image {
    padding-bottom: 37% !important;
}
.post_image img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-caption, .wp-caption img, article img {
    height: auto;
    max-width: 100%;
    /* width: 100%; */
}
.quote-separator {
    border-bottom: none;
    margin: 20px 0 0 0;
}
.sitatet {
    font-size: 23px;
    margin: 25px 0 35px;
    text-align: center;
}
.sitatet>p {
    margin: 0;
}
.sitatet a {
    color: inherit;
    font-weight: inherit;
}
.sitatet p::first-line {
    color: #bf0005;
    font-size: 23px;
}
.sitatet p::first-child::first-letter {
    float: left;
    font-size: 65px;
    line-height: 50px;
    padding: 6px 6px 5px 0;
    color: #bf0005;
    margin: 6px 3px 6px 0;
    text-shadow: 2px 2px 1px #eee, 3px 3px 1px #666;
}
.post_box {
    padding-bottom: 10px;
}
.textwidget a {
    color: #fff;
    font-weight: normal;
}
.artblock {
    background-color: #eee !important;
    margin: 20px 0 30px 0 !important;
}
.byline-lead-kill {
    font-family: 'League Spartan Bold', sans-serif;
    text-transform: normal;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.byline-lead {
    text-transform: normal;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.byline {
    font-size: 13px;
    font-family: 'League Spartan Bold', sans-serif;
    letter-spacing: 0.3px;
}
.byline-date {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-style: italic;
}
.byline>a {
    color: inherit;
    font-weight: normal;
}
.pagination {
    font-family: 'Arial';
    font-weight: normal;
}
.cat-bg-style {
    background-color: black !important;
}
.cat-text-style {
    color: white !important;
}
.section.catname {
    border-top: 1px solid #ccc;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    margin: 45px 0 5px 0;
}
.innertitle>a {
    color: #bf0005;
    font-family: 'League Spartan Bold', 'Helvetica', sans-serif;
}
.innertitle-main>a {
    color: #222 !important;
}
.innertitle-singlepost {
    font-size: 13px;
}
.category-name {
    font-size: 18px;
}
.category-name>a {
    color: #333 !important;
}
.wpp-thumbnail {
    margin: 0 15px 0 0 !important;
}
.wpp-list {
    padding-left: 0;
}
.wpp-post-title {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
}
.badge {
    font-family: 'Arial';
    font-weight: normal;
}
.section-author {
    color: #bf0005;
    margin: 0 0 12px 0 !important;
}
.section-cattitle-centered, .section-cattitle-centered a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #bf0005;
    font-family: 'League Spartan Bold', sans-serif;
    font-size: 13px;
}
.section.catname .section-cattitle {
    left: 0;
    position: absolute;
    top: -27px;
}
.title-boxed, .section.catname .section-cattitle, .section-cattitle, .section-author {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.title-boxed .innertitle, .term-title .innertitle, .hero .term .innertitle, .section.catname .section-cattitle .innertitle, .section-cattitle .innertitle {
    border-color: #999 #999 #fff;
    border-width: 1px;
    color: #bf0005;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 8px 10px 6px 0;
    opacity: 1.0;
}
.article-title-border {
    border-top: solid 1px #d4d4d4;
    margin: 10px 0 20px 0;
}
.toppmeny {
    text-transform: normal;
    font-size: 13px;
    margin: 1px 0 0 0;
}
.toppmeny>a {
    color: #999;
    font-weight: normal;
}
.navbar {
    min-height: 10px;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    float: none;
    margin-bottom: 1px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px 3px 10px;
    position: relative;
}
.page-header {
    border: none;
}
.navbar-nav {
    text-align: center;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
.nav.navbar-nav a {
    color: #111 !important;
    font-weight: normal;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-collapse {
    margin-top: 0;
}
.dropcap {
    float: left;
    font-size: 87px;
    line-height: 66px;
    padding-top: 10px;
    padding-right: 5px;
    color: #bf0005;
    margin-left: -4px;
}
body {
    background-color: #FFFFFF;
    word-wrap: break-word;
    font-size: 15px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    height: 100%;
    line-height: 1.6 !important;
}
.video-teaser-heading {
    font-size: 17px;
    color: #333;
}
.video-teaser-heading a {
    color: inherit;
    font-weight: normal;
}
.teaser-border {
    border-top: 1px solid #d4d4d4;
    margin-bottom: 6px;
}
.nav.nav-tabs {
    font-family: 'League Spartan Bold';
}
.nav.active>a {
    color: #bf0005 !important;
    outline: 0;
}
.nav>a {
    color: #333;
}
.tab-content {
    margin-top: 30px;
}
.nav-tabs {
    border-bottom: 1px solid #999;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #999 #999 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: default;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: none !important;
}
.nav-tabs>li>a:hover {
    border-color: #999 #999 #999;
}
.media-heading a {
    color: inherit;
}
.media {
    margin-top: 0;
    margin-bottom: 15px;
}
.media.front_post_media {
    border-top: 1px solid #d4d4d4;
    padding-bottom: 5px;
    padding-top: 25px;
}
.media-left, .media>.pull-left {
    padding-right: 25px;
    margin-bottom: 10px;
}
.social-box {
    border-top: 2px solid #333;
}
.social-icons {
    margin-top: 10px;
}
.social-icons>a:hover {
    background-color: #000;
}
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #444;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-25 {
    padding-right: 25px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-25 {
    padding-left: 25px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-25 {
    margin-right: 25px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-25 {
    margin-left: 25px;
}
.footer {
    color: #333;
    border-top: none;
    margin-top: 0;
    padding: 1.618em 0;
    position: relative;
    z-index: 10;
}
.footer-links>a {
    font-weight: normal;
}
.footer-center i {
    background-color: #33383b;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    color: #fff;
}
.footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}
.footer-center i.fa-credit-card {
    font-size: 17px;
    line-height: 38px;
}
.footer-center p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: 'League Spartan Bold';
}
.footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}
.footer-center p a {
    text-decoration: none;
    ;
}
.footer-icons {
    margin-top: 10px
}
.footer-icons>h4 {
    font-family: 'League Spartan Bold', sans-serif;
    font-size: 15px;
}
.footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.has-pullquote:before {
    padding: 20px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
    content: attr(data-pullquote);
    float: right;
    width: 320px;
    margin: 12px -50px 24px 36px;
    position: relative;
    top: 5px;
    font-size: 20px;
    line-height: 30px;
}
.pullquote-left:before {
    float: left;
    margin: 12px 51px 24px 0;
    width: 251px;
}
.pullquote-league:before {
    font-family: 'League Spartan Bold', 'Helvetica', sans-serif;
    font-weight: 100;
    top: 10px !important;
    color: #bf0005;
}
.pullquote-libre:before {
    font-family: 'Libre Baskerville', 'Georgia', serif;
    font-weight: normal;
    color: #bf0005;
    top: 10px !important;
    font-style: italic;
}
a:focus {
    outline: medium none;
    text-decoration: none;
}
.panel-heading .accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #bf0005;
    opacity: 0.8;
}
.panel-heading .accordion-toggle.collapsed::after {
    content: "\e080";
}
.tips-wrapper {
    height: 650px;
    /* overflow-y: scroll; */
}
.kort-kommentarer {
    font-size: 12px;
    padding-top: 10px;
}
.kort-kommentarer a {
    color: #777;
    font-weight: normal;
}
.kort-kommentarer a:hover {
    color: #333;
}
.kort>a {
    color: #bf0005;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
.kort-title {
    line-height: 21px;
}
.kort-title a {
    outline: 0;
    text-decoration: none;
    font-family: 'League Spartan Bold', 'Helvetica', sans-serif;
}
.kort-text {
    font-size: 14px;
    padding: 1px 15px 15px 0;
}
.panel-body.kort-text>a:after {
    content: "\f08e";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding-left: 3px;
}
.panel-heading {
    padding: 15px 15px 15px 0;
}
.panel-default>.panel-heading {
    background-color: #fff !important;
    border: none;
}
.panel-default {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.panel-group {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.kort-border-divider {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 15px 0 0;
}
.carousel-caption {
    padding-bottom: 0 !important;
    right: 10%;
    left: 10%;
}
.carousel-control {
    opacity: 0.4;
}
.carousel-caption.kunstbilde {
    padding-top: 0;
}
.kunstbilde-item {
    max-height: 400px;
}
.kunstbilde-tittel {
    text-align: center;
    margin: 30px 0 15px;
}
.kunstbilde-tittel a {
    color: white;
    font-weight: normal;
    text-shadow: 1px 1px 2px #333;
    opacity: 0.9;
    font-size: 17px !important;
}
.kunstbilde-tittel a:hover {
    opacity: 1;
}
.kunstbilde-static-text {
    color: #333;
    font-size: 11px;
    opacity: 1.0;
    text-transform: uppercase;
    margin: 20px 0 17px 0;
}
.kunstbilde-static-text h4 {
    font-size: 10px;
    letter-spacing: 0.3em;
    font-weight: normal;
}
.kunstbilde_box {
    padding-bottom: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.kunstbilde-text-frame {
    border: solid 1px;
    padding: 5px 5px 2px 8px;
}
.modal-backdrop {
    opacity: 0.7 !important;
}
.modal-footer.kunstbilde-modal {
    border: 0;
}
.modal-header.kunstbilde-modal {
    border: 0;
}
.modal-title.kunstbilde-modal {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    color: white;
}
.modal-content.kunstbilde-modal {
    background-color: #000;
    color: white;
    text-align: center;
}
.modal-content.kunstbilde-modal a {
    color: white;
    font-weight: normal;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.close.kunstbilde-modal {
    color: white;
    opacity: 0.7;
    font-size: 25px;
}
.close.kunstbilde-modal:focus, .close.kunstbilde-modal:hover {
    color: #fff;
    opacity: 0.9;
}
.section.kultur {
    padding: 0;
    position: relative;
    text-align: center;
    margin: 15px 0 1px 0;
}
.post_title.kultur {
    text-align: center;
}
.post_author.kultur {
    text-align: center;
}
.quote-separator.kultur {
    border-top: #d4d4d4 solid 1px;
    border-bottom: none;
    margin: 20px 0 20px 0;
}
.adseparator {
    margin: 10px 0px 10px 0px;
}
.video-img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
/* .video-img-container img {
    width: 100%;
} */
.video-img-container:hover img {
    opacity: 0.8;
}
.video-img-container a {
    opacity: 0.8;
    top: 0;
    z-index: 500;
}
.video-img-container:hover a {
    opacity: 0.9;
}
.video-img-container a span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.video-img-container a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
}
.category-title-page {
    font-family: 'League Spartan Bold', sans-serif;
}
.oyeblikk-top {
    border-top: 1px solid #d4d4d4;
    margin-top: 20px;
    padding-top: 20px;
}
.oyeblikk-category-title a {
    color: #333;
}
.oyeblikk-ptext {
    color: #666;
    font-size: 14.5px;
}
.bottom-row-titles {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}
.bottom-row-category>a {
    font-family: 'League Spartan Bold';
    font-size: 14px;
    padding: 0 20px 10px 0;
    text-transform: uppercase;
}
.bottom-row-list {
    padding: 0 15px;
    list-style: none;
    font-size: 14px;
    font-family: 'League Spartan Bold';
    line-height: 18px;
}
.breakingnews-container {
    background-color: black;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'League Spartan Bold';
    width: 100%;
}
.breakingnews-cat-title {
    background-color: #FF0000;
}
.breakingnews-title {
    color: #230000;
    letter-spacing: 2.5px;
}
.tickernews-container {
    background-color: #CF102D;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-family: 'League Spartan Bold';
    line-height: 24px;
    text-align: left;
}
.tickernews-cat-title {
    background-color: #FECE00;
    padding-right: 5 px;
}
.tickernews-title {
    color: #232300;
    font-family: 'League Spartan Bold';
    font-size: 30px;
    letter-spacing: 1.2px;
}
.ticker {
    margin: 16px 0 0 0;
    text-align: left;
}
#ticker-bullhorn {
    float: left;
    color: #000;
    margin-top: 15px;
    font-size: 27px;
    line-height: 18px;
}
#pulse-container {
    margin-top: 27px;
    margin-left: 140px;
    position: absolute;
    background: #bf0005;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 10;
    position: absolute;
}
.dot {
    border: 10px solid #fff;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
