/* Theme Name: Spillekspert
 * Theme URI: http://google.no
 * Author: Saatchi & Saatchi
 * Author URI: http://saatchi.no/
 * Description: Tema for spilleksperter
 * Version: 1 */

@import url("css/reset.css");
/* GENERELT */

.clearfix {
    overflow: auto;
    zoom: 1;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #fff;
}
#page_wrap {
    overflow: hidden;
}
button {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer !important;
    padding: 10px;
}
a {
    text-decoration: none;
    color: initial;
}
p {
    color: #6D6D6D;
    font-size: 1.25em;
}
h1 {
    color: #464F5E;
    font-size: 2.875em;
    font-weight: 300;
    margin-bottom: 0.4em;
}
h2 {
    font-size: 1.375em;
    font-weight: bold;
    color: #333;
}
#cta-banner h2 {
    font-size: 28px;
    color: #2C6D92;
    font-weight: bold;
}
h3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #4B4D51;
}
h4 {
    font-family: "asap", "lato", helvetica, sans-serif;
    font-family: "lato", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #6D6D6D;
    letter-spacing: 0.3px;
}
.page-template-faq h4 {
    font-family: "lato", helvetica, sans-serif;
}
h5 {
    font-size: 16px;
    color: #748397;
    text-transform: uppercase;
    font-weight: bold;
}
h6 {
    color: #969696;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.three_column_module {
    text-align: center;
    margin-bottom: 5em;
}
.three_column_module .nt-widget {
    display: inline-block;
}
.three_column_module .nt-widget:nth-child(2) {
    margin: 0 4.7%;
}
button {
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    padding: 15px 0;
    background-color: #369BD2;
}
header {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
header.full {
    height: 100vh;
}
header.short {
    min-height: 37em;
}
header.short .content {
    margin-top: 8em;
    margin-bottom: 8em;
}
header.no_header {
    background-image: none !important;
}
header.no_header.short {
    min-height: 10em;
}
header.no_header::after {
    content: none;
}
header::after {
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header #topbar {
    z-index: 9;
    position: relative;
}
header #topbar .menu_wrap {
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    padding: 1.5em 0;
    position: relative;
    display: block;
    overflow: visible;
}
header #topbar .menu_wrap #logo {
    float: left;
    margin-top: 0.8em;
}
header #topbar .menu_wrap #logo img {
    width: 140px;
}
header #topbar .menu_wrap #menu_mobile {
    display: none;
}
header #topbar .menu_wrap nav#menu {
    float: right;
    width: 85%;
    text-align: right;
    margin-top: 3px;
    letter-spacing: 0.5px;
    display: block;
}
header #topbar .menu_wrap nav#menu ul {
    margin: 0;
    padding: 0;
}
header #topbar .menu_wrap nav#menu ul li {
    display: inline-block;
    margin-right: 3%;
    text-transform: uppercase;
    text-align: left;
}
header #topbar .menu_wrap nav#menu ul li.current_page_item {
    position: relative;
}
header #topbar .menu_wrap nav#menu ul li.current_page_item::after {
    content: " ";
    display: block;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: -38px;
    left: -10%;
    width: 125%;
}
header #topbar .menu_wrap nav#menu ul li:last-child {
    margin-right: 0;
}
header #topbar .menu_wrap nav#menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "lato";
    font-weight: 600;
}
header #topbar .menu_wrap nav#menu ul button {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    outline: none;
    padding: 0.7em 0;
    width: 120px;
    letter-spacing: 0.5px;
    font-size: 16px;
}
header .content {
    display: block;
    position: relative;
    z-index: 8;
    color: #fff;
    text-align: center;
    margin-top: 8em;
}
header .content h1 {
    text-transform: uppercase;
    font-size: 3.75em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.2em;
}
header .content p {
    font-size: 1.75em;
    font-style: italic;
    width: 55%;
    margin: 0 auto;
    color: #fff;
}
header #spillvett {
    display: block;
    position: relative;
    z-index: 8;
    position: absolute;
    bottom: 3em;
    right: 8.7%;
    left: 8.7%;
}
header #spillvett img {
    width: 220px;
    padding-left: 5%;
    display: inline-block;
    vertical-align: bottom;
}
/*MENY ICON */

#menu-toggle {
    z-index: 1200;
    display: block;
    cursor: pointer;
    margin: 1.5em 0 0;
}
#menu-toggle span {
    top: 1px;
    position: relative;
    margin: 1em 0 0 0;
}
#menu-toggle span.middle,
#menu-toggle span:before,
#menu-toggle span:after,
.dark #menu-toggle span:before,
.dark #menu-toggle span:after {
    display: block;
    content: "";
    height: 3px;
    width: 30px;
    background: #fff;
    transition: all 400ms ease-in-out;
}
#menu-toggle span:before {
    position: absolute;
    top: -9px;
}
#menu-toggle span:after {
    position: absolute;
    bottom: -9px;
}
#menu-toggle.trykk span {
    background-color: transparent !important;
}
#menu-toggle.trykk span:before {
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#menu-toggle.trykk span:after {
    top: 0px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#menu-toggle.trykk:hover span {
    background-color: transparent;
    box-shadow: none;
}
#menu-toggle:hover span,
body #menu-toggle:hover::before,
#menu-toggle:hover::after {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
/*MENY ICON */

.dark #menu-toggle span.middle,
.dark #menu-toggle span:before,
.dark #menu-toggle span:after {
    background: #555;
}
.dark #menu-toggle:hover span,
.dark #menu-toggle:hover::before,
.dark #menu-toggle:hover::after {
    box-shadow: none;
}
/* TOP MENY */
/* BREAK POINTS */

@media only screen and (min-width: 1600px) {
    body {
        background-color: #f1f1f1;
    }
    body #page_wrap {
        max-width: 1600px;
        margin: 0 auto;
        display: block;
        background-color: #fff;
    }
}
/* BREAK POINTS */

@media only screen and (max-width: 1170px) {
    header #topbar .menu_wrap nav#menu {
        width: 79%;
    }
}
/* BREAK POINTS */

@media only screen and (max-width: 1015px) {
    header #topbar .menu_wrap #menu_mobile {
        float: right;
        display: block;
        color: #fff;
        font-weight: 800;
    }
    header #topbar .menu_wrap nav#menu {
        display: none;
        margin-top: 2em;
        background-color: #fff;
        right: 0;
        width: 100%;
        z-index: 99;
        font-size: 18px;
    }
    header #topbar .menu_wrap nav#menu ul li {
        display: block;
        padding: 1.2em 5%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0;
    }
    header #topbar .menu_wrap nav#menu ul li#item-id {
        display: none;
    }
    header #topbar .menu_wrap nav#menu ul li.current_page_item::after {
        display: none;
    }
    header #topbar .menu_wrap nav#menu ul li:last-child {
        display: none;
    }
    header #topbar .menu_wrap nav#menu ul li:last-of-type {
        border-bottom: none;
    }
    header #topbar .menu_wrap nav#menu ul li a {
        color: #666;
    }
    header #topbar .menu_wrap nav#menu ul button {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    header #topbar .menu_wrap nav#menu {
        width: 50%;
    }
}
@media only screen and (max-width: 550px) {
    header #topbar .menu_wrap nav#menu {
        background-color: #fff;
        left: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    header #topbar .menu_wrap {
        position: static;
    }
    header #topbar .menu_wrap nav#menu {
        background-color: #fff;
        left: 0;
        width: 100%;
    }
}
/* HEADER CONTENT */
/* BREAK POINTS */

@media only screen and (max-width: 1270px) {
    header .content p {
        width: 55%;
    }
}
@media only screen and (max-width: 1050px) {
    header .content p {
        width: 65%;
    }
    header.short .content {
        font-size: 13px;
    }
}
@media only screen and (max-width: 880px) {
    header .content p {
        width: 75%;
    }
    header.short {
        font-size: 13px;
    }
    header.short .content p {
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 768px) {
    .home #header.short {
        height: 95vh;
        overflow: hidden;
    }
    .home #header.short .content {
        font-size: 16px;
        position: absolute;
        top: 16vh;
        left: 0;
    }
    .home #header.short .content p {
        font-size: 2em;
        width: 75%;
    }
}
@media only screen and (max-width: 770px) {
    header .content p {
        font-size: 25px;
        width: 85%;
    }
}
@media only screen and (max-width: 610px) {
    .home header .content p {
        font-size: 23px;
    }
    header .content h1 {
        font-size: 50px;
    }
    header .content p {
        font-size: 23px;
        width: 90%;
    }
    header.short {
        font-size: 12px;
    }
    header.short .content {
        width: 100%;
    }
    header.short .content h1 {
        font-size: 3.75em;
    }
    header.short .content p {
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 525px) {
    header .content h1 {
        font-size: 45px;
    }
    header .content p {
        font-size: 20px;
        width: 90%;
    }
    header .content p.scnd_Txt {
        display: none;
    }
    header #spillvett {
        right: initial;
        left: 5%;
    }
    header #spillvett img {
        width: 160px;
    }
    header.short {
        font-size: 11px;
    }
}
@media only screen and (max-width: 450px) {
    header.short .content h1 {
        font-size: 3em;
    }
    header.short .content p {
        font-size: 18px;
        width: 90%;
    }
    header.short .content p span.scnd_Txt {
        display: none;
    }
    header.short #topbar .menu_wrap {
        width: 90%;
    }
    header.short #topbar .menu_wrap nav#menu ul li {
        padding: 1.2em 10%;
    }
}
/* SEKSJON 1 */
/* BREAK POINTS */

@media only screen and (max-width: 1385px) {
    .seksjon.icon_introduction .wrap .intro {
        width: 68%;
    }
}
section#howitworks {
    background-color: #FAFDFF;
    padding: 5em 7.5%;
    text-align: center;
    /* HOW IT WORKS - BREAK POINTS */
}
section#howitworks h3 {
    width: 60%;
    margin: 0 auto;
}
section#howitworks h4 {
    margin-top: 1.5em;
    margin-bottom: 0.2em;
}
section#howitworks span.readmore {
    margin-top: 2em;
    display: none;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    font-size: 1.3em;
}
section#howitworks span.readmore i {
    display: block;
    margin-top: 0.5em;
    font-size: 0.6em;
}
section#howitworks ul {
    margin: 6em 0;
}
section#howitworks ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
section#howitworks ul li:nth-child(2) {
    margin: 0 3%;
}
section#howitworks div.icon {
    background-color: #3D444E;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 1.9em;
    font-size: 35px;
}
section#howitworks a.addmarg {
    margin-left: 1%;
}
section#howitworks button {
    width: 26%;
}
@media only screen and (max-width: 1200px) {
    section#howitworks {
        font-size: 14px;
    }
}
@media only screen and (max-width: 950px) {
    section#howitworks span.readmore {
        display: none;
    }
    section#howitworks .how_wrap {
        display: block;
    }
    section#howitworks .how_wrap ul li {
        display: block;
        width: 50%;
        margin: 5em auto !important;
    }
}
@media only screen and (max-width: 800px) {
    section#howitworks h3 {
        width: initial;
    }
    section#howitworks #icons ul li {
        width: 65%;
    }
    section#howitworks button {
        width: 35%;
    }
}
@media only screen and (max-width: 550px) {
    section#howitworks #icons ul li {
        width: 75%;
    }
    section#howitworks button {
        width: 55%;
    }
}
@media only screen and (max-width: 400px) {
    section#howitworks {
        font-size: 12px;
    }
    section#howitworks #icons ul li {
        width: 85%;
    }
    section#howitworks button {
        width: 65%;
    }
}
#cta-banner {
    background-color: #E4ECF1;
    padding: 2em 7.5%;
    /* CTA BANNER */
}
#cta-banner .text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
#cta-banner .text h2 {
    font-size: 28px;
    color: #2C6D92;
    display: inline-block;
    font-weight: bold;
}
#cta-banner .text h6 {
    color: #748397;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 3%;
}
#cta-banner button {
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    padding: 20px;
    color: #fff;
    background-color: #369BD2;
    margin-left: 3%;
}
@media only screen and (max-width: 700px) {
    #cta-banner {
        display: none;
    }
}
footer {
    overflow: hidden;
    /* FOOTER */
    /* BREAK POINTS */
}
footer .wrap {
    width: 85%;
    margin: 0 auto;
    padding: 5em 0 2.5em 0;
}
footer .wrap .main {
    position: relative;
}
footer .wrap .main .contact {
    float: left;
}
footer .wrap .main .contact h1 {
    margin-bottom: 0.5em;
    padding: 0;
    margin-left: -0.3%;
    color: #fff;
}
footer .wrap .main .contact p {
    margin: 0.5em 0;
    color: #fff;
}
footer .wrap .main .contact p.uthev {
    font-weight: bold;
}
footer .wrap .main .social {
    position: absolute;
    bottom: 1em;
    right: 0;
    width: 100%;
}
footer .wrap .main .social ul {
    margin: 0;
    padding: 0;
    min-width: 15%;
}
footer .wrap .main .social ul li {
    float: right;
    margin-left: 3%;
}
footer .wrap .main .social ul li i {
    font-size: 20px;
}
footer .wrap .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2em;
    padding-top: 2.5em;
}
footer .wrap .bottom #copyright {
    display: inline-block;
}
footer .wrap .bottom nav#menu {
    float: right;
    width: 70%;
    text-align: right;
    margin-top: 3px;
    letter-spacing: 0.5px;
}
footer .wrap .bottom nav#menu ul {
    margin: 0;
    padding: 0;
}
footer .wrap .bottom nav#menu ul li {
    display: inline-block;
    margin-right: 3%;
    text-transform: uppercase;
    text-align: left;
}
footer .wrap .bottom nav#menu ul li:last-child {
    margin-right: 0;
}
footer .wrap .bottom nav#menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "lato";
    font-weight: 400;
}
@media only screen and (max-width: 799px) {
    footer .wrap .bottom nav#menu {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    footer .wrap .main .contact {
        display: block;
        float: none;
        width: 100%;
    }
    footer .wrap .main .social {
        position: static;
        display: block;
        margin-top: 2em;
    }
    footer .wrap .main .social ul li {
        float: none;
        display: inline-block;
    }
    footer .wrap .main .social ul li:first-child {
        margin: 0;
    }
}
.home #header {
    min-height: 80vh;
}
.home .seksjon .wrap {
    width: 85%;
    margin: 0 auto;
    padding: 5em 0;
}
.home .seksjon.icon_introduction {
    text-align: center;
}
.home .seksjon.icon_introduction .intro {
    width: 57%;
    margin: 0 auto;
}
.home .seksjon.icon_introduction .intro::after {
    content: " ";
    display: block;
    height: 1px;
    width: 20%;
    background-color: #F3F3F3;
    margin: 2em auto 6em auto;
}
.home .seksjon.icon_introduction .social_icon {
    width: 30%;
    display: inline-block;
    margin-bottom: 6em;
    vertical-align: top;
}
.home .seksjon.icon_introduction .social_icon:nth-child(3n) {
    margin: 0 4%;
    margin-bottom: 6em;
}
.home .seksjon.icon_introduction .social_icon i {
    font-size: 3.125em;
    margin-bottom: 0.2em;
    color: #60BCEE;
}
.home .seksjon.produkt_display {
    background-color: #3D434C;
    overflow: hidden;
}
.home .seksjon.produkt_display .wrap {
    position: relative;
    width: 100%;
}
.home .seksjon.produkt_display .wrap .product_desc {
    display: inline-block;
    width: 45%;
    float: left;
    margin-left: 8%;
    margin-top: 2em;
}
.home .seksjon.produkt_display .wrap .product_desc h1,
.home .seksjon.produkt_display .wrap .product_desc h2,
.home .seksjon.produkt_display .wrap .product_desc p {
    color: #fff;
}
.home .seksjon.produkt_display .wrap .product_desc h2 {
    margin: 0.54em 0 0.2em 0px;
}
.home .seksjon.produkt_display .wrap .product_desc p {
    font-size: 1.25em;
    line-height: 1.5em;
}
.home .seksjon.produkt_display .wrap .product_desc button {
    margin-top: 3em;
}
.home .seksjon.produkt_display .wrap .product_img {
    display: inline-block;
    width: 40%;
    position: relative;
    top: 1em;
    float: right;
    display: block;
    height: 540px;
}
.home .seksjon.produkt_display .wrap .product_img.no_frame {
    width: 42%;
    margin-left: 6%;
}
.home .seksjon.produkt_display .wrap .product_img.no_frame img {
    width: 100%;
    height: auto;
}
.home .seksjon.produkt_display .wrap .product_img.frame {
    position: relative;
    top: 1em;
    float: right;
    display: block;
    height: 540px;
}
.home .seksjon.produkt_display .wrap .product_img.frame img {
    position: absolute;
    top: 28px;
    right: -165px;
}
.home .seksjon.produkt_display .wrap .product_img.frame .illu {
    height: 470px;
    position: absolute;
    top: 0;
    right: 0;
}
.home .seksjon.produkt_display .wrap .quotes {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 80%;
    margin: 5em auto 0 auto;
    padding: 3em 13% 0 13%;
}
.home .seksjon.produkt_display .wrap .quotes .single_quote {
    display: none;
}
.home .seksjon.produkt_display .wrap .quotes .single_quote:first-child {
    display: block;
}
.home .seksjon.produkt_display .wrap .quotes .single_quote h3,
.home .seksjon.produkt_display .wrap .quotes .single_quote small {
    color: #fff;
}
.home .seksjon.produkt_display .wrap .quotes .single_quote small {
    margin-top: 1em;
    display: block;
    font-style: italic;
    font-size: 15px;
}
.home .seksjon.tabeller .wrap li {
    margin-top: 5em;
}
.home .seksjon.tabeller .wrap li h1 {
    font-size: 2em;
}
.home .seksjon.tabeller .wrap li h6 {
    text-transform: uppercase;
    margin-bottom: 1em;
}
.home .seksjon.tabeller .wrap li .table,
.home .seksjon.tabeller .wrap li .txt_desc {
    float: left;
    width: 68%;
    vertical-align: top;
}
.home .seksjon.tabeller .wrap li .txt_desc {
    margin-top: 2em;
    width: 25%;
    float: right;
}
.home .seksjon.tabeller .wrap li .txt_desc button {
    margin-top: 3em;
}
@media only screen and (max-width: 1100px) {
    .home .seksjon.tabeller .wrap li {
        margin-top: 0;
    }
    .home .seksjon.tabeller .wrap li .table,
    .home .seksjon.tabeller .wrap li .txt_desc {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 3em;
    }
}
@media only screen and (max-width: 1170px) {
    .home .seksjon.icon_introduction .wrap .intro {
        width: 68%;
    }
    .home .seksjon.icon_introduction .wrap li.social_icon p {
        font-size: 18px;
    }
    .home .seksjon.produkt_display .wrap .quotes {
        width: 90%;
    }
}
@media only screen and (max-width: 1055px) {
    .home header .content {
        margin-top: 11em;
        margin-top: 20vh;
    }
    .home #wrapper .seksjon.icon_introduction .intro {
        width: 74%;
    }
    .home #wrapper .seksjon.icon_introduction .social_icon {
        font-size: 12px;
    }
    .home #wrapper .seksjon.produkt_display {
        overflow: hidden;
    }
    .home #wrapper .seksjon.produkt_display .wrap .clearfix {
        overflow: hidden;
    }
    .home #wrapper .seksjon.produkt_display .product_img.frame {
        right: -9%;
    }
}
@media only screen and (max-width: 950px) {
    .home #wrapper .seksjon.icon_introduction .intro {
        width: 100%;
    }
    .home #wrapper .seksjon.produkt_display .wrap .quotes {
        width: 100%;
        padding: 3em 10% 0;
    }
}
@media only screen and (max-width: 890px) {
    .home #wrapper .seksjon.icon_introduction .social_icon div i {
        font-size: 4em;
    }
    .home #wrapper .seksjon.icon_introduction .social_icon p {
        display: none;
    }
    .home #wrapper .seksjon.produkt_display .product_img.frame {
        right: -18%;
    }
}
@media only screen and (max-width: 765px) {
    .home #wrapper .seksjon.produkt_display .wrap {
        width: 85%;
    }
    .home #wrapper .seksjon.produkt_display .wrap .product_img.frame {
        display: none;
    }
    .home #wrapper .seksjon.produkt_display .wrap .product_desc {
        width: 100%;
        margin-left: 0;
        float: none;
        display: block;
    }
    .home #wrapper .seksjon.produkt_display .wrap .product_desc h2:nth-of-type(2) {
        margin-top: 1em;
    }
}
@media only screen and (max-width: 670px) {
    .home #wrapper .seksjon.produkt_display .wrap .quotes {
        padding: 3em 2% 0;
    }
}
@media only screen and (max-width: 600px) {
    .home #wrapper .wrap {
        width: 90%;
        padding: 3em 0;
    }
}
@media only screen and (max-width: 525px) {
    .home header .content h1 {
        font-size: 45px;
    }
    .home header .content p {
        font-size: 20px;
        width: 60%;
    }
    .home header .content p.scnd_Txt {
        display: none;
    }
    .home header.short {
        font-size: 16px;
    }
}
@media only screen and (max-width: 510px) {
    .home #wrapper .seksjon.icon_introduction .intro {
        font-size: 14px;
        text-align: left;
    }
    .home #wrapper .seksjon.produkt_display .wrap .quotes {
        font-size: 14px;
        padding: 3em 1% 0;
    }
}
@media only screen and (max-width: 450px) {
    .home #wrapper .seksjon.icon_introduction .intro {
        font-size: 14px;
    }
    .home #wrapper .seksjon.icon_introduction .social_icon h4 {
        font-size: 1.3em;
    }
}
.page-template-faq {
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
}
.page-template-faq #main_content .spm_section {
    width: 75%;
    margin: 6em auto;
}
.page-template-faq #main_content .spm_section:first-child {
    margin: 0 auto;
}
.page-template-faq #main_content .spm_section h6 {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    color: #969696;
    margin: 0;
}
.page-template-faq #main_content .spm_section ul.rows {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.page-template-faq #main_content .spm_section ul.rows.row2 {
    margin-left: 9.5%;
}
.page-template-faq #main_content .spm_section ul.rows .spm {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ECECEC;
    padding: 2em 0;
}
.page-template-faq #main_content .spm_section ul.rows .spm h4 {
    color: #7F8390;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 800;
    -webkit-transition: -webkit-transform 0.5s, color 0.5s, all 0.5s;
    -moz-transition: transform 0.5s, color 0.5s, all 0.5s;
    transition: transform 0.5s, color 0.5s, all 0.5s;
}
.page-template-faq #main_content .spm_section ul.rows .spm h4 i {
    color: #74AAB9;
    font-size: 15px;
    position: relative;
    bottom: 2px;
    margin-right: 2%;
    width: 15px;
    -webkit-transition: -webkit-transform 0.5s, color 0.5s, all 0.5s;
    -moz-transition: transform 0.5s, color 0.5s, all 0.5s;
    transition: transform 0.5s, color 0.5s, all 0.5s;
}
.page-template-faq #main_content .spm_section ul.rows .spm .svar_wrap {
    display: none;
}
.page-template-faq #main_content .spm_section ul.rows .spm .svar_wrap p {
    width: 80%;
    margin-top: 1em;
    margin-left: 5%;
    font-size: 16px;
    line-height: 1.6em;
}
.page-template-faq #main_content .spm_section ul.rows .spm .svar_wrap p span {
    font-weight: bold;
    letter-spacing: 0.5px;
}
.page-template-faq #main_content .spm_section ul.rows .spm.active h4,
.page-template-faq #main_content .spm_section ul.rows .spm.active i {
    color: #65BED7;
}
@media only screen and (max-width: 1250px) {
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1110px) {
    .page-template-faq #main_content .spm_section ul.rows {
        width: 100%;
        margin: 0;
        display: block;
    }
    .page-template-faq #main_content .spm_section ul.rows.row2 {
        margin: 0;
    }
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 16px;
    }
}
@media only screen and (max-width: 800px) {
    .page-template-faq #main_content .spm_section {
        width: 90%;
    }
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .page-template-faq #main_content .spm_section {
        margin: 4em auto;
    }
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 13px;
    }
}
@media only screen and (max-width: 375px) {
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 12px;
    }
}
@media only screen and (max-width: 300px) {
    .page-template-faq #main_content .spm_section ul.rows .spm {
        font-size: 10px;
    }
}
.post-type-archive-produkter {
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* IPAD LANDSKAP */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS FOR IPAD */
    /* BREAK POINTS */
    /* BREAK POINTS */
}
.post-type-archive-produkter header {
    background-size: 100%;
    background-position: bottom center;
    position: relative;
    min-height: 90vh;
}
.post-type-archive-produkter header #spillvett {
    bottom: 0;
}
.post-type-archive-produkter header .content {
    text-align: left;
    margin-top: 5em;
    position: static;
    margin-bottom: 11em;
}
.post-type-archive-produkter header .content h1 {
    margin-left: -1%;
}
.post-type-archive-produkter header .content h2 {
    margin-top: 1em;
}
.post-type-archive-produkter header .content p {
    margin: 0;
    width: 62%;
    font-size: 1.25em;
    line-height: 1.3em;
}
.post-type-archive-produkter header .content button {
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    padding: 15px 0;
    background-color: #369BD2;
    margin-top: 3em;
    margin-left: 1%;
}
.post-type-archive-produkter header .content a button {
    margin-left: 0;
}
.post-type-archive-produkter header .product_desc {
    width: 50%;
    display: block;
    text-align: left;
    margin-left: 10%;
}
.post-type-archive-produkter header .product_desc.noFrame {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.post-type-archive-produkter header .product_desc.noFrame p {
    width: 100%;
}
.post-type-archive-produkter header .product_img {
    width: 78%;
    display: inline-block;
    position: absolute;
    right: -18%;
    top: 7em;
    width: 1100px;
}
.post-type-archive-produkter header .product_img img {
    width: 100%;
}
.post-type-archive-produkter header .product_img .size-display {
    position: absolute;
    top: 5.9em;
    left: 23.6%;
    width: 55.5%;
    height: auto;
    top: 67px;
    left: 207px;
    width: 700px;
}
.post-type-archive-produkter header .product_img_noFrame {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4.5%;
}
.post-type-archive-produkter header .product_img_noFrame img {
    width: 100%;
    height: auto;
}
.post-type-archive-produkter #produkt_content {
    width: 80%;
    margin: 0 auto;
}
.post-type-archive-produkter #produkt_content article {
    margin: 7em 0;
}
.post-type-archive-produkter #produkt_content article h1,
.post-type-archive-produkter #produkt_content article a {
    color: #4B4D51;
}
.post-type-archive-produkter #produkt_content article h6 {
    color: #969696;
    margin: 0;
    margin-bottom: 1em;
}
.post-type-archive-produkter #produkt_content article p {
    font-size: 1.125em;
    font-weight: normal;
    font-family: "lato";
    line-height: 1.5em;
}
.post-type-archive-produkter #produkt_content article button {
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    padding: 15px 0;
    background-color: #369BD2;
    margin-top: 3em;
}
.post-type-archive-produkter #produkt_content article .article_part {
    vertical-align: top;
    float: left;
}
.post-type-archive-produkter #produkt_content article .article_part.content {
    width: 39%;
}
.post-type-archive-produkter #produkt_content article .article_part.product_img {
    float: right;
}
.post-type-archive-produkter #produkt_content article .article_part img {
    width: auto;
    height: 16em;
}
@media only screen and (max-width: 1300px) {
    .post-type-archive-produkter header .product_desc {
        font-size: 14px;
    }
    .post-type-archive-produkter header .content button {
        width: 190px;
    }
    .post-type-archive-produkter header .product_img {
        top: 7em;
        width: 1054px;
        right: -28%;
    }
    .post-type-archive-produkter header .product_img .size-display {
        top: 10.2%;
        left: 18.5%;
        width: 64%;
    }
}
@media only screen and (max-width: 1180px) {
    .post-type-archive-produkter header .product_img {
        right: -29%;
    }
}
@media only screen and (max-width: 1100px) {
    .post-type-archive-produkter {
        /* BREAK POINTS */
    }
    .post-type-archive-produkter header .product_img {
        right: -37%;
    }
}
@media only screen and (max-width: 1050px) {
    .post-type-archive-produkter header .product_img {
        right: -43%;
        -ms-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .post-type-archive-produkter header.short .content {
        margin-bottom: 6.5em;
    }
    .post-type-archive-produkter header #spillvett img {
        width: 150px;
    }
}
@media only screen and (max-width: 990px) {
    .post-type-archive-produkter header .product_img {
        right: -50%;
    }
}
@media only screen and (max-width: 900px) {
    .post-type-archive-produkter header .product_desc h1 {
        font-size: 3.2em;
    }
    .post-type-archive-produkter header .product_img {
        right: -50%;
    }
    .post-type-archive-produkter header .content button {
        display: block;
        margin-left: 0;
        margin-top: 2em;
    }
    .post-type-archive-produkter header .content button.scrollTo {
        margin-top: 1em;
    }
    .post-type-archive-produkter #produkt_content article .article_part {
        float: none !important;
        display: block;
        width: 100%;
    }
    .post-type-archive-produkter #produkt_content article .article_part.content {
        margin-top: 2em;
        width: 100%;
    }
    .post-type-archive-produkter #produkt_content article .article_part img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 860px) {
    .post-type-archive-produkter header .product_desc {
        width: 70%;
        font-size: 13px;
    }
    .post-type-archive-produkter header .product_img {
        right: -69%;
    }
}
@media only screen and (max-width: 790px) {
    .post-type-archive-produkter header .product_img {
        right: -77%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .post-type-archive-produkter header {
        min-height: 67vh;
    }
    .post-type-archive-produkter header #spillvett img {
        width: 150px;
    }
}
@media only screen and (max-width: 715px) {
    .post-type-archive-produkter #produkt_content {
        width: 90%;
    }
    .post-type-archive-produkter header .product_img {
        right: 0;
        position: relative;
        top: 0;
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        width: 100%;
        margin: 0;
        display: block;
        margin: 0 auto;
    }
    .post-type-archive-produkter header .product_img img {
        margin-left: 0%;
    }
    .post-type-archive-produkter header .product_img .size-display {
        top: 10.2%;
        left: 19%;
        width: 64%;
    }
    .post-type-archive-produkter header .content .product_desc {
        width: 100%;
        display: block;
        margin-top: 1em;
    }
    .post-type-archive-produkter header .content button {
        display: inline-block;
        margin-left: 0;
        margin-top: 2em;
    }
    .post-type-archive-produkter header .content button.scrollTo {
        margin-top: initial;
    }
    .post-type-archive-produkter header #spillvett {
        bottom: initial;
        right: initial;
        z-index: 8;
        position: absolute;
        top: 7em;
        left: 10%;
        width: 80%;
    }
    .post-type-archive-produkter header #spillvett a {
        padding-left: 5%;
        padding: 0;
        float: left;
    }
    .post-type-archive-produkter header #spillvett a img {
        width: 120px;
    }
    .post-type-archive-produkter header #spillvett a:last-child {
        float: right;
    }
}
@media only screen and (max-width: 510px) {
    .post-type-archive-produkter header .product_img .size-display {
        top: 28px;
    }
}
@media only screen and (max-width: 447px) {
    .post-type-archive-produkter header {
        min-height: 0vh;
        position: static;
        overflow: visible;
    }
    .post-type-archive-produkter header #spillvett {
        left: 5%;
        width: 90%;
    }
    .post-type-archive-produkter header .content {
        display: none;
    }
    .post-type-archive-produkter #produkt_content article {
        margin: 3em 0;
    }
}
.page-template-kontakt {
    /* BREAK POINTS */
}
.page-template-kontakt header {
    min-height: 31em;
}
.page-template-kontakt header .content {
    margin: 8em auto;
    width: 90%;
}
.page-template-kontakt #main_content {
    width: 75%;
    margin: 0 auto;
    border-top: 1px solid #ECECEC;
    padding-top: 5em;
    margin-bottom: 6em;
}
.page-template-kontakt #main_content .two-column {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.page-template-kontakt #main_content .two-column:last-child {
    margin-left: 5.6%;
}
.page-template-kontakt #main_content .two-column.contact_info p,
.page-template-kontakt #main_content .two-column.contact_info a {
    color: #868686;
    line-height: 1.6em;
}
.page-template-kontakt #main_content .two-column.contact_info p.uthev,
.page-template-kontakt #main_content .two-column.contact_info a.uthev {
    font-weight: 800;
    color: #41ACDB;
}
.page-template-kontakt #main_content .two-column.contact_field form input,
.page-template-kontakt #main_content .two-column.contact_field form textarea {
    width: 100%;
    border: 1px solid #ECECEC;
    font-size: 18px;
    padding: 0.6em;
    color: #565656;
}
.page-template-kontakt #main_content .two-column.contact_field form textarea {
    margin: 1em 0;
    height: 10em;
}
.page-template-kontakt #main_content .two-column.contact_field form .two-fields {
    width: 100%;
    display: block;
}
.page-template-kontakt #main_content .two-column.contact_field form .two-fields .short-column {
    float: left;
    width: 48.5%;
}
.page-template-kontakt #main_content .two-column.contact_field form .two-fields .short-column.mail {
    float: right;
}
.page-template-kontakt #main_content .two-column.contact_field form input[type=submit] {
    font-family: "lato", helvetica, sans-serif;
    background-color: #60B8E7;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 0;
}
@media only screen and (max-width: 1060px) {
    .page-template-kontakt #main_content {
        padding-top: 4em;
    }
    .page-template-kontakt #main_content .two-column {
        display: block;
        width: 100%;
        margin: 0 auto 3em;
    }
    .page-template-kontakt #main_content .two-column:last-child {
        margin-left: auto;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .page-template-kontakt #main_content {
        width: 90%;
    }
}
@media only screen and (max-width: 400px) {
    .page-template-kontakt #main_content {
        width: 93%;
    }
}
.page-template-spilletips {
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
    /* BREAK POINTS */
}
.page-template-spilletips nav.spilletips_nav {
    margin: 0 auto;
    text-align: center;
}
.page-template-spilletips nav.spilletips_nav ul li {
    display: inline-block;
    text-align: center;
    margin: 0 3%;
    cursor: pointer;
}
.page-template-spilletips nav.spilletips_nav ul li .icon {
    color: #60BCEE;
    font-size: 3.125em;
}
.page-template-spilletips nav.spilletips_nav ul li h4 {
    font-family: "asap", sans-serif;
    font-weight: bold;
    font-size: 1.375em;
    color: #6D6D6D;
}
.page-template-spilletips .spill_content {
    background-color: #E3EBEF;
    padding: 5em 10%;
    position: relative;
}
.page-template-spilletips .spill_content #spillvett {
    position: absolute;
    right: 10%;
    top: 1.4em;
}
.page-template-spilletips .spill_content #spillvett img {
    width: 150px;
    padding-left: 6%;
}
.page-template-spilletips .spill_content span.arrow {
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    background-color: #E3EBEF;
    position: absolute;
    top: -10px;
    left: 41%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s, all 0.5s;
    -moz-transition: transform 0.5s, color 0.5s, all 0.5s;
    transition: transform 0.5s, color 0.5s, all 0.5s;
}
.page-template-spilletips .spill_content ul li {
    display: none;
}
.page-template-spilletips .spill_content ul li:first-child {
    display: block;
}
.page-template-spilletips section.moduler {
    width: 80%;
    margin: 5em auto;
}
.page-template-spilletips section.moduler .three_column_module {
    overflow: visible;
}
@media only screen and (max-width: 1280px) {
    .page-template-spilletips section.moduler .three_column_module .nt-widget {
        width: 28% !important;
        height: 430px !important;
    }
}
@media only screen and (max-width: 1100px) {
    .page-template-spilletips section.moduler {
        width: 90%;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget {
        width: 47% !important;
        margin: 0;
        float: right;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget:first-child {
        float: left;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget:last-child {
        display: none;
    }
    .page-template-spilletips section.moduler .single_column_module iframe {
        height: 100px !important;
    }
}
@media only screen and (max-width: 670px) {
    .page-template-spilletips section.moduler .three_column_module {
        margin-bottom: 3em;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget {
        width: 100% !important;
        margin: 0;
        float: none;
        display: block;
        margin-bottom: 2em;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget:first-child {
        float: none;
    }
    .page-template-spilletips section.moduler .three_column_module .nt-widget:last-child {
        display: none;
    }
}
@media only screen and (max-width: 1249px) {
    .page-template-spilletips .spill_content {
        padding: 5em 5%;
    }
}
@media only screen and (max-width: 667px) {
    .page-template-spilletips nav.spilletips_nav ul li {
        margin: 0 2.3%;
    }
}
@media only screen and (max-width: 650px) {
    .page-template-spilletips nav.spilletips_nav {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    .page-template-spilletips .spill_content {
        padding: 5em 2%;
    }
}
@media only screen and (max-width: 575px) {
    .page-template-spilletips nav.spilletips_nav {
        font-size: 12px;
    }
    .page-template-spilletips nav.spilletips_nav ul li .icon {
        color: #60BCEE;
        font-size: 4em;
    }
}
@media only screen and (max-width: 495px) {
    .page-template-spilletips nav.spilletips_nav {
        font-size: 10px;
    }
}
@media only screen and (max-width: 425px) {
    .page-template-spilletips nav.spilletips_nav ul li h4 {
        font-size: 1.2em;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 355px) {
    .page-template-spilletips nav.spilletips_nav {
        font-size: 8px;
    }
}
@media only screen and (max-width: 375px) {
    .page-template-spilletips nav.spilletips_nav ul li {
        margin: 0 2%;
    }
}
table {
    width: 100%;
    background-color: #fff;
    /* BREAK POINTS */
}
table tr.short {
    display: none;
}
table tr td,
table tr th {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 1.5em;
    border: 0px solid;
}
table tr td p,
table tr th p {
    font-size: 1em;
    color: #5A5A5A;
}
table tr td.res,
table tr th.res {
    font-weight: bold;
}
table tr td.fork,
table tr th.fork {
    display: none;
}
table tr th {
    background-color: #88BED7;
    font-size: 1.125em;
}
table tr th span:last-child {
    display: none;
}
table tr:nth-child(2n) {
    background-color: #FAFAFA;
}
@media only screen and (max-width: 1340px) {
    table tr td.kamp {
        display: none;
    }
    table tr td.kampM {
        display: block;
    }
}
@media only screen and (max-width: 1120px) {
    table {
        font-size: 14px;
    }
    table tr {
        padding: 1em;
    }
    table tr th span:first-child {
        display: none;
    }
    table tr th span:last-child {
        display: block;
    }
    table tr td {
        padding: 1em;
    }
    table tr td.kampM {
        display: none;
    }
    table tr td.kampS {
        display: block;
    }
}
@media only screen and (max-width: 730px) {
    table .res {
        display: none;
    }
}
@media only screen and (max-width: 650px) {
    table {
        font-size: 12px;
    }
    table .prosent {
        display: none;
    }
}
@media only screen and (max-width: 399px) {
    table td.fork span {
        display: block;
    }
}
.dark header {
    background-color: transparent;
}
.dark header::after {
    content: none;
}
.dark header #topbar .menu_wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark header #topbar .menu_wrap nav#menu ul button {
    color: #60656D;
    border: 2px solid #7F838A;
}
.dark header #topbar .menu_wrap nav#menu ul li.current_page_item::after {
    background-color: #60BCEE;
}
.dark header #topbar .menu_wrap nav#menu ul li a {
    color: #484C58;
    font-weight: normal;
}
.dark header .content h1 {
    color: #464F5E;
    text-transform: none;
    font-weight: 300;
}
.dark header .content p {
    color: #4B4D51;
    font-style: normal;
}
.dark header .content a {
    color: #868686;
    font-weight: bold;
}
.live-logo {
    position: relative;
    top: 13px;
    background-color: black;
    padding: 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 1150px) {
    .live-logo {
        top: 0px;
    }
}