@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);

html, body, nav, section {
    margin: 0;
    padding: 0;
}

/* Fra dynamisk kode */

body, html {
    background-color: #c5c5c5 !important;
}

nav, .MobileMenuToggle {
    background-color: #494949 !important;
}

.menu li a {
    color: #ffffff !important;
}

    .menu li a:hover, .menu li:hover > a {
        color: #ffffff !important;
        background: #40c7ff !important;
    }

.slicknav_menu, .slicknav_nav a {
    color: #ffffff !important;
}

.slicknav_nav li {
    border-bottom: 1px solid #ffffff !important;
    background-color: #494949 !important;
}

    .slicknav_nav li a:hover, .slicknav_nav ul a:hover, .MobileMenuToggle:hover {
        border-bottom: white;
        color: #ffffff !important;
        background: #40c7ff !important;
    }

.slicknav_nav ul a {
    border-bottom: 1px solid #ffffff !important;
    background-color: #494949 !important;
    color: white;
}
/* Fra dynamisk kode */

.LogoTopBar {
    display: inline-block;
    top: 0;
    text-align: center;
    height: 20vw;
    margin: 0 auto;
    max-height: 250px;
    position: relative;
}

nav {
    display: block;
    background: black;
    text-align: center;
    padding: 0px;
}

section {
    position: relative;
    width: 100%;
    top: 0px;
}

body {
    background: transparent;
    color: #374147;
    font: 14px "Open Sans",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}


.HovedBodyContent {
    position: relative;
    top: -15px;
    padding: 50px;
    z-index: 1
}

.BoxArea
{
    padding:10px;
}

.HovedBildeFrame {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 450px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.swiperCellImg {
    width: 100%;
    position: relative;
}

.BodyCenterWrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.SearchFieldMain {
    position: relative;
    top: 5px;
    min-width: 240px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.SearchBtnIcon {
    position: absolute;
    right: 25%;
    top: 12px;
}

.ForceCenterContent {
    text-align: center !important;
}

.FootContent {
    margin-top: 0px;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    color: white !important;
    background-color: #3b3b3b;
    text-align: center;
    padding-top: 50px;
}

.fa {
    margin-right: 10px !important;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}


html {
    -webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {

    font-size:16px;
    font-weight:bolder;
    text-decoration: none;
    color: #005094;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    a:hover {
        color: #00c1ff;
        text-decoration: none;
    }


/* Menu section */

.menu {
    display: block;
    margin: 0;
    padding: 0;
}

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 100;
        margin: 0;
        padding: 0;
    }

a.homer {
    background: #005094;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    height: 23px;
    margin: 0;
    top: -10px;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

    .menu li a:hover, .menu li:hover > a {
        color: black !important;
        background: white;
    }

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0px;
    width: 200px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 1;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    text-align: left;
    text-overflow: clip;
    height: 0px;
    top: 30px;
}

    .menu ul li a {
        font-size: 14px;
        font-weight: normal;
        display: block;
        color: white;
        background: #343434;
    }

        .menu ul li a:hover, .menu ul li:hover > a {
            background: #2f2f2f;
            color: #e0e0e0 !important;
        }

    .menu ul li {
        display: block;
        float: none;
        background: none;
        margin: 0;
        padding: 0;
    }

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

/* Slickmenu mobile mode */

.MobileMenuToggle {
    font-size: 16px;
    text-align: left;
    border: none;
    cursor: pointer;
    display: none;
    width: 100%;
    height: 60px;
    padding: 20px;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: solid 1px;
}
    .MobileMenuToggle:hover {
        background: #00c1ff;
        color: #012e49;
        text-decoration: none;
    }


.slicknav_menu {
    *zoom: 1;
    display: none;
    font-size: 20px;
    box-sizing: border-box;
    background: transparent;
    padding: 40px 0px 0px 0px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    margin-top: 0px;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}
    .slicknav_menu .slicknav_icon:before {
        background: transparent;
        width: 1.125em;
        height: 0.875em;
        display: block;
        content: "";
        position: absolute;
    }

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 50px;
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}
.slicknav_nav {
    clear: both;
}
    .slicknav_nav ul {
        display: block;
    }
    .slicknav_nav li {
        display: block;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
        position: relative;
        left: 10px;
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
.slicknav_brand {
    float: left;
}
.slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
    color: #000000;
    font-weight: bold;
}
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.slicknav_nav .slicknav_row {
    margin: 0px;
}
.slicknav_nav a {
    padding: 12px;
    margin: 0px;
    text-decoration: none;
    color: #fff;
}
    .slicknav_nav a:hover {
        background: black;
        color: white;
    }

.slicknav_nav .slicknav_txtnode {
    padding: 12px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
/*  -----------   */


/*  Responsive logikk   */


/* Desktop og større */

@media (min-width: 1180px) {
  

    nav {
        text-align: center;
        padding-top: 0px;
        height: 100%;
    }
    .menu li a {
        font-size: 16px;
    }
    .HovedBildeFrame {
        max-height: 40vw;
    }
    .swiperCellImg {
        top: -10vw;
    }
    .FrontBox {
        max-width: 350px;
    }
}


/* Tablet */

@media (min-width: 768px) and (max-width: 1180px) {


    .WebBody {
        width: 95% !important;
        font-size: 15px !important;
    }
    .menu li a {
        font-size: 11px;
    }
    .HovedBildeFrame {
        max-height: 450px;
    }
    .FrontBox {
        max-width: 500px;
    }

    .ImageInBox {
        width: 550px !important;
    }
}

/* Mobile */

@media only screen and (max-width: 768px) {


    .WebpageHeading {      
        font-size: 14px;
    }

    .HovedBodyContent
    {
        padding:20px;        
    }

    .WebBody {
        width: 95% !important;
        font-size: 17px !important;
    }
    .FrontBox {
        max-width: 335px;
        left: -10px;
    }
    .ImageInBox {
        width: 400px !important;
    }
    .WebBody {
        padding: 10px !important;
    }
    nav {
        padding-top: 20px;
    }
    .menu {
        display: none;
    }
    .MobileMenuToggle {
        display: inline-block !important;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .slicknav_menu {
        display: block !important;
    }
    .swiperCellImg {
        top: 0vw;
    }

    .HovedBildeFrame {
        max-height: 250px;
    }
}


/*--- Webside Standard ----*/
.WebpageHeading {
    font-family: 'MuseoSans','Neo Sans Std';
    margin: 0px;
    z-index: 1;
    color: #000000;
    font-size: 24px;
}

.fb-like {
    padding: 50px;
    position: relative;
}

.HovedBilde {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
    max-width:1175px;
}

.WebKategori {
    font-family: 'MuseoSans','Neo Sans Std';
    font-weight: bold;
    color: #0f6cde;
    font-size: 22px;
    position: relative;
    top: -3px;
}

.IndexHomeFrontBody {
    top: 0px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
    text-align: left;
    min-height: 1050px;
}

.WebBody {
    top: 0px;
    padding: 20px;
    margin: 0px auto;
    position: relative;
    width: 1155px;
    overflow: hidden;
    background-color: white;
    text-align: left;
    min-height: 1050px;
}

.webpluggBarItem {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    left: 30px;
}

.FotoAv {
    position: absolute;
    font-weight:bold;
    top: 0px;
    right: 13px;
    font-size: 12px;
    padding: 5px;
    background-image: url("../../Content/Images/trans_link.png");
}

.SirkelTemplate {
    width: 35px !important;
    height: 35px !important;    
    padding: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    margin-right: 10px;
    margin-bottom: 10px;
}

.SirkelFor {
    background: #5ed85d;
    border: 4px solid #0d710d;
    width: 35px !important;
    height: 35px !important;
}

.SirkelMot {
    background: #d47e41;
    border: 4px solid #ff6a00;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.TotalKilder {
    background: #a149ef;
    border: 4px solid #7d2dc3;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.ScorePoeng {
    background: #4970ef;
    border: 4px solid #2b4dba;
    color: white;
    width: 35px !important;
    height: 35px !important;
}

.WebBoxTitel {
    position: relative;
    width: 100%;
    text-align: left;
}

.CenterContent {
    text-align: center;
    width: 100%;
}

.ButtonLagKonto {
    padding: 12px !important;
    width: 30%;
    font-size: 16px;
}

.Paddding10 {
    padding: 10px;
}

.ClearLinebBoth {
    clear: both;
}

.infobox-info, .infobox-body {
    height: 600px !important;
    padding: 10px;
    color: #b24a00 !important;
    font-weight: bold;
}

.infobox-close-img {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: 30px !important;
    height: 30px !important;
}

.form-control {
    position: relative;
    width: 60%;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1px;
    margin-right: 10px;
    top: 0px;
    left: 0px;
}


    .form-control:focus {
        border-color: white;
        outline: 0;
        -webkit-box-shadow: 0 2px 2px black,0 0 8px black;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.70),0 0 8px rgba(0, 0, 0, 0.70);
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    text-align: left;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    width: 80%;
    overflow: hidden;
    padding: 20px;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    color: black;
    position: relative;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
    background-position: bottom;
    background-image: url('../Images/topFadeSilver.png');
}

legend {
    color: #9502cd;
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
    color: black;
}


.editor-field {
    margin: 0.5em 0 0 0;
    color: black;
    width: 90%;
}

.text-box {
    position: relative;
    display: block;
    width: 90%;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1px;
    top: 0px;
    left: 0px;
}


    .text-box:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
        border-color: #3399FF;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 153, 255, 1);
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(153,0,0,.075),0 0 8px rgba(153,0,0,.6);
    box-shadow: inset 0 2px 2px rgba(153,0,0,.075),0 0 8px rgba(153,0,0,.6);
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}


/* Knapper */

#FileUploader {
    display: none
}

.BtnShopOffSet {
    position: relative;
    padding: 5px !important;
    margin: 10px;
    top: -1px !important;
}

.BtnFloatLeft {
    float: left;
    text-align: left;
    margin-left: 10px;
}

.BtnFloatRight {
    float: right;
    text-align: right;
}

.BtnHovedMenu:link, .BtnHovedMenu:visited, .BtnHovedMenu, a.BtnHovedMenu {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    padding: 10px;
    background-color: transparent;
}

    .BtnHovedMenu:hover {
        color: #FFFFFF;
        padding: 10px;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        border: 1px solid #939393;
        background-color: rgba(255, 255, 255, 0.20);
        cursor: pointer;
    }

.BtnFxLink:link, .BtnFxLink:visited, .BtnFxLink, a.BtnFxLink {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 6px;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #666666;
    top: 0px;
    left: 0px;
}

    .BtnFxLink:hover {
        color: #333333;
        position: relative;
        border: 1px solid #3399FF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #99CCFF;
        cursor: pointer;
        text-decoration: none !important;
    }

.BtnGlassWhite:link, .BtnGlassWhite:visited, .BtnGlassWhite, a.BtnGlassWhite {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: black;
    position: relative;
    padding: 10px;
    border: 1px solid #666666;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #818181;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/SoftShader.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: white;
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 60;
}

    .BtnGlassWhite:hover {
        color: #ffffff;
        position: relative;
        background-position: center top;
        background-image: url('../Images/BarBG.png');
        background-repeat: repeat-x;
        background-color: black;
        cursor: pointer;
    }

.BtnGlassWhiteSelected:link, .BtnGlassWhiteSelected:visited, .BtnGlassWhiteSelected, a.BtnGlassWhiteSelected {
    top: 0px;
    left: 0px;
    color: #ffffff;
    position: relative;
    background-position: center top;
    background-image: url('../Images/BarBG.png');
    background-repeat: repeat-x;
    background-color: #000000;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 10px;
    border: 1px solid #3c2e49;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



.BtnFxLink:link, .BtnFxLink:visited, .BtnFxLink, a.BtnFxLink {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #666666;
    top: 0px;
    left: 0px;
}

    .BtnFxLink:hover {
        color: #333333;
        position: relative;
        border: 1px solid #3399FF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #99CCFF;
        cursor: pointer;
    }

.BtnFxLinkGreen:link, .BtnFxLinkGreen:visited, .BtnFxLinkGreen, a.BtnFxLinkGreen {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #16d611;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #178a00;
    top: 0px;
    left: 0px;
}

    .BtnFxLinkGreen:hover {
        color: #333333;
        position: relative;
        border: 1px solid #178a00;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #16d611;
        cursor: pointer;
    }

.BtnFxLinkBlue:link, .BtnFxLinkBlue:visited, .BtnFxLinkBlue, a.BtnFxLinkBlue {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding: 8px;
    border: 1px solid #3399FF;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url('../Images/BtnCool.png');
    background-repeat: repeat-x;
    background-color: #0c61b2;
    top: 0px;
    left: 0px;
}

    .BtnFxLinkBlue:hover {
        color: #333333;
        position: relative;
        border: 1px solid #99CCFF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url('../Images/BtnCool.png');
        background-repeat: repeat-x;
        background-color: #3399FF;
        cursor: pointer;
    }

/*Bilde galleri*/

.boxIMG {
    padding: 0px;
    /*position:relative;
    float:left;*/
    height: 120px;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    display: inline-block;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
