/* cmsms stylesheet: TJReady1HD modified: keskiviikko 7. helmikuuta 2024 11.19.45 */
@media only screen and (min-width: 1200px) {

A {
    text-decoration: none;

}

a:hover {
    	text-decoration: underline;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

H1 {
    font-size: 30px;
}

H2 {
    font-size: 20px;
}

#main {
	position:relative;
	background-color: #fff;
	width:100%;
	margin:0px auto; /* for the rest */	
	overflow: hidden;
}

#top {
	position:relative;
        background: url(../../images/back_top.png) no-repeat;
	background-size:100% 100%; 
}

.arrow {
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;

	padding-top: 7px;
	padding-bottom: 7px;

}

.arrow img {
	width:50px;
}


#topcontainer {
	position:absolute;
	width:100%; 
   	top: 0px;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1001;
	height: 123px;
	background-color: rgba(255, 255, 255, 1.00);
}



#logocontainer img {
    	max-width: 100%;
    	min-width: 100%;
    	border-style: none;
    	padding-top: 7px;
    	filter: drop-shadow(-4px 9px 5px #fff);
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}


#logocontainer {
	position:absolute;
	width:460px;
   	top: 0px;
   	left: 12%;
	z-index: 4001;
	text-align: center;
	/* animation: 10s forwards 0.5s 1 ZoomImage; */

}



#logo {
	position:relative;
	text-align:center;
	left:24%;
	width:50%;
}

img.logo { 
	max-width: 50%; 
	min-width: 50%;
        border-style: none;
}

#menucontainer {
	position:absolute;
	z-index: 10000;
	width: 100%;
	right:0px;
	bottom: 0px;

	text-align: left;

}

#menu {
	position:relative;
	width:100%;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;

}

@keyframes ZoomImage{
  0% {
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
  }
  100% {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
  }
}


#container_kuvapankki {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/back_kuvapankki.jpg) no-repeat center top;
    	background-attachment: scroll;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: auto;
	min-height: 60%;
}




.top_esittely {
    	position:relative;
    	width:100%;
    	top: 34vh;
    	background-color:
    	rgba(255, 255, 255, 0.00);
    	margin-left: 12%;
    	float: left;
    	font-size: 25px;
    	text-shadow: -0px 0px 0px #000;
    	font-weight: lighter;
    	text-align: left;



}

.top_esittely img {
	width:300px;
	height:auto;
}


.leipateksti {
    position: relative;
    width: 57%;
    top: 0px;

    margin-left: 23%;
    float: left;
    font-size: 17px;

    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}


.leipateksti_wide {
    position: relative;
    width: 80%;
    top: 0px;

    margin-left: 10%;
    float: left;
    font-size: 17px;

    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}






.leipateksti_subcontent {
    position: relative;
    width: 57%;
    min-height: 60vh;
    margin-top: 181px;
    margin-left: 23%;
    margin-bottom:50px;
    float: left;
    font-size: 17px;
    text-shadow: 1px 1px 3px #fff;
    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 58px rgba(64, 64, 64, 1.0);

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;


}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.top_esittely a {
    	text-decoration: underline;
    	font-size: 25px;
    	color: #0060b4;
    	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

}


.top_esittely a:hover {
    	text-decoration: none;
    	color: black;
    	text-shadow: -0px 0px 4px #fff;

}


.top_esittely H1 {
    	font-size: 48px;
}




#contentbox {
	position:relative;
	text-align:left;
	width:100%;
	text-align:center; /* for IE */  
	margin:0px auto; /* for the rest */	
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	background-color: #fff;
	padding-top: 0px;
	border-bottom: 3px solid #000;

}

.content {
	width:45%;
	margin: auto;
/*	padding-bottom: 26px;
	padding-top: 26px;
*/
}

#logot {
	width:100%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
	text-align: center;
}

#logot img {
	width:30%;
	padding: 5px;
}


.galleybox {
	width:90%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}




.content img {
	height: auto;
	width: 50%;
}





.subcontent {
	width:75%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}


#palvelutcontainer {
     position:relative;
     top:0px;
     height: 620px;
     width: 75%;
     margin-left: 13%;
     margin-bottom: 80px;
}







#wide1 {

     position:relative;
     top:50px;
     background-image: url("../../images/wide.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
     padding-top: 50px;
     padding-bottom: 50px;
     overflow: auto;
}


#wide2 {
     position:relative;
     top:0px;
     background-image: url("../../images/wide2.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 200px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 0px;
}

#wide3 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide3.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide4 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide4.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide5 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide5.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide6 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide6.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}


.content2 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	overflow: auto;

}


#content2 H1 {

    	font-size:40px;
}


.content_wide_container {
	z-index: 2;
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	background-color: #e7e7e7;

}

#content_wide {
	position:relative;
	width:82%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;


}

#content_wide img {

	width: 250px;
	max-width:100%;

}



.content3 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../../images/yhteys_bg.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	overflow: auto;

}


#laatikko1_subcontent {
	position:relative;
	text-align:left;
	width:41%;	
	float:left;
	margin-left:9%;
	margin-right:0%;
	padding-top: 45px;
	padding-bottom: 45px;

}


#laatikko2_subcontent {
	position:relative;
	height: 50px;
	text-align:left;
	width:38%;
	float:left;
	margin-left:11%;
	margin-right:1%;
        color: #2260b0;

}



#laatikko2_subcontent img {
     width:100%;
     height:auto;
     margin-top: -2vh;


}


.laatikko1_palsta {
	position:relative;
	text-align:left;
	width:35%;	
	float:left;
	margin-left:10%;
	margin-right:0%;
	margin-top: 29px;


}


.laatikko2_palsta {
	position:relative;
	text-align:left;
	width:35%;
	float:left;
	margin-top: 29px;
	margin-left:11%;
	margin-right:1%;




}


.laatikko1_palsta img {
     width:402px;
     height:auto;



}


.laatikko2_palsta img {
     width:250px;
     height:auto;
       text-align:center;

}



#yhteyslogo {
	margin-top:15px;
	position:relative;
	text-align:center;
	width:90%;	
	float:left;
	margin-left:0%;
	margin-right:0%;
	color: #2260b0;

}

#yhteyslogo img {
     width:45%;
     height:auto;
     text-align:center;

}



#yhteyskuva1 {
	position:relative;
	text-align:center;
	width:45%;	

	float:left;
	margin-top: 30px;
	margin-left:0%;
	margin-right:0%;


}

#yhteyskuva1 img {
     width:90%;
     height:auto;
     text-align:center;

}


#yhteyskuva2 {
	position:relative;
	text-align:center;
	width:45%;	
	height:50px;
	float:left;
	margin-top: 30px;
	margin-left:0%;
	margin-right:0%;


}


#yhteyskuva2 img {
     width:90%;
     height:auto;
     text-align:center;

}



#bottomcontainer {
	position:relative;
	width:75%;
       margin: 0 auto;
       text-align:center;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
	margin-top: -4px;

}


#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 21px;
	padding-bottom: 40px;
}

#tjdesign {
        position: relative;
        height: 50px;
        clear:both;
        width: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding-top:0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: -16px;
        background-color: #fff;
}

/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

div.website, div.website * {
  display: none !important;
}

td {
font-family: 'Russo One', sans-serif;
font-size: 20px;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #000;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */


#slide1 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	min-height: 600px;


}




#slide2 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background-color: #fff;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:auto;
	margin-top: 43px;
}


#slide_subcontent {
	position: fixed;
	background: white;
	width: 100%;
	top: 0px;
	overflow: auto;

}

#slide_yrityksen_takana {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 50vh;
	

}


/* GALLERIAN MAARIYUKSIA */

.gallery .img {

	width: 32%;   
        display: inline-block;
	padding: 3px;
        text-align: center;


}


}
/* cmsms stylesheet: TJReady1SD modified: keskiviikko 7. helmikuuta 2024 11.10.29 */
@media only screen and (max-width: 1199px) and (min-width: 800px) {

A {
    text-decoration: none;

}

a:hover {
    	text-decoration: underline;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

H1 {
    font-size: 30px;
}

H2 {
    font-size: 20px;
}

#main {
	position:relative;
	background-color: #fff;
	width:100%;
	margin:0px auto; /* for the rest */	
	overflow: hidden;
}

#top {
	position:relative;
        background: url(../../images/back_top.png) no-repeat;
	background-size:100% 100%; 
}

.arrow {
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;

	padding-top: 7px;
	padding-bottom: 7px;

}

.arrow img {
	width:50px;
}


#topcontainer {
	position:absolute;
	width:100%; 
   	top: 0px;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1001;
	height: 123px;
	background-color: rgba(255, 255, 255, 1.00);
}



#logocontainer img {
    	max-width: 100%;
    	min-width: 100%;
    	border-style: none;
    	padding-top: 7px;

}


#logocontainer {
	position:absolute;
	width:344px;
   	top: 0px;
   	left: 1%;
	z-index: 1002;
	text-align: center;
	/* animation: 10s forwards 0.5s 1 ZoomImage; */

}



#logo {
	position:relative;
	text-align:center;
	left:24%;
	width:50%;
}

img.logo { 
	max-width: 50%; 
	min-width: 50%;
        border-style: none;
}

#menucontainer {
	position:absolute;
	z-index: 510000;
	width: 100%;
	right:0px;
	bottom: 0px;
	z-index: 15002;
	text-align: left;

}

#menu {
	position:relative;
	width:100%;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;

}

@keyframes ZoomImage{
  0% {
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
  }
  100% {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
  }
}


#container_kuvapankki {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/back_kuvapankki.jpg) no-repeat center top;
    	background-attachment: scroll;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: auto;
	min-height: 60%;
}




.top_esittely {
    	position:relative;
    	width:90%;
    	top: 200px;
    	background-color:
    	rgba(255, 255, 255, 0.00);
    	margin-left: 12%;
    	float: left;
    	font-size: 25px;
    	text-shadow: -0px 0px 0px #000;
    	font-weight: lighter;
    	text-align: left;



}

.top_esittely img {
	width:300px;
	height:auto;
}


.leipateksti {
    position: relative;
    width:80%;
    top: 0px;

    margin-left: 10%;
    float: left;
    font-size: 17px;

    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}


.leipateksti_wide {
    position: relative;
    width: 96%;
    top: 0px;

    margin-left: 2%;
    float: left;
    font-size: 17px;

    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}

.leipateksti_wide h1 {
    font-size:22px;
}




.leipateksti_subcontent {
    position: relative;
    width: 57%;
    min-height: 60vh;
    margin-top: 181px;
    margin-left: 23%;
    margin-bottom:50px;
    float: left;
    font-size: 17px;
    text-shadow: 1px 1px 3px #fff;
    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 58px rgba(64, 64, 64, 1.0);

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;


}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.top_esittely a {
    	text-decoration: underline;
    	font-size: 25px;
    	color: #0060b4;
    	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

}


.top_esittely a:hover {
    	text-decoration: none;
    	color: black;
    	text-shadow: -0px 0px 4px #fff;

}


.top_esittely H1 {
    	font-size: 40px;
}




#contentbox {
	position:relative;
	text-align:left;
	width:100%;
	text-align:center; /* for IE */  
	margin:0px auto; /* for the rest */	
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	background-color: #fff;
	padding-top: 0px;
	border-bottom: 3px solid #000;

}

.content {
	width:45%;
	margin: auto;
/*	padding-bottom: 26px;
	padding-top: 26px;
*/
}

#logot {
	width:100%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
	text-align: center;
}

#logot img {
	width:30%;
	padding: 5px;
}


.galleybox {
	width:90%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}




.content img {
	height: auto;
	width: 50%;
}





.subcontent {
	width:75%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}


#palvelutcontainer {
     position:relative;
     top:0px;
     height: 620px;
     width: 75%;
     margin-left: 13%;
     margin-bottom: 80px;
}







#wide1 {

     position:relative;
     top:50px;
     background-image: url("../../images/wide.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
     padding-top: 50px;
     padding-bottom: 50px;
     overflow: auto;
}


#wide2 {
     position:relative;
     top:0px;
     background-image: url("../../images/wide2.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 200px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 0px;
}

#wide3 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide3.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide4 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide4.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide5 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide5.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide6 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide6.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}


.content2 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	overflow: auto;

}


#content2 H1 {

    	font-size:40px;
}


.content_wide_container {
	z-index: 2;
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	background-color: #e7e7e7;

}

#content_wide {
	position:relative;
	width:82%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;


}

#content_wide img {

	width: 250px;
	max-width:100%;

}



.content3 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../../images/yhteys_bg.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	overflow: auto;
	padding-left: 5%;
	padding-top: 25px;
}


#laatikko1_subcontent {
	position:relative;
	text-align:left;
	width:41%;	
	float:left;
	margin-left:9%;
	margin-right:0%;
	padding-top: 45px;
	padding-bottom: 45px;

}


#laatikko2_subcontent {
	position:relative;
	height: 50px;
	text-align:left;
	width:38%;
	float:left;
	margin-left:11%;
	margin-right:1%;
        color: #2260b0;

}



#laatikko2_subcontent img {
     width:100%;
     height:auto;
     margin-top: -2vh;


}


.laatikko1_palsta {
	position:relative;
	text-align:left;
	width:46%;	
	float:left;
	margin-left:1%;
	margin-right:0%;
	margin-top: 10px;


}


.laatikko2_palsta {
	position:relative;
	text-align:left;
	width:46%;
	float:left;
	margin-top: 10px;
	margin-left:4%;
	margin-right:1%;




}


.laatikko1_palsta img {
     width:351px;
     height:auto;



}


.laatikko2_palsta img {
     width:250px;
     height:auto;
       text-align:center;

}



#yhteyslogo {
	margin-top:15px;
	position:relative;
	text-align:center;
	width:90%;	
	float:left;
	margin-left:0%;
	margin-right:0%;
	color: #2260b0;

}

#yhteyslogo img {
     width:45%;
     height:auto;
     text-align:center;

}



#yhteyskuva1 {
	position:relative;
	text-align:center;
	width:45%;	

	float:left;
	margin-top: 30px;
	margin-left:0%;
	margin-right:0%;


}

#yhteyskuva1 img {
     width:90%;
     height:auto;
     text-align:center;

}


#yhteyskuva2 {
	position:relative;
	text-align:center;
	width:45%;	
	height:50px;
	float:left;
	margin-top: 30px;
	margin-left:0%;
	margin-right:0%;


}


#yhteyskuva2 img {
     width:90%;
     height:auto;
     text-align:center;

}



#bottomcontainer {
	position:relative;
	width:75%;
       margin: 0 auto;
       text-align:center;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
	margin-top: -4px;

}


#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 21px;
	padding-bottom: 40px;
}

#tjdesign {
        position: relative;
        height: 50px;
        clear:both;
        width: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding-top:0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: -16px;
        background-color: #fff;
}

/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

div.website, div.website * {
  display: none !important;
}

td {
font-family: 'Russo One', sans-serif;
font-size: 20px;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #000;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */


#slide1 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	min-height: 600px;


}




#slide2 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background-color: #fff;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:auto;
	margin-top: 43px;
}


#slide_subcontent {
	position: fixed;
	background: white;
	width: 100%;
	top: 0px;
	overflow: auto;

}

#slide_yrityksen_takana {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 50vh;
	

}


/* GALLERIAN MAARIYUKSIA */

.gallery .img {

	width: 32%;   
        display: inline-block;
	padding: 3px;
        text-align: center;


}



}
/* cmsms stylesheet: Shared modified: keskiviikko 7. helmikuuta 2024 11.20.56 */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

html { 
        margin:0; 
	padding:0; 
	height:100%; 
}

body {
	margin:0px auto; /* for the rest */	
  	margin:0; 
  	padding:0; 
  	height:100%; 
        background:white;
}

#preload {
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 

}




H1 {
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color:#505050;

}

H2 {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color:#797979;

}



H4 {
    color: #000;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    background-color: #f00;
    display: inline;
    padding-right: 7px;
    padding-left: 3px;
    font-size: 18px;
}


a {
    color: #000;
    font-size: 17px;


}


#menucontainer a {
    color: #000;

}

#logocontainer {

}

#menucontainer {

    	font-family: 'poppins', sans-serif;
}

.top_esittely {
    	color: #fff;
    	font-family: 'poppins', sans-serif;
    	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;



}

.top_esittely H1 {
    	color: #fff;
    	font-family: 'poppins', sans-serif;
    	padding: 0px;
    	font-weight: 300;
    	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


.leipateksti {
    	color: #656565;
    	font-family: 'Poppins', sans-serif;
    	background-color: rgba(255, 255, 255, 0.8);
}


.leipateksti_wide {
    	color: #656565;
    	font-family: 'Poppins', sans-serif;
    	background-color: rgba(255, 255, 255, 0.8);
}

.leipateksti_subcontent {
    	color: #656565;
    	font-family: 'Poppins', sans-serif;

}

.leipateksti_subcontent b, strong {
    	color: #1b9ae6;
    	font-family: 'Poppins', sans-serif;
    	font-weight: bold;
}


.b, strong {
    	color: #000;
    	font-family: 'poppins', sans-serif;
    	font-weight: bold;
}


.leipateksti H1 {
    	color: #000;
    	font-family: 'Poppins', sans-serif;
    	padding: 0px;


}



.leipateksti_wide H1 {
    	color: #000;
    	font-family: 'Poppins', sans-serif;
    	padding: 0px;


}



.top_esittely H2 {
    	color: #fff;
    	font-family: 'Poppins', sans-serif;
    	padding: 0px;
    	font-weight: 300;
    	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    	font-size: 28px;
}

.top_esittely H3 {
    	color: #fff;
    	font-family: 'Poppins', sans-serif;
    	background-color: rgba(255, 255, 255, 0.69);
    	padding: 5px;
    	font-weight: 300;
    	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


.leipateksti_subcontent h1
{
color: #000;
  font-family: 'Poppins', sans-serif;
  padding: 0px;
  font-size: 32px;
}


.leipateksti_subcontent h2
{
color: #000;
  font-family: 'Poppins', sans-serif;
  padding: 0px;
  font-size: 25px;
}

#contentbox {
	
	color: #000;

}

#contentbox ul {
	padding-left: 30px;
}


#content2 H1 {
    	color: #dd4800;
    	'poppins', sans-serif;
    	padding: 0px;
    	font-weight: 300;
    	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}



#content2 a {
    	color: #747474;

}

#content2 a:hover {
    	color: #fff;
}




ul.topnav li a {
    font-family: 'Open Sans', sans-serif;

}

#bottom {
    background-color: #060606;
    font-family: 'Open Sans', sans-serif;
    color: #fff;

}

td.website, td.website * {
  display: none !important;
}


.content_map {
	width:100%;
	margin: auto;
	padding-bottom: 0px;
	padding-top: 0px;
        background-color: #ebebeb;

}


iframe {
	position: relative;
	top:0px;


}
/* cmsms stylesheet: TJReady1MOB modified: keskiviikko 7. helmikuuta 2024 11.13.26 */
@media only screen and (max-width: 799px) {

A {
    text-decoration: none;
}

a:hover {
    	text-decoration: underline;
}

H1 {
    font-size: 30px;
}

H2 {
    font-size: 25px;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}


#main {
	position:relative;
	background-color: #fff;
	width:100%;

	margin:0px auto; /* for the rest */	
	overflow: hidden;
	


}

#top {
	position:relative;
        background: url(../../images/back_top.png) no-repeat;
	background-size:100% 100%; 
}

.arrow {
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.arrow img {
	width:50px;
}


#topcontainer {
	position:absolute;
	width:100%; 
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1001;
}



#logocontainer img {
    	max-width: 100%;
    	border-style: none;
    	padding-top: 7px;
    	max-height: 140px;
	/* animation: 10s forwards 0.5s 1 ZoomImage; */

}


#logocontainer {
	position:relative;
	width:100%;
   	top: 0px;
   	margin:auto;
   	left: 0;
   	right: 0;
	z-index: 1001;
	text-align: center;
    	background-color: #fff;
}



#logo {
	position:relative;
	text-align:center;
	left:24%;
	width:50%;
}

img.logo { 
	max-width: 50%; 
	min-width: 50%;
      border-style: none;
}

#menucontainer {
	position:relative;
	z-index: 10001;
	width: 100%;
}

#menu {
	position:relative;
	width:100%;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;

}

@keyframes ZoomImage{
  0% {
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
  }
  100% {
   -webkit-transform: scale(1.0);
   transform: scale(1.0);
  }
}


#container_kuvapankki {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/back_kuvapankki.jpg) no-repeat center top;
    	background-attachment: scroll;
    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: auto;
	min-height: 60%;
}




.top_esittely {
    	position:relative;
    	width:80%;
    	top: 125px;
    	background-color:
    	rgba(255, 255, 255, 0.00);
    	margin-left: 17%;
    	float: left;
    	font-size: 25px;
    	font-weight: lighter;
    	text-align: left;
    	font-size:20px;


}

.top_esittely img {
	width:300px;
	height:auto;
}


.leipateksti {
    position: relative;
    width: 90%;
    top: 0px;

    margin-left: 5%;
    float: left;
    font-size: 17px;

    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}

.leipateksti_wide {
    position: relative;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 5%;
    float: left;
    font-size: 17px;
    font-weight: lighter;
    text-align: left;
    padding: 27px;
    border-radius: 25px;

}


.leipateksti_subcontent {
    position: relative;
    width: 90%;
    min-height: 60vh;
    margin-top: 100px;
    margin-left: 5%;
    margin-bottom:50px;
    float: left;
    font-size: 17px;
    text-shadow: 1px 1px 3px #fff;
    text-align: left;
    padding: 27px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 58px rgba(64, 64, 64, 1.0);

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;


}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.top_esittely a {
    	text-decoration: underline;
    	font-size: 25px;
    	color: #0060b4;
    	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

}

.top_esittely p {
    	line-height: 1.3;

}


.top_esittely a:hover {
    	text-decoration: none;
    	color: black;
    	text-shadow: -0px 0px 4px #fff;

}


.top_esittely H1 {
    	font-size: 30px;
}




#contentbox {
	position:relative;
	text-align:left;
	width:100%;
	text-align:center; /* for IE */  
	margin:0px auto; /* for the rest */	
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	background-color: #fff;
	padding-top: 0px;
	border-bottom: 3px solid #000;

}

.content {
	width:70%;
	margin: auto;
/*	padding-bottom: 26px;
	padding-top: 26px;
*/
}

#logot {
	width:100%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
	text-align: center;
}

#logot img {
	width:60%;
	padding: 5px;
}


.galleybox {
	width:90%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}




.content img {
	height: auto;
	width: 50%;
}





.subcontent {
	width:75%;
	margin: auto;
	padding-bottom: 26px;
	padding-top: 26px;
}


#palvelutcontainer {
     position:relative;
     top:0px;
     height: 620px;
     width: 75%;
     margin-left: 13%;
     margin-bottom: 80px;
}




#palvelulaatikko1 {
	position:relative;
	text-align:center;
	background-image: url("../../images/metalli_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;

}



#palvelulaatikko2 {
	position:relative;
	text-align:center;
	background-image: url("../../images/puu_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;


}

#palvelulaatikko3 {
	position:relative;
	text-align:center;
	background-image: url("../../images/lakkaus_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;


}

#palvelulaatikko4 {
	position:relative;
	text-align:center;
	background-image: url("../../images/marka_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;


}


#palvelulaatikko5 {
	position:relative;
	text-align:center;
	background-image: url("../../images/huolto_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;


}

#palvelulaatikko6 {
	position:relative;
	text-align:center;
	background-image: url("../../images/koulutuspalvelut_gray.jpg");
	background-size: cover;
	width:100%;
	height: 210px;
	float:left;
	margin-left:0%;
	margin-right:0%;
	padding: 20px;
}

#palvelulaatikko1:hover {
	background-image: url("../../images/metalli.jpg");
	box-shadow: inset 0 0 150px #000;
	text-shadow: 1px 1px 4px #000;
}

#palvelulaatikko2:hover {
	background-image: url("../../images/puu.jpg");
	box-shadow: inset 0 0 150px #000;
	text-shadow: 1px 1px 4px #000;
}

#palvelulaatikko3:hover {
	background-image: url("../../images/lakkaus.jpg");
	box-shadow: inset 0 0 150px #000;
	text-shadow: 1px 1px 4px #000;
}

#palvelulaatikko4:hover {
	background-image: url("../../images/marka.jpg");
	box-shadow: inset 0 0 150px #000;
	text-shadow: 1px 1px 4px #000;
}

#palvelulaatikko5:hover {
	background-image: url("../../images/huolto.jpg");
	box-shadow: inset 0 0 150px #000;
	text-shadow: 1px 1px 4px #000;
}

#palvelulaatikko6:hover {
	 background-image: url("../../images/koulutuspalvelut.jpg"); 
	 box-shadow: inset 0 0 150px #000; 
	 text-shadow: 1px 1px 4px #000; 
}




#wide1 {

     position:relative;
     top:50px;
     background-image: url("../../images/wide_mob.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;

     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
     overflow: auto;
}


#wide2 {
     position:relative;
     top:0px;
     background-image: url("../../images/wide2.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 200px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 0px;
}

#wide3 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide3.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide4 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide4.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide5 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide5.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}

#wide6 {
     position:relative;
     top:50px;
     background-image: url("../../images/wide6.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: 100%;
     height: 467px;
     width: 100%;
     margin-left: auto;
     margin-bottom: 50px;
}


.content2 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	overflow: auto;

}


#content2 H1 {

    	font-size:40px;
}



.content_wide_container {
	z-index: 2;
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	background-color: #e7e7e7;

}

#content_wide {
	position:relative;
	width:82%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;


}

#content_wide img {

	width: 250px;
	max-width:100%;

}



.content3 {
	position:relative;
	width:100%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #ededed;
	overflow: auto;
	padding-left: 3%;
	padding-bottom: 50px;
}


#laatikko1_subcontent {
	position:relative;
	text-align:left;
	width:41%;	
	float:left;
	margin-left:9%;
	margin-right:0%;
	padding-top: 45px;
	padding-bottom: 45px;

}


#laatikko2_subcontent {
	position:relative;
	height: 50px;
	text-align:left;
	width:38%;
	float:left;
	margin-left:11%;
	margin-right:1%;
        color: #2260b0;

}



#laatikko2_subcontent img {
     width:100%;
     height:auto;
     margin-top: -2vh;


}


.laatikko1_palsta {
	position:relative;
	text-align:left;
	width:95%;	
	float:left;
	margin-left:2%;
	margin-right:0%;
	margin-top: 29px;


}


.laatikko2_palsta {
	position:relative;
	text-align:left;
	width:95%;	
	float:left;
	margin-top: 10px;
	margin-left:2%;
	margin-right:1%;




}


.laatikko1_palsta img {
     width:330px;
     height:auto;



}


.laatikko2_palsta img {
     width:250px;
     height:auto;
       text-align:center;

}



#yhteyslogo {
	margin-top:15px;
	position:relative;
	text-align:center;
	width:100%;	
	float:left;
	margin-left:0%;
	margin-right:0%;
	color: #2260b0;

}

#yhteyslogo img {
     width:250px;
     height:auto;
     text-align:center;

}



#yhteyskuva1 {
	position:relative;
	text-align:center;
	width:100%;	

	float:left;
	margin-top: 30px;
	margin-left:0%;
	margin-right:0%;


}

#yhteyskuva1 img {
     width:70%;
     height:auto;
     text-align:center;

}


#yhteyskuva2 {
	position:relative;
	text-align:center;
	width:100%;	

	float:left;
	margin-top: 10px;
	margin-left:0%;
	margin-right:0%;


}


#yhteyskuva2 img {
     width:70%;
     height:auto;
     text-align:center;

}



#bottomcontainer {
	position:relative;
	width:75%;
       margin: 0 auto;
       text-align:center;
}

#bottom {
	clear: both;
	position:relative;
	width:100%;
	top:0px; 
	margin-top: -4px;

}


#bottom1 {
	width:100%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 21px;
	padding-bottom: 21px;
}

#tjdesign {
        position: relative;
        height: 50px;
        clear:both;
        width: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding-top:0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: -16px;
        background-color: #fff;
}

/* ------------------------- */
/* CONTACT FORM STUFF STARTS */
/* ------------------------- */

div.website, div.website * {
  display: none !important;
}

td {
font-family: 'Russo One', sans-serif;
font-size: 20px;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

table {
     width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #000;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}

/* ----------------------- */
/* CONTACT FORM STUFF ENDS */
/* ----------------------- */


#slide1 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;

	/* background-attachment: fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 75vh;
	min-height: 517px;

}

#slide2 {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;

    	background-size: auto auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:auto;
}


#slide_subcontent {
	position: fixed;
	background: white;
	width: 100%;
	top: 0px;
	overflow: auto;

}

#slide_subcontent img {
	height: 100vh;
	object-fit: cover;
}





#slide_yrityksen_takana {
	position: relative;
	background: white;
	width: 100%;
	top: 0px;
	background: url(../../images/slideshow1.jpg) no-repeat top center;
    	background-size: auto auto;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 50vh;
	

}

.gallery .img {

	width: 45%;   
        display: inline-block;
	padding: 3px;
        text-align: center;


}



}
/* cmsms stylesheet: BXSlider modified: torstai 12. syyskuuta 2019 15.51.24 */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
/**
	max-width: 100%;
        width:100%;
*/
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .95em;
height:40px;
	padding: 5px;
}
/* cmsms stylesheet: TJMENU modified: keskiviikko 7. helmikuuta 2024 11.14.51 */

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.menu-icon:after {
background-color: #000;
box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

a {
  color: black;
  transition: all 0.2s ease;
}

.js-drilldown-back {

}

a:hover, a.menuactive {
  color: gray;
}

#top-menu {
  float: right;

}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: rgba(255, 255, 255, 1.0);;
  z-index: 110999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: black transparent transparent;
}
