/*import*/
@import url("font-awesome.min.css");
/*defaults*/
body {
	background: url(images/bg.jpg);
}
body, p {
	font-family: 'Merriweather', serif;
	color: #7e7673;
}
h1, h2, h3, h4, h5, h6, .system-message h1, .system-error-message h1, strong, b {
	font-weight: 600;
	color: #6e6460;
	margin-bottom: 1.25rem;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #6e6460;
	padding: 0;
}
p {
	font-size: 14px;
}
p.lead {
	font-size: 16px;
	margin-bottom: 3rem;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1 {
	font-family: 'Merriweather', serif;
	font-size: 42px;
}
h2 {
	font-family: "Merriweather", serif;
	font-size: 36px;
}
h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
}
h5 {
	font-size: 15px;
	font-weight: 500;
}
h6 {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	font-size: 14px;
}
a, a:visited {
	color: #fe3725;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #6e6460;
}
a:hover, a:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
	color: #ff6355;
}
em, input[type="text"], textarea, select {
	font-family: 'Merriweather', serif;
	font-style: italic;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], /*texarea,*/ select, .button {
	height: auto;
	padding: 10px 13px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], /*texarea,*/ select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
	border: medium none;
	box-shadow: none;
	padding: 10px 13px;
}
label, input[type="text"], input[type="email"], input[type="password"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
textarea {
	padding: 10px 13px;
}
ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	background: #fe3725;
	color: #fff;
	text-transform: uppercase;
}
.button.secondary, button.secondary {
	background: #81a6cc;
	color: #fff;
}
button:hover, .button:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #ff6355;
	color: #fff;
	transition-duration: 0.5s;
}
button:visited, .button:visited {
	color: #fff;
}
.button.secondary:hover, button.secondary:hover {
	background: #95b7da;
	color: #fff;
	transition-duration: 0.5s;
}
input[type="submit"] {
	padding: 15px 20px;
	border: none;
	cursor: pointer;
}
/*header*/
header {
	position: relative;
	z-index: 1000;
	width: 100%;
}
.contain-to-grid, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background: none;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}
.top-bar.expanded .toggle-topbar a {
	color: #FFFFFF;
}
.top-bar-section ul {
	float: right;
}
.top-bar-section ul li {
	padding: 0;
	margin: 0;
}
.top-bar-section .dropdown li {
	margin: 0;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #fe3725;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #fe3725;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 19px 38px!important;
	border-left: 1px solid #2a2a29;
	border-right: 1px solid #3c3c3b;
	background: url("images/bg-dark.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.top-bar-section li .dropdown li > a {
	font-size: 12px;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
	border-radius: 0;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	color: #fff;
	padding: 0px 36px!important;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
	background: #fe3725;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #fe3725;
}
.top-bar .name {
	margin-left: 0.9375rem;
	margin-top: 0px;
	padding: 0;
	height: 45px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 300;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(255, 255, 255, 0.4);
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #333;
}
.top-bar-section .dropdown {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.top-bar-section .has-dropdown > a:after {
	top: 39.5px;
}
.contain-to-grid {
	padding: 0;
	background: url(images/bg-dark.jpg);
	height: 84px;
}
.utility-nav {
	background: #000;
	margin: 0;
	padding: 5px 0 0;
}
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li span {
	margin-right: 5px;
	color: #fe3725;
}
.utility-nav li a {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	padding: 5px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	top: -2px;
	text-transform: uppercase;
}
.shopping-cart {
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
a.cartSummaryLink {
	color: #fe3725;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0px 0 0 20px;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #fe3725;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #fe3725;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: 'Montserrat', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
}
.side-nav li {
	margin-bottom: 0;
}
.side-nav li input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
.side-nav li a:not(.button) {
	color: #6e6460;
	padding: 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	font-family: "Merriweather", serif;
}
.side-nav.products {
	margin-bottom: 50px;
}
.side-nav.products li a:not(.button) {
	padding: 10px 0;
}
.side-nav li:hover > a:not(.button) {
	background: none;
}
.side-nav li.side-nav-title a:not(.button) {
	color: #fe3725;
	font-weight: 500;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	color: #f53524;
	font-family: "Merriweather", serif;
}
/*search*/
.search-container {
	display: none;
	padding: 30px 0 0;
	background: #000;
}
.search-icon span {
	color: #FFFFFF;
	padding: 0px 0 0 9px;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	top: -2px;
}
.search-container input[type="text"] {
	height: auto;
	padding: 14px 15px;
	background: #3a3a39;
	color: #fff;
}
/*slider*/


.slick-slider {
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
}
.slide-description {
	position: absolute;
	width: 100%;
	margin-top: 250px;
	z-index: 1;
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li button:before {
	color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #fe3725;
}
.slick-dots li button:before {
	font-size: 13px;
}
.hero-slider.catalogue {
	height: 600px;
	overflow: hidden;
}
.hero-slider .slick-dots {
	bottom: 145px;
	margin: 0 0 0 25%;
	z-index: 1;
	text-align: left;
}
.hero-slider .slick-dots li button:before {
	content: none;
}
.hero-slider .slick-dots li {
	margin: 0 5px 0 0;
	width: auto;
}
.hero-slider .slick-dots li button {
	width: 50px;
	height: 5px;
	border-radius: 0;
	padding: 0;
	background: #fff;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #52cab3;
	height: 15px;
	top: -10px;
}
.slide-description span {
	background: #fe3725;
	display: block;
	font-size: 46px;
	height: 2px;
	width: 100px;
	margin: 20px 0;
}
.hero-slider.catalogue .slide-description {
	margin-top: 180px;
	text-align: center;
}
.slide-description h1, .slide-description h2 {
	color: #fff;
}
.slide-description h1.brown, .slide-description h2.brown {
	color: #6e6460;
}
/*.slide-description h1 {
	font-size: 98px;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
} */
.slide-description h2 {
	width: 50%;
	font-size: 18px;
	text-align: left;
}
.slide-description h2 em {
	display: block;
	font-size: 38px;
	font-style: normal;
}
/*section main*/
section.main {
	padding: 50px 0;
	background: url(images/bg-bright.jpg);
}
section.main:after {
	background: url("images/overlay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	height: 329px;
	opacity: 0.1;
	position: absolute;
	right: 0;
	width: 319px;
	z-index: -1;
}
.feature-image {
	border-radius: 90em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 189px;
	margin-bottom: 30px;
}
/*section store locator*/
section.store-locator {
	padding: 40px 0 150px;
	margin-bottom:-150px;
	background: url("images/bg-dark.jpg");
}
section.store-locator p, section.store-locator h5 {
	color: #fff;
}
section.store-locator h3 {
	border-left: 3px solid #fe3725;
	margin: 7px 0 0;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 30px;
}
section.store-locator h5 {
	margin: 0 0 10px;
	font-weight: bold;
}
section.store-locator input[type="text"] {
background:#fff;	
}
section.store-locator .button {
	padding: 10px 15px;
	width: 100%;
}
/*section banner-bottom*/
.banner-bottom {
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.15);
}
.banner-text {
	background: #fe3725;
	padding: 50px 60px 58px;
}
.cta {
	margin-bottom: 30px;
}
.cta .banner-text {
	padding: 30px;
	overflow: hidden;
}
.cta .banner-text label {
	width: 100%;
	text-align: center;
}
.banner-text h1, .banner-text h4, .banner-text p {
	color: #fff;
	margin: 0;
	display: block;
}
.banner-text h1 {
	font-size: 78px;
}
.cta .banner-text h1 {
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
}
.banner-text h4 {
	font-size: 21px;
	margin-bottom: 10px;
}
.banner-text a, .banner-text a:hover {
	color: #fff;
}
.banner-text a:hover {
	text-decoration: none;
}
section.banner a:hover {
	text-decoration: none;
}
/*store*/
section.store {
	background: url(images/bg-bright.jpg);
	padding: 0 0 50px;
}
section.store .breadcrumbs-container {
	margin-bottom: 50px;
}
section.store .footer {
	padding: 30px 0 0;
	clear: both;
}
/*events section*/
section.events {
	padding: 50px 0;
	background: url(images/events-bg.jpg) repeat-x top;
}
.event-item {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 20px 30px;
	border-top: 5px solid #f73524;
	margin-bottom: 30px;
}
.event-date {
	background: #f73524;
	width: 55px;
	height: 55px;
	border-radius: 90em;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-top: 14px;
	margin: 0 auto 20px;
}
.event-date span {
	display: block;
	line-height: 100%;
}
.event-date span.month {
	font-size: 14px;
}
.event-item h3 {
	text-align: center;
	font-weight: 100;
}
.event-item-detail {
	margin-bottom: 15px;
}
.event-item-detail h3 {
	margin-bottom: 5px;
}
.event-details {
	line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.dash {
	width: 30px;
	height: 1px;
	background: #f73524;
	margin: 20px auto;
}
.event-item p {
	font-size: 13px;
}
.event-item-detail .button {
	float: right;
}
/*announcements*/
.news-item {
	margin-bottom: 30px;
}
.news-item h3 {
	margin-bottom: 5px;
}
.news-details {
	line-height: 18px;
	color: #99918e;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
/*faq*/
.faq-question a {
	color: #6e6460;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq-details {
	padding-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.faq-details a {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	color: #fe3725;
}
.faq-icon {
	background: none repeat scroll 0 0 #81a6cc;
	border-radius: 90em;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	width: 30px;
	margin: 0 15px 17px 0;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	line-height: 100%;
}
.faq-icon.answer {
	background: #fe3725;
}
/*testimonials section*/
section.testimonials {
	padding: 50px 0;
	background: url(images/test-bg.jpg) repeat-x top;
}
.quote-icon {
	background: url(images/quote-icon.png) no-repeat center;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	display: block;
}
.testimonial-slider {
	text-align: center;
	color: #fffefe;
}
.testimonial-slider h2 {
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 0;
	padding: 50px 50px 30px;
	color: #fffefe;
}
.testimonial-slider h4 {
	font-weight: 300;
	color: #fffefe;
}
.testimonial-slider .image {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border-radius: 90em;
}
.testimonial-slider .image img {
	overflow: hidden;
	border-radius: 90em;
}
.slick-prev, .slick-next {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	height: 60px;
	width: 50px;
	border-radius: 0;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.slick-prev:before, .slick-next:before {
	font-size: 42px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 300;
}
.slick-next:before {
	content: "›";
}
.slick-prev:before {
	content: "‹";
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
}
section.page-title img {
	width: 100%;
}
.row.page-headline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.row.page-headline h1 {
	color: #fff;
	margin-top: 90px;
	font-size: 58px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/*section banner*/
section.banner {
	padding: 30px 0;
}
.banner-top {
	padding: 5px 30px;
	overflow: hidden;
	background: #f73524;
}
.banner-top h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 56px;
}
.banner-top h1, .banner-top h4 {
	color: #fff;
	margin: 0 19px 0 0;
}
.banner-top h4 {
	margin-top: 30px;
	font-size: 20px;
}
.banner-top label, .cta label {
	margin-top: 20px;
	background: #000;
	padding: 10px;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #fff;
	text-transform: none;
}
/*breadcrumbs-container*/
.breadcrumbs-container {
	padding: 25px 0;
	background: url("images/subhead-bg.jpg");
	overflow: hidden;
}
.breadcrumbs-container h3 {
	margin: 7px 0 0;
	border-left: 3px solid #fe3725;
	padding-left: 30px;
}
.breadcrumbs-container label {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.breadcrumbs-container label input {
	margin-right: 5px;
}
.breadcrumbs-container .button {
	margin: 0;
}
#filters .button-group {
	float: left;
}
#filters .button-group button {
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
}
#filters .button-group button.is-checked {
	background: #f0f0f0;
	color: #6e6460;
}
.categories {
	padding: 30px 0 0;
}
.categories h5 {
	font-weight: bold;
}
.categories ul {
	margin: 0;
}
.categories ul li {
	list-style: none;
	padding: 0;
}
.categories ul li a {
	color: #58504a;
}
.categories ul li a:hover {
	text-decoration: underline;
}
/*about*/

p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
	font-family: 'Montserrat', sans-serif;
}
p.literature-container img {
	vertical-align: middle;
}
.double-dash {
	margin: 30px 0;
	height: 3px;
	/* background: url(images/dashed-bg.jpg) repeat-x top; */
	background-image: url("");
	background-color: red;
}
/*responsive photogallery */
#photogalleryTable {
	margin-top: 50px;
	margin-bottom: 30px;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
	margin-bottom: 30px;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
/*section map*/
section.map, section.map .flex-video, section.map .flex-video iframe {
	height: 350px;
	overflow: hidden;
}
/*footer*/
footer {
	background: #24211d;
	padding: 20px 0;
}
footer h4 {
	color: #fe3725;
	margin-bottom: 3rem;
}
footer p, footer div.copy {
	color: #a79b97;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	font-weight: normal;
	color: #a69882;
}
footer div.copy a {
	margin: 0 15px 15px 0px;
	color: #fffffe;
	transition-duration: 0.5s;
	text-transform: uppercase;
	position: relative;
}
footer div.copy a:hover {
	color: #a69882;
}
footer .copy a:after {
	background: none repeat scroll 0 0 #a69882;
	border-radius: 3px;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	margin: auto;
	position: absolute;
	right: -10px;
	top: 0;
	width: 3px;
}
footer .copy a:last-child:after {
	content: none;
}
footer .vcard {
	border: medium none;
	color: #98958B;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer .vcard .fa {
	margin-right: 5px;
}
.social-icons {
	float: right;
}
.social-icons a {
	font-size: 28px;
	margin: 0 15px 15px 0;
	border-radius: 90em;
	border: 3px solid;
	width: 45px;
	height: 45px;
	padding-top: 7px;
	text-align: center;
	color: #A69882;
	transition-duration: 0.5s;
}
.social-icons a:hover {
	color: #fff;
}
/*productSmall*/
.content-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.productSmall {
	border-right: 1px dashed rgba(0,0,0,0.15);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	text-aligne: center;
	position: relative;
	overflow: hidden;
	transition-duration: 0.2s;
}
.productSmall img {
	width: 100%;
}
.productSmall h5 {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.productSmall h5 .price {
	color: #954e20;
}
.product-details {
	height: auto;
	padding: 30% 30px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
	width: 100%;
}
.productCat:hover > .product-details {
	top: 0;
}
.productCat:hover > .image {
	opacity: 0.8;
}
.product-details .button, .product-details input {
	margin: 0 0 5px;
	width: 100%;
	font-size: 0.6875rem;
	padding: 0.625rem 1.25rem 0.6875rem;
}
/*map*/
#map-container.horizontal {height:240px;
}
#map-container.horizontal #loc-list{
		width:100%;
		height:240px;
		overflow:hidden;
}
#map-container.horizontal #loc-list .list-details {
   margin:0;
    width:auto;
}
#map-container.horizontal #loc-list li {
background:none!important;
border:none;	
clear:none;height:240px;
width:25%;
}
#map-container.horizontal .list-label {
	margin-left:0;
}
#map-container.horizontal .loc-name {
color:#fff;	
}
#map-container.horizontal #map{
	display:none;
}
/*module defaults*/
.page-break {
	margin: 30px 0 50px;
	display: block;
}
.page-break > span {
	background: url("images/page-break.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 49px;
	position: relative;
	width: 53px;
	margin: 0 auto;
}
.page-break > span:before, .page-break > span:after {
	content: "";
	margin: 0 20px;
	position: absolute;
	top: 50%;
	width: 110px;
}
.page-break span:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	left: 100%;
}
.page-break span:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	right: 100%;
}
.tabs-content.vertical {
	width: 100%;
}
.flex-video {
	margin-bottom: 2rem;
}
form label {
	text-align: left;
	margin: 0 0 10px;
	display: block!important;
}
form br {
	display: none;
}
form label input, form label textarea, .contact form input[type="submit"] {
	margin: 5px 0!important;
}
.booking-list {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 9px;
	padding: 10px 0 15px;
}
.side-panel ul {
	margin: 0 0 30px;
	padding: 0;
}
.side-panel ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.blog-post {
	margin-bottom: 50px;
}
.blog-post h3.post-title {
	margin: 0;
	padding: 10px 0 15px;
	text-align: left;
}
.blog-details {
	display: block;
	float: left;
	width: 100%;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.blog-details div {
	color: #666666;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
}
.blog-details div i {
	margin-right: 5px;
}
.blog-aside {
	margin-bottom: 30px;
}
.side-panel h4 {
	font-weight: 400;
	font-size: 14px;
}
.side-panel ul li a {
	font-size: 14px;
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #eee;
	color: #666;
	display: inline-block;
	font-family: 'Tahoma', sans-serif;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}
.productItem .image, .productItemLast .image {
	margin-bottom: 20px;
}
.productItem .image, .productItemLast .image {
	padding: 30px;
}
.productList, .productList ul, .catalogueList {
	margin: 0;
	overflow: hidden;
	padding: 0 !important;
}
.productList li, .catalogueList li {
	display: inline;
	list-style-type: none;
}
.catalogueList li .image {
	margin-bottom: 20px;
}
.catalogueList li img {
	width: 100%;
	transition-duration: 0.5s;
}
.productSmall .image img {
	border: medium none!important;
	box-shadow: none!important;
}
.productList li img {
	transition-duration: 0.5s;
}
.catalogueList li img:hover, .productList li img:hover {
	opacity: 0.8;
}
.productItem ul.product-details li {
	display: inline;
}
.productList ul li {
	display: block;
}

li.price {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 600;
	color: #5e5754;
}
li.name h5 {
	font-size: 15px;
	line-height: 130%;
	margin: 0 0 30px;
	font-family: 'Montserrat', sans-serif;
}
.catalogueItem h3, .catalogueItemLast h3 {
	font-size: 18px;
	line-height: 130%;
}
.catalogueList .catalogueItemNotFound {
	display: none;
}
.productLarge h1 {
	font-size: 36px;
	line-height: 1.35em;
}
.productLarge .image-large {
	margin-bottom: 30px;
}
.productAttributesContainer {
	padding: 15px 0;
	margin: 20px 0;
	border-top: 1px dashed rgba(0,0,0,0.075);
	border-bottom: 1px dashed rgba(0,0,0,0.075);
}
.productAttributes input, .productAttributes select {
	background: rgba(0,0,0,0.075);
	border: none;
	box-shadow: none;
	padding: 10px 15px;
	height: 40px;
}
.catProdAttributeTitle {
	padding: 10px 0;
}
#productPoplets {
	margin-bottom: 30px;
}
#productPoplets .productPopletsItem {
	background: none repeat scroll 0 0 #fffdfa;
	border: 1px solid rgba(0, 0, 0, 0.075);
	display: block;
	margin: 0 10px 0 0;
	padding: 15px;
}
.poplets {
	margin: 0;
	padding: 0;
	border: none!important;
}
.poplets img {
	border: none!important;
}
.catalogue-aside .browse-panel {background:none;
	border:none;
}
.catalogue-aside .browse-panel h6, .catalogue-aside .browse-panel h5 {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	background:none;
	border:none;
}
.catalogue-aside .browse-panel h6 {margin:30px 0 0;
}
.catalogue-aside .browse-panel ol {
list-style:none;
padding:0;
margin:0  0 30px;
background:none;
border:none;}
.catalogue-aside .browse-panel ol li{ border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: #6e6460;
    font-family: "Merriweather",serif;
    padding: 10px 9px;
}
.wishlist-link {
	color: #81a6cc;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0 30px;
	font-size: 12px;
}
.wishlist-link a {
	color: #81a6cc;
}
.tabs dd > a, .tabs .tab-title > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
	color: #7e7673;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.tabs dd.active a, .tabs .tab-title.active a {
	color: #7e7673;
}
.tabs-content > .content {
	background: none repeat scroll 0 0 #fff;
	padding: 30px 30px 15px;
}
div.form div.item, div.webform div.item {
padding:9px 0;	
}
.product-form{
margin-bottom:30px;	
}
.product-form h3 {
padding:0;	
}
.product-form input, .product-form select {
width:100%;
	}
.form-row {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 15px 0;
}
legend {
	font-weight: bold;
}
.info-section {
	float: left;
	width: 30%;
}
.info-section p {
	padding-right: 15px;
}
.form-section {
	float: left;
	width: 70%;
}
.form-detail {
	float: left;
	width: 250px;
}
.form-detail p {
	font-size: 12px;
}
.form-data {
	float: right;
	width: 450px;
}
#payment-form .form-detail {
	width: 255px;
}
#payment-form .form-data {
	width: 570px;
}
#payment-form label {
	width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
	margin-right: 20px;
	width: 92%;
}
#payment-form input.cat_textbox {
	border: 1px solid #999999;
	padding: 3px;
}
#payment-form select.cat_dropdown {
	margin-right: 20px;
	width: 258px;
}
input.cat_textbox.sm {
	width: 70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
	width: 110px;
}
#payment-form input.purchase-amount {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #222222;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 53px;
}
#purchase-total {
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 10px;
}
.purchase-amount {
	box-shadow: none !important;
	float: none !important;
}
#purchase-total span {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.cartrow {
	border: medium none;
	font-size: 13px;
	margin-left: 0 !important;
	text-transform: uppercase;
}
.cartlabel {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cart-item {
	color: #333333;
	float: left;
	font-size: 13px;
	width: 10%;
}
.productitemcell {
	border-bottom: 1px solid #eeeeee;
	height: 115px;
	line-height: 20px;
	overflow: visible;
	padding: 15px 0 0;
}
.product-image img {
	border: none;
	max-width: 75px;
}
.product-remove a:link, .product-remove a:visited {
	background: url("images/cart-remove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	height: 27px;
	line-height: 0;
	text-indent: -9999px;
	width: 25px;
}
.product-remove a:hover, .product-remove a:active {
	opacity: 0.8;
}
.cldetails {
	/* width: 46%; */
}
.clprice, .cltax, .clcost, .clremove {
	width: 10%;
}
#catCartDetails .product-image {
	width: 13%;
}
.product-title {
	width: 33%;
}
.clqty, .product-qty {
	width: 14%;
}
.product-qty input.cartInputText {
	width: 60%;
}
.cart-opt {
	margin: 0;
	overflow: visible;
	padding: 10px 0;
}
.cart-opt p {
	margin: 0 0 3px;
}
#cart-footer hr {
	margin: 3px 0;
}
#opt-total-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
.opt-total-data .productitemcell {
	border: medium none;
	height: auto;
	padding: 0;
}
.opt-total-data {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.opt-total-data h3 {
	margin: 0;
}
select.shippingDropDown {
	width: 95%;
	height: auto;
}
.productitemcell {
	height: 135px;
}
input#DiscountCode, input#GiftVoucher {
	display: inline;
	max-width: 280px;
	width: 165px;
	height: 50px;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	display: block;
	font-size: 16px;
	padding: 1em;
	text-align: center;
	text-shadow: none;
}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}
fieldset legend {
background:none;}
table {
	background: none;
	border: none;
	width:100%;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
table.webform, table.reporting {
	border: medium none;
	background: none;
}
.reveal-modal {
	text-align: center;
}
.faq-question {
	position: relative;
}
.breadcrumbs {
	background: none;
	border: none;
	font-size: 13px;
	text-transform: none;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	border-left: 3px solid #fe3725;
	border-radius: 0;
	padding: 10px 0 10px 30px;
}
.breadcrumbs > * {
	font-size: 13px;
}
.breadcrumbs li {
	margin-bottom: 0;
}
.breadcrumbs > * a {
	color: #6e6460;
}
.breadcrumbs > .current a {
	color: #98918d;
}
ul.pagination li a {
	font-family: 'Montserrat', sans-serif;
}
ul.pagination li.current a, ul.pagination li.current:hover a {
	background: none;
	color: #f53524;
}
.breadcrumbs > *:before {
	content: "·";
	font-size: 18px;
	font-weight: bold;
}

/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
.top-bar {
	height: 84px;
	line-height: 84px;
}
.top-bar-section ul {
	margin-top: 39px;
}
.top-bar .button, .top-bar .button:hover, .top-bar .button:focus {
	top: 18px;
}
.top-bar-section .has-dropdown > a:after {
	top: 50%;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	padding: 19px 36px!important;
}
table.cartSummaryTable {
margin:0;}
.slide-description {
	margin-top: 15px;
}
.slide-description h1 {
	font-size: 36px;
}
.slide-description span {
	font-size: 26px;
}
.slide-description h2 {
	font-size: 12px;
	width: 100%;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}
.banner-top, .banner-text {
	padding: 30px 30px 10px;
}
.banner-top h1, .banner-top h4 {
	line-height: 100%;
	margin: 0;
}
.banner-top h1, .banner-text h1 {
	font-size: 42px;
}
.banner-top h4 {
	margin-top: 5px;
}
.banner-top label {
	display: block;
	margin-top: 18px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.breadcrumbs-container {
	padding: 15px 0;
}
.breadcrumbs-container .button {
	margin: 5px 0;
	width: 100%;
}
.breadcrumbs-container h3, section.store-locator h3 {
	margin: 0px 0 15px;
	padding-left: 15px;
}
.breadcrumbs-container label input {
	margin-right: 3px;
}
.breadcrumbs-container label {
	margin-right: 8px;
}
section.main {
	padding: 20px 0;
}
footer {
	text-align: center;
	padding: 20px 0 10px;
}
footer p, footer div.copy {
	margin-bottom: 15px;
}
.social-icons {
	float: none;
}
.row.page-headline h1 {
	font-size: 1.75rem;
	margin-top: 40px;
}
#filters .button-group button {
    margin-bottom: 8px;
}
#map-container.horizontal, #map-container.horizontal #loc-list {
    height: 990px;
}
#map-container.horizontal #loc-list li {
  
    clear: both;
    float: none;
    height: 170px;
}
button.slick-next, button.slick-prev {
	display: none !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.slide-description {
	margin-top: 30px;
}
.slide-description h1 {
	font-size: 45px;
	line-height: 45px;
}
.slide-description h2 {
	font-size: 18px;
	width: 100%;
}
button.slick-next, button.slick-prev {
	display: none !important;
}
.row.page-headline h1 {
	margin-top: 80px;
}
.product-details {
	left: 20%;
}
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
.top-bar .name {
	max-width: 126px;
}

.top-bar .title-area,
.top-bar-section ul {
	float: none;
}
.top-bar .title-area {
height:84px;	
}

.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 19px 30px !important;
	border: none;
}
.top-bar-section ul li > a {
	font-size: 13px;
}
.banner-top h4 {
    margin-top: 30px;
}
.banner-top label, .cta label {
	margin-top: 0;
	margin-bottom: 0;
}
.banner-text h1 {
    font-size: 42px;
}
.side-search h6 {
	font-size: 9px;
}
.search-filters a {
	margin-left: 10px;
}
.slide-description {
	margin-top: 30px;
}
.slide-description h1, .slide-description h2, .slide-description span {
	margin-left: 3rem;
}
.slide-description h1 {
	font-size: 76px;
	line-height: 78px;
}
.slide-description h2 {
	width: 100%;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}
.row.page-headline h1 {
	margin-top: 120px;
}
.product-details {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
.top-bar .name {
	max-width: 199px;
}

.top-bar-section ul li > a {
	font-size: 14px;
}
.slide-description {
	margin-top: 60px;
}
.slide-description h1, .slide-description h2, .slide-description span {
	margin-left: 3rem;
}
.slide-description h1 {
	font-size: 98px;
	line-height: 98px;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}
.row.page-headline h1 {
	margin-top: 180px;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
.slide-description {
	margin-top: 270px;
}
.hero-slider .slick-dots {
	bottom: 0;
	margin: 0;
	text-align: center;
}
.row.page-headline h1 {
	margin-top: 90px;
	font-size: 42px;
}
}

/* max-width der menge im shopping cart auf none setzen */
@media (max-width: 767px) {
	#catCartDetails input.cartInputText {
		margin: 0 5% 0 0;
		width: 95%;
		float: left;
		max-width: none;
	}
}

/* max-width der menge im shopping cart kopie auf none setzen */
@media (max-width: 767px) {
	#catCartDetails2 input.cartInputText {
		margin: 0 5% 0 0;
		width: 95%;
		float: left;
		max-width: none;
	}
}


/*  #catCartDetails2 auf width: 150 % setzen     */
@media (min-width: 64em){
	#catCartDetails2 {
		position: relative;
		width: 150%;
		left: -65%;
	}
}