html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

form.main-form {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#page-wrapper {
	min-height: 100%;
	/*width:878px;*/
	margin: 0 auto -90px;
}

* html #page-wrapper {
	height: 100%;
}

#logo {
	width: 235px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#logo td {
	padding: 0;
}

#logo a {
	outline: none;
}

#top-icons {
	overflow: hidden;
	height: 15px;
	position: absolute;
	top: 17px;
	width: 200px;
	left: 252px;
}

#top-icons a {
	float: left;
	margin-right: 31px;
}

a.home-icon {
	width: 12px;
	height: 11px;
}

a.search-icon {
	width: 12px;
	height: 12px;
}

a.feedback-icon {
	width: 14px;
	height: 10px;
}

#banner {
	margin: 0 auto;
	width: 878px;
	height: 153px;
	position: relative;
}

#banner-layout {
	height: 142px;
	table-layout: fixed;
}

#banner-overlay {
	height: 153px;
	position: absolute;
	width: 437px;
	left: 0;
	top: 0;
}

#banner-image {
	padding: 0;
	width: 437px;
	vertical-align: top;
}

#banner-image div {
	width: 437px;
	height: 142px;
	overflow: hidden;
}

#banner-slogan {
	padding: 0;
	width: 441px;
	font-family: Arial;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	padding: 10px 0 32px;
}

#content {
	width: 1100px;
	overflow: hidden;
	margin: 20px auto 29px;
	zoom: 1;
}

#sidebar {
	width: 300px;
	float: left;
}

#workarea {
	padding-top: 10px;
	width: 760px;
	float: right;
}

@media (max-width: 1200px) {
	#content {
		width: 878px;
	}
	#sidebar {
		width: 233px;
	}
	#workarea {
		width: 612px;
	}
}

@media (max-width: 900px) {
	#content {
		width: 94%;
	}
	#sidebar {
		width: 100%;
		float: none;
	}
	#workarea {
		padding-top: 10px;
		width: 612px;
		float: right;
	}
}


@media (max-width: 640px) {
	#content {
		width: 94%;
	}
	#sidebar {
		width: 100%;
		float: none;
	}
	#workarea {
		padding-top: 10px;
		width: 100%;
		float: right;
	}
}


footer {
	width: 100%;
	height: auto;
	background: #2f3338;
	padding: 20px;
}

#footer {
	/* background: #F5F5F5 url(images/footer-corner.gif) no-repeat left top; */
	/* height: 90px; */
	display: flex;
	width: 878px;
	margin: 0 auto;
	position: relative;
	flex-wrap: wrap;
}

#footer .title {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#copyright {
	width: 100%;
	margin: 40px 0	0px 0;
	align-self: stretch;
}

#copyright p {
	text-align: center;
	color: gray;
	margin: 0;
	font-size: 0.8em;
}

#footer .content {
	color: silver;
}

#footer .footer-menu {
	flex: 1 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-menu ul {
	list-style: none;
	padding: 20px 0;
}

#footer .footer-menu li {
	padding: 4px 0;
}

#footer .footer-menu a {
color: silver;
}

#footer a:hover {
	color: white;
}

#footer .address {
	flex: 1;
}

#footer .address a {
	color: white;
}

.bx-block-title {
	color: white !important;
}

/* .footer-links {
	width: 50%;
	position: absolute;
	right: 25px;
	top: 20px;
} */

@media (max-width: 900px) {
	#footer {
		width: 90%;
	}
}

#space-for-footer {
	height: 90px;
}

div.content-block {
	margin-bottom: 24px;
}

div.information-block div.top {
	height: 13px;
	border-right: 1px solid;
	font-size: 1px;
	background: #FFF url(images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom {
	height: 13px;
	border-left: 1px solid;
	font-size: 1px;
	background: #FFF url(images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 9px 18px 9px 21px;
	zoom: 1;
}

div.information-block div.top, div.information-block div.bottom, div.information-block-inner {
	border-color: #E3E3E3;
}

#search {
	width: 190px;
	overflow: hidden;
}

#search div.rounded-box {
	float: left;
	width: 135px;
}

#search div.search-inner-box {
	border: 1px solid;
	padding-left: 20px;
	height: 20px;
	overflow: hidden;
	background: white url(images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input {
	border: 1px solid;
	width: 110px;
	height: 18px;
	padding: 0;
	margin: 0;
}

#search input {
	vertical-align: top;
}

#search-button {
	float: right;
	width: 48px;
	border: 1px solid;
}

/*Remove button padding in FF*/

#search-button input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#search-button input {
	display: block;
	border: none;
	background: none;
	width: 48px;
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
	cursor: hand;
	outline: none;
}

div.search-item h4 {
	margin-bottom: 0.4em;
}

dl.block-list {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

dl.block-list dt {
	margin: 1.5em 0 0.5em;
}

dl.block-list dd {
	margin: 0;
	padding: 0;
}

dl.block-list a {
	text-decoration: none;
	outline: none;
}

dl.block-list a:hover {
	text-decoration: underline;
}

#sidebar h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 1em;
	margin: 0 0 1em;
}

#left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-menu li {
	margin: 0 0 0.7em;
	padding: 0 0 0.7em;
	display: block;
}

#left-menu a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 1em 1em 0;
	outline: none;
}

#left-menu li.last-item {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#left-menu li.selected a {
	padding-left: 1em;
}

#left-menu li.selected {
	text-indent: -1em;
	padding-left: 1em;
}

/* Navigation */

div.navigation {
	font-size: 100%;
	line-height: 200%;
}

span.navigation-title {
	padding-right: 0.65em;
	font-weight: bold;
}

div.navigation a {
	text-decoration: underline;
	padding: 0.2em 0.3em;
}

span.nav-current-page {
	padding: 0.2em 0.3em;
}

div.navigation span.arrow {
	font-size: 100%;
	font-family: Times, serif;
}

div.navigation span.ctrl {
	font-size: 85%;
}

/* Product List */

div.product-list {
	overflow: hidden;
}

div.product {
	overflow: hidden;
	width: 280px;
	height: 105px;
	margin: 0 25px 20px 0;
	position: relative;
	float: left;
}

div.product-alt {
	margin-right: 0;
}

div.product-image {
	width: 250px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}

div.product-overlay {
	width: 280px;
	height: 105px;
	position: absolute;
	z-index: 1;
}

a.product-desc {
	float: right;
	height: 62px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 142px;
	z-index: 2;
	font-size: 1em;
	text-decoration: none;
	padding: 13px 10px 30px 129px;
}

a.product-desc p {
	font-size: 0.85em;
	margin: 7px 0 0;
}

/* News List */

div.news-list {
	margin: 0 0 2em;
}

div.news-item {
	margin: 0 0 2em;
	padding: 0 0 2em;
	border-bottom: 1px solid;
}

div.news-date {
	margin: 0 0 1em;
}

div.news-title {
	font-size: 1em;
	margin: 0 0 1em;
	font-weight: bold;
}

a.news-detail-link {
	display: block;
	margin: 1em 0 0;
	outline: none;
}

/* Catalog List */

div.catalog-list, div.catalog-detail {
	padding: 1em 0 0;
}

div.catalog-item {
	margin: 0 0 2em;
	padding: 0 0 2em;
	border-bottom: 1px solid;
	overflow: hidden;
	zoom: 1;
}

div.catalog-detail div.catalog-item {
	border: none;
}

div.catalog-item-title {
	margin: 0 0 1em;
}

div.catalog-item-title a {
	font-weight: bold;
}

div.catalog-item-image {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid;
	padding: 4px;
}

div.catalog-item-price {
	clear: left;
	float: left;
	padding: 0.5em 1em;
	margin: 1em 0 0;
	font-weight: bold;
}

div.catalog-item-desc {
	clear: left;
}

div.catalog-item-properties {
	clear: both;
	padding: 1em 0 0;
	overflow: hidden;
}

div.catalog-item-property {
	margin: 0 0 1em;
	border-bottom: 1px dashed;
	float: left;
	width: 100%;
}

div.catalog-item-property b {
	float: right;
	position: relative;
	top: 0.31em;
	padding-left: 3px;
	font-style: italic;
	font-weight: normal;
}

div.catalog-item-property span {
	float: left;
	position: relative;
	top: 0.31em;
	padding-right: 3px;
	zoom: 1;
}

div.catalog-item-properties-title {
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 1em;
}

/* Special Product */

div.special-product-title {
	text-align: center;
	margin: 0 0 1em;
}

div.special-product-image {
	text-align: center;
	margin: 0 0 1em;
}

div.special-product {
	text-align: center;
}

/* Top menu */

#top-menu {
	height: 30px;
	right: 0;
}

ul#top-menu {
	list-style: none;
	width: auto;
	
}
ul#top-menu li {
	display: inline-block;
}

ul#top-menu li:hover {
	background-color: #eee;
}

ul#top-menu li a {
	display: block;
	padding: 24px 16px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

ul#top-menu li:hover a {
	color: #da2a34;
}

ul#top-menu li.selected a {
	color: #8B857E;
}

div.menu-clear-left {
	clear: left;
}

/*Common Elements */

div.content-form {
	padding-left: 1em;
}

/* TCL */

.header {
	display: flex;
}

.burger-head {
	flex: 0;
}

.logo-head {
	flex: 1;
}


.icon {
	padding: 20px;
}

/* Top menu */

#horizontal-multilevel-menu li a.root-item {
	color: #000;
}

header {
	background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(1, 1, 1, .16);
}

.header {
	height: 66px;
}

.header .logo-head {
	margin-left: 20px;
	width: auto;
}

.header .logo-head a {
	font-size: 15px;
	color: #000;
}

.header .logo-head a:hover, .header .logo-head a:active {
	color: #da2a34;
	text-decoration: none;
}

.header .logo-head a img {
	margin-right: 10px;
}

.header .logo-head a::after {
	content: "The Creative Life";
}

.header .menu-head-fader { 
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9998;
	opacity: 1;
	visibility: visible;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
}

.header #top-menu {
	opacity: 1;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
}

.header #top-menu li {
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
}

@media screen and (max-width: 800px) {

	.header .burger-head {
		display: block;
	}

	.header .logo-head {
		margin-left: 0px;
		word-wrap: none;
	}
		.header .menu-head #top-menu {
		background-color: white;
		height: auto;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9998;
		opacity: 1;
		visibility: visible;
	}
	.header .menu-head #top-menu li {
		background-color: white;
		display: block;
		height: auto;
	}
	.header .menu-head #top-menu li:hover a {
		background-color: #eee;
	}
	.sm-hidden {
		opacity: 0;
		visibility: hidden !important;
	}
}	
@media screen and (min-width: 800px) {


	.header .menu-head {
		visibility: hidden;
	}

	.header .menu-head #top-menu {
		visibility: visible !important;
	}
	
	.header .burger-head {
		display: none;
	}
	
	.sm-hidden {
		opacity: 1;
		visibility: visible !important;
	}

}

.hidden {
	opacity: 0 !important;
	visibility: hidden !important;
}

a {
	color: #E8001E;
}

a:hover, a:active {
	color: #98000E;
}

a.list-title {
	color: #555;
}

a.list-title:hover {
	text-decoration: none;
}

/* tags */

.section-tags a
{
	color: grey;
	font-size: 1.2em;
	font-weight: bold !important;
}

.section-tags a:hover {
	color: #E8001E;
}
