@media only screen
/*and (min-width : 320px)*/
and (max-width : 690px)
/*and (orientation : portrait)*/
{
    body {
        margin: 0;
    }

    .frontpage .content-aside {
        width: 100%;
    }

    .layout {
        width: 100%;
    }

    table {
        width: 100% !important;
        max-width: 100% !important;
    }

        .content-main table img,
        table img {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
        }

    .wrapper {
        border: none;
        width: auto;
        max-width: 100%;
        border-radius: 0;
    }

    ul.horizontal li {
        float: none;
        padding-left: 0;
        text-align: center;
    }

    .navi-left li {
        text-align: center;
    }

    .main .sidebar,
    .main .content-main,
    /*.header-middle .left,
	.header-middle .right,*/
    body.frontpage .content-main,
    body.frontpage .columns-2 ul.item-wrap > li {
        width: 100%;
        float: none;
        margin: 0;
    }

    .header-middle .image-bg {
    }

        .header-middle .image-bg img {
        }

    .header-middle .right {
        z-index: 2;
    }

    body.frontpage .columns-2 ul.item-wrap > li.even {
        margin-left: 0;
    }

    .header-top .fleft,
    .header-top .fright {
        width: 100%;
        float: left;
    }

    .header-top ul.horizontal li {
        float: left;
        margin: 0 10px 0 0;
    }

    .top-navi {
        margin: 10px 0 0 0;
        background: none;
        padding: 0;
    }

        .top-navi ul.horizontal {
            padding: 0;
        }

            .top-navi ul.horizontal li {
                border: none;
                margin: 0 0 1px 0;
            }

        .top-navi li a {
            background-color: #0069b0;
            margin-right: 0;
        }

            .top-navi li a.current,
            .top-navi li a.selected,
            .top-navi li a:hover {
                color: #fff;
                background: #6aae22;
            }

        .top-navi li.home a {
            width: auto;
            text-indent: -9999px;
            background: #0069b0 url(icon-home.png) no-repeat 50% 0;
        }

            .top-navi li.home a.current,
            .top-navi li.home a.selected,
            .top-navi li.home a:hover {
                background: #6aae22 url(icon-home.png) no-repeat 50% 00px;
            }

    .footer .fleft {
        float: none;
    }

    .breadcrumb ul.horizontal li {
        float: left;
        padding-right: 5px;
    }

    .sidebar .content-item {
        /*display: none;*/
    }

    .sidebar.aside {
        border-top: solid 1px #ccC;
        padding-top: 2em;
    }

        .sidebar.aside .content-item,
        .sidebar .content-item.navi-left {
            display: block;
        }

    .no-mq {
        display: none;
    }

    body .footer li {
        width: 100%;
        margin-left: 0;
        float: none;
        text-align: left;
    }

    .footer ul.horizontal li {
        width: auto;
        border-left: none;
        border-bottom: 1px solid #b5d791;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: 0;
        margin-bottom: 10px;
    }

        .footer ul.horizontal li:last-child {
            border-bottom: 0px solid #b5d791;
            padding-bottom: 20px;
        }
    /* Uusi mobiilinavi */
    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 40px 0 0;
    }

    .nav-list {
        display: none;
    }

    .nav-active {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
    /* Uusi mobiilinavi END */
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 55px !important;
    }

    .page-shareandprint ul.horizontal li div.no-print {
        padding-left: 5px;
    }
}

@media only screen and (max-width : 650px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 30px !important;
    }
}

@media only screen and (max-width : 630px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 20px !important;
    }
}

@media only screen and (max-width : 600px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 !important;
    }
}

@media only screen and (max-width : 570px) {
    body {
        margin: 0;
    }

    img {
        max-width: 100%;
    }
    .content-picture-new-left, 
    .content-picture-new-right, 
    .content-picture-new-center {
        display: block;
        /*float: none;*/
    }

        .content-picture-new-left img {
            max-width: 100% !important;
            height: auto !important;
            width: auto;
            display: block;
        }

        .content-picture-new-center img {
            max-width: 100% !important;
            height: auto !important;
            width: auto;
            display: block;
        }

        .content-picture-new-right img {
            max-width: 100% !important;
            height: auto !important;
            width: auto;
            display: block;
        }

    .content-picture-text {
        display: block;
    }

    .content-item {
        max-width: 100%;
    }

    .header-middle .left {
        position: relative;
        left: auto;
        top: auto;
        z-index: 2;
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }

        .header-middle .left .image.logo {
            width: auto;
            max-width: 320px;
        }

        .header-middle .left .logo {
            position: relative;
            left: auto;
            top: auto;
            padding: 10px 5px;
        }

    .header-middle .right {
        position: relative;
        float: none;
        right: auto;
        top: auto;
        z-index: 1;
    }

        .header-middle .right .search {
            padding: 12px 10px 8px;
            background: #0069B0;
            float: none;
            width: auto;
        }

            .header-middle .right .search .button {
                float: none;
            }

    .header-middle .image-bg {
        display: none;
    }

        .header-middle .image-bg img {
        }

    .wrapper {
        padding: 5px 10px 10px 10px;
    }
    /* Uusi mobiilinavi */
    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 40px 0 0;
    }

    .nav-list {
        display: none;
    }

    .nav-active {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
    /* Uusi mobiilinavi END*/

}
