html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;	

	color: #333;
	background-color: #fff;

	margin: 0;
	padding: 0;
	
	font-size: 15px;
	
	height: 100%;
	
	-webkit-text-size-adjust: none;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
}

p, a {
	font-family: "FrutigerLTW01-47LightCn", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, a, p, ul, li {
	margin: 0;
	padding: 0;
}

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;	

	border: 0px black solid;
}

#wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 600px;
	height: 600px;
	
	overflow: hidden;

}

#virevahti {
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 600px;
	height: 600px;
	
	overflow: hidden;

	display: none;
}

#liikenneturva {
	position: absolute;
	left: 0px;
	right: 0px;
	
	width: 200px;
	opacity: 0;
}

#titleVirevahti {
	position: absolute;
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
	color: #fff;
	
	font-size: 50px;

	text-shadow: 0px 0px 20px #000;
}

#bgHolder {
	position: relative;
}

.bgImage {
	position: absolute;
	width: 600px;
	height: 600px;
	display: none;
}

#hours {
	position: absolute;
	left: 0px;
	top: 0px;
}

#bgHours, #hoursPlus, #btnAddHour, #btnSubHour {
	position: absolute;
	
	width: 100px;
	height: 100px;
}

#iconAddHour, #hiliteAddHour, #iconSubHour, #hiliteSubHour {
	position: absolute;
	width: 100px;
	height: 100px;
}

#hiliteAddHour, #hiliteSubHour {
	opacity: 0;

    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;		
}

#btnAddHour, #btnSubHour {
	cursor: hand;
	cursor: pointer;
}

#btnAddHour:hover #hiliteAddHour {
	opacity: 1;
}

#btnSubHour:hover #hiliteSubHour {
	opacity: 1;
}

#txtHours, #txtHours2 {
	font-family: "FrutigerLTW01-47LightCn", Helvetica, Arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	background-color: rgba(0,0,0,0.75);
	padding: 5px 10px 5px 10px;
	text-shadow: 0px 0px 8px #000;

	border-radius: 6px;
}


#hoursValue {
	position: absolute;
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
	color: #190a0b;
	
	text-align: center;
	font-size: 50px;

	border: 0px black solid;
	background-color: rgba(0,0,0,0);
	padding: 0;
}

#btnCheck, #bgBtnCheck, #hiliteBtnCheck {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	cursor: hand;

}

#hiliteBtnCheck {
	opacity: 0;

    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;	
}

#btnCheck:hover #hiliteBtnCheck {
	opacity: 1;
}

#btnCheck:hover #txtBtnCheck {
	color: #333;
}

#txtBtnCheck {
	font-family: "FrutigerLTW01-47LightCn", Helvetica, Arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;

    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

#result {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

#bgResult {
	width: 600px;
	height: 600px;
}

#headerResult {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #fff;	
	text-align: left;
	white-space: nowrap;
}

#valueResult {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #43140a;	
	text-align: center;
	width: 600px;
}

#bgValueResult {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 600px;
}

#titleResult {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "FrutigerLTW01-67BoldCn", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #fff;	
	text-align: left;
	width: 600px;
	text-transform: uppercase;
}

#txtResult {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "FrutigerLTW01-47LightCn", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 135%;
	color: #fff;
	text-align: justify;
	text-justify: inter-word;
	width: 600px;
}

#btnAgain {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 150px;

	padding: 10px 0px;
	border: 1px solid white;
	border-radius: 4px;

	cursor: pointer;
	cursor: hand;

    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;	

    opacity: 0;
    display: none;
}

#btnAgain p {
	position: relative;
	top: 1px;
	font-family: "FrutigerLTW01-47LightCn", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;

    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;	
}

#btnAgain:hover {
	background-color: #fff;
}

#btnAgain:hover p {
	color: #333;
}

#widthCheck {
	position:  fixed;
	top:  1px;
	left:  0px;
	z-index:  999;
	width:  100%;	
	height:  1px;
	background-color:  #000000;
	overflow: hidden;
	visibility: hidden;
}

#heightCheck {
	position:  fixed;
	top:  0px;
	left:  1px;
	z-index:  998;
	width:  1px;	
	height:  100%;
	background-color:  #000000;
	overflow: hidden;
	visibility: hidden;
}
