body {
    background: #fff;
    color: #525252;
   font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
	font-weight:400;
}
a {
    color: #ff98a3;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #ff98a3;
    text-decoration: none;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:700;
	font-family: 'ITC Avant Garde Gothic Std';
}
h1, .h1{
    font-size: 33px;
    line-height: 40px;
	color:#383838;
}
h2, .h2{
    font-size:28px;
	line-height:33px;
	color: #4a3712;
}
h3, .h3{
    font-size:24px;
	line-height:29px;
}
h4, .h4{
    font-size:22px;
	line-height:27px;
	color: #fff;
}
h5, .h5{
    font-size:20px;
	line-height:25px;
}
h6, .h6{
    font-size:18px;
	line-height:23px;
	color:#4a3712;
}
/**************/
section.topbar {
    background: #1a1716;
    color: #fff;
    padding: 10px 0;
    z-index: 2;
    height: 43px;
}

/***/
.social {
    margin-top: 15px;
}
.social #ContainerBlockSocial.addthis_toolbox .at300b > span{
	display: none;
}
.social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
.social .facebook::before {
	content: "\f09a";
}
.social .insta::before {
	content: "\f16d";
}
.social .twitter::before {
	content: "\f099";
}
.social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_twitter::before {
	content: "\f099";
}
.social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_linkedin::before {
	content: "\f0e1";
}
.social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone::before {
	content: "\f0d5";
}
.social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}
.social #ContainerBlockSocial.addthis_toolbox .at300b, .social .facebook, .social .insta,.social .twitter, .social .in {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #4a3712;
    background: #fff;
    text-decoration: none !important;
    border-bottom: none;
}
.social .facebook::before, .social .insta::before, .twitter::before, .social .in::before  {
	font-family: 'FontAwesome';
	speak: none;
    font-size: 25px;
    line-height: 38px;
	font-weight: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.social #ContainerBlockSocial.addthis_toolbox .at300b:hover, .social .facebook:hover, .social .insta:hover,.social .twitter:hover, .social .in:hover {
	color: #000;
	background:#4a3712;
}
div#ContainerBlockSocial {
    display: inline;
}
/***/
section.topbar::after {
	content: '';
	display: block;
	clear: both;
}
section.topbar a {
	color: #fff;
	text-decoration: none;
}
section.topbar nav.topnav {
    float: right;
    position: relative;
}
section.topbar nav.topnav ul,
section.topbar nav.topnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.topbar nav.topnav ul li {
    position: relative;
    float: left;
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: 0.04em;
    padding-left: 27px;
    background: url(../images/user.png) no-repeat left center;
}
section.topbar nav.topnav ul li:first-child::before {
	content: none;
}
section.topbar nav.topnav ul li::before {
	content: '';
	display: block;
	width: 1px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	top: 7px;
	bottom: 7px;
}
section.topbar nav.topnav ul li a {
    display: block;
    padding-left: 0;
}
section.topbar nav.topnav ul li a#newsletter {
	position: relative;
	padding-left: 20px;
}
section.topbar nav.topnav ul li a#newsletter::before {
	content: '\f003';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
}
section.topbar nav.topnav ul li a:hover {
	color: #fff;
}
section.topbar .toplogin ::placeholder {
    color: #333 !important;
}
section.topbar .toplogin {
	z-index: 110;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 2px;
	width: 250px;
	border: 2px solid #e5e5e5;
	background: rgba(255,255,255,.95);
	padding: 15px 20px 20px;
	color: #ccc;
	text-align: center;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,.1);
	transition: all .4s ease-out 1s;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
}
section.topbar .toplogin.active {
	transition: all .4s;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
section.topbar .toplogin::after {
	content: '';
	position: absolute;
	right: 30px;
	top: -7px;
	border: 5px solid transparent;
	border-top: 0;
	border-bottom-color: #e5e5e5;
}
section.topbar .toplogin a {
	color: #000;
}
section.topbar .toplogin a.registrate,
section.topbar .toplogin a.forgot {
	 {if $object->objectType == "catalog"}
    <div class="photo-spacer">
    </div>
    <section class="boxes">
	    <div class="container">
	        <div class="boxes-grid">
	            <div class="box01 equal">
	                <div class="icon-box"></div>
	                {box_show id="3"}
	            </div>
	            <div class="box02 equal">
	                <div class="icon-box"></div>
	                {box_show id="4"}
	            </div>
	            <div class="box03 equal">
	                <div class="icon-box"></div>
	                {box_show id="5"}
	            </div>
                <div class="box04 equal">
	                <div class="icon-box"></div>
	                {box_show id="6"}
	            </div>
	        </div>
	    </div>
	</section>
    <section class="box-open">
	    <div class="container">
        	<div class="opening">
            		{googlemapsv2 id="1" iframe=1}
            </div>
        </div>
    </section>
	{/if} inline-block;
	padding: 0;
	margin: 0 5px;
}
section.topbar .toplogin h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    color: #4a4a4a;
}
section.topbar .toplogin #user-login input.field {
	display: block;
	width: 100%;
	margin: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 30px;
	height: auto;
    color: #4a4a4a;
    transition: border-color .4s;
}
section.topbar .toplogin #user-login input.field:focus {
	border-color: #4a4a4a;
}
section.topbar .toplogin #user-login a.Send {
	display: block;
	width: 100%;
	border: none;
	background: #4a3712;
	color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    transition: background .4s;
}
section.topbar .toplogin #user-login a.Send span {
	display: none;
}
section.topbar .toplogin #user-login a.Send:hover {
	background: #4a4a4a;
}
section.topbar .toplogin #user-login .LoggedIn {
	text-align: right
}
section.topbar .toplogin #user-login .LoggedIn small {
	font-size: 14px;
}
/*******/

header.top {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 12px 0;
}
div#sticky-wrapper {
    position: relative;
    width: 100%;
}
span.number-responsive {
    display: none;
}
header.top .logo {
position: relative;
    float: left;
}
section.banner {
	position: relative;
	height: 768px;
	background: #fff;
}
section.banner.small {
    height: 200px;
}
nav.main-nav {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    transition: background .4s;
}
.logo {
    transform-origin: left top;
    transition: all .4s;
    position: absolute;
    z-index: 2;
    top: 10px;
}
nav.main-nav {
    position: relative;
	    background: #9a1219;
}
.is-sticky .logo {
    transform: scale(.72);
    top: 25px;
}
.is-sticky nav.main-nav {
box-shadow: 0 0 5px rgb(0, 0, 0);
    background: #9a1219;
}

.is-sticky section.topbar nav.topnav {
    display: none;
}
nav.main-nav a.nav-logo {
	float: left;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	pointer-events: none;
	transform: translateX(-100%);
}
.is-sticky nav.main-nav a.nav-logo {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}
nav.main-nav a.nav-logo img {
    height: 45px;
    width: auto;
}
header.top nav.main-nav #nav-group #navigation {
    float: left;
}
#nav-group .search-button,
#nav-group .caddy-button {
	float: left;
	padding: 15px 10px;
}
#nav-group .search-button {
    position: relative;
    display: block;
    padding: 0;
}
div#nav-group .btns {
position: absolute;
    left: 330px;
    top: -32px;
}
#nav-group .search-button i.fa,
#nav-group .caddy-button i.fa {
	color: #fff;
	font-weight: normal;
	transition: color .4s;
	    font-size: 18px;
}
div#nav-group {
    position: relative;
    padding-left: 330px;
}
#nav-group .search-button i.fa:hover,
#nav-group .caddy-button i.fa:hover {
	color: #4a3712;
	cursor: pointer;
	
}

#nav-group .caddy-button {
    position: relative;
    padding: 0;
    margin-left: 12px;
    padding-left: 15px;
}
#nav-group .caddy-button i.fa {
	position: relative;
	z-index: 1;
}
#nav-group .caddy-button #CaddyCount {
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 14px;
    color: #ffffff;
    pointer-events: none;
}

#mm-navigation .mm-panels > .mm-panel > .mm-listview {
	margin-top: 0;
	margin-bottom: 0;
}
#mm-navigation .mm-panels > .mm-panel > .mm-listview:first-child,
#mm-navigation .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px;
}
#mm-navigation .mm-listview {
	display: block!important;
}

.search-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: -100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,.8);
	transition: top .6s;
}
.search-popup.active {
	top: 0;
	transition: top 1.0s;
}
.search-popup .search-popup-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
}
.search-popup .search-popup-close span {
	width: 65px;
	height: 65px;
	background: url(../images/icon-close.png) center no-repeat;
	display: block;
}
.search-popup .searchForm {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.search-popup .searchForm label {
	display: none;
}
.search-popup .searchForm .container-Search {
	border-bottom: 1px solid #ccc;
}
.search-popup .searchForm .container-Search::after {
	content: '';
	display: block;
	clear: both;
}
.search-popup .searchForm input#tags {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 50px;
	color: #fff;
    font-family: "Alegreya Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    vertical-align: top;
    outline: none;
    float: left;
}
.search-popup .searchForm input#BtnSearch {
	font-size: 0;
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.search-popup .searchForm::after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	pointer-events: none;
	color: #fff;
	transition: color .4s;
}

nav.main-nav #nav-group::after {
	content: '';
	display: block;
	clear: both;
}
article.content img

 {
    height: auto;
    max-width: 100%;
    outline: none;
}
nav.main-nav a.mobile-nav {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	text-decoration: none;
	font-size: 18px;
	padding: 25px 10px;
	line-height: 25px;
	
	
	color: #000;
	font-weight: 800;
}
nav.main-nav a.mobile-nav i.fa {
	font-weight: normal;
	margin-right: 5px;
}
/******/
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0!important;
}
section.banner .fluid_container #slideshow .camera_prev,
section.banner .fluid_container #slideshow .camera_next {
background: rgba(154,18,25, 0.8);
    width: 55px;	height: 55px;
	transition: all .4s;
}
section.banner .fluid_container #slideshow .camera_prev:hover,
section.banner .fluid_container #slideshow .camera_next:hover {
background: rgba(154,18,25, 1);
}
section.banner .fluid_container #slideshow .camera_prev {
	left: 15px;
    display: none;
}
.camera_prev, .camera_next, .camera_commands {
    top: 40%;
}
section.banner .fluid_container #slideshow .camera_next {
	right: 15px;
        display: none;
}
section.banner .fluid_container #slideshow .camera_prev > span,
section.banner .fluid_container #slideshow .camera_next > span {
	background: none;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 55px;
	width: 55px;
	height: 55px;
}
section.banner .fluid_container #slideshow .camera_prev > span::after,
section.banner .fluid_container #slideshow .camera_next > span::after {
	font-family: 'FontAwesome';
}
section.banner .fluid_container #slideshow .camera_prev > span::after {
	content: '\f0d9';
}
section.banner .fluid_container #slideshow .camera_next > span::after {
	content: '\f0da';
}
.slogan-banner .container {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.slogan-banner p {
    margin: 0;
}
.slogan-banner .slogan {
    color: #fff;
    position: relative;
    float: left;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    width: 100%;
}
.slogan-banner .slogan strong {
font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    text-shadow: 2px 2px rgba(81,166,68,.9);
    font-family: 'ITC Avant Garde Gothic Std';
    text-transform: uppercase;
}
.slogan a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 47px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto 0;
    padding: 0px 47px;
    display: inline-block;
    position: relative;
    text-shadow: none;
    background: #e51c27;
    letter-spacing: 0.05em;
}
.slogan a:hover {
    background: #7c0e14;
	color:#fff;
}
/********/
@keyframes slide-in {
    100% {
    	transform: translateY(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateY(0%); 
    	opacity: 1;
    }
}
.top-content article.content {
    padding: 112px 0 50px;
}
.top-content {
    position: relative;
}
.image-home:after {
    content: "";
    position: absolute;
    left: -20px;
    right: 20px;
    bottom: 20px;
    top: -20px;
    border: 2px solid #4a3712;
}

.image-home {
    float: right;
    margin: 140px 0 50px 50px;
    position: relative;
    z-index: 1;
}
header.page-title h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 52px;
}
span.subtitle {
    color: #4a3712;
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 0em;
    font-weight: 700;
    display: inline-block;
    text-transform: none;
    font-family: 'ITC Avant Garde Gothic Std';
}
.top-content article.content h1 {
    font-size: 25px;
    margin: 0 auto;
    letter-spacing: 0.15em;
    padding-bottom: 55px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: center;
    text-transform: none;
    background: url(../images/h1.png) no-repeat bottom center;
    display: table;
}
.top-content .images-home {
position: absolute;
    right: 0;
    width: 40%;
    top: 112px;
    bottom: 112px;
    border-bottom: 12px solid #4a3712;
}

.top-content .images-home img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.webshop-content {
    position: relative;
    padding-bottom: 50px;
    padding-top: 60px;
}
.webshop-content .container {
    position: relative;
}
.webshop-content.home-shop {
    background: #f9f9f9;
}
/**********/
.photo-spacer {
    position: relative;
    height: 54vh;
    background: url(../images/photo-spacer.jpg) no-repeat center fixed;
}
@media (max-width:768px){
    .photo-spacer {
       background: url(../images/photo-spacer2.jpg) no-repeat center fixed;
}
}
.photo-spacer:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 2px solid #fff;
}
/********************/
article.content {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
}
article.content header.page-title.NewsItemTitle {
	height: 500px;
	overflow: hidden;
}
article.content header.page-title.NewsItemTitle .photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
}
.content-page {
    text-align: left !important;
}
header.page-title {
    position: relative;
	    display: -webkit-box;
}
article.content.content-page header.page-title h1 {
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/h1.png) no-repeat bottom center;
    width: 100%;
}
table.table-page tr td p, table.table-page tr th p {
    margin: 0;
}

table.table-page tr td, table.table-page tr th {
    padding: 5px 10px;
    border: 1px solid #ec5582;
}
table.table-page tr th {
    background: #ffc81f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
table.table-page {
    width: 100%;
	    margin-bottom: 10px;
}
article.content-page ul {
    float: left;
    width: 100%;
}
article.content-page form#form-nl {
    width: 50%;
    float: left;
}
article.content-page form#form-nl .gdpr_policy {
    left: 20px;
    float: left;
    margin-top: 8px;
    width: 100%;
}
article.content header.page-title.NewsItemTitle h1 {
	font-size: 48px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0 20px;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
article.content hr {
	border-top-color: #ddd;
}
article.content p {
    margin-bottom: 15px;
}
article.content ul {
    padding-left: 10px;
}
article.content ul li {
    list-style: none;
    background: url(../images/list-icon01.png) no-repeat 0 5px;
}
article.content ul ul li {
    background-image: url(../images/list-icon02.png);
    padding-left: 20px;
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #eee;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}

/**********/
section.boxes {
    padding: 95px 0;
    position: relative;
    text-align: center;
	color:#6c6c6c;
}

/**
 * ----------------------------------------
 * animation rotate-scale-down
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateZ(180deg);
            transform: scale(0.5) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateZ(180deg);
            transform: scale(0.5) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
section.boxes .icon-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
section.boxes .icon-box {
    width: 176px;
    height: 176px;
    margin: 0 auto 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s;
    position: relative;
	    border-radius: 50%;
}
section.boxes [class*="box0"]:hover .icon-box {
	-webkit-animation: rotate-scale-down 0.65s linear both;
	        animation: rotate-scale-down 0.65s linear both;
}
section.boxes .icon-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 139px;
    height: 144px;
    background: url(../images/bg-img.png) no-repeat center;
    transition: all .4s;
	top:0;
	bottom:0;
	margin:auto;
}
section.boxes [class*="box0"]:hover .icon-box:after {
    background: url(../images/bg-img-h.png) no-repeat center;
}
section.boxes .box01 .icon-box {
    background-image: url(../images/icon1.jpg);
}
section.boxes .box02 .icon-box {
    background-image: url(../images/icon2.jpg);
}
section.boxes .box03 .icon-box {
    background-image: url(../images/icon3.jpg);
}
section.boxes .box04 .icon-box {
    background-image: url(../images/icon4.jpg);
}
section.boxes .boxes-grid h5 {
    font-size: 26px;
    margin: 30px 0 20px;
    color: #4a3712;
    transition: all .4s;
    text-transform: uppercase;
    font-weight: 700;
}
section.boxes [class*="box0"] a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
	outline:none;
}
section.boxes [class*="box0"] {
	    position: relative;
	font-size: 15px;
    color: #626262;
    padding: 0 30px 50px;
}
section.boxes [class*="box0"] .btn-box {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #fff;
    background: #4a3712;
    width: 118px;
    line-height: 37px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all .4s;
}
section.boxes [class*="box0"]:hover .btn-box {
    color: #fff;
    background: #4a3712;
}
section.boxes [class*="box0"]:hover h5 {
    color: #4a3712;
}
/**********/
section.boxes .slick-slider .slick-prev, 
section.boxes .slick-slider .slick-next{
    width: 19px;
    height: 39px;
    margin-top: 4px;
    z-index: 9;
    top:  26%!important;
}
section.boxes .slick-slider .slick-prev:before, 
section.boxes .slick-slider .slick-next:before{
	font-size:0;
}
section.boxes .slick-slider .slick-prev {
    background: url(../images/prev.png) center no-repeat;
}
section.boxes .slick-slider .slick-next {
    background: url(../images/next.png) center no-repeat;
}
/******/
section.box-open {
    position: relative;
    background: url(../images/bg-open.jpg) no-repeat center fixed;
    color: #fff;
    padding: 75px 0;
}
section.box-open:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(154,18,25, 0.9);
}
section.box-open .opening {
    border: 2px solid #fff;
    position: relative;
    padding: 25px 25px;
}
section.box-open .opening h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
    font-size: 40px;
    position: relative;
    padding-bottom: 35px;
}
section.box-open .opening h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 570px;
    height: 1px;
    background: #e6e7e5;
    bottom: 0;
}
section.box-open .opening h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 6px;
    background: #ffffff;
    bottom: -2px;
}
section.box-open .opening .boxs-open {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1px;
    line-height: 30px;
}
section.box-open .opening .boxs-open h5 {
    margin: 0 0 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 32px;
}
span.openingDay {
    display: inline-block;
    width: 163px;
    position: relative;
}
span.openingTime {
    display: inline-flex;
}
span.openingDay:after {
    position: absolute;
    content: "";
    width: 112px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    right: 14px;
    top: 15px;
}
section.box-open .opening .boxs-open .bloc01 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
section.box-open .opening .box-right {
    float: right;
}
/*******/
.maps {
position: relative;
    height: 380px;
    overflow: hidden;
}
.link label.modal-label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}
section.googlemaps .box_googlemapsv2 {
    height: 300px;
}
.maps .box_googlemapsv2 iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -150px;
    bottom: -150px;
    height: calc(100% + 300px);
}
section.googlemaps {
	position: relative;
	background: #eee;
	height: 300px;
	overflow: hidden;
}
section.googlemaps .box_googlemaps {
	position: absolute;
	left: -70px;
	right: -70px;
	top: -70px;
	bottom: -70px;
	height: auto!important;
	width: auto!important;
}
.maps label.modal-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 1;
}
/*******/
.logo-footer {
    display: table;
    margin-top: 15px;
}
footer.bottom {
    position: relative;
    background: #343434;
    padding: 85px 0;
    color: #fff;
}
footer.bottom h2 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer.bottom h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 31px;
    height: 2px;
    background: #fff;
}
footer.bottom .blocks {
    display: grid;
    grid-template-columns: auto auto 274px;
}
footer.bottom a, .googlemaps_v2 label.modal-label {
    color: #fff;
    text-decoration: underline!important;
}
footer.bottom a:hover, .googlemaps_v2 label.modal-label:hover {
    color: #fff;
    text-decoration: none !important;
}
#footerSlideContainer a {
    /* color: rgba(255,255,255,.7); */
}

#scrollUp {
bottom: 30px;
    right: 8px;
    padding: 8px 15px;
    background: rgba(154,18,25, 0.75);
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #fff;
}
#scrollUp:hover {
    background: rgba(154,18,25, 1);
    color: #fff;
}
 
div.cc-cookies {
    width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

.mm-panels > .mm-panel > .mm-listview {
	display: block!important;
}
.mm-panels > .mm-panel > .mm-listview[id*='ShopNav'] {
	margin-top: -20px;
	margin-bottom: -20px;
}
.mm-listview > li > a {
	font-weight: bold;
}
.mm-page.mm-slideout {
	z-index: auto;
}

#moduleContent form#user-new-password .ctrlHolder label {
	position: relative;
}
#moduleContent form#user-new-password .ctrlHolder label em {
	float: right;
	color: #4a3712;
	font-style: normal;
	display: inline-block;
	padding: 0 10px 0 5px;
}
#moduleContent form#user-new-password .ctrlHolder input#email {
	border: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 5px 15px;
	outline: none !important;
	background: #eee;
	height: 40px;
	margin: 0px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	transition: all .4s;
}
#moduleContent form#user-new-password .ctrlHolder input#email:focus{
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.2);
	background: #f2f2f2;
}
#moduleContent form#user-new-password .buttonHolder {
	padding-top: 10px;
}
#moduleContent form#user-new-password .buttonHolder button {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	outline: none !important;
	background: #000;
	border: 0;
	width: auto;
	display: inline-block;
	border-radius: 3px;
	margin: 0 auto;
	height: auto;
	transition: all .4s;
	z-index: 5;
	cursor: pointer;
	box-shadow: 0 3px 0 #3b7c74;
}
#moduleContent form#user-new-password .buttonHolder button:hover {
	background: #3b7c74;
	color: #fff;
	box-shadow: 0 3px 0 #0d6056;
}
@media only screen and (max-width : 1199px) {
	nav.main-nav #nav-group ul.sf-menu {
		display: none;
	}
	.is-sticky .logo {
    transform: scale(.59);
	}
nav.main-nav a.mobile-nav {
display: block;
right: 0;
color: #000;
padding: 13px 10px;
margin: 20px 0;
position: relative;
float: right;
}
	.mm-listview > li.selected{
	background:#4a3712!important; 
	color: #fff!important;
}
.mm-menu .mm-listview > li a:not(.mm-next):hover{
	background:#4a3712!important;
	color:#fff!important;
}
.box-shop .prod-fancy a.popup img {
    max-width: 100%;
}
#Shop div#ShopContent #Products #Items .ProdItem {
    min-height: auto!important;
}
span.subtitle {
    font-size: 43px;
    line-height: 63px;
}
section.boxes .boxes-grid h5 {
    font-size: 22px;
}
footer.bottom .blocks {
    grid-template-columns: auto auto auto;
}
.logo-footer {
    display: table;
    margin: 0 auto 30px;
}
footer.bottom {
    text-align: center;
}
footer.bottom h2 {
    text-align: center;
}
footer.bottom h2::after {
    right: 0;
    margin: auto;
}
}
@media only screen and (max-width : 991px) {
section.banner {
    height: 750px;
}
.mm-menu .mm-listview > li a:not(.mm-next):before{
	display:none;
}
.top-content article.content h1 {
    width: 100%;
}
h1, .h1 {
    font-size: 32px;
    line-height: 40px;
}
#article-content img {
    max-width: 100%;
    height: auto;
}
.image-right, .image-left {
    float: none;
    display: table;
    margin: 0 auto 20px;
}
.image-home {
 display: table;
margin: 0px auto 50px;
float: none;
}
section.box-open .opening {
    padding: 65px 35px;
}
footer.bottom .blocks {
    grid-template-columns: auto;
    grid-gap: 20px;
}
}
@media only screen and (max-width : 768px) {
	nav.main-nav .nav-cta {
		display: none;
	}
	nav.main-nav #nav-group ul.sf-menu {
		display: none;
	}
#Shop div#ShopContent #Products #Items .ProdItem {
    -webkit-flex: 0 0 47% !important;
    flex: 0 0 47%!important;
}
.slogan-banner .slogan > p > strong {
font-size: 35px;
line-height: 47px;
}
.boxes .box p {
    font-size: 24px;
}
div#nav-group {
    padding-left: 0;
}
}
@media only screen and (max-width : 640px) {
header.top .logo img {
    max-width: 100%;
}
span.subtitle {
    font-size: 37px;
}
article.content {
    padding: 30px 15px;
}
#Shop div#ShopContent #Products #Items .ProdItem {
    -webkit-flex: 0 0 47% !important;
    flex: 0 0 47% !important;
}

.image-right, .image-left {
    display: table;
    margin: 0 auto 20px;
    float: none;
}
section.topbar {
    height: 83px;
}
div#nav-group .btns {
    position: absolute;
    left: auto;
    top: -32px;
    right: 0;
}
section.box-open .opening .boxs-open {
    grid-template-columns: 100%;
}
section.box-open .opening .box-right {
    float: left;
    margin-top: 20px;
}
section.box-open .opening .boxs-open .bloc01 {
    border-right: none;
}
section.box-open .opening h2::before {
    width: 100%;
}
}
@media only screen and (max-width : 480px) {
.number {
    display: none !important;
}                         

section.banner {
    height: 600px;
}
span.number-responsive {
    display: inline-block;
}
.top-content article.content h1 {
    font-size: 20px;
    letter-spacing: 0;
}
.logo-footer img {
    max-width: 100%;
}
#Shop div#ShopContent #article-content > h1#Title span.subtitle {
    font-size: 35px;
}
span.subtitle {
font-size: 35px;
line-height: 40px;
}

.cta2 span.number-responsive a {
    display: block;
    display: inline-block;
    float: right;
    color: #000;
    letter-spacing: 1px;
    line-height: 9px;
}

#Shop div#ShopContent #Products #Items .ProdItem {
    -webkit-flex: 0 0 97% !important;
    flex: 0 0 97% !important;
}
	
#Shop div#ShopContent #article-content > h1#Title {
    font-size: 24px !important;
    line-height: 35px !important;
}
span.openingDay {
    display: inline-block;
    width: 73px;
}
span.openingDay::after {
    width: 28px;
    right: 9px;
}

.top-content article.content {
    padding: 45px 10px 40px;
}
.slogan-banner .slogan {
    font-size: 25px;
    line-height: 40px;
}
span.subtitle {
    font-size: 27px;
    line-height: 34px;
}
section.box-open .opening h2 {
    font-size: 30px;}
section.box-open .opening {
    padding: 65px 15px;
}
.logo img {
    max-width: 100%;
}
section.topbar nav.topnav ul li {
    font-size: 14px;
    letter-spacing: 0;
}
.logo {
    top: 0;
    width: 164px;
}
.slogan-banner .slogan > p > strong {
    font-size: 23px;
    line-height: 30px;
}
.is-sticky .logo {
    transform: scale(.8);
    top: 0;
}
}
#Shop div#ShopContent #Products {
    padding-top: 80px!important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox{
    display: none;
}
.footer-nav{
    background: #1a1716;
text-align: center;
font-size: 12px;
    color: #fff;
}
.centrar-texto{
    text-align: center;
}
.iconowhatsapp{
    position: fixed;
bottom: 140px;
z-index: 2;
right: 5px;
    z-index: 100;
}
.iconowhatsapp a{
cursor: pointer;
}
.whatsapp{
    display: none;
    position: fixed;
bottom: 140px;
z-index: 100;
right: 5px;
}
.escritorio{
    display: block;
}
.movil{
    display: none;
}
@media (max-width:768px){
.escritorio{
    display: none;
}
.movil{
    display: block;
}
    }
.contenedor-doble{
    display: flex;
    flex-flow: row nowrap;
    background: #eee;
}
.reverso{
    flex-direction: row-reverse;
}
@media (max-width: 768px){
    .contenedor-doble{
    display: flex;
    flex-flow: column wrap;;
    background: #eee;
}
}
.doble-foto{
      padding: 50px;
    width: 100%;
    min-height: 250px;

}

.doble-texto{
    padding: 50px;
      flex-shrink: 1;
     width: 100%;
}
.fondo1{
        background: url(../images/square1.jpg) center no-repeat;
    background-size: cover;
}
.fondo2{
        background: url(../images/square2.jpg) center no-repeat;
    background-size: cover;
}
.fondo3{
        background: url(../images/square3.jpg) center no-repeat;
    background-size: cover;
}
.fondo4{
        background: url(../images/square4.jpg) center no-repeat;
    background-size: cover;
}
.fondo5{
        background: url(../images/square5.jpg) center no-repeat;
    background-size: cover;
}
.fondo6{
        background: url(../images/square6.jpg) center no-repeat;
    background-size: cover;
}
.fondo7{
        background: url(../images/square7.jpg) center no-repeat;
    background-size: cover;
}
.fondo1-p2{
        background: url(../images/square1-p2.jpg) center no-repeat;
    background-size: cover;
}
.fondo2-p2{
        background: url(../images/square2-p2.jpg) center no-repeat;
    background-size: cover;
}
.fondo3-p2{
        background: url(../images/square3-p2.jpg) center no-repeat;
    background-size: cover;
}
.fondo4-p2{
        background: url(../images/square4-p2.jpg) center no-repeat;
    background-size: cover;
}
.fondo5-p2{
        background: url(../images/square5-p2.jpg) center no-repeat;
    background-size: cover;
}
.fondo1-p3{
        background: url(../images/square1-p3.jpg) center no-repeat;
    background-size: cover;
}
.fondo2-p3{
        background: url(../images/square2-p3.jpg) center no-repeat;
    background-size: cover;
}
.fondo1-p4{
        background: url(../images/square1-p4.jpg) center no-repeat;
    background-size: cover;
}
.fondo2-p4{
        background: url(../images/square2-p4.jpg) center no-repeat;
    background-size: cover;
}
.fondo3-p4{
        background: url(../images/square3-p4.jpg) center no-repeat;
    background-size: cover;
}
.fondo4-p4{
        background: url(../images/square4-p4.jpg) center no-repeat;
    background-size: cover;
}
.fondo1-p5{
        background: url(../images/square1-p6.jpg) center no-repeat;
    background-size: cover;
}
.fondo2-p5{
        background: url(../images/square2-p6.jpg) center no-repeat;
    background-size: cover;
}
.fondo3-p5{
        background: url(../images/square3-p6.jpg) center no-repeat;
    background-size: cover;
}
.subtitulo{
    font-size: 25px;
line-height: 30px;
    margin-bottom: 20px !important;
}
.telefono{
    font-size: 20px;
}
.subtitulo{
    font-size: 20px;
}
.iconogrande{
    font-size: 22px;
}
.peq{
    font-size: 16px;
}
.bullets ul li{
    list-style: none;
    margin-bottom: 10px;

}
.bullets ul li::before{
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin-top: -7px;
    font-size: 25px;
    color:#815f20;
    -webkit-font-smoothing: antialiased;
    content:'\f058';
}
ul.menu-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
ul.menu-list::after {
	content: '';
	display: block;
	clear: both;
}
ul.menu-list > li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: none;
}
ul.menu-list > li:nth-child(odd) {
	float: left;
}
ul.menu-list > li:nth-child(even) {
	float: right;
}
ul.menu-list > li::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	/*transform: translateY(-50%);*/
	border-bottom: 2px dotted #ddcdaf;
}
ul.menu-list > li em {
	position: relative;
	font-style: normal;
	background: #fff;
	padding-right: 10px;
	display: inline-block;
}
ul.menu-list > li strong {
	position: relative;
	float: right;
	background: #fff;
	padding-left: 10px;
	display: inline-block;
	color: #aa6902;
}
.textop{
    font-size: 8px
}
.centrar-texto{
    text-align: center;
}
.texto-pequeno{
    font-size: 10px;
font-weight: bold;
margin-top: -10px;
display: inline-block;

}
.boton{
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 47px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px auto 30px;
    padding: 0px 47px;
    display: inline-block;
    position: relative;
    text-shadow: none;
    background: #e51c27;
    letter-spacing: 0.05em;
}
}