/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		outline: none;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	html, body{
		margin: 0;
	}

/* #Basic Styles
================================================== */
	body{
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;
		font-weight: 300;
		font-size: 15px;
		line-height: 21px;
		color: #000;
		letter-spacing: 0.035em;
		word-spacing: 0;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: subpixel-antialiased;
		background: #fff;
	}

/* #Typography
================================================== */
	h1 { font-size: 34px; line-height: 36px; font-weight: 200; margin-top: 18px; margin-bottom: 24px; color: #1d1d1b; font-weight: 300; letter-spacing: 0.05em; }
	h2 { font-size: 34px; line-height: 36px; font-weight: 200; margin-top: 0; margin-bottom: 8px; color: #000; text-transform: uppercase; font-weight: 500; letter-spacing: 0.05em; }
	
	
	h3 { font-weight: 400; }
	
	h5 { font-size: 12px; text-transform: uppercase; line-height: 21px; font-weight: 500; padding: 5px 15px 7px 15px; margin-bottom: 24px; background: #191f20; position: relative; border-radius: 1px; }
	h5.xtramargin { margin-top: 26px; margin-bottom: 55px; }
	h5,h5 a,h5 a:hover{ color: #ececec; }
	h5.center span.arrow-black { display: block; position: absolute; left: 0; bottom: -10px; width: 100%; height: 10px; background: url(../img/h/arrow-black.png) no-repeat center top; }
	h5 span.arrow-black { display: block; position: absolute; left: 0; bottom: -10px; width: 160px; height: 10px; background: url(../img/h/arrow-black.png) no-repeat center top; }
	
	h1.nobr, h2.nobr, h3.nobr, h4.nobr, h5.nobr, h6.nobr { margin-bottom: 0; }
	
	.center { text-align: center; }
	
	p,.block { margin-bottom: 21px; }
	p img { margin: 0; }

	em,i { font-style: italic; }
	strong,b,strong *,b * { font-weight: 400; }
	small { font-size: 80%; }

	hr { display: block; background: url(../img/hr.gif) repeat-x left top; padding: 0; height: 1px; border: 0; margin-top: 11px; margin-bottom: 11px; }
	hr.nopadding { margin: 0; }

	img { outline: 0; }
	img.scale-with-grid { width: 100%; max-width: 100%; height: auto; }

/* #Links 
================================================== */
	a { color: #000; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }

/* #Lists 
==================================================*/
	main ul,main ol { padding-bottom: 21px; }
	main ul,main ol,main li { list-style-type: none; }
	main li{
		list-style-type: none;
		position: relative;
		left: -8px;
		padding-left: 8px;
		background: url(../img/li/li.png) no-repeat left top;
	}


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: block;
		border: 1px solid #1a2123;
		margin: 40px 0 26px 0;
		padding: 6px 10px;
		width: 50%;
		max-width: 50%;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 15px/21px 'Montserrat', Arial, Verdana, Helvetica, sans-serif;
		font-weight: 300;
		color: #fff;
		text-align: left;
		cursor: pointer;
		background: #1a2123; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #00858c; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 0; }
	fieldset {
		margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display: block;
		border: 1px solid #ccc;
		margin: 0 0 17px 0;
		padding: 6px 10px;
		width: 96%;
		max-width: 96%;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 15px/21px 'Montserrat', Arial, Verdana, Helvetica, sans-serif;
		font-weight: 300;
		color: #777;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 150px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;}
	select {
		width: 96%; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	input.form-error,textarea.form-error{
		background: #9ed0d6;
		color: #000;
	}
	p.form-error{
		color: #9ed0d6;
	}
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		position: relative;
		left: -10px;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 11px !important; }
	.add-bottom { margin-bottom: 22px !important; }

/* #Clearing
================================================== */
	.container:after,.container-full:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; }
	.row:after,
	.clearfix:after {
		clear: both; }
	.row,
	.clearfix {
		zoom: 1; }
	
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

/* cairo-200 - latin_arabic_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/cairo-v5-latin_arabic_latin-ext-200.eot'); /* IE9 Compat Modes */
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
       url('../fonts/cairo-v5-latin_arabic_latin-ext-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* cairo-300 - latin_arabic_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/cairo-v5-latin_arabic_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('../fonts/cairo-v5-latin_arabic_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* cairo-regular - latin_arabic_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat'), local('Montserrat-Regular'),
       url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* cairo-600 - latin_arabic_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cairo-v5-latin_arabic_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/cairo-v5-latin_arabic_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v5-latin_arabic_latin-ext-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* 
 *  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;
}

/* Table of Content
==================================================
	Sections
	Content
	960 Grid
	100% Grid
	768 Grid
	1200 Grid
	1536 Grid */


/* Sections
================================================== */
	section{
		position: relative;
		width: 100%;
		padding-top: 39px;
		padding-bottom: 39px;
	}
	section.nopadding{
		padding-top: 0;
		padding-bottom: 0;
	}
	section.notop{
		padding-top: 0;
	}
	section.nobottom{
		padding-bottom: 0;
	}
	section.addtop{
		padding-top: 70px;
	}
	section.adbottom{
		padding-bottom: 70px;
	}
	section .box{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Content
================================================== */
	.container .content{
		margin: 10px;
	}


/* 960 Grid
================================================== */
	.container{
		position: relative;
		width: 960px;
		padding: 0;
		margin: 0 auto;
	}
	.container .box{
		position: relative;
		float: left;
		display: inline;
		margin: 5px;
	}
	.container .box .box{
		margin-left: 0;
		margin-right: 0;
	}
	.container .box.nopadding{
		margin-top: 0;
		margin-bottom: 0;
	}
	.container .box.notop{
		margin-top: 0;
	}
	.container .box.nobottom{
		margin-bottom: 0;
	}
	.container .box.alpha{
		margin-left: 0;
	}
	.container .box.omega{
		margin-right: 0;
	}
	.container .cols-1.box  { width: 30px; }
	.container .cols-2.box  { width: 70px; }
	.container .cols-3.box  { width: 110px; }
	.container .cols-4.box  { width: 150px; }
	.container .cols-5.box  { width: 190px; }
	.container .cols-6.box  { width: 230px; }
	.container .cols-7.box  { width: 270px; }
	.container .cols-8.box  { width: 310px; }
	.container .cols-9.box  { width: 350px; }
	.container .cols-10.box { width: 390px; }
	.container .cols-11.box { width: 430px; }
	.container .cols-12.box { width: 470px; }
	.container .cols-13.box { width: 510px; }
	.container .cols-14.box { width: 550px; }
	.container .cols-15.box { width: 590px; }
	.container .cols-16.box { width: 630px; }
	.container .cols-17.box { width: 670px; }
	.container .cols-18.box { width: 710px; }
	.container .cols-19.box { width: 750px; }
	.container .cols-20.box { width: 790px; }
	.container .cols-21.box { width: 830px; }
	.container .cols-22.box { width: 870px; }
	.container .cols-23.box { width: 910px; }
	.container .cols-24.box { width: 950px; }
	
	.container .box.offset-1  { margin-left: 45px; }
	.container .box.offset-2  { margin-left: 85px; }
	.container .box.offset-3  { margin-left: 125px; }
	.container .box.offset-4  { margin-left: 165px; }
	.container .box.offset-5  { margin-left: 205px; }
	.container .box.offset-6  { margin-left: 245px; }
	.container .box.offset-7  { margin-left: 285px; }
	.container .box.offset-8  { margin-left: 325px; }
	.container .box.offset-9  { margin-left: 365px; }
	.container .box.offset-10 { margin-left: 405px; }
	.container .box.offset-11 { margin-left: 445px; }
	.container .box.offset-12 { margin-left: 485px; }
	.container .box.offset-13 { margin-left: 525px; }
	.container .box.offset-14 { margin-left: 565px; }
	.container .box.offset-15 { margin-left: 605px; }
	.container .box.offset-16 { margin-left: 645px; }
	.container .box.offset-17 { margin-left: 685px; }
	.container .box.offset-18 { margin-left: 725px; }
	.container .box.offset-19 { margin-left: 765px; }
	.container .box.offset-20 { margin-left: 805px; }
	.container .box.offset-21 { margin-left: 845px; }
	.container .box.offset-22 { margin-left: 885px; }
	.container .box.offset-23 { margin-left: 925px; }
	
	.container .box .cols-1.box  { width: 30px; }
	.container .box .cols-2.box  { width: 70px; }
	.container .box .cols-3.box  { width: 110px; }
	.container .box .cols-4.box  { width: 150px; }
	.container .box .cols-5.box  { width: 190px; }
	.container .box .cols-6.box  { width: 230px; }
	.container .box .cols-7.box  { width: 270px; }
	.container .box .cols-8.box  { width: 310px; }
	.container .box .cols-9.box  { width: 350px; }
	.container .box .cols-10.box { width: 390px; }
	.container .box .cols-11.box { width: 430px; }
	.container .box .cols-12.box { width: 470px; }
	.container .box .cols-13.box { width: 510px; }
	.container .box .cols-14.box { width: 550px; }
	.container .box .cols-15.box { width: 590px; }
	.container .box .cols-16.box { width: 630px; }
	.container .box .cols-17.box { width: 670px; }
	.container .box .cols-18.box { width: 710px; }
	.container .box .cols-19.box { width: 750px; }
	.container .box .cols-20.box { width: 790px; }
	.container .box .cols-21.box { width: 830px; }
	.container .box .cols-22.box { width: 870px; }
	.container .box .cols-23.box { width: 910px; }
	.container .box .cols-24.box { width: 950px; }


/* 100% Grid
================================================== */
@media only screen and (max-width: 768px){
	.container{
		width: 100%;
	}
	.content-mobile{
		margin-left: 10px;
		margin-right: 10px;
	}
	.container .cols-1.box,
	.container .cols-2.box,
	.container .cols-3.box,
	.container .cols-4.box,
	.container .cols-5.box,
	.container .cols-6.box,
	.container .cols-7.box,
	.container .cols-8.box,
	.container .cols-9.box,
	.container .cols-10.box,
	.container .cols-11.box,
	.container .cols-12.box,
	.container .cols-13.box,
	.container .cols-14.box,
	.container .cols-15.box,
	.container .cols-16.box,
	.container .cols-17.box,
	.container .cols-18.box,
	.container .cols-19.box,
	.container .cols-20.box,
	.container .cols-21.box,
	.container .cols-22.box,
	.container .cols-23.box,
	.container .cols-24.box,
	.container .box .cols-1.box,
	.container .box .cols-2.box,
	.container .box .cols-3.box,
	.container .box .cols-4.box,
	.container .box .cols-5.box,
	.container .box .cols-6.box,
	.container .box .cols-7.box,
	.container .box .cols-8.box,
	.container .box .cols-9.box,
	.container .box .cols-10.box,
	.container .box .cols-11.box,
	.container .box .cols-12.box,
	.container .box .cols-13.box,
	.container .box .cols-14.box,
	.container .box .cols-15.box,
	.container .box .cols-16.box,
	.container .box .cols-17.box,
	.container .box .cols-18.box,
	.container .box .cols-19.box,
	.container .box .cols-20.box,
	.container .box .cols-21.box,
	.container .box .cols-22.box,
	.container .box .cols-23.box,
	.container .box .cols-24.box{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.container .box.offset-1,
	.container .box.offset-2,
	.container .box.offset-3,
	.container .box.offset-4,
	.container .box.offset-5,
	.container .box.offset-6,
	.container .box.offset-7,
	.container .box.offset-8,
	.container .box.offset-9,
	.container .box.offset-10,
	.container .box.offset-11,
	.container .box.offset-12,
	.container .box.offset-13,
	.container .box.offset-14,
	.container .box.offset-15,
	.container .box.offset-16,
	.container .box.offset-17,
	.container .box.offset-18,
	.container .box.offset-19,
	.container .box.offset-20,
	.container .box.offset-21,
	.container .box.offset-22,
	.container .box.offset-23{
		margin-left: 0;
	}
	
	.container .box .box .cols-1.box,
	.container .box .box .cols-2.box,
	.container .box .box .cols-3.box,
	.container .box .box .cols-4.box,
	.container .box .box .cols-5.box,
	.container .box .box .cols-6.box,
	.container .box .box .cols-7.box,
	.container .box .box .cols-8.box,
	.container .box .box .cols-9.box,
	.container .box .box .cols-10.box,
	.container .box .box .cols-11.box,
	.container .box .box .cols-12.box,
	.container .box .box .cols-13.box,
	.container .box .box .cols-14.box,
	.container .box .box .cols-15.box,
	.container .box .box .cols-16.box,
	.container .box .box .cols-17.box,
	.container .box .box .cols-18.box,
	.container .box .box .cols-19.box,
	.container .box .box .cols-20.box,
	.container .box .box .cols-21.box,
	.container .box .box .cols-22.box,
	.container .box .box .cols-23.box,
	.container .box .box .cols-24.box{
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
}


/* 768 Grid
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px){
	.container{
		width: 768px;
	}
	.container .cols-1.box  { width: 22px; }
	.container .cols-2.box  { width: 54px; }
	.container .cols-3.box  { width: 86px; }
	.container .cols-4.box  { width: 118px; }
	.container .cols-5.box  { width: 150px; }
	.container .cols-6.box  { width: 182px; }
	.container .cols-7.box  { width: 214px; }
	.container .cols-8.box  { width: 246px; }
	.container .cols-9.box  { width: 278px; }
	.container .cols-10.box { width: 310px; }
	.container .cols-11.box { width: 342px; }
	.container .cols-12.box { width: 374px; }
	.container .cols-13.box { width: 406px; }
	.container .cols-14.box { width: 438px; }
	.container .cols-15.box { width: 470px; }
	.container .cols-16.box { width: 502px; }
	.container .cols-17.box { width: 534px; }
	.container .cols-18.box { width: 566px; }
	.container .cols-19.box { width: 598px; }
	.container .cols-20.box { width: 630px; }
	.container .cols-21.box { width: 662px; }
	.container .cols-22.box { width: 694px; }
	.container .cols-23.box { width: 726px; }
	.container .cols-24.box { width: 758px; }
	
	.container .box.offset-1  { margin-left: 37px; }
	.container .box.offset-2  { margin-left: 69px; }
	.container .box.offset-3  { margin-left: 101px; }
	.container .box.offset-4  { margin-left: 133px; }
	.container .box.offset-5  { margin-left: 165px; }
	.container .box.offset-6  { margin-left: 197px; }
	.container .box.offset-7  { margin-left: 229px; }
	.container .box.offset-8  { margin-left: 261px; }
	.container .box.offset-9  { margin-left: 293px; }
	.container .box.offset-10 { margin-left: 325px; }
	.container .box.offset-11 { margin-left: 357px; }
	.container .box.offset-12 { margin-left: 389px; }
	.container .box.offset-13 { margin-left: 421px; }
	.container .box.offset-14 { margin-left: 453px; }
	.container .box.offset-15 { margin-left: 485px; }
	.container .box.offset-16 { margin-left: 517px; }
	.container .box.offset-17 { margin-left: 549px; }
	.container .box.offset-18 { margin-left: 581px; }
	.container .box.offset-19 { margin-left: 613px; }
	.container .box.offset-20 { margin-left: 645px; }
	.container .box.offset-21 { margin-left: 677px; }
	.container .box.offset-22 { margin-left: 709px; }
	.container .box.offset-23 { margin-left: 741px; }
	
	.container .box .cols-1.box  { width: 22px; }
	.container .box .cols-2.box  { width: 54px; }
	.container .box .cols-3.box  { width: 86px; }
	.container .box .cols-4.box  { width: 118px; }
	.container .box .cols-5.box  { width: 150px; }
	.container .box .cols-6.box  { width: 182px; }
	.container .box .cols-7.box  { width: 214px; }
	.container .box .cols-8.box  { width: 246px; }
	.container .box .cols-9.box  { width: 278px; }
	.container .box .cols-10.box { width: 310px; }
	.container .box .cols-11.box { width: 342px; }
	.container .box .cols-12.box { width: 374px; }
	.container .box .cols-13.box { width: 406px; }
	.container .box .cols-14.box { width: 438px; }
	.container .box .cols-15.box { width: 470px; }
	.container .box .cols-16.box { width: 502px; }
	.container .box .cols-17.box { width: 534px; }
	.container .box .cols-18.box { width: 566px; }
	.container .box .cols-19.box { width: 598px; }
	.container .box .cols-20.box { width: 630px; }
	.container .box .cols-21.box { width: 662px; }
	.container .box .cols-22.box { width: 694px; }
	.container .box .cols-23.box { width: 726px; }
	.container .box .cols-24.box { width: 758px; }
}


/* 1200 Grid
================================================== */
@media only screen and (min-width: 1280px) and (min-height: 720px){
	.container{
		width: 1200px;
	}
	.container .cols-1.box  { width: 40px; }
	.container .cols-2.box  { width: 90px; }
	.container .cols-3.box  { width: 140px; }
	.container .cols-4.box  { width: 190px; }
	.container .cols-5.box  { width: 240px; }
	.container .cols-6.box  { width: 290px; }
	.container .cols-7.box  { width: 340px; }
	.container .cols-8.box  { width: 390px; }
	.container .cols-9.box  { width: 440px; }
	.container .cols-10.box { width: 490px; }
	.container .cols-11.box { width: 540px; }
	.container .cols-12.box { width: 590px; }
	.container .cols-13.box { width: 640px; }
	.container .cols-14.box { width: 690px; }
	.container .cols-15.box { width: 740px; }
	.container .cols-16.box { width: 790px; }
	.container .cols-17.box { width: 840px; }
	.container .cols-18.box { width: 890px; }
	.container .cols-19.box { width: 940px; }
	.container .cols-20.box { width: 990px; }
	.container .cols-21.box { width: 1040px; }
	.container .cols-22.box { width: 1090px; }
	.container .cols-23.box { width: 1140px; }
	.container .cols-24.box { width: 1190px; }
	
	.container .box.offset-1  { margin-left: 55px; }
	.container .box.offset-2  { margin-left: 105px; }
	.container .box.offset-3  { margin-left: 155px; }
	.container .box.offset-4  { margin-left: 205px; }
	.container .box.offset-5  { margin-left: 255px; }
	.container .box.offset-6  { margin-left: 305px; }
	.container .box.offset-7  { margin-left: 355px; }
	.container .box.offset-8  { margin-left: 405px; }
	.container .box.offset-9  { margin-left: 455px; }
	.container .box.offset-10 { margin-left: 505px; }
	.container .box.offset-11 { margin-left: 555px; }
	.container .box.offset-12 { margin-left: 605px; }
	.container .box.offset-13 { margin-left: 655px; }
	.container .box.offset-14 { margin-left: 705px; }
	.container .box.offset-15 { margin-left: 755px; }
	.container .box.offset-16 { margin-left: 805px; }
	.container .box.offset-17 { margin-left: 855px; }
	.container .box.offset-18 { margin-left: 905px; }
	.container .box.offset-19 { margin-left: 955px; }
	.container .box.offset-20 { margin-left: 1005px; }
	.container .box.offset-21 { margin-left: 1055px; }
	.container .box.offset-22 { margin-left: 1105px; }
	.container .box.offset-23 { margin-left: 1155px; }
	
	.container .box .cols-1.box  { width: 40px; }
	.container .box .cols-2.box  { width: 90px; }
	.container .box .cols-3.box  { width: 140px; }
	.container .box .cols-4.box  { width: 190px; }
	.container .box .cols-5.box  { width: 240px; }
	.container .box .cols-6.box  { width: 290px; }
	.container .box .cols-7.box  { width: 340px; }
	.container .box .cols-8.box  { width: 390px; }
	.container .box .cols-9.box  { width: 440px; }
	.container .box .cols-10.box { width: 490px; }
	.container .box .cols-11.box { width: 540px; }
	.container .box .cols-12.box { width: 590px; }
	.container .box .cols-13.box { width: 640px; }
	.container .box .cols-14.box { width: 690px; }
	.container .box .cols-15.box { width: 740px; }
	.container .box .cols-16.box { width: 790px; }
	.container .box .cols-17.box { width: 840px; }
	.container .box .cols-18.box { width: 890px; }
	.container .box .cols-19.box { width: 940px; }
	.container .box .cols-20.box { width: 990px; }
	.container .box .cols-21.box { width: 1040px; }
	.container .box .cols-22.box { width: 1090px; }
	.container .box .cols-23.box { width: 1140px; }
	.container .box .cols-24.box { width: 1190px; }
}


/* 1536 Grid
================================================== */
@media only screen and (min-width: 1536px) and (min-height: 864px){
	.container{
		width: 1536px;
	}
	.container .cols-1.box  { width: 54px; }
	.container .cols-2.box  { width: 118px; }
	.container .cols-3.box  { width: 182px; }
	.container .cols-4.box  { width: 246px; }
	.container .cols-5.box  { width: 310px; }
	.container .cols-6.box  { width: 374px; }
	.container .cols-7.box  { width: 438px; }
	.container .cols-8.box  { width: 502px; }
	.container .cols-9.box  { width: 566px; }
	.container .cols-10.box { width: 630px; }
	.container .cols-11.box { width: 694px; }
	.container .cols-12.box { width: 758px; }
	.container .cols-13.box { width: 822px; }
	.container .cols-14.box { width: 886px; }
	.container .cols-15.box { width: 950px; }
	.container .cols-16.box { width: 1014px; }
	.container .cols-17.box { width: 1078px; }
	.container .cols-18.box { width: 1142px; }
	.container .cols-19.box { width: 1206px; }
	.container .cols-20.box { width: 1270px; }
	.container .cols-21.box { width: 1334px; }
	.container .cols-22.box { width: 1398px; }
	.container .cols-23.box { width: 1462px; }
	.container .cols-24.box { width: 1526px; }
	
	.container .box.offset-1  { margin-left: 69px; }
	.container .box.offset-2  { margin-left: 133px; }
	.container .box.offset-3  { margin-left: 197px; }
	.container .box.offset-4  { margin-left: 261px; }
	.container .box.offset-5  { margin-left: 325px; }
	.container .box.offset-6  { margin-left: 389px; }
	.container .box.offset-7  { margin-left: 453px; }
	.container .box.offset-8  { margin-left: 517px; }
	.container .box.offset-9  { margin-left: 581px; }
	.container .box.offset-10 { margin-left: 645px; }
	.container .box.offset-11 { margin-left: 709px; }
	.container .box.offset-12 { margin-left: 773px; }
	.container .box.offset-13 { margin-left: 837px; }
	.container .box.offset-14 { margin-left: 901px; }
	.container .box.offset-15 { margin-left: 965px; }
	.container .box.offset-16 { margin-left: 1029px; }
	.container .box.offset-17 { margin-left: 1093px; }
	.container .box.offset-18 { margin-left: 1157px; }
	.container .box.offset-19 { margin-left: 1221px; }
	.container .box.offset-20 { margin-left: 1285px; }
	.container .box.offset-21 { margin-left: 1349px; }
	.container .box.offset-22 { margin-left: 1413px; }
	.container .box.offset-23 { margin-left: 1477px; }
	
	.container .box .cols-1.box  { width: 54px; }
	.container .box .cols-2.box  { width: 118px; }
	.container .box .cols-3.box  { width: 182px; }
	.container .box .cols-4.box  { width: 246px; }
	.container .box .cols-5.box  { width: 310px; }
	.container .box .cols-6.box  { width: 374px; }
	.container .box .cols-7.box  { width: 438px; }
	.container .box .cols-8.box  { width: 502px; }
	.container .box .cols-9.box  { width: 566px; }
	.container .box .cols-10.box { width: 630px; }
	.container .box .cols-11.box { width: 694px; }
	.container .box .cols-12.box { width: 758px; }
	.container .box .cols-13.box { width: 822px; }
	.container .box .cols-14.box { width: 886px; }
	.container .box .cols-15.box { width: 950px; }
	.container .box .cols-16.box { width: 1014px; }
	.container .box .cols-17.box { width: 1078px; }
	.container .box .cols-18.box { width: 1142px; }
	.container .box .cols-19.box { width: 1206px; }
	.container .box .cols-20.box { width: 1270px; }
	.container .box .cols-21.box { width: 1334px; }
	.container .box .cols-22.box { width: 1398px; }
	.container .box .cols-23.box { width: 1462px; }
	.container .box .cols-24.box { width: 1526px; }
}
/* Table of Content
==================================================
	#Color Styles
	#Site Styles
	#Page Styles
	#Template Styles */


/* #Color Styles
================================================== */
.color-0{
	background-color: #fff;
}
.color-1{
	background-color: #e8e6e6;
}
.color-2{
	background-color: #1a2123;
}
.color-2,.color-2 *{
	color: #ececec;
}
.color-2 a:hover,.color-2 a:focus{
	color: #ececec;
}
main .color-2 li{
	background: url(../img/li/li-white.png) no-repeat left top;
}
.color-3{
	background-color: #f0f0f0;
}
section.font-1{
	padding-bottom: 37px;
}
section.font-1,section.font-1 p,section.font-1 p *{
	font-size: 17px;
	line-height: 23px;
}
section.font-1 p,section.font-1 block{
	margin-bottom: 23px;
}

/* #Site Styles
================================================== */
	.image-holder{
		position: relative;
		width: 100%;
		z-index: 0;
		overflow: hidden;
	}
	.image-holder img{
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 0;
	}
	.image-holder img.lazy,div.lazy{
		opacity: 0;
	}


/* #Site Styles
================================================== */
header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 86px;
	z-index: 999999999999;
}
.mech header{
	height: 144px;
}
.nav-desktop{
	width: 100%;
	height: 86px;
	overflow: hidden;
}
.nav-desktop .box{
	position: relative;
	height: 86px;
}
.nav-desktop-fill-left,.nav-desktop-fill-right{
	position: absolute;
	top: 0;
	width: 2000px;
	height: 86px;
	background: #191f21;
	z-index: 999999999999;
}
.nav-desktop-fill-left{
	left: -2000px;
}
.nav-desktop-fill-right{
	right: -2000px;
}
.nav-desktop-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nav-desktop-wrap-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 3000px;
	height: 86px;
}
.nav-desktop-nav,.nav-desktop-nav-fill{
	height: 86px;
}
.nav-desktop-nav{
	float: left;
}
.nav-desktop-nav-fill{
	position: relative;
	float: left;
	width: 1500px;
	background: #191f21;
	z-index: 999999999999;
}
.nav-desktop-logo a{
	display: block;
	width: 50px;
	height: 50px;
}
.nav-desktop-nav a{
	display: inline-block;
	position: relative;
	height: 86px;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 200;
	line-height: 86px;
	text-transform: uppercase;
	letter-spacing: 0.02;
	color: #989896;
	color: #bebebe;
	text-align: center;
	background: url(../img/nav/desktop-a.png) no-repeat center top;
	z-index: 999999999999;
}
.nav-desktop-nav a:hover,.nav-desktop-nav a.act,a.nav-desktop-hover{
	color: #fff;
}
.mech .nav-desktop-nav a:hover,.mech .nav-desktop-nav a.act,.mech a.nav-desktop-hover{
	color: #22678e;
}
.nav-desktop-nav a.act,a.nav-desktop-hover{
	background-position: center -86px;
}
.nav-desktop-logo,.nav-mobile-logo{
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 120px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 120px 86px;
	z-index: 999999999999;
}
.home .nav-desktop-logo,.home .nav-mobile-logo{
	background-image: url(../img/kbh.png);
}
.stone .nav-desktop-logo,.stone .nav-mobile-logo{
	background-image: url(../img/kbh-qualitaet-in-stein.png);
}
.mech .nav-desktop-logo,.mech .nav-mobile-logo{
	background-image: url(../img/kbh-maschinenbau.png);
}
.nav-desktop-dropdowns{
	position: absolute;
	left: 0;
	top: 79px;
	width: 100%;
	height: 1px;
	z-index: 1000;
}
.mech .nav-desktop-dropdowns{
	top: 121px;
}
.nav-desktop-dropdown{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding: 10px 8px 2px 8px;
	background: url(../img/nav/desktop-dropdown.png) repeat left top;
	z-index: 999999999999;
	display: none;
}
.nav-desktop-dropdown li{
	display: block;
	width: 100%;
	height: auto;
	background: url(../img/nav/desktop-dropdown-li.gif) no-repeat center top;
}
.nav-desktop-dropdown li a{
	display: block;
	width: 100%;
	height: auto;
	padding: 9px 0 8px 0;
	margin: 0;
	background: none;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #000;
	text-align: center;
	text-transform: none;
}
.nav-desktop-dropdown li a:hover,.nav-desktop-dropdown li a.act{
	background: none;
}
.stone .nav-desktop-dropdown li a:hover,.stone .nav-desktop-dropdown li a.act{
	color: #269a93;
}
.mech .nav-desktop-dropdown li a:hover,.mech .nav-desktop-dropdown li a.act{
	color: #22678e;
}
.nav-desktop-dropdown li.first{
	background: none;
}
.nav-mobile{
	position: relative;
	width: 100%;
	display: none;
}
a.nav-mobile-toogle{
	display: block;
	height: 60px;
	margin-left: 23px;
	padding-left: 30px;
	background: url(../img/nav/mobile-toogle.png) no-repeat left top;
	font-size: 20px;
	line-height: 60px;
	text-transform: uppercase;
	color: #989896;
}
@media only screen and (max-width: 768px){
	header{
		background: #191f21;
	}
	.nav-desktop,.nav-desktop-dropdowns{
		display: none;
	}
	.nav-mobile{
		display: block;
	}
}
.home a.nav-mobile-toogle{
	display: none;
}

header .lang{
	width: 100%;
	padding-bottom: 11px;
	background: #fff;
	z-index: 99999999;
}
header .lang a{
	display: block;
	margin-left: 16px;
	padding-left: 19px;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.02;
	color: #000;
}
header .lang a.toogle{
	padding-top: 11px;
	background: url(../img/header/nav-lang-toogle.png) no-repeat left 11px;
	background-size: 9px 96px;
}
@media only screen and (max-width: 768px){
	header .lang a{
		padding-left: 22px;
	}
}
header a.toogle:hover,header .lang a.toogle-act{
	background-position: left bottom;
}
header .lang .slider{
	height: 0;
	overflow: hidden;
}
header .lang .slider a{
	
}
header .lang .slider ul{
	height: auto;
	margin: 0;
	padding: 0;
}
.sidr{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
	-moz-box-shadow: inset 0 0 5px 5px #ebebeb;
	box-shadow: inset 0 0 5px 5px #ebebeb;
	z-index: 9999999999;
}
.sidr.left{
	left: -260px;
	right: auto;
}
.sidr ul{
	display: block;
	padding: 0;
	margin: 10px;
}
.sidr ul ul{
	margin: 0 0 10px 0;
}
.sidr li{
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
	line-height: 28px;
}
.sidr a{
	display: block;
	text-decoration: none;
	padding: 10px 0 6px 0;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	background: url(../img/nav/desktop-dropdown-li.gif) repeat-x left top;
}
.sidr ul a{
	text-transform: uppercase;
}
.sidr ul ul a{
	text-transform: none;
}
.sidr a.act{
	color: #269a93;
}
.sidr li li a{
	padding: 10px 0 10px 20px;
	background: none;
}
footer .top h3{
	text-transform: uppercase;
	padding-bottom: 21px;
	margin-bottom: 0;
	background: url(../img/footer/line.gif) no-repeat left bottom;
}
footer .top a{
	display: block;
}
footer .bottom *{
	color: #ececec;
}
footer .bottom span{
	display: inline-block;
}
footer .bottom .arrow{
	position: absolute;
	left: 0;
	top: -15px;
	width: 160px;
	height: 10px;
	background: url(../img/footer/arrow.gif) no-repeat center top;
}
footer .bottom .content-pad{
	padding-top: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 768px){
	.home footer{
		margin-top: 24px;
	}
}

/* #Site Styles
================================================== */
main{
	display: block;
	padding-top: 79px;
}
.home main{
	padding-top: 0px;
}
.mech main{
	padding-top: 125px;
}
.content-pad{
	margin-left: 15px;
}
a.button-submit{
	display: inline-block;
	width: 280px;
	padding: 5px 0 6px 0;
	color: #000;
	text-align: center;
	border: 1px solid #969696;
	border-radius: 14px;
}

/* #item-home
================================================== */
.item-home{
	width: 100%;
	height: 100vh;
	min-height: 300px;
	background: #fff;
}
.item-home a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.item-home-stone,.item-home-mech{
	float: left;
	width: 50%;
	height: 100%;
}
.item-home-stone-inner,.item-home-mech-inner{
	width: calc(100% - 36px);
	height: calc(100% - 48px);
	margin: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-home-stone-inner{
	margin-right: 12px;
}
.item-home-mech-inner{
	margin-left: 12px;
}
.item-home-stone-inner{
	background-image: url(../img/item-home/stone.jpg);
}
.item-home-mech-inner{
	background-image: url(../img/item-home/mech.jpg);
}
.item-home-txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 110px);
	padding: 4px 0 20px 30px;
	margin: 40px;
	background: url(../img/item-home/bg.png) repeat left top;
}
.item-home-txt h1,.item-home-txt h2{
	margin-bottom: 4px;
	font-size: 37px;
	line-height: 34px;
	font-weight: 500;
}
.item-home-txt h1 span,.item-home-txt h2 span{
	display: inline-block;
	#padding: 7px 9px;
	padding: 7px 0;
	margin: 0;
	color: #fff;
}
.item-home-enter{
	margin-top: 16px;
	width: 210px;
	height: 101px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 210px 101px;
	background-image: url(../img/item-home/enter.png);
}
@media only screen and (max-width: 959px){
	.item-home-txt{
		padding: 10px 0 10px 10px;
		margin: 20px;
	}
	.item-home-txt h1,.item-home-txt h2{
		font-size: 22px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 768px){
	.home main{
		height: auto;
	}
	.item-home-stone,.item-home-mech{
		float: none;
		width: 100%;
		height: auto;
	}
	.item-home-stone-inner,.item-home-mech-inner{
		margin: 24px 0 18px 18px;
	}
	.item-home-mech-inner{
		margin-bottom: 0;
	}
	.item-home-txt{
		width: calc(100% - 30px);
		padding: 0px 0 10px 10px;
		margin: 10px;
	}
	.item-home-txt h1,.item-home-txt h2{
		font-size: 20px;
		line-height: 20px;
	}
	.item-home-enter{
		width: 160px;
		height: 77px;
		background-size: 160px 77px;
	}
}



/* #item-titleshow
================================================== */
.item-titleshow,.item-titleshow-items,.item-titleshow-item,.item-titleshow-txts,.item-titleshow-txt{
	position: relative;
	width: 100%;
	height: 367px;
	overflow: hidden;
}
.item-titleshow-item{
	position: absolute;
	left: 0;
	top: 0;
}
.item-titleshow-item div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.item-titleshow-pager{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	height: 60px;
	text-align: right;
	z-index: 999999999;
}
.item-titleshow-pager a,.item-titleshow-pager a:hover{
	display: inline-block;
	width: 40px;
	font-size: 22px;
	font-weight: 200;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
a.item-titleshow-pager-act{
	font-size: 52px;
	font-weight: 300;
}
.mech a.item-titleshow-pager-act{
	color: #22678e;
}
.item-titleshow-txts,.item-titleshow-txt,.item-titleshow-softs,.item-titleshow-soft{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 360px;
	padding-left: 15px;
}
.item-titleshow-txts{
	z-index: 99999;
}
.item-titleshow-softs{
	z-index: 9999;
}
.item-titleshow-txts .columns,.item-titleshow-softs .box{
	position: relative;
	height: 360px;
}
.item-titleshow-txt,.item-titleshow-soft{
	overflow: visible;
}
.item-titleshow-txt div,.item-titleshow-soft div{
	position: absolute;
	left: -800px;
	bottom: 33px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 60px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.035em;
	opacity: 0;
}
.item-titleshow-arrow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 999999999;
}
.item-titleshow-arrow .box{
	height: 7px;
	margin-top: 0;
	background: url(../img/item-titleshow/arrow-white.png) no-repeat 50px top;
}
@media only screen and (max-width: 768px){
	.item-titleshow-txt div,.item-titleshow-soft div{
		font-size: 20px;
	}
	
	.mech .item-titleshow,.mech .item-titleshow-items,.mech .item-titleshow-item,.mech .item-titleshow-txts,.mech .item-titleshow-txt{
		height: 190px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-titleshow-txt div,.item-titleshow-soft div{
		font-size: 30px;
	}
}



/* #item-homeshow
================================================== */
.item-homeshow,.item-homeshow-items,.item-homeshow-item,.item-homeshow-txts,.item-homeshow-txt{
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.item-homeshow-item{
	position: absolute;
	left: 0;
	top: 0;
}
.item-homeshow-item div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.item-homeshow-pager{
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	height: 80px;
	text-align: left;
	z-index: 999999999;
}
.item-homeshow-pager hr{
	width: 60%;
	border-top: 1px solid #fff;
	background: none;
	margin: 0 0 0 8px;
	padding: 0 0 10px 0;
}
.item-homeshow-pager a,.item-homeshow-pager a:hover{
	display: inline-block;
	width: 40px;
	font-size: 26px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
a.item-homeshow-pager-act{
	font-size: 60px;
}
.mech a.item-homeshow-pager-act{
	color: #22678e;
}
.item-homeshow-txts{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.item-homeshow-wrap{
	position: absolute;
	width: 100%;
	height: 450px;
}
.item-homeshow-txt{
	position: absolute;
	left: 4px;
	top: 0;
	width: calc(100% - 8px);
	height: 450px;
	overflow: visible;
}
.item-homeshow-txt-txt-0,.item-homeshow-txt-txt-1{
	position: absolute;
	left: -800px;
	bottom: 0;
	width: 600px;
	height: 72px;
	text-transform: uppercase;
	font-size: 68px;
	line-height: 72px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.035em;
	z-index: 99999;
	opacity: 0;
}
.item-homeshow-txt-txt-1{
	bottom: 72px;
}
.item-homeshow-arrow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	overflow: hidden;
	z-index: 999999999;
}
.item-homeshow-arrow .box{
	position: relative;
	height: 7px;
	margin-top: 0;
}
.item-homeshow-arrow .item-homeshow-arrow-left,.item-homeshow-arrow .item-homeshow-arrow-center,.item-homeshow-arrow .item-homeshow-arrow-right{
	position: absolute;
	top: 0;
	width: 2000px;
	height: 7px;
	background: #fff;
}
.item-homeshow-arrow .item-homeshow-arrow-left{
	left: -1950px;
}
.item-homeshow-arrow .item-homeshow-arrow-center{
	left: 50px;
	width: 13px;
	background: url(../img/item-homeshow/arrow-white.png) no-repeat left top;
}
.item-homeshow-arrow .item-homeshow-arrow-right{
	left: 63px;
}


@media only screen and (max-width: 959px){
	.item-homeshow-pager a,.item-homeshow-pager a:hover{
		font-size: 20px;
		line-height: 60px;
	}
	a.item-homeshow-pager-act{
		font-size: 40px;
	}
	.item-homeshow-txt-txt-0,.item-homeshow-txt-txt-1{
		position: absolute;
		height: 40px;
		font-size: 38px;
		line-height: 40px;
		z-index: 99999;
	}
	.item-homeshow-txt-txt-1{
		bottom: 40px;
	}
}




/* #item-spacer
================================================== */
.item-spacer{
	height: 26px;
}
.item-spacer.item-spacer-white,.item-spacer.item-spacer-grey,.item-spacer.item-spacer-black{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 26px;
}
.item-spacer.item-spacer-white{
	background-image: url(../img/item-spacer/white.png);
}
.item-spacer.item-spacer-grey{
	background-image: url(../img/item-spacer/grey.png);
}
.item-spacer.item-spacer-black{
	background-image: url(../img/item-spacer/black.png);
}
.item-spacer-arrow-center,.item-spacer-arrow-left{
	width: 960px;
	height: 19px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 1280px){
	.item-spacer-arrow-center,.item-spacer-arrow-left{
		width: 1200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-spacer-arrow-center,.item-spacer-arrow-left{
		width: 768px;
	}
}
@media only screen and (max-width: 767px){
	.item-spacer-arrow-center,.item-spacer-arrow-left{
		width: 100%;
	}
}
.item-spacer .item-spacer-arrow-white{
	background-image: url(../img/item-spacer/arrow-white.png);
}
.item-spacer .item-spacer-arrow-grey{
	background-image: url(../img/item-spacer/arrow-grey.png);
}
.item-spacer .item-spacer-arrow-black{
	background-image: url(../img/item-spacer/arrow-black.png);
}
.item-spacer-arrow-center{
	background-position: center top;
}
.item-spacer-arrow-left{
	background-position: 50px top;
}
.item-spacer-line.nopadding{
	height: 6px;
}
.item-spacer-line .content-pad,.item-spacer-line-full .box{
	height: 1px;
	background: #c8cacb;
}


/* #item-search
================================================== */
.item-search{
	padding-bottom: 32px;
}
.productfinder-arrow{
	position: absolute;
	left: calc(50% - 8px);
	bottom: -10px;
	width: 19px;
	height: 10px;
	background: url(../img/item-productfinder/arrow-black.png) no-repeat center top;
	z-index: 10;
}
.productfinder-h5{
	padding: 40px 0 50px 0;
	text-align: center;
}
.productfinder-h5 h5,.item-search-find a.button-submit{
	display: inline-block;
	width: 210px;
	padding: 8px 0 8px 0;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.item-search h6{
	margin-left: 29px;
	text-transform: uppercase;
}
.item-search-bg{
	height: auto;
}
.item-search-item{
	cursor: pointer;
}
.item-search-item.act .item-search-checkbox{
	background-position: 4px -42px;
}
.item-search-checkbox{
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 6px;
	margin-top: 1px;
	background: url(../img/item-search/checkbox.png) no-repeat 4px top;
	background-size: 13px 84px;
	overflow: hidden;
}
.item-search-checkbox input{
	position: absolute;
	left: -100px;
}
.item-search-label{
	color: #000;
}
.item-seach-note{
	padding-bottom: 30px;
}
.item-search-find{
	padding: 40px 0 0 0;
}
.item-seach-note hr{
	border-bottom: 1px solid #c8cacb;
	margin-top: 11px;
}


/* #item-overview
================================================== */
.item-overview-img{
	position: relative;
	overflow: hidden;
}
.item-overview-img img{
	display: block;
}
.item-overview-img-txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.item-overview-img-txt-inner{
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 100%;
	height: 100%;
	background: url(../img/item-overview/img-txt-inner.png) repeat left top;
	opacity: 0;
}
.item-overview-img-txt-inner .content{
	position: absolute;
	left: 0;
	bottom: 8px;
	padding-left: 13px;
	font-weight: 200;
}
.item-overview-img-txt-inner *{
	color: #fff;
	color: #d9d9d9;
	font-weight: 300;
}
.item-overview-txt{
	height: 39px;
	padding-left: 15px;
	padding-top: 6px;
	color: #000;
}
.item-overview-txtmech{
	height: 120px;
}
.item-overview-txt.item-overview-txt-button{
	height: 80px;
	padding-left: 23px;
	background: url(../img/item-overview/plus.png) no-repeat left 5px;
	background-size: 30px 30px;
	font-weight: 500;
	text-transform: uppercase;
}


/* #item-producthead
================================================== */
.item-producthead-nav a{
	position: relative;
	left: -23px;
	padding-left: 23px;
	color: #000;
	background: url(../img/item-producthead/nav.png) no-repeat left -4px;
	background-size: 13px 84px;
}
.item-producthead-nav a.act{
	font-weight: 500;
	background-position: left -46px;
}
.item-producthead-img{
	position: relative;
	top: -15px;
}
.item-producthead-img-img{
	position: relative;
}
.item-producthead-img-imgs{
	position: absolute;
	right: 15px;
	bottom: 20px;
	height: 46px;
	cursor: pointer;
}
.item-producthead-img-imgs div{
	float: right;
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px 36px;
	-webkit-transition: background-size 0.1s ease-in;
	-moz-transition: background-size 0.1s ease-in;
	transition: background-size 0.1s ease-in;
}
.item-producthead-img-imgs div:hover{
	background-size: 44px 44px;
}

@media only screen and (min-width: 1280px) and (max-height: 800px){
	.mech .item-producthead-img{
		padding-left: 140px;
	}
}

@media only screen and (min-width: 1536px) and (max-height: 700px){
	.mech .item-producthead-img{
		padding-left: 160px;
	}
}
@media only screen and (min-width: 1536px) and (max-height: 800px){
	.mech .item-producthead-img{
		padding-left: 100px;
	}
}

@media only screen and (max-width: 400px){
	.item-producthead-txt h2{
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px){
	.item-producthead-nav{
		position: relative;
		left: 23px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-producthead-txt h2{
		font-size: 22px;
	}
}

/* #item-slideshow
================================================== */
.item-slideshow-wrapper{
	overflow: hidden;
}
.item-slideshow-closed{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 26px;
	z-index: 99999999;
}
.item-slideshow-closed h4{
	padding: 13px 0 13px 0;
	margin-top: 35px;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	text-transform: uppercase;
	color: #ececec;
}
.item-slideshow-opend{
	opacity: 0;
	padding-bottom: 26px;
}
.item-slideshow{
	position: relative;
}
.item-slideshow-items{
	padding-top: 30px;
	overflow: hidden;
}
.item-slideshow,.item-slideshow-items,.item-slideshow-item{
	width: 950px;
}
.item-slideshow-items,.item-slideshow-item,.item-slideshow-item img,a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
	height: 665px;
}
.item-slideshow-pager{
	text-align: center;
}
@media only screen and (max-width: 768px){
	.item-slideshow,.item-slideshow-items,.item-slideshow-item{
		width: 100%;
	}
	.item-slideshow-items,.item-slideshow-item,.item-slideshow-item img,a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
		height: 100%;
	}
	.item-slideshow-close,.item-slideshow-pager{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-slideshow,.item-slideshow-items,.item-slideshow-item{
		width: 758px;
	}
	.item-slideshow-items,.item-slideshow-item,.item-slideshow-item img,a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
		height: 528px;
	}
}
@media only screen and (min-width: 1280px) and (min-height: 720px){
	.item-slideshow,.item-slideshow-items,.item-slideshow-item{
		width: 1190px;
	}
	.item-slideshow-items,.item-slideshow-item,.item-slideshow-item img,a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
		height: 829px;
	}
}
@media only screen and (min-width: 1536px) and (min-height: 864px){
	.item-slideshow,.item-slideshow-items,.item-slideshow-item{
		width: 1526px;
	}
	.item-slideshow-items,.item-slideshow-item,.item-slideshow-item img,a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
		height: 1063px;
	}
}
.item-slideshow-item img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.owl-carousel .owl-item img{
	width: auto;
}
.item-slideshow-pager{
	color: #ececec;
}
.item-slideshow-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: right;
}
.item-slideshow-close a{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/item-slideshow/close.png) no-repeat left top;
	background-size: 26px 26px;
}
a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
	display: block;
	position: absolute;
	top: 53px;
	width: 51px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 51px 51px;
	z-index: 99999999999999;
}
a.item-slideshow-controlls-prev{
	left: 20px;
	background-image: url(../img/item-slideshow/prev.png);
}
a.item-slideshow-controlls-next{
	right: 20px;
	background-image: url(../img/item-slideshow/next.png);
}
@media only screen and (max-width: 768px){
	a.item-slideshow-controlls-prev,a.item-slideshow-controlls-next{
		display: none;
	}
}


/* #item-acordeon
================================================== */
.item-acordeon-title{
	cursor: pointer;
}
.item-acordeon h5{
	background: none;
	border: 1px solid #6b6b6b;
	color: #000;
	padding: 4px 15px 6px 15px;
}
.item-acordeon h5 span{
	display: block;
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 160px;
	height: 12px;
	background: url(../img/item-acordeon/arrow.png) no-repeat center top;
}

.item-acordeon-title-act h5{
	background: #1a2123;
	border: 1px solid #1a2123;
	color: #fff;
}
.item-acordeon-title-act h5 span{
	background: url(../img/item-acordeon/arrow-act.png) no-repeat center top;
}

.item-acordeon-content{
	overflow: hidden;
	height: 0;
}

.item-acordeon-tech-table table{
	width: 100%;
	border: 0;
}
.item-acordeon-tech-table table td{
	white-space: nowrap;
	background-color: #f0f0f0;
}
.item-acordeon-tech-table table thead td{
	background-color: #fff;
}
.item-acordeon-tech-table table span{
	display: block;
	margin: 0 5px;
	padding: 5px 15px;
	border-bottom: 1px solid #a3a3a3;
}
.item-acordeon-tech-table table .alpha span{
	margin-left: 0;
}
.item-acordeon-tech-table table .omega span{
	margin-right: 0;
}
.item-acordeon-tech-inner{
	padding-bottom: 10px;
	margin-bottom: 30px;
	overflow-x: auto;
	overflow-y: hidden;
}

.item-acordeon-tech-table,.item-acordeon-tech-img{
	margin: 0 5px 0 5px;
	padding-bottom: 21px;
}
.item-acordeon-tech-img{
	padding-top: 21px;
}
.item-acordeon-tech-img-tech div{
	min-height: 43px;
	padding: 0 0 0 70px;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 15px 5px;
	background-size: 38px 38px;
}
.item-acordeon-tech-img-tech div span{
	display: block;
	text-transform: uppercase;
}
.container .box.item-acordeon-tech-item{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #a3a3a3;
}
.box.item-acordeon-tech-item span{
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-acordeon-dwn-head,.item-acordeon-dwn-body{
	margin-left: 5px;
	margin-right: 5px;
}
.item-acordeon-dwn a{
	display: block;
	margin: 0;
	padding: 0;
}
.item-acordeon-dwn div.box{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 1px;
}
.item-acordeon-dwn div.box.border{
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
	border-bottom: 1px solid #a3a3a3;
}
.item-acordeon-dwn span{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
@media only screen and (max-width: 768px){
	.item-acordeon-dwn-head{
		display: none;
	}
	div.box.nomobileborder{
		display: none;
	}
	.item-acordeon-dwn div.alpha{
		padding-top: 4px;
	}
	.item-acordeon-dwn div.omega{
		padding-bottom: 8px;
	}
}
div.item-acordeon-dwn-dwn{
	width: 20px;
	height: 21px;
	background: url(../img/item-acordeon/dwn.png) no-repeat left top;
	background-size: 20px 24px;
}


/* #item-map
================================================== */
.item-map,.item-maps{
	position: relative;
	width: 100%;
	height: 367px;
	overflow: hidden;
}
.item-maps{
	margin-top: 5px;
	margin-bottom: 16px;
}
#item-map,#item-maps-lachen,#item-maps-dormettingen{
	width: 100%;
	height: 100%;
}


/* #item-contact
================================================== */
.item-contact h3{
	padding-left: 26px;
	margin-bottom: 10px;
}

/* #item-news
================================================== */
.item-news h1,.item-news-detail h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: 200;
	margin-top: 18px;
	margin-bottom: 24px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.item-news .image-holder{
	margin-top: 24px;
	margin-bottom: 21px;
}
.item-news strong{
	font-size: 90%;
	text-transform: uppercase;
}
.item-news hr{
	border-bottom: 1px solid #c8cacb;
	margin-top: 11px;
}

/* #item-newsslideshow
================================================== */
.item-newsslideshow{
	position: relative;
	margin-top: 4px;
}
.item-newsslideshow-items{
	overflow: hidden;
}
.item-newsslideshow,.item-newsslideshow-items,.item-newsslideshow-item{
	width: 470px;
}
.item-newsslideshow-items,.item-newsslideshow-item,.item-newsslideshow-item img,a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
	height: 330px;
}
@media only screen and (max-width: 768px){
	.item-newsslideshow,.item-newsslideshow-items,.item-newsslideshow-item{
		width: 100%;
	}
	.item-newsslideshow-items,.item-newsslideshow-item,.item-newsslideshow-item img,a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
		height: 100%;
	}
	.item-newsslideshow-pager{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-newsslideshow,.item-newsslideshow-items,.item-newsslideshow-item{
		width: 374px;
	}
	.item-newsslideshow-items,.item-newsslideshow-item,.item-newsslideshow-item img,a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
		height: 263px;
	}
}
@media only screen and (min-width: 1280px) and (min-height: 720px){
	.item-newsslideshow,.item-newsslideshow-items,.item-newsslideshow-item{
		width: 590px;
	}
	.item-newsslideshow-items,.item-newsslideshow-item,.item-newsslideshow-item img,a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
		height: 415px;
	}
}
@media only screen and (min-width: 1536px) and (min-height: 864px){
	.item-newsslideshow,.item-newsslideshow-items,.item-newsslideshow-item{
		width: 758px;
	}
	.item-newsslideshow-items,.item-newsslideshow-item,.item-newsslideshow-item img,a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
		height: 533px;
	}
}
.item-newsslideshow-item img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.owl-carousel .owl-item img{
	width: auto;
}
.item-newsslideshow-pager{
	position: relative;
	left: 6px;
	height: 30px;
	margin-top: 30px;
	text-align: right;
}
.item-newsslideshow-pager a{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/item-newsslideshow/pager.png) no-repeat left top;
	background-size: 22px 44px;
}
.item-newsslideshow-pager a.act{
	background-position: left bottom;
}
a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	z-index: 99999999999999;
}
a.item-newsslideshow-controlls-prev{
	left: 20px;
	background-image: url(../img/item-newsslideshow/prev.png);
}
a.item-newsslideshow-controlls-next{
	right: 20px;
	background-image: url(../img/item-newsslideshow/next.png);
}
@media only screen and (max-width: 768px){
	a.item-newsslideshow-controlls-prev,a.item-newsslideshow-controlls-next{
		display: none;
	}
}

/* #Template Styles - item-privacy
================================================== */
.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #1a2123;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 960px;
	padding: 18px 20px 16px 20px;
	margin: 0 auto;
}
a.item-privacy-topage{
	text-decoration: underline;
}
.item-privacy,.item-privacy *,.item-privacy a:hover{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}
a.item-privacy-accept{
	display: inline-block;
	width: 280px;
	height: 20px;
	margin: 14px 0;
	padding: 4px 0 4px 0;
	background: #fff;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 16px;
	border: 1px solid #fff;
}
a.item-privacy-accept:hover{
	color: #00858c;
	font-size: 14px;
	line-height: 18px;
}

/* #item-homeinspiration
================================================== */
.item-homeinspiration-top{
	padding-top: 100px;
}
.item-homeinspiration-topproducts{
	padding-bottom: 30px;
}
.item-homeinspiration-productsh h2{
	margin-bottom: 30px;
}
.item-homeinspiration{
	position: relative;
}
.item-homeinspiration-top h2{
	margin-bottom: 30px;
}
.item-homeinspiration-items{
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}
.item-homeinspiration,.item-homeinspiration-items,.item-homeinspiration-item{
	width: 790px;
}
.item-homeinspiration-items,.item-homeinspiration-item,.item-homeinspiration-item img,a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
	height: 609px;
}
.item-homeinspiration-pager{
	text-align: center;
	margin: 20px 0 80px 0;
}
@media only screen and (max-width: 768px){
	.item-homeinspiration,.item-homeinspiration-items,.item-homeinspiration-item{
		width: 100%;
	}
	.item-homeinspiration-items,.item-homeinspiration-item,.item-homeinspiration-item img,a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
		height: 480px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-homeinspiration,.item-homeinspiration-items,.item-homeinspiration-item{
		width: 630px;
	}
	.item-homeinspiration-items,.item-homeinspiration-item,.item-homeinspiration-item img,a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
		height: 441px;
	}
}
@media only screen and (min-width: 1280px) and (min-height: 720px){
	.item-homeinspiration,.item-homeinspiration-items,.item-homeinspiration-item{
		width: 990px;
	}
	.item-homeinspiration-items,.item-homeinspiration-item,.item-homeinspiration-item img,a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
		height: 693px;
	}
}
@media only screen and (min-width: 1536px) and (min-height: 864px){
	.item-homeinspiration,.item-homeinspiration-items,.item-homeinspiration-item{
		width: 1270px;
	}
	.item-homeinspiration-items,.item-homeinspiration-item,.item-homeinspiration-item img,a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
		height: 889px;
	}
}
.item-homeinspiration-item img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.owl-carousel .owl-item img{
	width: auto;
}
.item-homeinspiration-pager{
	color: #000;
}
a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
	display: block;
	position: absolute;
	top: 53px;
	width: 51px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 51px 51px;
	z-index: 99999999999999;
}
a.item-homeinspiration-controlls-prev{
	left: -60px;
	background-image: url(../img/item-homeinspiration/prev.png);
}
a.item-homeinspiration-controlls-next{
	right: -60px;
	background-image: url(../img/item-homeinspiration/next.png);
}
a.item-homeinspiration-a{
	position: absolute;
	left: calc(50% - 100px);
	bottom: 50px;
	display: inline-block;
	width: 200px;
	padding: 4px 0 5px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	z-index: 999999999;
}
@media only screen and (max-width: 768px){
	a.item-homeinspiration-controlls-prev,a.item-homeinspiration-controlls-next{
		display: none;
	}
}

/* #item-catalogue
================================================== */
.item-catalogue{
	padding: 100px 0 100px 0;
}
.item-catalogue h2{
	margin-bottom: 30px;
}
.item-catalogue p{
	margin-bottom: 30px;
}
.item-catalogue img{
	margin-bottom: 10px;
}









/* #Template Styles - item-mechdetailtop
================================================== */
.item-mechdetailtop{
	padding: 90px 0 40px 0;
}
.item-mechdetailtop h1,.item-mechdetailtop h2{
	font-size: 38px;
	line-height: 46px;
	margin: 0;
}
.item-mechdetailtop h1{
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.item-mechdetailtop h2{
	margin-top: 0;
	margin-bottom: 60px;
	color: #000;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.item-mechdetailtop .icon-mechproducts-items{
	padding: 0 0 30px 0;
}
.icon-mechproducts-items{
	height: 50px;
}
.icon-mechproducts-items .icon-mechproducts{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

/* #Template Styles - item-mechdetailimgs
================================================== */
.item-mechdetailimgs{
	padding: 80px 0 0 0;
}
.item-mechdetailimgs-items{
	width: 100%;
}
.item-mechdetailimgs-pager{
	padding-top: 80px;
	text-align: center;
}
.item-mechdetailimgs-pager a{
	display: inline-block;
	width: 44px;
	height: 39px;
	margin: 0 10px;
}
.item-mechdetailimgs-pager span{
	display: inline-block;
	width: 44px;
	height: 1px;
	background: #e0e0e0;
	border-top: 2px solid #1a2123;
	border-bottom: 2px solid #1a2123;
}
.item-mechdetailimgs-pager a.act span{
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
@media only screen and (max-width: 767px){
	.item-mechdetailimgs{
		padding: 0;
	}
	.item-mechdetailimgs-pager{
		padding-top: 40px;
	}
}


/* #Template Styles - item-mechdetailaccord
================================================== */
section.item-mechdetailaccord{
	padding: 66px 0 60px 0;
}
.item-mechdetailaccord-item{
	padding: 0;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
.item-mechdetailaccord-item h6{
	padding: 15px 30px 15px 30px;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	background: url(../img/item-mechdetailaccord/plus.png) no-repeat right center;
	background-size: 22px 22px;
	cursor: pointer;
}
.item-mechdetailaccord-item h6.open{
	background-image: url(../img/item-mechdetailaccord/minus.png);
}
.item-mechdetailaccord-content{
	height: 0;
	overflow: hidden;
}
.item-mechdetailaccord-content-inner{
	padding: 20px 30px 6px 30px;
}
.item-mechdetailaccord-content-inner-full{
	padding: 20px 0 0 0;
}
.item-mechdetailaccord-content-inner-full img{
	display: block;
}
div.item-mechdetailaccord-table{
	padding-bottom: 10px;
}
div.item-mechdetailaccord-table:last-child{
	margin-bottom: 20px;
}
div.item-mechdetailaccord-table-row{
	min-height: 25px;
	clear: both;
}
div.item-mechdetailaccord-table-td{
	float: left;
	width: calc(70% - 10px);
	padding: 4px 0 2px 0;
	border-top: 1px solid #8f9292;
}
div.item-mechdetailaccord-table-row div.item-mechdetailaccord-table-td:first-child{
	width: 30%;
	margin-right: 10px;
}
div.item-mechdetailaccord-table div.item-mechdetailaccord-table-row:last-child div.item-mechdetailaccord-table-td{
	border-bottom: 1px solid #8f9292;
}
.item-mechdetailaccord-samples{
	float: left;
	width: calc(33.33333% - 10px);
	margin: 0 5px 23px 5px;
}
.item-mechdetailaccord-samples-0{
	width: calc(33.33333% - 5px);
	margin-left: 0;
}
.item-mechdetailaccord-samples-2{
	width: calc(33.33333% - 5px);
	margin-right: 0;
}
.item-mechdetailaccord-samples-txt{
	padding-top: 7px;
}
.item-mechdetailaccord-item-arrow{
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 12px;
	background: url(../img/item-mechdetailaccord/arrow.png) no-repeat center top;
}



div.item-mechdetailaccord-dwns{
	padding-bottom: 20px;
}
a.item-mechdetailaccord-dwns:last-child{
	margin-bottom: 20px;
}
a.item-mechdetailaccord-dwns-row{
	display: block;
	min-height: 25px;
	clear: both;
}
div.item-mechdetailaccord-dwns-td{
	float: left;
	width: calc(30% - 10px);
	padding: 4px 0 2px 0;
	border-top: 1px solid #8f9292;
}
a.item-mechdetailaccord-dwns-row div.item-mechdetailaccord-dwns-td:first-child{
	width: 70%;
	margin-right: 10px;
}
div.item-mechdetailaccord-dwns a.item-mechdetailaccord-dwns-row:last-child div.item-mechdetailaccord-dwns-td{
	border-bottom: 1px solid #8f9292;
}




@media only screen and (max-width: 767px){
	.item-mechdetailaccord-item{
		margin-left: 10px;
		margin-right: 10px;
	}
	.item-mechdetailaccord-item h6{
		margin-right: 10px;
		padding: 10px 10px 10px 10px;
		background-position: center right;
	}
	.item-mechdetailaccord-content{
		padding: 0 10px;
	}
	.item-mechdetailaccord-content-inner{
		padding: 20px 10px 6px 10px;
	}
	.item-mechdetailaccord-content-inner-full{
		padding: 20px 0 0 0;
	}
	div.item-mechdetailaccord-table-td,div.item-mechdetailaccord-table-row div.item-mechdetailaccord-table-td:first-child,div.item-mechdetailaccord-table div.item-mechdetailaccord-table-row:last-child div.item-mechdetailaccord-table-td{
		float: none;
		width: 100%;
		border: 0;
	}
	div.item-mechdetailaccord-table-row{
		padding: 5px 0;
		border-top: 1px solid #8f9292;
	}
	div.item-mechdetailaccord-table div.item-mechdetailaccord-table-row:last-child{
		border-bottom: 1px solid #8f9292;
	}
	div.item-mechdetailaccord-samples,.item-mechdetailaccord-samples-0,.item-mechdetailaccord-samples-2{
		width: 100%;
		margin: 0 0 23px 0;
	}
}


/* #Template Styles - item-mechdetailheadline
================================================== */
section.item-mechdetailheadline{
	padding: 68px 0 70px 0;
}
.item-mechdetailheadline .box{
	text-align: center;
}
.item-mechdetailheadline h3{
	display: block;
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}


/* #Template Styles - item-video
================================================== */
section.item-video{
	padding: 100px 0 100px 0;
	margin-bottom: 20px;
}
section.item-video.item-mechvideo{
	padding-bottom: 0;
}
div.item-video-inner{
	position: relative;
	background: #000;
}
div.item-video-sizer{
	width: 100%;
	padding-bottom: 56.25%;
}
section.item-mechvideo div.item-video-sizer{
	margin-bottom: 100px;
}
div.item-video-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
div.item-video-inner video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.item-video-loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/item-video/loading.png) no-repeat center center;
	background-size: 40px 40px;
	z-index: 20;
	display: none;
}
.item-video-init{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 300;
}
.item-video-init .inner{
	width: 100%;
	height: 100%;
	background: url(../img/item-video/init.png) no-repeat center center;
	background-size: 228px 76px;
}
.item-video-controlls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43px;
	z-index: 500;
	opacity: 0;
}
.item-video-controlls-progress{
	position: absolute;
	left: 43px;
	top: 0;
	width: calc(100% - 132px);
	height: 43px;
	cursor: pointer;
}
.item-video-controlls-progress span{
	position: absolute;
	left: 0;
	top: 22px;
	width: 0;
	height: 1px;
	display: block;
}
.item-video-controlls-progress-timebar{
	background: #22678e;
	z-index: 10;
	display: none;
}
.item-video-controlls-progress-bufferbar{
	z-index: 5;
}
span.item-video-controlls-progress-fulltime{
	width: 100%;
	background: #fff;
	z-index: 2;
}
.item-video-controlls-play,.item-video-controlls-fullscreen,.item-video-controlls-mute{
	position: absolute;
	top: 0;
	width: 43px;
	height: 43px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 43px 86px;
}
.item-video-controlls-play{
	left: 0;
	background-image: url(../img/item-video/controlls-play.png);
}
.item-video-controlls-play.paused{
	background-position: left bottom;
}
.item-video-controlls-fullscreen{
	right: 0;
	background-image: url(../img/item-video/controlls-fullscreen.png);
}
.item-video-controlls-fullscreen.fullscreen{
	background-position: left bottom;
}
.item-video-controlls-mute{
	right: 43px;
	background-image: url(../img/item-video/controlls-mute.png);
}
.item-video-controlls-mute.mute{
	background-position: left bottom;
}
@media only screen and (max-width: 767px){
	section.item-video{
		padding: 10px 0 10px 0;
	}
}


/* #Template Styles - item-mechdgridtop
================================================== */
.item-mechdgridtop{
	padding: 60px 0 40px 0;
}
.item-mechdgridtop h1{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 8px;
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* #Template Styles - item-mechdgrid
================================================== */
.item-mechdgrid{
	padding: 20px 0 40px 0;
}
div.box.item-mechdgrid-item{
	position: relative;
	margin-bottom: 60px;
}
.item-mechdgrid-item-txt{
	height: 220px;
	padding: 30px 10px 10px 10px;
	text-align: center;
}
section.item-mechdgrid h2{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}
section.item-mechdgrid span{
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	color: #22678e;
	text-transform: uppercase;
	font-size: 12px;
}


/* #Template Styles - item-linktree
================================================== */
.item-linktree{
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.item-linktree-logo{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	background: url(../img/item-linktree/kbh.svg) no-repeat center center;
	background-size: cover;
	border-radius: 60px;
}
.item-linktree-items{
	padding: 90px 0 0 0;
}
.item-linktree-items div{
	margin-bottom: 10px;
}
.item-linktree-items div a{
	display: block;
	padding: 10px 10px 12px 10px;
	text-align: center;
	color: #d7d5d5;
	line-height: 22px;
	background: #1a2123;
	border-radius: 7px;
	text-transform: uppercase;
}
/* montserrat-200 - latin_cyrillic_latin-ext_cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.eot'); /* IE9 Compat Modes */
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-300 - latin_cyrillic_latin-ext_cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin_cyrillic_latin-ext_cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin_cyrillic_latin-ext_cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin_cyrillic_latin-ext_cyrillic-ext-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body{
	font-size: 13px;
	line-height: 20px;
}

.item-overview-txtmech{
	height: 160px;
}
.item-overview-txt,.item-overview-txt *{
	font-size: 12px;
	line-height: 17px;
}