@media print {
	.noprint { display:none; visibility:hidden; }
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin:0;
	padding:0;
	border:0;
	  
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2; 
}
img {border:none; }
.clear {clear:both;}
.isSmartphone {display:none;}
.noSmartphone {display:inline;}
.hide {display:none;}
img.hide {display:none;}
img.block {display:inline-block;}
#content img{max-width:100%; height:auto;}

.nomargin{margin:0;}
.basepadding { padding:10px; }
.textpadding {padding: 30px 0;}
.mbottom{margin-bottom:10px;}
.rand { padding:10px; }

.fLeft{ display:block; float:left;}
.fRight{ display:block; float:right;}

body{background:#FFF;}
#page{
	position:relative;
	display:block;
	max-width:1600px;
	margin:auto;
	padding:0;
	background-color:#FFF;	
}

.mainwidth {
	position:relative;
	display:block;
	max-width:1600px;
	margin:auto;
	padding-left:310px;
	padding-right:30px;
}
.smallwidth {
	position:relative;
	display:block;
	max-width:500px;
	margin:auto;
	padding-left:310px;
	padding-right:30px;
}
.block_bgcolor01{
	background-color:rgb(231,233,235);
	margin:5px 0;
}
.block_bgcolor02{
	background-color:#070707;
}
.block_bgcolor02 a, .block_bgcolor02 p, .block_bgcolor02 h1, .block_bgcolor02 h2, .block_bgcolor02 h3, .block_bgcolor02 h4 {color:#FFF;}
.block_bgcolor02 a:hover{color:#000;}
.block_bgcolor02 .button_box{background:#FFF; color:#070707;}
.block_bgcolor02 .button_box:hover{background:#000; color:#070707;}


#top{
	position:absolute;
	top:0;
	left:0;
}
#head{
	position:fixed;
	z-index:400;
	top:0;
	width:300px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#logo {
	position:absolute;
	width:150px;
	top:50px;
	left:60px;
	z-index:200;
}

#menu {
	position:relative;
	display:block;
	padding:160px 0 30px 60px;
	margin:0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menuHead { display:none; }
#langmenu {
	position:relative;
	margin-left:60px;
}
#langmenu a{
	font-size:14px;
	color:#000;
	padding-left:5px;
}
#langmenu a.act{
	font-weight:bold;
	color:#000;
}


#headerImages {
	margin:0 auto 0 auto;
	max-width:1600px;
}
#headerImages.fullscreen {
	min-height:100%;
	max-width:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pagehead  {
	padding-top:50px;
}
#pagehead .bottomline{
	height:110px;
	border-bottom:1px solid #bdc3c7;
	margin-bottom:0;
}

#content {
	display:block;
	margin:0;
	padding:0;
}

#footer {
	padding:0;
	margin:30px 0 0 0;
	min-height:150px;
}
#footernav{
	float:right;
	position: relative;
	text-align:left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 15px 0 30px 0;
}
#footercont{
	float:left;
	padding: 15px 0 30px 0;
}

#scrolldown {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-33px;
	z-index:190;
}
#contactbutton{
	position:fixed;
	bottom:-20px;
	right:30px;
	z-index:90;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	background-color:rgb(66,66,66);
	
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	padding:8px 16px 28px 16px;
	color:#070707;
}
#contactbutton:hover{
	background:#070707;
	color:rgb(0,0,0);
}


#scrolltop{
	display:block;
	position:fixed;
	bottom:-60px;
	left:20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.svginline path {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.svginline:hover *[fill="#FFFFFF"] {fill: #070707;}
.svginline:hover *[fill="#070707"] {fill: #FFF;}

.hiddenText {
	display:block;
	height:1px; 
	overflow:hidden;
	padding:0;
}
.hiddenTextOn {
	display:block;
	height:auto;
	overflow:hidden;
}

#search{
	position:fixed;
	top:10px;
	right:10px;
	z-index:401;
}
#searchfield{
	position:absolute;
	top:0px;
	right:30px;
	width:0px;
	height:30px;
	-webkit-appearance: none;
	border:none;
}
#search:hover #searchfield{
	width:200px;
	padding:0 15px;
}

#preloader { display:block; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: hidden; background-color: #FFF; }
@-webkit-keyframes spin {
	from { left: 0; }
	50%  { left: 75%; }
	to   { left: 0; }
}
@keyframes spin {
	from { left: 0; }
	50%  { left: 75%; }
	to   { left: 0; }
}
.preloadericon {
	position: absolute;
	top:50%;
	left:50%;
	width: 200px;
	height: 1px;
	margin-left:-100px;
	border-bottom: 1px solid #333;
}
.preloadericon:before{
	position:absolute;
	top:-1px;
	display:block;
	content:' '; 
	width:25%; 
	height:1px; 
	background:#000;
	animation: spin 3s linear infinite;
	-webkit-animation: spin 3s linear infinite;
}
/*______________________________________________________________________gallery*/
.gallery { 
	position:relative; 
	margin:0;
}

.galleryTextButton{display:none;}

.slideSet {
	position:relative;
	width:100%;
	overflow:hidden;	
}
/*flexH*/
.gallery.flexH .slideSet {
	overflow:hidden;	
	max-height:200px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;	
}
.gallery.flexH:hover .slideSet{max-height:400px;}
.gallery.flexH .slideCont{
	margin:-75px 0 0 0;
	-webkit-transition: margin 0.5s ease-in-out;
	-moz-transition: margin 0.5s ease-in-out;
	-o-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
}
.gallery.flexH:hover .slideCont{margin:0;}

.slideSet .galleryImg {
	position:relative;
	display:block;
	width:100%;
	float:left;
}

.slideSet .galleryText {
	/*max-width:50%;
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	position:relative;
	margin:15px 0;
	text-align:center;
	
}
/*__info*/
.galleryTextButton { 
	display:block;
	bottom:-60px;
	background:url(_pix/textbutton.svg) center no-repeat;
	position:absolute;
	cursor:pointer;
	margin-top:-30px;
	margin-left:-30px;
	left:50%;
	height:60px;
	width:60px;
	z-index:30;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery:hover .galleryTextButton.on {bottom:10px;}
.gallery .galleryText{display:none;}
.galleryTextButton:hover {background:url(_pix/textbutton-act.svg) center no-repeat;}
.nosvg .galleryTextButton {background:url(_pix/textbutton.png) center no-repeat;}
.nosvg .galleryTextButton:hover {background:url(_pix/textbutton-act.png) center no-repeat;}

.galleryInfo {
	position:absolute;
	z-index:60;
	width:100%;
	bottom:0;
	left:0;
	display:none;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
}
.galleryInfoCont {
	padding:60px 30px 20px 30px;
}
.galleryInfo p{ color:#000;}
.galleryInfo h1{ color:#000;}
.galleryInfo h2{ color:#000;}
.galleryInfo h3{ color:#000;}
.galleryInfo h4{ color:#000;}
/*___*/

.button_l {
	background:url(_pix/slidearrow_left.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:0;
	left:0;
	height:100%;
	width:80px;
	z-index:50;
}
.button_l:hover {background:url(_pix/slidearrow_left-act.svg) center no-repeat;}
.nosvg .button_l {background:url(_pix/slidearrow_left.png) center no-repeat;}
.nosvg .button_l:hover {background:url(_pix/slidearrow_left-act.png) center no-repeat;}

.button_r {
	background:url(_pix/slidearrow_right.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:0;
	right:0;
	height:100%;
	width:80px;
	z-index:51;
}
.button_r:hover {background:url(_pix/slidearrow_right-act.svg) center no-repeat;}
.nosvg .button_r {background:url(_pix/slidearrow_right.png) center no-repeat;}
.nosvg .button_r:hover {background:url(_pix/slidearrow_right-act.png) center no-repeat;}

.gallery.hButtons .button_l,.gallery.hButtons .button_r { 
	width:0;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;

}
.gallery.hButtons:hover .button_l,.gallery.hButtons:hover .button_r {width:80px;}

.gallery.lowerButtons .button_l,.gallery.lowerButtons .button_r { 
	width:60px;
	height:60px;
	top:auto;
	bottom:-60px;
	background:none;
}
.gallery.lowerButtons .button_l { 
	left:auto;
	right:50px;
}

.gallery.lowerButtons .button_r { 
	left:auto;
	right:-10px;
}

.gallery.lowerButtons .button_l:before{
	content:"<";
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
    font-weight: 200;
    font-size: 46px;
	position:absolute;
	left:20px;
	top:20px;
	letter-spacing:-10px;
}
.gallery.lowerButtons .button_l:hover:before{
	content:"<<";
}

.gallery.lowerButtons .button_r:before{
	content:">";
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
    font-weight: 200;
    font-size: 46px;
	position:absolute;
	right:20px;
	top:20px;
	letter-spacing:-10px;
}
.gallery.lowerButtons .button_r:hover:before{
	content:">>";
}


.slideSet .gCont {
	position:relative;
	width:1000%;
}


/*________fixed Gallery*/

.fixedgallery {
	position:relative;
}
.fixedgallery .galleryText{
	position:absolute;
}
/*________fadeSet*/
.fadeSet {
	position:relative;
	width:100%;
	overflow:hidden;	
}
.gallery.flexH .fadeSet {
	overflow:hidden;	
	max-height:200px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;	
}
.gallery.flexH:hover .fadeSet{max-height:400px;}
.gallery.flexH .fadeCont{
	margin:-75px 0 0 0;
	-webkit-transition: margin 0.5s ease-in-out;
	-moz-transition: margin 0.5s ease-in-out;
	-o-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
}
.gallery.flexH:hover .fadeCont{margin:0;}

.fadeSet .galleryImg.c0 {
	position:relative;
	opacity: 1;
}
.fadeSet .galleryImg {
	position:absolute;
	display:block;
	width:100%;
	top:0;
	left:0;
	/*zoom: 1;
	filter: alpha(opacity=50);*/
	opacity: 0;
}
.fadeSet .galleryImg.cssoff {
  visibility:hidden;
  opacity:0;
  -webkit-transition:visibility 0s linear 1s, opacity 1s linear;
  -moz-transition:visibility 0s linear 1s, opacity 1s linear;
  transition:visibility 0s linear 1s, opacity 1s linear;
}
.fadeSet .galleryImg.csson {
  visibility:visible;
  opacity:1;
  -webkit-transition-delay:0s;
  -moz-transition-delay:0s;
  transition-delay:0s;
}

.slideSet .galleryText {
}

/*________fullscreen images*/
#headerImages{
	position:relative;
}
#headerImages.fullscreen .galleryImg{
	width:100%;
	height:100%;
	overflow:hidden;
}
#headerImages.fullscreen .gallery, #headerImages.fullscreen .slideSet, #headerImages.fullscreen .slideCont, #headerImages.fullscreen .gCont{
	height:100%;
	margin:0;
	padding:0;
}

#headerImages.fullscreen .galleryText {
	position:absolute;
	/*width:690px;
	left:50%;
	margin-left:-345px;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
	z-index:auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*text-shadow: 0px 0px 10px #000;*/
}
#headerImages.fullscreen .galleryText h1{color:#FFF; font-size:20px; line-height:24px;}

.teaserblock {
	display: inline-block;
	vertical-align: top;
	padding:10px;
	width:33%;
}

.newsteaser{
	margin-bottom:10px;
	position:relative;
}
.newsteaserimg{
	display:block;
	min-height:150px;
}

.galleryThumb {
	display: block;
	padding:20px;
}
.galleryThumb img{
	width:100%;
	height:auto;
}

.galleryThumb .img{
	/*border:5px solid #FFF;
	-webkit-box-shadow:0 3px 5px #333;
	-moz-box-shadow:0 3px 5px #333;
	box-shadow:0 3px 5px #333;*/
	overflow:hidden;
}


.galleryThumb a img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow:hidden;
}
.galleryThumb a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.galleryThumb img.thumb {display:block;}
.galleryThumb .galleryThumbText{
	margin-top:10px;
}
/*______________________________________________________________________toggleBoxes*/
.toggleBox{
	margin:20px 0;
}
.toggleBox .toggleHead h1,.toggleBox .toggleHead h2,.toggleBox .toggleHead h3,.toggleBox .toggleHead h4  {margin:7px 0;} 
.toggleHead {cursor:pointer;}
.toggleHead.toggleIcon {
	background:url(_pix/button_toggleOpen.svg) top right no-repeat;
	padding-right:30px;
}
.toggleBox.HoJS:hover .toggleHead.toggleIcon, .toggleHead.toggleIcon.on{
	background:url(_pix/button_toggleClose.svg) top right no-repeat;	
}
.nosvg .toggleHead.toggleIcon {	background:url(_pix/button_toggleOpen.png) top right no-repeat;}
.nosvg .toggleBox.HoJS:hover .toggleHead.toggleIcon, 
.nosvg .toggleBox.HoJS .toggleHead.toggleIcon.on{ background:url(_pix/button_toggleClose.png) top right no-repeat;}

.toggleBox .toggleCont { 
	display:block;
	height:1px; 
	overflow:hidden;
	padding:0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
}
.toggleBox.HoJS:hover .toggleCont, .toggleBox .toggleContOn {
	display:block;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #bdc3c7;
	border-top:5px solid #bdc3c7;
}
/*______________________________________________________________________forms*/
.wS {width:155px;}
.wM {width:250px;}
.wFS{width:99%;}
.wHS{width:50%;}

::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}


.input {
	display:block;
	min-height:36px;
	background-color: rgb(230,230,230);
	color:rgb(130,130,130);
	font-family:inherit;
	font-size:16px;
	border:none;
	margin:0 0 5px 0;
	padding:3px 10px;
	/*
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	-moz-box-shadow: inset 0 2px 5px 0 #000;
	-webkit-box-shadow: inset 0 2px 5px 0 #000;
	box-shadow: inset 0 2px 5px 0 #000;
	*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.input:focus {background-color:rgb(210,210,210);}
.input:hover {background-color:rgb(210,210,210);}

.button{
	background-color: rgb(230,230,230);
	color:rgb(130,130,130);
	font-size:18px;
	line-height: 22px;
	font-family:inherit;
	font-weight: normal;
	font-style:normal;
	padding:10px 10px;
	margin:0 0 10px 0;
	border:none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	/*
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 0 2px 5px 0 #000;
	-webkit-box-shadow: 0 2px 5px 0 #000;
	box-shadow: 0 2px 5px 0 #000;
	*/
	-webkit-appearance:none;
	cursor:pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.button:hover{
	background-color:#070707;
	color:rgb(255,255,255);
}
textarea.input{padding:10px;}	
label{color:#999;display:none;}

.error {
	border:5px solid #070707; 
	background-color:#FFF; 
	padding:5px;
}
.errorField {border: 2px solid #070707; background-color:#FFFFFF;}
.errorBox {border:1px solid #070707; background-color:#070707; padding:5px; color:#FFF;}

.inputSearch{
	display:inline-block;
	min-height:28px;
	height:28px;
	border:none;
	padding:0;
	margin:0;
	-moz-box-shadow: inset 0 2px 5px 0 #999;
	-webkit-box-shadow: inset 0 2px 5px 0 #999;
	box-shadow: inset 0 2px 5px 0 #999;
}
.buttonSearchIcon{
	border:none;
	width:30px;
	height:30px;
	background-image:url(_pix/button_search.svg);
	background-position:0 -30px;
	background-repeat:no-repeat;
	cursor:pointer;
	padding:0;
	margin:0;
	-webkit-appearance:none;	
}
.buttonSearchIcon:hover{
	background-position:0 0;
}
.nosvg .buttonSearchIcon{background-image:url(_pix/button_search.png);}

.searchResult{margin:15px 0;}
.searchLink{}
.searchCont{background:rgb(230,230,230); border-top:1px solid rgb(200,200,200); padding:10px;}


.closeButton {
	background:url(_pix/closebutton.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:5px;
	left:50%;
	margin-left:-30px;
	height:60px;
	width:60px;
	z-index:30;
}
.closeButton:hover {background:url(_pix/closebutton-act.svg) center no-repeat;}

.nosvg .closeButton {background:url(_pix/closebutton.png) center no-repeat;}
.nosvg .closeButton:hover {background:url(_pix/closebutton-act.png) center no-repeat;}
/*_____________________________________________________________________________________menu______*/
.submenu, .submenuact {
	font-size:11px;
	line-height: 22px;
	color: #070707;
}
.submenuact { color:#000;}
ul#nav a {
	display:block;
	font-size:15px;
	line-height: 18px;
	color: #000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0 15px 0 0;
	text-transform:uppercase;
}
ul#nav a:hover, ul#nav a.act { font-weight:700;}

ul#nav {
	position: relative;
	width:100%;
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display:block;
	min-height: 1px;
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 0;
}

ul#nav li:hover {
	position: relative;
	z-index:auto;
	cursor: default;
}

/*ul#nav li:before { position:absolute; content: "_ "; color:#070707; left:-15px;}*/
ul#nav li:before { position:absolute; content: ""; display:none;}

ul#nav ul {
	position: absolute;
	/*visibility: hidden;*/
	
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	top: 100%;
	left: -15px;
	z-index:155;
	background:rgb(231,233,235);
	padding:0;
	margin:0 0 0 0;
}
ul#nav ul a {
	display:block;
	border:none;
	white-space:nowrap;
	text-transform:none;
}
ul#nav ul li { display:block; float: none; padding:2px 0; }
ul#nav ul li a{
	margin:0;
	padding:2px 15px;
}
/*ul#nav ul li a:hover, ul#nav ul li a.act{color:#000;}*/

ul#nav ul ul {
	top: -10px;
	left: 99%;
	min-width:150px;
}

ul#nav li:hover > ul {
	/*padding:10px 0;
	max-height:500px;
	overflow:visible;*/
}


/*footer*/
ul#footernav a {
	display:block;
	font-size:14px;
	line-height: 16px;
	color: #000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0 12px 0 0;
}
ul#footernav a:hover, ul#footernav a.act {color:#000;}



ul#footernav li {
	display:block;
	float: left;
	min-height: 1px;
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 0;
}

ul#footernav li:hover {
	position: relative;
	z-index:auto;
	cursor: default;
}

ul#footernav li:before { position:absolute; content: ""; display:none;}
ul#footernav ul {
	position: absolute;
	visibility: hidden;
	bottom: 100%;
	left: -15px;
	z-index:155;
	background:#070707;
	padding:10px 0;
	margin:0 0 0 0;
}
ul#footernav ul a {
	display:block;
	border:none;
	white-space:nowrap;
}
ul#footernav ul li { display:block; float: none; padding:2px 0; }
ul#footernav ul li a{
	margin:0;
	padding:2px 15px;
	color:#FFF;
}
ul#footernav ul li a:hover, ul#footernav ul li a.act{color:#000;}

ul#footernav ul ul {
	bottom: -10px;
	left: 99%;
	min-width:150px;
}

ul#footernav li:hover > ul {
	visibility: visible;
}

/*_________________________________________templates*/
	
.sp1 {
	display:block;
	float:left;
	width:48%;
}
.sp2 {
	display:block;
	float:right;
	width:48%;
}
.sp3_12 {
	display:block;
	float:left;
	width:66.6666%;
	padding:20px 10px 20px 0;
}
.sp3_1, .sp3_1s {
	display:block;
	float:left;
	width:33.33333%;
	padding:20px 10px 20px 0;
}
.sp3_23 {
	display:block;
	float:left;
	width:66.666666%;
	padding:20px 10px;
}
.sp3_2 {
	display:block;
	float:left;
	width:33.33333%;
	padding:20px 10px;
}
.sp3_3,.sp3_3s {
	display:block;
	float:right;
	width:33.33333%;
	padding:20px 0 20px 10px;
}

.cols2{
	column-count: 2;
	column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
}
.singlenews .sp3_23{
	padding-top:60px;
}

/*___________boxslider*/
.boxsliderGallery{
	overflow:hidden;
	margin:0 -15px;
}
.boxsliderContent{
	position:relative;
	white-space: nowrap;
}
.boxsliderBox{
	display:inline-block;
	width:33.3333%;
	padding:10px 15px;
	white-space: normal;
	vertical-align:top;
}
.boxsliderBox .thumb{
	margin-bottom:15px;
}
.button_l.boxslider{
	left:-45px;
	background-position:0 30%;
	width:60px;
}
.button_r.boxslider{
	right:-50px;
	background-position:0 30%;
	width:60px;
}


/*_____isotope*/
ul.filtermenu ul, ul.filtermenu li, ul.filtermenu a{
	margin:0;
	padding:0;
	display:inline-block;
}
ul.filtermenu{margin-left:-13px; margin-bottom:25px;}
ul.filtermenu a{
	margin:2px 5px;
	padding:2px 8px;
	display:inline-block;
}
ul.filtermenu>li>a{display:none;}
ul.filtermenu li:before { display:none;}
ul.filtermenu, ul.filtermenu ul, ul.filtermenu li {width:100%;}
ul.filtermenu ul{display:block;}
ul.filtermenu li li {display:block; width:100%;}
ul.filtermenu li li ul{display:inline-block; width:auto;}
ul.filtermenu li li li{display:inline-block; width:auto;}
ul.filtermenu li li li li{display:inline-block;}
ul.filtermenu li li a{
	font-weight:bold;
}
ul.filtermenu li li li a{
	font-weight:normal;
}
ul.filtermenu a.on{
	background-color:#FFFFFF;
	color:#070707;
}
.objectgrid {
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-15px;
}
.objectgrid.line {margin-top:-46px;}
.objectgrid.news {margin-top:0;}

.objectteaser{
	display:inline-block;
	width:33.3333%;
	padding:15px;
	vertical-align:top;
}
.objectteaser .icont {margin-bottom:10px;}
.line .objectteaser .icont{ padding-top:30px; border-top:1px solid #bdc3c7;}
.objectteaser .icont img{ max-width:100%;}

.block_center .tcont {text-align:center;}

#singleItem{
	width:100%;
	position:relative;
	padding-top:100px;
	display:none;
}
#closeSingle{
	top:50px;
	right:25px;
}
.zoomSlider {
	position:relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.zoomSlider.act {
	margin-bottom:30px;
}
.zoomSlider .slideImage img{
	max-width:100%;
}
.zoomSlider .slideImage{
	display:none;
	top:0;
	/*float:left;*/
	/*overflow:hidden;
	max-width:0;
	-webkit-transition: max-width 0.5s ease-in-out;
	-moz-transition: max-width 0.5s ease-in-out;
	-ms-transition: max-width 0.5s ease-in-out;
	-o-transition: max-width 0.5s ease-in-out;
	transition: max-width 0.5s ease-in-out;*/
}
.zoomSlider .slideImage.act{
	display:block;
	/*max-width:1000px;*/
}
.zoomSlider .slideImage .tcont{
	margin:30px 150px 30px 0;
}
#zoomSliderNav{
	position:relative;
	float:right;
	margin-top:-70px;
	/*bottom:30px;
	right:0px;*/
}
#zoomSliderNav .prevButton, #zoomSliderNav .nextButton{
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	display:inline-block;
	cursor:pointer;
	font-size:36px;
	padding:10px;
}
#showoverview{
	display:none;
}
#showoverview a{
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	cursor:pointer;
	font-size:36px;
	padding:10px 0;
}

.more{
	display:block;
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	cursor:pointer;
	font-size:36px;
	padding-top:20px;
}
.back{
	display:block;
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	cursor:pointer;
	font-size:36px;
	margin-bottom:20px;
}
.moresmall{
	display:block;
	font-family: "source-serif-pro", Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	cursor:pointer;
	font-size:26px;
}
/*_____tables*/

.fixedTable td{
	vertical-align:top;
	padding:0 10px 5px 0;
	
}
.tcell {
	float:left;
	padding:5px 1% 5px 0;
}
.tcell.right {
	text-align:right;
}
.tcell.tc2{width:49%;}
.tcell.tc2.cs2{width:99%;}
.tcell.tc3{width:32%;}
.tcell.tc3.cs2{width:65%;}
.tcell.tc4{width:24%;}
.tcell.tc4.cs2{width:49%;}
.tcell.tc4.cs3{width:74%;}

.lines .tcell{border-top:1px solid #B3B3B3;}



/*__________webkit*/
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(150,150,150,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(150,150,150,0.4); 
}