body {
	padding-top: 7rem;
}
.starter-template {
	padding: 3rem 1.5rem;
	text-align: center;
}
#carousel{
	padding: 0;
}
.navbar{
	border-bottom: 1px solid #060;
	min-height: 70px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -19px 60px 11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -19px 60px 11px rgba(0,0,0,0.75);
	box-shadow: 0px -19px 60px 11px rgba(0,0,0,0.75);
}
.navbar-brand{
	padding: 0;
	min-height: 70px;
}
.navbar-brand img{
	height: 100%;
}
div.bg-dark{
	background-color: #252525;
}
div.text-light{
	color: #ffffff;
}
.navbar-nav{
	float: right;
}
.navbar ul li a{
	min-height: 70px;
	padding: 25px 15px;
	color:#060;
}
.navbar ul li a img{
	margin-right: 5px;
}
footer{
	background-color: #ccdec5;
}
footer div.copyright{

}
.container{
	padding-top: 10px;
	padding-bottom: 10px;
}
.row{
	margin: 10px 0;
}
iframe{
	width: 100%;
}
.carousel-caption{
	margin-bottom: 30px;
	background-color: #0000005c;
	border-radius:3px;
}
.carousel-caption h3{
	margin-top: 0;
}
.btn-info{
	background-color: #060;
	border-color: #314c31;
}
.btn-info:hover{
	background-color: #314c31;
	border-color: #314c31;
}
footer div.copyright{
	padding: 1rem;
	background: #b1c3aa;
}
footer .strong{
	width: 100%;
	text-align: center;
}

#assortment-wrapper{
	padding-left: 0;
	padding-right: 0;
}
#product-list{}
#assortment-wrapper li{
	position:relative;
	transition: background-color 300ms ease,font-size 300ms ease,color 300ms ease;
	font-weight: bold;
}
li:hover{
	background-color: #a3c16a;
}
.dropdown-parent{
}
.dropdown-parent:after{
	float:right;
	content: url("../images/arrow.gif");

}
li>ul{
	display:none;
	transition: transform 0.2s;
	transform: translateX(50px);
	width: 100%;

}
li:hover > ul{
	display: block;
	position: absolute;
	left: 100%;
	top: -5%;
	z-index: 1;
	transform: translateX(0px);

}
#assortment-wrapper{
	padding-right: 1rem;
}
.product{
	margin:0.2rem;
	padding:4px;
}

.product-wrapper{
	padding:3px;
}
.product-wrapper img{
	display:block;
	margin: 0 auto;
}

.product-list{
	padding-left: 0;
	padding-right: 0;
}

.codes{
	color:red;
	font-size: 1.2rem;
	margin: .2rem 0;
}
.description, h4{
	color: #C96;
}
.secondary-description{
	color: #999;
}
.product-list .row{
	border-bottom: 1px solid #060;

}
.fa-bars{
	font-size: 3rem;
}
.imgholder{
	width: 6rem;
	height: 8rem;
	background-color: lightgray;
	margin: 0 auto;
}
.page{
	padding-bottom: 0;
}
.fa-kpizlog{
	background-image: url("../images/social-kp.png");
}
.subcategory{
	padding:1rem;
	border: 1px solid #060;
	margin: .5rem;
	border-radius: 6px;
	text-align: center;
	color: #060;
	font-size: 1.4rem;
	font-weight: bold;
	min-height: 9.5rem;
}
a{
	color: inherit;
}
.subcategory:hover{
	background-color: #cccccc;
}

.bg-darkish{
	background-color: #444444;
}
.pdf-img{
	max-width: 100px;
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 1rem;
	width:20%;
}
.no-padding{
	padding:0;
}
.float-right{
	float:right;
}
.just-list li:hover{
	background-color: white;
}
.inline{
	display: inline-block;
}
.text-thin{
	margin-top:10px;
}
@media screen and (max-width: 767px){
	body{
		padding-top: 50px;
	}
	.navbar-brand{
		width: 50%;
		min-height: 51px;
	}
	.navbar-brand img{
		height: 50px;
	}
	.navbar {
		min-height: 51px !important;
	}

	.navbar-toggle{
		margin: 5px;
	}
	.fa-bars{
		font-size: 2rem;
	}
	.carousel-indicators{
		bottom: 6px;
	}
	.carousel-caption{
		margin-bottom: 0;
	}
	ul ul{
		left:5% !important;
		top: 90% !important;
		border: 3px solid #060;
		width: 91%;
	}
	.row{
		border-bottom: transparent !important;
	}
	.small-wide{
		width: 100%;
		padding: 0;
	}

}