html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
}

a {
    outline: 0;
    text-decoration: none;
    text-transform: none;
}

* {
    font-family: 'Roboto', verdana;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.4;
}

#header-top #menu ul.sub-menu li {
    display: block;
}

#content-wrapper a {
    color: #333;
}

.sub-pages {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: auto;
    bottom: auto;
    background-color: #fff;
    width: 190px;
    left: -15px;
    text-align: left !important;
    padding: 5px;
}

@media (max-width: 800px) {
    #header-top #menu .sub-menu {
        display: block !important;
        position: relative;
        left: 0;
        width: 100%;
    }

    #header-top #menu .sub-menu li {
        padding-left: 30px;
    }

    #header-top #menu .sub-menu li a {
        line-height: 2;
        padding: 5px 10px;
    }

    #header-top.shrink #menu .sub-menu li a {
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    button.slick-next.slick-arrow {
        display:none !important;
    }
}

.services-boxes > div.details {
    display: block;
    float: none;
}

.services-boxes > div.details ul li {
    list-style: disc;
    line-height: 1.4;
}

.services-boxes.innerpages > div .bgimg, .services-boxes.innerpages > div .img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.services-boxes>div.img h3 {
    line-height: 1;
    z-index: 10
}

#content-wrapper a:hover {
    color: #a32929;
}

.offertbtn:hover {
    border: 2px solid #a32929;
    color: #a32929;
    text-shadow: none;
    z-index: 2;
}

.offertbtn {
    z-index: 2;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #666;
    font-size: 14px;
    padding: 9px;
    border: 2px solid #fff;
    background-color: #a32929;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.3;
    color: #fff !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#fast-contact {
    z-index: 15;
    background-color: #333;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 800px) {
    #fast-contact {
        display: none;
    }
}

#fast-contact ul {
    display: block;
}

#fast-contact li {
    display: inline-block;
    color: #ccc;
}

#fast-contact a {
    color: #fff;
    height: 30px;
    display: block;
}

li.icon {
    margin-right: 40px;
    padding-left: 20px;
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

li.icon.email {
    background-image: url(../images/mail-icon.png);
}

li.icon.phone {
    background-size: 25px;
    padding-left: 25px;
    background-image: url(../images/phone-icon.png);
}

li.icon.address {
    padding-left: 30px;
    background-size: 25px;
    background-image: url(../images/address-icon.png);
}

#header-top {
    margin-top: 30px;
    position: fixed;
    font-size: 18px;
    transition: height .3s, background-color .3s, font-size .3s;
    -webkit-transition: height .3s, background-color .3s, font-size .3s;
    z-index: 5;
    top: 0;
    width: 100%;
    min-width: 300px;
    height: 110px;
    background-color: #fff;
    border: 1px #ccc;
    border-style: none none solid none;
}

@media (max-width: 800px) {
    #header-top {
        margin-top: 0px;
        height: 60px;
    }
}

#header-top.shrink {
    height: 60px;
    z-index: 12;
}

#header-top #logo {
    background-image: url(../images/tamsi-maleri-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    margin-left: 20px;
    width: 230px;
    height: 100%;
    transition: all .3s;
}

@media (max-width: 800px) {
    #header-top #logo {
        margin-left: 15px;
        width: 130px;
    }
}

#mobilenav svg {
    margin-top: 5px;
    fill: #000;
}

#header-top.shrink #mobilenav svg {
    fill: #000;
}

#header-top .icon-close {
    display: none;
}

#mobilenav {
    display: none;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #000;
    transition: width .5s, height .5s, color .5s;
}

@media (max-width: 800px) {
    #mobilenav {
        display: block;
        right: 50px;
    }
}

.topnav.shrink #mobilenav {
    height: 30px;
    width: 30px;
    color: #000;
}

#header-top.shrink #logo {
    margin-left: 5px;
    width: 130px;
}

#header-top #menu {
    float: right;
    position: relative;
    min-height: 40px;
    font-size: 16px;
}

@media (max-width: 800px) {
    #header-top #menu {
        width: 100%;
        display: none;
        margin-top: 1px;
    }
}

#header-top #menu ul {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
}

@media (max-width: 800px) {
    #header-top #menu ul {
        background-color: #fff;
        list-style: list-item;
        padding: 0;
        text-align: left;
    }
}

#header-top #menu ul li {
    height: 100%;
    display: inline-block;
    margin: 0px 8px;
}

@media (max-width: 800px) {
    #header-top #menu ul li {
        height: auto;
        margin: 0px;
        border-top: 1px solid #ccc;
        display: block;
        width: 100%;
        padding-left: 10px;
    }
}

#header-top #menu ul li a {
    height: 100%;
    display: block;
    line-height: 104px;
    font-weight: 500;
    color: #000;
    border: 4px #fff;
    border-style: none none solid none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media (max-width: 800px) {
    #header-top #menu ul li a {
        line-height: 40px;
        padding-left: 5px;
        font-size: 14px;
    }
}

#header-top #menu ul.sub-menu li a {
    line-height: 40px;
}

#header-top.shrink #menu ul li a {
    line-height: 55px;
}

@media (max-width: 800px) {
    #header-top.shrink #menu ul li a {
        line-height: 40px;
    }
}

#header-top #menu ul li a.active, #header-top #menu ul li a:hover {
    color: #a32929;
    box-sizing: border-box;
    border: 4px #a32929;
    border-style: none none solid none;
}

.wrapper {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#header-image {
    background-image: url(../images/../images/banner.webp);
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

#header-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    height: 600px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0 rgb(0 0 0 / 12%);
}

.banner-cta {
    margin: 20px 0
}

.banner-cta li a {
    margin: 5px 15px;
    background-color: #a22929;
    padding: 8px 22px;
    color: #FFF!important;
    color: #fff!important
}

.banner-cta ul {
    display: flex
}

.banner-cta li:first-child {
    margin-left: 0
}

@media (max-width: 800px) {
    #header-image {
        height: 320px;
    }

    #header-image-1 {
        padding-top: 50px;
        height: 270px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-cta ul {
        flex-direction: column;
    }

    .banner-cta li {
        margin: 7px 20px;
    }

    .banner-cta li {
        margin-bottom: 25px;
    }

    .banner-cta li:first-child {
        margin-left: 20px;
    }
}

.textwrapped {
    padding: 10px;
}

.offertoffer {
    padding-right: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

@media (max-width: 800px) {
    .offertoffer {
        width: 100%;
        font-size: 14px;
    }
}

.offertoffer h1.big {
    color: #a32929;
    font-weight: bold;
    font-size: 36px;
}

@media (max-width: 800px) {
    .offertoffer h1.big {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.offertoffer .ita {
    font-style: italic;
    color: #333;
}

#wrap-page {
    z-index: 0;
    margin-top: 117px;
    min-height: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 800px) {
    #wrap-page {
        margin-top: 60px;
    }
}

#content-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 180px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    #content-wrapper {
        margin-top:60px
    }
}

#content-wrapper.main-page {
    margin-top: 40px !important
}

@media(max-width: 800px) {
    #content-wrapper.main-page {
        margin-top:20px !important
    }
}

.services-boxes {
    margin-top: 40px;
}

.services-boxes > div {
    float: left;
    width: 440px;
    margin: 10px;
}

@media (max-width: 800px) {
    .services-boxes > div {
        width: 100%;
        margin-top: 10px;
    }
}

.inner-pages.w-full {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-pages.w-full h3 {
    margin: 10px
}

.services-boxes > div .img {
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    height: 180px;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 0px solid #fff;
    text-align: center;
    line-height: 180px;
}

.services-boxes>div .img h3 {
    line-height: 1;
    z-index: 10
}

.services-boxes>div.img h3 {
    line-height: 1;
    z-index: 10
}

@media (max-width: 800px) {
    .services-boxes > div .img {
        display: none;
    }
}

.services-boxes > div:hover .img {
    border: 5px solid #a32929;
}

.services-boxes > div:hover .bgimg {
    opacity: 0.3;
}

.services-boxes > div:hover .img .offertbtn {
    opacity: 1;
    z-index: 1;
}

.services-boxes > div .img .offertbtn:hover {
    border: 2px solid #a32929;
}

.services-boxes > div .img .offertbtn {
    opacity: 1;
    z-index: 1;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #666;
    font-size: 14px;
    padding: 9px;
    border: 2px solid #fff;
    background-color: #a32929;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.3;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.services-boxes > div .bgimg {
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: -1;
    float: left;
    background-position: center center;
    background-size: 100%;
    opacity: 0.7;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.services-boxes > .maleri .bgimg {
    background-image: url(../images/service-box-painting.jpg);
}

.services-boxes > .flytt .bgimg {
    background-image: url(../images/service-box-moving.jpg);
}

.services-boxes > .side2 .bgimg {
    background-image: url(../images/service-box-moving.jpg);
}

.services-boxes > .side8 .bgimg {
    background-image: url(../images/gallery/img-18.jpg);
}

.services-boxes > .side7 .bgimg {
    background-image: url(../images/gallery/img-19.jpg);
}

.services-boxes > .side6 .bgimg {
    background-image: url(../images/gallery/img-21.jpeg);
}

.services-boxes > .side5 .bgimg {
    background-image: url(../images/gallery/img-23.jpeg);
}

.services-boxes > .side4 .bgimg {
    background-image: url(../images/gallery/img-10.jpeg);
}

.services-boxes > .side3 .bgimg {
    background-image: url(../images/gallery/img-2.jpg);
}

.services-boxes > .flytt .bgimg {
    background-image: url(../images/service-box-moving.jpg);
}

.services-boxes > .annat .bgimg {
    background-image: url(../images/service-box-other.jpg);
}

.services-boxes > .serv1 .bgimg {
    background-image: url(../images/soder1.jpg);
}

.services-boxes > .nacka1 .bgimg {
    background-image: url(../images/malare-nacka-1.jpg);
}

.services-boxes > .nacka2 .bgimg {
    background-image: url(../images/malare-nacka-2.jpg);
}

.services-boxes > .tumba1 .bgimg {
    background-image: url(../images/tumba1.jpg);
}

.services-boxes > .tumba2 .bgimg {
    background-image: url(../images/tumba2.jpg);
}

.services-boxes > .taby1 .bgimg {
    background-image: url(../images/taby1.jpg);
}

.services-boxes > .taby2 .bgimg {
    background-image: url(../images/taby2.jpg);
}

.services-boxes > .liding .bgimg {
    background-image: url(../images/lidingo2.jpg);
}

.services-boxes > .liding2 .bgimg {
    background-image: url(../images/lidingo3.jpg);
}

.services-boxes > .serv2 .bgimg {
    background-image: url(../images/soder2.jpg);
}

.services-boxes > .sodermalm1 .bgimg {
    background-image: url(../images/sodermalm1.jpg);
}

.services-boxes > .malareflen1 .bgimg {
    background-image: url(../images/malareflen1.jpg);
}

.services-boxes > .malareflen2 .bgimg {
    background-image: url(../images/malareflen2.jpg);
}

.services-boxes > .jaran1 .bgimg {
    background-image: url(../images/jaran1.webp);
}

.services-boxes > .jaran2 .bgimg {
    background-image: url(../images/jaran2.jpg);
}

.services-boxes > .kungsholmen1 .bgimg {
    background-image: url(../images/kungsholmen1.jpg);
}

.services-boxes > .kungsholmen2 .bgimg {
    background-image: url(../images/kungsholmen2.jpg);
}

.services-boxes > .malarevasastan1 .bgimg {
    background-image: url(../images/malarevasastan1.jpg);
}

.services-boxes > .blog1 .bgimg {
    background-image: url(../images/1.jpg);
}

.services-boxes > .blog2 .bgimg {
    background-image: url(../images/2.jpg);
}

.services-boxes > .blog3 .bgimg {
    background-image: url(../images/3.jpg);
}

.services-boxes > .blog4 .bgimg {
    background-image: url(../images/4.jpg);
}

.services-boxes > .blog5 .bgimg {
    background-image: url(../images/5.jpg);
}

.services-boxes > .blog6 .bgimg {
    background-image: url(../images/6.jpg);
}

.services-boxes > .blog7 .bgimg {
    background-image: url(../images/7.jpg);
}

.services-boxes > .blog8 .bgimg {
    background-image: url(../images/8.jpg);
}

.services-boxes > .malarevasastan2 .bgimg {
    background-image: url(../images/malarevasastan2.jpg);
}

.services-boxes > .malaretulling1 .bgimg {
    background-image: url(../images/malaretulling1.webp);
}

.services-boxes > .malaretulling2 .bgimg {
    background-image: url(../images/malaretulling2.jpg);
}

.services-boxes > .sodermalm2 .bgimg {
    background-image: url(../images/sodermalm2.jpg);
}

.services-boxes > .sodermaland1 .bgimg {
    background-image: url(../images/new1.jpg);
}

.services-boxes > .sodermaland2 .bgimg {
    background-image: url(../images/new2.jpg);
}

.services-boxes > .nykoping1 .bgimg {
    background-image: url(../images/new3.jpg);
}

.services-boxes > .nykoping2 .bgimg {
    background-image: url(../images/new4.jpg);
}

.services-boxes > .eskilstuna1 .bgimg {
    background-image: url(../images/new5.jpg);
}

.services-boxes > .eskilstuna2 .bgimg {
    background-image: url(../images/new6.jpg);
}

.services-boxes > .gnes1 .bgimg {
    background-image: url(../images/gnes1.jpg);
}

.services-boxes > .gnes2 .bgimg {
    background-image: url(../images/gnes2.jpg);
}

.services-boxes > .botk1 .bgimg {
    background-image: url(../images/botk1.jpg);
}

.services-boxes > .botk2 .bgimg {
    background-image: url(../images/botk2.jpg);
}

.services-boxes > .hud1 .bgimg {
    background-image: url(../images/hud1.jpg);
}

.services-boxes > .hud2 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .nykv1 .bgimg {
    background-image: url(../images/nykv1.jpg);
}

.services-boxes > .nykv2 .bgimg {
    background-image: url(../images/nykv2.jpg);
}

.services-boxes > .trosa1 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .trosa1 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .meriefred1 .bgimg {
    background-image: url(../images/meriefred1.jpg);
}

.services-boxes > .meriefred2 .bgimg {
    background-image: url(../images/meriefred2.jpg);
}

.services-boxes > .ekero1 .bgimg {
    background-image: url(../images/ekero1.jpg);
}

.services-boxes > .ekero2 .bgimg {
    background-image: url(../images/ekero2.jpg);
}

.services-boxes > .strangnas1 .bgimg {
    background-image: url(../images/strangnas1.jpg);
}

.services-boxes > .strangnas2 .bgimg {
    background-image: url(../images/strangnas2.jpg);
}


.services-boxes > .fonstgnesta1 .bgimg {
    background-image: url(../images/professional-craftsman.jpg);
}

.services-boxes > .fonstgnesta2 .bgimg {
    background-image: url(../images/Closeupwindowrenovationprocessscraping.jpg);
}


.services-boxes > .fonstsoder1 .bgimg {
    background-image: url(../images/Close-up-of-window-renovation-process.jpg);
}

.services-boxes > .fonstsoder2 .bgimg {
    background-image: url(../images/Professional-window-restoration-craftsman-repairing.jpg);
}

.services-boxes > .fasadjarna1 .bgimg {
    background-image: url(../images/before-after-exterior-house-painting.jpg);
}

.services-boxes > .fasadjarna2 .bgimg {
    background-image: url(../images/house-exterior-painting.jpg);
}

.services-boxes > .fasadnyk1 .bgimg {
    background-image: url(../images/house-exterior-painting1.jpg);
}

.services-boxes > .fasadnyk2 .bgimg {
    background-image: url(../images/before-after-exterior-house-painting2.jpg);
}

.services-boxes > .malaom1 .bgimg {
    background-image: url(../images/before-after-house-painting1.jpg);
}

.services-boxes > .malaom2 .bgimg {
    background-image: url(../images/Villa-Renovation.jpg);
}


.services-boxes > .fasadmanland1 .bgimg {
    background-image: url(../images/house-exterior-painting11.jpg);
}

.services-boxes > .fasadmanland2 .bgimg {
    background-image: url(../images/before-after-house-facade-painting.jpg);
}


.services-boxes > .trappbrf1 .bgimg {
    background-image: url(../images/renovation-painting-crew.jpg);
}

.services-boxes > .trappbrf2 .bgimg {
    background-image: url(../images/apartment-staircase-painting.jpg);
}

.services-boxes > .utvmaln1 .bgimg {
    background-image: url(../images/Professional-exterior.jpg);
}

.services-boxes > .utvmaln2 .bgimg {
    background-image: url(../images/House-facade-cleaning.jpg);
}

.services-boxes > .invmlje1 .bgimg {
    background-image: url(../images/wall-renovation.jpg);
}

.services-boxes > .invmlje2 .bgimg {
    background-image: url(../images/House-facade-cleaning.jpg);
}

.services-boxes > .fasastock1 .bgimg {
    background-image: url(../images/exterior-Stockholm.jpg);
}

.services-boxes > .fasastock2 .bgimg {
    background-image: url(../images/Professional-house-exterior.jpg);
}

.services-boxes > .malares1 .bgimg {
    background-image: url(../images/Certified-painting.jpg);
}

.services-boxes > .malares2 .bgimg {
    background-image: url(../images/Professional-painter.jpg);
}

.services-boxes > div .title {
    font-size: 18px;
    font-weight: bold;
    color: #a32929;
}

.services-boxes > div .info {
    font-weight: bold;
    margin-top: 5px;
    color: #333;
    font-size: 14px;
}

.services-boxes > div .list {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

.wrapit {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.facebook-embed {
    width: 50%;
    padding: 20px 40px 0px 40px;
    box-sizing: border-box;
    margin-top: 50px;
    float: left;
}

@media (max-width: 800px) {
    .facebook-embed {
        width: 100%;
    }
}

.about-us {
    margin-top: 50px;
    float: left;
    width: 50%;
}

@media (max-width: 800px) {
    .about-us {
        width: 100%;
    }
}

.about-us .title {
    padding-left: 10px;
    display: block;
    color: #a32929;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.about-us .info {
    font-size: 14px;
    padding-left: 20px;
}

.instagram-box {
    margin-top: 50px;
}

.instagram-box .title {
    padding-left: 10px;
    display: block;
    color: #a32929;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

a.instagram-image:hover {
    border-color: #a32929;
    filter: grayscale(0%);
}

.instagram-image {
    filter: grayscale(50%);
    text-decoration: none;
    transition: all .5s;
    background-color: #fff;
    height: 250px;
    margin: 10px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: inline-block;
    min-width: 280px;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .instagram-image {
        display: none;
    }
}

@media (max-width: 619px) {
    .instagram-image {
        border: none;
    }
}

@media (max-width: 800px) {
    .instagram-image:first-child {
        display: inline-block;
    }
}

@media (max-width: 620px) {
    .instagram-image:first-child {
        display: block;
        margin: auto;
    }
}

@media (min-width: 620px) {
    .instagram-image:nth-child(2) {
        display: inline-block;
    }
}

@media (max-width: 800px) {
    .instagram-image:nth-child(3) {
        display: none;
    }
}

.instagram-image .caption {
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    width: 200px;
    color: #333;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    border-radius: 0px 0px 5px 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.instagram-image:hover .caption {
    opacity: 0;
}

#footer {
    width: 100%;
    float: left;
    background-color: #333;
    min-height: 160px;
    padding: 40px 0;
}

#footer #footer-wrapper {
    padding-left: 5px;
    padding-top: 10px;
}

#footer #footer-wrapper .menu {
    background-image: url(../images/tamsi-maleri-image-small.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 60px;
    padding-left: 15px;
    float: left;
    min-width: 300px;
}

#footer #footer-wrapper .menu li {
    list-style-type: circle;
    list-style: none;
    color: #fff;
}

#footer #footer-wrapper a {
    color: #fff;
}

#footer #footer-wrapper a:hover {
    color: #fefefe;
}

#footer #footer-wrapper #social-media-buttons {
    padding-left: 15px;
    width: 300px;
    display: block;
    float: left;
    height: 120px;
    margin-top: 10px;
}

#footer #footer-wrapper #orginfo {
    padding-left: 15px;
    float: left;
    display: block;
    min-height: 120px;
    width: 300px;
    color: #ccc;
}

#footer #footer-wrapper #orginfo .icon {
    margin-left: 0px;
    padding-left: 25px;
    background-size: 15px;
}

#footer #footer-wrapper #social-media-buttons .icon:hover {
    opacity: 1;
}

#footer #footer-wrapper #social-media-buttons .icon {
    opacity: 0.6;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 10px;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 55px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#footer #footer-wrapper #social-media-buttons .icon.facebook {
    background-image: url(../images/facebook.png);
}

#footer #footer-wrapper #social-media-buttons .icon.instagram {
    background-image: url(../images/instagram.png);
}

.content-wrap {
    margin-top: 10px;
    width: 100%;
    padding-left: 10px;
}

.content-wrap .title {
    color: #a32929;
    font-weight: bold;
    font-size: 18px;
}

.content-wrap .info {
    margin-top: 10px;
    font-size: 14px;
}

.Imageslides {
    margin-top: 10px;
    height: 480px;
    width: 100%;
}

@media (max-width: 800px) {
    .Imageslides {
        height: 250px;
    }
}

#slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#slideshow > a:hover {
    color: #333;
}

#slideshow > a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    padding: 5px;
    position: absolute;
    background-size: cover;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.topspace {
    margin-top: 50px;
}

.partnerslist {
    padding-left: 25px;
}

.partnerslist ul li {
    list-style-type: circle;
    list-style: inside;
    margin-top: 25px;
}

.partnerslist a {
    font-weight: bold;
    color: #333;
}

.partnerslist a:hover {
    color: #a32929;
}

.portfolio-browse ul {
    padding-left: 20px;
}

.portfolio-browse ul li {
    margin-top: 10px;
    list-style-type: circle;
    list-style: inside;
}

.portfolio-browse {
    margin-top: 25px;
}

.portfolio-browse a {
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

.portfolio-browse a:hover {
    color: #a32929;
}

.portfolio-image {
    display: inline-block;
    width: 280px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
    padding: 5px;
    box-sizing: border-box;
    margin: 10px;
    background-position: center;
}

a.portfolio-object {
    text-decoration: none !important;
}

.portfolio-object {
    font-weight: normal;
    width: 270px;
    padding: 10px;
    margin: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ccc;
    word-wrap: break-word;
}

@media (max-width: 800px) {
    .portfolio-object {
        width: 130px;
    }
}

.portfolio-object > .img {
    display: block;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center center;
}

.portfolio-browse ul li {
    list-style: none;
    display: inline-block;
}

.portfolio-browse {
    display: inline-block;
}

.contactlist {
    margin-top: 25px;
}

.contactlist .contactbox {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 10px;
    min-width: 280px;
}

.contactlist .contactbox a:hover {
    color: #a32929;
}

.contactlist .contactbox a {
    color: #333;
    font-weight: bold;
}

.contactlist .contactbox .name {
    width: 100%;
    color: #666;
}

.contactlist .contactbox .phone {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-image: url(../images/phone-dark.png);
    background-size: 15px;
}

.contactlist .contactbox .email {
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left center;
    background-image: url(../images/email-dark.png);
    background-size: 15px;
}

.contactlist .other {
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/home-dark.png);
    background-size: 25px;
    color: #666;
    margin-left: 5px;
    padding-left: 25px;
}

.content-wrap a {
    text-decoration: underline;
}

.offert .leftoffert {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.offert .rightoffert table input, .offert .rightoffert table textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
}

.offert .rightoffert table {
    font-size: 12px;
}

.offert .rightoffert table td {
    padding-top: 5px;
}

.offert .rightoffert {
    width: 100%;
    display: inline-block;
}

.offert .rightoffert textarea {
    width: 100%;
    height: 150px;
}

.offert .btn {
    font-size: 14px;
    width: 98%;
    max-width: 350px;
    background-color: #333;
    color: #fff;
    border: none;
    margin-left: 3px;
    border-radius: 0px;
    font-weight: bold;
    padding: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.offert .btn:hover {
    background-color: #ccc;
    color: #000;
}

.darktext {
    color: #333 !important;
}

.offertoffer .offertbtn:hover {
    color: #a32929;
}

#content-wrapper > div {
}

@media (max-width: 800px) {
    #header-image {
        margin-top: 0px;
    }
}

@media (max-width: 800px) {
    #wrap-page {
        margin-top: 40px;
    }
}

#calculator td>span {
    padding-left: 5px;
}

.container {
    margin-top: 40px;
    padding: 0 1rem;
}

.footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px;
    background-color: #333;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 800px) {
    .footer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 4px;
        background-color: #333;
    }

    .footer-list li {
        display: block;
        width: 33%;
    }
}

.footer-list li {
    padding: 5px;
}

.footer-list li a {
    padding: 0 3px;
    font-size: 12px;
    color: #ccc;
}

.list-tamsi li {
    list-style: disclosure-closed;
    padding-left: 6px;
    padding-bottom: 20px;
}

.list-tamsi {
    padding-left: 30px;
}

.services-boxes ul li {
    list-style: disc;
    margin-bottom: 10px;
}

@media (min-width: 800px) {
    div#content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-50 {
        width: 50%;
        display: inline-block;
        float: left;
    }
}

.form-wrap {
    max-width: 100%;
}

.info-wrapper {
    margin-bottom: 20px;
}

.form-wrap .contact-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 28px 24px 24px;
}

.form-wrap .contact-form-lead {
    margin: 0 0 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.form-wrap .contact-form .form-group {
    margin-bottom: 18px;
}

.form-wrap .contact-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.2px;
}

.form-wrap .contact-form input:not([type="submit"]),
.form-wrap .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.form-wrap .contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-wrap .contact-form input:not([type="submit"]):focus,
.form-wrap .contact-form textarea:focus {
    background: #fff;
    border-color: #a32929;
    box-shadow: 0 0 0 3px rgba(163, 41, 41, 0.12);
}

.form-wrap .contact-form input::placeholder,
.form-wrap .contact-form textarea::placeholder {
    color: #aaa;
}

.form-wrap .contact-form .form-actions {
    margin-top: 4px;
}

.form-wrap .contact-form input[type=submit] {
    display: inline-block;
    background-color: #a32929;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 2px solid #a32929;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 8px 0 0;
}

.form-wrap .contact-form input[type=submit]:hover {
    background-color: #fff;
    color: #a32929;
}

.bottomspace {
    margin-bottom: 30px;
}

#content-wrapper {
    min-height: 70vh;
}

.slick-slider {
    background: url(loader.gif) center center/contain no-repeat!important
}

.slick-slider .slick-list {
    opacity: 0;
    position: absolute
}

.slick-slider.slick-initialized {
    background: 0 0!important
}

.slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity .2s ease-in
}

.gallery-wrapper {
    margin-top: 30px;
}

.gallery-wrapper .slick-prev {
    left: -40px
}

.gallery-wrapper .slick-next {
    right: -45px
}

.gallery-wrapper .slick-next,.slick-prev {
    width: 40px;
    height: 35px
}

.gallery-wrapper .slick-next:before,.gallery-wrapper .slick-prev:before {
    font-family: slick;
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #a32929
}

.gallery-wrapper .slick-dots li button:before {
    font-size: 14px
}

.gallery-wrapper .slick-dots li.slick-active button:before {
    color: #a32929
}

.mob-img .slick-slide {
    cursor: default
}

.mob-img .slick-slide [role=img] {
    cursor: pointer
}

.cta {
    margin: 15px 0;
    background-color: #a22929;
    padding: 8px 22px;
    display: inline-block;
}

.cta a {
    color: #fff!important
}

.mob {
    display: none
}

@media (max-width: 767px) {
    .cta.mob {
        display:inline-block;
        float: left;
        margin: 10px 0 0 20px;
        position: relative
    }
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
}

a {
    outline: 0;
    text-decoration: none;
    text-transform: none;
}

* {
    font-family: 'Roboto', verdana;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.4;
}

#header-top #menu ul.sub-menu li {
    display: block;
}

#content-wrapper a {
    color: #333;
}

.sub-pages {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: auto;
    bottom: auto;
    background-color: #fff;
    width: 190px;
    left: -15px;
    text-align: left !important;
    padding: 5px;
}

h1.big {
    color: #a72a2a;
}

@media (max-width: 800px) {
    #header-top #menu .sub-menu {
        display: block !important;
        position: relative;
        left: 0;
        width: 100%;
    }

    #header-top #menu .sub-menu li {
        padding-left: 30px;
    }

    #header-top #menu .sub-menu li a {
        line-height: 2;
        padding: 5px 10px;
    }

    #header-top.shrink #menu .sub-menu li a {
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    button.slick-next.slick-arrow {
        display:none !important;
    }
}

.services-boxes > div.details {
    display: block;
    float: none;
}

.services-boxes > div.details ul li {
    list-style: disc;
    line-height: 1.4;
}

.services-boxes.innerpages > div .bgimg, .services-boxes.innerpages > div .img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.services-boxes>div.img h3 {
    line-height: 1;
    z-index: 10
}

#content-wrapper a:hover {
    color: #a32929;
}

.offertbtn:hover {
    border: 2px solid #a32929;
    color: #a32929;
    text-shadow: none;
    z-index: 2;
}

.offertbtn {
    z-index: 2;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #666;
    font-size: 14px;
    padding: 9px;
    border: 2px solid #fff;
    background-color: #a32929;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.3;
    color: #fff !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#fast-contact {
    z-index: 15;
    background-color: #333;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 800px) {
    #fast-contact {
        display: none;
    }
}

#fast-contact ul {
    display: block;
}

#fast-contact li {
    display: inline-block;
    color: #ccc;
}

#fast-contact a {
    color: #fff;
    height: 30px;
    display: block;
}

li.icon {
    margin-right: 40px;
    padding-left: 20px;
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

li.icon.email {
    background-image: url(../images/mail-icon.png);
}

li.icon.phone {
    background-size: 25px;
    padding-left: 25px;
    background-image: url(../images/phone-icon.png);
}

li.icon.address {
    padding-left: 30px;
    background-size: 25px;
    background-image: url(../images/address-icon.png);
}

#header-top {
    margin-top: 30px;
    position: fixed;
    font-size: 18px;
    transition: height .3s, background-color .3s, font-size .3s;
    -webkit-transition: height .3s, background-color .3s, font-size .3s;
    z-index: 5;
    top: 0;
    width: 100%;
    min-width: 300px;
    height: 110px;
    background-color: #fff;
    border: 1px #ccc;
    border-style: none none solid none;
}

@media (max-width: 800px) {
    #header-top {
        margin-top: 0px;
        height: 60px;
    }
}

#header-top.shrink {
    height: 60px;
    z-index: 12;
}

#header-top #logo {
    background-image: url(../images/tamsi-maleri-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    margin-left: 20px;
    width: 230px;
    height: 100%;
    transition: all .3s;
}

@media (max-width: 800px) {
    #header-top #logo {
        margin-left: 15px;
        width: 130px;
    }
}

#mobilenav svg {
    margin-top: 5px;
    fill: #000;
}

#header-top.shrink #mobilenav svg {
    fill: #000;
}

#header-top .icon-close {
    display: none;
}

#mobilenav {
    display: none;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #000;
    transition: width .5s, height .5s, color .5s;
}

@media (max-width: 800px) {
    #mobilenav {
        display: block;
        right: 50px;
    }
}

.topnav.shrink #mobilenav {
    height: 30px;
    width: 30px;
    color: #000;
}

#header-top.shrink #logo {
    margin-left: 5px;
    width: 130px;
}

#header-top #menu {
    float: right;
    position: relative;
    min-height: 40px;
    font-size: 16px;
}

@media (max-width: 800px) {
    #header-top #menu {
        width: 100%;
        display: none;
        margin-top: 1px;
    }
}

#header-top #menu ul {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
}

@media (max-width: 800px) {
    #header-top #menu ul {
        background-color: #fff;
        list-style: list-item;
        padding: 0;
        text-align: left;
    }
}

#header-top #menu ul li {
    height: 100%;
    display: inline-block;
    margin: 0px 8px;
}

@media (max-width: 800px) {
    #header-top #menu ul li {
        height: auto;
        margin: 0px;
        border-top: 1px solid #ccc;
        display: block;
        width: 100%;
        padding-left: 10px;
    }
}

#header-top #menu ul li a {
    height: 100%;
    display: block;
    line-height: 104px;
    font-weight: 500;
    color: #000;
    border: 4px #fff;
    border-style: none none solid none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media (max-width: 800px) {
    #header-top #menu ul li a {
        line-height: 40px;
        padding-left: 5px;
        font-size: 14px;
    }
}

#header-top #menu ul.sub-menu li a {
    line-height: 40px;
}

#header-top.shrink #menu ul li a {
    line-height: 55px;
}

@media (max-width: 800px) {
    #header-top.shrink #menu ul li a {
        line-height: 40px;
    }
}

#header-top #menu ul li a.active, #header-top #menu ul li a:hover {
    color: #a32929;
    box-sizing: border-box;
    border: 4px #a32929;
    border-style: none none solid none;
}

.wrapper {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#header-image {
    background-image: url(../images/../images/banner.webp);
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

#header-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    height: 600px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0 rgb(0 0 0 / 12%);
}

.banner-cta {
    margin: 20px 0
}

.banner-cta li a {
    margin: 5px 15px;
    background-color: #a22929;
    padding: 8px 22px;
    color: #FFF!important;
    color: #fff!important
}

.banner-cta ul {
    display: flex
}

.banner-cta li:first-child {
    margin-left: 0
}

@media (max-width: 800px) {
    #header-image {
        height: 320px;
    }

    #header-image-1 {
        padding-top: 50px;
        height: 270px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-cta ul {
        flex-direction: column;
    }

    .banner-cta li {
        margin: 7px 20px;
    }

    .banner-cta li {
        margin-bottom: 25px;
    }

    .banner-cta li:first-child {
        margin-left: 20px;
    }
}

.textwrapped {
    padding: 10px;
}

.offertoffer {
    padding-right: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

@media (max-width: 800px) {
    .offertoffer {
        width: 100%;
        font-size: 14px;
    }
}

.offertoffer h1.big {
    color: #a32929;
    font-weight: bold;
    font-size: 36px;
}

@media (max-width: 800px) {
    .offertoffer h1.big {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.offertoffer .ita {
    font-style: italic;
    color: #333;
}

#wrap-page {
    z-index: 0;
    margin-top: 117px;
    min-height: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 800px) {
    #wrap-page {
        margin-top: 60px;
    }
}

#content-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 180px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    #content-wrapper {
        margin-top:60px
    }
}

#content-wrapper.main-page {
    margin-top: 40px !important
}

@media(max-width: 800px) {
    #content-wrapper.main-page {
        margin-top:20px !important
    }
}

.services-boxes {
    margin-top: 40px;
}

.services-boxes > div {
    float: left;
    width: 440px;
    margin: 10px;
}

@media (max-width: 800px) {
    .services-boxes > div {
        width: 100%;
        margin-top: 10px;
    }
}

.inner-pages.w-full {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-pages.w-full h3 {
    margin: 10px
}

.services-boxes > div .img {
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    height: 180px;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 0px solid #fff;
    text-align: center;
    line-height: 180px;
}

.services-boxes>div .img h3 {
    line-height: 1;
    z-index: 10
}

.services-boxes>div.img h3 {
    line-height: 1;
    z-index: 10
}

@media (max-width: 800px) {
    .services-boxes > div .img {
        display: none;
    }
}

.services-boxes > div:hover .img {
    border: 5px solid #a32929;
}

.services-boxes > div:hover .bgimg {
    opacity: 0.3;
}

.services-boxes > div:hover .img .offertbtn {
    opacity: 1;
    z-index: 1;
}

.services-boxes > div .img .offertbtn:hover {
    border: 2px solid #a32929;
}

.services-boxes > div .img .offertbtn {
    opacity: 1;
    z-index: 1;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #666;
    font-size: 14px;
    padding: 9px;
    border: 2px solid #fff;
    background-color: #a32929;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.3;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.services-boxes > div .bgimg {
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: -1;
    float: left;
    background-position: center center;
    background-size: 100%;
    opacity: 0.7;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.services-boxes > .maleri .bgimg {
    background-image: url(../images/service-box-painting.jpg);
}

.services-boxes > .side1 .bgimg {
    background-image: url(../images/gallery/img-18.jpg);
}

.services-boxes > .side2 .bgimg {
    background-image: url(../images/gallery/9.jpeg);
}

.services-boxes > .side8 .bgimg {
    background-image: url(../images/gallery/1.jpeg);
}

.services-boxes > .side7 .bgimg {
    background-image: url(../images/gallery/12.jpeg);
}

.services-boxes > .side6 .bgimg {
    background-image: url(../images/gallery/11.jpeg);
}

.services-boxes > .side5 .bgimg {
    background-image: url(../images/gallery/3.jpeg);
}

.services-boxes > .side4 .bgimg {
    background-image: url(../images/gallery/17.jpeg);
}

.services-boxes > .side3 .bgimg {
    background-image: url(..images/gallery/2.jpeg);
}

.services-boxes > .flytt .bgimg {
    background-image: url(/assets/images/service-box-moving.jpg);
}

.services-boxes > .annat .bgimg {
    background-image: url(/assets/images/service-box-other.jpg);
}

.services-boxes > .serv1 .bgimg {
    background-image: url(/assets/images/soder1.jpg);
}

.services-boxes > .nacka1 .bgimg {
    background-image: url(../images/malare-nacka-1.jpg);
}

.services-boxes > .nacka2 .bgimg {
    background-image: url(../images/malare-nacka-2.jpg);
}

.services-boxes > .tumba1 .bgimg {
    background-image: url(../images/tumba1.jpg);
}

.services-boxes > .tumba2 .bgimg {
    background-image: url(../images/tumba2.jpg);
}

.services-boxes > .taby1 .bgimg {
    background-image: url(../images/taby1.jpg);
}

.services-boxes > .taby2 .bgimg {
    background-image: url(../images/taby2.jpg);
}

.services-boxes > .liding .bgimg {
    background-image: url(../images/lidingo2.jpg);
}

.services-boxes > .liding2 .bgimg {
    background-image: url(../images/lidingo3.jpg);
}

.services-boxes > .serv2 .bgimg {
    background-image: url(../images/soder2.jpg);
}

.services-boxes > .sodermalm1 .bgimg {
    background-image: url(../images/sodermalm1.jpg);
}

.services-boxes > .malareflen1 .bgimg {
    background-image: url(../images/malareflen1.jpg);
}

.services-boxes > .malareflen2 .bgimg {
    background-image: url(../images/malareflen2.jpg);
}

.services-boxes > .jaran1 .bgimg {
    background-image: url(../images/jaran1.webp);
}

.services-boxes > .jaran2 .bgimg {
    background-image: url(../images/jaran2.jpg);
}

.services-boxes > .kungsholmen1 .bgimg {
    background-image: url(../images/kungsholmen1.jpg);
}

.services-boxes > .kungsholmen2 .bgimg {
    background-image: url(../images/kungsholmen2.jpg);
}

.services-boxes > .malarevasastan1 .bgimg {
    background-image: url(../images/malarevasastan1.jpg);
}

.services-boxes > .blog1 .bgimg {
    background-image: url(../images/1.jpg);
}

.services-boxes > .blog2 .bgimg {
    background-image: url(../images/2.jpg);
}

.services-boxes > .blog3 .bgimg {
    background-image: url(../images/3.jpg);
}

.services-boxes > .blog4 .bgimg {
    background-image: url(../images/4.jpg);
}

.services-boxes > .blog5 .bgimg {
    background-image: url(../images/5.jpg);
}

.services-boxes > .blog6 .bgimg {
    background-image: url(../images/6.jpg);
}

.services-boxes > .blog7 .bgimg {
    background-image: url(../images/7.jpg);
}

.services-boxes > .blog8 .bgimg {
    background-image: url(../images/8.jpg);
}

.services-boxes > .malarevasastan2 .bgimg {
    background-image: url(../images/malarevasastan2.jpg);
}

.services-boxes > .malaretulling1 .bgimg {
    background-image: url(../images/malaretulling1.webp);
}

.services-boxes > .malaretulling2 .bgimg {
    background-image: url(../images/malaretulling2.jpg);
}

.services-boxes > .sodermalm2 .bgimg {
    background-image: url(../images/sodermalm2.jpg);
}

.services-boxes > .sodermaland1 .bgimg {
    background-image: url(../images/new1.jpg);
}

.services-boxes > .sodermaland2 .bgimg {
    background-image: url(../images/new2.jpg);
}

.services-boxes > .nykoping1 .bgimg {
    background-image: url(../images/new3.jpg);
}

.services-boxes > .nykoping2 .bgimg {
    background-image: url(../images/new4.jpg);
}

.services-boxes > .eskilstuna1 .bgimg {
    background-image: url(../images/new5.jpg);
}

.services-boxes > .eskilstuna2 .bgimg {
    background-image: url(../images/new6.jpg);
}

.services-boxes > .gnes1 .bgimg {
    background-image: url(../images/gnes1.jpg);
}

.services-boxes > .gnes2 .bgimg {
    background-image: url(../images/gnes2.jpg);
}

.services-boxes > .botk1 .bgimg {
    background-image: url(../images/botk1.jpg);
}

.services-boxes > .botk2 .bgimg {
    background-image: url(../images/botk2.jpg);
}

.services-boxes > .hud1 .bgimg {
    background-image: url(../images/hud1.jpg);
}

.services-boxes > .hud2 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .nykv1 .bgimg {
    background-image: url(../images/nykv1.jpg);
}

.services-boxes > .nykv2 .bgimg {
    background-image: url(../images/nykv2.jpg);
}

.services-boxes > .trosa1 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .trosa1 .bgimg {
    background-image: url(../images/hud2.jpg);
}

.services-boxes > .meriefred1 .bgimg {
    background-image: url(../images/meriefred1.jpg);
}

.services-boxes > .meriefred2 .bgimg {
    background-image: url(../images/meriefred2.jpg);
}

.services-boxes > .ekero1 .bgimg {
    background-image: url(../images/ekero1.jpg);
}

.services-boxes > .ekero2 .bgimg {
    background-image: url(../images/ekero2.jpg);
}

.services-boxes > .strangnas1 .bgimg {
    background-image: url(../images/strangnas1.jpg);
}

.services-boxes > .strangnas2 .bgimg {
    background-image: url(../images/strangnas2.jpg);
}

.services-boxes > div .title {
    font-size: 18px;
    font-weight: bold;
    color: #a32929;
}

.services-boxes > div .info {
    font-weight: bold;
    margin-top: 5px;
    color: #333;
    font-size: 14px;
}

.services-boxes > div .list {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

.wrapit {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.facebook-embed {
    width: 50%;
    padding: 20px 40px 0px 40px;
    box-sizing: border-box;
    margin-top: 50px;
    float: left;
}

@media (max-width: 800px) {
    .facebook-embed {
        width: 100%;
    }
}

.about-us {
    margin-top: 50px;
    float: left;
    width: 50%;
}

@media (max-width: 800px) {
    .about-us {
        width: 100%;
    }
}

.about-us .title {
    padding-left: 10px;
    display: block;
    color: #a32929;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.about-us .info {
    font-size: 14px;
    padding-left: 20px;
}

.instagram-box {
    margin-top: 50px;
}

.instagram-box .title {
    padding-left: 10px;
    display: block;
    color: #a32929;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

a.instagram-image:hover {
    border-color: #a32929;
    filter: grayscale(0%);
}

.instagram-image {
    filter: grayscale(50%);
    text-decoration: none;
    transition: all .5s;
    background-color: #fff;
    height: 250px;
    margin: 10px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: inline-block;
    min-width: 280px;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .instagram-image {
        display: none;
    }
}

@media (max-width: 619px) {
    .instagram-image {
        border: none;
    }
}

@media (max-width: 800px) {
    .instagram-image:first-child {
        display: inline-block;
    }
}

@media (max-width: 620px) {
    .instagram-image:first-child {
        display: block;
        margin: auto;
    }
}

@media (min-width: 620px) {
    .instagram-image:nth-child(2) {
        display: inline-block;
    }
}

@media (max-width: 800px) {
    .instagram-image:nth-child(3) {
        display: none;
    }
}

.instagram-image .caption {
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    width: 200px;
    color: #333;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    border-radius: 0px 0px 5px 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.instagram-image:hover .caption {
    opacity: 0;
}

#footer {
    width: 100%;
    float: left;
    background-color: #333;
    min-height: 160px;
    padding: 40px 0;
}

#footer #footer-wrapper {
    padding-left: 5px;
    padding-top: 10px;
}

#footer #footer-wrapper .menu {
    background-image: url(../images/tamsi-maleri-image-small.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 60px;
    padding-left: 15px;
    float: left;
    min-width: 300px;
}

#footer #footer-wrapper .menu li {
    list-style-type: circle;
    list-style: none;
    color: #fff;
}

#footer #footer-wrapper a {
    color: #fff;
}

#footer #footer-wrapper a:hover {
    color: #fefefe;
}

#footer #footer-wrapper #social-media-buttons {
    padding-left: 15px;
    width: 300px;
    display: block;
    float: left;
    height: 120px;
    margin-top: 10px;
}

#footer #footer-wrapper #orginfo {
    padding-left: 15px;
    float: left;
    display: block;
    min-height: 120px;
    width: 300px;
    color: #ccc;
}

#footer #footer-wrapper #orginfo .icon {
    margin-left: 0px;
    padding-left: 25px;
    background-size: 15px;
}

#footer #footer-wrapper #social-media-buttons .icon:hover {
    opacity: 1;
}

#footer #footer-wrapper #social-media-buttons .icon {
    opacity: 0.6;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 10px;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 55px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#footer #footer-wrapper #social-media-buttons .icon.facebook {
    background-image: url(../images/facebook.png);
}

#footer #footer-wrapper #social-media-buttons .icon.instagram {
    background-image: url(../images/instagram.png);
}

.content-wrap {
    margin-top: 10px;
    width: 100%;
    padding-left: 10px;
}

.content-wrap .title {
    color: #a32929;
    font-weight: bold;
    font-size: 18px;
}

.content-wrap .info {
    margin-top: 10px;
    font-size: 14px;
}

.Imageslides {
    margin-top: 10px;
    height: 480px;
    width: 100%;
}

@media (max-width: 800px) {
    .Imageslides {
        height: 250px;
    }
}

#slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#slideshow > a:hover {
    color: #333;
}

#slideshow > a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    padding: 5px;
    position: absolute;
    background-size: cover;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.topspace {
    margin-top: 50px;
}

.partnerslist {
    padding-left: 25px;
}

.partnerslist ul li {
    list-style-type: circle;
    list-style: inside;
    margin-top: 25px;
}

.partnerslist a {
    font-weight: bold;
    color: #333;
}

.partnerslist a:hover {
    color: #a32929;
}

.portfolio-browse ul {
    padding-left: 20px;
}

.portfolio-browse ul li {
    margin-top: 10px;
    list-style-type: circle;
    list-style: inside;
}

.portfolio-browse {
    margin-top: 25px;
}

.portfolio-browse a {
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

.portfolio-browse a:hover {
    color: #a32929;
}

.portfolio-image {
    display: inline-block;
    width: 280px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
    padding: 5px;
    box-sizing: border-box;
    margin: 10px;
    background-position: center;
}

a.portfolio-object {
    text-decoration: none !important;
}

.portfolio-object {
    font-weight: normal;
    width: 270px;
    padding: 10px;
    margin: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ccc;
    word-wrap: break-word;
}

@media (max-width: 800px) {
    .portfolio-object {
        width: 130px;
    }
}

.portfolio-object > .img {
    display: block;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center center;
}

.portfolio-browse ul li {
    list-style: none;
    display: inline-block;
}

.portfolio-browse {
    display: inline-block;
}

.contactlist {
    margin-top: 25px;
}

.contactlist .contactbox {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 10px;
    min-width: 280px;
}

.contactlist .contactbox a:hover {
    color: #a32929;
}

.contactlist .contactbox a {
    color: #333;
    font-weight: bold;
}

.contactlist .contactbox .name {
    width: 100%;
    color: #666;
}

.contactlist .contactbox .phone {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-image: url(../images/phone-dark.png);
    background-size: 15px;
}

.contactlist .contactbox .email {
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left center;
    background-image: url(../images/email-dark.png);
    background-size: 15px;
}

.contactlist .other {
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/home-dark.png);
    background-size: 25px;
    color: #666;
    margin-left: 5px;
    padding-left: 25px;
}

.content-wrap a {
    text-decoration: underline;
}

.offert .leftoffert {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.offert .rightoffert table input, .offert .rightoffert table textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
}

.offert .rightoffert table {
    font-size: 12px;
}

.offert .rightoffert table td {
    padding-top: 5px;
}

.offert .rightoffert {
    width: 100%;
    display: inline-block;
}

.offert .rightoffert textarea {
    width: 100%;
    height: 150px;
}

.offert .btn {
    font-size: 14px;
    width: 98%;
    max-width: 350px;
    background-color: #333;
    color: #fff;
    border: none;
    margin-left: 3px;
    border-radius: 0px;
    font-weight: bold;
    padding: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.offert .btn:hover {
    background-color: #ccc;
    color: #000;
}

.darktext {
    color: #333 !important;
}

.offertoffer .offertbtn:hover {
    color: #a32929;
}

#content-wrapper > div {
}

@media (max-width: 800px) {
    #header-image {
        margin-top: 0px;
    }
}

@media (max-width: 800px) {
    #wrap-page {
        margin-top: 40px;
    }
}

#calculator td>span {
    padding-left: 5px;
}

.container {
    margin-top: 40px;
    padding: 0 1rem;
}

.footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px;
    background-color: #333;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 800px) {
    .footer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 4px;
        background-color: #333;
    }

    .footer-list li {
        display: block;
        width: 33%;
    }
}

.footer-list li {
    padding: 5px;
}

.footer-list li a {
    padding: 0 3px;
    font-size: 12px;
    color: #ccc;
}

.list-tamsi li {
    list-style: disclosure-closed;
    padding-left: 6px;
    padding-bottom: 20px;
}

.list-tamsi {
    padding-left: 30px;
}

.services-boxes ul li {
    list-style: disc;
    margin-bottom: 10px;
}

@media (min-width: 800px) {
    div#content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-50 {
        width: 50%;
        display: inline-block;
        float: left;
    }
}

.form-wrap {
    max-width: 100%;
}

.info-wrapper {
    margin-bottom: 20px;
}

.form-wrap .contact-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 28px 24px 24px;
}

.form-wrap .contact-form-lead {
    margin: 0 0 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.form-wrap .contact-form .form-group {
    margin-bottom: 18px;
}

.form-wrap .contact-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.2px;
}

.form-wrap .contact-form input:not([type="submit"]),
.form-wrap .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.form-wrap .contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-wrap .contact-form input:not([type="submit"]):focus,
.form-wrap .contact-form textarea:focus {
    background: #fff;
    border-color: #a32929;
    box-shadow: 0 0 0 3px rgba(163, 41, 41, 0.12);
}

.form-wrap .contact-form input::placeholder,
.form-wrap .contact-form textarea::placeholder {
    color: #aaa;
}

.form-wrap .contact-form .form-actions {
    margin-top: 4px;
}

.form-wrap .contact-form input[type=submit] {
    display: inline-block;
    background-color: #a32929;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 2px solid #a32929;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 8px 0 0;
}

.form-wrap .contact-form input[type=submit]:hover {
    background-color: #fff;
    color: #a32929;
}

.bottomspace {
    margin-bottom: 30px;
}

#content-wrapper {
    min-height: 70vh;
}

.slick-slider {
    background: url(loader.gif) center center/contain no-repeat!important
}

.slick-slider .slick-list {
    opacity: 0;
    position: absolute
}

.slick-slider.slick-initialized {
    background: 0 0!important
}

.slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity .2s ease-in
}

.gallery-wrapper {
    margin-top: 30px;
}

.gallery-wrapper .slick-prev {
    left: -40px
}

.gallery-wrapper .slick-next {
    right: -45px
}

.gallery-wrapper .slick-next,.slick-prev {
    width: 40px;
    height: 35px
}

.gallery-wrapper .slick-next:before,.gallery-wrapper .slick-prev:before {
    font-family: slick;
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #a32929
}

.gallery-wrapper .slick-dots li button:before {
    font-size: 14px
}

.gallery-wrapper .slick-dots li.slick-active button:before {
    color: #a32929
}

.mob-img .slick-slide {
    cursor: default
}

.mob-img .slick-slide [role=img] {
    cursor: pointer
}

.cta {
    margin: 15px 0;
    background-color: #a22929;
    padding: 8px 22px;
    display: inline-block;
}

.cta a {
    color: #fff!important
}

.mob {
    display: none
}

@media (max-width: 767px) {
    .cta.mob {
        display:inline-block;
        float: left;
        margin: 10px 0 0 20px;
        position: relative
    }
}
