@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Spartan:wght@400;500;600&display=swap');

/*******************************************************
# General
********************************************************/
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Spartan', sans-serif !important;
    color: #777;
    font-size: 14px;
    font-weight: 500
}

p {
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
    color: #777;
    font-weight: 500
}

a {
    color: #e0ae55;
    text-decoration: none;
    transition: ease-in-out 0.2s
}

    a:hover {
        color: #c38d2c;
        text-decoration: underline
    }

strong {
    color: #191919
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Spartan', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #111;
    line-height: 1.2em !important;
    margin: 10px 0 10px 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h4 {
    font-size: 18px;
}

img {
    max-width: 100%
}

.btn {
    font-family: 'EB Garamond', serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none !important;
    padding: 6px 20px;
    margin: 0px 5px 10px 0
}

    .btn:hover {
        border: none;
        text-decoration: none
    }

.btn-primary {
    background: #e0ae55;
    border-color: #e0ae55;
    color: #111
}

    .btn-primary:hover {
        background: #c79337;
        border-color: #c79337;
        color: #111
    }

.btn-secondary {
    color: #fff;
    background-color: #a0855b;
    border-color: #a0855b;
}

.btn-success {
    color: #fff;
    background-color: #009444;
    border-color: #009444;
}

.btn-danger {
    color: #fff;
    background-color: #c52e2b;
    border-color: #c52e2b;
}

.btn-warning {
    color: #fff;
    background-color: #f07020;
    border-color: #f07020;
}

.btn-info {
    color: #fff;
    background-color: #3398dc;
    border-color: #3398dc;
}

.btn-light {
    color: #111;
    background-color: #eee;
    border-color: #eee;
}

.btn-dark {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.btn-link {
    font-weight: 400;
    color: #111;
    background-color: transparent
}

input.btn.btn-primary {
    margin: 0 5px 0 0;
    vertical-align: top
}

.fa, .fas {
    font-weight: 900;
    font-size: 16px !important;
    margin: 0 !important
}

.form-control, .form-select {
    margin: 0 0 10px;
    font-size: inherit
}


.table-primary {
    --bs-table-bg: #e2e6ed;
    --bs-table-striped-bg: #e2e6ed;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cdd3db;
    --bs-table-hover-color: #000;
    color: #111;
    border-color: #cfcfcf;
}

.border-secondary {
    border-color: #ddd !important;
}

.bg-info {
    background-color: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border: none !important
}

.text-info {
    color: #e0ae55 !important
}

.category-profile-img {
    display: block;
    max-width: 50px !important;
    height: auto;
    float: left;
}

.profile-logo-img {
    display: block;
    max-width: 70px !important;
    height: auto;
    float: right;
    padding-top: 30px;
}

.logo-full-profile {
    display: block;
    max-width: 200px !important;
    height: auto;
    float: left;
}

.loginBtn {
    position: relative;
    margin: 0.2em;
    padding: 0.5rem 48px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/*-- Facebook --*/
.loginBtn-facebook {
    background-color: #4663AE;
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn-facebook:before {
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') center left 12px no-repeat;
    }

    .loginBtn-facebook:hover, .loginBtn-facebook:focus {
        background-color: #5B7BD5;
    }

/*-- Google --*/
.loginBtn-google {
    background: #DF4A38;
}

    .loginBtn-google:before {
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') center left 12px no-repeat;
    }

    .loginBtn-google:hover, .loginBtn-google:focus {
        background: #E74B37;
    }

.image-placeholder {
    background-color: #eee;
    display: flex;
    height: 200px;
    margin: 5px;
    width: 200px;
}

    .image-placeholder > h4 {
        align-self: center;
        text-align: center;
        width: 100%;
    }


/******************************************
Icon on front page
*******************************************/
#hero {
    width: 100%;
    position: relative;
}

    #hero:before {
        content: "";
        background: rgb(34 24 3 / 80%);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h1 {
        font-family: 'Cinzel', serif;
        font-size: 46px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #e0ae55
    }

    #hero .container {
        position: relative;
        padding: 70px 0 50px;
        text-align: center;
        margin-top: 6%
    }

    #hero .icon-box {
        padding: 20px 20px;
        transition: ease-in-out 0.3s;
        height: 100%;
        text-align: center;
    }

        #hero .icon-box:hover {
            background: rgba(0,0,0,0.6);
            margin: 0;
            transition: ease-in-out 0.1s;
            transform: scale(1.1);
        }

    #hero h2 {
        font-size: 22px;
        color: #e0ae55;
        font-weight: 400
    }

    #hero .col-xl-2 {
        width: 18.66666667%;
        padding: 0 30px;
        min-height: 180px
    }

    #hero .icon-box img {
        max-height: 70px
    }

    #hero .icon-box h3 {
        font-size: 18px;
        color: #111;
        line-height: 1.4em
    }

        #hero .icon-box h3 a {
            font-size: 16px;
            color: #e0ae55;
            letter-spacing: 0;
            font-weight: 500
        }

            #hero .icon-box h3 a:hover {
                color: #e0ae55
            }


/******************************************
Article on slide
*******************************************/
#plan {
    position: relative;
    background: rgb(34 24 3 / 80%);
    padding-bottom: 100px
}

    #plan h1 {
        font-family: 'EB Garamond', serif;
        margin: 0 0 30px;
        padding: 0;
        color: #e0ae55;
        text-shadow: 1px 1px rgba(0,0,0,0.7);
        letter-spacing: 3px;
    }

    #plan .btn {
        background: #e0ae55;
        margin: 0
    }

        #plan .btn:hover {
            background: #c79337;
            border: 1px solid #171717
        }


/******************************************
search section
*******************************************/
#search {
    position: relative;
    background: #171717;
    padding: 100px 0;
    color: #eee;
}

    #search h1, #search h2 {
        color: #e0ae55;
    }

    #search #SearchPanel {
        position: absolute;
        width: 350px !important;
    }

#PageHome #search > div {
    position: relative;
    z-index: 1
}


#SearchPanel {
    width: 260px;
}

#search ul#keywordSearchList {
    position: absolute;
    z-index: 10000000000000;
    width: 350px !important;
}

ul#keywordSearchList {
    width: 260px;
}

.SearchBox .list-group-item {
    border-bottom: 1px solid #4e483d !important;
}

    .SearchBox .list-group-item a {
        font-size: 14px !important;
    }
/******************************************
Register
*******************************************/
#MainIdentityRegister {
    max-width: 100% !important;
    margin: 80px 0 0
}

.register-bg {
    background: url("/img/register.jpg") top right no-repeat;
    background-size: cover
}

.register-panel {
    padding: 5% 14%
}

.register-social {
    margin-top: 40px
}

#registerSubmit.btn {
    width: fit-content !important;
    padding: 10px 40px;
    border-radius: 50px;
}

.register-social .btn {
    border-radius: 50px;
}

.register-social .btn {
    color: #fff;
    width: 100% !important;
    text-align: left;
    padding: 15px 0 15px 40px;
    margin: 10px 0
}

.loginBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.loginBtn-facebook:before {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') center left 20px no-repeat;
}

.loginBtn-google:before {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') center left 20px no-repeat;
}

.loginBtn-facebook {
    background: rgb(33,71,143);
    background: linear-gradient(31deg, rgba(33,71,143,1) 0%, rgba(29,112,169,1) 100%);
}

    .loginBtn-facebook:hover {
        background: rgb(33,71,143);
        background: linear-gradient(31deg, rgba(29,112,169,1) 0%, rgba(29,112,169,1) 100%);
    }

.loginBtn-google {
    background: rgb(199,34,32);
    background: linear-gradient(31deg, rgba(199,34,32,1) 0%, rgba(235,66,53,1) 100%);
}

    .loginBtn-google:hover {
        background: rgb(199,34,32);
        background: linear-gradient(31deg, rgba(235,66,53,1) 0%, rgba(235,66,53,1) 100%);
    }

/******************************************
Login
*******************************************/
#PageLogin main {
    padding: 0
}

#PageIdentityLogin main {
    max-width: initial;
    margin: 80px 0 0;
}

.login-bg {
    background: url("/img/register.jpg") bottom center no-repeat;
    background-size: cover;
}

.login-panel {
    padding: 8% 14%
}

#login-submit.btn {
    width: fit-content !important;
    padding: 10px 40px;
    border-radius: 50px;
    margin: 0 0 20px 0
}

.login-remember-me .checkbox {
    margin: 15px 0 0
}

.login-panel section {
    padding: 0;
}

.login-user {
    margin-bottom: 40px
}

#MainIdentityLoginStandard {
    max-width: initial;
    margin: 80px 0 0;
}

#forgot-password {
    color: #111;
    text-decoration: underline
}

    #forgot-password:hover {
        color: #e0ae55;
    }

.login-social .btn {
    width: 100% !important;
    padding: 15px 30px;
    border-radius: 60px;
    margin: 0 0 20px 0;
    text-align: left;
    color: #fff
}

.button-facebook .btn {
    background: rgb(33,71,143);
    background: linear-gradient(31deg, rgba(33,71,143,1) 0%, rgba(29,112,169,1) 100%);
}

    .button-facebook .btn:hover {
        background: rgb(33,71,143);
        background: linear-gradient(31deg, rgba(29,112,169,1) 0%, rgba(29,112,169,1) 100%);
    }

.button-google .btn {
    background: rgb(199,34,32);
    background: linear-gradient(31deg, rgba(199,34,32,1) 0%, rgba(235,66,53,1) 100%);
}

    .button-google .btn:hover {
        background: rgb(199,34,32);
        background: linear-gradient(31deg, rgba(235,66,53,1) 0%, rgba(235,66,53,1) 100%);
    }

.login-register a {
    color: #111;
    text-decoration: underline
}

    .login-register a:hover {
        color: #e0ae55;
        text-decoration: underline
    }

/******************************************
Min side
*******************************************/
#PageMinSide #sidebar {
    background: #151515;
    border-radius: 5px;
    padding: 20px;
    margin: 0 20px 0 0
}

#sidebar.active {
    margin-left: -280px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #e0ae55;
    border-radius: 5px
}

    #sidebar .sidebar-header h3 {
        margin: 0;
    }

#sidebar ul.components {
    padding: 0;
    border-bottom: 0px solid #47748b;
    margin-bottom: 0
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 10px;
    font-size: 1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #e0ae55;
        padding: 10px 14px;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #e0ae55;
    background: #111
}

#sidebar .dropdown-toggle {
    background: rgba(0,0,0,0.3);
    border-top: solid 1px #111
}

#sidebar ul.show {
    background: rgba(0,0,0,0.9);
}

#sidebar li.active {
    background: #000;
}

#sidebar li li {
    padding: 0 0 0 10px
}

#sidebar a[data-bs-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.badge {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-align: center;
    float: right;
    background: #ccc;
}


.badge-primary {
    background: #007bff;
}

.badge-secondary {
    background: #88939d;
}

.badge-success {
    background: #28a745;
}

.badge-danger {
    background: #dc3545;
}

.badge-warning {
    background: #ffc107;
}

.badge-info {
    background: #17a2b8;
}

.nav-link {
    padding: 0.75rem 1rem;
    color: #e0ae55;
    font-weight: 600
}

    .nav-link:focus, .nav-link:hover {
        color: #111;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #111;
    font-weight: 600
}


.numberCircle {
    width: 80px;
    height: 80px;
    background: #fff;
    font-size: 26px;
    border-radius: 50%;
    margin: 10px auto;
    text-align: center;
    color: #111;
    border: 2px solid #e0ae55;
    padding: 0px;
    line-height: 80px
}


/*Cookie
********************************/
#cookieConsent {
    position: fixed;
    bottom: 0%;
    width: 1248px
}

.alert-info {
    color: #111;
    background-color: #e9d572;
    border-color: #333;
    letter-spacing: 0.5px;
}

.alert {
    margin: 0;
    padding: 1rem 2rem
}

button.accept-policy.close {
    background: #111;
    border: none;
    color: #e0ae55;
    padding: 0 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}

    button.accept-policy.close:hover {
        background: #333;
    }

#cookieConsent a {
    text-decoration: underline;
    color: #111;
    font-weight: 600
}

/*Min side
********************************/
#companies h3 {
    font-size: 18px
}

#companies .btn {
    padding: 5px 10px
}

#MainMinSide .card.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 3rem !important;
}

.card-img-bottom {
    width: 140px !important;
    height: 140px;
    object-fit: cover;
}

/******************************************
Footer
*******************************************/
#footer .copyright {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 13px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer span {
    color: #fff
}

/******************************************************
advertisement page
*******************************************************/
.card-img-top {
    height: 300px;
    background: #ddd !important
}

.card-columns {
    border: none;
    margin: 100px auto 0;
}

    .card-columns .card {
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-color: #fff;
        border: 0px solid rgba(0,0,0,.125);
        width: 1200px;
        margin: 100px auto 0;
    }


.ads-summary-box {
    width: 50%;
    float: left;
    padding: 40px 0 0
}



.logo-full-profile {
    display: block;
    max-width: 160px !important;
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
}

.flexslider .slides img {
    max-height: 400px !important;
    width: auto !important
}

.bg-secondary {
    background: #eee !important
}

#carousel .slides img {
    max-height: 150px !important;
    width: auto !important
}

.flex-direction-nav a:before {
    font-size: 30px !important;
}

#AdsDetailsBanner {
    margin-bottom: -100px;
}

#AdsDetailsSummaryBox {
    padding-top: 160px;
}

#AdsDetailsCompanyContents .card {
    border: solid 5px #e0ae55;
    margin-bottom: 50px;
}

#category-cloud {
    display: block;
    clear: both;
    margin: 0 0 10px 0
}

#category-cloud-item {
    background: #ccc;
    padding: 5px 15px;
    border-radius: 3px;
    color: #111;
    margin: 0 0 5px 0;
    display: inline-block
}

#AdsDetailsCompanyContents h3 {
    margin: 0 0 10px
}

.ads-button-item {
    float: left;
}

#displayFavorite .favorite-success {
    color: red;
}
/******************************************************
Ads
*******************************************************/
#DisplayCategory .col-10 {
    margin: 30px 0 0
}

#DisplayCategory .control-label {
    color: #111;
    font-weight: 700;
    padding: 0 0 10px
}

/*popular-services
***********************************/
.services .col-lg-3 {
    margin: 0;
}

.popular-services {
    background-size: cover;
    position: relative;
    padding: 4% 0
}

#PageHome .popular-services,
#PageHome .newest-services {
    position: relative
}

#PageHome .popular-services {
    background: rgb(224 174 85 / 100%);
}

#PageHome .newest-services {
    background: #111;
}

    #PageHome .popular-services > div,
    #PageHome .newest-services > div {
        z-index: 2000;
        position: relative
    }

    #PageHome .popular-services:before,
    #PageHome .newest-services:before {
        content: "";
        background: url("/img/banner.jpg") top center #e0ae55;
        filter: grayscale(100%);
        position: absolute;
        bottom: 0;
        top: 0;
        width: 50%;
        height: 100%
    }

    #PageHome .popular-services:after,
    #PageHome .newest-services:after {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        width: 50%;
        height: 100%
    }

#PageHome .popular-services:before,
#PageHome .popular-services:after {
    right: 0;
}

#PageHome .newest-services:before,
#PageHome .newest-services:after {
    background-color: rgba(255,255,255,0.75);
    left: 0;
}




/*Services
***********************************/
.newest-services {
    background: url("/img/bg.jpg")bottom #e0ae55;
    background-size: cover;
    position: relative;
    padding: 4% 0;
}

    .newest-services:before {
        content: "";
        background: rgb(23 23 23 / 95%);
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        width: 50%
    }

.section-title p {
    font-family: 'EB Garamond', serif;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #151515;
    letter-spacing: 2px
}

.section-title h2 {
    font-size: 24px;
}

.team .member .member-img {
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    height: 240px;
    line-height: 240px;
}

    .team .member .member-img img {
        width: 100% !important;
        max-height: 240px;
        object-fit: cover;
        display: none
    }

#PageKategori .team .member .member-img {
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    height: 160px;
    line-height: 160px;
}

    #PageKategori .team .member .member-img img {
        width: 100% !important;
        max-height: 200px;
        object-fit: cover;
        object-position: 100% 0;
    }


.team .member .member-info span {
    display: block;
}



.team .member .member-info h4 {
    font-size: 18px;
    margin: 10px 0
}

    .team .member .member-info h4 a {
        color: #111;
        font-family: 'Spartan', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0
    }

        .team .member .member-info h4 a:hover {
            color: #e0ae55
        }

.profile-logo-img {
    display: block;
    max-width: 80px !important;
    padding: 0;
    height: auto;
    float: right;
    border: solid 4px #e0ae55;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    z-index: 988 !important;
    position: absolute;
    top: 80%;
    right: 20px;
    z-index: 999 !important;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2)
}

    .team .member .member-info {
        padding: 20px 20px;
    }

.rate-stars {
    padding: 5px 0;
    margin: 10px 0;
    display: block
}

.category-profile-img {
    max-width: 50px !important;
    float: none;
}

.rate-stars i {
    color: #e0ae55;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0
}

.location {
    font-weight: 600;
    color: #111;
    margin: 10px 0 0
}

    .location i {
        color: #e0ae55;
        margin: 0 5px 0 0;
        font-size: 18px
    }

.card-body .team .member .member-img {
    height: 180px;
    line-height: 180px
}

/*Story
******************************/
#stories {
    padding: 5% 0;
    background: #1F1F1F
}

    #stories h3 {
        color: #fff
    }

    #stories h2 {
        color: #e0ae55
    }

/******************************************************
Ads page
*******************************************************/
#PageKategori .card {
    width: 1200px;
    margin: 60px auto
}

#PageKategori .card-body {
    padding: 2rem 2rem;
}


.SearchBox .list-group-item {
    background: #151515;
    color: #fff;
    border: none;
}

    .SearchBox .list-group-item:hover {
        background: #0a0909;
        color: #fff;
        border: none;
        font-family: 'Spartan', sans-serif;
    }

    .SearchBox .list-group-item a {
        font-family: 'EB Garamond', serif;
        font-size: 16px;
        color: #e0ae55;
    }

.item-total {
    font-size: 12px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    padding: 5px
}

.input-group-btn {
    position: relative;
    top: -44px;
    float: right;
    right: 0px
}

#SearchPanel .btn {
    background: #e0ae55;
    padding: 4px 10px
}

    #SearchPanel .btn:hover {
        background: #c3923b
    }

.SearchBox h3 {
    font-size: 18px;
    font-weight: 600;
}

#SubCategoryListSearchBox h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    border-top: solid 2px #e0ae55;
    margin: 20px 0 10px;
    padding: 10px 0 0
}


#SubCategoryListSearchBox {
    background: #fff
}


#SearchPanel .btn {
    background: #e0ae55;
    margin: 0
}

#SearchPanel .btn:hover {
    background: #c3923b
}

#map_canvas {
    width: 100% !important;
    height: 30vw !important;
    margin: 20px 0
}


.ads-list-title h2 {
    margin: 0 0 40px 0;
    font-family: 'Spartan', sans-serif !important;
}

/*Endre annonse
***********************************/
.dropzone {
    padding: 20px 20px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.03) !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

    .dropzone .dz-preview.dz-image-preview {
        background: transparent !important;
    }

    .dropzone .dz-preview .dz-remove {
        margin: 10px 0 0;
        color: #e70404;
        font-weight: 600
    }



/*Back to top button
***********************************/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgb(224,174,85,0.85);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #151515;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #0e0d0d;
    }

        .back-to-top:hover i {
            color: #e0ae55;
        }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #151515;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 0px);
        left: calc(50% - 30px);
        border: 6px solid #ffc451;
        border-top-color: #151515;
        border-bottom-color: #151515;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/******************************************************
Header
*******************************************************/
#header {
    transition: all 0.5s;
    padding: 10px 0;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(0, 0, 0, 0.9);
    }


/******************************************************
main
******************************************************/
.subpage main {
    margin-top: 120px;
    margin-bottom: 60px;
}

main {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 445px - 120px)
}

#PageHome main {
    max-width: initial;
    margin: initial;
    background: url("/img/banner.jpg") no-repeat top center fixed #171717;
    background-size: auto 100%;
    position: relative;
    z-index: 1
}

#PageIdentityLogin main,
#PageIdentityRegister main,
#PagePresentasjon main,
#MainPlanleggeren main {
    max-width: initial;
    margin-top: 80px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #ffc451;
}

    .get-started-btn:hover {
        background: #ffbb38;
        color: #343a40;
    }

@media (max-width: 992px) {
    .get-started-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        font-family: 'EB Garamond', serif;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-weight: 400;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
        letter-spacing: 2px;
        text-transform: uppercase
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #e0ae55;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 20px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 0px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 18px;
            text-transform: none;
            color: #151515;
            font-weight: 500;
            letter-spacing: 1px
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                background-color: #ffc451;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px) !important;
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*Header
**************************/
#header {
    text-align: left;
    padding: 5px 0
}

    #header .logo img {
        max-height: 70px;
        padding: 5px 0
    }

/*Mobile Navigation 
**************************/
.mobile-nav-toggle {
    color: #e0ae55;
    font-size: 30px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.3s;
    padding: 10px 0 0
}

.dropdown .btn {
    background-color: #e0ae55;
    color: #111;
    margin: 0;
}

.dropdown-menu {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    min-width: 12rem;
    padding: 0;
    background-color: #e0ae55;
    border: 0px solid rgba(0,0,0,.15);
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: #111;
    letter-spacing: 0.5px
}

    .dropdown-item:hover {
        background: rgba(0,0,0,0.1);
        text-decoration: none
    }

/*General
**************************/
.subpage main {
    margin-top: 80px;
    margin-bottom: 40px;
}


@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #111;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 18px;
        color: #fff;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #151515;
            background-color: #e0ae55;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
            color: #151515;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                background-color: #ffc451;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #ffc451;
}


@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: auto;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 20px;
            line-height: 24px;
        }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 0 0 8px 26px;
        position: relative;
    }

    .about .content ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: #ffc451;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 20px;
}

    .clients .swiper-slide img {
        opacity: 0.5;
        transition: 0.3s;
        filter: grayscale(100);
    }

        .clients .swiper-slide img:hover {
            filter: none;
            opacity: 1;
        }

    .clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            background-color: #ddd;
        }

        .clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ffc451;
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 20px;
}

    .features .icon-box {
        padding-left: 15px;
    }

        .features .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 5px 0 10px 60px;
        }

        .features .icon-box i {
            font-size: 48px;
            float: left;
            color: #ffc451;
        }

        .features .icon-box p {
            font-size: 15px;
            color: #848484;
            margin-left: 60px;
        }

    .features .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #e0ae55;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .services .icon-box .icon i {
            color: #151515;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #151515;
            transition: ease-in-out 0.3s;
        }

            .services .icon-box h4 a:hover {
                color: #ffc451;
            }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #ffc451;
            border-color: #ffc451;
            color: #151515;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #151515;
            background: #ffc451;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(21, 21, 21, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            font-style: italic;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 5px 0 0;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #ffc451;
            }

    .portfolio .portfolio-wrap:hover::before {
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.2);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #ffc451;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ffc451;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
    padding: 30px 0;
}

    .counts .content h3 {
        font-weight: 700;
        font-size: 34px;
        color: #151515;
    }

    .counts .content p {
        margin-bottom: 0;
    }

    .counts .content .count-box {
        padding: 20px 0;
        width: 100%;
    }

        .counts .content .count-box i {
            display: block;
            font-size: 36px;
            color: #ffc451;
            float: left;
        }

        .counts .content .count-box span {
            font-size: 36px;
            line-height: 30px;
            display: block;
            font-weight: 700;
            color: #151515;
            margin-left: 50px;
        }

        .counts .content .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 50px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #3b3b3b;
        }

        .counts .content .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #3b3b3b;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .content .count-box a:hover {
                color: #626262;
            }

.counts .image {
    background: url("../img/counts-img.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }

        .counts .image img {
            max-width: 80%;
        }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .testimonials .section-header {
        margin-bottom: 40px;
    }

    .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255, 255, 255, 0.15);
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.6);
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.4);
            opacity: 0.5;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ffc451;
            opacity: 1;
        }

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.ads-summary .social {
    position: absolute;
    left: 0;
    top: 0px !important;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    z-index: 999 !important;
    height: 0px
}

.ads-summary .member-info a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99 !important
}

.team .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .team .member .social a:hover {
        color: #151515;
        background: #e0ae55;
    }

.team .member .social i {
    font-size: 18px;
    line-height: 0;
}







.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        background: #ffc451;
        color: #151515;
        float: left;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #151515;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #484848;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #ffc451;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #ffc451;
        border: 0;
        padding: 10px 24px;
        color: #151515;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #ffcd6b;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 74px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #2f2f2f;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}


/*Annonsere hos oss?
**************************************/
#advertise-with-us {
    text-align: center
}

    #advertise-with-us .team.pt-20 {
        padding: 5% 0
    }

        #advertise-with-us .team.pt-20 .col-lg-4 {
            padding: 5% 5% 0;
            text-align: center;
        }

            #advertise-with-us .team.pt-20 .col-lg-4 > div {
                padding-top: 90px
            }

        #advertise-with-us .team.pt-20 img {
            height: 64px;
            margin: 0 0 20px;
            position: absolute;
            left: 50%;
            top: 0px;
            transform: translateX(-50%);
        }

.btn-btn-success {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    background: #111;
    color: #fff;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 5px;
    clear: both;
    float: left
}

#annoser-hos-oss > div {
    display: inline-block
}

#article-intro img {
    width: 50% !important;
    float: left
}

#annoser-hos-oss {
    background: #e0ae55;
    width: 50% !important;
    float: left;
    overflow: hidden;
    display: block;
    padding: 79px 7%
}

    #annoser-hos-oss h2 {
        font-size: 36px
    }

    #annoser-hos-oss p {
        color: #111
    }

#article-intro {
    overflow: hidden;
    background: #e0ae55
}


/**************************************************
Ta kontakt
***************************************************/
#PageKontakt {
    background: #eee;
    background: url(https://festportalen.no/wp-content/uploads/2021/06/eating-601578_1920-1.jpg) top -350px center;
    background-size: cover;
    position: relative;
    overflow-x: hidden
}

#MainKontakt {
    text-align: center;
    z-index: 99;
    position: relative;
    padding: 5% 0 0;
}

#MainKontakt #article-list > div:first-child h2 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff
}

#MainKontakt #article-list > div:first-child #article-into p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

#contact-phone {
    background: #fff;
    padding: 60px 60px;
    width: 50%;
    margin: 50px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

#contact-email {
    background: #fff;
    padding: 60px 60px;
    width: 50%;
    margin: 50px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

#PageKontakt:after {
    background-image: linear-gradient(to bottom, rgb(2 23 46 / 65%) 0%, rgb(10 0 0 / 55%) 100%);
    content: "";
    display: block;
    z-index: 0 !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#MainKontakt .fa-solid, .fas {
    color: #111;
    margin: 20px;
    font-size: 32px
}

#MainKontakt #article-body {
    position: relative
}

#MainKontakt #article-list:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% - 296px);
    background: #fff;
    left: 0;
    z-index: -1;
    bottom: -40px;
    left: calc(((100% - 100vw) / 2))
}

#MainKontakt .fa-phone-volume {
    font-size: 32px !important;
    color: #27ABE3
}

#MainKontakt .fa-envelope {
    font-size: 32px !important;
    color: #61CE70
}

#MainKontakt .contact-title {
    margin: 20px
}
/**************************************************
Footer
***************************************************/
#footer {
    background: #151515;
    padding: 0;
    color: #fff;
    font-size: 14px;
    clear: both;
    height: 445px
}

    #footer .footer-top {
        padding: 5% 0 5% 0;
    }

        #footer .footer-top h4 {
            font-size: 20px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
            margin: 0 0 10px
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            color: #fff;
        }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #292929;
            color: #fff;
            padding: 8px 0;
            margin-right: 5px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #e0ae55;
                color: #151515;
                text-decoration: none;
            }

        #footer .footer-top .footer-links ul li {
            padding: 0 0 10px 0;
            display: flex;
            align-items: center;
        }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 5px;
                color: #e0ae55;
                font-size: 18px;
                line-height: 1.2;
            }

            #footer .footer-top .footer-links ul a {
                color: #fff;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #ffc451;
                }




input[id^="rate_star_"] {
    position: absolute;
    opacity: 0;
    bottom: 100%
}

    input[id^="rate_star_"]:checked ~ label i,
    label[for^="rate_star_"]:hover i,
    label[for="rate_star_1"]:hover ~ label i,
    label[for="rate_star_2"]:hover ~ label i,
    label[for="rate_star_3"]:hover ~ label i,
    label[for="rate_star_4"]:hover ~ label i,
    label[for="rate_star_5"]:hover ~ label i {
        color: #e0ae55;
        cursor: pointer;
        font-weight: 900
    }




#AdsDetailsSummaryBox {
    padding-top: 140px
}

.wrapper {
    display: flex;
    align-items: stretch;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

#preview-profile-image {
    padding-top: 100%;
    background-image: url(/img/upload-image.png);
    background-position: center center;
    background-color: #ccc;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.2s
}

    #preview-profile-image:hover {
        background-color: #eee;
    }

/* My page
----------------------------------------*/
#PageMinSide h1,
#PageMinSide h2,
#PageMinSide h3,
#PageMinSide h4,
#PageMinSide h5,
#PageMinSide h6 {
    font-family: 'Spartan', sans-serif;
}

#PageMinSide h1 {
    font-size: 30px
}

#PageMinSide h3 {
    font-size: 20px
}


#PageMinSide main .bg-light {
    background: #e8eaf0 !important
}

#PageMinSide.subpage main {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 3rem;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    /***********************************************
By Jakkrit
***********************************************/
    /*Cookie
********************************/
    #cookieConsent {
        width: 100%
    }

    /*General
**********************************/
    .ads-list-title h2 {
        margin: 20px 0;
    }

    #PageIdentityLogin main, #PageIdentityRegister main, #PagePresentasjon main, #MainPlanleggeren main {
        max-width: initial;
        margin-top: 40px;
    }

    /*Header
**************************/
    #header .logo img {
        max-height: 40px;
        padding: 2px 0
    }

    /*Homepage
**********************************/
    /*Icon
**************************/
    #hero .col-xl-2 {
        width: 31%;
        padding: 0;
        min-height: 120px
    }

    #hero .icon-box {
        padding: 10px;
    }

        #hero .icon-box h3 {
            font-size: 16px;
            line-height: 1.3em;
            margin: 0
        }

    #plan {
        padding: 40px;
    }

        #plan h1 {
            font-size: 20px;
            margin: 0 0 20px
        }

    .row {
        --bs-gutter-x: 0;
    }

    .team .member {
        margin-bottom: 30px;
    }

    .popular-services {
        padding: 40px 30px 20px 30px;
    }

        .popular-services:before {
            background: rgb(224 174 85 / 80%);
            width: 100%;
        }

    .newest-services {
        padding: 40px 30px 10px 30px;
    }

        .newest-services:before {
            background: rgb(150 150 150 / 90%);
            width: 100%
        }

    .team .member .member-img {
        height: 180px;
        line-height: 180px;
    }

        .team .member .member-img img {
            max-height: 180px
        }

    /*Hos oss finner du
**************************************/
    #search #SearchPanel {
        position: relative !important;
        width: 300px !important;
    }

    #search ul#keywordSearchList {
        position: relative !important;
        z-index: 10000000000000;
        width: 300px !important;
    }

    #search .col-6 {
        width: 100%
    }

    #search {
        padding: 0 30px 0 30px;
    }

    /*Annonsere hos oss?
**************************************/
    #advertise-with-us {
        text-align: center
    }

        #advertise-with-us h2 {
            font-size: 24px
        }

    #annoser-hos-oss {
        background: #e0ae55;
        width: 100% !important;
        overflow: hidden;
        padding: 40px
    }

    #advertise-with-us .team.pt-20 {
        padding: 5% 0
    }

        #advertise-with-us .team.pt-20 .col-lg-4 {
            padding: 0 5%;
            text-align: left;
        }

            #advertise-with-us .team.pt-20 .col-lg-4 > div {
                padding-top: 40px;
            }

        #advertise-with-us .team.pt-20 img {
            height: 70px;
            margin: 0 0 20px;
            position: relative;
            top: -70px;
        }

        #advertise-with-us .team.pt-20 h2 {
            position: relative;
            top: 90px
        }

    /*MinSide/Abonnement
**************************************/
    .Subscription-Item {
        width: 100% !important;
    }
    /*Kontakt
**************************************/
    #MainKontakt h2 {
        font-size: 40px;
    }

    #MainKontakt p {
        font-size: 16px;
    }

    #contact-phone {
        padding: 40px 20px;
        margin: 20px 40px;
    }

    #contact-email {
        padding: 40px 20px;
        margin: 20px 40px;
    }


    /*Mobile Navigation 
**************************/
    #navbar {
        position: fixed;
        top: 0px;
        right: 0;
        padding: 0 10px 0 0
    }

    .navbar ul {
        display: none;
    }

    .dropdown-menu {
        text-align: right;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    .navbar-mobile .mobile-nav-toggle {
        top: 10px;
        right: 0px;
        padding: 0 10px 0 0
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        font-weight: 600;
        padding: 10px 20px;
        font-size: 18px;
        color: #111;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 50px;
        padding: 0;
        background-color: #e0ae55;
    }

    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #111;
        background-color: #ce9b40;
    }

    /*Login Menu
**************************************/
    #AccountHeader {
        position: fixed;
        top: 10px;
        right: 50px
    }

        #AccountHeader .dropdown-toggle {
            font-size: 0;
            padding: 5px 10px
        }

            #AccountHeader .dropdown-toggle:before {
                content: "\f007";
                font-family: "Font Awesome 6 Free";
            }

            #AccountHeader .dropdown-toggle:before,
            #AccountHeader .dropdown-toggle:after {
                font-size: 14px
            }

    /*Login and register
**************************/
    .login-panel {
        padding: 30px 20px 40px 20px;
    }

    .register-panel {
        padding: 30px 30px 40px 30px;
    }

    /*MinSide
**************************************/
    #PageMinSide.subpage main {
        margin: 20px 0;
    }

    #PageMinSide #sidebar {
        padding: 20px;
        margin: 0 0 20px 0;
    }

    #MainMinSide .col-3 {
        width: 100%
    }

    #MainMinSide .col-9 {
        width: 100%
    }

    #MainMinSide .col-2 {
        width: 30%;
    }

    #MainMinSide .col-10 {
    }

    #PageMinSide .col-12.d-flex {
        display: block !important;
    }

    #MainMinSide .card.my-5 {
        margin: 0 0 3rem 0rem !important;
    }

    #MainMinSide .mx-3 {
        margin: 0 !important
    }

    #InviteUserEmail {
        width: 70% !important
    }

    /*Footer
**************************/
    #footer .footer-top h4 {
        font-size: 22px;
        margin: 20px 0 0px;
        color: #fff !important
    }

    #footer .footer-top {
        padding: 20px 20px 40px;
    }

    #footer .copyright {
        text-align: left;
        font-size: 12px;
        padding: 0 20px 20px
    }

    #footer .credits {
        padding: 0 20px 20px;
        text-align: left;
        font-size: 12px;
    }


    /*Catagory
**************************/
    .card-body {
        padding: 20px;
    }

    #PageKategori .card {
        width: 100%;
        margin: 0px auto;
    }

    .SearchBox h3 {
        font-size: 18px !important;
        text-transform: capitalize
    }

    /*Min side
********************************/
    #companies h3 {
        font-size: 18px
    }

    #companies .btn {
        padding: 5px 10px
    }

    #annoser-hos-oss > div {
        display: inline-block
    }

    #article-intro img {
        width: 100% !important;
    }
}

.box {
    list-style-type: none;
    float: left;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
}

.box.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
    padding: 10px 20px 10px 0;
    position: relative;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 62.25%;
}

.box img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
    display: none
}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.four-cols .box {
    width: 23.1%;
}

    .four-cols .box:nth-child(4n+0) {
        margin-right: 0;
    }

    .four-cols .box:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }

ul.box-container {
    padding: 0
}
