<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bb-custom-wrapper {
	width: 100%;
	height: 100%;
}

.bb-custom-side {
	width: 50%;
	float: left;
	overflow: hidden;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bb-custom-firstpage h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	background: #fff;
}

.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}

.bb-custom-firstpage {
	text-align: center;
	width: 50%;
	float: left;
}

.bb-custom-side p {
	padding: 8%;
	font-size: 1.8em;
	font-weight: 300;
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper &gt; nav {
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
}

.bb-custom-wrapper &gt; nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 16px;
	margin: 2px;
}

.bb-custom-wrapper &gt; nav a [class^="icon-"] {
	margin-top: 5px;
}

.bb-custom-wrapper &gt; nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

@media screen and (max-width: 61.75em){
	.bb-custom-side {
		font-size: 70%;
	}
}

@media screen and (max-width: 33em){
	.bb-custom-side {
		font-size: 60%;
	}
}
	  
/*Catalog promo*/
.product_catalog {
	float: left;
	width: 46%;
	text-align: center;
	height: 220px;
	overflow: hidden;
    background: #fff;
    border-radius: 4px;
    margin: 2%;
	background-image: url('https://www.eevad.com/themes/default-bootstrap/img/bas_catalog_noel.png');
    background-repeat: no-repeat;
    background-position: bottom;
	background-size : 100%;
}

.product_catalog .product_name {
	font-size: 14px;
	font-weight: 400;
	min-height: 70px;
}

.product_catalog .price {
	font-size: 14px;
	font-weight: bold;
}

.product_catalog p {
	margin: 0 0 5px 0;
	padding: 0;
}

#bb-bookblock {
	background-image: url('https://www.eevad.com/themes/default-bootstrap/img/bg_catalog_noel.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

@media screen and (max-width: 769px){
	.bb-bookblock {
		height: 480px;
	}
	.product_catalog {
		height: 150px;
		width: 50%;
		margin: 0;
		border-radius: 0;
	}
	.product_catalog .product_name {
		font-size: 10px;
		line-height: 9px;
	min-height: 45px;
	}
	.product_catalog .price {
		font-size: 10px;
		line-height: 9px;
	}
}

</pre></body></html>