@import url('https://fonts.googleapis.com/css?family=Handlee|Kaushan+Script|Merienda|Poiret+One|Spinnaker|Quicksand|Miss+Fajardose');

/* 1,7,8,12, 14, 17, 23 */

html { height: 100%; width: device-width; 
	background: url("../img/content.jpg") 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; 
}

h1 {
	font-family: 'Handlee', cursive;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-size: 25px;
	font-weight: normal;
}

h3 {
	font-weight: unset;
	margin-left:10px;
}

div[id^="dot"] {
	transition: opacity 2s ease-in;
}

hr { 
	border: 1px solid #111;
	border-bottom: 0px;
}


.header {
	width:100%;
	height:400px;
	position:relative;
	border-bottom: 1px solid #000;
	background: url("../img/header.jpg") no-repeat 0% 0% / 100% 400px fixed;
}

.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;
}

body {
	line-height:25px;
	letter-spacing: 0.2px;
	color: #000;
	height:100%;
	font-size: 18px;
	text-shadow: 0px 0px 3px #fff;
	font-family: 'Quicksand', sans-serif;
}

.logo {
	height: 80%;
}

a {
	text-decoration: none;
	text-align:center;
	color:#35f;
}

ul {
	margin: 20px;
}

li { 
	background: url("../img/check.png") no-repeat left top; 
	padding: 3px 0px 10px 40px;
	list-style: none; 
}

.col1 {
	padding:30px;
	width: 60%;
	float:left;
	min-width:400px;
	max-width:700px;
	margin:20px;
}

.col2 {
	padding:30px;
	margin:20px;
	width: 32%;
	float:left;
	min-width:300px;
	/* max-width:500px; */
}

.menu {
	position: absolute;
	bottom: 0px;
	text-shadow: 0px 0px 10px #000;
	z-index:50;
	width: 100%;
}

.menu_back {
	width:100%;
	text-align: center;
	height:70px;
}

.menu_text {
	letter-spacing: 2px;
	color: #fff;
	font-size:25px;
	text-transform: uppercase;
	margin:12px;
	text-shadow: 2px 2px 0px #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 35px;
	color:#fff;
	width:100%;
}

.dropdown li {
	padding:30px;
	border-bottom:1px solid #000;
	background: url("../img/check.png") no-repeat 20px 25px;
}

.content_out {
	/* background-color: rgba(0,0,0, 0.3); */
}

.content {
	display: inline-block;
	position:relative;
	padding:30px;
	padding-top:50px;
	width:100%;
	height:100%;
}

.textbox { 
	font-family: "Quicksand", sans-serif;
	margin: 5px 5px 15px 5px;
	border: 1px solid #fff; 
	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: #000;
	border: 1px solid #fff;
	-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, 200, 200, 0.5);
	box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000;
}

.button:hover {
	background-color: rgba(150, 150, 150, 0.7);
	box-shadow: 0px 0px 10px #955; 
	-moz-box-shadow: 0px 0px 10px #955; 
	-webkit-box-shadow: 0px 0px 10px #955;
}

.footer {
	padding:40px;
	text-align: center;
	color:#222;
	width:100%;
	position:relative;
	text-shadow: none;
	background-color: rgba(0,0,0, 0.1);
	display:grid;
	border-top: 1px solid #aaa;
}

.share-buttons {
	position: absolute;
	right: 50px;
	margin-top:50px;
}
.share-buttons a {
	margin:5px;
}

.footertext {
	position: absolute;
	left: 50%;
	top: 50px;
}




















/*

.topnew {
	border: 1px solid #000;
	padding: 20px;
	box-shadow: 0px 0px 15px #000; 
	-moz-box-shadow: 0px 0px 15px #000; 
	-webkit-box-shadow: 0px 0px 15px #000;
}

.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;
}

.show_img:hover {

}

.img_category {
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
	border-radius: 2px;
}

.img_category:hover {
	border: 1px solid #311;
	-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;
}










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;
}



.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 #000; 
	-moz-box-shadow: 0px 5px 10px #000; 
	-webkit-box-shadow: 0px 5px 10px #000;
	border-radius: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: -30px;
	padding: 20px;
	margin-bottom: 0px;
}

.title2 {
	font-family: Merienda, cursive;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.col1 {
	width: 50%;
	float:left;
	min-width:400px;
	max-width:700px;
	margin:20px;
}

.col2 {
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 60px #323; 
	-moz-box-shadow: 0px 0px 60px #323; 
	-webkit-box-shadow: 0px 0px 60px #333;
	padding:30px;
	margin:20px;
	width: 40%;
	float:right;
	min-width:300px;
	max-width:500px;
	border: 1px solid #000;
}

.col2 img {
	border-radius: 2px;
}

.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;
	-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;
}

.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;
}



*/

/* KESKIKOKO */
@media screen and (max-width: 1200px) and (min-width: 750px) {
	.header { height: 300px;}
	.menu_back { height: 60px; }
	.col1, .col2 { width:100%; max-width:100%; margin:0px; margin-bottom: 20px; float:left; }
	.name_f { font-size: 120px; }
	.name { margin-top:40px; height: 200px; font-size: 80px; }
	.content_out { margin: auto; width: 80%; background-color:transparent; }
	.menu_text { font-size:20px; letter-spacing: 0.5px; margin: 9px; }
}

/* PIENI KOKO */
@media screen and (max-width: 750px) {
	#mobile_menu { display: inline; }
	.header { height: 250px;}
	.menu_text { display:none; }
	.col1, .col2 { width:100%; max-width:100%; margin:0px; margin-bottom: 20px; float:left; }
	.name_f { font-size: 70px; }
	.name { margin-top:30px; padding-top: 30px; height: 150px; font-size: 50px; }
	.menu_back { height: 65px; }
	.content_out { margin: auto; width: 100%; background-color:transparent; }
	.footertext { position: initial; margin-top: 20px; }
}

@media screen and (orientation: portrait) {

}

@media screen and (orientation: landscape) {

}