/* RESET */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {	
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

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

img {
	display: block;
}

html, body {
	-webkit-text-size-adjust: none;	

	color: #eee;
	background-color: #111;
}

a {
	text-decoration: none;
}

img {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
    -webkit-user-drag: none;
    user-drag: none;	
}

/*

STRUCTURE

*/

#bg {
	position: fixed;
	top: 0px;

	max-width: 1500px;
	min-width: 100%;
	min-height: 100%;

	background-size: 1500px 1000px;

	display: none;

	z-index: 4;
}

.gapL {
	height: 80px;
}

.gap {
	height: 50px;
}

.gapS {
	height: 30px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.reset {
	clear: both;
}

.marginLeft {
	margin-left: 50px;
}

.marginRight {
	margin-right: 50px;
}

.roundCorners {
	border-radius: 10px;
}

.bgDark {
	position: relative;
	background-color: #445259;
}

.bgDark h1, .bgDark h2 {
	margin: 0 30px 20px 30px;
}

.bgDark p {
	color: #fff;
	margin: 0 30px 0 30px;
}

.bgDark a:hover {
	color: #fff;
}

#newsBlock img {
	width: 100%;
	height: auto;
}

.rightColumnImage {
	width: 100%;
	height: auto;
	max-width: 325px;
}

.visibleWide {
	display: block;
}

.visibleNarrow {
	display: none;
}

#widthCheck {
	position:  fixed;
	top:  0px;
	left:  0px;
	z-index:  999;
	width:  100%;	
	height:  1px;
	background-color:  black;
	display: none;
}

#heightCheck {
	position:  fixed;
	top:  0px;
	left:  1px;
	z-index:  998;
	width:  1px;	
	height:  100%;
	background-color:  black;
	display: none;
}

#debug {
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #1e1e1e;
	color: #0f0;
	z-index:10000;
	display: none;
	width: 300px;
}

/*

TYPOGRAPHY

*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Signika", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 125%;
	
	color: #55b830;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;
	margin-bottom: 15px;
}

h3 {
	font-size: 25px;
}

a {
	font-weight: 600;
	
	color: #55b830;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}


a:hover {
	color: #111;
}

p {
	font-family: "Signika", Helvetica, Arial, sans-serif;
	font-weight: 300;

	font-size: 20px;
	line-height: 140%;
	
	color: #445259;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

p img {
	max-width: 100%;
	height: auto;
}

.bigText {
	font-size: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

.boldText {
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

/*

NAVIGATION

*/

#navi {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: rgba(68,82,89, 0);
	display: none;
}

.naviItem {
	float: left;
	cursor: pointer;
}

.naviItem:hover {
	background-color: #fff;
}

.naviItem:hover p {
	color: #445259;
}

.naviItem p {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	margin: 15px 15px 15px 15px;
}

#naviMargin {
	width: 1px;
	height: 1px;
}

#naviLogo {
	height: 100%;
	width: auto;
}

#btnOpenMenu {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 60px;
	cursor: pointer;
	z-index: 200;

	display: none;
}

#menu {
	position: fixed;
	z-index: 300;
	left: 0px;
	top: 0px;
	background-color: #445259;
	color: #fff;

	width: 100%;
	height: 100%;

	text-align: center;

	display: none;

	overflow: scroll;
}

#btnCloseMenu {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 60px;
	cursor: pointer;
}

.gapMenu {
	height: 80px;
}

.menuItem {
	padding: 20px 0px 15px;
	cursor: pointer;
	cursor: hand;
}

.menuItem:hover {
	background-color: #55b830;
}

.menuText {
	font-family: "Signika", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 30px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		

	color: #fff;

	text-align: center;	
}

/*

HEADER

*/


#header {
	position: relative;

	max-width: 1000px;
	height: 550px;
	margin: 0 auto;

	z-index: 10;
}

#headerLogo {
	position: absolute;
	bottom: 30px;

	width: 600px;
	height: auto;
}

/*

CONTENT

*/

#wrapper {
	overflow: hidden;
	display: none;
}

#content {
	position: relative;

	max-width: 1000px;

	margin: 0 auto;

	background-color: #fff;

	z-index: 11;
}

.contentCorners {
	border-radius: 10px;
}

.leftColumn {
	width: 525px;
	float: left;
}

.rightColumn {
	width: 325px;
	float: right;
}

.hinnastoColumn {
	width: 325px;
	float: right;
}

#newsBlock {
	margin-bottom: 50px;
	display: none;
}

.quoteStart {
	position: absolute;
	left: 30px;
	top: 30px;
}

.quoteEnd {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#hinnasto {
	background-image: url("images/bg_hinnasto.jpg");
	background-repeat: no-repeat;
	background-position: top center;

	width: 100%;
}

.hinnastoTopAdjust {
	position: relative;
	left: 0px;
	top: 7px;
}

#hinnasto p {
	float: left;
	width: 68%;

	margin-top: 10px;
	color: #fff;
}

#hinnasto h4 {
	float: right;
	width: 32%;

	margin-top: 10px;
	color: #fff;

	font-weight: 300;
	font-size: 20px;
	line-height: 140%;

	text-align: right;
}

/*

FOOTER

*/

#yinyang {
	position: fixed;
	bottom: 50px;
	z-index: 5;
	display: none;
}

#taikalehto {
	/*
	position: fixed;
	bottom: 30px;
	z-index: 6;
	display: none;
	*/
	position: relative;
	z-index: 999;
	margin: 0 auto;
	display: none;
	width: 200px;
	height: auto;
}

/*

MEDIA QUERIES

*/

@media (max-width: 600px) {
	.hinnasto p, .hinnasto h4 {
		width: 100%;
	}

	.hinnasto h4 {
			text-align: left;
			margin-top: 5px;
			margin-bottom: 15px;
	}

}

@media (max-width: 750px) {
	#newsBlock {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}


