/* header */
.wrapper {
	width: 990px;
	margin: 0 auto;
	overflow: auto;
}
#header {
	border-bottom: 1px solid #ccc;
	height: 60px;
}
#logo {
	padding-top: 10px;
	display: inline-block;
	width:295px;
}
#main-navi {
	display: inline-block;
}
ul.menu {
	padding:0;
}
ul.menu li {
	color: #999;
	display: inline-block;
	font-size: 11px;
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.menu li:last-child {
	padding-right: 0;
}

ul.menu li a {
	color: #999;
	text-decoration: none;
	
}
a:hover,
a.active,
ul.menu li a:hover, 
ul.menu li a.active,
.mlr a:hover,
.mlr a.active
{
	color:#17957f;
	/*  color:#17957f;  */
	/*  #17957f */
}




#lang {
	float: right;
}


/* body content */
#content {
	min-height: 200px;
	padding-top: 2em;
	padding-bottom: 2em;
}
#content.homepage {
	text-align: center;
}
#tagline {
	font-size: 18px;
	color: #333;
	padding-left: 100px;
	padding-right: 100px;
	font-weight: bold;
}
.home-photo,
.heading {
	margin: 1em 0;
	text-align: center;
}

.owl-carousel {
	padding-top:2em;
}



#sidebar {
	width: 200px;
	margin-right: 1em;
	float:left;
}
#sidebar ul.menu {
	margin: 0;
}
#sidebar ul.menu li {
	font-size: 12px;
	display: list-item;
	list-style: none;
	margin-bottom: 1em;
}
#sidebar ul.menu li a {
	color: #666
}
#sidebar ul.menu li a:hover,
#sidebar ul.menu li a.active,
#sidebar ul.menu li a.active.black,
#sidebar ul.menu li a:hover.black
{
	color:#17957f;
}
#sidebar ul.menu li a.black {
	color: #333;
	
}
#sidebar ul.menu li a.team {
	font-size: 11px;
	
}
#content-right p.content-title {
	margin-top: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#content-right {
	font-size: 12px;
	color: #666;
	display: inline-block;
	/*width: 315px;*/
	width: 78%;
}
#content-right ul {
	padding-left: 1em;
display: inline-block;
text-indent: 3em;
margin: 0;
}
#portfolio,
.content-area {
	margin: 2em 0;
	/*	display: inline-block; */
}
.portfolio-item {
	width: 196px;
	display: inline-block;
	height: 92px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
	margin-right:-5px;
	margin-bottom: -7px;
}

.portfolio-item .helper {
	display:inline-block;
	height:100%;
	vertical-align: middle;
}
.portfolio-item img {
	vertical-align: middle;
	max-height:70px;
	max-width:180px;
}
.standard-page #sidebar {
	width: 230px;
	margin-right: 1em;
}
.standard-page #content-right {
	display: inline-block;
	width: 74%;
}
#content-right p {
	text-align: justify
}
.heading.menu {
	font-size: 12px;
	font-weight: bold;
}
.heading.menu span.line{
border-bottom: 1px solid #333;
display: inline-block;
margin: 4px;
width: 60px;
}
.mlr{
	display: inline-block;
	margin: 0 1em;
}
.mlr a {
	color:#333;
	text-decoration: none;
}

.standard-page .content-area {
	background-image: url(../img/3a-big.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.about-page .wrapper {
	background-image: url(../img/about-left-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 510px;
}
#content-3col {
	display: inline-block;
	margin: 1em 0;
}
#content-right.three-col {
	margin-right:1.8em;
	width:315px;
	float:left;
}
#content-right.three-col:last-child {
	margin-right:0;
}
.three-col p,
#tagline p.sub {
	font-size: 12px;
	font-weight: bold;
	color:#666;
}
.event-page #tagline {
	padding: 0;
}
.overview-page #tagline {
	padding:0 45px;
}
.text-center {
	text-align: center;
}
.maps-area {
	display:inline-block;
	margin: 1em 0;
}
/* footer  */
#footer {
	border-top: 1px solid #ccc;
	height: 60px;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 14px;
}
#footer-left {
	display: inline-block;
}
#footer-right {
	display: inline-block;
	float: right;
}