
/* ---------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
	max-width: 100%;
	height: auto;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
select:focus { 
	outline: none;
}

iframe {
	border: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

/* ---------------------------------------------------- */

.row {
	overflow: hidden;
	margin: 0;
}

.col {
	float: left;
	margin: 0;
}

.c1 {
	width: 8.33%;
}

.c2 {
	width: 16.66%;
}

.c3 {
	width: 25%;
}

.c4 {
	width: 33.33%;
}

.c5 {
	width: 41.66%;
}

.c6 {
	width: 50%;
}

.c7 {
	width: 58.33%;
}

.c8 {
	width: 66.66%;
}

.c9 {
	width: 75%;
}

.c10 {
	width: 83.33%;
}

.c11 {
	width: 91.66%;
}

.c12 {
	width: 100%;
}

/* ---------------------------------------------------- */

div.clearer {
	clear: both;
}

div.spacer {
	height: 15px;
	display: block;
	clear: both;
}

span.hide { 
	display: none;
}

span.reverse { 
	direction: rtl; 
	unicode-bidi: bidi-override;
}

/* ---------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6a696c;
	background: #fff;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	height: 169px;
	position: relative;
}

/* ---------------------------------------------------- */

#main {
	width: 74.183673469%;
	float: right;
	position: relative;
}

#main .logo {
	display: none;
}

#main .logo a {
	display: block;
	margin: 10px 0;
}

/* ---------------------------------------------------- */

#sidebar {
	width: 22.959183%;
	float: left;
}

#sidebar .logo {
	margin-top: 18px;
	margin-bottom: 22px;
	text-align: center;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #e686b2;
}

#sidebar p {
	color: #6a696c;
	font-size: 16px;
	margin-bottom: 20px;
}

#sidebar a {
	font-size: 14px;
	color: #e686b2;
	text-decoration: underline;
	text-transform: uppercase;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .image {
	margin-bottom: 20px;
}

/* ---------------------------------------------------- */

#sidebar .box {
	background: #e686b2;
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px;
	color: #fff;
	line-height: 23px;
	margin-bottom: 20px;
}

#sidebar .box a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

#sidebar .box a:hover {
	text-decoration: none;
}

#sidebar .box p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

/* ---------------------------------------------------- */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative ;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* ---------------------------------------------------- */

#mainmenu {
	border-top: 10px solid #adc135;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	margin-top: 4px;
}

#mainmenu ul li a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #646466;
	display: block;
	padding: 4px 10px;
}

#mainmenu ul li.selected > a,
#mainmenu ul li > a:hover,
#mainmenu ul li.sfHover > a {
	color: #fff;
	background: #adc135;
}

#mainmenu ul li ul li {
	clear: both;
	width: 260px;
	padding-top: 4px;
	display: block;
}

#mainmenu ul li ul li:first-child {
	padding-top: 0;
}

#mainmenu ul li ul a {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	text-transform: none;
	display: block;
	background: #4b4a4d;
	color: #fff;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainmenu ul li ul li.selected a,
#mainmenu ul li ul li a:hover {
	font-weight: bold;
}

/* ---------------------------------------------------- */

#mainmenu-responsive {
	display: none;
	/*position: absolute;
	top: 190px;
	left: 0;
	right: 0;*/
	z-index: 100000;
	margin-bottom: 20px;
}

#mainmenu-responsive ul {
	list-style-type: none;
}

#mainmenu-responsive ul ul {
	padding: 0;
}

#mainmenu-responsive ul li {
	margin-top: 4px;
}

#mainmenu-responsive ul li a {
	color: #fff;
	background: #4b4a4d;
	font-size: 18px;
	border: 0;
	padding-left: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding: 5px 0 5px 10px;
}

#mainmenu-responsive ul li a:hover,
#mainmenu-responsive ul li.selected > a {
	color: #fff;
	background: #adc135;
}

#mainmenu-responsive ul li li a {
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	text-transform: none;
}

#mainmenu-responsive ul li li a:hover,
#mainmenu-responsive ul li li.selected > a {
	color: #fff;
	background: #adc135;
	border: 0;
}

#mainmenu-responsive ul li li li a {
	padding-left: 55px;
}

/* ---------------------------------------------------- */

#nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #fff;
	background-color: #adc135;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	padding: 4px 8px;
}

#nav-toggle.open {
}

/* ---------------------------------------------------- */

.meta {
	float: right;
}

.meta ul {
	list-style-type: none;
	text-align: right;
}

.meta ul li a {
	color: #6d6c6d;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 2px;
	display: block;
}

.meta ul li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------- */

.social {
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 8px;
	float: right;
	margin-left: 5px;
}

.social .fb,
.social .in {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

.social .fb {
	background: transparent url('../images/icon_fb.png') no-repeat left top;
}

.social .fb:hover {
	background-image: url('../images/icon_fb_hover.png');
}

.social .in {
	background: transparent url('../images/icon_in.png') no-repeat left top;
}

.social .in:hover {
	background-image: url('../images/icon_in_hover.png');
}

/* ---------------------------------------------------- */

#header .meta {
	position: absolute;
	right: 0;
	top: 8px;
}

/* ---------------------------------------------------- */

#content #slider {
	margin-top: -10px;
	margin-bottom: 27px;
}

#content #slider ul {
	list-style-type: none;
	position: relative;
}

#content #slider ul,
#content #slider ul li {
	margin: 0;
	position: relative;
}

#content #slider ul li {
	display: none;
}

#content #slider ul li:first-child {
	display: block;
}

#content #slider .box {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 235px;
	background: #adc035;
	padding: 17px;
}

#content #slider .box .headline {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#content #slider .box .headline em {
	text-decoration: underline;
}

#content #slider .box .text {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	margin-top: 7px;
	line-height: 19px;
}

#content #slider .box .more {
	font-size: 14px;
	color: #e685b2;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 7px;
}

/* ---------------------------------------------------- */

#news-list .row {
	margin-left: -8px;
	margin-right: -8px;
}

#news-list .col {
	padding-left: 8px;
	padding-right: 8px;
}

#news-list .item img {
	margin-bottom: 18px;
}

#news-list .item h2 a {
	font-size: 18px;
	color: #e685b2;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: underline;
}

#content #news-list .item h2 {
	text-decoration: none;
}

#content #news-list .item h2 a:hover {
	text-decoration: none;
}

#news-list .item a.more {
	font-size: 14px;
	color: #e685b2;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}

#news-list .item a.more:hover {
	text-decoration: none;
}

#content #news-list .item p {
	margin-bottom: 5px;
}

/* ---------------------------------------------------- */

#news-list .news-nav-container {
	margin-top: 15px;
	overflow: hidden;
}

#news-list .news-nav-container a.prev,
#news-list .news-nav-container a.next {
	text-transform: uppercase;
	font-size: 14px;
}

#news-list .news-nav-container a.prev {
	float: left;
}

#news-list .news-nav-container a.next {
	float: right;
}

#news-list .news-nav-container .page-nav {
	display: none;
}

/* ---------------------------------------------------- */

#category-list .row {
	margin-left: -10px;
	margin-right: -10px;
}

#category-list .col {
	padding-left: 10px;
	padding-right: 10px;
}

#category-list .col .box {
	background: #f2f2f2;
	margin-bottom: 20px;
	border: 9px solid #f2f2f2;
	padding: 9px;
}

#category-list .col .box:hover {
	border-color: #adc035;
}

#category-list .col .box h2 {
	margin: 0 0 5px 0;
	color: #e685b2;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 24px;#content div.image
}

#category-list .col a .box p {
	color: #6a696c;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 3px;
	line-height: 20px;
}

#content #category-list .col a:hover,
#content #category-list .col a:hover .box p {
	text-decoration: none;
}

#content #category-list .col .box p.more {
	color: #e685b2;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}

/* ---------------------------------------------------- */

#content .team-member {
	margin-right: 20px;
	margin-bottom: 20px;
}

#content .team-member img {
	margin-bottom: 15px;
}

#content .team-member h2 {
	color: #e685b2;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#content .team-member p {
	margin-bottom: 5px;
}

/* ---------------------------------------------------- */

#content .teaser-box {
	overflow: hidden;
	color: #fff;
	width: 100%;
	height: 46px;
	position: relative;
	margin: 23px 0 25px 0;
}

#content .teaser-box p {
	color: #fff;
	margin: 0;
	line-height: 44px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 47px;
}

#content .teaser-box .teaser-content {
	background: #e686b2;
	border-bottom: 6px solid #cf78a1;
	height: 46px;
	width: 100%;
}

#content .teaser-box a:hover {
	text-decoration: none;
}

#content .teaser-box a:hover .teaser-content {
	border-color: #4e4f52;
	background: #57585b;
}

#content .teaser-box .teaser-arrow {
	border-bottom: 6px solid #a66081;
	width: 47px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #b86b8f url("../images/teaser_box_arrow.png") no-repeat center center;
}

#content .teaser-box a:hover .teaser-arrow {
	border-color: #3e3f42;
	background-color: #464649;
}

/* ---------------------------------------------------- */

#content a {
	color: #adc035;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #e685b2;
	color: #fff;
	display: inline-block;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #e685b2;
	text-decoration: underline;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 17px;
	line-height: 21px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

#content table td, 
#content table th {
	padding: 12px;
	border: 1px solid;
	text-align: left;
	vertical-align: top;
}

#content table td p {
	margin: 0;
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------- */

#content a[href^="http://"] {
	background: transparent url("../images/icons.png") no-repeat right -583px;
	padding-right: 9px;
}

#content a.not-extern {
	background: 0;
	padding: 0;
}

#content a[href $=".pdf"] {
	background: transparent url("../images/icons.png") no-repeat left -146px;
	padding-left: 19px;
	display: inline-block;
}

#content a[href $=".doc"],
#content a[href $=".docx"] {
	background: transparent url("../images/icons.png") no-repeat left -309px;
	padding-left: 19px;
	display: inline-block;
}

#content a[href $=".zip"] {
	background: transparent url("../images/icons.png") no-repeat left -445px;
	padding-left: 19px;
	display: inline-block;
}

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox span,
#content a.lightbox-gallery span {
	background: transparent url("../images/icons.png") no-repeat left top;
	position: absolute; 
	width: 28px;
	height: 28px;
	right: 9px;
	bottom: 9px;
	display: none;
}

.no-touch #content a:hover.lightbox span,
.no-touch #content a:hover.lightbox-gallery span {
	display: block;
}

#content div.image.float {
	width: 38%;
}

#content div.image,
#content div.image a {
	max-width: 100%;
	background: 0;
	padding: 0;
	z-index: 10;
}

#content div.image.left {
	float: left;
}

#content div.image.right {
	float: right;
}

#content div.image.center {
	text-align: center;
}

#content div.image.float.left  {
	margin: 3px 15px 15px 0;
}

#content div.image.float.right {
	margin: 3px 0 15px 15px;
}

#content div.image.separate {
	margin: 0 0 15px 0;
}

#content div.gallery a {
	float: left;
	margin: 0 15px 15px 0;
}

/* ---------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

#content .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------- */

#content .newsletter input,
#content .newsletter label {
	display: block;

}

#content .newsletter label {
	display: block;
	margin-bottom: 4px;
}

#content .newsletter {
	overflow: hidden;
	margin: 20px 0 10px 0;
}

#content .newsletter input[type="text"] {
	border: 1px solid #8b8b8d;
	width: 36%;
	margin-bottom: 15px;
	padding: 3px;
	color: #6a696c;
}

#content .newsletter .button {
	font-size: 13px;
	background: #e486b3;
	color: #fff;
	padding: 3px 3px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

/* ---------------------------------------------------- */

#footer {
	float: right;
	width: 74.183673469%;
	border-top: 10px solid #adc135;
	margin-top: 10px;
	font-size: 15px;
}

#footer .row {
	margin-top: 12px;
}

#footer p {
	margin-bottom: 15px;
}

#footer .extra {
	font-size: 16px;
	color: #adc035;
	font-weight: bold;
}

#footer em {
	font-size: 12px;
	display: block;
	line-height: 12px;
}

#footer .left a,
#footer .middle a {
	color: #adc035;
	text-decoration: none;
}

#footer .left a:hover,
#footer .middle a:hover {
	text-decoration: underline;
}

#footer .meta img {
	margin-top: 0;
}

/* ---------------------------------------------------- */

.mfp-wrap {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.75;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, 
.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ---------------------------------------------------- */

@media screen and (max-width: 1020px) { /* 980px + padding/margin */
	#container {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {
	#sidebar,
	#main,
	#footer {
		width: 100%;
	}

	#sidebar {
		clear: both;
	}

	#main .logo {
		display: inline-block;
	}

	#sidebar .logo {
		display: none;
	}

	#header {
		height: auto;
	}

	#content .newsletter input[type="text"] {
		width: auto;
	}
}

@media screen and (max-width: 650px) {
	#content div.image, 
	#content div.image a,
	#content div.image img,
	#content div.image.float {
		width: 100%;
	}

	.row .col {
		width: 100%;
	}

	#mainmenu ul {
		display: none;
	}

	#main .logo a {
		margin: 20px 0;
	}

	#nav-toggle {
		display: block;
	}

	#category-list .col .box {
		margin-right: 0;
	}

	#content #slider .box {
		/*left: 0;
		width: 100%;
		padding: 10px;*/
		background: transparent;
		bottom: 0;
		padding: 6px;
		position: absolute;
		right: 0;
		width: auto;
		top: auto;
	}

	#content #slider .box .headline {
		background: #adc035;
		font-size: 16px;
		padding: 4px;
	}

	#content #slider .box .text {
		font-size: 14px;
		display: none;
	}

	#content #slider .box .more {
		display: none;
	}

	#content #slider,
	#content #slider .box,
	#content .bx-viewport {
		/* height: 200px !important; */
	}

	#footer .meta {
		display: none;
	}

	/*#sidebar .image {
		display: none;
	}*/
}

/* ---------------------------------------------------- */

