body{background:#F8F8F8; margin-bottom: 0; padding-bottom: 60px;}
body.customize-page {background: #F8F8F8;}

.login-page{
	background-image: url('printcollect.jpg') !important;
}
.login-page .navbar {display: none;}

.login-page-description {
	color: #000;
	font-weight: 600;
	text-shadow: none;
	text-transform: uppercase;
}

.login-page-subdescription {
	color: #000;
	max-width: 500px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
}


.section-products{
	background-color: #fff;
	min-height: 600px;
}

.thumbItem {color: #000;}

.jumbotron-heading {
	color: #3B3B3B !important;
	font-weight: 500;
}

.navbar .navbar-nav > li > a,.navbar .navbar-nav > li > a:hover,.navbar .navbar-nav > .active > a,
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link,
.k-animation-container .k-link:hover{color:#000;}

.jumbotron-inner{
/*	background-image: url('header_printcollect.jpg');*/
	background-color: #69C2BE;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding:15% 0;
	background-size: cover;
}

.navbar-brand .logo{
	width: auto;
	height: 40px;
}

.navbar-brand{
	padding-top:6px;
}

.navbar{
	background:#fff;
	box-shadow: none;
	border-top:0px;
/*	border-bottom:1px solid #F6F6F6;*/
	margin:0;
}

.btn-primary,.btn-success,.btn-primary:active, .btn-primary:active:hover{
	background: #69C2BE;
	border-color: #69C2BE;
	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active{
	background: #69C2BE;
	border-color: #69C2BE;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover,.btn-success:hover{
	background: #69C2BE;
	color:#fff;
}

.btn-primary.btn-buy{background:#69C2BE border-color: #69C2BE;}

.navbar .navbar-nav > li > a.navbar-nav-cart:focus, .k-state-active{
	background:#69C2BE !important;
}

#impleomenu-cat > li > .k-link {
	display: none;
}

/*.jumbotron-search{display: none;}*/
.jumbotron-search-checkboxes, #impleomenu-cat, .btn-link {
	color: #69C2BE;
}

.navbar .navbar-nav > li > a.navbar-nav-cart,
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{background: #69C2BE;}

.navbar-nav>li.dropdown > a:hover{
	color: #fff;
	background:#69C2BE;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus > .open > a:hover{
	background:#69C2BE !important;
}

.panel-product-image{
	height: 215px;
}

.panel-product:hover .panel-product-image{
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

.webshop-products {
	background-color: #f9f7f7;
}

.section-products {
	border-bottom: none;
}


.webshop-product-image img:hover{
	transform: scale(5);
}

.webshop-product-price,.panel-options .total-price,.panel-preview-price,.text-success{
	color:#000 !important;
}

a{color:#000; text-decoration: underline;}
a:focus, a:hover{text-decoration: none; color:#000;}
.form-control{padding:6px;}

/* footer */

footer{
	text-align:center;
	background-color:#000 !important;
	color:#fff;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}

footer a, footer a:hover{
	text-decoration: underline;
	color:#fff;
}

.footer-credits {
  display: none;
}

.footer-contact{
	float: none;
}

.footer-logo{
	display:block;
	margin: 0 auto 10px;
}




@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */


}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */

	.section-products{
		padding:100px 0;
	}

	.section-webshop{
		padding: 30px 0 100px 0;
	}

	.panel-product-image{
		height: 255px;
	}

	.jumbotron-inner{
		padding:12%;
	}

	.navbar-nav>li>a{
		padding-top:16px;
		padding-bottom:17px;
	}

	.footer-contact a{
		margin:0;
	}

	.footer-logo{
		display:initial;
		margin: -5px 10px 0 0;
	}

}

@media only screen and (min-width: 1200px) {
	/* Style adjustments for viewports 1024px and over go here */

	.jumbotron-inner{
		padding:9%;
	}

}


@media only screen and (min-width: 1400px) {
	/* Style adjustments for viewports 1024px and over go here */

	.jumbotron-inner{
		padding:5%;
	}

}
