html{
	font-family: 'Poppins', sans-serif;
}

*{
  box-sizing: border-box;
}

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

img{
	max-width:100%;
}

body{
	background:#fafafa;
	padding:0;
	margin:0;
	border:0;
}

/*  MENU TOP  */

#menu-top{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:65px;
	background:#fff;
	border-bottom:1px solid #ddd;
	box-shadow:0px 1px 3px #ddd;
}
#menu-top-container{
	height:64px;
	background:;
	max-width:1200px;
	margin:auto;
}
#menu-top-logo{
	float:left;
	height:64px;
	width:210px;
	background-image:url('media/svg/lapsellista.svg'), linear-gradient(#fff 3px, #ff3333 5px, #ff3333 59px, #fff 61px);
	background-size:auto 64px;
	margin-right:25px;
	cursor:pointer;
	margin-left:3px;
}
#svg-img{
	height:64px;
	width:auto;
}
.menu-top-item{
	float:left;
	background:#fff;
	color:#333;
	height:64px;
	font-weight:500;
	font-size:16px;
	padding-top:10px;
	cursor:pointer;
	width:auto;
	text-align:center;
}
.menu-top-item:hover{
	color:#000;
}
.menu-top-item-selected{
	float:left;
	background:#fff;
	color:#333;
	height:64px;
	font-weight:500;
	font-size:16px;
	padding-top:10px;
	cursor:pointer;
	width:auto;
	text-align:center;
	background: repeating-linear-gradient( to bottom, #03A9F4, #03A9F4 3px, #fff 3px, #fff 64px );
}
.menu-top-item-borderless{
	width:100%;
	height:42px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}
.menu-top-item-border{
	border-left:1px solid #ddd;
	width:100%;
	height:42px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	user-select: none;
}
.menu-top-item-right{
	float:right;
	background:#fff;
	color:#333;
	height:64px;
	font-weight:500;
	font-size:16px;
	padding-top:10px;
	cursor:pointer;
	width:auto;
	text-align:center;
	user-select: none;
}
.menu-top-item-right:hover{
	color:#000;
}
#menu-top-item-right-language-select-bg {
	visibility:hidden;
	position:relative;
	left:100%;
	margin-left:-150px;
	top:66px;
	width:150px;
}
#menu-top-item-right-language-arrow{
	position:absolute;
	left:75%;
	top:-5px;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	background:#fff;
	box-shadow:-1px -1px 2px 0px #aaa;
	z-index:3;
}
#menu-top-item-right-language-content{
	position:absolute;
	background:#fff;
	left:100%;
	width:150px;
	margin-left:-150px;
	box-shadow:0px 0px 3px #aaa;
	z-index:2;
	padding-top:5%;
	padding-bottom:5%;
	user-select: none;
}
#menu-top-item-right-language-content-header{
	float:left;
	background:;
	width:100%;
	padding-left:10%;
	padding-right:10%;
	padding-top:5%;
	padding-bottom:5%;
	color:#555;
	font-size:14px;
	letter-spacing:0.5px;
	font-weight:bold;
	cursor:default;
}
.menu-top-item-right-language-content-item-bg{
	float:left;
	background:;
	width:100%;
	padding-left:10%;
	padding-right:10%;
	padding-top:5%;
	padding-bottom:5%;
	color:#555;
	cursor:pointer;
}
.menu-top-item-right-language-content-item-bg:hover{
	color:#000;
	background:#fafafa;
}
.menu-top-item-right-language-content-item-bg-selected{
	float:left;
	width:100%;
	padding-left:10%;
	padding-right:10%;
	padding-top:5%;
	padding-bottom:5%;
	color:#03A9F4;
	cursor:pointer;
	background: repeating-linear-gradient( to right, #03A9F4, #03A9F4 2px, #fff 2px, #fff 150px );
	font-weight:bold;
}
.menu-top-item-right-language-content-item-bg-selected:hover{
	background: repeating-linear-gradient( to right, #03A9F4, #03A9F4 2px, #fafafa 2px, #fafafa 150px );
	color:#0298e3;
}
.menu-top-item-right-language-content-item-txt-left{
	float:left;
	width:30%;
	background:;
	text-align:left;
}
.menu-top-item-right-language-content-item-txt-right{
	float:right;
	width:60%;
	background:;
	text-align:left;
}
#menu-top-desktop-bg{
	visibility:visible;
}
#menu-top-toggle{
	visibility:hidden;
	position:fixed;
	top:-1000px;
	left:-1000px;
}
#menu-top-mobile-bg{
	visibility:hidden;
	position:fixed;
	top:-1000px;
	left:-1000px;
}
#menu-top-mobile-logo{
	visibility:hidden;
	position:fixed;
	top:-1000px;
	left:-1000px;
}
#menu-top-item-right-arrow{
	border: solid #555;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom:4px;
	margin-left:5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition:0.3s;
}
/*  GLOBAL   */
#content-bg{
	float:left;
	width:100%;
	background-color:#fafafa;
	z-index:5;
	/*background-image:url('media/images/banner_bottom_1.png');
	background-size:1440px auto;
	background-position:50% 100%;
	background-repeat:no-repeat;*/
}
#content-container{ /*banner*/
	margin:auto;
	max-width:1440px;
	margin-top:62px;
	background-image:url('media/images/banner_10.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#content-main{ /*main-box*/
	margin:auto;
	max-width:1200px;
	padding-top:165px;
	padding-bottom:135px;
	padding-left:2%;
	padding-right:2%;
	background:;
}
/*  ETUSIVU   */
#index-menu-bg{
	float:left;
	width:100%;
	height:350px;
	background:;
	margin-top:50px;
	margin-bottom:50px;
}
.index-menu-item {
	float:left;
	height:300px;
	width:32.3%;
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	cursor:pointer;
	transition:0.2s;
	margin-top:5px;
}
.index-menu-item:hover {
	box-shadow:0px 0px 10px #aaa;
	margin-top:0px;
}
#index-menu-item-1 {
	margin-left:0.1%;
	border:10px solid #FCC204;
}
#index-menu-item-2 {
	margin-left:1.5%;
	margin-right:1.5%;
	border:10px solid #AABD00;
}
#index-menu-item-3 {
	margin-right:;
	border:10px solid #EE4036;
}
#index-menu-item-icon-1{
	float:left;
	width:100%;
	height:170px;
	background-image:url('media/images/logo.jpg');
	background-size:250px auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#index-menu-item-icon-2{
	float:left;
	width:100%;
	height:170px;
	background-image:url('media/images/lime.png');
	background-size:auto 160px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#index-menu-item-icon-3{
	float:left;
	width:100%;
	height:170px;
	background-image:url('media/images/2.png');
	background-size:170px auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.index-menu-item-title{
	float:left;
	width:86%;
	height:85px;
	background:;
	text-align:center;
	color:#333;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	margin-left:6%;
	margin-right:6%;
	padding-top:10px;
	background:;
	overflow:hidden;
}
.index-menu-item-link{
	float:left;
	width:80%;
	height:45px;
	background:;
	text-align:center;
	font-weight:;
	color:#03A9F4;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	margin-left:10%;
	margin-right:10%;
}
#index-slogan-bg{
	float:left;
	width:100%;
	height:100px;
	background-color:;
	margin-top:200px;
	background-image:url('media/images/slogan.png');
	background-size:90% auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#index-ajan-bg{
	float:left;
	width:100%;
	height:;
	background-color:;
	margin-bottom:330px;
}
#index-ajan-title{
	float:left;
	width:100%;
	background-color:;
	font-size:30px;
	color:#333;
	margin-bottom:15px;
}
.index-ajan-item{
	float:left;
	height:230px;
	width:25%;
	background:#fff;
	box-shadow:0px 0px 5px #aaa;
	cursor:pointer;
}
.index-ajan-item:hover{
	background:#f7f7f7;
}
#index-ajan-item-1{
	
}
#index-ajan-item-2{
	margin-left:3.5%;
	margin-right:3.5%;
}
#index-ajan-item-3{
	
}
.index-ajan-item-cover{
	float:left;
	width:100%;
	height:155px;
	background-size:100% auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
	transition:0.5s;
}
.index-ajan-item-cover:hover{
	background-size:102% auto;
}
/*   IMAGES  360px 200px */
#index-ajan-item-cover-1{
	
}
#index-ajan-item-cover-2{
	
}
#index-ajan-item-cover-3{
	
}
.index-ajan-item-title{
	float:left;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-top:10px;
	height:30px;
	background:;
	font-size:18px;
	color:#333;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-ajan-item-text{
	float:left;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-top:2px;
	margin-bottom:10px;
	height:20px;
	background:;
	font-size:14px;
	color:#333;
	line-height:20px;
	overflow:hidden;
}
/*  KAMPANJA   */
#kamp-menu-bg{
	float:left;
	width:100%;
	height:100px;
	background:;
	padding-top:25px;
}
#kamp-slogan-bg{
	float:left;
	width:100%;
	height:100px;
	background-color:;
	margin-top:50px;
	background-image:url('media/images/slogan.png');
	background-size:;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#kamp-content-bg{
	float:left;
	width:100%;
	background:;
	padding-bottom:100px;
	text-align:center;
	color:#333;
}
/*  YHTEYSTEDOT   */
#yht-menu-bg{
	float:left;
	width:100%;
	height:100px;
	background:;
	padding-top:25px;
}
#yht-slogan-bg{
	float:left;
	width:100%;
	height:100px;
	background-color:;
	margin-top:50px;
	background-image:url('media/images/slogan.png');
	background-size:;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#yht-content-bg{
	float:left;
	width:100%;
	background:;
	padding-bottom:100px;
}
.yht-content-item{
	float:left;
	width:100%;
	background:;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
}
.yht-content-item-header{
	float:left;
	width:99%;
	height:50px;
	background:;
	margin-left:1%;
	margin-top:1%;
	font-size:22px;
	font-weight:bold;
	color:#03A9F4;
}
.yht-content-item-content{
	float:left;
	width:30%;
	background:;
	margin-right:2%;
	margin-left:1%;
	color:#333;
}
.yht-txt-header{
	color:#03A9F4;
}
.yht-content-item-spacer{
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*  LAHJOITUKSET   */
#lah-menu-bg{
	float:left;
	width:100%;
	height:100px;
	background:;
	padding-top:25px;
}
#lah-slogan-bg{
	float:left;
	width:100%;
	height:100px;
	background-color:;
	margin-top:50px;
	background-image:url('media/images/slogan.png');
	background-size:;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#lah-ajan-bg{
	float:left;
	width:100%;
	height:;
	background-color:;
	margin-bottom:300px;
}
#lah-ajan-title{
	float:left;
	width:96.6%;
	background-color:;
	font-size:30px;
	color:#333;
	margin-bottom:15px;
	margin-left:1.7%;
}
.lah-ajan-item{
	float:left;
	height:300px;
	width:31%;
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	cursor:pointer;
	margin-left:1.7%;
	margin-bottom:1.7%;
	margin-right:0%;
}
.lah-ajan-item:hover{
	background:#f7f7f7;
}
.lah-ajan-item-cover{
	float:left;
	width:100%;
	height:200px;
	background-size:100% auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
	transition:0.5s;
}
.lah-ajan-item-cover:hover{
	background-size:102% auto;
}
#lah-ajan-item-cover-1{
	
}
#lah-ajan-item-cover-2{
	
}
#lah-ajan-item-cover-3{
	
}
.lah-ajan-item-title{
	float:left;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-top:10px;
	height:30px;
	background:;
	font-size:18px;
	color:#333;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lah-ajan-item-text{
	float:left;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-top:2px;
	margin-bottom:10px;
	height:40px;
	background:;
	font-size:14px;
	color:#333;
	line-height:20px;
	overflow:hidden;
}
/*  TUOTTEET   */
#tuo-content-main{
	margin:auto;
	max-width:1200px;
	padding-top:165px;
	padding-bottom:135px;
	padding-left:2%;
	padding-right:2%;
	background:;
}
#tuo-slogan-bg{
	float:left;
	width:100%;
	height:100px;
	background-color:;
	margin-top:150px;
	background-image:url('media/images/slogan.png');
	background-size:;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#tuo-ajan-title{
	float:left;
	width:96.6%;
	background-color:;
	color:#03A9F4;
	margin-bottom:15px;
	margin-left:1.7%;
}
.tuo-path-item{
	float:left;
	cursor:pointer;
	background:;
	width:auto;
	font-size:22px;
	margin-right:15px;
	color:#03A9F4;
}
.tuo-path-item:hover{
	color:#333;
}
/*  FOOTER   */
#footer-bg-links{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
}
#footer-bg-info{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#footer-container-links{
	margin:auto;
	max-width:1200px;
	background:;
}
#footer-container-info{
	margin:auto;
	max-width:1200px;
	background:;
}
#footer-links{
	float:left;
	width:100%;
	height:;
	background:#fff;
	font-size:18px;
	letter-spacing:0.2px;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	color:#333;
	cursor:pointer;
	font-weight:;
}
#footer-links:hover{
	color:#000;
}
#footer-info{
	float:left;
	width:100%;
	height:;
	background:#fff;
	font-size:14px;
	letter-spacing:0.2px;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	color:#333;
	cursor:pointer;
}
#footer-info:hover{
	color:#000;
}
#cover-bg{
	position:fixed;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:10;
	background-color:rgba(100, 100, 100, 0.5);
	visibility:hidden;
	cursor:pointer;
}
#cover-main{
	visibility:hidden;
	position:fixed;
	left:15%;
	top:10%;
	width:70%;
	max-width:1200px;
	height:85%;
	background:#fff;
	margin:auto;
	opacity:1;
	cursor:default;
	z-index:11;
	box-shadow:0px 0px 3px #777;
	overflow:hidden;
	overflow-y: scroll;
}
#cover-content-title{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	z-index:12;
	padding:4%;
	padding-top:0%;
	padding-bottom:2%;
	font-size:20px;
	color:#03A9F4;
}
#cover-content-close-bg{
	float:left;
	width:100%;
	/*border-bottom:1px solid #ddd;*/
	z-index:12;
	background:;
}
#cover-content-close{
	float:right;
	width:10%;
	z-index:12;
	padding-top:2%;
	padding-bottom:2%;
	font-size:24px;
	color:#03A9F4;
	cursor:pointer;
	text-align:center;
	font-size:bold;
	background:;
}
#cover-content-img-bg{
	float:left;
	width:40%;
	overflow:hidden;
}
#cover-content-img{
	float:left;
	width:40%;
	background:;
	padding:4%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#cover-content-txt{
	float:right;
	width:60%;
	background:;
	padding:4%;
}
#cover-content-txt-title{
	float:left;
	width:100%;
	background:;
	padding-bottom:4%;
	color:#333;
	border-bottom:1px solid #ddd;
}
#cover-content-txt-txt{
	float:left;
	width:100%;
	background:;
	padding-top:4%;
	padding-bottom:4%;
	color:#333;
}
#cover-content-img-thumbnail-bg{
	float:left;
	width:100%;
	background:;
	padding:10%;
	overflow:hidden;
}
.cover-content-img-thumbnail-bg{
	float:left;
	width:29%;
	height:15%;
	margin:2%;
	box-shadow:0px 0px 3px #aaa;
	overflow:hidden;
	background:#fff;
	cursor:pointer;
}
.cover-content-img-thumbnail{
	object-fit: cover;
	width:100%;
	height:100%;
}
#cover-content-img-tuot{
	float:left;
	width:100%;
	background:;
	padding:10%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}
#img-cover-bg{
	position:fixed;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:20;
	background-color:rgba(100, 100, 100, 0.9);
	visibility:hidden;
	cursor:pointer;
}
#img-cover-main{
	visibility:hidden;
	position:fixed;
	left:;
	top:5%;
	width:auto;
	margin-left:;
	height:90%;
	background:#222;
	opacity:1;
	cursor:default;
	z-index:21;
	box-shadow:0px 0px 3px #777;
	overflow:hidden;
}
#img-cover-main-img{
	width:100%;
	height:100%;
	object-fit: contain;
}
#align-left{
	text-align:center;
}
.dash{
	visibility:hidden;
}



