/*//////////////////////////////////////////////=============================
   Test-Template			   //////////   © 2015 BITENOTBARK, Leonardo Re
=============================//////////////////////////////////////////////*/
	
html,
button,
input,
select,
textarea {
    color: #323232;
}

body {
	background: #fff;
	
 margin:0;
 
 
 font-family: "Open Sans",'Trebuchet MS', Helvetica, sans-serif;
    line-height: 25px;
    /*letter-spacing: 0.5px;*/
    font-weight: 400;
    font-style: normal;
    color: #444444;
    font-size: 14px;
}

::selection {
    background: #520951;
    text-shadow: none;
	color: #fff;
}

::-moz-selection {
    background: #520951;
    text-shadow: none;
	color: #fff;
}

::placeholder {
 color: #e1e1e1;
 
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     
     border-radius: 0;
}

select {
     border-radius: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #520951;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/*//////////////////////////////////////////////=============================
   Let's start with some STYLING
=============================//////////////////////////////////////////////*/

h1, h2, h3, h4, h5 {
	font-size: 1.75em;
	line-height: 1em;
	margin: 0;
	color: #5b5b5b;
}

h1, h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	
}

b, strong {
}


a {
	color: #520951;
	text-decoration: underline;
}

a:hover,
a:active {
}

#page table tr td {
	padding: 5px 25px 25px 5px;
	vertical-align: top;
}

#page table tr td:first-child {
	padding: 5px 25px 25px 0;
}

#mobilenav {
	display: none;
}

/*//////////////////////////////////////////////=============================
   And now the actual LAYOUT
=============================//////////////////////////////////////////////*/

header {
 background: #fff; 
 max-width: 1200px;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 -webkit-transition: all 0s;
 -moz-transition: all .9s ease;
 transition: all .9s ease;
	height: 248px;
	border-bottom: 1px solid #C2C2C2;
 padding: 0;
}

header #logo {
	position: relative;
	top: 10px;
	left: 30px;
}

header #logo a {
	border: 0 !important;
	display: block;
	height: 47px;
}

header #searchnav {
	position: absolute;
	top: 5px;
	right: 50%;
	margin-right: -515px;
	width: 230px;
}

header #searchnav form {
	width: 160px;
	float: left;
}

header #searchnav .searchinput {
	width: 140px;
	height: 15px;
	padding: 3px;
	margin: 3px 10px 3px 0;
	float: right;
	background: #227700;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-family: GloberBook;
	font-weight: normal;
	font-style: normal;
	transition: all 100ms;
}

header #searchnav .searchinput:focus {
	outline: 0;
	background: #fff;
	color: #227700;
}

header #headline {
margin-top: 63px;
}


/*===========================/////////////////////===========================*/


#page {
 position: relative;
 background: #fff;
 max-width: 1100px;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 -webkit-transition: all 0s;
 -moz-transition: all .9s ease;
 transition: all .9s ease;
 padding: 50px;

}

#page.sidebar {
 background: #fff;
 max-width: 1100px;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
 -webkit-transition: all 0s;
 -moz-transition: all .9s ease;
 transition: all .9s ease;
 padding: 50px;
}

#page.sidebar article.content {
	float: left;
	width: 55%;
}
#page.sidebar article.sidebar {
	float: right;
	width: 40%;
 /*background-color: #f3f3f3;*/
}
aside.right {
	float: right;
	width: 250px;
}


/*===========================/////////////////////===========================*/

#cover {
	width: 100%;
	height: 300px;
	overflow: hidden;
	z-index:-1;
	opacity: 0;
}

.no-js #cover {
	opacity: 1;
}

#cover div {
	position:absolute;
	left:0;
	top:127px;
	width: 100%;
	min-width: 100%;
	height: 300px;
	max-height: 300px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	z-index:1;
}

#cover div.active{ z-index:3; }

.overlay {
	background: #fff;
	opacity: .4;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 403px;
	z-index:4;
}

/*===========================/////////////////////===========================*/

section.sliderContainer {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

section.mapContainer {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.sliderContent {
	position:absolute;
	top:18%;
	left:10%;
	width:620px;	
	display:none;
	z-index:12;
}

.sliderContent h3 {
	font-size: 36px;
	line-height: 1.5em;
	background: rgba(218,18,42,0.75);
	color: #fff;
	padding: 2px 5px 0 0;
	display: inline;
}

#slider_content1 {
	display:block;
}

.sliderContent p {
	font-size: 18px;
	line-height: 1.3em;
	background: rgba(218,18,42,0.75);
	color: #fff;
	padding: 2px 5px 0 0;
	display: inline;
	float: left;
	clear: both;
}


.sliderContent a {
	background: rgba(218,18,42,0.75);
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 5px 0 0;
	float: left;
	clear: both;
}

.sliderContent a:hover {
	background: rgba(218,18,42,1);
}

a.slidesjs-navigation {
	position: absolute;
	top:38%;
	z-index: 100;
	border: 0;
}

.slidesjs-previous {
	left: 3%;
}
.slidesjs-next {
	right: 3%;
}

#slides {
	display: none;
	max-height: 450px;
}

.sliderContainer {
	width:auto;
	max-height: 450px;
	position:relative;
}

.slidesjs-container {
	min-height: 450px !important;
	width: 100% !important;
	height: auto !important;
}



/*===========================/////////////////////===========================*/

nav#navigation {
	position: absolute;
	top: 95px;
	left: 50%;
	width: 1030px;
	height: 30px;
	margin-left: -530px;
}


nav#navigation ul {
	margin: 0;
	float: right;
	list-style-type: none;
	list-style-image: none;
}

nav#navigation ul li {
	float: left;
}

nav#navigation ul li a {
	display: block;
	text-decoration: none;
	border: none;
	padding: 0 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 34px;
	height: 30px;
	color: #227700;
}


nav#navigation > ul > li > a {
	font-family: GloberBold,sans-serif;
	text-transform: uppercase;
}

nav#navigation ul li:hover > a,
nav#navigation ul li.active > a {
	color: #fff;
	background: #227700;
}


nav#navigation ul li ul {
	display: none;
	position: absolute;
	width: 250px;
	z-index: 50;
	background: #227700;
	background: rgba(0,111,180,0.85);
}

nav#navigation ul li ul li a {
	color: #fff;
}

nav#navigation ul li:hover ul {
	display: block;
}

nav#navigation ul li ul li {
	width: 100%;
	height: auto;
	margin: 0;
}

nav#navigation ul li ul li:hover {
	background: #227700;
}

nav#navigation ul li ul li a {
	border: 0;
	font-family: GloberBook;
}


nav#navigation ul li ul li:first-child { margin-top: 10px; }
nav#navigation ul li ul li:last-child { margin-bottom: 15px; }


/*===========================/////////////////////===========================*/


.teaser {
	background: #d8d8d8;
	padding: 20px;
	margin-bottom: 20px;
}

.teaser img {
	margin: -20px 0 0 -20px;
	padding-bottom: 20px;
}


/*===========================/////////////////////===========================*/

.fullsize section.slides {
	width: 1030px;
	margin-top: -30px;
	margin-left: -20px;
	margin-bottom: 30px;
}

section.slides article {
	border: 1px solid #e2001a;
	background: #fff no-repeat center;
	background-size: cover;
	height: 200px;
}

section.slides article .info {
	position: relative;
	bottom: -105%;
	width: 100%;
	height: 100%;
	background: #227700;
	background: rgba(0,111,180,0.8);
	color: #fff;
	font-family: GloberBook;
	font-size: 12px;
	line-height: 2em;
	transition: all 200ms;
}

section.slides article .info h3 {
	font-family: GloberRegular;
	font-size: 18px;
	padding: 20px 20px 0;
	color: #fff;
}

section.slides article .info p {
	padding: 20px;
}

section.slides article .info a {
	color: #fff;
}

section.slides article .info a:hover {
	border-bottom: 1px solid #fff;
}

section.slides article:hover {
	border: 1px solid #227700;
}

section.slides article:hover .info {
	bottom: 0;
}

/*===========================/////////////////////===========================*/

form.formstyle {
	width: 500px;
}

form.formstyle label {
	display: block;
	width: 500px;
	clear: both;
}


form.formstyle label input,
form.formstyle label textarea {
	width: 350px;
	float: right;
	padding: 3px;
	margin: 3px 0;
	border: 1px solid #ccc;
	color: #227700;
}

form.formstyle label textarea {
	height: 130px;
}

form.formstyle label input:focus,
form.formstyle label textarea:focus {
	border: 1px solid #227700;
	outline: 0;
}

form.formstyle .submit {
	width: 358px;
	float: right;
}

form.formstyle span {
	font-family: GloberxBold,sans-serif;
	color: #e2001a;
}


/*===========================/////////////////////===========================*/


.searchheadline,
a.searchheadline:hover {
	font-family: GloberBold,sans-serif;
	color: #227700;
	border: none;
}

.searchlink {
	color: #227700;
}

.searchlink a {
	color: #e2001a ;
}


/*===========================/////////////////////===========================*/

#siteOverview {
	width: 990px;
	list-style-type: none;
	list-style-image: none;
	margin: 30px 0 0 -30px;
	padding: 0;
	overflow: hidden;
}
#page.sidebar #siteOverview {
	width: 700px;
}
#page #siteOverview li {
	position: relative;
	float: left;
	margin: 0 0px 30px 30px;
	line-height: 0;
}
#siteOverview h2 {
	width: 280px;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 0 20px;
	margin: 0;
	background-color:#227700;
	background-color:rgba(0,111,180,0.8);
}
#page #siteOverview a h2 {
	color: #fff;
}


/*===========================/////////////////////===========================*/


footer {
 
 background-color:  rgba(56,56,56,0.97);
 max-width: 1100px;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
 -webkit-transition: all 0s;
 -moz-transition: all .9s ease;
 transition: all .9s ease;
	height: 100px;
	border-bottom: 1px solid #C2C2C2;
 padding: 50px;
 color: #fff;
 
	/*width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #565656;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;*/
}

footer .fcontent {
	width: 1030px;
	margin: 0 auto;
}

footer .copy {
text-align:center;
 margin-top: 20px;
}

footer address {
	text-align: center;
 font-style: normal;
}

footer a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

footer a:hover {
	border-bottom: 1px solid #fff;
}

footer nav {
	float: right;
}

footer nav ul {
	list-style-type: none;
	list-style-image: none;
}


footer nav ul li {
	float: left;
	padding: 0 10px;
	margin-top: 12px;
	border-left: 1px solid #fff;
	line-height: 15px;
}

footer nav ul li:first-child {
	border: 0;
}

footer nav ul li:last-child {
	padding-right: 0;
}


aside.right ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

#page aside.right ul li,
#page aside.right ul li ul {
	margin: 0;
	padding: 2px 0;
}

#page aside.right ul li ul {
	margin-left: 25px;
}

aside.right ul a {
	border: 0;
}

aside.right ul li a:hover {
	color: #227700;
}

/*//////////////////////////////////////////////=============================
   Media queries for awesomeness in responsiveness!
=============================//////////////////////////////////////////////*/

@media only screen and (max-width: 1120px) {
	
	#page,
	#page.sidebar,
	footer .fcontent,
	nav#navigation,
	#siteOverview {
		width: 100%;
	}
	
	#page {
		margin-top: 15px;
	}
	
	nav#navigation {
		left: 0;
		margin: 0;
	}
	
	header #searchnav {
		right: 15px;
		margin: 0;
	}
	
	header #logo {
		top: -40px;
		left: 0;
		margin: 0;
		background: #fff;
		padding: 15px;
	}
	
	nav#navigation > ul > li:last-child {
		margin-right: 15px;
	}
	
	article.content,
	article.fullsize {
		padding: 0 15px;
	}
	
	#page.sidebar article.content {
		width: 60%;
	}
	
	aside.right {
		width: 30%;
	}
	
	.fullsize section.slides {
		width: 100%;
	}
	
	footer .copy {
		padding-left: 15px;
	}
	
	footer nav {
		margin-right: 15px;
	}
	
	video {
		margin: 0 !important;
	}
	
	iframe,
	table,
	form {
		width: 100%;
	}
	
	form.formstyle {
		width: 100% !important;
	}
	
	p.submit {
		float: none !important;
		clear: both;
	}
	
	.fullsize section.slides {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 775px) {
	
	nav#navigation ul,
	footer address {
		display: none;
	}
	
	article.content img {
		width: 100% !important;
		height: auto !important;
	}
	
	.sliderContent {
		width: auto;
		padding: 15px;
		left: 0;
		top: 0;
	}
	
	#mobilenav {
		display: block;
		width: 100%; height: 30px;
		padding: 2px 0 0 45px;
		color: #fff;
		border: 0;
		outline: 0;
		background:#227700 url(/img/menu-mobile@2x.png) no-repeat;
		background-size: 40px 40px;	
		background-position: 8px -4px;
	}
	
	form.formstyle label {
		width: 100%;
	}
	
}

@media only screen and (max-width : 712px) {
	
	#page.sidebar article.content {
		float: none;
		margin-bottom: 30px;
		width: auto;
	}
	
	aside.right {
		float: none;
		padding: 15px;
		width: auto;
		background: #F5F5F5;
	}
	
	video {
		height: 400px !important;
		width: auto;
	}
	
}


@media only screen and (max-width : 500px) {
	
	form.formstyle label input,
	form.formstyle label textarea,
	form.formstyle .submit {
		float: none;
	}
	
	
	.hidemobile {
		display: none !important;
	}
}

@media only screen and (max-width : 460px) {
	header #searchnav form {
		display: none;
	}
	
	form.formstyle label input,
	form.formstyle label textarea,
	form.formstyle .submit {
		width: 100%;
	}
	
	.sliderContent p {
		display: none;
	}
	
	.sliderContent a {
		margin-top: 2em;
		float: none;
	}
}


/*//////////////////////////////////////////////=============================
   Helper classes
=============================//////////////////////////////////////////////*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after, .clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*//////////////////////////////////////////////=============================
   Print style
=============================//////////////////////////////////////////////*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline !important;
		border: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
	
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*//////////////////////////////////////////////=============================
   fancy, fancy, fancyBox
=============================//////////////////////////////////////////////*/

a.fancybox-nav, a.fancybox-nav:hover {
	border: none;
	width: 340px !important;
}

.fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5 !important;
}

.fancybox-nav:hover span {
    opacity: 1 !important;
}

.fancybox-next {
    right: 275px !important;
}

.fancybox-prev {
    left: -30px !important;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox_sprite.png');
	border: none !important;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 0;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/*//////////////////////////////////////////////=============================
   sssssslider
=============================//////////////////////////////////////////////*/

.ei-slider{
	position: relative;
max-width: 100%; height: auto;
	margin: 0 auto 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(255,255,255,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin:0;
	padding:0;
	
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
max-width: 100%; height: auto;
}
.ei-title{
	position: absolute;
	left: 0px;
	margin:0;
	bottom: 0px;
	z-index:500;
	width:80%;
	padding:0;

}



.ei-title h2, .ei-title h3{
	text-align: left;
	
	margin:0;
	padding:0;
	border:0;
}
.ei-title h2{

}
.ei-title h2 a {
  width: 80%;
	height:auto;
	display:block;
  font-size: 1.5em;
	line-height: 1.2;

	font-style: normal;
	font-weight:bold;
	color: #FFF;
	margin:0;
	padding:42px 42px 10px 90px;
	text-decoration: none
}

.ei-title h3{

}
.ei-title h3 a {

}

.ei-title a.moreInfo {

}

.ei-slider-thumbs{
	height: 15px;
	margin: 0;
	position: absolute;
	width:300px;
	bottom:50px;
	right:60px;
	z-index:50;
	
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
	
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: url(/leckrCMS/plugins/slider/img/current.png) no-repeat;

}
.ei-slider-thumbs li a{
	display: block;
	/*text-indent: -9000px;*/
	background: url(/leckrCMS/plugins/slider/img/thumb-nav.png) no-repeat;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
}
.ei-slider-thumbs li a:hover{
	background: url(/leckrCMS/plugins/slider/img/thumb-nav-hover.png) no-repeat;
}


.ei-slider-thumbs li div {
	
	  position: absolute;
	bottom: 60px;
	left:-69px;
	opacity: 0;
	z-index: 999;

	width: 138px;
	padding:5px 5px 10px 5px;
	background: url(/leckrCMS/plugins/slider/img/arrow.png) center bottom no-repeat;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover div {
	opacity: 1;
	bottom: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ei-slider-thumbs li img {
	width: 138px;
}

.ei-slider-thumbs li div h4 {
	font-size:14px;
	color: #1877b9;
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
}

/*
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 60px;
	left:-69px;
	opacity: 0;
	z-index: 999;

	width: 138px;
	padding:5px;
	background:#FFF;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*/

@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}


/*//////////////////////////////////////////////=============================
   Owl Carousel
=============================//////////////////////////////////////////////*/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* 
 * 	Owl Carousel - Auto Height Plugin
 */
 
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #520951 !important;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke:  #4da944 !important;
}
.ct-series-a .ct-area {
  fill:#520951 !important;
}
.ct-series-b .ct-area {
  fill:#4da944 !important;
}

/*foreignObject:nth-child(2n) .ct-horizontal {
  padding-top: 20px !important;
}*/

.newsteaser {
 padding: 0px 20px 0 20px;
}

.newsteaser h1 {
 font-size:20px;
 line-height: 26px;
}

.newsteaser p.datum {
 color:#520951;
 margin: 0 0 5px 0;
 padding: 0;
}
.newsteaser p {
 margin: 5px 0 20px 0;
}


.ct-label {
 
 font-size:9px !important;
}