body{
	margin:0;
	padding:0;
	font-family:"roboto", "Arial";
}

a{text-decoration: none; color:inherit;}
h1{}
h2{}
h3{margin:15px 0;}
h4{margin:5px 0;}
h5{font-size:20px; color:#06266f; margin:15px 0;}
p{margin:5px 0;}
.p12{font-size:12px; color:black;}
.p12v{font-size:12px; color:white;}
.p14{font-size:14px; color:black;}
.p20{font-size:20px; font-weight:bold; color:#06266f;}
.p26{font-size:26px; font-weight:bold; color:#06266f;}
img{max-width:100%;}

hr{border-color:#1240ab;}
.p_keskitetty{max-width:500px; margin:auto;}

.material-icons{
	margin:0;
	padding:0px;
}
.loader {
	position:fixed;
	top:400px;
	left: calc(50% - 60px);
	margin:auto;
	display:none;
	z-index: 9999;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #1240ab;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.material-icons-tausta{
	position:absolute;
	margin:0;
	padding:5px;
	z-index:0;
	color:#1240ab;
	left:-20px;
	opacity: 0.07;
	font-size:180px;
	display:inline-block;
}

#ylapalkki{
	position:fixed;
	width:100%;
	height:150px;
	display:block;
	top:0px;
	padding:10px 0; 
	color:white;
	background-color:#1240ab;
	z-index:10;
	transition: height 0.2s linear 0s, padding 0.2s linear 0s;
}

#ylapalkki_logo1{
	display:block;
	position:relative;
	left:20px;
	transform: translateY(20%); 
	/*max-width:600px;*/
	height:70%;
}
#ylapalkki_logo2{
	display:none;
	position:relative;
	left:20px;
	transform: translateY(20%); 
	/*max-width:600px;*/
	height:70%;
}


#ylapalkki_ostoskori1{
	position:absolute;
	Right:0;
	top:0;
	text-align:right;
	display:block;
	width:auto;
	height:auto;
	margin:10px;
	padding:10px;
	/*border: 1px solid white;*/
}
#ylapalkki_ostoskori2{
	position:absolute;
	display:none;
	Right:0;
	height:36px;
	margin:0 10px;
	top:0;	
}

/*#kansikuva{
	width:100%;
	height:auto;
	position:fixed;
	top:210px;
}*/
.kansikuva_uusi{
	position: relative;
    height: 480px;
    width: 100%;
    top: -11px;
}
.kansikuva_uusi h1{
	font-size:90px; font-weight:bold; text-transform:uppercase;
}
.kansikuva_uusi p{
	font-size:16px; font-weight:bold;
}
.kansikuva_uusi img{
	position:relative;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
	width:100%;
	height:480px;
	object-fit:cover;
	object-position:center;
}
.kansikuva_teksti{
	position:absolute;
	top:30%;
	left:50%;
	-ms-transform: translate(-54%, -50%);
	transform: translate(-54%, -50%);
	max-width:1100px;
	width:92%;
	margin: 0px 50px 0px 50px;
	object-fit:cover;
	object-position:center;
	color:white;
}
.kuvateksti{
	color: white;
    position: absolute;
    top: 125px;
    width: 100%;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.flexkuva{
	box-shadow:11px 11px 6px 0 rgba(0,0,0,0.1),0 1px 20px 0 rgba(0,0,0,0.1);
	width:100%;
	height:309px;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}
.flexkuvateksti{
	color: white;
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.flexkuvateksti h2{
	font-size:50px; font-weight:bold; text-transform:uppercase;
}
.flexkuvateksti p{
	font-size:16px; font-weight:bold;
	padding: 0px 30px 0px 30px;
}
.tausta{
	Position:relative;
	width:100%;
	background-color:white;
	top:193px; /*etusivulla määritetty suoraa html koodiin*/
	padding-top:10px;
	
}
.pohja{
	position:relative;
	max-width:1200px;
	width:100%;
	content:"";
	/*display:table; Poistettu - explorer issue */
	clear:both;
	margin:auto;
	padding:0px;
	
}

.alapalkki{
	display:block;
	padding:20px 20px; 
	margin:auto;
	text-align:center;
	color:white;
	background-color:#1240ab;
}

.alapalkki a:hover{color:lightgrey;}

.alapalkki_palsta{
	position:relative;
	width:200px;
	text-align:left;
	margin:5px;
    padding:0px 0px 5px 10px;
	border:1px solid white;
    border-radius:6px;
}

.alapalkki_copyright{
	position:absolute;
	text-align:left;
	bottom:0;
	left:0;
	background-color:#06266f;
	width:100%;
	padding:3px 0px;
	margin-top:20px;
}

.FLEX-kokoelma{
	width:100%;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
.palstakuva{
	box-shadow:11px 11px 6px 0 rgba(0,0,0,0.1),0 1px 20px 0 rgba(0,0,0,0.1);
	width:100%;
	height:400px;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}
.kuvapalsta{
	position:relative;
	display:inline-block;
	height:auto;
	vertical-align:top;
	margin:10px;
	cursor: pointer;
}
.palsta{
	position:relative;
	margin:10px;
	padding:10px 30px 10px 30px;
	overflow:hidden;
	text-align:center;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
	border:1px solid lightgrey;
	border-radius: 6px;
	background-color:#white;
	background:white;
}

.palsta_100{width:calc(100% - 82px);}
.palsta_100L{width:calc(100% - 143px);}
.palsta_90{width:calc(90% - 82px);}
.palsta_75{width:calc(75% - 82px);}
.palsta_66{width:calc(66.66666% - 82px);}
.palsta_50{width:calc(50% - 82px);}
.palsta_50K{width:calc(50% - 22px);}
.palsta_45{width:calc(45% - 82px);}
.palsta_33{width:calc(33.33333% - 82px);}
.palsta_33K{width:calc(33.33333% - 22px);}
.palsta_25{width:calc(25% - 82px); min-width:150px;}

.palsta_25 a, .palsta_33 a, .palsta_45 a{margin:0px; display:block; width:100%; height:100%;}

.palsta_tuotteet{
	cursor:pointer;
	text-align:center;
	padding: 0px 0px 10px 0px;
	width:calc(25% - 22px);
	min-width:150px;
}
.palsta_tuotteet img{
	width:100%;
}

.palsta_ajankohtaista_oikea{
	position:relative;
	display:inline-block;
	height:auto;
	vertical-align:top;
	width:50%;
	right:-16px;
}
.palsta_ajankohtaista_oikea img{
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
	width:100%;
	height:260px;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}
.palsta_ajankohtaista_vasen{
	position:relative;
	display:inline-block;
	height:auto;
	vertical-align:middle;
	text-align:left;
	width:50%;
}
.liitutaulu{
		 background:
        radial-gradient(180px 220px at 15% 25%, rgba(255,255,255,0.03), transparent 70%),
        radial-gradient(220px 160px at 85% 70%, rgba(255,255,255,0.02), transparent 70%),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.01) 0 2px, transparent 2px 6px),
        linear-gradient(180deg, #26282b, #1d1f22 68%, #181a1d);
		color: #f6f6f3;
      font-family: "Playpen Sans", cursive;
	  font-weight: 400;
      font-size: 20px;
      filter: blur(0.20px);
	}
.esittely{
	display:none;
}
.myymala{
	display:inline;
}
.kuvanesikatselu{
	width: 87%; /* 75% = 4:3 Aspect Ratio - 56,25% = 16:9 Aspect Ratio */
    position: relative;
    margin: auto;
	overflow:hidden;
}
.kuvatiedosto{
	position:absolute;
	width:100%;
	/*padding-top:75%; /* 75% = 4:3 Aspect Ratio - 56,25% = 16:9 Aspect Ratio */
	object-fit:cover;
	object-position:center;
}
.mallikuva{
	position:absolute;
	width:100%;
	/*padding-top:75%; /* 75% = 4:3 Aspect Ratio - 56,25% = 16:9 Aspect Ratio */
	object-fit:cover;
	object-position:center;
	box-shadow:5px 5px 4px 0 rgba(0,0,0,0.1), 0 1px 20px 0 rgba(0,0,0,0.1);
}
.taustavaneri{
	position:relative;
	top:0px;
	left:0px;
	opacity:0.2;
	width:100%;
	/*padding-top:75%; /* 75% = 4:3 Aspect Ratio - 56,25% = 16:9 Aspect Ratio */
	object-fit:cover;
	object-position:center;
}

.tuotevalitsin{
	position:relative;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
	text-align:left;
	height:auto;
	border:1px solid lightgrey;
	display:block;
	background-color:#white;
	overflow:hidden;
	border-radius: 6px;
}

.tuotevalitsin span{
	position:absolute;
	font-size:60px;
	right:0;
	top:0;
	margin:0 10px;
}
.tuotevalitsin_maara_painike{
	position:absolute;
	right:0;
	bottom:0;
	margin:10px;
	vertical-align:top;
}
.tuotevalitsin_maara_painike input{
	height:44px;
    font-size:26px;
    width:48px;
	margin: 5px 0;
    text-align:center;
	vertical-align:top;
	border:1px solid #1240ab;
}
.fileToUpload{
	position: absolute;
    top: 160px;
    right: 15px;
    background-color: #1240ab;
    color: white;
    padding: 10px;
    font-size: large;
}

.tuotevalitsin select{
	height:32px;
    font-size:16px;
    border-color:#1240ab;
	width:300px;
	background-color:rgba(175, 207, 255, 0.3);
}
.tuotevalitsin textarea{
	min-height:44px;
    font-size:14px;
    border-color:#1240ab;
	width:300px;
}
.tuotevalitsin h2{
	margin:5px 0;
}
.tuotevalitsin p{
	margin:5px 0;
}

ul.share-buttons{
list-style:none;
padding:0;
position:relative;
}
ul.share-buttons li{
display:inline;
}
ul.share-buttons img{
width:32px;
}


.vasen_tasaus{
	text-align:left;
}
.verkkokauppa{
	background-color:#1240ab;
	color:white;
	border:none;
	text-align:center;
}
.facebook{
	background-color:#3b5998;
	color:white;
	border:none;
	text-align:center;
}
.instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	color:white;
	border:none;
	text-align:center;
}
.isannointitarina{
	background: linear-gradient(163deg, rgba(18,64,171,0) 57%, rgba(18,64,171,1) 99%, rgba(18,64,171,1) 100%);
}
.hausvise{
	background-color:#18434f;
	color:yellow;
	border:none;
	text-align:center;
}
.tiedote{
	background-color:#ffcece;
	border:1px solid red;
	text-align:center;
}

.tuotetiedot{
	width:100%;
	text-align:left;
}
.tuotetiedot th{
	border-bottom:1px solid lightgrey;
	
}
.tuotetiedot td{
	border-bottom:1px solid lightgrey;
	padding-left:10px;
}

nav{
	position:fixed;
	top:170px;
	height:40px;
	width:100%;
	padding:0;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	display:block;
	background:#06266f;
	border-top:1px solid white;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
	z-index:10;
	transition: top 0.2s linear 0s;
}

nav ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	background:#06266f;
	/*border-bottom:1px solid white;*/
	display:inline-block;
	z-index:10;
}

nav li {
	display:inline-block;
	margin:auto;
	cursor:pointer;
	z-index:10;
}

nav li a {
	display:block;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:white;
	background:#06266f;
	text-decoration:none;
	margin:auto;
	z-index:10;
}

nav li:hover a {
	background: #1240ab;
}

nav li:hover ul a {
	background:#1240ab;
	color:white;
	height:40px;
	line-height:40px;
}

nav li:hover ul a:hover {
	background:#06266f;
	color:white;
}

nav li ul {
	display: none;
	position:absolute;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
}

nav li ul li {
	display: block;
	float: none;
	border-top:1px solid white;
}

nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 10px;
	text-align:left;
}

.nav-piilotettu{
	width:200px;
}

nav ul li a:hover + .nav-piilotettu, .nav-piilotettu:hover {
	display: block;
}

.breadcrumb{
	position: relative;
	top:-10px;
	left:-40px;
	list-style:none;
	width:100%;
	text-align:left;
	color:white;	
	background:#577fbc;
	background: -webkit-linear-gradient(0deg, #577fbc, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #577fbc, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #577fbc, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #577fbc, white); /* Standard syntax */
}
.breadcrumb li{
	display:inline;
}
.breadcrumb li:before{content:">"; margin:5px;}
.breadcrumb li:first-child:before{content:""}

.nayta-valikko {
	text-decoration: none;
	color: white;
	background:#06266f;
	text-align: center;
	padding: 10px;
	display: none;
	cursor:pointer;
}

input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #valikko{
    display: block;
}

.div_vasen{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	display:block;
}

.div_keski{
	position:relative;
	margin:auto;
	width:auto;
	height:100%;
}

.div_oikea{
	position:relative;
	float:right;
	width:40%;
	height:280px;
	overflow:hidden;
	border:1px solid black;
	display:block;
}

.painike_sininen{
position:relative;
background-color:#1240ab;
padding:13px;
font-size:18px;
color:white;
overflow:hidden;
border:none;
}
.painike_sininen:hover:disabled{
position:relative;
background-color:grey;
padding:13px;
font-size:18px;
color:white;
overflow:hidden;
border:none;
cursor:not-allowed;
}
.painike_sininen:hover{
background-color:#06266f;
overflow:hidden;
}
.painike_punainen{
position:relative;
background-color:red;
padding:13px;
font-size:18px;
color:white;
overflow:hidden;
border:none;
}
.painike_punainen:hover{
background-color:darkred;
overflow:hidden;
}
.ostoskori-taulukko{
	border-collapse: collapse;
	margin:auto;
}
.nowrap{
	white-space: nowrap;
}	
.ostoskori-taulukko td{
	text-align:left;
	border-top:1px solid #06266f;
	border-bottom:1px solid #06266f;
	padding:0 10px;
	max-width:400px;
}
.ostoskori-taulukko td:first-child{
	border-left:1px solid #06266f;
}
.ostoskori-taulukko td:last-child{
	border-right:1px solid #06266f;
}
.ostoskori-taulukko input{
	text-align:center;
}
.ostoskori-taulukko button{
	margin:0px;
	padding:0px;
}
.ostoskori_yhteystiedot input[type="text"]{
	height:30px;
	width:240px;
	margin:2px;
	padding-left:3px;
	font-size:15px;
	border-radius: 6px;
	border:1px solid #06266f;
}

.ostoskori_toimitustapa{
	position:relative;
	margin:auto;
	text-align:left;
	max-width:500px;
}
.ostoskori_toimitustapa input{
	height:20px;
	width:20px;
	font-size:15px;
	cursor:pointer;
}
.ostoskori_toimitustapa_1{
	position:relative;
	margin:auto;
	text-align:left;
	display:table;
	width:500px;
	padding:5px;
	margin:5px;
	border:1px solid #06266f;
	border-radius: 6px;
	font-size:25px;
	color:#06266f;
	cursor:pointer;
}
.ostoskori_toimitustapa_1 span{
	float:right;
}
.ostoskori_toimitustapa_1 img{
	position:relative;
	float:right;
}
.ostoskori_toimitustapa_1 p{
	font-size:16px;
	color:black;
	padding-left:30px;
}

.ostoskori_edistyminen{
	margin:10px auto 40px auto;
	padding-bottom:32px;
}
.ostoskori_edistyminen li{
	list-style:none;
	float:left;
	width:18%;
	height:30px;
	line-height:30px;
	position:relative;
	margin:auto 2px;
	border: 1px solid #1240ab;
	border-corner-shape: bevel;
	border-radius: 0 15px 15px 0;
	color:#1240ab;
}
.ostoskori_edistyminen li.aktiivinen{
	list-style:none;
	float:left;
	width:18%;
	height:30px;
	line-height:30px;
	position:relative;
	margin:auto 2px;
	border: 1px solid #1240ab;
	border-corner-shape: bevel;
	border-radius: 0 15px 15px 0;
	background-color:#1240ab;
	color:white;
}

.yhteenveto_osoite{
	text-align:left;
	margin:auto;
	display:inline-block;
	border:1px solid #06266f;
	padding:15px;
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
}
.maksupainikkeet{
	display: flex;
	flex-wrap: wrap;
	margin:auto;
	margin-top:30px;
	max-width:900px;
	
}
.C1 { /*Maksupainikkeet*/
	width:140px;
	height: 100px;
    border: 1px solid black;
    margin: 5px;
    padding: 5px;
    border-radius: 6px;
}

.maksupainikekuva {
	max-width:100%;
}

button{
	border:none;
	background:none;
	cursor:pointer;
	margin:5px;
}
/* Taulutuotesivun radio napit */
.container {
  position: relative;
  top: 10px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #1240ab;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}












/* Customize the label (the container) */
.containerBOX {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerBOX input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkBOX {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerBOX:hover input ~ .checkmarkBOX {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerBOX input:checked ~ .checkmarkBOX {
  background-color: #1240ab;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkBOX:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerBOX input:checked ~ .checkmarkBOX:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerBOX .checkmarkBOX:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}















.yhteydenottolomake input{width:250px;}
.yhteydenottolomake textarea{width:350px; height:100px;}
.lomake input{width:250px;}
.lomake textarea{width:350px; height:100px;}
.alert {padding:10px;}
.alert-success {color:green; background-color:#ddffcc; border:solid 1px green; border-radius:3px;}
.alert-error {color:#e60000; background-color:#ffcccc; border:solid 1px #e60000; border-radius:3px;}

.pankki-banneri{
	position:relative;
	display:block !important;
	max-width: 400px;
	width:auto;
	margin:auto;
}

.collapsible {
  background-color: #1240ab;
  color: white;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  position: relative;
}

.active1, .collapsible:hover {
  background-color: #06266f;
}


.content {
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.2s ease-out;
}
.levyinfo{
font-size:14px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {


.p20{font-size:18px; font-weight:bold; color:#06266f;}
.p26{font-size:22px; font-weight:bold; color:#06266f;}

#ylapalkki{
	position:relative;
	width:100%;
	height:50px;
	top:-19px;
	display:block;
	padding:2px 0; 
	text-align:none;
	color:white;
	background-color:#1240ab;
}

#ylapalkki_logo2{
	display:block;
	position:relative;
	width:auto;
	left:20px;
	transform: translateY(20%); 
	/*max-width:600px;*/
	height:70%;
}
#ylapalkki_logo1{
	display:none;
}

#ylapalkki_ostoskori1{
	display:none;
}

#ylapalkki_ostoskori2{
position:absolute;
	display:block;
	Right:0;
	height:36px;
	margin:6px 10px;
	top:0;	
}
.alapalkki_palsta{
	position:relative;
	overflow:hidden;
	width:calc(50% - 22px);
	text-align:left;
	margin:5px;
    padding:0px 0px 5px 10px;
	border:1px solid white;
    border-radius:6px;
}
#kansikuva{
	display:none;
}
.kansikuva_uusi{
	position: relative;
    height: 480px;
    width: 100%;
    top: -11px;
}
.kansikuva_teksti{
	-ms-transform: translate(-52%, -50%);
	transform: translate(-52%, -50%);
	width:97%;
	margin: 0px 10px 0px 10px;
}
.kansikuva_uusi h1{
	font-size:9vw; font-weight:bold;
}
.tausta{
	Position:relative;
	top:-50px;
}
.kuvateksti{
	color: white;
    position: absolute;
    top: 150px;
    /* left: 10%; */
    font-size: 9vw;
    text-transform: uppercase;
    text-align: center;
}
nav{
	position:relative;
	top:-38px;
	height:40px;
	width:100%;
	padding:0;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	display:block;
	background:#06266f;
	border-top:1px solid white;
	box-shadow:0px 0px 0px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
}

nav ul {
	position: static;
	display: none;
}

nav li {
	margin-bottom: 1px;
	float: left;
}

nav li a{
	padding-left:0px;
	padding-right:0px;
}
nav li ul li {
	display: none;
	float: none;
	border-top:1px solid white;
}
nav ul li, li a {
	width: 100%;
	text-align:center; 
	padding:0;
}
nav li ul{
	position:static;
}
.nav-piilotettu{
	width:100%;
}

.nayta-valikko {
	display:block;
	border-bottom:1px solid white;
}
.palsta{
	position:relative;
	margin:5px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	text-align:center;
	box-shadow:0px 0px;
	border:1px solid lightgrey;
	border-radius: 6px;
	background-color:#white;
}
.flexkuvateksti h2{
	margin: 20px auto 0px auto;
}	

.palsta_100{width:calc(100% - 22px);}
.palsta_100L{width:calc(100% - 22px);}
.palsta_90{width:calc(100% - 22px);}
.palsta_75{width:calc(100% - 22px);}
.palsta_66{width:calc(100% - 22px);}
.palsta_50{width:calc(100% - 22px);}
.palsta_50K{width:calc(100% - 22px);}
.palsta_45{width:calc(100% - 22px);}
.palsta_33{width:calc(100% - 22px);}
.palsta_25{width:calc(50% - 22px); min-width:150px;}

.palsta_25 a, .palsta_33 a, .palsta_45 a, .palsta_50 a{margin:0px; width:100%; height:100%;}

.palsta_tuotteet{
	cursor:pointer;
	text-align:center;
	padding: 0px 0px 5px 0px;
	width:calc(50% - 22px);
	min-width:150px;
}
.palstakuva{
	height:auto;
}
.tuotevalitsin{
	position:relative;
	box-shadow:0px 0px;
	text-align:left;
	height:auto;
	border:1px solid lightgrey;
	display:block;
	background-color:#white;
	overflow:hidden;
	border-radius: 6px;
}
.tuotevalitsin{
	text-align:left;
}
.tuotevalitsin span{
	position:relative;
	font-size:30px;
	right:0;
	top:0;
	margin:0 10px;
}
.tuotevalitsin_maara_painike{
	position:relative;
	right:0;
	bottom:0;
	margin:10px;
	vertical-align:top;
}
.tuotevalitsin select{
	height:32px;
    font-size:16px;
    border-color:#1240ab;
	width:90%;
	max-width:400px;
}
.tuotevalitsin textarea{
	min-height:44px;
    font-size:14px;
    border-color:#1240ab;
	width:90%;
	max-width:400px;
}
.fileToUpload{
	position: inherit;
}

.vasen_tasaus{
	text-align:left;
}

.palsta_ajankohtaista_oikea{
	position:relative;
	display:inline-block;
	height:auto;
	vertical-align:middle;
	right:0px;	
}
.palsta_ajankohtaista_oikea img{
	box-shadow:8px 8px 4px 0 rgba(0,0,0,0.05),0 1px 20px 0 rgba(0,0,0,0.1);
}
.palsta_ajankohtaista_vasen{
	position:relative;
	display:inline-block;
	height:auto;
	vertical-align:middle;
	text-align:left;
	left:0px;
}

.esittely{
	display:inline;
}
.myymala{
	display:none;
}
.laserticker{
	display:none;
}

.breadcrumb{
	position:relative;
	top:-10px;
	left:-20px;
	list-style:none;
	width:100%;
	text-align:left;
	color:white;	
	background:#577fbc;
	background: -webkit-linear-gradient(0deg, #577fbc, rgba(87, 127, 188, 0.3)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #577fbc, rgba(87, 127, 188, 0.3)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #577fbc, rgba(87, 127, 188, 0.3)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #577fbc, rgba(87, 127, 188, 0.3)); /* Standard syntax */
}




}