/*defaults*/

/* 
darkest: #000000
deep blue: #202028
lighter blue: #575F4
highlight of lighter: #8894B5
contrast: #FF6B00
lightest: #ffffff
*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body, p {
	font-family: 'Book Antiqua', Times New Roman, serif;
	color: #202028;
}
h1, h2, h3, h4, h5, h6, .system-message h1, .system-error-message h1, strong, b {
	color: #202028;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #575F74;
	padding: 0;
}
p {
	font-size: 17px;
}
p.lead {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 3rem;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
	letter-spacing: 10px;
}
h2 {
	letter-spacing: 10px;
}
h3 {
	letter-spacing: 10px;
}
h4 {
	letter-spacing: 2px;
}
h5 {
	font-weight: 500;
}
h6 {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-weight: 600;
	font-size: 14px;
}
a {
	color: #575F74;
}
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: #8894B5;
}
em, input[type="text"], textarea, select {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-style: italic;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select, button {
	border-radius: 0;
	height: auto;
	border: 1px solid #ccc;
	padding: 11.5px 13px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], texarea, select {
	background: #ffffff;
}
label, input[type="text"], input[type="email"], input[type="password"] {
	font-family: "Book Antiqua", Times New Roman, serif;
	font-size: 14px;
	font-style: normal;
}
textarea {
	border-radius: 0;
	padding: 10px 13px;
}
ul, ol {
	margin: 0;
}
ul li {
	font-size: 14px;
	margin-bottom: 10px;
	list-style: outside;
}
ol li {
	list-style: outside none decimal;
}
.image-full {
	border: 1px solid #8894B5;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2rem;
}
.image-full img {
	border: 9px solid #ffffff;
	float: left;
	height: auto;
	width: 100%;
}
.image-side {
	float: left;
	height: auto;
	margin-top: 50px;
	width: 100%;
}
.inner-text {
	background: none repeat scroll 0 0 #ffffff;
	border-left: 18px solid #fcc0ba;
	float: left;
	height: auto;
	margin-top: 70px;
	padding: 30px 40px 40px 0;
	width: 100%;
}
.inner-text p {
	color: #575F74;  /*dx single*/
	font-style: italic;
	padding-left: 25px;
}
.inner-text p:before {
	content: url("../img/dot-image.png");
}
/*modal*/
.reveal-modal {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	text-align: left;
}
.modal {
	background-color: #ffffff;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 2rem;
}
.dash {
	background: none repeat scroll 0 0 #666;
	height: 1px;
	margin: 20px auto;
	width: 30px;
}
/*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: 2px;
	background: #575F74;
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
}
.button.secondary, button.secondary {
	background: #ffffff;
	color: #202028;
	border: 1px solid #8894B5;
}
.button.secondary:hover, button.secondary:hover {
	background: #8894B5;
}
.button.tertiary, button.tertiary {
	background: #202028;
	color: #ffffff;
}
.button.tertiary:hover, button.tertiary:hover {
	background: #222;
}
button:hover, .button:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #D45618; /* DUSX contrast color */
	color: #ffffff;
	transition-duration: 0.5s;
}
.button.small {
	font-size: 15px;
}
.button.tiny {
	font-size: 13px;
	padding: 13px 20px;
}
input[type="submit"] {
	padding: 11px 20px;
	border: none;
	cursor: pointer;
}
/*header*/
header {
	position: absolute;
	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 ul li {
	list-style: none;
}
.top-bar-section ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contain-to-grid .top-bar {
	top: 20px;
}
.top-bar-section ul {
	float: right;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #575F74;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #575F74;
}
.top-bar-section ul li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}
.top-bar-section li .dropdown li > a {
	font-size: 12px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.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) {
	background: none;
	border-radius: 0;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	color: #535353;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}
.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: #575F74;
}
.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
	background: #575F74;
}
.top-bar .name {
	margin-left: 0.9375rem;
	margin-top: -5px;
}
.top-bar .name img {
	max-width: 311px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 14px;
	font-weight: 300;
}
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(255, 255, 255, 0.75) transparent transparent;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(0, 0, 0, 0.45);
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #f7f7f7;
	color: #535353;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background: #f7f7f7;
	color: #575F74;
}
.top-bar-section .dropdown {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.contain-to-grid {
	/* padding: 25px 0 60px; */
	padding: 0px 0 30px;
	background: rgba(87,95,116,0.8);
}
.utility-nav {
	margin: 0;
	padding: 0;
	background: rgba(32,32,40,0.8);
}
.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: #ffffff;
}
.utility-nav li a {
	color: #ffffff;
	display: inline-block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
	padding: 14px 15px;
	position: relative;
}
.utility-nav li:hover {
	background: #575F74;
}
.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #ffffff;
}
.cart {
	background: none repeat scroll 0 0 #575F74;
	overflow: hidden;
	padding: 15px 10px;
}
.shopping-cart {
	color: #ffffff;
	display: block;
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.shopping-cart a {
	color: #ffffff;
}
.shopping-cart span {
	margin-left: 5px;
}
.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: 0;
	width: 100%;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
	text-align: center;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #575F74;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #575F74;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #ffffff;
}
.pricing-table .price {
	background: none;
	font-family: 'Montserrat', sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav {
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 0;
}
.side-nav li, .side-panel ul li {
	margin-bottom: 0;
}
.side-nav li a:not(.button), .side-panel ul li a {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #8d8d8d;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}
.side-nav li.side-nav-title a:not(.button), .side-nav li.side-nav-title a:hover:not(.button), .side-panel h4 {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #575F74;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button), .side-nav li.active > a:first-child:not(.button) {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #202028;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
/*search*/
.search {
	position: relative;
}
.search .fa {
	background: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	height: 24px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 22px;
	text-transform: none;
	top: 13px;
	width: 24px;
	opacity: 0.8;
}
.search .fa:hover, .search .fa:active {
	background: none;
	opacity: 1;
}
.search input[type="text"] {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	position: relative;
	top: 8px;
	color: #ffffff;
}
.search input[type="text"]:focus {
	background: none;
}

/*slider*/

section.slider {
	position: relative;
}
.slick-slider {
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
 	border-bottom: 3px;
 	border-color: black;
	border-bottom-style: solid;
}
.slide-description {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li button:before {
	color: #98918d;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #575F74;
}
.slick-dots li button:before {
	font-size: 13px;
}
.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: #ffffff;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #52cab3;
	height: 15px;
	top: -10px;
}
.slide-description span {
	color: #c87492;
	font-size: 46px;
	float: left;
	margin: 0 15px 30px 0;
}
.slide-description h1, .slide-description h2 {
	color: #D45618;
	text-shadow: 1px 1px #ffffff;
	font-weight: 100;
}
.slide-description h1.brown, .slide-description h2.brown {
	color: #575F74;
}
.slide-description h1 {
	line-height: 72px;
	font-size: 62px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.slide-description h2 {
	font-family: 'Montserrat', sans-serif;
	float: left;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
.slide-description a {
	/*border-bottom: 1px dotted #ffffff;*/
	background:rgba(0,0,0,0.5);
	color: #ffffff;
	display: inline;
	font-family: "Book Antiqua", serif;
	font-size: 24px;
	font-style: italic;
	padding: 8px;
	padding-top: 4px;
}
.slide-description h2 em {
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}
.slick-prev {
	left: 1rem;
}
.slick-next {
	right: 1rem;
}
.slick-prev, .slick-next {
	border-radius: 6px;
	height: 36px;
	opacity: 0.5;
	background:rgba(0,0,0,0.2);
}
.slick-prev:hover, .slick-next:hover {
	background:rgba(0,0,0,0.3);
	opacity: 1;
}
.slick-prev:focus, .slick-next:focus {
	background:rgba(0,0,0,0.2);
	opacity: 0.75;
}
.slick-next:before {
	content: "";
}
.slick-prev:before {
	content: "";
}
.slick-prev:before, .slick-next:before {
	font-family: fontawesome;
	font-size: 36px;
}
/*exitpop*/
#exitpopup_bg {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	z-index: 999998;
}
#exitpopup {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 4px;
	color: #ffffff;
	display: none;
	height: 345px;
	left: 645px;
	margin: 0 auto;
	padding: 2rem;
	position: fixed;
	top: 326.5px;
	width: 670px;
	z-index: 9999999;
}
#exitpopup h4 {
	letter-spacing: 0px;
	margin-top: 1rem;
	text-align: center;
}
#exitpopup p {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 2rem;
}
/*section main*/
section.main {
	padding: 4rem 0 3rem;
	background: #ffffff;
	position: relative;
}
.feature-image {
	border-radius: 90em;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 189px;
	margin-bottom: 30px;
}
section.main.inner {
	padding: 4rem 0 3rem;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
section.main.inner h3 {
	text-align: center;
}
/*section main-image*/
section.bg-image {
	max-height: 125px; /* 190 */
	position: relative;
}
/*catalogue-main*/
.catalogue-main {
	padding: 3rem 0 0;
	background: #ffffff;
}
/*cta*/
.cta {
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
}
.cta h2 a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	font-family: "Montserrat";
	height: 64%;
	left: 0;
	letter-spacing: 1px;
	line-height: 166px;
	margin: 3rem;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	width: 80%;
	z-index: 1;
}
.cta h2 a:hover {
	font-size: 2.15rem;
	background: rgba(0,0,0,0.3);
}
/*section featured*/
section.featured {
	padding: 4rem 0;
	background: #f7f7f7;
}
section.featured h4 {
	text-align: center;
}
.productfeaturelist {
	margin: 2rem 0;
}
.productfeaturelist li {
	list-style: none;
}

.productPoplets a img {
	padding: 0px;
	border: 1px solid #ece7ea;
}

/* override from modeule */
.productPoplets ul li {
	border: none;
	height: none;
}

.product-block {
	border: 1px solid #ece7ea;
	float: left;
	margin: 15px 0;
	width: 100%;
	background: #ffffff;
	position: relative;
}
.product-block figure {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.product-block .product-description {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.product-block h4 {
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	padding: 0 10px;
	margin: 0;
	text-align: center;
}
.product-block h4 a {
	color: #202028;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.product-block .product-description img {
	display: block;
	vertical-align: middle;
	width: auto;
}
.product-block .product-description .price {
	display: block;
	font-weight: bold;
	margin: 0px 0 15px;
	text-align: center;
	width: auto;
}
.product-block .product-description .price span {
	font-family: "Montserrat";
}
.product-block .product-description .price span.new-amount {
	color: #575F74;
	font-size: 18px;
	font-weight: 300;
}
.product-block .product-description .price span.old-amount {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 300;
	text-decoration: line-through;
}
.add-cart .productSubmitInput {
	background: none repeat scroll 0 0 #202028;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 10px;
}
span.sale {
	background: none repeat scroll 0 0 #FF6B00;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: auto;
	min-width: inherit;
	padding: 8px 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	z-index: 1000;
}
.browse-panel {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin-top: 15px;
}
.browse-panel h6, .browse-panel h5 {
	background: none repeat scroll 0 0 #f7f7f7;
	border: medium none;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 14px;
	text-transform: uppercase;
}
.browse-panel h6 {
	margin: 30px 0 0;
}
.browse-panel ol {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}
.browse-panel ol li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	color: #575F74;
	font-family: "Montserrat", sans-serif;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 300;
}
.browse-panel ol li a {
	color: #8d8d8d;
	font-weight: 300;
}
.browse-panel ol li a:hover {
	color: #202028;
}
.browse-panel ol li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
}
ul.swatch li { /*DusX adjust*/
	border: 1px solid #ddd;
	background: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: 300;
	/*height: 40px;*/
	line-height: 37px;
	margin: 0 15px 15px 0;
	text-align: center;
	width: 130px;
	cursor: pointer;
}

ul.size li { /*DusX adjust*/
	font-family: "montserrat";
	font-size: 16px;
	height: 40px;
	width: 40px;
}

ul.swatch li.selected {
	border: 2px solid #444;
}
ul.swatch li em {
	width: 100%;
	height: 100%;
	display: block;
}
em.White {
	background: #ffffff;
}
em.Ivory {
	background: #F7F7f7;
}
p.attr-label {
	margin: 0 0 5px;
}
.sale-text, .new-price, .old-price {
	font-family: "montserrat";
	font-size: 24px;
	font-weight: 300;
}
.sale-text, .new-price {
	color: #575F74;
}

.description ul li {
	 list-style: square inside none;
	 display: list-item;
}

.description ol li {
	 list-style: square inside none;
	 display: list-item;
}

/*related product*/
figure img{
	width:225px; /* you can use % */
    height: auto;
	}


#snippet_sizeChart ul li {
	 list-style: square inside none;
	 display: list-item;
}

#snippet_sizeChart ol li {
	 list-style: square inside none;
	 display: list-item;
}

.description p {
	font-size: 15px;
}
.old-price {
	display: block;
	font-size: 15px;
}
.tabs dd > a, .tabs .tab-title > a {
	background-color: #ffffff;
	color: #222;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 2rem;
	text-transform: uppercase;
}
.tabs dd.active a, .tabs .tab-title.active a {
	color: #222;
	background-color: #f7f7f7;
}
.tabs-content {
	padding: 1rem 2rem;
	background-color: #f7f7f7;
}
section.comments {
	padding-top: 3rem;
    clear:both;
}
.comment-container .comment-details span{
     font-weight:bold;   
    
    font-size:17px;
    }
    
section.related {
	padding-top: 3rem;
}
section.related h4 {
	text-align: center;
}
/*news section*/
section.news {
	padding: 4rem 0 3rem;
	background: url(img/news-bg.jpg) no-repeat top center;
	position: relative;
}
/*newsletter section*/
section.newsletter {
	padding: 4rem 0;
	position: relative;
	background: #202028;
}
section.newsletter h4, section.newsletter p {
	color: #ffffff;
	margin: 0;
	text-align: center;
}
section.newsletter p {
	margin-bottom: 2rem;
}
/*team*/
.team {
	text-align: center;
}
.team-image {
	border-radius: 90em;
	margin: 2rem auto;
	max-width: 250px;
	overflow: hidden;
}
.team-image img {
	width: 100%;
}
.team-description p {
	color: #777777;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.team-description h5 {
	margin: 0 0 0.25rem;
}
.team-description h5.title {
	color: #777777;
	margin: 0 0 1.5rem;
}
.team-social a {
	margin: 0 0.5rem;
	font-size: 24px;
}
.team-social a:hover {
	color: #D45618;
}
/*map*/
section.map {
  background-color: #f7f7f7;
  height: 500px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
section.map iframe {
	height: 500px;
	width: 100%;
}
/*address*/
section.address {
	background: #f7f7f7;
	padding: 3rem 0 2rem;
	text-align: center;
}
section.address h2 {
	margin: 0 0 10px;
}
section.address h3, section.address h4, section.address h5 {
	font-weight: 300;
	margin: 0 0 5px;
}
section.address h3 a, section.address h4 a, section.address h5 a {
	color: #fffefe;
}
/*events*/
.event-item {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	border-top: 5px solid #5a79b2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 20px 30px;
}
.event-image {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.event-image img {
	width: 100%;
}
.event-date {
	background: none repeat scroll 0 0 #575F74;
	bottom: 30px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	height: 75px;
	margin: 0;
	padding-top: 18px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
	z-index: 1;
}
.event-date span {
	display: block;
	line-height: 100%;
}
.event-date span.month {
	font-size: 16px;
}
.event-item h3 {
	font-weight: 100;
	text-align: center;
}
.event-item-detail {
	margin-bottom: 30px;
}
.event-item-detail h4 {
	margin-bottom: 15px;
}
.event-details {
	color: #99918e;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.event-details ul {
	list-style: none;
	margin: 0;
}
.event-details ul li {
	list-style: none;
}
/*announcements*/
.news-item {
	background:rgba(0,0,0,0.2);
	border: 1px solid #ffffff;
	margin-bottom: 2rem;
	padding: 1.5rem 2rem 0;
	text-align: center;
}
.news-item h4 {
	font-size: 18px;
	margin: 0 0 1rem;
}
.news-item h4 a, .news-item p {
}
.news-item .dash {
	background: #ffffff;
}
.news-item .button {
	margin: 0 auto;
}
section.news .news-item h4 a, section.news .news-item p {
	color: #ffffff;
}
section.news .news-item .button {
	background: #ffffff;
	color: #333;
}
/*faq*/
.faq-question a {
	color: #575F74;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq-details {
	border-bottom: 1px dotted #8894B5;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
.faq-details a {
	font-family: 'Book Antiqua', Times New Roman, serif;
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	color: #575F74;
}
.faq-icon {
	background: none repeat scroll 0 0 #74b9c8;
	border-radius: 90em;
	color: #ffffff;
	display: block;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	line-height: 15px;
	margin: 0 15px 17px 0;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: 30px;
}
.faq-icon.answer {
	background: #575F74;
}
/*blog*/
.blog-post {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #8894B5;
	margin-bottom: 2rem;
	padding: 0;
}
.blog-post p {
	font-size: 18px;
	font-style: italic;
}
.blog-post .post-body {
	margin: 0;
	padding: 2rem;
}
.blog-post h3.post-title {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 1rem 2rem;
	padding: 0;
	text-align: left;
}
}
.blog-post h3.post-title.blog-detail {
	font-size: 30px;
}
.blog-image img {
	margin-bottom: 10px;
	width: 100%;
}
.blog-post.blog-list .blog-image img {
	margin-bottom: -10px;
}
.blog-details {
	color: #bdbdbd;
	display: block;
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 2rem;
	width: 100%;
}
.blog-details span {
	color: #bdbdbd;
	margin-left: 10px;
}
.blog-details a {
	color: #bdbdbd;
}
.blog-details span:first-child {
	margin-left: 0;
}
.blog-post .post-details {
	margin-top: 10px;
}
.blog-post .links {
	font-size: 13px;
}
.blog-details div {
	border-radius: 3px;
	color: #666666;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
}
.post-body.blog-detail img {
	margin-bottom: 20px;
}
.blog-details div i {
	margin-right: 5px;
}
.blog-aside {
	margin-bottom: 30px;
}
.BlogTagCloud a {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}
.side-panel ul li {
	border: none;
	padding: 0;
	margin: 0;
}
.comment-list, .blog-post dl {
	margin: 0;
}
/*forum*/
.feature-forum {
	float: left;
	height: auto;
	margin: 30px 0 20px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-name {
	float: left;
	height: auto;
	padding: 8px 0;
	width: 45%;
}
.feature-forum ul li .forum-name {
	float: left;
	height: auto;
}
.feature-forum .forum-topic {
	float: left;
	height: auto;
	padding: 8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-post {
	float: left;
	height: auto;
	padding:8px 0 6px 12px;
	width: 14%;
}
.feature-forum .forum-reply {
	float: left;
	height: auto;
	padding: 8px 0 5px 12px;
	width: 27%;
}
.feature-forum ul {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
}
.feature-forum ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #ffffff;
	border-color: -moz-use-text-color #dfdfdf #dfdfdf;
	border-image: none;
	border-right: 1px solid #dfdfdf;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	float: left;
	height: auto;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	list-style: none;
}
.feature-forum ul li a {
	color: #202028;
	font-size: 14px;
	font-weight: 700;
}
.feature-forum ul li p {
	color: #202028;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 8px;
}
.feature-forum ul li .forum-reply p {
	color: #b9b9b9;
}
.feature-forum ul li p span {
	color: #000000;
}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post, .feature-forum ul li .forum-reply {
	padding: 0;
}
.feature-forum .forum-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #575F74;
	border-color: #dfdfdf #dfdfdf -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #ffffff;
	float: left;
	height: auto;
	padding: 0 15px;
	width: 100%;
}
.feature-forum p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.feature-forum .forum-but {
	float: left;
	height: auto;
	padding: 0 0 10px;
	width: 100%;
}
.feature-forum .forum-but a.button {
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	min-width: 183px;
	text-transform: inherit;
}
.feature-forum .forum-but a.button img {
	margin-right: 5px;
}
.feature-forum .forum-but p a {
	font-size: 15px;
	padding-bottom: 2px;
}
.feature-forum .forum-but p {
	color: #9aa7af;
	display: inline-block;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 14px 0 0;
	width: auto;
}
.feature-forum .button.secondary {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	color: #1a1a1a;
	font-weight: 700;
}
.feature-forum ul li .forum-name img {
	margin-right: 5px;
}
.forum-posts-container h2, .forum-posts-container h1 {
 letter-spacing:1px;   
}
.forum-posts-container h1 {
    font-size:24px;}
/*button-class*/
.button-class ul {
	margin: 0;
}
.button-class li {
	list-style: none;
}
/*page-title*/
section.page-title {
	overflow: hidden;
	position: relative;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	padding: 4rem 0 2rem;
	text-align: center;
}
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: #ffffff;
	margin-top: 450px;
}
/*responsive photogallery */
#photogalleryTable {
	margin-bottom: 2rem;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
	border: 1px solid #8894B5;
	padding: 3px;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}
/*footer*/
footer {
	background:rgba(32,32,40,0.95);
	padding: 3rem 0 0rem;
	position: relative;
}
footer h5 {
	color: #ffffff;
	margin-bottom: 1rem;
}
footer div.copy {
	background: #202028;
	text-align: center;
	padding: 1rem 0;
	margin-top: 3rem;
}
footer p, footer div.copy, footer span {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
footer ul, footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li a {
	color: #ffffff;
	font-size: 15px;
	padding: 5px 0;
	display: block;
}
footer ul li a:hover {
	color: #575F74;
}
footer .vcard {
	border: medium none;
	color: #98958B;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer .vcard .fa {
	margin-right: 5px;
}

.FB-like {
	padding: 3px 2px 8px 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: #6bb6c2;
	transition-duration: 0.5s;
}
.social-icons a:hover {
	color: #ffffff;
}
/*inner form*/
.inner-form {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ebebeb;
	float: left;
	height: auto;
	margin-top: 25px;
	padding: 18px 22px;
	width: 100%;
}
.inner-form h4 {
	color: #575F74;
}
.inner-form form {
	float: left;
	height: auto;
	margin-top: 20px;
	width: 100%;
}
.inner-form textarea {
	min-height: 124px;
	padding: 12px 15px;
	width: 100%;
}

/*media queries*/
/*************media queries**************/
/** SMALL **/
@media only screen and (min-width: 0) and (max-width: 640px) {
.product-block figure img {
 width:none;   
}	
.product-block figure {
	background: #ffffff;
}
	
.top-bar .name {
	margin-top: 0px;
}	
	
h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #575F74;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 4px;
}
.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.contain-to-grid {
	padding: 0rem 0 2rem;
}
.top-bar.expanded .toggle-topbar a span:after {
	box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: none;
	border: 0;
	color: #ffffff;
}
.top-bar .name img {
	max-width: 235px;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: -21px;
}
.slide-description {
	top: 22%;
}
.slide-description h1 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 3px;
}
.slide-description span {
	font-size: 26px;
}
.slide-description h2 {
	font-size: 12px;
}
.cta {
	margin-bottom: 1rem;
}
.cta h2 a {
	line-height: 93px;
	margin: 2rem;
}
section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
	padding: 1rem 0;
}
section.newsletter input {
	width: 100%;
}
.add-cart .productSubmitInput {
	width: 100%;
}
.slick-next {
	right: 0.15rem
}
.slick-prev {
	left: 0.5rem
}
section.newsletter h4, section.newsletter p {
	margin-bottom: 0.5rem;
}
section.newsletter p {
	margin-bottom: 1rem !important;
}
.blog-post h3.post-title {
	margin: 1rem;
}
.blog-details {
	padding: 0 1rem;
}
.blog-post .post-body {
	padding: 1rem;
}
.product-details h3 {
	margin-top: 2rem;
	letter-spacing: 3px;
}
.tabs dd > a, .tabs .tab-title > a {
	padding: 12px 1rem;
	font-size: 11px;
}
.tabs-content {
	padding: 1rem;
}
    
    
#exitpopup_bg,#exitpopup {
	display: none!important;
}
    section.news {
	background: url(img/news-bg-small.jpg) no-repeat;
}
footer {
	text-align: center;
        padding:1rem 0 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 640px) {
/** MEDIUM **/

.product-block figure img {
 width:none;   
}

.slide-description {
	top: 27%;
}
.slide-description h1 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 3px;
}
.cta {
	margin-bottom: 1.5rem;
}
.cta h2 a {
	line-height: 163px;
	margin: 2rem;
	width: 84%;
	width: 84%;
}
    section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
    padding: 2rem 0;

    }
    footer {
            padding: 2rem 0 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
/** LRG  **/

.product-block figure img {
 width:none;   
}

h1, h3 {
	letter-spacing: 5px;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.35;
	margin: 0!important;
}
header {
	background: none repeat scroll 0 0 #575F74;
	position: relative;
}
.utility-nav {
	background: none;
}
.utility-nav li a {
	padding: 14px 12px;
}
    .contain-to-grid {
	padding: 0rem 0 6rem;
}
.top-bar .title-area {
    float:none;
	}
.top-bar .name {
    display: block;
    float: none;
    /*margin: auto;*/ /*DusX*/
    /*text-align: center;*/
    width: 100%;
	height: 3.813rem;
}
.top-bar-section li:not(.has-form) a:not(.button){
      padding: 0 35px; 
    }

.cart {
	background: none repeat scroll 0 0 #333;
	margin-top: 8px;
	padding: 8px 10px;
}
.slide-description {
	/* top: 30%; */
}
.slide-description h1 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 3px;
}
    #exitpopup_bg,#exitpopup {
	display: none!important;
}
    section.main, section.featured, section.newsletter, section.news, section.page-title, section.main.inner, .catalogue-main {
    padding: 3rem 0;

    }
    footer {
            padding: 3rem 0 0;
    }
    .cta h2 a {
       
    line-height: 126px;margin: 2rem;
    }
    section.newsletter p {
    margin-bottom: 1rem !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
/** LRG+  **/
section.slider, section.bg-image  {
	padding-top: 51px /* DusX setup */
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
/** LRG++  **/
section.slider, section.bg-image  {
	padding-top: 51px /* DusX setup */
	}
}

@media only screen and (min-width: 1800px){
/** LRG+++  **/
section.slider, section.bg-image {
	padding-top: 51px /* DusX setup */
	}

/*section.bg-image img {
	height:auto; 
	width:auto; 
	max-width:75%; 
	max-height:75%;
	}*/

}