/* Hide recaptcha badge */
.grecaptcha-badge {
    display: none;
}

/* Force sup to be smaller, overriden by subnav first-child otherwise */
.sub, sup {
    font-size: 75% !important;
}

.uk-badge {
    margin-bottom: 10px;
}

.tm-page {
    border: none!important;
}

.multiselect__tag {
    background: #d83a17!important;
}

#module-502 {
    margin-top:-50px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #c1c1c1!important;
}

.multiselect__tag-icon:after {
    color: #ffffff!important;
}

.multiselect__option:after {
    background: #d83a17!important;
}

.multiselect__option--highlight {
    background: #d83a17!important;
}

.badgewrapper {
    max-width: 300px;
    margin-right: 25px;
    margin-top:25px!important;
}
.fullview #cislide .badgewrapper {
    margin-top:105px!important;
}

.fullview .badgewrapper .uk-badge {
    margin-bottom: 10px;
}

.fullview .footer {
    padding-bottom: 60px;
}


/* Make sure checkbox label gets a red underlined if not check and is mandatory */
.uk-form-danger + label, .uk-form-danger:focus + label {
    color: #f0506e;
    border-bottom: 2px solid #f0506e !important;
    padding: 3px;
}

/* Adds support for cover on old iphones */
.uk-cover {
    -webkit-transform: translate(-50%, -50%);
}

.uk-navbar-toggle {
    margin-left: -5px;
}
.uk-navbar-right {
    margin-right: 0!important;
}

.swe, .eng {
    display: none;
}

.swe:lang(sv), .eng:lang(en) {
    display: inline-block;
}

.thumbbutton {
    width: 100px !important;
    height: 70px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    border-radius: 0;
}

.thumbuttonwrapper {
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 50px;
}

.bloom-text-shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

#search-loader {
    top: 5px;
    left: 10px;
}

.searchresultbox {
    background: transparent;
}

#search-results {
    padding: 0px;
    background: #fff;
}

.searchresultbox, .searchresultbox h4 {
    color: #333;
}

.searchresultrow {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.uk-thumbnail {
    box-shadow: 20px 20px rgba(0,0,0,0.05);
}
.smallbadges .uk-badge {
    padding: 10px 12px;
    font-size: .625rem;
}

.forcemove {
    margin-bottom: -150px;
}

.forcedown {
    margin-top: 175px;
}

.maklare .tm-main {
    padding-top: 0px;
}

.bloomquote {
    font-size: 26px;
    line-height: 1.4em;
    font-style: italic;
    font-weight: 400;
}

.swe, .eng {
    display: none !important;
}

.swe:lang(sv), .eng:lang(en) {
    display: inline-block !important;
}

.se .swe {
    display: inline-block !important;
}

.en .eng {
    display: inline-block !important;
}

.preservebreaks {
    white-space: pre-line;
}

.minlabelwidth {
    min-width: 200px;
}

.bloom-scroll-top-button {
    padding:10px;
    bottom: 100px;
    right: 25px;
    position:fixed;
    background: #fff;
}
.bloom-scroll-top-button:hover .uk-icon {
    color: #d83a17;
}

#scroll-trigger, #contactall {
    -webkit-transition:bottom 250ms linear;
    -moz-transition:bottom 250ms linear;
    -o-transition:bottom 250ms linear;
    -ms-transition:bottom 250ms linear;
    transition:bottom 250ms linear
}

.forcebottom {
    bottom: 25px!important;
}

#scroll-trigger {
    width: 50px;
    height: 50px;
}

.uk-light .uk-slidenav {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50px;
    width: 20px;
}

.uk-light .uk-slidenav:hover {
    color: #d83a17;
    background-color: rgba(255,255,255,1);
}


.roomdescription h1, .roomdescription h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}

.roomdescription h1 + p, .roomdescription h2 + p {
    margin-top: 5px;
}

.uk-column-divider {
    column-rule: 1px solid #ffffff;
}

.colbox {
    padding: 75px;
    /* background: #fafafa; */
    /* border: 1px solid #eee; */
}

.colnobreak {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}


.uk-button-group>.uk-button:first-child,
.uk-button-group>.uk-button:last-child {
    border-radius: 0;
}



#cislide {
    margin-top: -100px;
}

.fullview .uk-navbar-container:not(.uk-navbar-sticky) {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    background: transparent;
}

#sticky-menu {
    z-index: 99999999;
}

#sticky-menu .btn, #sticky-menu .uk-button-default {
    background-color: #fff;
    color: #d83a17;
    border: 1px solid #eee;
}

#sticky-menu .btn.uk-active, #sticky-menu .uk-button-default.uk-active {
    background-color: #d83a17;
    color: #fff;
    border-color: #d83a17;
}


#contactall {
    position: fixed;
    bottom: 50px;
    left: 35px;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    background: #fff;
    color: #333;
}

.fullview #contactall {
    bottom: 100px;
}
.fullview h2 div, .fullview h3 div {
    position: relative;
}
.fullview h2 div:before {
    position: absolute;
    width: 36px;
    height: 4px;
    background: #d83a17;
    content: ' ';
    top: 75px;
    left: 50%;
    margin-left: -18px;
}

.fullview h3 div:before {
    position: absolute;
    background: #d83a17;
    content: ' ';
    width: 36px;
    height: 2px;
    bottom: -10px;
    left: 1px;
    margin-left: 0;
}


.showforprojects {
    display:none;
}

.project .showforprojects {
    display: block!important;
}

.project .hideforprojects {
    display: none;
}

#contactall > a {
    color: #333;
    line-height: 0.65em;
}
#contactall > a h4 {
    margin-top: -4px!important;
}
#contactall:hover > a {
    text-decoration: none;
}
#contactall:hover > a > * {
    color: #d83a17;
    text-decoration: none;
}

.uk-modal {
    z-index: 9999999999999999999999!important;
}

.footer .uk-nav>li>a {
    padding: 2px 0;
    font-size: 14px;
    line-height: 1.5;
}

.footer .uk-icon-button {
    background: #d83a17;
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
}

.footer .uk-icon-button:hover,
.footer .uk-icon-button:focus,
.footer .uk-icon-button:active
{
    background: #d8190a;
    color: #fff;
    border: none;
}

.uk-slidenav-next svg {
    margin-left: 4px;
}

.uk-position-center-left-out {
    margin-right: 10px;
}

.uk-position-center-right-out {
    margin-left: 10px;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline:0;
}

.hamburger:hover {
    opacity: 0.7;
    color: #d83a17;
}

.hamburger.is-active:hover {
    opacity: 0.7;
    color: #d83a17;
}



.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
    background-color: #d83a17;
}

.hamburger-box {
    width: 30px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
    background-color: #d83a17;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.uk-navbar-toggle {
    z-index: 1011;
}
.mobilemenu-modal, .mobilemenu-offcanvas {
    padding-top: 30px;
}

.whitetext {
    color: #fff;
}

.fixheight {

}

.altfont {
    font-family: 'Open Sans', sans-serif;
}

.force-hover-color:hover span,
.force-hover-color:hover div,
.force-hover-color:hover h5 {
    color: #d83a17;
}

.hoveropacity .uk-overlay-default {
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}

.hoveropacity:hover .uk-overlay-default {
    background: rgba(255, 255, 255, 0.9);
}

.specbackground {
    padding-top: 75px!important;
    background: url(/images/bg/background-footer.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 125px!important;
}

.uk-navbar-container, .uk-navbar-container.uk-navbar-sticky {
    -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0 0 20px -8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99999;
}

.uk-text-light {
    font-weight: 300!important;
}

.uk-text-medium {
    font-weight: 500!important;
}

.uk-text-spaced {
    letter-spacing: 1px;
}
.minheigth440 {
    min-height: 440px!important;
}
.uk-accordion-title {
    cursor: pointer!important;
}
.fullview .tm-main { background: #fff; position: relative; }

.hoverbox {
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    transition: background 250ms linear;
    padding-bottom: 10px;
}
.hoverbox:hover {
    background: #f9f9f9;
}

#tm-mobile .uk-nav > li > a {
    font-size: 2rem;
}

#tm-mobile .uk-nav-sub {
    display: none;
}

.uk-badge, .badge {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.mylineheight {
    line-height: 1.75em;
}

.fixpadd {
    padding:15px 0 5px 0;
}
.sidebarpop {
    background: #fff;
    border-top: 10px solid #5e5351;
    border-bottom: 2px solid #5e5351;
    border-left: 2px solid #5e5351;
    border-right: none;
    max-width:190px;
    position: absolute;
    right: 0;
}

.sliderbox {
    position: relative;
    margin-top: -70px;
    background: #fff;
    /*
    border-top: 10px solid #5e5351;
    border-bottom: 2px solid #5e5351;
    border-left: 2px solid #5e5351;
    border-right: 2px solid #5e5351;
    */
}

.topsection {
    position: absolute;
    top:-40px;
    left: 40px;
}

.fullview-sidebar {
    background: #f6f6f6;
}

form label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.borderbox {
    background: #fff;
    border-top: 10px solid #5e5351;
    border-bottom: 2px solid #5e5351;
    border-left: 2px solid #5e5351;
    border-right: 2px solid #5e5351;
    padding: 50px;
}

#tm-mobile {
    z-index: 99!important;
}
.uk-lightbox {
    z-index: 99999999999999;

}
.startsidan #contactall { display: none; }

@media all and (max-width: 1020px) {
    .forcemove {
        margin-bottom: 50px;
    }

    .forcedown {
        margin-top: 30px;
    }
}

@media all and (max-width: 750px) {
    .topsection {
        position: relative;
        top: auto;
        left: auto;
        padding: 15px 0 5px 0;
    }
    .topsection .uk-button {
        margin-bottom:10px;
    }

    .colbox {
        padding: 25px;
    }

    #module-426 .uk-slideshow-items {
        min-height: 40vh!important;
    }
}


@media all and (max-width: 639px) {



    #scroll-trigger {
        width: 20px;
        height: 20px;
    }

    .add-margin-on-small {
        margin-bottom: 10px;
    }
    .sliderbox {
        margin-top: 0px;
        border-left: none;
        border-right: none;
    }

    h4, .uk-h4 {
        font-size:1.3em;
    }

    .fullview .tm-main { padding: 0px!important;}
    .fullview .tm-main .uk-container { padding: 0px!important;}

    .startsidan .tm-top .uk-position-large {
        margin: 0;
    }

    #contactall {
        position: fixed;
        bottom: 50px;
        left: 35px;
        width: 70px;
        height: 70px;
        border-radius: 500px;
        background: #fff;
        color: #333;
    }
}