@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 300px) and (max-width: 600px) {
	.tausta {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.sisalto {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	.linkkipalkki {
		height: 60px;
		width: 100%;
		background-color: #162512;
		color: #fff;		
	}
	.banneri {
		
	}
    .linkit {
		display: none;
	}
	.linkit_mobi {
		float: left;
		width: 45%;
		font-size: 120%;
	}
	.kategoriat_mobi {
		width: 100%;
		background-color: #fff;
		color: #000;
		padding-top: 10px;
	}
	.kategoriat_mobi select {
		border: solid 1px #ccc;
		color: #000;
		background-color: #f2f3f2;
		font-size: 120%;
	}
	.tekstit {
		color: #000;
	}
	.sarake1 {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.sarake2 {
		display: none;
	}
    .sarake2 img {
		display: none;
	}
	.sarake1-2 {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.sarake3 {
		display: none;
	}
	.videotiedot {
		width: 100%;	
		overflow: auto;
        padding-left: 10px;
	}
	.videotiedot_kuva {
		width: 100%;
        float: left;
	}
	.videotiedot_kuvaus {
		width: 100%;
        float: left;
	}
    .videotiedot_arvostelut {
		width: 100%;
        float: left;
        padding-top: 10px;
	}
    .videotiedot_peukku_ylos {
        background-image: url("images/peukku_ylos.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        float: left;
    }
    .videotiedot_peukku_alas {
        background-image: url("images/peukku_alas.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        height: 32px;
        float: left;
    }
	.videotiedot_tekstit {
		padding-bottom: 0px;
	}
	.videotiedot_info {
		width: 20%;
		float: left;
		font-size: 90%;
	}
	.videotiedot_info2 {
		width: 80%;
		float: right;
		font-size: 90%;
	}
	.videotiedot img {
		border: 1px;
		float: left;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	.tausta {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.sisalto {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	.linkkipalkki {
		height: 60px;
		width: 100%;
		background-color: #162512;
		color: #fff;		
	}
    .banneri_mobi {
		display: none;
	}
	.linkit {
		display: none;
	}
	.linkit_mobi {
		float: left;
		width: 35%;
		font-size: 120%;
	}
	.kategoriat_mobi {
		display: none;
	}
	.kirjaudu {
		padding-top: 5px;
		float: right;
		width: 65%;
		text-align: right;
		font-size: 90%;
	}
	.kirjaudu_mobi {
		display: none;
	}
	.tekstit {
		color: #000;
	}
	.sarake1 {
		width: 60%;
		float: left;
		padding-bottom: 20px;
	}
	.sarake2 {
		width: 210px;
		background-color: #f2f3f2;
		float: right;
		margin-right: 1%;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.sarake3 {
		display: none;
	}
	.videotiedot {
		width: 100%;	
		overflow: auto;
        padding-left: 10px;
	}
	.videotiedot_kuva {
		width: 100%;
        float: left;
	}
	.videotiedot_kuvaus {
		width: 100%;
        float: left;
	}
    .videotiedot_arvostelut {
		width: 100%;
        float: left;
        padding-top: 10px;
	}
    .videotiedot_peukku_ylos {
        background-image: url("images/peukku_ylos.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        float: left;
    }
    .videotiedot_peukku_alas {
        background-image: url("images/peukku_alas.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        height: 32px;
        float: left;
    }
	.videotiedot_tekstit {
		padding-bottom: 0px;
	}
	.videotiedot_info {
		width: 20%;
		float: left;
		font-size: 90%;
	}
	.videotiedot_info2 {
		width: 80%;
		float: right;
		font-size: 90%;
	}
	.videotiedot img {
		border: 1px;
		float: left;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1219px) {
	.tausta {
		width: 100%;
	}
	.sisalto {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	.linkkipalkki {
		height: 50px;
		width: 100%;
		background-color: #162512;
		color: #fff;		
	}
    .banneri_mobi {
		display: none;
	}
	.linkit {
		padding-top: 5px;
		float: left;
		width: 100%;
		font-size: 120%;
	}
	.linkit_mobi {
		display: none;
	}
	.kategoriat_mobi {
		display: none;
	}
	.tekstit {
		color: #000;
	}
	.sarake1 {
		width: 69%;
		float: left;
		padding-bottom: 20px;
	}
	.sarake2 {
		width: 210px;
		background-color: #f2f3f2;
		float: right;
		margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.sarake3 {
		display: none;
	}
	.videotiedot {
		width: 100%;	
		overflow: auto;
        padding-left: 10px;
	}
	.videotiedot_kuva {
		width: 100%;
        float: left;
	}
	.videotiedot_kuvaus {
		width: 100%;
        float: left;
	}
    .videotiedot_arvostelut {
		width: 100%;
        float: left;
        padding-top: 10px;
	}
    .videotiedot_peukku_ylos {
        background-image: url("images/peukku_ylos.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        float: left;
    }
    .videotiedot_peukku_alas {
        background-image: url("images/peukku_alas.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        height: 32px;
        float: left;
    }
	.videotiedot_tekstit {
		padding-bottom: 0px;
	}
	.videotiedot_info {
		width: 20%;
		float: left;
		font-size: 90%;
	}
	.videotiedot_info2 {
		width: 80%;
		float: right;
		font-size: 90%;
	}
	.videotiedot img {
		border: 1px;
		float: left;
	}
}

@media only screen and (min-width: 1220px) and (max-width: 1919px) {
	.tausta {
		width: 100%;
	}
	.sisalto {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	.linkkipalkki {
		height: 50px;
		width: 100%;
		background-color: #162512;
		color: #fff;		
	}
	.linkit {
		padding-top: 5px;
		float: left;
		width: 100%;
		font-size: 120%;
	}
	.linkit_mobi {
		display: none;
	}
	.kategoriat_mobi {
		display: none;
	}
	.tekstit {
		color: #000;
	}
	.sarake1 {
		width: 560px;
		float: left;
		padding-bottom: 20px;
	}
	.sarake2 {
		width: 210px;
		background-color: #f2f3f2;
		float: right;
		margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.sarake3 {
		width: 360px;
		background-color: #f2f3f2;
		float: right;
		margin-right: 10px;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.videotiedot {
		width: 100%;	
		overflow: auto;
        padding-left: 10px;
	}
	.videotiedot_kuva {
		width: 100%;
        float: left;
	}
	.videotiedot_kuvaus {
		width: 100%;
        float: left;
	}
    .videotiedot_arvostelut {
		width: 100%;
        float: left;
        padding-top: 10px;
	}
    .videotiedot_peukku_ylos {
        background-image: url("images/peukku_ylos.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        float: left;
    }
    .videotiedot_peukku_alas {
        background-image: url("images/peukku_alas.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        height: 32px;
        float: left;
    }
	.videotiedot_tekstit {
		padding-bottom: 0px;
	}
	.videotiedot_info {
		width: 20%;
		float: left;
		font-size: 90%;
	}
	.videotiedot_info2 {
		width: 80%;
		float: right;
		font-size: 90%;
	}
	.videotiedot img {
		border: 1px;
		float: left;
	}
}

@media only screen and (min-width: 1920px) {
	.tausta {
		width: 1900px;
		margin-left: auto;
		margin-right: auto;
	}
	.sisalto {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
	.linkkipalkki {
		height: 50px;
		width: 100%;
		background-color: #162512;
		color: #fff;		
	}
    .banneri_mobi {
		display: none;
	}
	.linkit {
		padding-top: 5px;
		float: left;
		width: 100%;
		font-size: 120%;
	}
	.linkit_mobi {
		display: none;
	}
	.kategoriat_mobi {
		display: none;
	}
	.tekstit {
		color: #000;
	}
	.sarake1 {
		width: 560px;
		float: left;
		padding-bottom: 20px;
	}
	.sarake2 {
		width: 210px;
		background-color: #f2f3f2;
		float: right;
		margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.sarake3 {
		width: 360px;
		background-color: #f2f3f2;
		float: right;
		margin-right: 10px;
		padding: 10px;
		border: solid 1px #ccc;
		font-size: 90%;
	}
	.videotiedot {
		width: 100%;	
		overflow: auto;
        padding-left: 10px;
	}
	.videotiedot_kuva {
		width: 100%;
        float: left;
	}
	.videotiedot_kuvaus {
		width: 100%;
        float: left;
	}
    .videotiedot_arvostelut {
		width: 100%;
        float: left;
        padding-top: 10px;
	}
    .videotiedot_peukku_ylos {
        background-image: url("images/peukku_ylos.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        float: left;
    }
    .videotiedot_peukku_alas {
        background-image: url("images/peukku_alas.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 20px;
        padding-top: 5px;
        padding-left: 35px;
        width: 100px;
        height: 32px;
        float: left;
    }
	.videotiedot_tekstit {
		padding-bottom: 0px;
	}
	.videotiedot_info {
		width: 20%;
		float: left;
		font-size: 90%;
	}
	.videotiedot_info2 {
		width: 80%;
		float: right;
		font-size: 90%;
	}
	.videotiedot img {
		border: 1px;
		float: left;
	}
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	line-height: 150%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: none;
}
.tekstit a:link {
	color: #000;
	text-decoration: none;
}
.tekstit a:visited {
	color: #000;
	text-decoration: none;
}
.tekstit a:hover {
	color: #000;
	text-decoration: underline;
}
.tekstit a:active {
	color: #000;
	text-decoration: none;
}
.sarake1 a:link, .sarake1-2 a:link {
	color: #000;
	text-decoration: underline;
}
.sarake1 a:visited, .sarake1-2 a:visited {
	color: #000;
	text-decoration: underline;
}
.sarake1 a:hover, .sarake1-2 a:hover {
	color: #000;
	text-decoration: underline;
}
.sarake1 a:active, .sarake1-2 a:active {
	color: #000;
	text-decoration: underline;
}
.lomake_virhe {
	background-color: #F0ABAD;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
}
.lomake {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 100%;
}	
.huomio {
    background-color: darksalmon;
    min-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    color: #3b5998;
    border: 2px solid #3b5998;
}
.huomio2 {
    background-color: #ccffff;
    min-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    color: #3b5998;
    border: 2px solid #3b5998;
}
input[type=text], input[type=password], textarea {
	width: 100%;
	padding: 2px;
	font-family: 'Montserrat', sans-serif;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color: #162512;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 120%;
}
.clear {
	clear: both;
}
#lomake_jarjestys {
	margin-bottom: 40px;
}
.mainos {
	min-height: 40px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	color: #3b5998;
	border: 2px solid #3b5998;
}
.mainos img {
	float: left;
	padding-right: 10px;
}
#mainos {
	min-height: 40px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	color: #3b5998;
	border: 2px solid #3b5998;
}
.banneri img, .banneri_mobi img, #video img {
	max-width:100% !important;
	height:auto;
	display:block;
	border: 0;
}
#google_vasen {
	float: left;
	width: 165px;
	text-align: left;
}
#google_oikea {
	float: right;
	width: 165px;
	text-align: right;
}
#lomake_jarjestys select {
	border: solid 1px #ccc;
	color: #000;
	background-color: #f2f3f2;
	font-size: 120%;
}
.alapalkki {
	clear: both;
	height: 150px;
	width: 100%;
	background-color: #162512;
	color: #fff;	
	text-align: center;
	padding-top: 50px;
}
h1 {
	font-size: 135%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	font-weight: bold;
}
h6 {
	font-size: 105%;
	font-weight: bold;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: solid 1px white; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #162512; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.ilmoitus {
	color: #F66;
}
.big {
	font-size: 120%;
	font-weight: bold;
}
.sarake3 table {
	width: 100%;
	border: 0;
	padding: 0;
}
.sarake3 td {
	height: 15px;
	width: 50%;
	text-align: left;
}
#huomiolaatikko {
	background-color: #933;
	padding: 10px;
	border: 1px solid #FFF;
	color: #fff;
}