html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family:'Arimo', Arial;
	color: #333;
	font-size:16px;
	font-weight:300;
	line-height:23px;
	background-color:#fff;
}
	
body strong, body b { font-weight:700 }

a {
	color: #ee7c1e;
	text-decoration: none;
	outline: 0px;
}

a:hover {
	color: #666;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }

.clearfix {
	width:100%;
	display:block;
	float:left;
	height:20px;
}


h1 {
	color: #ef6c00;
	font-family: 'Arimo', Arial, Tahoma;
	font-size: 38px;
	font-weight: 900;
	text-transform:uppercase;
	line-height: 40px;
	margin: 0 0 7px 0;
	padding: 0;
}

h2 {
	color: #333333;
	font-family: 'Arimo', Arial, Tahoma;
	font-size: 34px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 37px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	color: #919891;
	font-family: 'Arimo', Arial, Tahoma;
	font-size: 23px;
	font-weight: 200;
	text-transform:uppercase;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
}

h4 {
	color: #919891;
	font-family: 'Arimo', Arial, Tahoma;
	font-size: 23px;
	font-weight: 200;
	text-transform:uppercase;
	line-height: 30px;
	margin: 30px 0 20px 0;
	padding: 0;
}

h5 {
	color: #333333;
	font-family: 'Arimo', Arial, Tahoma;
	font-size: 25px;
	float:left;
	width:100%;
	font-weight: bold;
	line-height: 29px;
	text-transform:uppercase;
	margin: 10px 0 20px 0;
	padding: 0;
}


.titleWrapper {
	width:100%;
	text-align: center;
	margin-bottom:30px;
	background:url('img/titleBg.png') repeat-x 0 50%;
}

.titleWrapper .titleBox {
	padding:0 30px;
	background:#fff;
	display: inline-block;
}

.titleWrapper .titleBox h2 {
	margin:0;
}

/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

.col:first-child { margin-left: 0; }

.box .col { margin-bottom:0 }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.group .first {
	margin-left:0;
}
.group .last {
	margin-right:0;
}

.group .right {
	float:right;
}

.group .pull-right {
	text-align:right;
}
.col img { max-width:100% }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}


/* Show only 4 lines in smaller screens */
.article {
  max-height: 3em; /* (4 * 1.5 = 6) */
}


#content iframe { margin-top:15px }

.more { 
	float:right;  
	background-color:#ef6c00; 
	color:#fff; 
	margin-top:10px;
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:15px;
}

.more:hover { 
	background-color:#333333;
	color:#fff; 
}

/****** END OF CONTENT GRID CSS *******/

.wrapper {
	width:100%;
}

.wrapper.top {
	background:url('img/topBg.png') repeat-y 50% 0%;
}

.box {
	width:1170px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.box.padding {
	padding:90px 0 90px;
}

.box.paddingTop {
	padding:90px 0 0;
}

.box.paddingBottom {
	padding:0 0 90px;
}


.box.paddingSm {
	padding:17px 0 10px;
}

.tools {
	color:#898989;
}

.tools i {
	font-size:18px;
	color:#ff6601;
}

.topbar {
	height:79px;
	background:url('img/logoBg.png') no-repeat;
}

.sticky {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.sticky .topbar {
	height:55px;
}

.sticky #mainLink {
	top:14px;
}

.sticky #mainLink img {
	max-width:190px
}

.sticky #mainMenu {
	top:17px;
}
.flags img {
	margin-left:7px;
}

#mainLink {
	position:absolute;
	top:21px;
	left:0;
	transition: all 0.3s ease 0s;
	padding:0;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	 -moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

#mainMenu {
	position:absolute;
	top:30px;
	transition: all 0.3s ease 0s;
	right:0;
}

#mainMenu.collapse {
	padding-bottom:0px;
}

#mainMenu ul {
	margin:0;
	padding:0;
}

#mainMenu ul li {
	padding:0 17px 0 17px;
	display:inline;
	margin:0;
	float:left;
}

#mainMenu ul li:first-child {
	padding-left:0;
}

#mainMenu ul li:last-child {
	padding-right:0;
}

#mainMenu ul li a {
	font-size:16px;
	color:#e8e8e8;
	font-weight:bold;
	text-transform:uppercase;
}

#mainMenu ul li a:hover, #mainMenu ul li.active a {
	color:#ef6c00;
}

#mainMenu ul li:nth-last-child(2) a {
	color:#ef6c00;
}

#mainMenu ul li:nth-last-child(2) a:hover {
	color:#e8e8e8;
}



.slider-wrap{position:relative; }
#slider .item img{display: block;width: 100%;height: auto;}
#slider .item a{display:block;line-height:1;}
#slider-wrap .slider-nav{position:absolute;right:0;bottom:0;z-index:}
.slider-nav a{color:#000;cursor:pointer;text-decoration:none;display:inline-block;margin:0px;font-size:2em;padding:10px;background:rgba(255,255,255,0.4);line-height:1;opacity:0.5;}
.slider-nav a:hover{opacity:1;}
.slider-nav a:first-child{margin:0 1px 0 0;}

.captionWrapper {position:absolute; bottom:50px; left:0; width:100%; display:block;}
	.caption {width:1170px; margin:auto; display:block; }
		a.sliderMore { display:block; float:left; background:#ff6601; color:#fff; text-transform:uppercase; font-weight:bold; padding:12px 15px 10px; margin-top:30px; border: 1px solid #ff6601; }
			a:hover.sliderMore { border: 1px solid #ff6601; color:#ff6601; background:none }
		.captionBox {padding: 25px 25px; display:block; float:left; background:url(img/sliderBg.png); color:#000; min-width:300px; -moz-box-shadow: 0 0 5px #888;	-webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; }
			.captionBox h5 {padding: 0; margin:0; font-size:50px; color:#333333; font-weight:bold; text-transform:uppercase; text-shadow:0 1px 0 #fff }
				.captionBox h5 span {color:#ef6c00  }
			.captionBox .desc {font-size:16px; line-height:25px; color:#434444 }

.animate-me{
   opacity:1;
   -webkit-transition: opacity 1500ms linear;
   -moz-transition: opacity 1500ms linear;
   -o-transition: opacity 1500ms linear;
   -ms-transition: opacity 1500ms linear;
   transition: opacity 1500ms linear;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel {display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-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;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%;-moz-perspective : 1200px;-moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%;perspective : 1200px;}
.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}
.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}
.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}

@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}

.owl-theme .owl-controls{ position:absolute; bottom:10px; right:0; width:100% }
	.owl-pagination { width:1170px; margin:auto; text-align:right }
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{background:#fff;display: block;width: 12px;height: 12px;margin: 5px 7px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ef6c00;}

.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center;}


.wrapper.grey {
	background:#f1f1f1;
}

#konfigurator {
	background:#ff6601;
	padding:28px 0 30px;
	line-height:50px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	font-size:34px;
	font-weight:bold;
	text-transform:uppercase;
}

a.configButton { background:#ff6601; color:#fff; text-transform:uppercase; font-weight:bold; padding:9px 15px 7px; margin-top:30px; border: 1px solid #fff; font-size:20px; line-height:24px; text-shadow:none }
	a:hover.configButton { border: 1px solid #fff; color:#ff6601; background:#fff; text-shadow:none }

#owl-dlakogo {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	height:201px;
}

.hide.alter { display:none }


#kontakt {
	background:#f0eeee;
}

a.backLink {
   background-color: #ef6c00;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Arimo",Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 13px;
    text-transform: uppercase;
}

.fluid-wrapper {
    height: 0;
    padding-bottom:21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.feature.map {
  height:100%;
}
.feature.map iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
 }
 
#footer {
	 font-size:14px;
	 color:#fff;
	 background:#ff6601;
	 border-top:1px solid #fff;
 }
  
#footer .colLeft a {
	 color:#fff
}
  
#footer .colLeft a:hover {
	 color:#ffd1c0
}

#footer .colRight{
	 text-align:right
 }
 
.colLeft {
	 display:inline;
	 float:left;
	 width:48%;
 }
 
.colRight {
	 display:inline;
	 float:right;
	 width:48%;
 }
 
a.social {
	background:#fff;
	border-radius:100%;
	color:#ff6601;
	font-size:18px;
	width:31px;
	text-align:center;
	line-height:31px;
	border:1px solid #fff;
	height:31px;
	margin-left:10px;
	float:right;
}

a:hover.social {
	border:1px solid #fff;
	background:#ff6601;
	color:#fff
}

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat; }	

#subWrapper {
	padding-top:60px;
	padding-bottom:30px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.offerBox .mainIntroLink {
	font-weight:bold;
	font-size:21px;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#ff6601;
}

.offerBox:hover .mainIntroLink {
	color:#333333;
}

.offerBox .description {
	color:#333;
}

.offerBox:hover .description {
	color:#777777;
}
.offerBox {
	margin-top:35px;
}

.aboutBox {
	background-repeat:no-repeat;
	margin-top:45px !important;
	overflow:hidden;
	position:relative;
}

.aboutBox .contentWrapper {
	border:1px solid #ff6601;
	background-repeat:no-repeat;
	height:140px;
	text-align:right;
	padding:20px 25px 20px 60px;
}

.aboutBox .contentWrapper:hover {
	border:1px solid #999999;
}

.aboutBox .mainIntroLink {
	font-weight:bold;
	font-size:18px;
	color:#ff6601;
	margin-bottom:12px;
	text-transform:uppercase;
}

.aboutBox:hover .mainIntroLink {
	color:#333;
}

.aboutBox .description {
	font-size:15px;
	color:#333333;
	line-height:23px;
}

.moreSquare {
	width:28px;
	height:28px;
	position:absolute;
	bottom:20px;
	right:25px;
	background: url('img/moreSquare.png');
}

.contactRow em {
	font-size:18px;
	color:#ff6601;
	margin-bottom:20px;
}


/* Portfolio - Filter
-----------------------------------------------------------------*/
#menuContainer {
	display: table;   /* Allow the centering to work */
	margin: 55px auto 65px;
}

#portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0;
}

#portfolio-filter li {
	display: inline;
	margin:0 5px;
}

#portfolio-filter li a {
	display: inline;
	position: relative;
	padding: 10px 10px;
	background:#f0eeee;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 17px;
	color: #666;
}

#portfolio-filter li:first-child a {
	border-left: none;
}

#portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

#portfolio-filter li a:hover { color: #ff6601; }

#portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #ff6601;
	margin:0;
	padding: 10px 10px;
}

#portfolio-filter li.activeFilter a {  }

.portfolio-item { height:250px; position:relative; width:292px;  }
	.portfolio-item .description { position:absolute; bottom:0; left:15px }
		.portfolio-item .description h5 { margin:0; color:#fff; font-size:17px; text-shadow:0 1px 0 #000 }
		.portfolio-item .description div { color:#fff; text-shadow:0 1px 0 #000 }

.faq { padding:0 }

.faq li { padding: 10px 15px; list-style:none }

.faq li.q {
  background: #4FC2E;
  font-size:17px;
  border: 1px #f5f5f5 solid;
  cursor: pointer;
}

.faq li.a {
  background: #fafafa;
  display: none;
  font-size:15px;
  line-height:20px;
}

.faq li img {
  margin-right:15px;
  margin-top:2px;
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-item {
	background:#000;
}

a.popup.overlay {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

a.popup.overlay:hover {
	-moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

#gallery .miniatureWrapper {
	display:inline;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	position:relative
}

#gallery .miniatureWrapper span {
	display:none
} 
#gallery .miniatureWrapper a img {
	display:block;
	float:left;
}
#cboxTitle { display:none !important }