/* Blå */
.finn {
    color: #5E93D9 !important;
}

.finn-hover:hover {
    color: #5E93D9 !important;
}

.bg-finn-hover:hover {
    background-color: #5E93D9 !important;
}

.bg-finn {
    background-color: #5E93D9 !important;
}

/* ljusblå */
s .tamarind {
    color: #7DA7DF !important;
}

.tamarind {
    color: #09427B !important;
}

.tamarind-hover:hover {
    color: #09427B !important;
}

.bg-tamarind-hover:hover {
    background-color: #09427B !important;
}

.bg-tamarind {
    background-color: #09427B !important;
}

.bord {
    border-bottom: none;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sh1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sh2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.sh5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

@media (max-width:767px) {
    #header-2 .brand-img {
        float: left;
        margin-left: 25px !important;
    }

    .water {
        height: auto!important;
    }

    .h1container {
        text-align: center;
        margin-top: 40px !important;
        background: rgba(255,255,255, 0.9);
        padding: 20px;
    }

    .h1container h1 {
        font-size: 30px !important;
    }

    .water h2 {
        font-size: 20px !important;
        font-weight: bold;
    }
}

.water {
    background-image: url(../images/room.jpg);
    margin-top: 100px;
    height: 400px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-position: center center;
    background-size: cover;
}

.h1container {
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}

.water h1 {
    font-size: 40px;
    font-weight: bold;
}

.water h2 {
    font-size: 22px;
    color: #000;
}

.lead-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.lead-content p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px !important;
}

.lead-content h2 {
    margin-bottom: 15px !important;
    margin: 0;
}

.lead-content h3 {
    margin-bottom: 15px !important;
    margin: 0;
}

.navclean,
.navoffert a {
    padding: 5px 15px !important;
    line-height: 20px !important;
    font-size: 16px;
    color: #5E93D9 !important;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 15px;
}

.bubbles {
    background-image: url(../images/bubbles.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.bubbles2 {
    background-image: url(../images/bubbles.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.content-2-9 .project {
    margin-bottom: 25px;
}

.content-2-9 .project .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding: 0 25px;
}

.content-2-9 .project img {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-bottom: 25px;
}

.content-2-9 p {
    color: #000 !important;
    font-size: 16px;
}

.content-2-9 h3 {
    color: #09427B !important;
}

.btn-outline.outline-light,
.icon.outline-light {
    color: #000;
    background: none;
    border: 2px solid #09427B;
}

.footer-wrap-1-1 {
    -webkit-box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.35);
}

@media (max-width:992px) {
    .h1container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .fot1 {
        text-align: center;
    }

    .fot1 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.maxw {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.content-3-11 .image-container .background-image-holder2 {
    background: url('../images/fonsterputsning.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-11 .image-container .background-image-holder3 {
    background: url('../images/stadning.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-11 .image-container .background-image-holder4 {
    background: url('../images/kontorsstadning.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-11 .image-container .background-image-holder5 {
    background: url('../images/flyttstadning.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.underlined-title h2 {
    font-size: 32px;
    text-transform: none;
    font-weight: normal;
    color: #000;
}

.pricing-table-1 .price-footer {
    display: block;
    background: #fff;
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    padding: 10px 0;
    border: solid 1px #ccc;
}

.pricing-table-1 h3 {
    text-transform: none;
    font-size: 24px;
    padding: 20px 0;
    background: #5E93D9;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

.pricing-table-1 .price {
    display: inline-block;
    background: #fff;
    width: 100%;
    border: solid 1px #ccc;
    background-image: url(../images/bubbles.jpg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pricing-table-1 .price:hover,
.pricing-table-1:hover {
    background: #fff !important;
}

.pricing-table-1 .price-block:hover .price.pastel-orange {
    background: #fff;
}

.pricing-table-1 .price-block:hover h3 {
    background: #5E93D9;
}

.forminline {
    display: inline-table;
    margin: 2%;
}

form.offert input,
form.offert label {
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

form.offert textarea {
    height: 60px;
    width: 40%;
    font-size: 18px;
    font-family: 'Roboto Condensed', 'Arial Unicode MS', Helvetica, Sans-Serif;
}

form.offert input.small {
    max-width: 60px;
}

form.offert input.send {
    max-width: 200px;
}

.footer-1-1 ul li {
    border-top: none !important;
    line-height: 19px;
    padding: 6px 0;
}