html {
    background-image: url(../img/background.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #ccc;
    background-attachment: fixed;
    background-position: bottom center;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 100%;
}

strong {
    font-weight: 700;
}

.english {
    opacity: 0.6;
}

.mobile {
    visibility: hidden;
    display: none;
}

a:hover, a:active {
    opacity: 0.8;
}

body {
    width: 52em;
    min-height: 100%;
    margin: 0 auto;
    padding: 1em 2em 2em 2em;
    background-color: #fff;
    box-shadow: 0 0 5em rgba(255, 255, 255, 1);
}

header.desktop {
    width: 100%;
    position: relative;
}

header.mobile {
    width: 100%;
}

header.desktop .logo {
    width: 34em;
    display: inline-block;
}

header.mobile .logo {
    width: 100%;
    display: block;
    margin: 1em auto 1em auto;
    position: relative;
    z-index: -1;
}

header.desktop nav {
    display: inline-block;
    position: absolute;
    right: 0.5em;
    bottom: 0.3em;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

header.desktop nav a {
    text-align: center;
    display: block;
    width: 10em;
    background: #0099cc;
    color: #fff;
    font-weight: 800;
    font-size: 1.05em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    text-decoration: none;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    padding: 0.25em 0 0.25em 0;
}

/* ----------------------------------------- MOBIILI-MENU */

#menu {
    background: #0099cc;
    text-align: left;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: -1rem -1rem 0 -1rem;
    padding: 0.8rem 1rem 0.7rem 1rem;
    position: relative;
    z-index: 1;
}

#menu img {
    height: 1.5rem;
}

#nav.js {
    display: none;
}

.site-nav ul {
    list-style: none;
    width: 100%;
    text-align: left;
    display: none;
    padding: 0 1em;
    margin: 0 -1em 0 -1em;
}

header.mobile nav a {
    color: #fff;
    display: block;
    text-align: left;
    background: #0099cc;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.0em;
    text-decoration: none;
    padding: 0.8rem 0rem 0.8rem 1.1rem;
    margin: 0 -1rem 0 -1rem;
}

/* ----------------------------------------- MAIN */

main {
    display: block;
    /* IE fix */
    background-color: #fff;
    padding-top: 2em;
    overflow: hidden;
}

/* Swiper slider */
.swiper {
    width: 100%;
    overflow: visible;
    margin-bottom: 1em;
}

.swiper img {
    width: 100%;
}

.swiper-pagination {
    bottom: -20px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    background: #999;
    opacity: 1;
}

.swiper-slide .caption {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 2px;
    right: 0;
    padding: 60px 32px 20px 32px;
    text-align: right;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

.swiper-slide .caption h3 {
    color: white;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.swiper-slide .caption p {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.5);
}

article.services {
    margin-top: 2em;
    width: 25em;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

article.services.english {
    margin-left: 1.7em;
}

article h1 {
    font-size: 2.2em;
    font-weight: 800;
    color: #0099cc;
    margin-bottom: 0.5em;
}

article.english h1 {
    color: #333;
}

article p {
    font-size: 1.1em;
    padding-bottom: 0.8em;
    line-height: 1.5em;
}

article a {
    font-size: inherit;
    text-decoration: none;
    color: inherit;
}

article strong {
    color: #0099cc;
}

article.english strong {
    color: #333;
}

article ul {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #0099cc;
    list-style: disc outside;
    padding: 0 0 0 1.5em;
}

article.english ul {
    color: #333;
}

article li {
    margin-bottom: 0.8em;
}

article li span {
    color: #000;
}

main hr {
    display: block;
    width: 100%;
    height: 0.3em;
    border: none;
    margin-top: 2em;
    background-color: #0099cc;
}

/* ----------------------------------------- FOOTER */

footer#contact {
    visibility: collapse;
    margin-top: 2em;
}

footer {
    transition: background-color 0.2s ease-in-out;
}

footer.desktop {
    width: 100%;
    padding: 2em 2em 3em 2em;
    margin: 0 -2em -2em -2em;
    background-color: #0099cc;
    position: relative;
    overflow: hidden;
}

footer.mobile {
    width: 100%;
    padding: 1.5em 1em 1.5em 1em;
    margin: 1em -1em -1em -1em;
    background-color: #0099cc;
    position: relative;
    overflow: hidden;
}

footer h1 {
    font-size: 2.2em;
    font-weight: 800;
    color: #fff;
}

footer.mobile h1 {
    font-size: 2.05em;
    display: inline-block;
}

footer img.face {
    height: 12.5em;
    margin: 0.5em 0.6em -0.5em 0;
    position: relative;
    float: right;
    padding: 0.5em;
    background-color: #fff;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    transform-origin: 50% 50%;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

footer img.face:hover {
    transform: rotate(0deg);
}

footer.mobile img.face {
    height: 10em;
    margin: 0.5em 0.3em 0.5em 0em;
    display: block;
    position: relative;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition: none;
}

footer address {
    position: absolute;
    bottom: 1.5em;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

footer.mobile address {
    line-height: 1.1em;
    font-size: 1.2em;
    position: relative;
    bottom: 0;
    margin-top: 2em;
    display: block;
}

footer address p {
    margin-top: 0.3em;
}

footer.mobile address p {
    margin-top: 0.5em;
}

footer address a {
    text-decoration: none;
    color: inherit;
}



footer address .social-media-link {
    height: 1.2em;
    width: 1.2em;
    margin-right: 0.8em;
    display: inline-block;
}

footer.mobile address .social-media-link {
    height: 1.5em;
    width: 1.5em;
}

footer address .social-media-link img {
    width: 100%;
}

footer.flash {
    background-color: #0099ccbb;
}

/* SKAALAUS MOBIILILLE */

@media only screen and (max-width: 912px) {
    html {
        background: none;
        padding: 1em 1em 0 1em;
    }
    body {
        width: 100%;
        padding: 0;
    }
    header.desktop .logo {
        width: 60vw;
    }
    main .services {
        width: 47%;
    }
    main .services.english {
        width: 47%;
        margin-left: 4vw;
    }
    .swiper-slide .caption h3 {
        font-size: 4.5vw;
        line-height: 5vw;
    }
    .swiper-slide .caption {
        padding: 5vw 3vw 2vw 3vw;
    }
}

@media only screen and (max-width: 720px) {
    .desktop {
        visibility: hidden;
        display: none;
    }
    .mobile {
        visibility: visible;
        display: block;
    }
    main .services {
        width: 100%;
        margin-top: 1.5em;
    }
    main .services.english {
        width: 100%;
        margin-top: 1.0em;
        margin-left: 0;
    }
    article h1 {
        font-size: 2.05em;
    }
    article p {
        font-size: 1.05em;
        padding-bottom: 0.8em;
        line-height: 1.45em;
    }
    article ul {
        font-size: 1.05em;
        line-height: 1.45em;
    }
    main hr {
        margin-top: 2.5em;
        margin-bottom: 1.5em
    }
}

@media only screen and (max-width: 480px) {
    footer.mobile img.face {
        height: 6.3em;
        padding: 0.4em;
        margin-top: 0.2em;
    }
    h1 {
        font-size: 1.8rem !important;
    }
    article p {
        font-size: 0.95rem;
    }
    article ul {
        font-size: 0.95rem;
        line-height: 1.45em;
    }
}