* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	font-variant: tabular-nums;
	font-feature-settings: 'tnum';
	background: #fff;
	color: #000;
	display: block;
	-webkit-tap-highlight-color: #000;
	text-align: center;
}

body {
	font-size: 1.05em;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

::selection {
	color: #fff;
	background: #1890ff;
}

header img,
aside img,
main img {
	width: auto;
	height: auto;
	max-width: 100%;
	image-rendering: crisp-edges;
}

a img,
img,
iframe {
	border: 0;
}

nav ul,
main form ul,
main form ol,
form p,
.jackpottiluettelo,
#share,
#more,
section ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

nav li,
nav a,
.jackpottiluettelo li,
.jackpottiluettelo a,
#share li,
#share a,
#more li,
#more a,
section li,
section a {
	display: inline-block;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

fieldset {
	border: 1px solid #ccc;
	padding: 2rem;
}

#liity fieldset {
	background: #fff url('kuvat/bonukset.jpeg') no-repeat 0 0;
	background-size: cover;
}

#liity ul,
#liity p {
	padding-left: 25%;
}

#liity ul {
	list-style-position: inside;
}

#liity li {
	padding: 0;
}

#liity input {
	width: auto;
	max-width: 250px;
}

a,
a:hover,
a:focus,
a:active {
text-decoration: underline;
color: #151515;
text-decoration-skip-ink: auto;
}

a:hover,
a:focus,
a:active {
color: #389d29;
}

a:focus,
a:active {
outline: 1px solid #389d29;
border-radius: 0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	padding-bottom: 0.65em;
}

h1,
h2 {
	font-size: 2.35em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.25em;
}

h6,
legend {
	font-size: 1.1em;
}

legend {
	font-weight: 600;
}

p,
dt,
dd,
ul,
ol,
form {
	padding-bottom: 2em;
}

table {
	margin: 2em 0 3em 0;
	width: calc(100% - 1rem);
	border: 0;
	border-radius: 0.5em;
	box-shadow: 0 0 2em #ddd;
	padding: 0.5rem;
	background: #fff;
	border-collapse: collapse;
}

table h3,
table p {
	padding: 0;
}

th,
td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}

td {
	background: linear-gradient(to bottom,#eee,#fff);
}

table td .button {
	font-size: 0.9em;
}

tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 0.5em;
}

tr:last-of-type td:last-of-type {
	border-radius: 0 0 0.5em 0;
}

.short {
	width: 5%;
}

dt {
	font-weight: bold;
}

#uhkapeluri {
	text-align: left;
}

header,
aside,
footer,
section,
.static {
	padding-left: 1rem;
	padding-right: 1rem;
}

header {
	box-shadow: 0 0 2em #eee;
	position: relative;
	padding: 0.5rem 1rem;
}

header a {
	text-decoration: none;
}

header h1 {
	padding: 0;
	font-size: 1em;
	line-height: 100%;
}

header h1 img {
	background: green;
	background:  linear-gradient(to bottom,green 50%,darkgreen 50%);
	display: inline-block;
	padding: 0 1em;
	border-radius: 0.2em;
}

header nav {
	display: inline-block;
	padding: 1em;
}

header nav:first-of-type {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -1px;
}

header nav:last-of-type img,
#sites img {
	max-height: 18px;
	vertical-align: middle;
	margin-right: 0.3em;
	border-radius: 2px;
	padding-bottom: 2px;
}

header nav a {
	color: #151515;
	padding: 0.5em 0.65em;
	transition: 0.3s;
}

#open a {
	text-decoration: underline;
}

#hamburger {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 100%;
	font-size: 0.85em;
	z-index: 2;
	height: 100%;
}

#toggle {
	border: 2px solid #000;
	border-radius: 3px;
	padding: 0.35em 0.45em;
	font-size: 1.3em;
	color: #000;
	background: #fff;
}

#toggle,
#toggle:hover,
#toggle:focus,
#toggle:active {
	text-decoration: none;
}

#toggle:hover,
#toggle:focus,
#toggle:active {
	color: #389d29;
	border-color: #389d29;
}

#toggle,
caption,
ul:empty,
li:empty {
	display: none;
}

aside {
	background:
		url('kuvat/kolikot1.png') no-repeat 10% 1rem,
		url('kuvat/kolikot2.webp') no-repeat 60% 15rem,
		url('kuvat/oikealla.png') no-repeat 100% 90%;
	padding: 10rem 1rem;
}

aside h2,
aside p {
	line-height: 120%;
}

aside article,
.static h1,
.static h2,
.static h3,
.static h4,
.static h5,
.static h6,
.static ul,
.static ol:not([class]),
.static p,
form,
fieldset {
	max-width: 760px;
}

aside h2 {
	font-weight: 800;
	font-size: 2em;
}

aside p {
	font-size: 1.2em;
	color: #68687f;
}

aside a {
	color: #68687f;
	display: inline-block;
	padding: 0 0.1em;
}

aside,
main {
	min-height: 25rem;
}

aside .content,
main .content,
footer .content,
#copyright,
#sites {
	margin: 0 auto;
	max-width: 1140px;
}

#sites {
	margin: 0 auto;
	max-width: 1140px;
}

#sites {
	list-style: none;
	padding-left: 0;
}

#sites li {
	margin-right: 2em;
}

#sites li:last-of-type {
	margin-right: 0;
}

footer {
	padding: 3em 1rem;
	background: #222;
	color: #c8c8c8;
}

.column {
	display: inline-block;
	vertical-align: top;
	width: calc(32% - 3%);
	min-width: 280px;
	padding-right: 3%;
}

.column:last-of-type {
	padding-right: 0;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
	font-weight: bold;
	color: #c8c8bd;
	display: inline-block;
	padding: 0.15rem 0.1rem;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #eee;
	outline: none;
}

footer dt {
	text-transform: uppercase;
	font-size: 0.85em;
}

footer ul {
	padding-left: 0.9em;
}

footer hr {
	margin: 2em 0;
	border-color: #363636;
}

footer li a,
footer li a:hover,
footer li a:focus,
footer li a:active {
	display: block;
	padding: 0.5rem;
}

a.button {
	transition: 0.3s;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.85em 1.4em;
	color: #fff;
	background: #159102;
	border-radius: 0.5em;
	letter-spacing: -0.5px;
	font-size: 0.7em;
	font-weight: 600;
}

a.button,
a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
}

a.button:hover,
a.button:focus,
a.button:active {
	background: #151515;
	outline: 1px solid #151515;
}

abbr {
	cursor: help;
}

ins,
del {
	display: inline-block;
	padding: 0.05em 0.15em;
}

code,
samp,
var,
pre,
kbd {
	font: 1.1em monospace;
}

label,
select,
button,
input[type='radio'],
input[type='checkbox'],
input[type='date'],
input[type='file'],
input[type='color'],
input[type='button'],
input[type='submit'] {
	cursor: pointer;
}

input,
textarea,
select,
button {
	font: 1em sans-serif;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='file'],
input[type='date'],
input[type='color'],
textarea,
select {
	padding: 0.5em;
}

label + input[type='checkbox'],
label + input[type='radio'] {
	vertical-align: middle;
}

textarea {
	min-width: 50px;
	min-height: 50px;
	max-width: 90%;
	max-width: 400px;
}

label + input[type='text'],
label + input[type='email'],
label + input[type='url'],
label + textarea {
	display: block;
}

button,
input[type='button'],
input[type='submit'] {
	padding: 0.5em 1em;
}

button[disabled],
input[type='button'][disabled],
input[type='submit'][disabled] {
	cursor: not-allowed;
}

#txpCommentPreview {
	margin-right: 0.5em;
}

form#txpCommentInputForm fieldset {
	margin: 1rem;
}

form#txpCommentInputForm p,
form li {
	padding-bottom: 2em;
}

form li:last-of-type {
	padding-bottom: 0;
}

p#cpreview,
p#txpCommentInputForm {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

p#cpreview,
p#txpCommentInputForm,
form#txpCommentInputForm {
	margin: 0 auto;
	max-width: 560px;
}

.comment {
	margin: 0 auto 5em auto;
	width: 80%;
	padding: 2rem;
	box-shadow: 0 0 2rem #eee;
}

.comment h4 {
	font-size: 1.2em;
}

q:before,
q:after {
	content: '"';
}

.excerpt {
	max-width: 760px;
	margin: 0 auto 3em auto;
	background: url('kuvat/oranssi.png') no-repeat 50% 100%;
	line-height: 200%;
	text-align: center;
}

.excerpt p {
	font-size: 1.1em;
}

.casinos,
.wall,
.popular,
.articles {
	clear: both;
	padding: 5em 1rem 3em 1rem;
	text-align: center;
}

.articles.vetovihjeet {
	padding-top: 0;
}

.casinos {
	background: #f9f9f9 url('kuvat/lantit.jpeg') no-repeat 50% 0;
	background-size: cover;
}

.casinos .content {
	display: grid;
	grid-template-columns: repeat(4,2fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-columns: repeat(auto-fill,250px);
	justify-content: center;
}

.casinos article,
.popular article,
.articles article {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: calc(24% - 1rem);
	box-shadow: 0 0 3em #ddd;
	margin: 0 1rem 2em 0;
	border-radius: 0.5em;
	transition: 0.3s;
	text-align: center;
}

.casinos article {
	max-width: 384px;
	min-width: 184px;
	width: auto;
	height: 100%;
}

.popular article {
	width: calc(49% - 3rem);
	padding: 1rem;
}

.articles article {
	width: calc(33% - 4rem);
	padding: 2rem 1rem 1rem 2rem;
	text-align: left;
	min-height: 300px;
}

.articles article:hover {
	box-shadow: 0 0 2em #ccc;
}

.articles h3 {
	font-size: 1.2em;
}

.articles h3 a {
	display: block;
}

.articles .posted {
	font-size: 0.9em;
	padding-top: 2rem;
	border-top: 2px solid #eee;
}

.casinos article:hover,
.popular article:hover {
	box-shadow: 0 0 3em #ccc;
}

.popular article:nth-of-type(2n+2),
.articles article:nth-of-type(3n+3) {
	margin-right: 0;
}

.casinos article h3,
.popular article h3 {
	padding: 0 0 1em 0;
	font-size: 1em;
	line-height: 100%;
}

.casinos h3 a,
.casinos h3 a:hover,
.casinos h3 a:focus,
.popular h3 a,
.popular h3 a:hover,
.popular h3 a:focus {
	text-decoration: none;
}

.casinos h4,
.casinos h4 img {
	border-radius: 0.5em 0.5em 0 0;
}

.casinos dl {
	padding: 0 0.5em 0 0.5em;
}

.casinos dt {
	font-size: 0.85em;
}

.casinos dl p {
	padding: 0;
}

.casinos dd:first-of-type {
	font-size: 1.2em;
	font-weight: bold;
}

.casinos a.button,
.casinos a.button:hover,
.casinos a.button:focus,
.casinos a.button:active,
.popular a.button,
.popular a.button:hover,
.popular a.button:focus,
.popular a.button:active {
	font-size: 0.8em;
}

.padding-top-2,
#share {
	padding-top: 2em;
}

#edit {
	position: fixed;
	right: 1rem;
	bottom: 30%;
	padding: 0;
}

#edit span {
	padding: 0.5em;
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 1em #ccc;
	text-align: center;
}

.wall {
	background: #fff;
	padding-bottom: 0;
}

.wall article {
	text-align: left;
}

article.left,
article.right {
	background: #f9f9f9;
	min-height: 550px;
}

article.left .content,
article.right .content {
	padding-top: 4em;
}

article p.image {
	padding: 0;
}

article.left p.image {
	float: right;
	margin-left: 2rem;
}

article.right p.image {
	float: left;
	margin-right: 2rem;
}

article.left h1,
article.left h2,
article.left h3,
article.left h4,
article.left h5,
article.left h6,
article.right h1,
article.right h2,
article.right h3,
article.right h4,
article.right h5,
article.right h6,
article.left p:not([class]),
article.right p {
	max-width: 760px;
	margin: 0 auto;
}

.popular {
	background: #fff url('kuvat/pelimerkit.webp') no-repeat 50% 0;
	background-size: cover;
}

.no-bg {
	background-image: none;
}

.in-article {
	padding-top: 2em;
}

.popular article {
	text-align: left;
}

.popular article div {
	display: inline-block;
	width: calc(30.3% - 1em);
	padding-right: 1em;
	vertical-align: middle;
}

.popular article div:nth-of-type(3) {
	width: 36.3%;
	padding: 0;
}

.popular article h3,
.popular article dl,
.popular article dt,
.popular article dd,
.popular article p {
	padding: 0;
}

.popular img {
	border-radius: 0.5em;
	background: #1e1e1e;
	color: #fff;
}

.popular a.button,
.popular a.button:hover,
.popular a.button:focus,
.popular a.button:active {
	padding: 0.5em 1em;
}

.popular article dd,
.popular article p:last-of-type {
	font-size: 0.8em;
	padding-top: 0.5em;
}

.text-center,
.jackpottiluettelo,
#share,
section {
	text-align: center;
}

section h4 {
	font-size: 1.1em;
}

section {
	padding: 2em 0;
}

section li {
	vertical-align: middle;
	padding: 0 1em;
}

section a {
	padding: 0.5rem;
}

main ul,
main ol {
	overflow: auto;
	padding-left: 1.1em;
}

main ul ul,
main ul ol,
main ol ol,
main ol ul {
	padding: 0.5em 0 0 2em;
}

.static {
	padding: 4em 1rem 2em 1rem;
}

.static h1,
.static h2,
.static h3,
.static h4,
.static h5,
.static h6,
.static ul,
.static ol,
.static p,
.static form {
	margin: 0 auto;
}

.static a {
	display: inline-block;
}

.vasemmalla {
	float: left;
	padding: 0.35em 1em 0.5em 0;
}

.oikealla {
	float: right;
	padding: 0.35em 0 0.5em 1em;
}

.iso-kuva {
	padding-bottom: 0;
}

.iso-kuva img {
	float: right;
	max-width: 760px;
	max-height: 380px;
}

main img,
iframe,
fieldset {
	border-radius: 2px;
}

.jackpottiluettelo {
	font-size: 1.2em;
}

.jackpottiluettelo a {
	padding: 1em;
	margin: 0 1em 1em 0;
	max-width: 300px;
	overflow: hidden;
}

.jackpottiluettelo a:last-of-type {
	margin-right: 0;
}

.jackpottiluettelo img {
	max-width: 150px;
}

#share a,
#more a {
	padding: 0.5em 1em;
}

#more {
	padding-bottom: 2em;
}

#more ,
#summary {
	text-align: center;
}

#summary dl,
#summary ul {
	display: inline-block;
	vertical-align: top;
}

#summary dl {
	width: 20%;
	min-width: 150px;
}

#summary dt {
	padding-bottom: 0;
}

#summary dd {
	font-size: 2em;
}

#summary ul {
	list-style: none;
	padding-left: 0;
	font-size: 0.85em;
	width: 50%;
}

#summary li:before {
	content: '\2713';
	padding-right: 0.5em;
}

.review .button {
	font-size: 1.1em;
}

.review .kuva img {
	box-shadow: 0 0 2em #eee;
}

.review .body {
	padding-top: 2em;
}

.review .body p:first-of-type {
	font-size: 1.2em;
}

.list li {
	line-height: 200%;
}

.terms {
	font-size: 0.7em !important;
}

#evasteet {
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 1em #ccc;
	padding: 1.5rem;
	color: #132a53;
}

#evasteet p {
	padding: 0;
	font-size: 0.85em;
}

#evasteet a,
#evasteet a:hover,
#evasteet a:focus,
#evasteet a:active {
	text-decoration: none;
}

#evasteet a {
	display: block;
	color: #fff;
	background: hotpink;
	padding: 0.25 0.55em;
	border-radius: 3px;
	font-size: 1.1em;
	text-align: center;
	margin-top: 0.5em;
}

#evasteet a:hover,
#evasteet a:focus,
#evasteet a:active {
	background: deeppink;
}

.kirjoita-kommentti {
	text-align: center;
	font-size: 1.2rem;
}

.kirjoita-kommentti a {
	display: inline-block;
	color: #333;
  	text-decoration: none;
  	border: 1px solid #333;
  	border-radius: 0.25rem;
  	padding: 0.5rem 1rem;
}

.kirjoita-kommentti a:hover,
.kirjoita-kommentti a:focus,
.kirjoita-kommentti a:active {
	color: royalblue;
}

@media (max-width: 1800px) {
	article p.image img {
		max-width: 800px;
	}
}

@media (max-width: 1600px) {
	aside {
		background:
			url('kuvat/kolikot1.png') no-repeat 1% 5rem,
			url('kuvat/kolikot2.webp') no-repeat 60% 10rem,
			url('kuvat/oikealla.png') no-repeat 125% 90%;
	}
	aside,
	main {
		min-height: 3rem;
	}
	article p.image img {
		max-width: 600px;
	}
}

@media (max-width: 1400px) {
	aside {
		background:
			url('kuvat/kolikot1.png') no-repeat 1% 5rem,
			url('kuvat/kolikot2.webp') no-repeat 60% 10rem,
			url('kuvat/oikealla.png') no-repeat 150% 90%;
	}
}

@media (max-width: 1450px) {
	aside {
		background: url('images/kolikot2.webp') no-repeat 90% 10rem;
		padding: 5rem 1rem;
	}
	#toggle {
		display: inline-block;
		margin: 0 1.5rem;
	}
	#hamburger {
		padding-top: 0.85em;
	}
	#hamburger nav {
		display: none;
		padding-left: 0;
		padding-right: 0;
	}
	#hamburger.open {
		position: fixed;
		height: 100vh;
		display: table;
		width: 100%;
		box-shadow: 0 0 2em #ccc;
		background: #fff;
		text-align: left;
	}
	#hamburger.open nav {
		margin: 0 1rem;
	}
	#hamburger.open nav,
	#hamburger.open ul,
	#hamburger.open li,
	#hamburger.open nav a {
		display: block;
	}
	#hamburger.open nav a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	article p.image img {
		max-width: 400px;
	}
}

@media (max-width: 1200px) {
	aside,
	main {
		min-height: 3rem;
	}
	article p.image img {
		max-width: 350px;
	}
}

@media (max-width: 1100px) {
	aside {
		background: url('kuvat/kolikot2.webp') no-repeat 90% 3rem;
	}
	article.left,
	article.right {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	article.left,
	article.right,
	article.left p.image,
	article.right p.image {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	article.left p.image,
	article.right p.image {
		text-align: center;
		max-width: 760px;
	}
	article p.image img,
	article p.image img {
		max-width: 100%;
		border-radius: 0.5em;
	}
	.casinos .content {
		display: inline-block;
	}
	.casinos article,
	.popular article,
	.articles article,
	.articles article:nth-of-type(3n+3) {
		width: calc(49% - 1em);
		min-height: 100px;
	}
	.popular article {
		width: calc(100% - 3em);
		font-size: 1.4em;
	}
	.casinos article:nth-of-type(2n+2),
	.popular article:nth-of-type(2n+2) {
		margin-right: 0;
	}
	.casinos .content {
		display: block;
	}
}

@media (max-width: 800px) {
	.column {
		min-width: 200px;
	}
	#summary dl,
	#summary ul {
		width: 100%;
		display: block;
	}
	.casinos article,
	.casinos article:nth-of-type(2n+2) {
		width: calc(100% - 1em);
		display: block;
		margin: 0 auto 2rem auto;
	}
	.popular article,
	.popular article div,
	.popular article div:nth-of-type(3),
	.articles article,
	.articles article:nth-of-type(3n+3) {
		width: 100%;
		max-width: 256px;
		text-align: center;
	}
	#liity fieldset,
	#txpCommentInputForm fieldset {
		background-image: none;
		padding: 1rem;
	}
	#liity ul,
	#liity p {
		padding-left: 0;
	}
}

@media (max-width: 700px) {
	.column {
		display: block;
		width: calc(100% - 2%);
		padding-right: 0;
	}
	aside a.button {
		padding-left: 1em;
		padding-right: 1em;
		max-width: 250px;
	}
	textarea {
		max-width: 300px;
	}
}

@media (max-width: 500px) {
	textarea {
		max-width: 250px;
	}
}