body {
	padding-top: 80px;
}

.navbar-default {
	background-color: #104372;
	border: #0f3f68;
	z-index: 10000;
}

.navbar-default .navbar-nav>.active>a {
	background-color: #104372;
	color: #fff;
	border-bottom: 6px solid #F49E00;
	padding-bottom: 6px;
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #135993;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

/* -- Mobile / Collapsed Navbar -- */

.top-navigation .navbar-toggle {
	margin-top: 24px;
	border-color: #fff;
}
.top-navigation .navbar-toggle:hover,
.top-navigation .navbar-toggle:active,
.top-navigation .navbar-toggle:focus {
	background-color: #F49E00;
}
.top-navigation .navbar-toggle > .icon-bar {
	background-color: #fff;
}
@media (max-width: 768px) {
	.navbar-collapse {
		border-top: 0;
	}
	.navbar-collapse > .navbar-nav {
		margin-top: 0;
	}
	.navbar-collapse > .navbar-nav li > a {
		padding: 0 15px;
		height: initial;
		line-height: 40px;
	}
	.navbar-collapse > .navbar-nav > .active > a {
		border: none;
		background-color: #F49E00;
		padding-bottom: 0;
	}
	
}
.off-canvas-toggle {
	position: fixed;
	z-index: 10000;
	top: 100px;
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (min-width: 1200px) {
	.off-canvas-wrapper,
	.product-categorie-wrapper {
		display: block;
	}
}
@media (max-width: 1199px) {
	.off-canvas-wrapper {
		background-color: rgba(0,0,0,0.25);
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	    z-index: 10000;
	    display:none;
	}
	.product-categorie-wrapper {
		position: fixed;
	    width: 270px;
	    top: 0;
	    left: 0;
	    z-index: 10000;
	    background-color: #104372;
	    bottom: 0;
	    overflow: overlay;
	    padding-right: 17px;
	    display:none;
	}
	.product-categorie-wrapper a {
		color: #fff;
	}
}
.navbar-nav li a {
  line-height: 80px;
  height: 80px;
  padding-top: 0;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
.navbar-default .navbar-nav>li:hover {
	background-color: #135993;
}
.navbar-brand {
	margin: 15px 0;
}

.slider-frame {
	padding:30px 0;
	background-image: url(../media/Fotolia_107949852_XL.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.team-img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width:200px;
	height:200px;
	margin: 0 auto;
}

.product-img {
	width:100%; 
	height:200px; 
	background-image: url(/media/logo_small.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.product:hover {
	cursor: pointer
}

.thumbnail > .caption > h4 {
	height: 57px;
	word-wrap: break-word;
}
.thumbnail > .caption > p {
	height: 60px;
	word-wrap: break-word;
}

.modal {
	z-index: 10001;
}

/* -- Product List -- */
.product-list > .row {
	border-bottom: 1px solid #ddd;
}
.product-list > .row:last-child {
	border-bottom: 0;
}
.product-list .product {
	text-align: left;
	padding: 15px 0;
}
.product-list .product {
	border:inherit;
}
.product-list .product:hover > .product-title {
	color: #F49E00;
}
.product-list .product > .product-title {
	display: block;
	min-height: 57px;
	margin-top: 6px;
	overflow: hidden;
	color: #0080ff;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.product-list .product > .product-text {
	min-height: 60px;
    word-wrap: break-word;
    padding: 6px 0;
}
.product-list .product > .product-text > small::after {
	content: '';
	clear: both;
	display:block;
}
.product-list .product > .product-text > samp {
	cursor: text;
}
.product-list .product > .product-image-frame > .product-image {
	display: block;
    height: 150px;
    background-image: url(/media/logo_small.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}


/* -- Product Detail Modal -- */
.product-detail {}

.product-detail .product-image {
    width: 100%;
    height: 170px;
    background-image: url(/media/logo_small.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-detail .product-detail-table {
	width:100%;
}
.product-detail .product-detail-table tr:not(:first-child) > td {
	padding: 0 0 6px;
}
.product-detail .product-detail-table tr:not(:first-child) > td:first-child {
	color: #777;
	/*font-size: 85%;*/
	vertical-align: top;
}
.product-detail .product-detail-table tr:not(:first-child) > td:not(:first-child) {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.product-detail > .history {
	position: absolute;
    z-index: 1;
    top: -1px;
}
.product-detail > .history > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* -- Compatible Products -- */
.compatibleProducts {
	margin: 0;
    list-style-type: none;
    height: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    color: #111;
    letter-spacing: -4px;
    padding: 0;
}
.compatibleProducts > .product {
	vertical-align: top;
    text-align: left;
    overflow: hidden;
    margin-left: 16px;
    width: 160px;
    min-height: 100%;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
}
.compatibleProducts > .product:hover > .product-title {
	color: #F49E00;
}
.compatibleProducts > .product > .product-title {
	display: block;
	margin-top: 6px;
	overflow: hidden;
	color: #0080ff;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.compatibleProducts > .product > .product-text {
    word-wrap: break-word;
    padding: 6px 0;
}
.compatibleProducts > .product > .product-text > small::after {
	content: '';
	clear: both;
	display:block;
}
.compatibleProducts > .product > .product-text > samp {
	cursor: text;
}
.compatibleProducts > .product > .product-image-frame > .product-image {
	display: block;
    height: 75px;
    background-image: url(/media/logo_small.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

/* -- Categorie Selection -- */
.cat-select {
	
}
.cat-select li li,
.cat-select li.active li li {
	display: none;
}
.cat-select li,
.cat-select li.active li, 
.cat-select li li.active, 
.cat-select li li.active li {
	display: block;
}
.cat-select li.active-parent li, 
.cat-select li li.active-parent, 
.cat-select li li.active-parent li {
	display: block;
}
.active-parent li.active ul {
    display: block;
}
.active-parent li:not(.active):not(.active-parent) > ul {
	display: none;
}
.cat-select > li.active li:last-child,
.cat-select > li li.active li:last-child {
	border-bottom: 2px solid #F49E00;
}
.cat-select > li.active-parent li:last-child,
.cat-select > li li.active-parent li:last-child {
	border-bottom: 2px solid #F49E00;
}
.cat-select li.active {
	background-color: #104372;
	border-right: 0px solid #104372;
}
.cat-select li.active a {
	color: #fff;
}
.cat-select li.active > a {
	color: #fff;
	background-color: #F49E00;
}
.cat-select li.active-parent > a {
	color: #fff;
	background-color: #104372;
}
.cat-select li.active > a::after {
	content: '\e250';
	display:block;
	float:right;
	font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-top: 3px;
}
.cat-select li.active-parent > a::after {
	content: '\e252';
	display:block;
	float:right;
	font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-top: 3px;
}

.cat-select  li > a:hover {
	background-color: #135993;
	border-right: 4px solid #F49E00;
	color: #fff;
}

.cat-select li.active > a:hover {
	border-right: 0;
	background-color: #F49E00;
}
.cat-select li.active-parent > a:hover {
	border-right: 0;
	background-color: #104372;
}
.cat-select li ul {
	padding-top: 2px;
}

/* Level 1 */
.cat-select > li > ul > li  {
	/*margin-left: -15px;
	padding-left: 30px;*/
}
/* Next Levels */
.cat-select > li > ul > li li {
	/*margin-left: -15px;
	padding-left: 30px;*/
}
/*
.cat-select .list-group-item.active * {
	z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.cat-select .list-group-item > .list-group {
	margin: 10px -15px 0;
}
.cat-select .list-group-item a + ul {
	border-left: 6px solid #F49E00;
}
.cat-select .list-group-item > .list-group > .list-group-item {
	border: 0;
	border-radius: 0;
	border-top: 1px solid #ddd;
}
.cat-select .list-group-item .list-group > .list-group-item:last-child {
	
}
.cat-select .list-group-item > .list-group .list-group-item > a {
	padding-left: 15px;
}*/

/* -- Product Search -- */
.product-search {
	padding-right: 34px;
}
.product-search-clearer {
	z-index: 100;
	right: 40px;
	pointer-events: all;
}
.product-search-clearer:hover {
	cursor: pointer;
}

/* -- Header Carousel -- */
#header_carousel .carousel-inner > .item > img {
	width: 100%;
}
