/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	/*margin: 1em 40px;*/
}
figure.alignright {
	margin: 0 0 1em 1em !important;
}
figure.alignleft {
	margin: 0 1em 1em 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 180px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.0em;
	margin-bottom: 1.0em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.0em;
	margin-bottom: 1.0em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.1em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/************/
/* DATALATU */
/************/

html,
body {
margin:0;
padding:0;
height:100%;
}
/*body {
	background-image:  url(/wp-content/themes/sal/images/wall1.jpg), url(/wp-content/themes/sal/images/pixel.png);
	background-size: cover, 10000px 10000px;
	background-position: top center, 0 200px;
	background-repeat: no-repeat, no-repeat;
	background-color: #1379c8}*/
body {
	background-image: url(/wp-content/themes/sal/images/yleinen-fade.png), url(/wp-content/themes/sal/images/yleinen.jpg);
	background-position: center top, center bottom;
	background-attachment: scroll, fixed;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, cover;
	background-color: #1379c8;

-webkit-animation: fadein 0.5s;
   -moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	 -o-animation: fadein 0.5s;
		animation: fadein 0.5s;

}

@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; }
}

#page {
	background-color: rgba(0,0,0,0);
}
/*#page::after {
  content: "";
  background: url(/wp-content/themes/sal/images/wall.png);
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}*/
#page {
}
.center {
	max-width: 1220px;
	margin: 0 auto;
}
#content {
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
}
header {
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom: 10px solid white;
	height: 110px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 17px;
}
#logo {
	margin-left: 10px;
	margin-bottom: 10px;
}
#logo, #logo2 {
	float: left;
}
#ylavalikko, #lajivalinta {
	float: right;
	margin-top: 17px;
	margin-right: 10px;
}
#ylavalikko a {
	display: table;
	margin: 0;
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	background-color: rgba(255,255,255,0.9);
	padding: 6px 16px 5px;
	margin: 0;
	list-style: outside none none;
}
#ylavalikko a:hover {
	background-color: rgba(255,255,255,1);
}
#ylavalikko .pikku, #ylavalikko .pikku {
	padding: 5px 6px 0 7px;
	height: 35px;
}
#lajivalinta {
	background-color: rgba(255,255,255,0.9);
	padding: 8px 15px;
	margin-right: 10px;
}
#lajivalinta a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
}
#alavalinta {
	padding: 3px 10px;
	list-style: outside none none;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	margin: 8px -15px;
	width: 165px;
	display: none;
}
#ylavalikko a, #lajivalinta {
	display: block;
	color: black;
	text-decoration: none;
	color: #444;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 1px;
}
#logo img {
	margin-top: 3px;
	width: 190px;
}
#logo2 img {
  margin-left: 46px;
  margin-top: 22px;
  width: 310px;
}
#logo img:hover {
	opacity: 0.95;
}
#page {
	min-height:100%;
	position:relative;
}
#content {
	/*padding-bottom:1000px !important;*/   /* Height of the footer */
}
footer {
	/*position:absolute;*/
	/*bottom:0;*/
	width:100%;
	/*height:1000px;*/   /* Height of the footer */
/*	background-color: rgba(0,0,0,0.8);*/
}

#lajivalinta:hover ul {
	display: block;
}
#lajivalinta:hover {
	width: 165px;
}
#uutisosa, #lajivalikko, .esittely .inner {
}
#lajivalikko a {
	font: 300 22px/1.3 "Roboto Condensed",sans-serif;
	display: inline-block;
	height: 40px;
	margin-right: 8px;
	margin-bottom: 3px;
	width: 247px;
	color: white;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent!important;
}
#lajivalikko a span {
	display: block;
	margin-top: 5px;
	font: 300 12px/1.3 "Roboto Condensed",sans-serif;
	text-transform: none;
}

#lajivalikko { position: relative; }
.vasen-osa {
	float: left;
	padding: 6px 10px;
	width: 206px;
	height: 40px;
	background-color: rgba(19, 121, 200, 0.6);
}
.oikea-osa {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
}
.kivaari .oikea-osa {
	background-color: rgba(231,132,181, 0.5);
}
.pistooli .oikea-osa {
	background-color: rgba(135,188,236, 0.5);
}
.haulikko .oikea-osa {
	background-color: rgba(153,199,148, 0.5);
}
.liikkuva-maali .oikea-osa {
	background-color: rgba(250,200,99, 0.5);
}
.practical .oikea-osa {
	background-color: rgba(95,179,179, 0.5);
}
.silhuetti .oikea-osa, .siluetti .oikea-osa {
	background-color: rgba(195,126,238, 0.5);
}
.kasa-ammunta .oikea-osa {
	background-color: rgba(249,145,87, 0.5);
}
.mustaruuti .oikea-osa {
	background-color: rgba(0,89,152, 0.5);
}
.prs .oikea-osa {
	background-color: rgba(150,75,0, 0.5);
}

.kuvateksti {
	clear: both;
	margin-top: 30px;
}
.vasen { float: left; }
.oikea { float: right; }
.kuva {
	width: 47.5%;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*box-shadow: 5px 5px 20px rgba(0,0,0,0.3);*/
}
.teksti {
	width: 47.5%;
	height: 300px;
}
.clear {
	clear: both;
}

#nostot {
	float: left;
	background-color:#ffffff;
	color: black;
	height: 360px;
	/*box-shadow: 3px 3px 11px rgba(0,0,0,0.2);*/
}
#nostot {
	height: 110px;
}
#tapahtumat, #uutiset {
	width: 498px;
	height: 350px;
	float: left;
	margin-right: 8px;
	/*background-color:#1379c8;*/
	background-color: #333333;
	color: white;
	float: left;
        /*box-shadow: 3px 3px 11px rgba(0,0,0,0.2);*/
	padding: 10px 0;
}
#tapahtumat {
	margin-left: 20px;
}
.tapahtuma {
	float: left;
	margin-top: 8px;
	width: 142px;
	min-height: 150px;
	background-color: rgba(255,255,255, 0.6);
	margin-right: 8px;
	text-decoration: none;
}
.tapahtuma .pvm {
	color: #555555;
	font: 400 48px/1.3 "Roboto Condensed",sans-serif;
	border: 3px solid #666666;
	border-radius: 40px;
	padding: 0 8px;
	margin: 4px 8px 2px;
	text-align: center;
}
.tapahtuma .kategoria {
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	font: 400 16px/1.3 "Roboto Condensed",sans-serif;
}
.tapanimi {
	color: #333333;
	text-align: center;
	font: 400 16px/1.1 "Roboto Condensed",sans-serif;
	margin-top: 2px;
}
#uutiset a, #tapahtumat a, #nostot a {
	color: white;
}
#tapahtumat .rivi, #uutiset .rivi {
	margin-right: 0 !important;
}
#tapahtumat .rivi .lisatiedot, #uutiset .rivi .lisatiedot {
	white-space: nowrap;
}
#slider {
	clear: both;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 755px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 341px;
}
#slider .kuvateksti {
	width: 100%;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	top: 240px;
	padding: 10px;
}
#slider .kuvateksti a {
	font: 400 18px/1.3 "Roboto Condensed",sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#slider .kuvateksti a span {
	display: block;
	text-transform: none;
	font: 300 14px/1.2 "Roboto Condensed",sans-serif;
	margin-top: 5px;
}
#nostot {
	width: 480px;
	margin-left: 20px;
	padding-top: 10px;
	/*box-shadow: 3px 3px 11px rgba(0,0,0,0.2);*/
}
.rivi {
	margin: 9px 5px;
	font: 400 15px/1 "Roboto Condensed",sans-serif;
	display: block;
	color: black;
	text-decoration: none;
}
.rivi span {
	text-decoration: none;
	font-size: 12px;
	line-height: 1.0;
}
.rivi:hover {
	color: black;
	text-decoration: underline;
}
.rivi .kategoria {
	padding: 0px 1px;
	color: #666666;
	font: 400 11px/1.1 "Roboto Condensed",sans-serif;
}
.rivi .pvm {
	color: #666666;
	font: 400 11px/1.1 "Roboto Condensed",sans-serif;
}
.blokki {
	background-color: rgba(255,255,255, 0.6);
	color: white;
	height: 38px;
	float: left;
	width: 100%;
}
.blokki img {
	float: left;
	padding: 6px;
	width: 36px;
}
.blokki div {
	padding: 3px 5px;
}
.blokki.uutinen {
	font: 300 22px/1.2 "Roboto Condensed",sans-serif;
	width: 246px;
	height: 394px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #333333;
}
.blokki.uutinen .info {
	color: #ffffff;
}
.blokki.otsikko {
	font: 400 25px/1.3 "Roboto Condensed",sans-serif;
	background-color: rgba(19,121,200, 0.6);
	color: white;
}
.blokki.otsikko div {
	padding-left: 42px;
}
.uutinen_linkki, .uutiset_linkki {
	text-decoration: none;
	color: white;
}
.uutiset_linkki {
	display: block;
	padding: 2px 7px 0 42px;
}
.uutiset_linkki:hover {
	color: white;
}
.uutinen.paauutinen {
	overflow: hidden;
}
.uutinen .kuva {
	width: 247px;
	height: 163px;
	padding: 0;
}
.uutinen .kuva .info {
	float: right;
	background-color: rgba(19,121,200,0.6);
	font: 300 12px/1.1 "Roboto Condensed",sans-serif;
	text-align: center;
	padding-bottom: 5px;
}
.uutinen .kuva .info span {
	display: block;
	font: 300 32px/1.1 "Roboto Condensed",sans-serif;
}
.uutinen .otsikko {
	font: 300 22px/1.2 "Roboto Condensed",sans-serif;
	padding-top: 5px;
}
.uutinen .teksti {
	font: 300 12px/1.2 "Roboto Condensed",sans-serif;
	margin-top: 0px;
	width: 100%;
}
.uutinen a {
	color: #333333;
}

.esittely {
	margin-top: 60px;
	background-image: url("/wp-content/themes/sal/images/vuoret2.png"), url("/wp-content/themes/sal/images/vuoret3.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: center top, center bottom;
	background-color: #656565;
}
.esittely .inner {
	color: white;
	font: 300 16px/1.3 "Roboto Condensed",sans-serif !important;
	padding-top: 150px;
	padding-bottom: 100px;
}
footer {
	padding-top: 20px;
	color: white;
	font: 300 12px/1.3 "Roboto Condensed",sans-serif;
}
footer .center {
	padding: 10px 0;
}
footer h3 {
	font-size: 16px;
}
footer a {
	color: #ccc;
	text-decoration: none;
}
#footer_container, #sitemap {
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 65px 0 0;*/
}
#sitemap_container {
	width: 100%;
}
.footer_block {
	float: left;
	width: 100px;
	padding: 5px;
}
footer ul, footer ul li {
	margin: 0;
	padding: 0;
}
footer ul {
	list-style: none;
}
.widget {
	clear: both;
}
.uutiset_widget, .tapahtumat_widget {
	padding: 2px 6px;
	border: 1px solid #1379c8;
}
.widget a, .widget .pvm {
	color: #333333;
}
.widget a:hover {
	text-decoration: underline;
}
#middle {
	/*box-shadow: 5px 5px 10px #eee;*/
	width: 632px;
	float: right;
}
#middle.wide {
	width: 820px;
}
.box {
	background-color: white;
	border: 1px solid #1379c8;
	padding: 20px;
	clear: both;
	font-size: 13px;
	font-family: Roboto;
}
/*#middle .box .entry-title {
	font-size:2.2em;
	margin-bottom: 0.5em;
}*/
.box .entry-title a {
	text-decoration:none;
}
/*#middle .box p {
	margin-bottom: 0.75rem;
}*/

.sidebar-1, .sidebar-2 {
	width: 180px;
}
.widget-area .widget {
	background-color: rgba(255, 255, 255, 0.75);
	/*padding: 10px 20px;*/
	/*box-shadow: 5px 5px 10px #eee;*/
}
.sidebar-1 {
	float: left;
}
.sidebar-2 {
	float: right;
	margin-left: 8px;
}
.sivu {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.kivaari {
	background-color: #e784b5;
}
.kivaari.transparent {
	background-color:rgba(231,132,181,0.50);
}
.pistooli {
	background-color: #87bcec;
}
.pistooli.transparent {
	background-color:rgba(135,188,236,0.75);
}
.haulikko {
	background-color: #99c794;
}
.haulikko.transparent {
	background-color:rgba(153,199,148,0.55);
}
.liikkuva-maali {
	background-color: #fac863;
}
.liikkuva-maali.transparent {
	background-color:rgba(250,200,99,0.75);
}
.practical {
	background-color: #5fb3b3;
}
.practical.transparent {
	background-color:rgba(95,179,179,0.75);
}
.silhuetti, .siluetti {
	background-color: #c37eee;
}
.silhuetti.transparent, .siluetti.transparent {
	background-color:rgba(195,126,238,0.75);
}
.kasa-ammunta {
	background-color: #f99157;
}
.kasa-ammunta.transparent {
	background-color:rgba(249,145,87,0.75);
}
.mustaruuti {
	background-color: #005998;
}
.mustaruuti.transparent {
	background-color:rgba(0,89,152,0.75);
}
.prs {
	background-color: #A65B20;
}
.prs.transparent {
	background-color:rgba(150,75,0,0.75);
}

.kivaari,.pistooli,.haulikko,.liikkuva-maali,.practical,.silhuetti,.siluetti,.kasa-ammunta,.mustaruuti,.prs {
	background-size: cover;
}

/*#lajivalikko a {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}*/

.row {
	clear: both;
}
.row .uutinen:last-child {
	margin-right: 0;
}
.alas, .ylos {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 4px;
	background-image: url(/wp-content/themes/sal/images/arrow-down.png);
	background-size: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255, 0.4);
	cursor: pointer;
}
.ylos {
	background-image: url(/wp-content/themes/sal/images/arrow-up.png);
	margin-top: 8px;
	margin-bottom:0;
}
.vasen, .oikea {
	width: 20px;
	height: 150px;
	float: left;
	margin: 8px 8px 0 0;
	background-image: url(/wp-content/themes/sal/images/arrow-left.png);
	background-size: auto 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255, 0.4);
}
.oikea {
	background-image: url(/wp-content/themes/sal/images/arrow-right.png);
	margin-right: 0;
	float: right;
}
#content {
	padding: 0px;
}
#primary {
	padding: 8px;
	margin-bottom: 0;
	/*background-color: rgba(255,255,255,0.92);*/
}
.one-fourth {
	float: left;
        width: 246px;
}
.two-fourth {
	float: left;
        width: 498px;
        margin-right:8px;
}
.three-fourth {
	float: left;
        width: 754px;
        margin-right: 8px;
}
.noscroll {
	width: 246px;
        overflow: hidden;
}
.scrollable {
	overflow-y: scroll;
        padding-bottom: 15px;
        width: 262px !important;
}
.no-background {
	background: none;
	background-color: transparent !important;
}
.widget-header, .nav-previous, .nav-next {
	background-color: #1379c8;
	color: white;
	font: 400 25px/1.26 "Roboto Condensed",sans-serif;
	float: left;
	/*height: 36px;*/
	width: 100%;
	padding: 2px 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.nav-previous, .nav-next {
	height: 35px;
	padding: 0 10px;
	width: auto !important;
}
.nav-previous a, .nav-next a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}
.nav-previous a:hover, .nav-next a:hover {
	color: white;
	text-decoration: underline;
}
.widget {
	margin-bottom: 8px;
}

.yhteystieto, .seura {
	background-color: rgba(19,121,200, 0.05);
	border: 1px solid rgba(19,121,200, 0.2);
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	width: 290px;
	padding: 10px;
	min-height: 108px;
}
.yhteystieto:nth-child(even), .seura:nth-child(even) {
	margin-right: 0;
}
.yhteystieto .rooli {
	font-weight: bold;
}

.valinta {
	margin-bottom: 10px;
}
.ilmo {
	background-color: rgba(19,121,200, 0.02);
	margin-bottom: 15px;
	width: 379px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}
.ilmopalsta {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.ilmo .ylarivi {
	text-transform: uppercase;
	background-color: rgba(19,121,200, 0.1);
	padding: 2px 5px;
	font-size: 15px;
	border-left: 1px solid rgba(19,121,200, 0.1);
	border-top: 1px solid rgba(19,121,200, 0.1);
	border-right: 1px solid rgba(19,121,200, 0.1);
}
.ylarivi .tyyppi {
	font-weight: bold;
	margin-right: 10px;
	display: none;
}
.ilmo .keskirivi {
	border-left: 1px solid rgba(19,121,200, 0.1);
	border-right: 1px solid rgba(19,121,200, 0.1);
}
.ilmo .kuvaus {
	border-left: 1px solid rgba(19,121,200, 0.1);
	border-right: 1px solid rgba(19,121,200, 0.1);
	padding: 5px;
}
.ilmo .thumb {
	float: right;
	width: 100px;
	height: 100px;
	border: 1px solid black;
	margin-left: 10px;
}
.ilmo .alarivi {
	clear: both;
	background-color: rgba(19,121,200, 0.1);
        padding: 2px 5px;
	color: rgba(0, 0, 0, 0.8);
}
.alarivi span {
	margin-right: 0px;
}

/*.ilmo.myydaan {
	background-color: rgba(255,0,0,0.1);
}
.ilmo.ostetaan {
	background-color: rgba(0,255,0,0.1);
}
*/

.teksti p {
	margin-bottom: 0;
	display: inline;
	font: 300 13px/1.2 "Roboto Condensed",sans-serif;
}
.nosto {
	float: left;
	width: 246px;
	height: 123px;
	margin-bottom: 8px;
	position: relative;
	background-color: rgba(19,121,200, 0.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.nosto_otsikko {
	background-color: rgba(19,121,200,0.6);
	color: white;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.artikkelikuva {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	clear: right;
}

/*#valikko ul li {
	background-color: rgba(255, 255, 255, 0.55) !important;
}*/

#lajivalinta {
	display: none!important; /* TEMP */
}

.tuotenimi {
        float: left;
        font-size: large;
}
.tuotekuva {
        float: right;
}
.tuotekuvaus {
	clear: left;
	float: left;
	font-size: small;
	margin-top: 10px;
	width: 350px;
	white-space: pre;
}
.tuotehinta {
	clear: left;
	float: left;
	margin-top: 10px;
}
.tuoteostoskoriin {
        clear: both;
        margin-top:10px;
        padding-top: 20px;
}
.enemman, .vahemman {
        width: 18px !important;
        margin: 0 5px;
        padding: 0 !important;
}
.featherlight .featherlight-content {
        overflow: visible !important;
}
.tuote {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 179px;
  height: 179px;
  border-radius: 6px;
  border: 1px solid #1379c8;
  position: relative;
}
.tuote:hover {
  box-shadow: 5px 5px 3px rgba(19,121,200, 0.1);
}
.tuote.kategoria {
	border: 1px solid #9a9a9a;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.tuote.kategoria:hover {
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.tuote img {
  border-radius: 8px;
  width: 135px;
  margin: 0 24px;
  padding: 10px;
}
.hinta {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #1379c8;
  color: white;
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  font-size: 16px;
}
.nimi {
        font-size: 14px;
        background-color: #1379c8;
        padding: 3px 5px;
        color: white;
        position: absolute;
        bottom: 0;
        width: 100%;
}
.tuote.kategoria .nimi, .tuote.kategoria .hinta {
	background-color: #7a7a7a;
}
.takaisin {
        opacity: 0.25;
        float: left;
        width: 179px;
        height: 179px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-image: url("/wp-content/themes/sal/images/vasen.png");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
}
.takaisin:hover {
        opacity: 0.5;
}

.ostoskori .enemman, .ostoskori .vahemman {
  margin: 0;
  padding: 0 !important;
  width: 25px;
}
.ostoskori .disabled {
  opacity: 0.3;
}
.ostoskori td {
        font-size: 14px;
}
.ostoskori #vaihe2, #vaihe3 {
        display: none;
}
.ostoskori #vaihe2 td input {
        width: 100%;
}
.ostoskori #verkkomaksu_banneri {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
}
.ostoskori #tuotteet {
        width: 660px;
        float: left;
}

.seurat th:first-child, .seurat td:first-child {
	width: 100px;
}
.seurat input[type="email"], .seurat input[type="number"], .seurat input[type="search"], .seurat input[type="text"], .seurat input[type="tel"], .seurat input[type="url"], .seurat input[type="password"], .seurat textarea, .seurat select {
	width: 100%;
}
.seurat ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}
.seurat ul.categorychecklist li {
  line-height: 22px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.seurat ul.categorychecklist li {
  line-height: 22px;
  word-wrap: break-word;
}
.seurat .form-table input.tog, .seurat input[type="checkbox"], .seurat input[type="radio"] {
  margin-bottom: -1px;
}
.seurat input[type="checkbox"], .seurat input[type="radio"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b4b9be;
  box-shadow: 0 1px 2px rgba(19,121,200, 0.1) inset;
  clear: none;
  color: #555;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin: -4px 4px 0 0;
  min-width: 16px;
  outline: 0 none;
  padding: 0 !important;
  text-align: center;
  transition: border-color 0.05s ease-in-out 0s;
  vertical-align: middle;
  width: 16px;
}
.seurat .form-table, .seurat .henkilo_box .form-table label {
        margin-bottom: 0;
}
.seurat .nappi_paivita_henkilo td, .seurat .nappi_lisaa_henkilo td {
        padding: 0;
}
.seurat .nappi_paivita_henkilo input, .seurat .nappi_lisaa_henkilo input {
        margin: 0;
}
.lue_lisaa {
	white-space: pre;
}

.fadeout {
    position: absolute;
    bottom: 0em;
    width:100%;
    height: 100px;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    border-bottom: 15px solid white;
}

h2.entry-title {
	font-size: 2.8rem;
}

.box.fading {
	margin-bottom: 8px;
	position:relative;
	padding:0 !important;
	overflow:hidden;
	height: 160px;
}
.box.fading article {
	margin:15px;
}

#valikko ul {
        display: table;
        list-style: none;
        margin: 0;
        margin-top: 8px;
}
#valikko ul li {
        display: block;
        float: left;
	width: 180px;
	overflow: hidden;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 4px 8px;
        list-style: outside none none;
        margin-bottom: 2px;
        font: 300 16px/1.3 "Roboto Condensed",sans-serif;
}
#valikko ul a, .upper {
        color: #444;
        font-weight: 100;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
}
#valikko ul li:hover {
        background-color: rgba(255, 255, 255, 0.8);
}

#breadcrumbs{
    list-style:none;
    margin: 0;
    font-size: 16px;
    height: 32px;
    overflow:hidden;
    text-transform: none;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:6px;
    margin-bottom: 0;
}
#breadcrumbs .separator {
  color: white;
  font-family: "Lato",sans-serif;
  font-size: 22px;
  font-weight: 100;
}
#breadcrumbs a {
	color: white;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.upper {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

#liitto {
    -webkit-animation: pulsate2 1.2s infinite alternate;
    -moz-animation: pulsate2 1.2s infinite alternate;
    -animation: pulsate2 1.2s infinite alternate;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.kivaari.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.pistooli.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.haulikko.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.liikkuva-maali.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.practical.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.silhuetti.pulsor, .siluetti.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.kasa-ammunta.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.mustaruuti.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.prs.pulsor {
    -webkit-animation: pulsate 0.8s infinite alternate;
    -moz-animation: pulsate 0.8s infinite alternate;
    -animation: pulsate 0.8s infinite alternate;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pulsor:hover {
	opacity: 1 !important;
}


/*#ylavalikko #cart {
    -webkit-animation: pulsate 1.5s infinite alternate;
    -moz-animation: pulsate 1.5s infinite alternate;
    -animation: pulsate 1.5s infinite alternate;
}*/

#ylavalikko #choose {
    -webkit-animation: pulsate 1.5s infinite alternate;
    -moz-animation: pulsate 1.5s infinite alternate;
    -animation: pulsate 1.5s infinite alternate;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes pulsate {
    from { opacity: 1 }
    to { opacity: 0.5 }
}
@-moz-keyframes pulsate {
    from { opacity: 1 }
    to { opacity: 0.5 }
}
@keyframes pulsate {
    from { opacity: 1 }
    to { opacity: 0.5 }
}

@-webkit-keyframes pulsate2 {
    from { opacity: 1; box-shadow:0px 0px 12px rgba(255,255,255,0.5); }
    to { opacity: 0.9; box-shadow:0px 0px 2px rgba(255,255,255,0.0); }
}
@-moz-keyframes pulsate2 {
    from { opacity: 1; box-shadow:0px 0px 12px rgba(255,255,255,0.5); }
    to { opacity: 0.9; box-shadow:0px 0px 2px rgba(255,255,255,0.0); }
}
@keyframes pulsate2 {
    from { opacity: 1; box-shadow:0px 0px 12px rgba(255,255,255,0.5); }
    to { opacity: 0.9; box-shadow:0px 0px 2px rgba(255,255,255,0.0); }
}

.alavalikko ul li, .alasivu {
	font-size: 12px !important;
	background-image: url(/wp-content/themes/sal/images/transparent.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px !important;
}
.breadcrumbs a {
	font-weight: 100;
}
.breadcrumbs strong {
	font-weight: normal;
}

.search-submit {
  margin-left: 1%;
  width: 29%;
  height: 20px
}
.search-field {
  float: left;
  width: 70%;
  height: 38px;
}

.swiper-slide {
	display: block;
	background-size: cover;
	background-position: center center;
}
.swiper-slide div {
	font-size:32px;
	padding: 10px;
	width: 734px;
	color: white;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	display: none;
}
.swiper-slide span {
	background-color: rgba(19, 121, 200, 0.6);
	font-size:22px;
	padding: 10px;
	color: white;
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 10px;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
}
.swiper-slide span:nth-child(1) {
	top: 40px;
	left: 10px;
}
.swiper-slide span:nth-child(2) {
	bottom: 10px;
	left: 30px;
}
.swiper-slide span:nth-child(3) {
	top: 10px;
	right: 10px;
}
.swiper-slide span img {
	width: 16px;
	margin-right: 8px;
}

.wpcf7-form p {
	margin-bottom: 10px;
}

#sponsors {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
#sponsors img {
	float: left;
	width: 150px;
	margin-right: 30px;
}
#sitemap {
	margin-top: 40px;
}

#nostot3 {
	border-top: 6px solid rgba(255,255,255,0.3);
	width: 100%;
	/*background-color: rgba(255,255,255,0.5);*/
	background-image: url("/wp-content/themes/sal/images/horizontal_fade.png");
	background-position: center;
	background-repeat: repeat-y;
}

#footer_bottom {
	background-image: url("/wp-content/themes/sal/images/footer.png");
	border-top: 10px solid white;
}
#nosto2 {
	margin: 0 auto;
	padding: 8px;
	max-width: 1024px;
}
#nosto2 div:last-child {
	margin-right: 0;
}
#nosto2 .nosto_otsikko {
	background-color: rgba(255,255,255,0.8);
	color: black;
	font-size: 15px;
	padding: 8px 10px;
}
.nosto2 {
	width: 161px;
	height: 122px;
	float: left;
	margin-right: 8px;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background-color: rgba(19,121,200,0.5);
}
.lajiuutinen {
	border: 1px solid #1379c8;
	width: 205px !important;
	height: 350px !important;
	position: relative;
}
.lajiuutinen .kuva {
	height: 134px;
	padding: 0;
	width: 203px;
}
.lajiuutinen .otsikko {
	font: 300 20px/1.2 "Roboto Condensed",sans-serif !important;
}
.lajiuutinen .otsikko, .lajiuutinen .teksti {
	background-color: white;
}
.tausta {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 250px;
}
.blokki.lajiuutinen {
	background-color: rgba(255, 255, 255, 0.7);
}

#valikko2 .wrap a {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  float: left;
  font: 300 16px/1.3 "Roboto Condensed",sans-serif;
  list-style: outside none none;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 4px 8px;
  width: 180px;
  color: #444;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#valikko2 .wrap .wrap a {
  background-image: url("/wp-content/themes/sal/images/transparent.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px !important;
  padding-left: 15px !important;
}
#valikko2 .wrap .wrap .wrap a {
        padding-left: 23px !important;
        background-size: 16px;
}
#valikko2 .wrap .wrap .wrap .wrap a {
        padding-left: 31px !important;
        background-size: 24px;
}
#valikko2 .wrap .wrap .wrap .wrap .wrap {
	display: none;
}
#valikko2 .wrap a:hover {
	background-color: rgba(255, 255, 255, 0.95);
}
.sel {
        background-color: white !important;
}
.widget-header a {
	color: white;
	text-decoration: none;
}
.widget-header a:hover {
	color: white;
}

.token td, .eeTbl td, .invisible td, .d4contentTable td, .answer td, .d4noborder td, #middle table td, #middle table th {
	padding: 0;
}
.token p, .eeTbl p, .invisible p, .d4contentTable p, .answer p, .d4noborder p {
	margin: 0 !important;
}
article table td, .content-container table td {
	padding: 0 !important;
}
article table p, .content-container table p, #middle table p[align=left] {
	margin: 0 !important;
}
form#seura td {
	padding: 8px !important;
}
.henkilokuva {
	width: 100px;
	float: right;
}
.yhteystieto_vasen {
	float: left;
	max-width: 160px;
}
.menu_selected {
	background-color: white !important;
}

#mobiilivalikko {
	display: none;
	height: 45px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 29px;
	float: right;
	cursor: pointer;
}
#mobiilivalikko div {
	float:left;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.9);
}
#mobiilivalikko img {
	background-color: rgba(255, 255, 255, 0.9);
	float: right;
}
#mobiili_avattu {
	display: none;
	clear: both;
	width: 100%;
	background-color: white;
	text-align: center;
	padding: 10px 5px 0;
}
#mobiili_avattu a {
  color: #444;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.05);
  padding: 2px 10px;
  margin-bottom: 4px;
}
#mobiili_avattu a:first-child {
	font-weight: bold;
}

#mobiili_avattu .pikku {
	background-color: transparent;
	margin: 10px 0 0;
	padding: 0 6px;
}
#mobiili_alavalikko {
	display: none;
	text-align: center;
}
#mobiili_alavalikko a {
	text-decoration: none;
}
#mobiili_alavalikko a:hover {
	text-decoration: underline;
}
#mobiili_alavalikko .sel {
	font-weight: bold;
}
#mobiili_alavalikko .box {
	padding: 10px;
	margin-bottom: 3px;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.85);
}
#mobiili_alavalikko .wrap {
	display: inline-block;
	padding: 0 3px;
}
#mobiili_alavalikko .wrap .wrap {
	display: none;
}
.mobiiliosa {
	display: none;
}
.mobiilirivi {
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
}
.mobiilirivi a {
	color: #444444;
	font-size: 15px;
	line-height: 1.2:
}
.valja td {
	padding: 4px 10px !important;
}
.valja th {
	/*vertical-align: top;*/
}
.valja th label {
	margin-bottom: 0;
}
.valja th span {
	font-weight: normal;
	font-style: italic;
}
.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
}

.visual-form-builder, .visual-form-builder fieldset, .vfb-section {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}
.vfb-legend h3 {
	color: black !important;
	padding-left: 18px !important;
}
.vfb-legend {
	display: none !important;
}
.visual-form-builder .vfb-legend {
	border: 0 !important;
}
.vfb-desc, .vfb-text {
}
.vfb-medium {
	width: 100% !important;
}
.visual-form-builder {
	background-color: #fafafa !important;
	border: 1px solid #cecece !important;
	border-radius: 4px;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}
.vfb-text, .vfb-textarea {
	background-color: white !important;
	padding: 4px !important;
}
.vfb-span label {
	font-weight: normal !important;
	font-style: italic !important;
}

.box .uutiset_widget {
	border: none;
	padding: 0;
	display: table;
	width: 100%;
}
.box .widget-header, .box .erotin {
	display: none !important;
}
.box .uutiset_widget .rivi {
	display: table-row;
}
.box .uutiset_widget .rivi span {
	font-size: 14px;
	display: table-cell;
	padding: 2px 10px 5px 5px;
}
.box .uutiset_widget .rivi:nth-child(odd) {
	background-color: #efefef;
}
.entry-content {
	clear: both;
}
#logo3 {
	float: left;
}
#logo3 img {
	height: 84px;
	margin: -13px 40px 0 12px;
}
#logo3-mobi {
	float: left;
	display: none;
}
#logo3-mobi img {
	height: 84px;
	margin: -10px 40px 0 8px;
}

/*.highlighted {
	border: 2px solid #1379c8;
	background-color: white!important;
}*/

/* RESPONSIIVISUUS - MEDIA QUERYT */
@media only screen and (max-width: 1180px) {

	#logo2 img {
		width: 200px;
		margin-top: 25px;
	}

	.subscribe-button-inner {
		//display: none !important;
		display: block !important;
		clear: both;
	}

}

@media only screen and (max-width: 1110px) {

	#logo3 {
		display: none;
	}
	#logo3-mobi {
		display: block;
	}

}

@media only screen and (max-width: 1080px) {

	#logo2 img {
		display: none;
	}

}
@media only screen and (max-width: 1040px) {

	.three-fourth.slaideri {
		width: 500px;
	}
	.neuvo {
		font-size: 18px !important;
		height: 28px !important;
		max-width: 410px !important;
	}
	.swiper-slide span:nth-child(1) {
		top: 200px !important;
		width: 205px !important;
	}
	.swiper-slide span:nth-child(3) {
		width: 300px !important;
	}
	.home.page #content {
		width: 770px !important;
	}
	.home.page .two-fourth {
		margin-left: 8px !important;
		margin-right: 0 !important;
	}
	.home.page .two-fourth.tapahtumia {
		margin-top: 8px;
	}
	.home.page .one-fourth .noscroll {
		height: 310px !important;
	}
	#uutisosa .four-fourth a:nth-child(4) div {
		margin-right: 8px !important;
	}
	.swiper-slide div {
		width: 480px !important;
	}
	#uutisosa .four-fourth a:nth-child(3) div, #uutisosa .four-fourth a:nth-child(6) div {
			margin-right: 0 !important;
	}
	.lajeja {
		margin-bottom: 8px;
	}
	.sidebar-2, #logo2 {
		display: none;
	}
	#middle {
		float: left;
		margin-left: 8px;
	}
	#content, #nosto2, #sponsors, #sitemap {
		width: 838px;
	}
	#middle.wide {
		width: 632px;
	}
	.nosto2 {
		width: 130px;
		height: 98px;
	}
	#nosto2 .nosto_otsikko {
		padding: 5px 10px;
		font-size: 14px;
	}
	#sponsors {
		max-width: 750px;
	}
	#sponsors img {
		width: 120px !important;
	}
	#sponsors a:nth-child(1) img {
		margin-left: 40px !important;
	}
	#sponsors a:nth-child(5) img {
		width: 90px !important;
		margin-left: 140px !important;
	}
	#sponsors a:nth-child(6) img {
		margin-left: 10px !important;
	}
	#sponsors a:nth-child(8) img {
		margin-left: 130px !important;
	}
	#sitemap {
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
	.footer_block {
		float: none;
		display: inline-block;
	}
	#sitemap .footer_block:nth-child(7) {
		clear: both;
	}
	#verkkomaksu_banneri {
		display: none;
	}

}
@media only screen and (max-width: 880px) {

	.subscribe-button-inner {
		display: none !important;
	}

	.slaideri {
		display: none;
	}
	.lajeja, .lajeja a, .vasen-osa {
		width: 100% !important;
	}

	#ylavalikko, .sidebar-1 {
		display: none;
	}
	#mobiilivalikko, #mobiili_alavalikko {
		display: block;
	}
	header {
		height: auto;
		padding-bottom: 0;
	}

	#content, #nosto2, #sponsors, #sitemap, .center_content {
		width: auto;
		max-width: 665px !important;
		min-width: 340px;
	}
	#middle {
		width: 97%;
	}
	#nosto2 {
		text-align: center;
	}
	.nosto2 {
		margin-bottom: 8px;
		width: 154px;
		height: 114px;
		display: inline-block;
		float: none;
		margin-right: 8px !important;
	}
	#sponsors {
		text-align: center;
	}
	#sponsors img {
		float: none;
		display: inline-block;
		margin: 10px !important;
	}
	#sponsors a:nth-child(6) img {
		margin-left: 10px !important;
	}

	#sitemap_container {
		display: none;
	}

	#footer_container {
		margin-bottom: 20px;
	}

	.lajiuutinen.kolmas  {
		width: 203px !important;
	}
	.yhteystieto, .seura {
		width: 288px;
	}
	.home.page #content {
		width: 100% !important;
		max-width: auto!important;
	}
	.three-fourth {
		width: 100% !important;
	}
	.nosto {
		width: 49%;
	}
	#uutisosa .four-fourth a:nth-child(odd) div {
		margin-right: 2% !important;
	}
	#uutisosa .four-fourth a:nth-child(even) div {
		margin-right: 0 !important;
	}
	.blokki.uutinen {
		width: 193px !important;
	}
	.uutinen .kuva {
		width: 193px !important;
		height: 128px !important;
	}
	.two-fourth {
		width: 394px;
	}
	.two-fourth .row .tapahtuma:nth-child(4) {
		display:none;
	}
	.two-fourth .row .tapahtuma {
		width: 165px;
	}
	#sponsors {
		max-width: 340px !important;
	}
	#sponsors a img, #sponsors a:nth-child(1) img, #sponsors a:nth-child(2) img, #sponsors a:nth-child(3) img, #sponsors a:nth-child(4) img, #sponsors a:nth-child(5) img, #sponsors a:nth-child(6) img, #sponsors a:nth-child(7) img, #sponsors a:nth-child(8) img, #sponsors a:nth-child(9) img, #sponsors a:nth-child(10) img {
		clear: both !important;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
		margin-left: 105px !important;
		margin-right: 10px !important;
	}

}
@media only screen and (max-width: 685px) {

	.blokki.uutinen.paauutinen, .medialista, .kalenterilista, .uutislista {
		display: none;
	}
	.mobiiliosa {
		display: block;
	}

	.yhteystieto, .seura {
		width: 100%;
	}

	.blokki.lajiuutinen {
		width: 100% !important;
		height: auto!important;
		margin-bottom: 0;
	}
	.blokki.lajiuutinen .teksti {
		height: auto!important;
	}
	.blokki.lajiuutinen .kuva {
		display: none;
	}
	.fadeout {
		display: none;
	}
	.blokki.lajiuutinen.kolmas {
		margin-bottom: 8px;
	}
	.box.fading {
		height: auto;
		margin-bottom: 3px;
	}
	.box.fading .entry-content {
		display: none;
	}
	.box.fading h2 {
		font-size: 18px !important;
		margin-bottom: 0;
	}
	#middle {
		width: 97% !important;
	}

}
@media only screen and (max-width: 400px) {
	/*#logo img {
		width: 150px !important;
		margin-top: 6px !important;
	}*/
	#mobiilivalikko div {
		font-size: 0px;
	}
}

.vfb-col-1, .vfb-col-2, .vfb-col-3, .vfb-col-4, .vfb-col-5, .vfb-col-6, .vfb-col-7, .vfb-col-8, .vfb-col-9, .vfb-col-10, .vfb-col-11, .vfb-col-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vfb-form-group {
  font-size: large;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
#lajimenu {
	z-index: 100;
}
/*.entry-content figure {
	max-width: 100% !important;
}*/
