/* Add here all your CSS customizations */
html {
  scroll-behavior: smooth;
}
.clear {
	clear: both;
}
.red {
	color: #ee3d43;
}

.news-fp h5 {
	line-height: 1.4em !important;
}

.news-fp h3 {
	font-size: 18px !important;
}

.news-fp img {
	max-width: 35%;
	float: left;
	margin: 0px 10px 20px 0px;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.news-fp .btn.btn-link {
	padding: 8px 0px;
	font-weight: 300;
	font-size: 16px;
}

.date, h4.date {
	font-size: 0.8em;
	color: #ee3d43;
}

.category-list a {
	display: block;
	width: 100%;
}

.bnr-hardfloor {
	background-image: url('../main/images/kirby_bags.jpg');
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-shampoo {
	background-image: url('../main/images/kirby_shampoo.jpg');
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-vacuum {
	background-image: url('../main/images/kirby_hardfloor.jpg');
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-book {
	background-image: url('../main/hi-res/kirby-avalir2-2.jpg');
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-service {
	background-image: url('../main/hi-res/kirby-avalir2-1.jpg');
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-attachments {
	background-image: url('../main/hi-res/Home-Cleaning-Accessories.jpg');
	background-clip: border-box;
    background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.kirby-product-bg {
	background-image: none;
	background-clip: border-box;
    background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bnr-attachments-btn {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	z-index: 1;
}

.bnr-book-btn {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	z-index: 1;
}

.bnr-shop-btn {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	bottom: 5px;
	z-index: 1;
}

.bnr-shop-btn button {
	font-size: .7em;
	line-height: .7em;
}


.kirby-product-details-quick-view-area {
	display: none;
	-webkit-overflow-scrolling: touch;
	height: 100%; /*A value other than height:auto needs to be set*/
	overflow: hidden;
/*	-webkit-transition: all 2s; *//* Safari */
/*	transition: all 2s;*/
}

.kirby-product-details-quick-view-area.active {
	z-index: 10000;
	display: block;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(10,10,10,0.8);
	text-align: center;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
/*	-webkit-transition: all 2s; *//* Safari */
/*	transition: all 2s;*/
}

.kirby-internal-info {
	width: 90%;
	max-width: 600px;
	padding: 20px;
	background-color: #fff;
	margin: 10px auto;
	position: relative;
	display: block;
	border-radius: 5px;
	color: #333;
}

.kirby-internal-info div {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.kirby-internal-info p {
	padding: 0px;
	text-align: left;
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
}


.kirby-internal-info img {
	position: relative;
	width: 100%;
	max-width: 400px;
	border: 1px solid #ddd;
	/*margin: 10px auto;*/
	padding: 3px;
	border-radius: 7px;
	display: inline-block;
}

.kirby-product-close {
	text-align: right;
	position: relative;
	top: -10px;
	right: -10px;
}

.banner-message-1 {
	position: absolute;
	text-align: center;
	top: 20%;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.banner-message-1 h1 {
	/*font-size: 2em;
	font-size: 5vw;*/
	color: white;
	background-color: rgba(10,10,10,0.4);
}

.banner-message-2 {
	position: absolute;
	text-align: center;
	top: 20%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.banner-message-2 h1 {
	/*font-size: 2em;
	font-size: 5vw;*/
	color: white;
	background-color: rgba(10,10,10,0.4);
}

@media screen and (min-width: 601px) {
	.banner-message-1 h1 {
		font-size: 2.5em;
	}

	.banner-message-2 h1 {
		font-size: 1.5em;
	}
} @media screen and (max-width: 600px) {
	.banner-message-1 h1 {
		font-size: 1.5em;
	}

	.banner-message-2 h1 {
		font-size: 1.5em;
	}
}

.sticky-header-active #header .header-nav-main nav > ul > li.pull-right {
	float: right !important;
}
.sticky-header-active #header .header-nav {
	padding: 0px;
}
.modal-header {
	/*background-color: #aaa;*/
	border-bottom: 1px solid gray;
}
.divider-black {
	width: 100%; height: 2em; background-color: #121214; margin-bottom: 2em;
}

.shadow {
	-webkit-box-shadow: 0px 10px 23px -5px #000000, 5px 5px 15px 5px rgba(0,0,0,0) !important;
	box-shadow: 0px 10px 23px -5px #000000, 5px 5px 15px 5px rgba(0,0,0,0) !important;
}