body {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 15px;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.d-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a {
    transition: all 0.3s linear;
}
p {
    line-height: 27px;
}
/*------------------ Home Page Css Start ------------------*/
.loder_outer{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #4472c4;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding: 20px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.active{
    background: #4472c4;
    padding: 10px 0px;
}
.logo a{
    display: block;
}
.logo img{
    width: 80px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.active .logo img{
    width: 60px;
}
.menu ul{
    display: flex;
    align-items: center;
}
.menu li{
    margin-left: 50px;
}
.menu li:first-child{
    margin-left:0px;
}
.menu a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
}
.menu a:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: -10px;
    background: transparent;
}
.menu li.active a:after,.menu a:hover:after{
    background: #fff;
}
.banner_outer{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    min-height: 657px;
    position: relative;
    padding: 50px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_outer:after{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
}
.banner_text{
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner_info{
    display: inline-block;
    position: relative;
}
.banner_info:after{
    position: absolute;
    content: "";
    left: calc(50% - 70px);
    width: 65px;
    height: 6px;
    border: 1px solid #fff;
    border-left: 0px;
    border-right: 0px;
    bottom: -15px;
}
.banner_info:before{
    position: absolute;
    content: "";
    left: calc(50% + 5px);
    width: 65px;
    height: 6px;
    border: 1px solid #fff;
    border-left: 0px;
    border-right: 0px;
    bottom: -15px;
}
.banner_text h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 61px;
    position: relative;
    display: inline-block;
}
.banner_text h1:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background: #fff;
    transform: rotate(-64deg);
    left: calc(50% - 1px);
    bottom: -19px;
}
.ptb-60{
    margin: 60px 0px 50px;
}
.home_info_block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.home_info_img{
    width: 600px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 5px;
}
.home_info_img img{
    width: 100%;
    border-radius: 5px;
}
.home_text{
    width: calc(100% - 600px);
    padding-right: 40px;
}
.home_text p{
    margin-bottom: 10px;
}
/*------------------ Home Page Css End ------------------*/
/*------------------ Näyttely Page Css Start ------------------*/
.banner_inner{
    min-height: 500px;
}
.show_block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #4472c4;
    border-radius: 5px;
    padding: 0px 0px 0px 40px;
}
.show_text{
    width: calc(100% - 320px);
}
.show_text h2 {
    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
    color: #fff;
    padding-right: 30px;
}
.show_img img{
    max-width: 320px;
    border-radius: 0px 5px 5px 0px;
}
.show_map{
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-top: 20px;
    border-radius: 5px;
}
.show_map iframe{
    width: 100%;
    height: 400px;
    border: 0px;
}
/*------------------ Näyttely Page Css End ------------------*/
/*------------------ Esineet Page Css Start ------------------*/
.product_block{
    margin-bottom: 30px;
    border-radius: 5px;
    background: #4472c4;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.product_img{
    background: #bab5af;
    width: 100%;
    height: 287px;
    padding: 10px;
    display: flex;
    border-radius: 5px 5px 0px 0px;
    align-items: center;
    justify-content: center;
}
.product_img img{
    max-width: 100%;
    max-height: 100%;
}
.product_name{
    padding: 20px;
}
.product_name h3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
/*------------------ Esineet Page Css End ------------------*/
/*------------------ Aani Kuva Page Css Start ------------------*/
.sub_text {
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.sub_text h2{
    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.sub_text h2:after{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin: auto;
    width: 90px;
    height: 5px;
    background: #4472c4;
    bottom: 0px;
}
.socail_links{
    margin-top: 35px;
}
.socail_links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.socail_links li a{
    border: 1px solid #ddd;
    background: #f9f9f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 130px;
    width: 130px;
    margin: 10px 15px 30px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.socail_links li a:hover{
    background: #ddd;
}
.socail_links li img{
    max-width: 100%;
    max-height: 100%;
}
footer{
    background:#4472c4;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}
footer p{
    font-size: 14px;
}
/*------------------ Aani Kuva Page Css End ------------------*/
/*------------------ Tule Mukaan Page Css Start ------------------*/
.history_block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.history_img{
    width: 550px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 5px;
}
.history_img img{
    width: 100%;
    border-radius: 5px;
}
.history_text{
    width: calc(100% - 600px);
    padding-right: 30px;
}
.history_text p {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 15px;
}
.email_outer{
    border-radius: 5px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 20px 0px 0px;
}
.email_outer i{
    font-size: 55px;
    color: #4472c4;
    padding-right: 15px;
}
.email_outer strong{
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.email_outer a{
    color: #4472c4;
    font-size: 18px;
}
.email_outer a:hover{
    color: #000;
}
/*------------------ Tule Mukaan Page Css End ------------------*/
/*------------------ Yhteystiedot Page Css Start ------------------*/
.contact_outer{
    text-align: center;
}
.contact_inner{
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contact_inner:after{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin: auto;
    width: 90px;
    height: 5px;
    background: #4472c4;
    bottom: 0px;
}
.contact_outer i{
    font-size: 55px;
    color: #4472c4;
}
.contact_outer strong{
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0px 0px;
}
.contact_outer a{
    color: #4472c4;
    font-size: 18px;
}
.contact_outer a:hover{
    color: #000;
}
/*------------------ Yhteystiedot Page Css End ------------------*/
.toggleMenu{
    display: none;
}
.toggleMenu span{
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.toggleMenu.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
}
.toggleMenu.active .bar2 {
    opacity: 0;
}
.toggleMenu.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.pageOverlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    display: none;
}
.pageOverlay.active{
    display: block;
}
@media(min-width: 1200px) and (max-width: 1359px){
    /*------------------ Home Page Css Start ------------------*/
    .banner_outer {
        min-height: 595px;
    }
    /*------------------ Home Page Css End ------------------*/
}
@media(min-width: 992px) and (max-width: 1199px){
    /*------------------ Home Page Css Start ------------------*/
    body{
        font-size: 14px;
    }
    p {
        line-height: 25px;
    }
    .banner_outer {
        min-height: 490px;
    }
    .banner_text h1 {
        font-size: 46px;
        line-height: 54px;
    }
    .banner_info:before {
        width: 55px;
    }
    .banner_info:after {
        left: calc(50% - 60px);
        width: 55px;
    }
    .home_info_img {
        width: 450px;
    }
    .home_text {
        width: calc(100% - 450px);
        padding-right: 20px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Näyttely Page Css Start ------------------*/
    .show_text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .show_map iframe {
        height: 350px;
    }
    /*------------------ Näyttely Page Css End ------------------*/
    /*------------------ Esineet Page Css Start ------------------*/
    .product_img {
        height: 220px;
    }
    .product_name h3 {
        font-size: 15px;
    }   
    /*------------------ Esineet Page Css End ------------------*/
    /*------------------ Aani Kuva Page Css Start ------------------*/
    .sub_text h2 {
        font-size: 27px;
        line-height: 37px;
    }
    .socail_links li a {
        height: 115px;
        width: 115px;
        margin: 10px 10px 15px;
    }
    /*------------------ Aani Kuva Page Css End ------------------*/
    /*------------------ Tule Mukaan Page Css Start ------------------*/
    .history_text p {
        font-size: 19px;
        line-height: 30px;
    }
    .email_outer i {
        font-size: 50px;
        padding-right: 12px;
    }
    .email_outer strong {
        font-size: 16px;
    }
    .email_outer a {
        font-size: 16px;
    }
    .history_text {
        width: calc(100% - 550px);
        padding-right: 20px;
    }
    /*------------------ Tule Mukaan Page Css End ------------------*/
}
@media(min-width: 768px) and (max-width: 991px){
    /*------------------ Home Page Css Start ------------------*/
    body{
        font-size: 14px;
    }
    p {
        line-height: 25px;
    }
    header {
        padding: 10px 0px;
    }
    .logo img {
        width: 55px;
    }
    header.active .logo img {
        width: 50px;
    }
    .menu a {
        font-size: 14px;
    }
    .menu li {
        margin-left: 32px;
    }
    .banner_text h1 {
        font-size: 45px;
        line-height: 53px;
    }
    .banner_info:before {
        width: 55px;
    }
    .banner_info:after {
        left: calc(50% - 60px);
        width: 55px;
    }
    .banner_outer {
        min-height: 410px;
    }
    .home_info_img {
        width: 100%;
    }
    .home_text {
        width: 100%;
        padding-right: 0px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Näyttely Page Css Start ------------------*/
    .show_block {
        padding: 0px 0px 0px 25px;
    }
    .show_text h2 {
        font-size: 22px;
        line-height: 30px;
        padding-right: 20px;
    }
    .show_map iframe {
        height: 300px;
    }
    /*------------------ Näyttely Page Css End ------------------*/
    /*------------------ Aani Kuva Page Css Start ------------------*/
    .sub_text h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .socail_links li a {
        height: 105px;
        width: 105px;
        margin: 10px 10px 15px;
    }
    /*------------------ Aani Kuva Page Css End ------------------*/
    /*------------------ Tule Mukaan Page Css Start ------------------*/
    .history_text {
        width: 100%;
        padding-right: 0px;
    }
    .history_text p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .email_outer i {
        font-size: 41px;
        padding-right: 12px;
    }
    .email_outer strong {
        font-size: 14px;
    }
    .email_outer a {
        font-size: 14px;
    }
    .email_outer {
        padding: 12px 0px 0px;
    }
    .history_img {
        width: 100%;
        margin-top: 20px;
    }
    /*------------------ Tule Mukaan Page Css End ------------------*/
}
@media(max-width: 767px){
    /*------------------ Home Page Css Start ------------------*/
    body{
        font-size: 14px;
    }
    p {
        line-height: 25px;
    }
    header {
        padding: 10px 0px;
    }
    .logo img {
        width: 55px;
    }
    header.active .logo img {
        width: 50px;
    }
    .menu {
        position: fixed;
        top: 0px;
        right: -300px;
        width: 280px;
        height: 100%;
        overflow: hidden;
        z-index: 10;
        background: #4472c4;
        overflow-y: auto;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu.active{
        right: 0px;
    }
    .menu ul {
        display: block;
    }
    .menu li {
        margin-left: 0px;
    }
    .menu a {
        font-size: 15px;
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .menu a:after {
        bottom: 0px;
    }
    .banner_outer {
        min-height: 375px;
        padding: 19px 0px 20px;
    }
    .banner_text h1 {
        font-size: 31px;
        line-height: 41px;
    }
    .banner_info:before {
        width: 55px;
    }
    .banner_info:after {
        left: calc(50% - 60px);
        width: 55px;
    }
    .ptb-60 {
        margin: 40px 0px;
    }
    .home_text {
        width: 100%;
        padding-right: 0px;
    }
    .home_info_img {
        width: 100%;
    }
    footer {
        padding: 15px 0px;
    }
    footer p {
        font-size: 13px;
        line-height: 20px;
    }
    .toggleMenu{
        display: block;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Näyttely Page Css Start ------------------*/
    .banner_outer {
        min-height: 320px;
    }
    .show_block {
        padding: 30px 0px 0px;
    }
    .show_img{
        width: 100%;
    }
    .show_img img {
        max-width: 100%;
        width: 100%;
        border-radius: 0px 0px 5px 5px;
    }
    .show_text {
        width: 100%;
        text-align: center;
    }
    .show_text h2 {
        font-size: 18px;
        line-height: 29px;
        padding: 0px 15px 30px;
    }
    .show_map iframe {
        height: 300px;
    }
    /*------------------ Näyttely Page Css End ------------------*/
    /*------------------ Esineet Page Css Start ------------------*/
    .product_block {
        margin-bottom: 20px;
    }
    .product_name h3 {
        font-size: 17px;
    }
    /*------------------ Esineet Page Css End ------------------*/
    /*------------------ Aani Kuva Page Css Start ------------------*/
    .socail_links ul {
        flex-wrap: wrap;
    }
    .sub_text h2 {
        font-size: 20px;
        line-height: 31px;
    }
    .socail_links li a {
        height: 84px;
        width: 84px;
        padding: 10px;
        margin: 10px 6px 5px;
    }
    .socail_links {
        margin-top: 20px;
    }
    /*------------------ Aani Kuva Page Css End ------------------*/
    /*------------------ Tule Mukaan Page Css Start ------------------*/
    .history_text {
        width: 100%;
        padding-right: 0px;
    }
    .history_text p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .email_outer i {
        font-size: 41px;
        padding-right: 12px;
    }
    .email_outer strong {
        font-size: 14px;
    }
    .email_outer a {
        font-size: 14px;
    }
    .email_outer {
        padding: 12px 0px 0px;
    }
    .history_img {
        width: 100%;
        margin-top: 20px;
    }
    /*------------------ Tule Mukaan Page Css End ------------------*/
    /*------------------ Yhteystiedot Page Css Start ------------------*/
    .contact_outer i {
        font-size: 38px;
    }
    .contact_inner {
        margin-bottom: 15px;
    }
    .contact_outer strong {
        font-size: 16px;
    }
    .contact_outer a {
        font-size: 16px;
    }
    /*------------------ Yhteystiedot Page Css End ------------------*/
}