@import url('https://fonts.googleapis.com/css?family=Handlee|Kaushan+Script|Merienda|Poiret+One|Spinnaker|Quicksand|Miss+Fajardose|Muli|Antic|Mallanna');

/* 1,7,8,12, 14, 17, 23 */

html { height: 100%; width: device-width; 
	background: url("../img/bg.webp") no-repeat 0% 0% / 100% 100% fixed;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0; 
}

body {
	font-family: 'Handlee', cursive;
	line-height:30px;
	letter-spacing: 1px;
	color: #fff;
	height:100%;
	font-size: 18px;
	/*
	text-shadow: -1px 1px 0px #000;
	font-family: 'Quicksand', sans-serif;
	background-color: #000; 
	*/
	text-shadow: 1px 1px 10px #000;
	font-family: 'Mallanna', sans-serif;

}

a {
	text-decoration: none;
	text-align:center;
	/* 8be */
	color:#f5f;
	font-weight: bold;
}

a:hover {
	color:#f8f;
}


div[id^="sparkle"] {
	transition: opacity 1s ease-in;
}

hr { 
	border: 1px solid #111;
	border-bottom: 0px;
}


.topnew {
	border: 1px solid #000;
	padding: 30px;
	box-shadow: inset 0px 0px 20px #aaa; 
	-moz-box-shadow: 0px 0px 20px #aaa; 
	-webkit-box-shadow: 0px 0px 20px #aaa;
	/* background-color: rgba(79,2,38, 0.8); */
	background: url("../img/footer.webp") no-repeat 0% 0% / 100% 100%;
	display: inline-block;
	position:relative;

}

.shadow {
	box-shadow: 0px 0px 15px #000; 
	-moz-box-shadow: 0px 0px 15px #000; 
	-webkit-box-shadow: 0px 0px 15px #000;
	border: 1px solid #000;
}

.player_img {
	box-shadow: 0px 0px 10px #101;
	-moz-box-shadow: 0px 0px 10px #101;
	-webkit-box-shadow: 0px 0px 10px #101;
	border: 1px solid #000;
	border-radius: 2px;
}

a[href^=tel]{
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

.show_img {
	margin:10px;
	width:340px;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	border: 1px solid #000;
}

.img_category {
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
	border-radius: 2px;
}

.img_category:hover {
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 10px #aaa;
	-webkit-box-shadow: inset 0 0 10px #aaa;
	box-shadow: inset 0 0 10px #aaa;
	cursor: pointer;
}

.img_category img {
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}

.textbox { 
	font-family: "Quicksand", sans-serif;
	margin: 5px;
	border: 1px solid #000; 
	height: 35px; 
	width: 96%;
	font-size: 15px; 
	padding: 4px 4px 4px 4px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000;
	background-color: rgba(255,255,255, 0.9);
	color:#000;
}

.textbox:focus { 
	outline: none; 
	border: 1px solid #000; 
	box-shadow: 0px 0px 10px #955; 
	-moz-box-shadow: 0px 0px 10px #955; 
	-webkit-box-shadow: 0px 0px 10px #955;

}

.button {
	color: #ffffff;
	/* background: #000000;
	background-image: -webkit-linear-gradient(top, #332222, #221111);
	background-image: -moz-linear-gradient(top, #332222, #221111);
	background-image: -ms-linear-gradient(top, #332222, #221111);
	background-image: -o-linear-gradient(top, #332222, #221111);
	background-image: linear-gradient(to bottom, #332222, #221111);
	*/
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	padding:16px 10px;
	text-transform: uppercase;
	font-family: "Quicksand", sans-serif;
	background-color: rgba(200, 50, 150, 0.6);
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000;
}

.button:hover {
	background: #111111;
	background-color: rgba(200, 50, 100, 0.7);
	box-shadow: 0px 0px 10px #955; 
	-moz-box-shadow: 0px 0px 10px #955; 
	-webkit-box-shadow: 0px 0px 10px #955;
}

.name_f { font-size: 150px; }

.name {
	position: absolute;
	width: 100%;
	font-size: 120px;
	/* text-shadow: 0px 0px 10px #000; */
	letter-spacing: 5px;
	font-family: 'Merienda', cursive;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin-top:60px;
	/* transition: opacity 4s ease-in; */

  text-shadow: 
        /* first layer at 1px */
        -1px -1px 0px #000,
         0px -1px 0px #000,
         1px -1px 0px #000,
        -1px  0px 0px #000,
         1px  0px 0px #000,
        -1px  1px 0px #000,
         0px  1px 0px #000,
         1px  1px 0px #000,
        /* second layer at 2px */
        -2px -2px 0px #000,
        -1px -2px 0px #000,
         0px -2px 0px #000,
         1px -2px 0px #000,
         2px -2px 0px #000,
         2px -1px 0px #000,
         2px  0px 0px #000,
         2px  1px 0px #000,
         2px  2px 0px #000,
         1px  2px 0px #000,
         0px  2px 0px #000,
        -1px  2px 0px #000,
        -2px  2px 0px #000,
        -2px  1px 0px #000,
        -2px  0px 0px #000,
        -2px -1px 0px #000;
}

.blow {
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 17px;
	text-shadow:none;
	animation-duration: 3s;
	animation-name: blow;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	height:40px;
	line-height: 15px;
}
@keyframes blow {
	0% { color:#fff; }
	100% { color:#f5f; }
}

.header {
	width:100%;
	height:350px;
	position:relative;
/*
	-moz-box-shadow: 0px -40px 50px #000 inset, 0px 0px 50px 40px #000;
	-webkit-box-shadow: 0px -40px 50px #000 inset, 0px 0px 50px 40px #000;
	box-shadow: 0px -40px 50px #000 inset, 0px 0px 50px 40px #000;
*/
	border-bottom: 1px solid #000;
}


.header_slider {
	position: absolute;
	/* transition: opacity 4s ease-in; */
	width:100%;
	height:100%;
	/*
	-moz-box-shadow: inset 0px 0px 40px 20px #000;
	-webkit-box-shadow: inset 0px 0px 40px 20px #000;
	box-shadow: inset 0px 0px 40px 20px #000;
	*/
	transition: opacity 5s ease-in;
}

.header_slider + .header_slider { opacity: 0; }


.rand_img {
	width:40%;
	min-width:450px;
	height:400px;
	position:relative;
	float:right;
	margin:10px;
	margin-top: 40px;

	box-shadow: 0px 0px 20px #000; 
	-moz-box-shadow: 0px 0px 20px #000; 
	-webkit-box-shadow: 0px 0px 20px #000;
	border: 1px solid #000;

}


.rand_gallery {
	position: absolute;
	transition: opacity 1s ease-in;
	width:100%;
	height:100%;
	border: 1px solid #000;
}

.rand_gallery + .rand_gallery { opacity: 0; }

.header_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px -50px 50px #000, 0px 0px 50px #000;
	-webkit-box-shadow: inset 0px -50px 50px #000, 0px 0px 50px #000;
	box-shadow: inset 0px -50px 50px #000, 0px 0px 50px #000;
	top: 0;
	left: 0;
}

.menu {
	position: absolute;
	bottom: 0px;
	text-shadow: 0px 0px 10px #000;
	z-index:50;
	width: 100%;
}

.menu_back {
	width:100%;
	text-align: center;
	height:50px;
}

.menu_text {
	letter-spacing: 2px;
	color: #eee;
	font-size:20px;
	text-transform: uppercase;
	margin:12px;
	font-family: 'Merienda', cursive;
	text-shadow: 0px 0px 5px #000;
	display: inline-block;
}

.menu_text:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #888;
}

#mobile_menu { display: none; }

nav {
	position: absolute;
	bottom:20px;
	width: 70px;
	z-index:100;
	left:60px;
}

.dropdown-toggle {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	border: 1px solid #000; 
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000;
}

.dropdown {
	list-style-type: none;
	display:none;
	position: absolute;
	margin-top: 10px;
	margin-left:10px;
	width:400px;
	padding: 0;
	border-radius: 0 0 .2em .2em;
	background-color: #111;
}

.dropdown a {
	text-transform: uppercase;
	padding:15px 55px 15px 25px;
	color:#fff;
	width:100%;
	font-family: 'Muli';
}

.dropdown li {
	padding:20px;
	border-bottom:1px solid #000;
}

.profiili {
	border: 1px solid #000;
	box-shadow: inset 0px 0px 20px #B100A7; 
	-moz-box-shadow: 0px 0px 20px #B100A7; 
	-webkit-box-shadow: 0px 0px 20px #B100A7;
/*
	box-shadow: 0px 0px 10px #101; 
	-moz-box-shadow: 0px 0px 10px #101; 
	-webkit-box-shadow: 0px 0px 10px #101;
	border: 1px solid #000;
	border-radius: 2px;
	background: url("../img/col2.jpg") no-repeat 0% 0% / 100% 100% fixed
*/
}

table img {
	box-shadow: 0px 0px 10px #101; 
	-moz-box-shadow: 0px 0px 10px #101; 
	-webkit-box-shadow: 0px 0px 10px #101;
	border: 1px solid #000;
	border-radius: 2px;
}

td {
	padding:5px;
}

.content_out {
	/* 
	background-color: rgba(0, 0, 0, 0.3); 
	background: url("../img/content_bg.jpg") no-repeat 0% 0% / 100% 100% fixed;
	-moz-box-shadow:    0px 20px 40px #000 inset;
	-webkit-box-shadow: 0px 20px 40px #000 inset;
	box-shadow:         0px 20px 40px #000 inset;
	*/
	background-color: rgba(0,0,0, 0.3);
}

.content {
	/* display: inline-block; */
	display: table;
	position:relative;
	padding:30px;
	padding-top:80px;
	width:86%;
	height:100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	margin: auto;
}

.facebook_feed {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #000;
	position: relative;
	text-align: center;
	color: white;
	margin:10px;
}

.fb_msg {
	text-align: left;
	padding:10px;
	font-size:16px;
	line-height:18px;
	bottom:0px;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,1));
}

.fb_date {
	width:100%;
	text-align: center;
	padding:10px;
	top:0px;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.3));
}

.title {
	font-family: 'Merienda', cursive;
	letter-spacing: 2px;
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
	/* background-color: rgba(0, 0, 0, 0.5); */
	box-shadow: 0px 5px 10px 1px #aaa; 
	-moz-box-shadow: 0px 5px 10px 1px #aaa;
	-webkit-box-shadow: 0px 5px 10px 1px #aaa;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: -30px;
	padding: 20px;
	margin-bottom: 0px;
	border: 1px solid #000;
}

.title2 {
	font-family: Merienda;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.col1 {
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: inset 0px 0px 50px #000;
	-moz-box-shadow: inset 0px 0px 50px #000;
	-webkit-box-shadow: inset 0px 0px 50px #000;
	padding: 30px;
	margin: 10px;
	width: 50%;
	float: left;
	min-width: 450px;
	letter-spacing: 0.1px;
	text-shadow: -2px 2px 1px black;
	font-family: 'Muli', sans-serif;
	box-shadow: inset 0px 0px 40px #000;
	-moz-box-shadow: inset 0px 0px 40px #000;
	-webkit-box-shadow: inset 0px 0px 40px #000;
	border: 1px solid #000;
/*
	padding:10px;
	width: 50%;
	float:left;
*/
}

.trip {
	color: #fff;
	text-shadow: 2px 1px 1px #000;
	line-height: 15px;
}

.trips {
	/* 
	background-color: rgba(0, 0, 0, 0.2); 
	background: url("../img/tours.jpg") no-repeat 0% 0% / 100% 100%;
	color: #000;
	background-color: #467;
	*/
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: inset 0px 0px 50px #000;
	-moz-box-shadow: inset 0px 0px 50px #000;
	-webkit-box-shadow: inset 0px 0px 50px #000;
	padding: 30px;
	margin: 10px;
	width: 40%;
	float: right;
	min-width: 450px;
	letter-spacing: 0.1px;
	text-shadow: -2px 2px 1px black;
	font-family: 'Muli', sans-serif;
	box-shadow: inset 0px 0px 40px #000;
	-moz-box-shadow: inset 0px 0px 40px #000;
	-webkit-box-shadow: inset 0px 0px 40px #000;
	border: 1px solid #000;
}

.col2 {
	/* background-color: rgba(20, 30, 40, 1); */
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:30px;
	margin-right:50px;
	margin-top:10px;
	/* padding:10px; */
	width: 40%;
	float:right;
	min-width:300px;
	max-width:500px;
	border: 1px solid #000;
	box-shadow: inset 0px 0px 40px #000;
	-moz-box-shadow: inset 0px 0px 40px #000;
	-webkit-box-shadow: inset 0px 0px 40px #000;
	border: 1px solid #000;


}
.col2 img {
	box-shadow: inset 0px 0px 50px #000;
	-moz-box-shadow: inset 0px 0px 50px #000;
	-webkit-box-shadow: inset 0px 0px 50px #000;
	border-radius: 2px;
	background: url("../img/col2.jpg") no-repeat 0% 0% / 100% 100%;
}



.col3 {
	background-color: rgba(130, 0, 150, 0.2);
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000;
	padding:30px;
	width: 95%;
	float:left;
	min-width:400px;
	margin:20px;
	border: 1px solid #000;
}

.board {
	width: 350px;
	position:relative;
	display: inline-table;
	/* display: inline-block; */
	/* margin:50px 30px; */
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	/* transition: all .2s ease-in-out; */
	height:270px;
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.board:hover {
	/*
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
	*/
}

.board_text {
	margin: -10px 0px 0px 5px;
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	background-color: rgba(0,0,0, 0.3);
	border-bottom:1px solid #000;
	font-size:12px;
	width:90%;
	line-height: 17px;
}

.popup {
	position:fixed;
	top:0; left:0; bottom:0; right:0;
	background-color: rgba(0,0,0, 0.5);
	display:none;
	z-index:100;
}

.cont_popup {
	position:fixed;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	background-color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #000;
	box-shadow: 0px 0px 30px #000; 
	-moz-box-shadow: 0px 0px 30px #000; 
	-webkit-box-shadow: 0px 0px 30px #000;
	z-index:99;
}

.close_popup {
	box-shadow: none;
	font: bold 50px sans-serif;
	padding:5px 15px 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgba(0,0,0, 0.8);
	cursor:pointer;
	color:#ddd;
	box-shadow: 10px 0px 30px #000; 
	-moz-box-shadow: 0px 0px 30px #000; 
	-webkit-box-shadow: 0px 0px 30px #000;
}

.close_popup:hover {
	padding:6px 16px 5px;
}

.footer {
	padding:20px 170px 200px 180px;
	text-align: center;

	color:#fff;
	width:100%;
	position:absolute;
	background: url("../img/footer.webp") no-repeat 0% 0% / 100% 100%; 
	text-shadow: 0px 0px 3px #000;
	background-color: rgba(0,0,0, 0.3);
}

.viihde {
	float:left;
	width: 50%;
	text-align:left;
}

.share-buttons {
	float:right;
	width: 50%;
	text-align: right;
	margin-top:30px;
}

.share-buttons a {
	margin:9px;
}

.produced {
	position: absolute;
	bottom: 50px;
	width: 80%;
	text-align: center;
	height:0px;
}

.iframe {
	width:100%;
	height:280px;
	margin-bottom: 40px;
}

#overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        background: #000;
        pointer-events: none;
        opacity: 0.8;
        color: #fff;
}


.maskotti {
	float:right;
	vertical-align:text-bottom;
	width:255px;

}

/* KESKIKOKO */
@media screen and (max-width: 1200px) and (min-width: 750px) {
	.header { height: 300px;}
	.col1, .col2, .trips { width:100%; max-width:100%; margin:0px; margin-bottom: 20px; float:left; }
	.rand_img { height: 400px; width: 100%; }
	.name_f { font-size: 100px; }
	.name { margin-top:40px; height: 200px; font-size: 70px; }
	html { background: url("../img/bg2.webp") no-repeat 0% 0% / 100% 100% fixed; }
	.content_out { margin: auto; width: 80%; background-color:transparent; }
	.maskotti { width: 220px; }
	.footer { padding: 20px 60px 200px 60px; }
	.viihde { width: 40%; } 
	.share-buttons { width: 60%; } 
	.share-buttons img { width: 90px; } 
}

/* PIENI KOKO */
@media screen and (max-width: 750px) {
	#mobile_menu { display: inline; }
	.header { height: 250px;}
	.menu_text { display:none; }
	.col1, .col2, .trips { width:100%; max-width:100%; margin:0px; margin-bottom: 20px; float:left; }
	.name_f { font-size: 60px; }
	.name { margin-top:30px; padding-top: 30px; height: 150px; font-size: 40px; }
	/* html { 	background: none; background-color: rgba(0, 0, 0, 0); background-color: #000; } */
	html { background: url("../img/bg3.webp") no-repeat 0% 0% / 100% 100% fixed; }
	.menu_back { height: 65px; }
	.content_out { margin: auto; width: 100%; background-color:transparent; }
	.rand_img { height: 300px; width: 100%; }
	.maskotti { width: 180px; }
	.footer { padding: 20px 60px 350px 60px; }
	.viihde { width: 40%; } 
	.share-buttons { width: 60%; } 
	.share-buttons img { width: 65px; }
	.share-buttons a { margin: 5px;}
	video { width: 131px; height: 160px;}
}

@media screen and (orientation: portrait) {

}

@media screen and (orientation: landscape) {

}