html {
  position: relative;
  min-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
body {
  /* Margin bottom by footer height */
  margin-top:70px;
  margin-bottom: 120px;
  font-family: 'Roboto Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;	
}

#menu {
	overflow:hidden;
	background:#438aba;
	margin:0 0 30px;	
	border-bottom:1px solid #666;
	position:fixed;
	top:0;
	width:100%;
	z-index:5000;
	box-shadow:2px 2px 3px #666;
}
#menu ul{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;	
	text-decoration:none;
}
#menu ul li {
	display:inline-block;
	border-right:1px solid #666;
}
#menu ul li:last-child{
	border:0;	
}
#menu ul li a {
	display:block;
	padding:3px 10px;
	color:#fff;	
	font-size:18px;
	text-transform:uppercase;
}
#menu ul li a:hover {
	text-decoration:none;
	opacity:0.5;	
}
.navbar-toggle .icon-bar {
	background:#fff;	
}
.hidden-nav {
	color:#fff;
	display:block;
	font-size:25px;
	margin:8px 0 0 7px;
}
.hidden-nav:hover {
	text-decoration:none;
	color:#fff;
}
#header {
	background:#eee;
	margin:30px 0;
	padding:20px 0;	
}
#header h1, #header h2 {
	margin:0;
	padding:0;	
}
#header img {
	width:250px;
	height:auto;	
}

.home #content {
	background:#438aba;
	margin:30px 0;	
	padding:20px 0;
	min-height:300px;
	color:#b7c5d1;	
}
.home #content h2 {
	color:#b7c5d1;
	font-weight:bold;
	text-shadow: 2px 2px 3px #666;	
	font-size:40px;
	text-transform:uppercase;
}
.home #content p {
	font-size:25px;	
}
.home #content .banner-container {
	/*border:3px solid #fff;
	-webkit-box-shadow: 5px 5px 5px 0 #000;
	box-shadow: 5px 5px 5px 0 #000;*/
	margin:0;
	padding:0;
	overflow:hidden;
}
.home #content .banner {
	margin:0;
	padding:0;
	box-sizing:border-box;
	list-style:none;
	overflow:hidden;
	height:300px;
}
.home #content .banner li {
	float:left;	
}
.home #content .banner li a {
	float:left;	
	display:block;	
	width:auto;
	height:auto;
}
.home #content .banner li img{
	display:block;
	width:100%;
	height:auto;
	max-width:450px;
}

.home #subcontent {
	margin:30px 0;	
}
.home #subcontent h3 {
	font-weight:25px;
	border-bottom:1px solid #333;
	text-align:center;
	text-transform:uppercase;
	padding:0 0 5px;
}
.home #subcontent p {
	font-size:17px;	
}

.home #subcontent img {
	width:100%;
	max-width:150px;	
	height:auto;
	margin:0 auto;
	display:block;
	opacity:0.8;
}
#content {
	margin:30px 0;
	font-size:18px;	
}
#content h2 {
	/*font-weight:25px;*/
	text-transform:uppercase;
	color:#002740;
	font-weight:bold;
}
#content .cat {
	clear:both;
	padding:30px 0;
}
#content .cat h3 {
	
}
#content .references {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;	
}
#content .references li {
	display:block;
	float:left;
	/*width:16.66666667%;*/
	width:25%;
	/*padding:7px 15px 25px;*/
	box-sizing:border-box;	
	background:#438aba;
	border-right:15px solid #fff;
	border-bottom:15px solid #fff;
}
#content .references li div {
	transition: all 0.5s ease;
	z-index: 999;
	background:#438aba;
	cursor:zoom-in;
}
#content .references li p {
	margin:0;
	padding:0;
	line-height:normal;	
}

#content .references li div .descr {
	display:none;
	transition: all 0.5s ease;	
}
#content .references li div:hover{
	position:relative;
	/*background: #eee;*/
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	transform:scale(1.5);
	-webkit-box-shadow: 0px 0px 19px  rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 0px 19px  rgba(50, 50, 50, 0.95);
	box-shadow:         0px 0px 19px  rgba(50, 50, 50, 0.95);
	border:none;
	z-index: 9999;
}

#content .references li div:hover .descr {
	display:block;	
	position:absolute;
	background:#eee;
	font-size:10px;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #438aba;
}
#content .references li img {
	width:100%;
	max-width:350px;
	height:auto;	
}
#content .references li h4 {
	text-align:center;
	padding:5px 0;
	margin:0;
	color:#fff;	
	font-size:17px;
}
.contactform div{
	margin:5px 0;
}
.contactform label {
	float:left;
	width:150px;	
}
.contactform input {
	width:auto;	
}
.contactform textarea {
	width:300px;	
}
.contact-map {
	width:100%;
	height:350px;
	max-width:100%;	
	margin-bottom:25px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #b7c5d1;
	margin:0;
	padding:0;	
}
.footer p {
	text-align:center;
	margin:0;
	padding:12px 0;	
	font-size:17px;
}
.footer a {
}

.infoBox {
	padding: 10px;
	border: 1px solid-black;
	background-color: #fff;
	border-radius: 8px;
	box-shadow:2px 2px 3px #666;
	font-size:15px;
}
.m_tooltip {
  padding: 0.5em;
  border: 1px solid-black;
  border-radius: 3px;
  background-color: white;
}


@media (max-width: 768px) {
	.home #content h2 {
		font-size:25px;	
		line-height:35px;
	}
	.container > .navbar-header, 
	.container > .navbar-collapse {
		clear:both;	
		box-shadow:none;
	}
	#menu ul {
		margin:10px 0;
		width:100%;	
	}
	#menu ul li {
		display:block;
		border-right:0;
		border-bottom:1px solid #666;
		width:100%;
	}
	#content .references li {
		display:block;
		width:100%;
		margin:7px 15px 35px;
		box-sizing:border-box;	
	}

}























