.page {
	width: 970px;
	margin: 0 auto;
	/*border: 1px dotted #000000;*/
}

.langButton {
	float: right;
	margin: 10px 5px;
}
.langButton a {
	text-align: center;
	font-size: 12px;
	background: #333333;
	color: #eeeeee;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 8px;
	border-radius: 10px;
}
.langButton a:hover {
	background: #c94242;
	color: #eeeeee !important;
}
.font-size-18 {
	font-size: 18px !important;
}

.max-width-100 {
	max-width:100% !important;
}
.iframe-map {
	max-width: 100% !important;
	min-width: 100% !important;
	height: 600px !important;
}
.iframe-video {
	max-width: 100% !important;
	width: 640px !important;
	height: 360px !important;
}
.padd-left-7 {
	padding-left: 7px !important;
}
.invisibile {
	visibility: hidden !important;
	display: none !important;
}
.marg-top-20 {
	margin-top: 20px !important;
}