.hidden {
	display: none;
}

.glass {
	opacity: 0.15;
	background-color: #000000;
}

.window {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
}

.full {
	position: relative;
	width: 100%;
	height: 100%;
}

.selected {
	color: #ffffff;
	box-shadow: inset 0 0 10px black;
}

.top {
	z-index: 65535;
}

.marker {
	border: 2px solid #fbd568;
}

#id_help {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
/*	background-color: white;// rgba(0, 0, 0, 0.7);*/
	border: 1px solid black;
	outline: 1px solid white;
}

#id_site {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#id_glass {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 29.8%;
    overflow: hidden;
}

#id_menu {
	position: absolute;
	top: 10px;
	left: 1.2%;
	max-width: 66%;
	/*right: 31.2%;*/
}

.menu {
	position: relative;
	float: left;
	cursor: pointer;
	background: #2f4f4f;
	text-align: center;
	margin: 6px 6px 6px 6px;
	padding: 2px 6px 2px 6px;
	opacity: 0.8;
	font-size: 25px;
	font-family: Palatino Linotype, sans-serif;
	color: #ffffff;
}

#id_language {
	position: absolute;
	bottom: 10px;
	left: 1.2%;
	/*right: 31.2%;*/
}

.language {
	position: relative;
	float: left;
	cursor: pointer;
	background: gray;
	text-align: center;
	margin: 6px 6px 6px 6px;
	padding: 2px 10px 2px 10px;
	opacity: 0.8;
	font-size: 25px;
	font-family: Palatino Linotype, sans-serif;
	color: #ffffff;
}

.glow {
	box-shadow:1px 1px 20px #008b8b;
}

.glassName {
	position: absolute;
	top: 10px;
	left: 10%;
	width: 80%;
}

.tooltip {
	position: absolute;
	color: white;
	border: 2px #ffffff solid;
	background-color: #000000;
	padding: 2px 20px 2px 20px;
	text-align: center;
}

#id_background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: 0 url('../image/back.jpg') no-repeat;
	background-size: cover;
}

#id_designAndImplementation {
	position: absolute;
	right: 0;
	width: 30%;
	bottom: 5px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: center;
	font-size: 13px;
}