html {
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	border: 0;
	padding: 0;

}

body {
	padding: 0;
	margin: 0;
}

#header {
	height: 100px;
}

#header-container {
	width: 90%;
	margin: auto;
}

#header-left {
	float: left;
	width: 25%;
	margin-top: 13px;
}

#header-left img {
	width: 200px;
	height: auto;
}

#header-left img.logo1 {
	width: 60px;
	vertical-align: -20px;
}

#header-left img.logo2 {
	width: 160px;
	padding-left: 10px;
}

.menu {
	float: right;
	width: 70%;
	height: 100px;
	font-size: 17px;
}
.menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: grey;
	padding-top: 40px;
	padding-bottom: 44px;
	width: 125px;
}

.menu a:hover {
	cursor: pointer;
	background: #019DDD;
	color: white;
}

#cover {
	background-image: url('img/cover_work.jpg');
	background-size: cover;
	height: 400px;
}

#content-container {
	width: 90%;
	margin: auto;
}

#welcome-txt {
	width: 100%;
	margin: auto;
	font-size: 20px;
	text-align: center;
}

#coordinate-pic {
	background-image: url('img/map.png');
	margin: auto;
	background-repeat:no-repeat;
	display: block;
	height: 450px;
	width: 1094px;
	position: relative;
	background-position: center;
}

.mline {
	border: 1px solid blue;
	position: absolute;
}

.mark {
	font-weight: bold;
	position:absolute;
	z-index:50;
	color: red;
}

p.logo-txt {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	color: #D7D7D7;
}

img.logo-inno {
	vertical-align: -28px;
}

#footer-container {
	text-align: right;
}

#boxes {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #23A0DD;
}


#loaderDiv{
	position: absolute;
	z-index: 9999;
	top: 639px;
	left: 41%;
	z-index: 9999;
	font-size: 385%;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.boxes-form input {
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	height: 27px;
	text-align: right;
	padding-right: 10px;
	width: 100px;
	font-size: 15px;
}

input[type=submit] {
	background-color: #23A0DD;
	color: white;
	text-align: center;
	font-weight: bold;
	border: 0;
	height: 33px;
	padding-top: 3px;
	margin-left: 25px;
	border-radius: 3px;
	width: 125px;
}


