@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
	width: 100%;
	background-color: #46463B;
	background:url(../imgs/main-background-fade.jpg);
	background-color: #3D3838;
	background-repeat: repeat-x;
}

video {
	/* max-width:624px;
min-height:250px; */
	
}
/* -- main layouts -- */
#mainBlock {
	width: 100%;
	min-width: 768px;
	position: relative;
}

/* #headerBlock { */
/* 	width: 100%; */
/* 	height: 50px; */
/* 	position: relative; */
/* 	z-index: 10000; */
/* } */

/* #headerBlock .logoNav { */
/* 	overflow: hidden; */
/* } */

/* --- introduction layouts -- */
#mainBlockIntroduction {
	min-width: 768px;
	overflow: auto;
}

.scrollingContainer {
	min-width: 860px;
	overflow-x: auto;
	position: relative;
	padding: 40px 0px 40px 10px;
}

.leftColIntroduction {
	width: 350px;
	margin-left: 20px;
	float: left;
}

.rightColIntroduction {
	min-width: 350px;
	width: 600px;
	float: left;
	margin-left: 40px;
}
/* end introduction layouts -- */
/* ---- warning for small monitors as the overlays will not fit -- */
@media only screen and (min-width: 890px) {
	#screenSizeWarning {
		display: none;
	}
}

@media only screen and (max-width: 890px) {
	#screenSizeWarning {
		display: block;
		position: absolute;
		top: 30%;
		left: 35%;
		width: 300px;
		z-index: 30000;
		background-color: #C0C0C0;
	}
	#screenSizeWarning .cont {
		padding: 10px;
	}
	#screenSizeWarning h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 22px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	#screenSizeWarning p {
		padding: 0px 0px 10px 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 140%;
	}
}