
/**
 * Elements
 *
 */

	body {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
	}

	h2 {
		display: inline-block;
		color: black;
		font-size: 3em;
		font-weight: normal;
	}

	.strong {
		font-weight: bold;
	}

	a:hover {
		text-decoration: none;
	}


/**
 * Page Wrapper
 *
 */

.page-wrapper {
	width: 700px;
	margin: 0 auto;
	margin-top: 1em;
}

	header {
		margin-bottom: 40px;
	}


/**
 * Prezzi
 *
 */

.prezzi-player {
	margin-top: 2em;
}


/**
 * Facebook
 *
 */

.facebook {
	position: absolute;
	bottom: 120px;
	right: 20px;
	/*padding:30px 10px 10px 30px;*/
	z-index: 9999999999;
	background-color: rgba(255,255,255,0.8);
}

	.facebook iframe {
		border: none !important;
	}


/**
 * Buttons
 *
 */

.preload-buttons {
	visibility: hidden;
}

.button-container {
	position: absolute;
	top: -20px;
	right: 20px;
	height: 130px;
	z-index: 9999999999;
	/*background-color: rgba(255,255,255,0.8);*/
}

	.button {
		display: inline-block;
		width: 170px;
		height: 180px;
		font-size: 0;
	}

		.button__input {
			background: url('img/input.png') no-repeat;
		}
			.button__input:hover,
			.button__input.active {
				background: url('img/input-hover.png') no-repeat;
			}

		.button__output {
			background: url('img/output.png') no-repeat;
		}
			.button__output:hover,
			.button__output.active {
				background: url('img/output-hover.png') no-repeat;
			}

		.button__about {
			background: url('img/about.png') no-repeat;
		}
			.button__about:hover,
			.button__about.active {
				background: url('img/about-hover.png') no-repeat;
			}


/**
 * Forms
 *
 */

label {
	cursor: pointer;
}

input[type="text"] {
	font-size: 1em;
	padding: 10px;
	min-width: 400px;
	height: 20px;
}

input[type="submit"] {
	font-size:1em;
}


/* error styling for single input items */
.form-error,
input.form-error {
	color: #BF0A30;
}
input.form-error {
	border: 1px solid #BF0A30;
}


/* The message div if one ore more fields have an error */
.form-error-message,
.form-success-message {
	font-size: 1.5em;
	margin: 20px 0;
}
.form-success-message {
	color: #84A530;
}
.form-error-message {
	color: #BF0A30;
}


.form-row {
	margin-bottom: 20px;

}

	.form-row-title {
		display: block;
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.form-info {
		display: block;
		color: #999;
		margin: 10px 0;
	}

	.form-required:after {
		content: ' *';
		color: #BF0A30;
	}



/**
 * Footer Container
 *
 */

	footer {

		display: block;
		background: black;
		width: 100%;
		margin-top: 60px;
	}

		.center {
			width: 700px;
			margin: 0 auto;
		}
			footer a {
				display: block;
				line-height: 100px;
				color: white;
				font-size: 3em;
			}


/**
 * Overwrite axZm Styles
 *
 */

	.zoomContainer {
		background-image: url('krizl-logo.jpg');
		background-color: #fff;
	}


	.zFsRes {
		background-color: white !important;
	}

