/* Hide recaptcha badge */
.grecaptcha-badge {
    display: none;
}

/* Force sup to be smaller, overriden by subnav first-child otherwise */
.sub, sup {
    font-size: 75% !important;
}

/* 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;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.uk-container.uk-container-expand {
    background: transparent;
    margin-bottom: -141px;
}

.uk-navbar-left {
 position: relative;
    z-index: 9;
}

.tm-main.fullwidth {
    padding-top: 0 !important;
}

body.fullwidth .tm-header {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
}

body.fullwidth .tm-header .uk-navbar-container {
    background: transparent;
}

.relatedarticles .uk-first-column {
    margin-top: 100px;
}

.uk-navbar-item.uk-logo {
    margin-top: 35px;
}

.tm-header-mobile .uk-navbar-item.uk-logo {
    margin-top: 20px;
}

[class*=uk-navbar-dropdown-bottom] {
    margin-left: 15px;
}

.slideshow-platter {
    /* background: #003753; */
    /* background: #1e4141; */
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;

}

.slideshow-platter:hover {

    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.bloom-meta {
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.uk-dark {
    color: #333 !important;
}

/* Shine */
.hover14 figure {
    position: relative;
    overflow: hidden;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
.hover15 figure {
    position: relative;
}

.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.textshadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.pagesgrid > div:nth-child(2) {
    margin-top: -150px;
    margin-bottom: 150px;
}

.tm-bottom .uk-panel {
    box-sizing: content-box;
}

.pagesgrid > div:nth-child(4) {
    margin-top: -120px;
}

.pagesgrid .sidobild {
    margin-bottom: 0px !important;
}

.roomfullview .uk-card li {
    color: #fff;
}

.roomfullview {
    margin-bottom: -150px;
}

.thumbbutton {
    width: 100px !important;
    height: 70px !important;
    margin-left: 10px;
    margin-bottom: 20px;
}

.thumbuttonwrapper {
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 130px;
}

.uk-navbar-toggle {
    margin-right: 75px;
    color: #fff;
}

.uk-navbar-container > .container .uk-navbar-right,
.uk-navbar-container > .uk-container .uk-navbar-right {
    margin-right: 100px;
    margin-top: 5px;
}

#scroll-trigger .uk-icon {
    background: #f08226;
    border-radius: 0;
    border: none;
}

#scroll-trigger .uk-icon {
    color: #ffffff;
}

.bloom-scroll-top-button {
    border: none;
    border-radius: 0;
    background: transparent;
}

#book {
    background: #f08226;
    border-radius: 0px;
    text-align: center;
    width: 65px;
    height: 65px;
    padding: 10px 5px 0 5px;
    position: fixed !important;
    top: 30px;
    right: 30px;
    /* animation: move 3s ease-in infinite; */
    /* transition: top 1s ease 0s;
    animation: scale 3s ease-in infinite; */
    z-index: 999;
}

#book.scrolled {
    top: 30px;
    /* transition: top 1s ease 0s; */
}

.sidobild {

}

#module-458 {

}

.uk-notification .uk-button:hover {
    color: #fff !important;
}

.uk-notification .uk-close {
    color: #fff !important;
}

.tm-header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.tm-header-mobile .uk-navbar-container {
    background: transparent !important;
}

.make80vh {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
}

.make80vhforreal {
    height: 80vh !important;
    max-height: 80vh !important;
    min-height: 300px !important;
}


@media only screen and (max-width: 1200px) and (min-width: 959px) {
    .imagebrodtext {
        font-size: 12px;
    }

    .ruta1 .uk-h3, .ruta1 h3,
    .ruta2 .uk-h3, .ruta2 h3,
    .ruta34 .uk-h3, .ruta34 h3 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 959px) {
    .ruta34 .imagebrodtext {
        display: none;
    }

    .ruta34 .uk-overlay {
        padding: 10px 10px;
    }

    .ruta34 h3 {
        padding: 10px 10px;
    }
}


@media only screen and (max-width: 959px) {

    .uk-text-large {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    #book {
        width: 45px;
        height: 65px;
        top: 18px;
        right: 15px;
        transition: top 1s ease 0s;
        animation: scale 3s ease-in infinite;
    }

    .uk-navbar-toggle {
        width: 100%;
    }

    .thumbbutton {
        width: 70px !important;
        height: 49px !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .thumbuttonwrapper {
        max-width: 100%;
        left: 0;
        bottom: 100px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 0px;
    }


    .pagesgrid > div:nth-child(2) {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .pagesgrid > div:nth-child(4) {
        margin-top: 0px;
    }

    .slideshowtextwrapper {
        right: 0;
    }

    .slideshow-platter {
        margin: auto;
    }
}

@media only screen and (max-width: 669px) {
    .imagebrodtext {
        font-size: 12px;
    }
}


@keyframes scale {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.98);
    }
    50% {
        transform: scale(0.96);
    }
    75% {
        transform: scale(0.98);
    }
}

@keyframes move {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(0px, 3px);
    }
    50% {
        transform: translate(3px, 3px);
    }
    75% {
        transform: translate(3px, 0px);
    }
}

#book .uk-icon {
    color: #fff;
}

#book a, #book a:hover {
    color: #fff;
}

.bookbutton {
    color: #fff;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 10px;
}

.bloomlink {
    color: #222 !important;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
}

.bloomlink:hover {
    color: #f08226 !important;
}

.bloom-scroll-top-button {
    padding: 2px;
    bottom: 25px;
    right: 25px;
    position: fixed;
    border-radius: 5px !important;
}

div.mod-languages a {
    color: #fff;
}

#hso iframe {
    position: relative;
    z-index: 9999999;
}

#hso-mask {
}

#hso-mask.loading {
    display: none !important;
}

#hso-mask-fade {
    display: none !important;
}

html.hso-mask-visible {
    overflow-y: scroll !important;
}

html {
    margin-right: 0px !important;
    overflow-y: scroll !important;
}

.lang-active a {
    color: #aaa !important;
}

.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;
}

#colorme .colorme {
    padding: 20px;
    color: #fff;
    background: #004864;
}

#colorme > div:nth-child(0) .colorme {
    background: #004864;
}

#colorme > div:nth-child(3) .colorme {
    background: #AFBDBB;
}

#colorme > div:nth-child(2) .colorme {
    background: #959CA1;
}

#colorme > div:nth-child(1) .colorme {
    background: #56676F;
}

#colorme > div:nth-child(5) .colorme {
    background: #AFBDBB;
}

#colorme > div:nth-child(9) .colorme {
    background: #959CA1;
}

#colorme > div:nth-child(7) .colorme {
    background: #56676F;
}

#colorme > div:nth-child(11) .colorme {
    background: #004864;
}

#colorme > div:nth-child(13) .colorme {
    background: #AFBDBB;
}

#colorme > div:nth-child(12) .colorme {
    background: #959CA1;
}

#colorme > div:nth-child(14) .colorme {
    background: #56676F;
}

#colorme > div:nth-child(16) .colorme {
    background: #004864;
}

#colorme > div:nth-child(15) .colorme {
    background: #AFBDBB;
}

#colorme > div:nth-child(10) .colorme {
    background: #959CA1;
}

#colorme > div:nth-child(17) .colorme {
    background: #56676F;
}

#colorme > div:nth-child(4) .colorme {
    background: #004864;
}

#colorme > div:nth-child(18) .colorme {
    background: #AFBDBB;
}

#colorme > div:nth-child(19) .colorme {
    background: #959CA1;
}

#colorme > div:nth-child(20) .colorme {
    background: #56676F;
}


#colorme h3, #colorme a {
    color: #fff;
}

.uk-navbar-nav > li > a, div.mod-languages a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#tm-mobile .uk-nav-sub {
    display: none;
}

#tm-mobile {
    margin-top: 125px;
    position: fixed !important;
    top: 0px;
    right: 0;
}

#tm-mobile .uk-background-default {
    background: #004864;
}

#tm-mobile .uk-background-default a,
#tm-mobile .uk-background-default a:hover {
    color: #fff;
}

#tm-mobile .uk-icon {
    color: #fff;
}

#tm-mobile .uk-nav li a {
    font-size: 18px;
}

.orangebox {
    background: #f08226;
}

.orangebox h3,
.orangebox div {
    color: #ffffff;
}

.orangebox h3 {
    margin-bottom: 0px !important;
}

.orangebox a, .orangebox a:hover {
    color: #ffffff !important;
}

.uk-sticky-placeholder {
    width: 100px;
}

.uk-navbar-toggle {
    top: 10px !important;
    width: auto !important;
    right: 75px;
    margin-top: -15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.uk-navbar-toggle.uk-sticky-fixed {
    top: 10px !important;
    width: auto !important;
    right: 75px;
    margin-top: -15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.langmob {
    position: fixed;
    display: inline-block;
    top: 44px !important;
    width: auto !important;
    right: 130px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.langmob.uk-sticky-fixed {

}

@media (max-width: 959px) {
    .uk-offcanvas-bar {
        right: 0;
        width: 100%;
    }

    #offcanvas-usage {
        right: 0;
    }
}

.slideshowtextwrapper div,
.slideshowtextwrapper h2,
.slideshowtextwrapper p,
.slideshowtextwrapper h1,
.slideshowtextwrapper h4 {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 641px) {
    h3 {
        font-size:
    }
}