@charset "UTF-8";

/*
*Author: vinbrennevin
*Table of content:
1. Fonts
2. Basic style
3. Section Common CSS
4. Header
5. Main Banner
6. Home Page Css
7. Footer
8. Sticky Sidebar Css
9. Responsive Css  
*/


/*===========================================
1. Fonts 
===========================================*/

@font-face {
    font-family: 'AktivGroteskEx-Bold';
    src: url('../fonts/AktivGroteskEx-Bold.eot');
    src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype'), url('../fonts/AktivGroteskEx-Bold.svg#AktivGroteskEx-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers-Extended';
    src: url('../fonts/Univers-Extended.eot');
    src: url('../fonts/Univers-Extended.eot?#iefix') format('embedded-opentype'), url('../fonts/Univers-Extended.woff2') format('woff2'), url('../fonts/Univers-Extended.woff') format('woff'), url('../fonts/Univers-Extended.ttf') format('truetype'), url('../fonts/Univers-Extended.svg#Univers-Extended') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*===========================================
2. Basic style 
===========================================*/

body {
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 1;
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    position: relative;
}

a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 10, 255, 0);
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -ms-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}

a:hover {
    color: #670D4A;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

figure a::after {
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    font-family: 'AktivGroteskEx-Bold';
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 8px;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 6px;
}

figure {
    margin: 0;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

iframe {
    display: block;
}

.relative-box {
    position: relative;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active {
    outline: 0;
    box-shadow: none;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

textarea {
    resize: none;
}

.row:before,
.row:after {
    display: none !important;
}


/*===========================================
3. Section Common CSS
===========================================*/

a.no-fill,
a.no-fill:hover {
    border-bottom: none;
}


/* section{
    padding-bottom: 50px;
} */

.text-uppercase {
    text-transform: uppercase !important;
}

.heading-big1 {
    font-size: 36px !important;
}

.section-heading h2 {
    border-bottom: 2px solid #000000;
    margin-bottom: 27px;
}

.post-thumb {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    height: 177px;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    -o-transition: all ease .75s;
    transition: all ease .75s;
}

.post-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post-thumb.auto-height-thumb {
    height: auto;
}

.post-thumb120 {
    height: 120px;
}

.post-thumb127 {
    height: 127px;
    margin-bottom: 0px;
}

.post-thumb137 {
    height: 137px;
}

.post-thumb245 {
    height: 245px;
}

.post-thumb273 {
    height: 273px;
}

.post-thumb362 {
    height: 362px;
}

.post-thumb417 {
    height: 417px;
}

.post-thumb403 {
    height: 417px;
}

.post-thumb553 {
    height: 553px;
}

.grid .post-thumb {
    height: auto;
}

.grid .post-thumb img {
    will-change: transform;
    -webkit-transition: all .75s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all .75s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .75s cubic-bezier(.25, .8, .25, 1);
    transition: all .75s cubic-bezier(.25, .8, .25, 1);
}

.post-content {
    border-bottom: 2px solid #808080;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.post-category {
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Univers-Extended';
    margin-bottom: 10px;
}

.post-category a {
    color: #670D4A;
}

.post-category a:hover,
.post-read-more ul li a:hover {
    color: #670D4A;
}

.post-content h2 {
    margin: 8px 0px 15px;
    padding-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 69px;
    line-height: 1.2;
}

.post-content h3 {
    margin: 8px 0px 15px;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    line-height: 1.25;
}

.post-content h2,
.post-content h3:hover {
    color: #670D4A;
}

.post-content p {
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-read-more {
    margin-top: 25px;
    font-family: 'Lato-Regular';
}

.post-read-more ul {
    list-style-type: none;
}

.post-read-more ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 10px;
    text-transform: uppercase;
}

.post-read-more ul li:last-child {
    margin-right: 0px;
}

.post-read-more ul li a {
    color: #670D4A;
}

.post-read-more ul li a:hover {
    color: #670D4A;
    border-bottom: 1px solid #670D4A;
    ;
}

.btn-lesmer {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-family: 'AktivGroteskEx-Bold';
}


/* .btn-lesmer a {
    display: flex;
    width: 185px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: 39px;
    height: 40px; border-radius: 50px; background: #000; color: #fff;
} */

.btn-lesmer a {
    display: flex;
    width: 185px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: 39px;
    height: 40px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    border: none;
}


/* .btn-lesmer a:hover{ 
}  */

.port-absolute-box {
    position: absolute;
    left: 8%;
    bottom: 32%;
    width: 38%;
}

.post-banncontent h3 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.1;
    margin: 20px 0px 30px;
}

.post-banncontent p {
    font-size: 13px;
    line-height: 1.2;
}

.post-hlisting {
    display: table;
    margin-bottom: 50px;
}

.post-hlisting .post-thumb {
    display: table-cell;
    width: 210px;
}

.post-hlisting .post-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 0;
    border-bottom: none;
}


/*post-box-layout*/

.post-box-layout {
    box-shadow: 2px 1px 7px 2px #dcdcdc;
}

.box-img-thumb {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    height: 360px;
}

.box-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    -o-transition: all ease .75s;
    transition: all ease .75s;
}

.box-img-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post-box-container {
    padding: 25px 30% 25px 25px;
}

.post-box-container h3 {
    margin-bottom: 20px;
}

.video-gallery a {
    position: relative;
}

.video-gallery a:before {
    content: '\f04b';
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.colorbr-container {
    background: #fff;
}

.post-listing80 h3 {
    font-size: 24px;
}

.post-listing80 p {
    font-size: 17px;
}

.plus-post:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background: #72768a;
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 7px 0px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
}


/*------ads-----*/

.ads-box img {
    width: 100%;
}

.ads-marginbtm30 {
    margin-bottom: 30px;
}


/*===========================================
4. Header
===========================================*/

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
}

.header-sticky {
    display: none;
}

.navigation-sticky {
    background: #670D4A;
    padding: 5px 25px;
}

.header-sticky.header-fill {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    /* z-index: 99; */
    display: block;
    animation: animateheader 0.5s;
    -webkit-animation: animateheader 0.5s;
    -moz-animation: animateheader 0.5s;
    box-shadow: 0px 3px 6px #c3c3c3;
    -webkit-box-shadow: 0px 3px 6px #c3c3c3;
    -moz-box-shadow: 0px 3px 6px #c3c3c3;
    background: #670D4A;
}

.header-logo {
    display: inline-block;
    width: 200px;
    position: relative;
    z-index: 1;
}

.header .container.relative-box {
    padding: 8px 35px;
}

.header-fill .container {
    padding: 0px 10px;
}

.navigation {
    display: inline-block;
    width: calc(100% - 205px);
    text-align: right;
}

.navigation ul {
    display: inline-block;
}

.navigation ul li {
    font-family: 'AktivGroteskEx-Bold';
    text-transform: uppercase;
    font-size: 11px;
    list-style-type: none;
    display: inline-block;
    padding: 20px 12px;
}

.navigation ul li a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.navigation ul li a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.header-search {
    display: inline-block;
    font-size: 19px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.header-sticky .navigation ul li a {
    color: #fff;
}

.header-sticky .navigation ul li a:hover {
    border-bottom: 1px solid #fff;
}

.header-sticky .header-search {
    color: #fff;
}


/*-----mobile navigation------*/

.mob-nav {
    display: none;
    margin-left: 25px;
}

.mob-navtoggle {
    cursor: pointer;
    display: inline-block;
    padding: 3px 0px;
    position: relative;
    top: 5px;
    z-index: 9999;
}

.mob-navtoggle span {
    background: #000;
    height: 3px;
    width: 30px;
    position: relative;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mob-toggleicon .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.mob-toggleicon .line:nth-child(2) {
    opacity: 0;
}

.mob-toggleicon .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.mob-nav-menu {
    height: 100%;
    width: 100%;
    background: #ccc;
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0px;
    transition: all ease .5s;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 3px -2px 10px rgba(0, 0, 0, 0.5);
}

.mob-nav-menu.mobnav-show {
    display: block;
}

.mob-nav-list {
    background: #fff;
    display: inline-block;
    padding: 100px 20px 20px;
    text-align: left;
    width: 500px;
    overflow-x: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
}

.mob-nav-list ul {
    padding-right: 20px;
    width: 100%;
    height: 99%;
    overflow-y: auto;
}

.mob-nav-list ul li {
    width: 50%;
}

.mob-nav-list ul li {
    display: block;
    margin-bottom: 15px;
    padding: 0px;
}

/* .mob-dropdown-box {
    display: none !important;
}

.mob-dropdown-show {
    display: inline-block !important;
    border-left: 1px solid #000;
    padding-left: 30px;
    float: right;
    margin-right: -230px;
}

.mob-dropdown-box.mob-dropdown-show li {
    font-size: 13px;
    width: 100%;
} */

.mob-nav-list ul li a:hover,
.mob-nav-list ul li a:focus {
    color: #005ec6;
    border-bottom-color: #005ec6;
}

.mob-dropdown a {
    position: relative;
}
#menu-primary-menu span.sub-toggle {
    top: 2px;
    color: #670D4A;
    padding: 0 5px;
    right: -8px;
    font-size: 16px;
    font-family: 'OpenSans-Light';
    position: absolute;
    top: 16px;
    cursor: pointer;
}
.menu-item-has-children {
    position: relative;
}
#menu-primary-menu ul.mob-dropdown-box {
    position: absolute;
    background: #efefef;
    top: 110%;
    left: 0;
    width: 240px;
    text-align: left;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    
}
.mob-nav-list ul.mob-dropdown-box {
    margin-left: 22px;
    margin-top: 5px;
}
#menu-primary-menu .menu-item-has-children ul.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: 100%;
}
#menu-primary-menu .menu-item-has-children ul.show a {
   color: #000;
}

/* .mob-dropdown a:before {
    content: '\f105';
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    position: absolute;
    right: -20px;
}

.mob-dropdown.mob-dropdown-icon a:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    color: #005ec6;
}

.mob-dropdown-box li a:before {
    display: none;
} */

.inner-header {
    z-index: 9999;
    height: 70px;
}


/* .single .inner-page-section{
    padding-top: 50px;
} */


/*===========================================
5. Main Banner
===========================================*/

.main-banner {
    position: relative;
}

.banner-row {
    width: 100%;
    display: table;
}

.banner-col42 {
    display: table-cell;
    width: 66.8%;
    vertical-align: top;
}

.banner-col58 {
    display: table-cell;
    width: 33.2%;
}

.featured-element {
    position: relative;
    width: 100%;
}

.highlights-featured1 .featured-imgthumb {
    height: 367px;
    width: 100%;
    overflow: hidden;
}

.highlights-featured2 {
    width: 100%;
    float: left;
}

.highlights-featured2 .featured-element .featured-imgthumb {
    height: 181.5px;
    width: 100%;
    overflow: hidden;
}

.featured-imgthumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    transition: all ease .75s;
}

.featured-element:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
}

.highlights-featured1 .featured-element h2 {
    font-size: 22px;
}

.highlights-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 20px 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9304096638655462) 0%, rgba(255, 255, 255, 0) 100%);
}

.highlights-title h2 {
    font-size: 16px;
    line-height: 1.2;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    -o-transition: all ease .75s;
    transition: all ease .75s;
}

.featured-element h2 a {
    color: #fff;
}

.featured-element h2 a:hover {
    /* color: #fff;
    border-color: #fff; */
    color: #670D4A;
    border-color: transparent;
}

#banner-menu {
    width: 100%;
    /* margin-bottom: 40px; */
}

#banner-menu {
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-menu-wrapper {
    width: 100%;
    background: #670D4A;
}

#banner-menu ul {
    position: relative;
    /* z-index: 1; */
    display: flex;
}

#banner-menu ul li {
    font-family: 'AktivGroteskEx-Bold';
    font-size: 13px;
    flex: 16.667%;
    text-align: center;
    margin-right: 0px;
    list-style-type: none;
}

#banner-menu ul li:last-child {
    border-right: none;
}

#banner-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px 0 9px;
    color: #fff;
    border-bottom: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#banner-menu ul li a:hover {
    border-bottom: none;
    background: #000;
}

#banner-menu img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease 0.8s;
}


/*===========================================
CTA btn section Css
===========================================*/

.cta-btn-section {
    padding: 0px 100px;
    margin-bottom: 40px;
}

.cta-btn-wrapper {
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.3);
}

.cta-btn-element {
    width: 33.33%;
    display: inline-block;
    background: #fff;
    margin-right: -4px;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    min-height: 102px;
    vertical-align: middle;
}

.cta-btn-element img {
    margin-bottom: 5px;
}

.cta-btn-element h3 {
    font-size: 18px;
    text-align: center;
    position: relative;
}

.cta-btn-element:before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    right: 20%;
    top: 20%;
}

.cta-btn-element:after {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 20%;
    bottom: 20%;
}

.cta-btn-imgbg {
    background: url(../images/inner-banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-btn-imgbg h3 {
    color: #fff;
}

.cta-overlay {
    background: rgba(222, 74, 66, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.cta-btn-imgbg:after,
.cta-btn-imgbg:before {
    border-color: #fff;
    z-index: 1;
}

.cta-btn-imgbg img {
    position: relative;
    z-index: 1;
}

.vm-cta-btn {
    display: block;
    width: 100%;
    background: #161a3a;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-top: 40px;
}

.vm-cta-btn:hover {
    color: #fff;
    background: #20275a;
}


/*===========================================
6. Siste content Css
===========================================*/

.siste-nyheter-block {
    margin-bottom: 35px;
    background: #161a3a;
}

.siste-heading {
    background: #161a3a;
    padding: 16px 15px;
}

.siste-heading h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}

.siste-content ul li {
    list-style-type: none;
    display: table;
    width: 100%;
    color: #fff;
}

.siste-date-time {
    display: table-cell;
    width: 65px;
    padding: 12px 5px 12px 8px;
    background: rgba(0, 0, 0, 0.15)
}

.siste-time-box {
    font-size: 13px;
    margin-bottom: 3px;
}

.siste-date-box {
    font-size: 9px;
}

.siste-event-detail {
    display: table-cell;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    width: calc(100% - 65px);
    padding: 12px 10px;
}

.siste-element1 {
    background: #333b86;
}

.siste-element2 {
    background: #2d3478;
}

.siste-element3 {
    background: #272d69;
}

.siste-element4 {
    background: #222759;
}

.siste-element5 {
    background: #1c214a;
}

.siste-element6 {
    background: #161a38;
}


/*===========================================
6. Home Page Css
===========================================*/

.fixed-banner {
    background: url(../images/full-banner2.jpg) no-repeat top center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    padding-bottom: 50vh;
    margin-bottom: 50px;
}

.fixed-banner .overlay {
    background: rgba(17, 82, 101, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
}


/**------ski-podcasten------------*/

.ski-podcasten {
    padding-bottom: 30px;
}


/*----------vinbrennevin-partnere-----*/

.vinbrennevin-partnere {
    padding-top: 30px;
}

.vinbrennevin-partnere-heading {
    text-transform: uppercase;
    background: #670D4A;
    padding: 15px 25px;
}

.vinbrennevin-partnere-heading h2 {
    font-size: 19px;
    color: #fff;
}

.vinbrennevin-partnere-heading span {
    font-size: 12px;
    color: #fff;
    float: right;
    margin-top: -15px;
}

.vinbrennevin-partnere-conatiner {
    padding: 25px 25px;
    background: #fff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
}

.post-box-listing {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.post-category-info {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: 12px;
}

.post-box-listing-content {
    padding: 20px;
}

.post-box-listing .post-thumb {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.post-box-listing h3 {
    margin-bottom: 12px;
    margin: 8px 0px 20px;
}

.post-box-listing h2 {
    line-height: 1.2;
}

.post-box-listing p {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.row-gap10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-gap10 .col-gap10 {
    padding-left: 5px;
    padding-right: 5px;
}


/*-------mixed-post-section-------*/

.arti-post-listing1 {
    padding-bottom: 20px;
}

.arti-post-listing1 .post-thumb {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 280px;
}

.arti-post-listing1 .post-box-listing {
    min-height: 375px;
}

.arti-post-listing2 .post-box-listing {
    min-height: auto;
}

.post-with-ads1 {
    width: calc(100% - 210px);
}

.post-with-ads2 {
    width: calc(100% - 350px);
}

.post-with-ads3 {
    width: calc(100% - 610px);
}

.arti-post-listing6 .post-box-listing .post-thumb {
    height: 390px;
}

.post-slider-section {
    margin-top: 30px;
}

.post-slider-section .port-container .post-thumb {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.post-slider-section .post-content.equal-height-box p {
    min-height: 51px;
}

.port-container .cat_excerpt {
    min-height: 68px;
}


/*-------HOME-reise-og-renn-------*/

.reise-og-renn-slide .owl-prev,
.reise-og-renn-slide .owl-next {
    outline: 0;
    position: absolute;
    top: 35%;
    background: #000000 !important;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 0 !important;
}

.reise-og-renn-slide .owl-nav .disabled {
    background: #000000 !important;
    opacity: 1 !important;
}

.reise-og-renn-slide .owl-prev span,
.reise-og-renn-slide .owl-next span {
    display: none;
}

.reise-og-renn-slide .owl-prev {
    left: 1%;
}

.reise-og-renn-slide .owl-next {
    right: 1%;
}

.reise-og-renn-slide .owl-prev:before,
.reise-og-renn-slide .owl-next:before {
    display: block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
}

.reise-og-renn-slide .owl-prev:before {
    content: '\f053';
}

.reise-og-renn-slide .owl-next:before {
    content: '\f054';
}


/*------postbanner-horizontal-----*/

.postbanner-horizontal {
    display: table;
    box-shadow: 2px 1px 7px 2px #dcdcdc;
    margin-bottom: 30px;
}

.postbanner-horizontal figure {
    display: table-cell;
    max-width: 435px;
    overflow: hidden;
    width: 100%;
}

.postbanner-horizontal .post-thumb {
    height: 250px;
    overflow: hidden;
}

.postbanner-horizontal figure img {
    width: 100%;
    object-fit: cover;
}

.postbanner-horizontal .postbanner-hcontent {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    width: 60%;
    padding: 0px 20px;
}

.arti-logo-box {
    margin-top: 30px;
}

.post-with-ads2 .postbanner-horizontal {
    box-shadow: none;
}


/*-----kosthold-and-trening------*/

.kosthold-and-trening {
    margin-bottom: 0px;
    margin-top: 20px;
}


/*-----skiwear-gallery-----*/

.skiwear-gallery {
    position: relative;
    box-shadow: 2px 1px 7px 2px #dcdcdc;
    padding: 10px;
}

.skiwear-gallery .owl-prev,
.skiwear-gallery .owl-next {
    outline: 0;
    position: absolute;
    top: 40%;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 0 !important;
}

.skiwear-gallery .owl-prev {
    left: 8%;
}

.skiwear-gallery .owl-next {
    right: 8%;
}

.skiwear-gallery .owl-prev span,
.skiwear-gallery .owl-next span {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.skiwear-gallery .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #D6D6D6;
    text-decoration: none;
}

.skiwear-gallery figcaption {
    font-family: 'AktivGroteskEx-Bold';
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.skiwear-gallery figcaption a {
    border-bottom: 1px solid #0057ff;
    display: inline-block;
}

.team-box20 {
    margin-top: 30px;
}


/*===========================================
7. Footer
===========================================*/

.footer {
    background: #000;
    padding: 50px 0px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}

.footer h4 {
    font-size: 14px;
    margin-bottom: 18px;
}

.footer-shortinfo {
    padding-right: 20%;
}

.footer-shortinfo p {
    font-size: 13px;
}

.footer ul {
    list-style-type: none;
}

.footer ul li {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 12px;
}

.footer ul li a {
    color: #fff;
    text-decoration: underline;
}

.footer .copyright-info img {
    display: block;
}

.footer .copyright-info span {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin-top: 25px;
}

.footer-social ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 17px;
    padding-right: 15px;
}

.footer-newsletter .form-control {
    border-radius: 0;
    background: #000;
    color: #fff;
    height: 40px;
    font-size: 12px;
}

.btn-fnewsletter {
    background: transparent;
    color: #fff;
    border: transparent;
    outline: 0;
    border-radius: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 38px;
    width: 31px;
}

.btn-fnewsletter:focus {
    outline: 0;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
    color: #fff;
    /* Edge */
    font-size: 12px;
}

.footer-newsletter .form-control:-ms-input-placeholder {
    color: #fff;
    /* Internet Explorer 10-11 */
    font-size: 12px;
}

.footer-newsletter .form-control::placeholder {
    color: #fff;
    font-size: 12px;
}

.footer-shortinfo,
.footer ul,
.copyright-info,
.footer-newsletter {
    margin-bottom: 40px;
}

.footer a,
.footer a:hover {
    border-bottom: none;
}


/*===========================================
8. Sticky Sidebar Css
===========================================*/

.sticky-leftside {
    position: sticky;
    top: 90px;
    float: left;
    z-index: 9;
    left: calc(50% - 670px);
}

.sticky-subscribe figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}

.btn-subscribeside,
.btn-subscribeside:hover {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-family: 'AktivGroteskEx-Bold';
    background: #000000;
    color: #fff;
    padding: 6px;
    border-radius: 50px;
    border-bottom: 0;
}

.leftside-toggle {
    position: relative;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0px;
    cursor: pointer;
}

.leftside-toggle:before {
    content: '\f104';
    display: block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.leftside-toggle.toggle-icon:before {
    transform: rotate(180deg);
}

.sticky-subscribe {
    width: 163px;
    position: relative;
    left: 0%;
    transition: all ease-out 0.5s;
    background: #fff;
    padding: 12px;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

.sticky-subscribe.leftside-hidden {
    left: -150% !important;
}

.team-categorybox {
    font-family: 'AktivGroteskEx-Bold';
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}

.teamcat-heading {
    background: #000;
    padding: 8px 5px;
    color: #fff;
}

.team-categorybox ul {
    list-style-type: none;
}

.team-categorybox ul li {
    border: 1px solid #000;
    padding: 8px 5px;
    border-bottom: none;
}

.team-categorybox ul li:last-child {
    border-bottom: 1px solid #000;
}


/*===========================================
9. Inner Pages Css
===========================================*/


/*--post-showcase-slide--*/

.post-inner-showcase {
    margin-top: 120px;
    border-bottom: 2px solid #c0c0c0;
}

.post-showcase-slide .owl-prev,
.post-showcase-slide .owl-next {
    position: absolute;
    top: 22%;
    background: #fff !important;
    width: 35px;
    height: 35px;
    border: 1px solid #000 !important;
    border-radius: 100% !important;
    opacity: 1;
}

.post-showcase-slide .owl-prev {
    left: 0%;
}

.post-showcase-slide .owl-next {
    right: 0%;
}

.post-showcase-slide .owl-nav .owl-prev.disabled,
.post-showcase-slide .owl-nav .owl-next.disabled {
    display: none;
}

.post-showcase-slide .owl-nav .owl-prev:before,
.post-showcase-slide .owl-nav .owl-next:before {
    display: block;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}

.post-showcase-slide .owl-nav .owl-prev:before {
    content: '\f053';
}

.post-showcase-slide .owl-nav .owl-next:before {
    content: '\f054';
}

.post-showcase-slide .owl-prev span,
.post-showcase-slide .owl-next span {
    display: none;
}

.showcase-slide-container {
    display: table;
    margin-bottom: 20px;
}

.showcase-cell-img {
    display: table-cell;
    width: 35%;
}

.showcase-slide-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.showcase-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    -o-transition: all ease .75s;
    transition: all ease .75s;
}

.showcase-slide-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.showcase-cell-content {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

.showcase-cell-content p {
    font-size: 13px;
    line-height: 15px;
    padding-right: 35px;
    margin-bottom: 0px;
}


/*---articles-detail---*/

.articles-detail {
    margin-top: 50px;
}

.articles-detail-heading h1 {
    font-size: 27px;
    line-height: 1.3;
    margin: 20px 0px 20px;
}

.arti-publish-date {
    color: #000;
    font-size: 13px;
    margin: 20px 0px 20px;
}

.border-ending {
    border-bottom: 2px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.articles-detail-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 40px;
}

.articles-detail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.written-by,
.photo-caption {
    font-size: 12px;
    line-height: 15px;
}

.written-by span,
.photo-caption span {
    display: block;
}

.written-by a,
.photo-caption a {
    color: #000aff;
}

.drop-cap:first-of-type:first-letter {
    float: left;
    font-size: 65px;
    line-height: 1;
    margin-right: 9px;
}

.articles-pics {
    margin: 50px auto;
}

.articles-pics figcaption {
    font-family: 'Lato-Regular';
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0px 10px;
}

.aricles-img70 {
    width: 70%;
    height: auto;
    overflow: hidden;
}

.aricles-img70 img {
    width: 100%;
    object-fit: cover;
}

.small-and-float {
    float: left;
    width: 50%;
    margin: 10px 20px 30px 0px;
}

blockquote {
    font-size: 21px;
    line-height: 27px;
    margin: 50px 0px;
}

blockquote:before,
blockquote:after {
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
}

blockquote:before {
    content: '\f100';
}

blockquote:after {
    content: '\f101';
    position: relative;
    top: 9px;
}

.articles-subscribe-box h3 {
    font-family: 'AktivGroteskEx-Bold';
    font-size: 19px;
    margin-bottom: 15px;
}

.articles-subscribe-box input {
    display: inline-block;
    width: calc(100% - 127px);
    font-family: 'AktivGroteskEx-Bold';
    color: #000 !important;
}

.articles-subscribe-box input,
.articles-subscribe-box input:focus {
    border-color: #000;
}

.articles-subscribe-box button {
    width: 125px;
    background: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 40px;
    display: inline-block;
    padding: 10px 25px;
    vertical-align: bottom;
    margin-left: -3px;
    font-family: 'AktivGroteskEx-Bold';
}

.articles-subscribe-box button:focus {
    outline: none;
}

.articles-subscribe-box input::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'AktivGroteskEx-Bold';
}

.articles-subscribe-box input:-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'AktivGroteskEx-Bold';
}

.articles-subscribe-box input::placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'AktivGroteskEx-Bold';
}

.articles-subscribe-box p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
}

.articles-subscribe-box p a {
    border-bottom: 1px solid #000;
}

.articles-subscribe-box p a:hover {
    border-bottom: 1px solid #000aff;
}


/*siste*/

.si-nyheter-section {
    box-shadow: 0px 1px 4px 1px rgb(123, 123, 123, 0.3);
    padding: 20px;
    min-height: 391px;
}

.si-nyheter-heading {
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.si-nyheter-container ul li a {
    text-decoration: none;
    color: #001f3f;
}

.si-nyheter-container ul li a:hover {
    text-decoration: none;
    color: #670D4A;
}

.si-nyheter-container ul {
    list-style-type: none;
    padding-inline-start: 4px;
}

.si-nyheter-container ul li {
    position: relative;
    border-left: 1px solid #000;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 17px;
}

.si-nyheter-container ul li:last-child {
    border-left: 1px solid transparent;
    padding-bottom: 0px;
}

.si-nyheter-container ul li:before {
    content: '';
    position: absolute;
    left: -7px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    background: #670D4A;
    width: 13px;
    height: 13px;
}

@media screen and (max-width: 767px) {
    .si-nyheter-section {
        margin-bottom: 40px;
        min-height: 100%;
    }
}


/*--Om vinbrennevin--*/

.inner-banner-section {
    position: relative;
    background: #b4b4b4;
    /* background: url(../images/inner-banner1.jpg) top center;     */
    width: 100%;
    min-height: 355px;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /* margin-top: 70px; */
}

.inner-banner-overlay {
    background: rgb(103, 13, 74, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner-banner-heading {
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.inner-banner-heading h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
}

.about-page-section h3 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.about-page-section p {
    margin-bottom: 0px;
}

.about-page-container {
    width: 80%;
    margin: auto;
}

.about-aside-box {
    margin-top: 50px;
}

.about-page-subfooter {
    margin-top: 50px;
    background: #670D4A;
    padding: 30px 10% 60px;
    color: #fff;
}

.about-page-subfooter h3 {
    margin-top: 30px;
}

.about-page-subfooter a,
.about-page-subfooter a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.inner-whaite-banner {
    background: #fff;
    padding: 30px 0 5px;
    text-align: center;
}

.inner-whaite-banner h1 {
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/*--abonner pages--*/

.abonnor-banner-container {
    width: 80%;
    margin: auto;
    color: #fff;
    display: table;
    position: relative;
    /* z-index: 1; */
    padding: 68px 0px;
}

.abonnor-banner-container figure {
    display: table-cell;
}

.abonnor-banner-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 9%;
}

.abonnor-banner-content h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
}

.abonnor-banner-content ul {
    position: relative;
    list-style-type: none;
}

.abonnor-banner-content ul li {
    font-family: 'AktivGroteskEx-Bold';
    padding-left: 13px;
}

.abonnor-banner-content ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.abonner-page-section {
    margin: 50px auto 0px;
}

.abonner-page-section p {
    text-align: center;
}

.abonner-page-logo img {
    width: 150px;
    margin: 0px auto 30px;
}

.abonner-contact-content {
    background: #151a3b;
    padding: 25px 0px;
    color: #fff;
    font-family: 'AktivGroteskEx-Bold';
}

.abonner-contact-content p {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
}


/*--404 page--*/

.page-notfound {
    margin-top: 220px;
    margin-bottom: 180px;
}

.page-notfound-container {
    display: table;
    width: 65%;
    margin: auto;
}

.page-notfound-container figure {
    display: table-cell;
    width: 240px;
}

.page-notfound-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    font-size: 18px;
}

.page-notfound-content h2 {
    font-size: 65px;
}

.page-notfound-content h3 {
    font-size: 28px;
    margin: 13px 0px 35px;
}

.search-formbox input,
.search-formbox input:focus {
    border-color: #000;
}

.search-formbox input {
    display: inline-block;
    width: calc(100% - 127px);
    color: #000 !important;
}

.search-formbox button {
    width: 125px;
    background: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 40px;
    display: inline-block;
    padding: 10px 25px;
    vertical-align: bottom;
    margin-left: -5px;
    text-transform: uppercase;
    font-family: 'AktivGroteskEx-Bold';
}

.search-notfound {
    margin-top: 220px;
    margin-bottom: 180px;
    width: 65%;
}

.search-notfound h2 {
    position: relative;
    font-size: 35px;
}

.search-notfound h2 span {
    font-family: 'Roboto-Regular';
}

.search-notfound h2:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #000;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.search-notfound h3 {
    font-size: 28px;
    margin: 50px 0px 20px;
}

.search-notfound p {
    font-size: 19px;
}


/*--inner page ads--*/

.aside-adsbox {
    margin-bottom: 50px;
}


/*--GRENER--*/

.category-main-list {
    position: relative;
}

.category-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.category-main-listing .row-box {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.category-main-listing .col-box {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.category-main-list {
    margin-bottom: 35px;
}

.category-main-list figure {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.category-main-list figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .75s;
    -moz-transition: all ease .75s;
    -o-transition: all ease .75s;
    transition: all ease .75s;
}

.category-main-list h3 {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 46.5%;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    text-align: center;
    font-size: 25px;
}

.category-main-list a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*ads-home*/

#top-ads-section .container {
    padding-left: 0px;
    padding-right: 0px;
}

#ads-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ads-left,
.ads-right {
    width: 180px;
    max-height: 700px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.ads-left {
    float: left;
    left: calc(50% - 680px);
}

.ads-right {
    float: right;
    right: calc(50% - 680px);
}

.ads-left img,
.ads-right img {
    height: 700px;
}

#top-ads {
    position: relative;
    z-index: 1;
    padding: 15px 0px 0px;
}

.top-ads-container {
    width: 100%;
    margin: auto;
}

.top-ads-container img {
    width: 100%;
}

.stick-it {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-bottom: 200px;
}

.ads-right2 {
    position: sticky;
    top: 100px;
    float: right;
    right: calc(50% - 680px);
    margin-bottom: 40px;
}

.leftsticky-home {
    margin-top: 530px;
    margin-bottom: 40px;
}

.main-banner figure.featured-imgthumb img {
    opacity: 0.8;
}

.main-banner figure.featured-imgthumb {
    background-color: #000000;
}

figure.featured-imgthumb a:hover {
    border-bottom: none;
}


/*added to fixlayout*/

.arti-post-listing6 .post-with-ads3 .post-box-listing-content {
    padding: 29px 20px;
}

.arti-post-listing6 .post-with-ads3 .post-box-listing-content h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    line-height: 1.1;
    margin-bottom: 0;
}


/*Podkasten Page*/

.podkasten-section-banner {
    position: relative;
    background: url(../images/podkasten-bg.jpg) no-repeat;
    width: 100%;
    height: 362px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.podkasten-banner-overlay {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    ;
    top: 0;
    left: 0;
}

.podkasten-banner-container {
    position: relative;
    text-align: center;
    width: 540px;
    margin: 0px auto;
    padding: 68px 0px;
}

.podkasten-banner-container h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.podkasten-banner-container h2 a {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.podkasten-banner-container h2 a:hover {
    border-bottom: none;
    text-decoration: none;
}

.podkasten-banner-container h3 {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
    color: #fff;
}

.podkasten-listing-section {
    margin-top: 45px;
}

.podkasten-lists {
    padding-bottom: 13px;
    border-bottom: 2px solid #808080;
    margin-bottom: 30px;
}

.pod-listing-wrap {
    min-height: 100px;
    margin-bottom: 12px;
}

.podkasten-lists h3 {
    line-height: 1.25;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.podkasten-lists p {
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listing-datetime-info {
    color: #670D4A;
    font-size: 10px;
}

.listing-datetime-info ul {
    list-style-type: none;
}

.listing-datetime-info ul li {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.listing-datetime-info ul li:first-child:before {
    display: none;
}

.listing-datetime-info ul li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -6.5px;
    top: 2.5px;
    font-size: 4px;
}

.podkasten-play-btn {
    font-size: 14px;
    float: right;
    position: relative;
    top: -11px;
}

.podkasten-play-btn a {
    color: #000;
    text-decoration: none;
    border-bottom: none;
}

.podkasten-play-btn a:hover {
    color: #670D4A;
    text-decoration: none;
    border-bottom: none;
}

figcaption {
    margin-bottom: 20px;
}

a.lesmer-link {
    text-decoration: none;
    color: #670D4A;
    border-bottom: 1px solid rgba(0, 10, 255, 0);
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -ms-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .podkasten-banner-container {
        width: 90%;
    }
    .pod-listing-wrap {
        min-height: 100%;
    }
}


/*===========================================
9. Responsive Css
===========================================*/


/*Home sticky ads*/

@media screen and (max-width: 1450px) and (min-width: 1320px) {
    .ads-left {
        float: left;
        left: calc(50% - 680px);
    }
    .ads-right,
    .ads-right2 {
        float: right;
        right: calc(50% - 680px);
    }
    /*.sticky-leftside { 
        left: 0;
    } */
}


/* @media screen and (max-width: 1350px){
    #ads-wrapper, #top-ads, .ads-right2{display: none;}  
    .sticky-leftside{display: none;}
}  */

@media screen and (min-width: 768px) {
    .highlights-featured2 .featured-element {
        border-left: 4px solid #fff;
    }
    .highlights-featured2 .featured-element:last-child {
        border-top: 4px solid #fff;
    }
    /*added to fixlayout*/
    .mix_posts .post-listing20 .post-content h3 {
        margin: 8px 0px 10px;
    }
    .mixposts_new .post-listing20 .post-content {
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .mixposts_new .post-listing20 .post-content h3 {
        margin: 8px 0px 19.2px;
        font-size: 12px;
        height: 31px;
        overflow: hidden;
    }
    .postgrid_withads .post-thumb {
        margin-bottom: 15px;
    }
    .postgrid_withads .post-content {
        padding-bottom: 7px;
        margin-bottom: 18px;
    }
    .postgrid_withads .post-category {
        margin-bottom: 10px;
    }
    .postgrid_withads .post-content h3 {
        margin: 3px 0px 3px;
        padding-top: 2px;
    }
    .postgrid_withads .post-read-more {
        margin-top: 6px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .arti-post-listing3 .postbanner-horizontal figure {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 250px !important;
    }
    .arti-post-listing3 .postbanner-horizontal .postbanner-hcontent {
        display: block;
        vertical-align: middle;
        background: #fff;
    }
    .si-nyheter-section {
        box-shadow: 0px 1px 4px 1px rgb(123, 123, 123, 0.3);
        padding: 20px;
    }
    .si-nyheter-heading {
        margin-top: 0px;
    }
    .si-nyheter-container ul {
        list-style-type: none;
        padding-inline-start: 17px;
    }
    .si-nyheter-container ul li {
        position: relative;
        border-left: 1px solid #000;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .si-nyheter-section {
        box-shadow: 0px 1px 4px 1px rgb(123, 123, 123, 0.3);
        padding: 20px;
    }
    .si-nyheter-heading {
        margin-top: 0px;
    }
    .si-nyheter-container ul {
        list-style-type: none;
        padding-inline-start: 17px;
    }
    .si-nyheter-container ul li {
        position: relative;
        border-left: 1px solid #000;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .si-nyheter-container ul li:last-child {
        border-left: none;
        padding-bottom: 0px;
    }
    .si-nyheter-container ul li:before {
        content: '';
        position: absolute;
        left: -7px;
        border: 3px solid #ffffff;
        border-radius: 100%;
        background: #670D4A;
        width: 8px;
        height: 8px;
    }
    .si-nyheter-container ul li:before {
        content: '';
        position: absolute;
        left: -7px;
        border: 3px solid #ffffff;
        border-radius: 100%;
        background: #670D4A;
        width: 8px;
        height: 8px;
    }
}


/*--end--*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1000px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .navigation-sticky .header-logo {
        vertical-align: top;
    }
    /* .extra_div {
        height: 77px;
    } */
    .header .container.relative-box {
        padding: 20px 15px;
    }
    .normal-navbar {
        display: none !important;
    }
    ul#menu-primary-menu {
        display: none;
    }
    .mob-nav {
        display: inline-block;
    }
    .sticky-leftside {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    /*inner added*/
    .articles-detail-aside {
        padding-left: 30px;
    }
    .aside-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
}

@media screen and (max-width: 991px) {
    #banner-menu ul li {
        font-size: 13px;
    }
    .cta-btn-section {
        padding: 0px 0px;
    }
    .cta-btn-element h3 {
        font-size: 16px;
    }
    .vm-cta-btn {
        margin-top: 30px;
    }
    .footer-newsletter .form-control::placeholder {
        font-size: 12px;
    }
    #banner-menu {
        display: none;
    }
    /*inner added*/
    .articles-detail-banner {
        height: 240px;
    }
    .articles-detail-banner {
        margin-bottom: 20px;
    }
    .articles-banner-caption {
        margin-bottom: 50px;
    }
    .small-and-float {
        float: none;
        width: 70%;
        margin: 50px auto;
    }
    .inner-banner-section {
        min-height: 195px;
    }
    .abonnor-banner-container,
    .abonner-page-section {
        width: 90%;
    }
    .abonnor-banner-content {
        padding-left: 6%;
    }
    .abonnor-banner-content h2 {
        font-size: 27px;
    }
    .inner-banner-heading h2 {
        font-size: 40px;
    }
    .about-page-subfooter {
        padding: 30px 4% 60px;
    }
    .about-page-subfooter h3 {
        font-size: 20px;
    }
    .post-with-ads3 {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .postbanner-horizontal .post-thumb {
        height: 340px;
        overflow: hidden;
    }
    /*inner added*/
    .articles-detail-aside {
        padding-left: 0;
        margin-top: 80px;
    }
    .aside-adsbox {
        display: inline-block;
        width: 40%;
    }
    .aside-sticky-top {
        display: inline-block;
        width: 59%;
        padding-left: 20px;
        vertical-align: top;
    }
    .highlights-featured1 .featured-element h2 {
        font-size: 19px;
    }
    .highlights-title h2 {
        font-size: 15px;
    }
    .highlights-title h2 br {
        display: none;
    }
    .cta-btn-section {
        margin-top: 30px;
    }
    /*inner-added2*/
    .page-notfound-container figure {
        width: 230px;
    }
    .page-notfound-container {
        width: 95%;
    }
    .search-notfound {
        margin-top: 170px;
        margin-bottom: 130px;
        width: 85%;
    }
    .arti-post-listing4 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .category section.post-artibanner h3 a {
        color: #000;
    }
    .post-thumb553 {
        margin-bottom: 0;
    }
    .port-absolute-box.post-banncontent.text-center.cat-absolute {
        margin-bottom: 30px;
    }
    .mob-dropdown.mob-dropdown-icon a:before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        color: #005ec6;
    }
    .header-logo {
        width: 180px;
    }
    .navigation {
        width: calc(100% - 185px);
    }
    .mob-nav-list ul li {
        width: 100%;
    }
    .mob-dropdown-show {
        display: block !important;
        border-left: 1px solid #ddd;
        padding-left: 10px;
        float: none;
        margin-right: 0;
        margin-top: 12px;
    }
    .banner-col42,
    .banner-col58 {
        display: block;
        width: 100%;
    }
    .highlights-featured1 .featured-element h2 {
        font-size: 22px;
    }
    .highlights-title h2 {
        font-size: 15px;
    }
    .reise-og-renn .post-content {
        margin-bottom: 0;
    }
    .port-absolute-box {
        box-shadow: 2px 1px 7px 2px #dcdcdc;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background: #fff;
    }
    .postbanner-horizontal {
        display: block;
        margin-bottom: 30px;
    }
    .postbanner-horizontal figure {
        display: block;
        width: 100% !important;
    }
    .postbanner-horizontal .postbanner-hcontent {
        display: block;
        background: #fff;
        padding: 30px;
        width: 100%;
    }
    .post-hlisting {
        display: block;
    }
    .post-hlisting .post-thumb {
        display: block;
        width: 100%;
    }
    .post-hlisting .post-content {
        display: block;
        padding-bottom: 20px;
        border-bottom: 2px solid #808080;
    }
    .post-box-layout {
        margin-bottom: 30px;
    }
    .post-with-ads1 {
        width: 100%;
    }
    .post-with-ads2 {
        width: 100%;
        margin-top: 30px;
    }
    .arti-post-listing4 {
        margin-top: 20px;
    }
    .ads-box.float-left {
        width: 100%;
        margin-bottom: 30px;
    }
    /* .arti-post-listing3 .float-right{
        float: none !important;
    } */
    .cta-btn-element {
        width: 100%;
    }
    .vm-cta-btn {
        padding: 15px 15px;
    }
    /*inner added*/
    .articles-subscribe-box {
        margin-bottom: 50px;
    }
    .inner-banner-section {
        min-height: 145px;
    }
    .inner-banner-heading h2 {
        font-size: 25px;
    }
    .abonnor-banner-container {
        display: block;
    }
    .abonnor-banner-container figure {
        display: block;
    }
    .abonnor-banner-content {
        display: block;
    }
    .abonnor-banner-container figure {
        text-align: center;
    }
    .abonnor-banner-content h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .abonnor-banner-container,
    .abonner-page-section {
        width: 100%;
    }
    .about-page-container {
        width: 100%;
        margin: auto;
    }
    .about-page-subfooter {
        padding: 0px 30px 40px;
    }
    .about-page-subfooter h3 {
        margin-top: 40px;
        margin-bottom: 9px;
    }
    /*inner-added2*/
    .page-notfound {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .page-notfound-container figure {
        display: block;
        width: 180px;
        margin-bottom: -60px;
    }
    .page-notfound-container {
        display: block;
        width: 100%;
    }
    .page-notfound-content {
        font-size: 16px;
        padding-left: 10px;
    }
    .page-notfound-content h2 {
        font-size: 50px;
    }
    .page-notfound-content h3 {
        font-size: 23px;
        margin: 13px 0px 35px;
    }
    .search-notfound {
        margin-top: 110px;
        margin-bottom: 90px;
        width: 95%;
    }
    .search-notfound h2 {
        position: relative;
        font-size: 25px;
    }
    .search-notfound h2:before {
        font-size: 17px;
    }
    .search-notfound h3 {
        font-size: 20px;
        margin: 40px 0px 20px;
    }
    .search-notfound p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .podkasten-section-banner {
        background-position: 50%;
    }
}