/* Home css */

/* fonts */

.content-section, .content-section h1, .content-section h2 {
	font-family: calluna, serif;
	font-weight: 300;
}


/*
.js #layerslider {
	background: url(../images/placeholders/banner-slides-placeholder.png) no-repeat center top;
	background-size: contain;
}
.js #layersliderMobile {
	background: url(../images/placeholders/banner-slides-placeholder-mobile.png) no-repeat center top;
	background-size: contain;
}
.js #layerslider.ls-show, .js #layersliderMobile.ls-show {
	background: none;
}
*/


/* Content sections */

.content-section {
	position: relative;
	padding: 40px 0;
	font-size: 22px;
	line-height: 120%;
	color: #222;
	background-repeat: repeat;
	background-position: center center;
}
.content-section.slide-background {
	background-attachment: fixed;
    background-position: center center;
}

.content-section .intro {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 1.5em;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.content-section h1, .content-section h2 {
	color: #222;
	font-size: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.content-section h3 {
	color: #222;
	font-size: 30px;
	text-transform: uppercase;
}
.content-section small {
	font-size: 75%;
	line-height: 130%;
	display: inline-block;
}
.content-section.heading h1 {
	margin: 0;
}
.content-section a {
	color: inherit;
	text-decoration: underline;
}
@media (min-width: 1200px) {
	.content-section h1:before, .content-section h1:after, .content-section h2:before, .content-section h2:after {
		content: " - ";
	}
}
@media (max-width: 991px) {
	.content-section .intro {
		font-size: 20px;
	}
}
@media (max-width: 479px) {
	.content-section .intro {
		font-size: 18px;
	}
}
/*
@media (min-width: 1400px) {
	.container {
		padding-left: 90px;
		padding-right: 90px;
	}
}
*/




.central-button {
	position: relative;
	bottom: -40px;
		/*margin-bottom: -30px;*/
	height: 55px;
	overflow: hidden;
	padding-top: 5px;
}
.central-button a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	background: #387a70;
	color: #fff;
	padding: 0 50px;
	height: 90px;
	line-height: 55px;
	border-radius: 100px;
	text-decoration: none;
	top: 0;
	transition: top 0.1s ease 0s;
}
.central-button a:hover {
	text-decoration: none;
	background: #000;
	top: -3px;
}




/* Products */

.promo-product {
	font-size: 18px;
	line-height: 130%;
}
.promo-product h3 {
	color: #222;
	font-size: 28px;
	line-height: 32px;
}
.promo-product a, .promo-product a:hover {
	text-decoration: none;
}
.promo-product .product {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	
		/* fight the flash in ios */
		-webkit-backface-visibility: hidden;
}
.promo-product .inner:before,
.promo-product .inner:after {
	content: "";
	display: table;
}
.promo-product .inner:after {
    clear: both;
}
.promo-product .inner {
	display: block;
	position: relative;
	min-height: 180px;
	color: #222;
}
.promo-product .image {
	position: relative;
	width: 50%;
	float: left;
	min-width: 200px;
	min-height: 200px;
	overflow: hidden;
}
.promo-product .image .reveal {
	position: relative;
	z-index: 20;
}
.promo-product .image.clip {
	max-height: 230px;
}
.promo-product .image img {
	max-width: 100%;
	height: auto !important;
    position: relative;
    z-index: 20;
}
.promo-product .content {
	width: 48%;
	float: left;
	padding: 0 10px;
}
.promo-product .content .text {
	min-height: 165px;
}
.promo-product a:hover .text, .promo-product a:hover .image img {
	opacity: 0.7;
}
.promo-product .content p {
	margin-bottom: 15px;
}


/* Boxed */

.promo-product.boxed .product {
	overflow: hidden;
}
.promo-product.boxed .inner {
	border: 1px solid #ccc;
}
.promo-product.boxed .inner {
	display: table;
	width: 100%;
}
.promo-product.boxed .image {
	float: none;
	display: table-cell;
	width: auto;
	width: 50%;
}
.promo-product.boxed .image img {
	display: block;
	vertical-align: bottom;
}
.promo-product.boxed .content {
	float: none;
	display: table-cell;
	width: auto;
	vertical-align: middle;
	width: 50%;
	padding: 10px 20px;
}


/* Product labels */
	
.promo-product .label {
	position: absolute;
	top: 0;
	left: 0;
	background: #c2b59b;
	font-size: 15px;
	line-height: 18px;
	width: 90px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
	z-index: 100;
}

.promo-product a:hover .label {
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    2px 2px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 15px 0px rgba(0, 0, 0, 0.3);
		-webkit-transform: rotate(2deg) scale(1.1); 
		-moz-transform: rotate(2deg) scale(1.1); 
		transform: rotate(2deg) scale(1.1);
}
.promo-product.invert .label {
	background: #fff;
}
.promo-product .label p {
	margin-bottom: 5px;	
}
.promo-product .label .sash {
	position: relative;
	background: #000;
	color: #fff;
		padding: 7px;
		min-height: 60px
}
.promo-product.invert .label .sash {
	background: #8030d7;
}
.promo-product .label .sash:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px; /* get rid of the hirline gap! */
	margin-left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 46px 0 46px;
	border-color: #000 transparent transparent transparent;
}
.promo-product.invert .label .sash:after {
	border-color: #8130d7 transparent transparent transparent;
}
.promo-product .label .price {
	position: relative;
	padding: 5px;
	margin: 0;
	min-height: 65px;
	padding-top: 25px;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
}
.promo-product .label .price .currency {
	font-size: 40%;
	vertical-align: super;
	margin-right: 2px;
}
.promo-product .label .price .decimal {
	font-size: 18px;
	vertical-align: bottom;
}
.promo-product .label .sale-price {
	margin: 0;
}
.promo-product .label .original-price {
	position: relative;  overflow: hidden;
	font-size: 16px;
	line-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
	margin: 10px 3px 3px;
}
.promo-product .label .original-price .currency {
	font-size: 50%;
}
.promo-product .label .original-price:before {
	/* Strikethrough */
	content: "";
	position: absolute;
	left: 0;
	top: 60%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	-webkit-transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-ms-transform:rotate(-20deg);
	-o-transform:rotate(-20deg);
	transform:rotate(-20deg);
}
.no-csstransforms .promo-product .label .original-price {
	text-decoration: line-through;
}
.no-csstransforms .promo-product .label .original-price:before {
	content: none;
}

#content .home-ad-banner {
	background: #000;
	position: relative;
	overflow: hidden;
	display: flex;
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
}
#content .home-ad-banner super-banner {
	--super-background-colour: transparent;
	min-height: 50px;
	display: block;
	overflow: hidden;
	flex: none;
    width: 100%;
	margin: 0;
}



/* Media queries */
	
@media (max-width: 1329px) {
	.promo-product h3 {
		font-size: 24px;
	}	
}
@media (max-width: 1189px) {
	.promo-product.boxed .content .text {
		min-height: 0;
	}
}

@media (max-width: 991px) {
	.promo-product .product {
			float: none;
			margin-left: auto;
			margin-right: auto;
			max-width: 600px
	}
}

@media (max-width: 767px) {
	/*.wide .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.content-section {
		font-size: 20px;
	}
	.content-section h1, .content-section h2 {
		font-size: 30px;
	}
	.content-section h3 {
		font-size: 24px;
	}
}

@media (max-width: 479px) {
	.promo-product .product {
		padding-bottom: 20px;
		margin-bottom: 20px;
			max-width: 300px
	}
	.promo-product.invert .product {
		border-bottom: 1px solid #67cec4;
	}
	.promo-product .product:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.promo-product .image {
		width: auto;
		float: none;
		text-align: center;
		max-width: 300px;
		margin: 0 auto 10px auto;
	}
	.promo-product.boxed .image {
		width: 100%;
		max-width: none;
	}
	.promo-product .image img {
		width: 100%;
	}
	.promo-product .content {
		clear: both;
		width: auto;
		float: none;
		text-align: center;
	}
	.promo-product.boxed .content {
		width: 100%;
		max-width: none;
		padding: 20px;
	}
	.promo-product.boxed .inner, .promo-product.boxed .image, .promo-product.boxed .content {
		display: block;
	}
	.promo-product.boxed .image img {
		max-width: none;
	}
	.promo-product .content .text {
		min-height: 0;
	}
}








/* Category list */
.home-cat-list {
	margin-bottom: 30px;
}
.home-cat-list .row {
	margin: 10px 0;
	background: #f3f3f3;
}
.home-cat-list .col {
	padding: 6px;
}
.home-cat-list img {
	max-width: 100%;
	height: auto !important;
	background: #fff;
}
.home-cat-list h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
	
/* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}
.home-cat-list h3 a {
	color: #000;
}
.home-cat-list a p {
	color: #666666;
}
.home-cat-list p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
}
.home-cat-list p br {
	display: none;
}
.home-cat-list a:hover {
	opacity: 0.7;
}
@media (max-width: 479px) {
	.home-cat-list h3 {
		font-size: 18px;
	}
	/*
	.home-cat-list p {
		display: none;
	}
	*/
}




