@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,600,600i&subset=latin-ext');

body {
	padding: 0;
	margin: 0;
	background: #fdedcb url(images/site_bg.png) top center;
	color: #72110c;
	text-align: center;
	font-size: 10px;
}

* {
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
}

.clearer {
	clear: both;
}

sup {
	font-size: .6em;
}

a {
	color: #e71e23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content > :first-child {
	margin-top: 0;
}

.content > :last-child {
	margin-bottom: 0;
}

.content h1,
.content h2,
.content h3 {
	font-weight: normal;
	padding: 0;
}

.content h1 {
	margin: .8em 0;
	font-size: 3em;
}

.content h2 {
	margin: 0.83em 0;
	font-size: 2.4em;
}

.content h3 {
	margin: 0 0 1em 0;
	font-size: 2.4em;
}

.content h4 {
	margin: .55em 0;
	font-size: 1.8em;
}

.content li,
.content p {
	font-size: 1.8em;
	line-height: 1.6em;
}

.content p {
	margin: 1em 0;
}

.content p.center {
	text-align: center;
}

.content img {
	max-width: 100%;
}

.content img.left {
	float: left;
	margin: .4em 1em .4em 0;
}

.content img.right {
	float: right;
	margin: .4em 0 .4em 1em;
}

div#heading {
}

div#heading > header {
	position: relative;
	width: 102.4em;
	padding: 2em 0;
	margin: 0 auto;
	text-align: left;
	background: url(images/head_bg.png) no-repeat bottom right;
	background-size: contain;
}

div#heading > header > h1 {
	margin: 0;
}

div#heading > header > h1 > a {
	display: block;
	width: 43.6em;
	height: 12.4em;
	background: url(images/logo.png) no-repeat top left;
	background-size: contain;
}

div#heading > header > h1 > a > span {
	display: none;
}

nav#topmenu {
	margin: 0;
	height: 5.6em;
	border-top: 1px solid #cc9d65;
	border-bottom: 1px solid #cc9d65;
	background: url(images/menu_bg.png) repeat-x center bottom;
	background-size: contain;
}

nav#topmenu > ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid #580303;
	border-right: 2px solid #b30909;
}

nav#topmenu > ul > li {
	float: left;
	line-height: 5.6em;
	border-right: 2px solid #580303;
	border-left: 2px solid #b30909;
}

nav#topmenu > ul > li:first-child {
}

nav#topmenu > ul > li > span,
nav#topmenu > ul > li > a {
	display: block;
	font-size: 1.8em;
	color: #f8d8ab;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2.55em;
}

nav#topmenu > ul > li > span {
	cursor: default;
}


nav#topmenu > ul > li > a:hover,
nav#topmenu > ul > li > a.selected {
	color: #fff;
}

nav#topmenu > ul > li > ul {
	position: absolute;
	z-index: 999;
	list-style: none;
	padding: 0;
	margin: -1.6em 0 0 3.6em;
	border: 1px solid #b30909;
}

nav#topmenu > ul > li > ul > li {
	text-align: left;
	background-color: #fcecca;
	min-width: 15em;
	padding: 0 1em;
}

nav#topmenu > ul > li > ul > li > a {
	font-size: 1.6em;
	line-height: 2em;
	display: block;
	font-weight: bold;
}

div#footer {
	border-top: 1px solid #cc9d65;
	background: url('images/foot_bg.png') repeat-x top center;
	height: 5.6em;
	overflow: hidden;
}

div#footer a {
	color: #fcecca;
}

div#footer a {
	color: #fcecca;
}

div#footer a:hover {
	color: #fff;
}

div#footer > footer {
	position: relative;
	width: 102.4em;
	line-height: 5.6em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#footer > footer > section {
}

div#footer > footer > section.copy {
}


div#footer > footer > section.copy > p {
	color: #fcecca;
	font-size: 1.4em;
	font-style: normal;
	margin: 0;
}

div#footer > footer > section.top {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -2.8em;
	text-align: center;
	vertical-align: middle;
}

div#footer > footer > section.top > a {
	display: inline-block;
	width: 5.6em;
	height: 5.6em;
}

div#footer > footer > section.top > a > i {
	font-size: 2.4em;
}


div#footer > footer > section.menu {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 5.6em;
}

div#footer > footer > section.menu > ul {
	padding: 0;
	margin: 0;
}

div#footer > footer > section.menu > ul > li {
	display: inline-block;
	margin-left: 3em;
}

div#footer > footer > section.menu > ul > li > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.4em;
}

div#footer > footer > section.menu > ul > li > a:hover {
	text-decoration: underline;
}

div#footer > footer > section.menu > ul > li > a.selected {
	color: #fff;
}


div#home_slider_wrp {
	position: relative;
	width: 100%;
	background-color: #fde5bf;
	border-bottom: 1px solid #cc9d65;
}

div#home_slider_nav {
	margin-top: -2em;
}

div#main {
	background-color: #feeecd;
}

div#main > main {
	position: relative;
	width: 102.4em;
	min-height: 10em;
	margin: 0 auto;
	text-align: left;
	padding: 3em 0 6em 0;
}

div#main > main > :first-child {
	margin-top: 0;
}

div#main > main > :last-child {
	margin-bottom: 0;
}

section#partners > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section#partners > ul:first-child {
	margin: 3.6em 0 0 0;
}

section#partners > ul > li {
	display: block;
	float: left;
	width: 25.6em;
	height: 25.6em;
	text-align: center;
}


section#partners > ul > li img {
	width: 22em;
	border: 1px solid #e71e23;
}

section#product_groups > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section#product_groups > ul > li {
	display: block;
	float: left;
	text-align: center;
	width: 49.6em;
	margin: 3.2em 0 0 3.2em;
	position: relative;
}

section#product_groups > ul > li:nth-child(2n+1) {
	margin-left: 0;
}

section#product_groups > ul > li > a > figure {
	display: block;
	margin: 0;
	padding: 0;
}

section#product_groups > ul > li > a > figure > span {
	display: block;
	width: 49.6em;
	height: 34em;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

section#product_groups > ul > li > a > figure > span > img {
	max-width: 100%;
}

section#product_groups > ul > li > a > figure > figcaption {
	border-top: 1px solid #cc9d65;
	border-bottom: 1px solid #cc9d65;
	line-height: 2.8em;
	font-size: 1.8em;
	background-color: #fde5bf;
}

section#product_groups > ul > li > a.cart {
	position: absolute;
	right: 15px;
	bottom: 65px;
	width: 20px;
	height: 20px;
	padding: 8px;
	background-color: #e71e2366;
	border: 2px solid #e71e23;
	border-radius: 40px;
}

section#product_details > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section#product_details > ul > li {
	display: block;
	float: left;
	text-align: center;
	width: 49.6em;
	margin: 3.2em 0 0 3.2em;
}

section#product_details > ul > li:nth-child(2n+1) {
	margin-left: 0;
}

section#product_details > ul > li > figure {
	display: block;
	margin: 0;
	padding: 0;
}

section#product_details > ul > li > figure > span {
	display: block;
	width: 49.6em;
	height: 34em;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

section#product_details > ul > li > figure > span > img {
	max-width: 100%;
}

section#product_details > ul > li > figure > figcaption {
	text-align: left;
	border-top: 1px solid #cc9d65;
	border-bottom: 1px solid #cc9d65;
	padding: 1.5em;
	background-color: #fde5bf;
}

.slick-slide {
	background-color: #fde5bf;
}

.slick-dots li button:before
{
	background-color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 3px #370505;
}

.slick-dots li.slick-active button:before
{
	background-color: #cc9d65;
}

#gmap {
	text-align:center;
	width: 102.4em;
	height: 45em;
	border: 0;
}


