body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.275;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body > .messages
{
	position: absolute;
	z-index: 9999;
}
/**headings**/

h1, h2, h3, h4, h5 {
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px;
}
h3 {
	font-size: 15pt;
}
h4 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h4, h5 {
	text-transform: none;
}
img, div {
	max-width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/* position: relative; */
}
input, button, select, textarea {
	outline: 0;
}
.centred {
	margin: 0 auto;
}
h2 {
	font-size: 40pt;
	letter-spacing: 12px;
}
.general_content p {
	line-height: 1.5;
	font-size: 12px;
	letter-spacing: 0.5px;
}
/* Button Styles */
.btn-default {
	margin: 0;
	padding: 5px 15px;
	border: 0;
	cursor: pointer;
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-serif;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
}
.btn-default:disabled, .btn-default.disabled {
	cursor: default;
	background: #000 !important;
	color: #FFF !important;
}
.btn-remove-small {
	color: #FFF;
	text-decoration: none;
	border: 2px solid transparent;
	padding: 1px 3px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.btn-remove-small:hover {
	border: 2px solid #FFF;
}
.btn-black {
	background: #4B4B4C;
	color: #FFF;
}
.btn-white-border, .btn-black-border {
	border: 2px solid #FFF;
	color: #FFF;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-white-border:hover {
	background: #FFF;
	border-color: #FFF;
	color: #000;
}
.btn-default.btn-black-border {
	color: #000;
	border-color: #000;
}
.btn-default.btn-black-border:hover {
	background-color: #000;
	color: #FFF;
}
.btn-small {
	border: 1px solid #FFF;
	padding: 0 3px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.btn-grey {
	border: 2px solid #FFF;
	background: #3f3f3f;
	color: #FFF;
}
/* Input Form Style */
.input-black {
	margin: 0;
	background: #4B4B4C;
	border: 0;
	color: #FFF;
	padding: 5px 10px;
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 0;  /* Firefox 1-3.6 */
	border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.input-black:disabled {
	background: #8C8C8C;
}
select.input-black option {
	color: #FFF;
}
.form-horizontal label {
	display: inline-block;
}
.form-horizontal .form-row {
	margin-bottom: 1em;
}
.form-horizontal .form-label {
	display: block;
	float: left;
	width: 30%;
}
.form-horizontal .form-field {
	float: right;
	width: 70%;
}
/**Header region**/
header {
	height: 132px;
	background-color: #fff;
	color: #000;
	padding: 10px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 599; /*ensure header always ontop (but beneath admin)*/
	border-bottom: 1px solid #ccc;
}
header hr {
	margin-top: 5px;
	margin-bottom: 10px;
}
.region-header-social {
	display: inline-block;
}
.social-links {
	list-style-type: none;
	display: inline-block;
	position: relative;
	top: 11px;
	padding: 0;
	z-index: 11;
}
.header-bottom-left {
	width: 1024px;
	margin: 0 auto;
	margin-top: -20px;
	z-index: 5;
	position: relative;
}
.social-links li {
	display: inline-block;
	margin-right: 8px;
}
.inner-content {
	width: 1024px;
	position: relative;
}
.logo-layered {
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
}
.logo {
	width: 135px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.logo a {
	position: relative;
	z-index: 2;
}
.hidden-menu-icon {
	display: none;
	width: auto;
	margin: 0 auto;
	top: 11px;
	left: 0;
	position: absolute;
	z-index: 10;
}
.hidden-menu-icon:hover {
	cursor: pointer;
}
.header-bottom {
	text-align: right;
}
.shortlist-widget {
	position: relative;
	z-index: 10;
	display: inline;
}
.scroll-widget {
	top: -11px;
}
.shortlist-widget a {
	color: #4b4b4b;
	text-decoration: none;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
	margin-right: 24px;
	letter-spacing: 1px;
}
.shortlist-widget a.last-item {
	margin-right: 0;
}
.shortlist-widget .product-share {
	font-size: 13px;
}
.comparison-count, .shortlist-count, .shortlist-label {
	font-size: 11px;
}
hr {
	color: #b3b2b2;
	background-color: #b3b2b2;
	border: 0;
	height: 1px;
}
.header-right {
	float: right;
	position: relative;
	top: 20px;
	z-index: 11;
}
input.search {
	background-color: #f2f2f2;
	border: none;
	width: 216px;
	padding-bottom: 7px;
	padding-top: 5px;
	padding-left: 10px;
}
.sphinx-search {
	background-color: #f2f2f2;
	overflow: hidden;
}
.btn-search {
	background-color: #f2f2f2;
	background-image: url(../images/search-icon.png);
	width: 25px;
	border: 0;
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 10px;
	left: -3px;
}
.btn-search:hover {
	cursor: pointer;
}
/* Layout */
.col-left {
	float: left;
	width: 15%;
}
.col-main.with-sidebar {
	float: left;
	width: 85%;
	padding-left: 20px;
}
.col-left:after, .col-main.with-sidebar::before {
	content: '';
	border-left: 1px solid rgb(255, 255, 255);
	height: 100%;
	position: absolute;
	top: 0;
}
.col-left:after, .col-main.with-sidebar::before {
	left: 15%;
}
.col-main-inside {
	width: 80%;
	float: left;
}
.col-right-inside {
	float: right;
	width: 20%;
	margin-top: 105px;
	padding-left: 15px;
}
/* Sidebar Widget */
.sidebar-widget {
	margin-bottom: 20px;
}
.sidebar-widget h2 {
	font-size: 13px;
	letter-spacing: normal;
	padding: 13px 0;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	padding-left: 15px;
}
#block-gwa-catalog-product-range-list .sidebar-widget h2 {
	padding-top: 26px;
}
.sidebar-widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-widget > ul > li > a {
	color: #bbb;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px 0 5px 15px;
	margin-right: 15px;
	border: 1px solid transparent;
}
.sidebar-widget > ul > li > a:hover, .sidebar-widget > ul > li.active > a {
	color: #fff;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
}
.box-widget a {
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 3px solid #FFF;
	padding: 10px 0;
	position: relative;
	font-size: 12px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-widget a:hover {
	background: #FFF;
	border-color: #FFF !important;
	color: #000 !important;
}
.box-widget a .text-counter {
	font-weight: bold;
}
/* Main Menu */
.main-menu {
	height: 59px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin-top: 18px;
}
.main-menu ul:first-child {
	margin-top: 9px;
}
.social-links li.spec-social {
	position: relative;
	top: 0;
	display: none;
	float: right;
}
.main-menu ul.menu > li {
	display: inline-block;
	height: 34px;
	margin-left: 30px;
}
.main-menu ul.menu > li.last {
	width: 12.6983%;
	margin-left: 30px;
}
.main-menu ul.menu > li:after {
	content: "/";
	position: relative;
	top: -24px;
	left: -19px;
	display: table;
	z-index: -1;
}
.main-menu ul.menu > li.first:after {
	color: #fff;
}
.main-menu ul.menu > li.first.leaf {
	margin-left: 0;
}
.main-menu li .nolink:hover, .main-menu li.active-trail .nolink {
	color: #fff;
	cursor: pointer;
}
.main-menu a, .main-menu li .nolink {
	text-decoration: none;
	color: #000;
	display: inline-block;
	width: 100%;
}
.main-menu ul.menu > li.last > .nolink {
	padding: 0 9px;
}
.main-menu ul > li > a, .main-menu ul > li > .nolink {
	padding: 0 17px;
	line-height: 34px;
}
.slide-in-menu {
	width: 300px;
	height: 100%;
	position: fixed;
 //top: 51px;
	font-size: 13px;
	background-color: #111;
	z-index: 1;
	top: -3000px;
}
.slide-in-menu .expanded ul.menu > li.last.leaf a {
	padding-left: 15px;
}
.wrap-menu {
	width: 300px;
	background-color: #111;
	height: 100%;
}
.slide-in-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}
.slide-in-menu .menu li {
	line-height: 50px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	padding-left: 15px;
	margin-right: 0;
}
.slide-in-menu a, .slide-in-menu .nolink {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.slide-in-menu a:hover, .slide-in-menu .nolink:hover, .slide-in-menu a:focus {
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
}
.slide-in-menu .sub-menu li, .slide-in-menu .expanded li {
	text-transform: capitalize;
}
.slide-in-menu .sub-menu, .slide-in-menu .expanded ul {
	position: fixed;
	left: -300px;
	width: 300px;
	top: 51px;
	background-color: #333;
	color: #fff;
	height: 100%;
}
.slide-in-menu .sub-menu {
	left: -300px;
	z-index: -1;
	width: 300px;
	height: 100%;
	display: none;
}
.slide-in-menu .block-gwa-sphinx-search {
	padding: 15px 15px 0 15px;
}
.slide-in-menu .sphinx-search, .slide-in-menu input.search, .slide-in-menu .btn-search {
	background-color: #fff;
}
.slide-in-menu .btn-search {
	left: 11px;
}
.slide-in-menu input.search {
	height: 30px;
}
.slide-in-menu .jspVerticalBar {
	right: 0;
}
.slide-in-menu .jspDrag {
	background-color: #333;
}
.slide-in-menu .jspTrack {
	background-color: #111;
}
.slide-in-menu .sub-menu .jspTrack {
	background-color: #333;
}
.slide-in-menu .sub-menu .jspDrag {
	background-color: #1b1b1b;
}
.inactive-body {
	z-index: -2;
	position: relative;
}
.inactive-body:hover {
	cursor: pointer;
}
.main-menu ul.menu {
	width: 1024px;
	display: table;
}
.expanded ul.menu > li.last.leaf {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}
/* Submenu */
.main-menu .sub-menu {
	position: absolute;
	background: #000;
	opacity: 0;
	visibility: hidden;
 display: none !important/9;
	z-index: 2;
	top: 143px;
	margin-left: 0;
	text-align: left;
	padding: 10px 0;
}
.main-menu .sub-menu ul {
	margin-top: 6px;
}
.main-menu .sub-menu ul li.last {
	border-top: 1px solid #FFF;
}
.main-menu .col-one {
	float: left;
	min-width: 190px;
}
.main-menu .col-one ul {
	padding-left: 0;
}
.main-menu .col-one a:hover, .main-menu ul.menu > li > ul > li:hover {
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
}
.main-menu ul.menu > li:hover, .main-menu ul.menu > li.active-trail {
	background: #000;
}
.main-menu ul.menu > li:hover > a, .main-menu ul.menu > li.active-trail > a {
	color: #FFF;
}
.main-menu ul.menu > li.active-trail > a {
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
}
.main-menu ul.menu > li > ul {
	position: absolute;
	background: #000;
	opacity: 0;
	visibility: hidden;
 display: none !important/9;
	z-index: 2;
	padding: 10px 0;
	top: 125px;
	width: 210px;
	padding-top: 16px;
}
.main-menu ul.menu > li > ul > li {
	height: auto;
	margin-left: 0;
	width: 100%
}
.main-menu ul.menu > li > ul > li:after {
	content: "";
}
.main-menu li:hover .sub-menu, .main-menu ul.menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
 display: block !important/9;
}
.main-menu li ul {
	padding-left: 15px;
}
.main-menu li li a {
	color: #FFF;
	text-transform: none;
	font-size: 12px;
	width: auto;
	display: block;
}
/* Page Title */
.page-title {
	padding: 20px 0;
}
.page-title h1 {
	font-size: 30px;
}
.page-title h2 {
	font-size: 30px;
	letter-spacing: 1px;
}
.page-title.texture {
	height: 85px;
	margin-bottom: 20px;
}
.page-title.texture .title {
	background: url(../images/bg-title-texture.jpg);
	position: absolute;
	height: 85px;
	width: 100%;
	display: inline-block;
	background-size: 100%;
	margin-left: -19px;
	padding-left: 19px;
	padding-top: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -25px;
	font-size: 30px;
	line-height: normal;
}
.page-title span, .product-content .mixer-title span {
	font-size: 14px;
	letter-spacing: 1px;
}
.page-banner {
	padding: 50px 0;
}
.page-banner .banner-col {
	width: 48%;
}
.main-subpage {
	padding-left: 1px;
}
/* Block Items */
.block-items {
	margin: 0 -10px;
	max-width: none;
}
.block-items .block-item {
	width: 25%;
	max-width:170px;
	float: left;
	padding: 0 10px;
}
.block-items.collections .block-item {
	max-width: 100%;
	width: 33.33333333%;
}
.block-items .block-item .block-thumbnail {
	position: relative;
}
.block-items .block-item .block-thumbnail img {
	width: 100%;
}
.block-items .block-item h2, .brochures-list .brochure h2 {
	font-size: 14px;
	letter-spacing: normal;
	padding: 10px 0;
	text-align: center;
}
.block-items .block-item h2 a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.09em;
}
.block-items .block-item .block-desc {
	font-size: 12px;
	height: 120px;
	overflow: hidden;
	letter-spacing: 1px;
}
.block-items.slides {
	margin: 0 !important;
}
.block-items.slides .block-product {
	padding: 0;
	margin: 0 10px 0 0;
}
.block-items.collections .block-item h2, .brochures-list .brochure h2 {
	text-align: left;
	letter-spacing: 3px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}
.brochures-list .brochure h2 {
	height: 48px; 
	/* min-height: 53px;*/
	max-height: 53px;
	overflow: hidden;
	padding:7px 0 3px;
}
.block-items.collections .block-item .block-desc {
	letter-spacing: normal;
}
/* Hover Effect */
.hover-effect .block-thumbnail a {
	position: relative;
	display: block;
}
.hover-effect .block-thumbnail a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hover-effect .block-thumbnail a:hover:before {
	background: rgba(0, 0, 0, 0.5);
}
/* Product Page */
.product-page .page-title h1, .product-page .page-title h2 {
	letter-spacing: 2px;
}
.product-page .block-items {
	margin: 0;
}
/* Flip Effect */
.flip-container, .flip {
	position: relative;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-o-transform: perspective(1000px);
	-webkit-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.flip-container.loading:before {
	content: 'Loading...';
	position: absolute;
	width: 100%;
	height: 55%;
	background: rgba(0, 0, 0, 0.55);
	text-align: center;
	padding-top: 45%;
	z-index: 3;
}
/* START: Accommodating for IE */
.flip-container.hover .back, .flip:hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}
.flip-container.hover .front, .flip:hover .front {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	z-index: 1;
}
/* END: Accommodating for IE */

.flip-container, .flip-container .front, .flip-container .back {
	width: 100%;
	height: 100%;
}
.flip-container .flipper {
	position: relative;
	cursor: pointer;
}
.flip-container .front, .flip-container .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1.5s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 1.5s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 1.5s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 1.5s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 1.5s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.flip-container .front {
	position: relative;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}
.flip-container .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
/* End Flip Effect */

/* Block Product Item */
.block-items .block-product {
	margin-bottom: 30px;
	padding: 0 5px;
}
.block-items .block-product h2 {
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 100px;
	text-transform: none;
	font-size: 12px;
}
.block-items .block-product .block-price {
	font-size: 12px;
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
.related-product .block-items .block-product h2 {
	height: 38px;
}
.external-brand {
	position: absolute;
	top: 10px;
	right: 10px;
}
#complete-the-look .external-brand {
	top: auto;
	right: auto;
	left: 10px;
	bottom: 10px;
}
.new-alert {
	display: inline-block;
	background: #000;
	border: 1px solid #FFF;
	font-size: 9px;
	padding: 2px 5px;
	top: 10px;
	position: absolute;
	right: 10px;
	z-index: 5;
	color: #FFF;
}
.alert-top {
	bottom: 110px;
}
/* Block Categories */
.block-categories .block-item {
	height: 425px;
}
.block-categories .block-title h2 {
	text-align: left;
}
.block-categories .block-subitems ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.block-categories .block-subitems a {
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
}
/* Block Button */
.block-buttons {
	list-style-type: none;
	margin: 0;
	background: #FFF;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 98%;
}
.block-button-item {
	padding: 3px 0;
}
.block-button-item a {
	display: block;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
	padding: 8px 0;
}
.block-button-item.white a {
	border-color: #FFF;
	color: #FFF;
}
.block-button-item.black a {
	background: #4B4B4C;
	color: #FFF;
	font-family: "Kessel_105 W00 Book", Verdana, Arial, sans-serif;
}
/**Homepage **/
#first-block {
	background-image: url(../images/slider_1_full.jpg);
	background-position: center;
	background-size: cover;
}
#first-block-2 {
	background-image: url(../images/slider_2_full.jpg);
	background-position: center;
	background-size: cover;
}
#first-block-3 {
	background-image: url(../images/slider_3_full.jpg);
	background-position: center;
	background-size: cover;
}
.home-sections {
	position: relative;
}
#first-block img {
	width: 100%;
	max-height: 100%;
}
/*slider controls for first block slider*/
.first-flex .flex-control-nav {
	top: 170px;
	z-index: 9;
	text-align: right;
	right: 40px;
	height: 18px;
	width: 110px;
}
.first-flex .flex-control-paging li a {
	text-indent: 9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
}
.first-flex .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 1);
}
a.more, a.block {
	padding: 10px 20px;
	display: inline-block;
	border: 2px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.block:hover {
	color: #000;
	background-color: #fff;
}
a.block.on-white:hover {
	color: #fff;
	background-color: #000;
}
a.close-button:hover {
	cursor: pointer;
}
a.more.on-white, a.block.on-white {
	color: #000;
	border: 2px solid #000;
}
.btn-square {
	padding: 10px 20px;
	display: inline-block;
	border: 4px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14pt;
	margin: 10px;
}
.on-white {
	color: #000;
}
#second-block {
	position: relative;
}
#second-block-2 {
	background-image: url(../images/dorf-style-texture.jpg);
	background-position: center;
	background-size: cover;
}
.sleek-left, .time-left {
	width: 50%;
	float: left;
}
.time-left {
	background-color: #fff;
}
.time-left .time-texture {
	height: 15%;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/time-tested-texture.jpg);
	background-position: center bottom;
	background-size: cover;
}
.sleek-copy, .time-right {
	float: left;
	width: 50%;
	text-align: center;
}
.wrapper {
	width: 295px;
	margin: 0 auto;
	margin-top: 60px;
	min-width: 35%
}
.sleek-copy .wrapper {
	height: 85%;
	margin-top: 0;
}
.position-helper h2 {
	font-size: 50px;
	margin-bottom: 50px;
}
.position-helper p {
	margin-bottom: 50px;
	font-size: 18px;
}
.sleek-copy .sleek-texture {
	height: 15%;
	background-image: url(../images/sleek-bg-texture.jpg);
	background-position: center bottom;
	background-size: cover;
}
.time-left .wrapper {
	text-align: center;
	width: 450px;
	height: 85%;
	margin-top: 0;
	margin-bottom: 0;
}
.mangan-full {
	width: 100%;
	height: 100%;
}
.next-button {
	position: absolute;
	bottom: 30px;
	right: 50%;
	margin-right: -54.5px;
	z-index: 99;
}
.close-button {
	position: absolute;
	right: 20px;
	top: 21px;
}
.next-button:hover {
	cursor: pointer;
}
.time-left .next-button, .sleek-copy .next-button {
	position: relative;
	bottom: 0;
	right: 0;
	margin-right: 0;
	text-align: center;
}
#first-block .next-button, #first-block-2 .next-button, #first-block-3 .next-button {
	bottom: 60px;
}
.categories-left {
	width: 50%;
	float: left;
	height: 100%;
	text-align: center;
}
.categories-left a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	font-size: 40pt;
	display: table-cell;
	vertical-align: middle;
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	letter-spacing: 10px;
}
.categories-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.categories-left ul li {
	height: 33.33333%;
	display: table;
	width: 100%;
}
.categories-left .mixers {
	background-color: #232323;
}
.categories-left .taps {
	background-image: url(../images/tapwares-bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.categories-left .showers {
	background-image: url(../images/showers-bg.png);
}
.categories-right {
	width: 50%;
	height: 100%;
	float: left;
	background-image: url(../images/bathroom-home-full.jpg);
	background-position: center;
	background-size: cover;
}
#third-block {
	background-image: url(../images/dorf-large-white-texture.jpg);
	background-position: center;
	background-size: cover;
}
#fourth-block {
	background-image: url(../images/luke-mangan.jpg);
	background-position: center;
	background-size: cover;
}
#fifth-block .next-button {
	right: 25%;
}
.classically {
	text-align: center;
	margin: 0 auto;
}
.classically h2 {
	margin-bottom: 35px;
}
.classically p, .dorf-style p {
	width: 745px;
	margin: 0 auto;
	max-width: 100%;
	font-size: 13.5px;
	line-height: 1.5;
}
.flexslider {
	background: none;
	border: none;
}
.home-sections .flexslider {
	margin: 0;
}
.flexslider .slides img {
	width: auto;
	display: inherit;
}
.flexslider .slides .range img {
	display: block;
}
.dorf-style {
	text-align: center;
	margin: 0 auto;
}
.dorf-style .next-button {
	bottom: 20px;
}
.triple-range {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	display: inline-block;
	width: 622px;
}
.triple-range .range {
	float: left;
	margin: 0 62px;
}
.triple-range img {
	display: block;
}
/* Get the look page*/
.get-the-look {
	overflow: hidden;
	max-width: none;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.getlook .block-media .media img {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0.5;
}
.getlook .block-media .media:hover img {
	opacity: 1;
}
.get-the-look .photo-thumb {
	float: left;
	width: 25%;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.get-the-look .photo-thumb .get-look-gallery {
	position: relative;
	display: block;
}
.get-the-look .photo-thumb .get-look-gallery .url-wrapper {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.get-the-look .photo-thumb .get-look-gallery:hover .url-wrapper {
	background: rgba(0, 0, 0, 0.5);
}
.get-the-look .photo-thumb img {
	width: 100%;
	height: 159px;
}
.get-the-look .photo-thumb h2 {
	font-size: 14px;
	height: 51px;
	padding: 10px 0;
	letter-spacing: 3px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.get-the-look .photo-thumb .desc {
	font-size: 12px;
	height: 120px;
	overflow: hidden;
}
.fancybox-skin {
	background: transparent;
}
.fancybox-close {
	top: 18px;
	right: 18px;
	width: 41px;
	height: 41px;
	background: url('../images/close.png');
	opacity: 0.5;
}
.fancybox-title-float-wrap {
	position: relative;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	z-index: 8000;
	text-align: left;
}
.fancybox-opened .fancybox-title {
	margin-top: 5px;
	background: #fff;
}
.fancybox-title .child {
	font-family: "Kessel_105 W00 book", Verdana, Arial, sans-serif;
	color: #000;
	background: transparent;
	text-shadow: none;
	width: 100%;
	margin: 0 -20px;
	padding: 0 20px;
	margin-bottom: -6px;
	overflow: hidden;
}
.fancybox-title .child-left {
	background: #fff;
	float: left;
	width: 100%;
	padding: 10px 10px 10px 15px;
	font-size: 12px;
	white-space: normal;
}
.fancybox-title .child-left .title-gallery {
	font-size: 14px;
	font-family: "Kessel_105 W00 bold", Verdana, Arial, sans-serif;
}
.fancybox-title .child-left p {
	margin-top: 5px;
	line-height: normal;
}
.fancybox-title .child-right {
	float: right;
	width: 30%;
	margin: -10px -10px -10px 10px;
	min-width: 250px;
	background: #ededed;
	text-align: center;
	white-space: normal;
}
.fancybox-title .child-right a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.fancybox-title .child-right .add-all-to-selection {
	padding: 0 10px;
	color: #000;
	border: 2px solid #000;
	text-decoration: none;
	font-size: 10px;
	margin-left: 10px;
	transition: all 0.5s ease;
}
.fancybox-title .child-right .add-all-to-selection:hover {
	color: #fff;
	background-color: #000;
}
.fancybox-title .child-right .add-all-to-selection.in-cart {
	cursor: default;
}
.fancybox-title .child-right .ico-pinterest img {
	height: 26px;
	vertical-align: middle;
}
.sniper-spot, .sniper-spot.active {
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 0;
	border: 1px solid #fff;
	box-shadow: none;
	opacity: 1;
}
/*GDD-775*/
.sniper-spot {
  animation: colorchange 5s infinite; /* animation-name followed by duration in seconds*/
     /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 5s infinite; /* Chrome and Safari */
}

@keyframes colorchange
{
  0%   {background: white;}
  25%  {background: black;}
  50%  {background: white;}
  75%  {background: black;}
  100% {background: white;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: white;}
  25%  {background: black;}
  50%  {background: white;}
  75%  {background: black;}
  100% {background: white;}
}
/*GDD-775*/
.sniper-spot:before, .sniper-spot:after {
	background-color: transparent;
}
.hs-wrap.active {
	z-index: 8042;
}
.tt-wrap {
	max-width: none;
	width: auto !important;
}


/*GDD-786*/
@media (max-width:480px){
	.tt-wrap {
		width: 100% !important;
	}
}
/*GDD-786*/
.tt-wrap a {
	color: #000;
	text-decoration: none;
}
.tt-wrap a.tip-tooltip-close.fancybox-close {
	display: none;
}
.tip-tooltip {
	color: #000;
	border-radius: 0;
	padding: 15px 5px 5px 10px;
	width: 500px !important;
}
.tip-tooltip:before {
	border: none;
	background: #fff;
	width: 10px;
	height: 1px;
	top: 104px !important;
}
.tooltip-product {
	text-decoration: none;
	font-size: 18px;
}
.img-pop {
	float: left;
	width: 160px;
}
.img-pop ul > li > a {
	float: left;
	width: 147px;
}
.img-pop .img-thumb {
	display: block;
}
.img-pop ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	font-size: 10px;
}
.img-pop ul > li {
	text-align: center;
}
.img-pop ul > li > a {
	font-family: "Kessel_105 W00 bold", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	border: 2px solid #000;
	padding-right: 2px;
	box-sizing: border-box;
	display: block;
	padding: 8px 0;
	margin-bottom: 10px;
}
.txt-pop {
	float: right;
	width: 310px;
	font-size: 12px;
}
.txt-pop ul {
	padding: 0 0 0 15px;
	font-size: 10px;
}
.hotspot-title {
	margin-top: -3px;
	margin-bottom: 0;
}
.hotspot-title a.tooltip-product {
	font-size: 24px;
}
.hotspot-code {
	float: left;
}
.hotspot-code {
	font-family: "Kessel_105 W00 bold", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.hotspot-detail {
	font-size: 12px;
	font-family: "Kessel_105 W00 book", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
.hotspot-features ul {
	padding-left: 17px;
}
.hotspot-features ul li {
	font-size: 12px;
}
/* Breadcrumbs */
.breadcrumb ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
	line-height: 41px;
	vertical-align: middle;
}
.breadcrumb ul > li {
	float: left;
	margin: 0 10px;
}
.breadcrumb ul > li:first-child {
	margin-left: 0;
}
.breadcrumb ul > li:after {
	content: ">";
	position: relative;
	right: -10px;
	font-size: 13px;
	color: #aaa;
}
.breadcrumb ul > li:last-child:after {
	visibility: hidden;
}
.breadcrumb ul > li > a {
	color: #aaa;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
.breadcrumb ul > li > a:hover {
	text-decoration: none;
	font-weight: bold;
}
/* News Page */
.main-content-news {
	color: #000;
	margin: 0 -15px;
	max-width: none;
	position: relative;
}
.main-content-news:before {
	max-width: none;
	content: "";
	background: #fff;
	width: 500%;
	height: 100%;
	top: 0;
	padding-bottom: 10px;
	left: -250%;
	position: absolute;
	z-index: -1;
}
.main-content-news:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 15px;
	height: 99%;
	width: 1px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.main-content-news .clearfix::after{
	clear:left
}
.box-wrapper-even, .box-wrapper-odd {
	width: 50%;
	float: left;
	padding: 20px 15px;
}
.main-content-news .box-wrapper-odd{
	float: right;
}
.box-news {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box-news:last-child {
	border-bottom: none;
}
.box-news, .box-news:first-child {
	border-bottom: 1px solid #ccc;
}
.box-news h3 {
	height: 48px;
	line-height: 22px;
	display: table-cell;
	vertical-align: bottom;
	overflow: hidden;
}
.box-news h3 a {
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
.box-news .img-news {
	margin-top: 20px;
}
.box-news .img-news img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
}
.text-news p {
	font-size: 12px;
	overflow: hidden;
	height: 60px;
}
.text-news .more {
	float: right;
	color: #fff;
	border: 2px solid #000;
	background: #000;
	padding: 10px 25px;
	margin-right: 0;
	font-size: 10px;
}
.text-news .more:hover, .text-news .more:focus {
	color: #000;
	background-color: #fff;
}
.box-news.last .text-news:after {
	border: none;
}
.main-content-news.news-detail {
	margin: 0;
}
.main-content-news.news-detail:after {
	display: none;
}
.news-detail .news-detail-content {
	margin: 0 -15px;
	max-width: none;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.news-detail .content-left, .news-detail .content-right {
	padding: 0 15px;
	float: left;
}
.news-detail .content-left {
	width: 70%;
}
.news-detail .content-right {
	width: 30%;
	padding-top: 1em;
}
.news-detail .content-right .right-menu {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-detail .content-right .right-menu:first-child {
	padding-top: 5px;
}
.news-detail .content-right .right-menu a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.news-detail .content-right .right-menu a:hover, .news-detail .content-right .right-menu a:focus {
	font-weight: bold;
}
.news-detail .content-right .related-product {
	margin-top: 30px;
}
.news-detail .content-right .related-product h4 {
	margin-bottom: 20px;
	font-size: 14px;
}
.news-detail .news-detail-top {
	font-size: 13px;
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	padding-top: 20px;
}
.news-detail .news-detail-social {
	position: absolute;
	right: 0;
	margin-top: 25px;
	height: 60px;
}
.news-detail-title {
	padding-bottom: 10px;
	padding-right: 26%;
	margin-top: 20px;
	border-bottom: 1px solid #000;
	font-size: 30px;
}
.news-detail .hover-popup {
	background: #ddd;
}
.news-detail .hover-popup:before {
	border-color: transparent transparent #ddd;
}
.news-detail .block-buttons {
	padding: 5px;
}
.news-detail .block-items .block-item {
	width: 50%;
}
.news-detail .block-items .block-product h2 a {
	color: #000;
}
.news-detail .block-items .block-product .block-price {
	display: none;
}
/* Selection Page */
.selections {
	font-size: 12px;
	padding-top: 20px;
}
.selections .selection-left {
	float: left;
	width: 76%;
	position: relative;
}
.selections .selection-right {
	float: right;
	width: 20%;
}
.selections table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.selections table th {
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	text-align: left;
}
.selections table th.text-center {
	text-align: center;
}
.selections table td {
	padding: 4px 0;
	vertical-align: top;
}
.selections table tr:first td {
 border-top: 0;
}
.selections .block-space {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.selections .product-image-on-cart .block-space
{
	position: relative;
}
.selections .block-space a {
	color: #FFF;
	text-decoration: none;
}
.selections .box-widget a {
	height: 35px;
}
.selections .box-widget a.one-line {
	padding-top: 20px;
	height: 25px;
}
.selections .box-widget a.disabled {
	cursor: default;
	background: #000 !important;
	color: #FFF !important;
}
.selections .note-action
{
	margin-top: 13px;
}
.selections .block-button-item,
.selections .note-action
{
	width: 90%;
	max-width: 130px;
	margin-left: auto;
}
.selections .block-button-item a,
.selections .note-action a
{
	display: block;
	text-align: center;
	color: #FFF;
	font-family: "Kessel_105 W00 Book", Verdana, Arial, sans-serif;
	background: transparent;
	padding: 8px 2px;
	font-size: 10px;
	margin-top: -3px;
	border: 3px solid white;
	white-space: normal;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.selections .block-button-item a:hover,
.selections .note-action a:hover
{
	background: #FFF;
	border-color: #FFF !important;
	color: #000 !important;
}
.selections a.remove-from-cart
{
	margin-right: 8px;
}
.selections table table tr
{
	position: relative;
}
.selections table table tr td
{
	padding: 0px;
}
.selections .selection-left > table tr.row-item > td.product-text-on-cart .note-stored
{
	display: none;
}

.feature-options {
	padding: 50px 0;
}
.feature-buttons {
	display: inline-block;
	vertical-align: middle;
}
.feature-options .share-button {
	margin-right: 10px;
}
.feature-options .feature-link {
	text-decoration: none;
	color: #8B8B8B;
	font-size: 12px;
}
/* Videos */
.main-content-video {
	margin: 0 -15px;
	max-width: none;
}
.video-summary {
	float: left;
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 40px;/* height: 280px; *//* overflow: hidden; */
}
.video-summary.third {
	margin-right: 0;
}
.video-summary .frame-video {
	position: relative;
}
.video-summary .play {
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.video-summary .play:hover {
	background: rgba(0, 0, 0, 0.5);
}
.video-summary .play a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/play.png) no-repeat center center;
}
.video-summary-text {
	margin-top: 10px;
}
.video-summary-text h2 {
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 29px;
	overflow: hidden;
	letter-spacing: normal;
}
.video-summary-text h2 a {
	color: #fff;
	text-decoration: none;
}
.video-summary-text p {
	color: #ccc;
}
.single-video {
	margin: 0 -15px;
	max-width: none;
}
.single-video #video-detail {
	float: left;
	width: 70%;
	padding: 0 15px;
}
.single-video .related-product {
	float: left;
	width: 30%;
	padding: 0 15px;/*margin-top: -29px;*/
}
.single-video #video-detail h4, .single-video .related-product h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.single-video .related-product h4 {
	border-bottom: 1px solid #fff;
}
.single-video .related-product .block-items .block-item {
	width: 50%;
}
.single-video .related-product .block-item.block-product {
	padding: 0 10px;
	margin-bottom: 10px;
}
.single-video .related-product .block-buttons {
	padding: 5px;
}
.single-video .related-product .block-button-item a {
	font-size: 9px;
}
.single-video .related-product .block-price {
	display: none;
}
.single-video .video-information .sosmed {
	padding-top: 1em;
}
.single-video .video-information p {
	width: 65%;
	line-height: 1.5;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.main-content-video .section-video .video-summary-text {
	height: 140px;
	overflow: hidden;
}
.main-content-video .section-video h2 {
	font-size: 14px;
	padding: 10px 0;
	text-align: left;
	letter-spacing: 3px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	height: 45px;
}
.main-content-video .section-video p {
	color: #fff;
	font-size: 12px;
}
/* Scrollbar */
.jspTrack {
	background: #333333;
}
.jspDrag {
	background: #1b1b1b;
}
.jspVerticalBar {
	right: 10px;
	width: 13px;
}
/* Note Components */
.note-input-area {
	left: 0px;
	top: 7px;
	width: 100%;
	white-space: nowrap;
}
.note-input-area .note-input
{
	font-size: 0px;
	margin-top: 15px;
}
.note-input-area .input-note-text
{
	width: 80%;
}
.note-input-area .note-stored-normal
{
	width: 80%;
	height: 65px;
	border-radius: 0px;
	padding: 5px 10px;
	margin: 15px 0px 0px;
	background: #4B4B4C;
	border: 0px none;
	color: #FFF;
	font-family: Kessel_105 W00 Book,Verdana,Arial,sans-serif;
	display: none;
}
.note-input-area .note-stored-normal.displayed
{
	display: block;
}
.note-input-area .btn-save-note,
.note-input-area .btn-cancel-note
{
	width: 9%;
	margin-left: 1%;
}
.input-note-text, .note-input .btn-default {
	height: 25px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 12px;
}
.input-note-text {
	width: 300px;
	resize: none;
	height: 65px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 0;  /* Firefox 1-3.6 */
	border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.note-status {
	position: absolute;
	bottom: 1px;
	margin-left: -26px;
	width: 20px;
	text-align: right;
	color: rgb(51, 194, 21);
}
.note-area .btn-action-note {
	white-space: nowrap;
}
.note-area .btn-action-note:hover {
	background-color: #4B4B4C;
}
/* Comparison */
.comparison {
	padding: 20px 0;
}
.comparison-title h1 {
	font-size: 30px;
	line-height: normal;
}
.comparison-list {
	font-size: 12px;
	border-top: 1px solid #4C4848;
	border-bottom: 1px solid #4C4848;
}
.comparison-list .col-item {
	width: 20%;
	float: left;
}
.comparison-list .row-item {
	padding: 16px 0 15px 25px;
	border-top: 1px solid #4C4848;
}
.comparison-list .row-item:first-child {
	border-top: none;
}
.comparison-list .row-item-label {
	padding-left: 0;
}
.comparison-list .row-item-line-3 {
	min-height: 120px;
}
.comparison-list .row-item-line-5 {
	min-height: 230px;
}
.comparison-list .row-item-line-7 {
	min-height: 280px;
}
.comparison-list .row-item-line-7-fix {
	height: 280px;
	overflow: hidden;
	margin-bottom: 10px;
}
.comparison-list .col-attr-label {
	text-transform: uppercase;
	font-family: Kessel_105 W00 Bold, Verdana, Arial, sans-serif;
}
.comparison-list ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
}
.comparison-list ul li {
	margin-bottom: 5px;
}
.comparison-list .block-thumbnail {
	margin-bottom: 10px;
	position: relative;
}
.comparison .comparison-list .row-item .block-thumbnail
{
	display: inline-block;
}
.comparison-list .block-title a {
	text-decoration: none;
	color: #FFF;
}
.comparison-list .comparison-option {
	margin-bottom: 10px;
}
.comparison-header {
	padding-bottom: 10px;
}
.comparison-header .share-buttons-container {
	margin-bottom: 0;
	margin-top: 6px;
}
/* Hover Popup */
.hover-container {
	position: relative;
}
.hover-container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	top: 25px;
}
.hover-container:hover .hover-popup {
	display: block;
}
.hover-popup {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 1;
	min-width: 145px;
	margin-left: -60px;
	padding: 10px;
	top: 33px;
	cursor: default;
}
.hover-popup:before {
	border-color: transparent transparent #FFF;
	border-style: solid;
	border-width: 0 5px 8px;
	height: 0;
	width: 0;
	position: absolute;
	top: -7px;
	left: 68px;
	content: '';
}
/* Share Buttons */
.share-buttons-container {
	text-align: right;
	margin-bottom: 20px;
}
.share-buttons-block {
	display: inline-block;
	vertical-align: top;
}
.share-buttons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.share-buttons li {
	display: inline-block;
}
.share-button {
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.share-button.twitter {
	background-image: url(../images/icon-twitter.png);
}
.share-button.pinterest {
	background-image: url(../images/icon-pinterest.png);
}
.share-button.facebook {
	background-image: url(../images/icon-facebook.png);
}
.share-button.email {
	background-image: url(../images/icon-email.png);
}
.share-button.print {
	background-image: url(../images/icon-print.png);
}
.share-button.houzz {
	background-image: url(../images/icon-houzz.png);
}
/* Background */
.bg-black-texture {
	background-image: url(../images/dorf-black-texture-large.jpg);
	background-position: center center;
}
.bg-dark-grey {
	background: #333;
}
.bg-black {
	background: #000;
}
.padding-30 {
	padding: 30px 0;
}
/* Search Result */
.search-results .page-title h1 {
	font-size: 30px;
}
.search-results .col-right-inside {
	margin-top: 0;
}
.section-result {
	margin-bottom: 20px;
}
.section-col-container {
	margin: 0 -10px;
	max-width: none;
}
.section-result.col-result {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.section-result .section-title {
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.search-results .block-items {
	margin: 0 -5px;
}
.search-results .block-items .block-product {
	width: 20%;
}
.search-results .block-button-item a {
	padding: 9px 0;
}
.show-more-results .btn-default {
	width: 100%;
	text-align: center;
	background: #FFF;
	color: #000;
}
.post-block-items .block-item {
	margin-bottom: 10px;
}
.post-block-items .block-thumbnail {
	width: 30%;
	float: left;
}
.post-block-items .block-thumbnail img {
	width: 100%;
}
.post-block-items .block-description {
	float: left;
	width: 70%;
	padding: 0 0 0 10px;
    margin-bottom: 30px;
}
.post-block-items .block-title {
	font-size: 12px;
}
.post-block-items .block-title a {
	color: #FFF;
	text-decoration: none;
}
.post-block-items.videos {
	margin: 0 -5px;
	max-width: none;
}
.post-block-items.videos .block-item {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	padding: 0 5px;
	min-height: 207px;
}
.post-block-items.videos .block-thumbnail {
	width: auto;
	position: relative;
	float: none;
}
.post-block-items.videos .block-thumbnail:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 45%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #222;
}
.post-block-items.videos .block-description {
	width: auto;
	padding: 10px 0 0 0;
	height: 40px;
	overflow: hidden;
}
.post-block-items.brochures {
	margin: 0 -5px;
	max-width: none;
}
.post-block-items.brochures .block-item {
	float: left;
	width: 33.33333%;
	padding: 0 5px;
	min-height: 234px;
}
.post-block-items.brochures .block-thumbnail {
	float: none;
	width: 100%;
}
/* Product Style */
.product-details {
	font-size: 11px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.product-left, .product-right {
	width: 50%;
	float: left;
}
.product-left {
	padding-right: 10px;
}
.product-right {
	padding-left: 10px;
}
.product-section {
	margin-bottom: 25px;
}
.product-section h3 {
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.product-name h1 {
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-seri;
	line-height: normal;
	font-size: 22px;
	text-transform: capitalize;
}
.product-images {
	margin-bottom: 20px;
	position: relative;
}
#product-images {
	margin-bottom: 10px;
}
#product-image-thumbs {
	margin: 0 -5px;
}
#product-image-thumbs .slides > li {
	padding: 0 5px;
}
.product-details .share-buttons-container {
	text-align: left;
}
.product-details .block-button-item a {
	color: #999;
	font-size: 12px;
	text-align: left;
	padding: 0 0 10px 0;
}
.product-details .block-button-item a:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.product-details .block-button-item.comparison-status a:before {
	background-image: url(../images/icon-comparison.jpg);
}
.product-details .block-button-item.cart-status a:before {
	background-image: url(../images/icon-selection.jpg);
}
.product-details .block-button-item.stockist a:before {
	background-image: url(../images/icon-map.jpg);
}
.product-options .sidebar-widget {
	margin-bottom: 10px;
}
.product-options .box-widget a {
	color: #999;
	border: 1px solid #999;
	padding: 5px 0;
}
.product-options .box-widget br {
	display: none;
}
.product-features ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: square;
	line-height: 1.4;
}
.product-codes ul {
	border: 1px solid #999;
	padding: 5px 15%;
	text-align: center;
	margin: 5px 0;
}
.product-codes .product-childs ul {
	padding: 5px;
}
.product-codes .block-button-item {
	width: 48%;
	display: inline-block;
}
.product-codes .block-button-item a {
	padding: 0;
	font-size: 11px;
}
.product-codes .btn-small {
	width: 8px;
}
.product-table td {
	vertical-align: top;
	padding: 5px 0;
}
.product-details-bottom .block-items .block-product {
	width: 33.33333%;
}
.product-details-bottom .block-buttons {
	padding: 8px;
}
.product-details-bottom .block-button-item a {
	padding: 7.5px 0;
}
.product-details-bottom .block-items .block-product h2 {
	height: 20px;
}
.product-category-left {
	width: 28%;
	float: left;
}
.product-category-right {
	width: 70%;
	float: right;
}
.product-banner {
	padding-bottom: 45px;
	margin-bottom: 25px;
	border-bottom: 1px solid #FFF;
	position: relative;
}
.product-banner-desc {
	font-size: 12px;
	position: absolute;
	bottom: 65px;
	padding: 0 20px;
	width: 45%;
	color: #000;
}
.product-banner-desc h1 {
	font-size: 30px;
	color: #000;
}
.product-banner-desc h2 {
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	color: #000;
}
.product-nav {
	margin-bottom: 5px;
}
.product-nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;
	padding: 15px 10px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-nav li a:hover {
	color: #000;
	background: #FFF;
}
.product-nav.with-border li {
	padding-bottom: 10px;
}
.product-nav.with-border li a {
	padding: 10px;
}
.block-ranges .block-item {
	padding: 0 5px;
}
.block-ranges .block-item h2 {
	height: 70px;
	overflow: hidden;
}
ul.tech-downloads {
	padding-bottom: 10px;
}
ul.tech-downloads li {
	display: inline-block;
	width: 28px;
	margin-right: 10px;
}
ul.tech-download-docs li {
	display: inline-block;
	margin-right: 10px;
}
ul.tech-download-docs li a {
	color: #999;
	border: 1px solid #999;
}
/* Product Sliders */
.product-sliders {
	position: relative;
}
.product-sliders .flex-direction-nav {
	position: absolute;
	top: -32px;
	display: inline-block;
	right: 0;
	margin-right: 15px;
}
.product-sliders .flex-direction-nav:before {
	content: 'Show More';
}
.product-sliders .flex-direction-nav a {
	background: none;
	opacity: 1 !important;
	width: 0;
	height: 0;
	border-color: rgba(0, 0, 0, 0);
	border: solid transparent;
	border-width: 5px;
	margin-top: -5px;
	top: 50%;
	content: " ";
	left: initial;
	overflow: visible;
	outline: 0;
}
.product-sliders .flex-direction-nav a.flex-disabled {
	opacity: 0.5 !important;
}
.product-sliders .flex-direction-nav .flex-prev {
	right: 100%;
	border-right-color: #FFF;
	left: -15px;
}
.product-sliders .flex-direction-nav .flex-next {
	right: -15px;
	border-left-color: #FFF;
}
.product-sliders .flex-direction-nav a:before {
	position: absolute;
	width: 40px;
	height: 10px;
	left: 0;
	bottom: -5px;
	content: '';
}
.product-sliders .flex-direction-nav a.flex-next:before {
	left: -40px;
}
/** Media **/
.block-media {
	margin: 0 -15px;
	max-width: none;
}
.block-media .media {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.block-media .media .media-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.block-media .media a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.block-media .media:hover .media-wrapper {
	background: rgba(0, 0, 0, 0);
}
.block-media .media .media-title {
	position: absolute;
	height: 32px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.block-media .media .media-title.two-lines {
	height: 70px;
}
.block-media .media .media-title h3 {
	font-size: 28px;
}
/** Brochures **/
.brochures-list {
	margin: 0 -15px;
	max-width: none;
}
.brochures-list .brochure {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 40px;
}
.brochures-list .brochure a {
	color: #fff;
	text-decoration: none;
}
.brochures-list .brochure .thumb {
	margin-bottom: 10px;
	height: 100%;
	position: relative;
}
.brochures-list .brochure .url-wrapper {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.brochures-list .brochure .thumb:hover .url-wrapper {
	background: rgba(0, 0, 0, 0.5);
}
.brochures-list .brochure img {
	width: 100%;
}
.brochures-list .brochure .desc {
/*GDD-751 height: 140px;*/
	overflow: hidden;
}
.brochures-list .brochure p {
	color: #fff;
	font-size: 12px;
}
/** Collection Landing Page**/
.range-landing {
	width: 1024px;
	position: relative;
	height: 100%;
	overflow-y: visible;
}
.range-landing .range-content {
	position: relative;
	margin-bottom: -3px;
}
.range-landing .range-content#range-0 {
	font-size: 0;
}
.range-landing .range-content.video {
	cursor: pointer;
}
.range-landing img {
	width: 100%;
}
.range-landing .url-btn a, #timeline-events a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 25px;
	border: 2px solid #fff;
	font-size: 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.range-landing .url-btn a:hover, a.more:hover, a.more:focus, #timeline-events a:hover {
	color: #000;
	background: #fff;
}
a.more.on-white:hover {
	color: #fff;
	background: #000;
}
.range-landing .collection-title {
	position: absolute;
	width: 100%;
	top: 140px;
	text-align: center;
	z-index: 598; /*Sit top, but behind header */
}
.range-landing .collection-title h1 {
	font-size: 45px;
	letter-spacing: 5px;
	padding-bottom: 15px;
}
.range-landing .collection-title h2 {
	font-size: 16px;
	letter-spacing: 2px;
}
.range-landing .range-content_black .collection-title h1, .range-landing .range-content_black .collection-title h2 {
	color: #000;
}
.range-landing .range-content_black .url-btn a {
	border-color: #000;
	color: #000;
}
.range-landing .range-content_black .url-btn a:hover {
	color: #fff;
	background: #000;
}
.range-landing .collection-title .url-btn {
	margin: 40px 0 7%;
}
.range-landing .collection-title .url-btn a, #timeline-events a {
	padding: 10px 35px;
	letter-spacing: 1px;
}
.range-landing .content-product .collection-title .url-btn a {
	padding: 10px 65px;
}
.range-landing .collection-title.second {
	height: 45px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.range-landing .collection-title.second h1 {
	font-size: 36px;
	letter-spacing: 5px;
}
.range-landing .collection-description {
	position: absolute;
	top: 59%;
	left: 7%;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1.1px;
	width: 510px;
}
.range-landing .collection-description.whirl {
	margin-top: -38%;
}
.range-landing .collection-title-description {
	position: absolute;
	width: 45%;
	top: 75px;
	right: 0;
	font-size: 14px;
	letter-spacing: 1.1px;
}
.range-landing .collection-title-description h1 {
	font-size: 36px;
	letter-spacing: 6px;
}
.range-landing .collection-title-description .tagline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
.range-landing .collection-title-description .description {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
	font-size: 12px;
}
.range-landing .flexslider {
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}
.range-landing .flex-control-nav {
	bottom: 20px;
	z-index: 2;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}
.range-landing .flex-control-paging li a {
	text-indent: 9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
}
.range-landing .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 1);
}
.video-feature-panel {
	background: none repeat scroll 0 0 #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.video-feature-panel iframe {
	border: medium none;
	height: 100%;
	width: 100%;
}
.video-feature-close {
	background-image: url(../images/close.png);
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 61px;
	width: 61px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 30px;
}
/* Stockist */
.stockist {
	font-size: 12px;
	margin-bottom: 20px;
	padding-left: 1px;
}
.stockist-states {
	padding: 10px 0;
}
#stockist-map div, #stockist-map img {
	color: #000;
	max-width: none;
}
.stockist p {
	margin: 0 0 20px 0;
}
.stockist-col {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.stockist-col.right {
	padding-right: 0;
	padding-left: 10px;
}
.stockist-states a {
	text-decoration: none;
	color: #FFF;
}
.stockist-states a:hover {
	text-decoration: none;
	font-weight: bold;
}
.stockist .page-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.block-items.stockist-results .block-item {
        max-width:235px;
	margin-bottom: 30px;
        margin-right:25px;
	/*height: 150px;*/
	position: relative; 
}
.stockist-results .block-map {
	position: relative;
	bottom: 0;
}
.stockist-results a {
	color: #FFF;
	text-decoration: none;
        word-wrap: break-word
}
.stockist-results h3 {
	font-size: 13px;
	height: 52px;
        overflow: hidden
}
.stockist-results .block-location a:hover {
	font-weight: bold;
	text-decoration: none;
}
.stockist-results .block-location {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.6;
        height:140px;
        overflow:hidden;
        position: relative
}
.display-store {
    background: white none repeat scroll 0 0;
    color: black;
    font-size: 11px;
    padding: 2px 7px;
    position: absolute;
    bottom: 0
}

.ui-autocomplete-loading {
	background-image: url(../images/ui-anim_basic_16x16.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.icon-map {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/icon-map.jpg) no-repeat;
	;
	background-size: 100%;
}
/* Advanced Search */
.advanced-search-form {
	width: 285px;
	right: 0;
	position: absolute;
	top: 143px;
	padding: 0 20px;
	background-color: #000;
	color: #FFF;
	z-index: 598;
	display: none;
	border-left: 1px solid #FFF;
}
.advanced-search-sidebar .advanced-search-form {
	display: block;
	position: static;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.advanced-search-block {
	padding: 20px 0;
}
.advanced-search-result .thumb-list .item {
	width: 25%;
}
.advanced-search-block .form-group {
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
}
.advanced-search-block .input-search {
	border: 1px solid #EDEDED;
	color: #6e6e6e;
	width: 100%;
	padding: 6px 10px;
	display: block;
}
.advanced-search-block .icon-search {
	font-size: 16px;
	position: absolute;
	right: 8px;
	top: 8px;
}
.advanced-search-block h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px solid #FFF;
}
.advanced-search-block .help {
	background: url(../images/help-icon.png) top left no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.advanced-search-block .help-content {
	display: none;
	position: absolute;
	background-color: #ffc425;
	color: #fff;
	margin-top: -50px;
	padding: 10px 20px 10px 10px;
	-moz-box-shadow: 0 3px 3px #9e9e9d;
	-webkit-box-shadow: 0 3px 3px #9e9e9d;
	box-shadow: 0 3px 3px #9e9e9d;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.advanced-search-block .block-item {
	width: 33%;
	float: left;
	padding: 5px 17px;
	display: block;
}
.advanced-search-block label {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #989898;
	cursor: pointer;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
}
.advanced-search-block label.selected {
	color: #FFF;
}
.advanced-search-block label span {
	display: block;
	padding-top: 10px;
	text-align: center;
	height: 50px;
}
.advanced-search-block .col-count {
	float: left;
	width: 9%;
	padding-top: 1px;
	text-align: center;
	font-size: 1.2em;
}
.advanced-search-block .col-slider {
	float: left;
	width: 65%;
	margin: 0 14px;
}
.advanced-search-block .col-option {
	float: right;
}
.advanced-search-result .advanced-search-form {
	display: block;
	position: static;
	width: auto;
	padding: 0;
}
.advanced-search-result .advanced-search-block {
	padding: 0;
}
.advanced-search-left {
	width: 25%;
	float: left;
}
.advanced-search-right {
	width: 75%;
	float: right;
	padding-left: 20px;
}
.advanced-search-left .advanced-search-form {
	border-left: none;
}
.advanced-search-result-text {
	margin-bottom: 15px;
}
.advanced-search-result .block-items {
	margin: 0 -5px;
}
.advanced-search-result .block-items .block-product {
	width: 20%;
}
.advanced-search-result .block-buttons {
	padding: 10px;
}
.advanced-search-result .block-button-item a {
	padding: 8.5px 0;
}
.advanced-search-buttons .close-search, #webform-client-form-4 .cancel-submit {
	border-color: #3f3f3f;
}
.advanced-search-buttons .btn-grey, #webform-client-form-4 .btn-grey {
	border-width: 4px;
	font-size: 11px;
	height: 30px;
	padding: 0 20px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #000;
}
.advanced-search-buttons .btn-grey:hover, #webform-client-form-4 .btn-grey:hover {
	background-color: #FFF;
	color: #000;
}
.advanced-search-buttons .btn-grey.close-search:hover, #webform-client-form-4 .cancel-submit:hover {
	border-color: #FFF;
}
.form-field.sl-search-btn button {
	padding: 10px 35px;
	letter-spacing: 1px;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-field.sl-search-btn button:hover {
	color: #000;
	background: #fff;
}
/* Overwride jQuery UI Dialog Style */
.ui-widget-overlay {
	background: #000;
	opacity: 0.6;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
	border-radius: 0;
	padding: 40px 35px 30px;
	font-family: "Kessel_105 W00 Book", Verdana, Arial, sans-serif;
	border: none;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all {
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #999;
	padding: 0 0 10px;
	font-size: 12px;
	color: #151515;
}
.ui-dialog .ui-dialog-title {
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
	font-size: 15px;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
	border-radius: 0;
	width: 31px;
	height: 31px;
	margin: 0;
	right: -30px;
	top: -20px;
}
.ui-button-icon-only .ui-icon.ui-icon-closethick {
	background: url(../images/close.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 100%;
}
.ui-dialog .form-item {
	margin: 10px 0;
}
.ui-dialog .form-item:after {
	content: '';
	clear: both;
	display: block;
}
.ui-dialog .form-item label {
	float: left;
	width: 40%;
	padding-top: 3px;
	text-transform: capitalize;
}
.ui-dialog .form-item label .form-required {
	display: none;
}
.ui-dialog .ui-dialog-content {
	padding: 5px 0 0 0;
}
.ui-dialog.ui-widget input[type=text] {
	font-size: 11px;
	font-family: "Kessel_105 W00 Book", Verdana, Arial, sans-serif;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 8px;
	float: right;
	background: #4B4B4C;
	color: #FFF;
	border: none;
}
.ui-dialog.ui-widget input::-webkit-input-placeholder {
 color:transparent;
}
.ui-dialog.ui-widget input::-webkit-input-placeholder {
 color:transparent;
}
.ui-dialog.ui-widget input:-moz-placeholder {
 color:transparent;
}
.ui-dialog.ui-widget input::-moz-placeholder {
 color:transparent;
}
.ui-dialog.ui-widget input:-ms-input-placeholder {
 color:transparent;
}
.ui-dialog .form-buttons {
	float: right;
	margin-top: 15px;
}
.ui-dialog h2 {
	display: none;
}
.ui-dialog .form-buttons input {
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	background: #FFF;
	color: #000;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 4px 30px;
}
.ui-dialog .form-buttons #form-cancel {
	display: none;
}
/**footer**/
footer {
	padding: 75px 0 25px 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../images/footer-texture.jpg);
	background-repeat: repeat-x;
	color: #ccc;
}
.sticky-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer .inner-main, footer .inner-bottom {
	max-width: 1024px;
	margin: 0 auto;
}
.footer-right {
	float: right;
}
.footer-right ul {
	list-style-type: none;
	margin-top: 0;
}
.footer-right li {
	display: inline-block;
	padding: 0 6px;
}
.footer-right a {
	text-decoration: none;
	color: #ccc;
	font-size: 11px;
}
footer .copyright {
	float: left;
	margin-top: 13px;
}
footer hr {
	height: 1px;
}
footer.no-texture {
	background-image: none;
	padding-top: 25px;
}
footer .disclaimer {
	margin: 0 auto;
	width: 1024px;
	font-size: 10px;
	text-transform: none;
	color: #aaa;
}
footer .disclaimer a {
	color: #aaa;
}
.hidden-footer-menu {
	display: none;
}
.hidden-footer-menu:hover {
	cursor: pointer;
}
.region-footer-menu {
	position: relative;
	top: 21px;
}
.region-footer-bottom-right {
	text-align: right;
	max-width: 50%;
	float: right;
	margin-top: 5px;
}
.region-footer-bottom-right .footer-brands {
	list-style-type: none;
	margin-top: 0;
}
.region-footer-bottom-right .footer-brands li {
	display: inline-block;
}
/**Contact form**/
.row {
	margin-right: -15px;
}
.col-md-4 {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-md-4.first {
	padding-left: 0;
}
.col-md-4.last {
	padding-right: 0;
}
.contact-new h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 14px 0;
}
.contact-new h3.locations {
	margin-top: 45px;
}
.contact-new .contact-locations {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-new .contact-locations li {
	margin-bottom: 25px;
}
.contact-new .contact-locations a {
	color: #716f72;
	font-weight: bold;
	font-size: 13px;
}
.contact-new .contact-locations a:hover {
	color: #fff;
}
a.locate {
	background: url(../images/stockist.png) 0 0 no-repeat;
	padding-left: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	display: block;
	margin: 8px 0;
	text-decoration: none;
}
a.locate:hover {
	background: url(../images/stockist-hover.png) 0 0 no-repeat;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid red;
}
#webform-client-form-4 label {
	display: none;
}
#webform-client-form-4 .cancel-submit {
	background-color: #000;
}
.form-group {
	margin-bottom: 15px;
	overflow: hidden;
}
.select-box {
	margin: 10px 0;
}
.form-control {
	border: 1px solid #EDEDED;
	line-height: 16px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	position: relative;
	color: #6e6e6e;
	background: #ffffff;
}
input.form-control {
	text-transform: uppercase;
}
.contact-custom .form-control {
	color: #4b4b4b;
	padding: 8px 10px 5px 10px;
	font-size: 12px;
	height: initial;
	line-height: 12px;
	font-weight: normal;
	width: 100%;
}
.form-managed-file input.form-file, .form-managed-file .form-submit, .form-submit {
	border: 2px solid #FFF;
	background: #000;
	clip: rect(0, 100px, 200px, 0);
	cursor: pointer;
	font-family: "Kessel_105 W00 Bold", Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1.5px;
	margin-right: 20px;
	margin-left: 0;
	overflow: hidden;
	padding: 0 12px;
	width: auto;
	height: 30px;
	color: #fff;
}
.form-submit {
	border: 2px solid #ffffff;
}
.content-contact textarea {
	background: #ededed;
	border: 0;
	height: 175px;
	margin-bottom: 10px;
}
.content-contact a {
	color: #fff;
}
.form-textarea-wrapper textarea {
	color: #4b4b4b;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.form-textarea {
	padding: 10px;
	border: 1px solid #EDEDED;
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn {
	border: 0;
	background: none;
	-moz-box-shadow: 0 #000;
	-webkit-box-shadow: 0 #000;
	box-shadow: 0 #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	text-shadow: none;
	height: 25px;
}
.button .btn {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.btn-005 {
	background: #6E6E6E;
	color: #FFF;
	font-size: 10px;
	width: 86px;
}
.btn-006 {
	background: #9E9E9D;
	color: #FFF;
	font-size: 10px;
	width: 86px;
}
.blue-inpho {
	display: block;
	text-align: center;
}
.blue-inpho-hidden {
	display: none;
}
.blue-inpho h5 {
	margin: 23.38px;
	display: inline-block;
	background: url(../images/warning.png) 0 0 no-repeat;
	padding: 5px 5px 5px 40px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}
.contact-right {
	min-height: 443px;
	position: relative;
}
.contact-new .button-container {
	float: right;
}
.selectError {
	border: 2px solid red;
}
/* new contact */
.link-show, .link-show2 {
	background: #20cdda;
	color: #FFF;
	font-weight: normal;
	padding: 4px 10px;
	font-size: 14px;
	margin: 6px 0 0;
	letter-spacing: 0.7px;
	position: relative;
	font-family: 'proxima_nova_rgregular';
}
.text-show, .text-show2 {
	position: absolute;
	display: none;
	z-index: 9;
	background: #FFF;
	width: 91.2%;
	-moz-box-shadow: 0 3px 3px #9e9e9d;
	-webkit-box-shadow: 0 3px 3px #9e9e9d;
	box-shadow: 0 3px 3px #9e9e9d;
	padding: 10px;
}
.open .arrow-li {
	background: url(../images/expand.jpg) 0 0 no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 8px;
}
.arrow-li {
	background: url(../images/collapsed.jpg) 0 0 no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 11px;
}
.select-box {
	margin: 10px 0;
}
.contact-inner ul li {
	color: #9E9E9D;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #20CDDA;
}
.select-options {
	z-index: 10;
}
/**helpers**/
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.hidden {
	display: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.text-nowrap {
	white-space: nowrap;
}
.unstyle {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.auto-crop-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.auto-crop-img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100% !important;
	width: auto !important;
	max-width: none !important;
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
input.placeholder {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 50%;
}

::-webkit-input-placeholder {
 opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
 opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
 opacity:1;
}

:-ms-input-placeholder {
 opacity:1;
}
ul.sub_category-menu {
	margin: 0 auto;
	padding: 20px 0 0 0;
}
ul.sub_category-menu li {
	display: inline-block;
	margin-bottom: 20px;
	border-left: solid 1px #FFF;
}
ul.sub_category-menu li:first-child {
	border: 0;
}
ul.sub_category-menu li a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 0 9px 0 12px;
}
ul.sub_category-menu li a.active {
	color: #FFF;
	font-weight: bold;
}
.slides h1 {
	display: none;
}
.range-landing .slides h1 {
	display: block;
}
.range-landing .range-content_black ul.sub_category-menu li {
	border-left: solid 1px #000;
}
.range-landing .range-content_black ul.sub_category-menu li:first-child {
	border: 0;
}
ul.sub_category-menu li a:hover {
	font-weight: bold;
}
.range-landing .range-content_black ul.sub_category-menu li a {
	color: #000;
}
.range-landing .range-content_black ul.sub_category-menu li a.active {
	color: #000;
}
.category-title {
	top: 100px;
}
.product-content .content-title {
	background: url(../images/mixer-banner.jpg) 0 0 no-repeat;
	padding: 30px 30px;
	height: 282px;
	color: #000;
}
h1.mixer-title {
	padding-bottom: 8px;
	line-height: 27px;
}
.content-title > p {
	width: 320px;
	letter-spacing: 0.1em;
}
.product-item {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}
.product-item > h1 {
	margin: 35px 0;
}
.product-item > .left-sub-inside {
	width: 65%;
}
.product-item > .right-sub-inside {
	width: 25%;
	margin-top: 0;
}
#dasky {
	text-align: center;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url("../images/Texture_open_black_1293x968.jpg") repeat scroll 0 0;
}
#timeline-top {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-container-bkg {
	background: rgba(0, 0, 0, 0) url("../images/Texture_open_black_1293x968.jpg") repeat scroll 0 0;
}
.timeline-clear {
	clear: both;
	display: block !important;
}
#timeline-events {
	width: 95%;
	color: #fff;
}
#timeline-events a {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#timeline-events h2 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
}
#timeline-events img {
	width: 100%;
	height: 100%;
}
#timeline-events p {
	margin-bottom: 35px;
}
#buttons {
	position: relative;
	padding: 2% 0 19%;
	max-width: none;
}
input.button {
	width: 70px;
	min-height: 68px;
	position: relative;
	z-index: 100;
	border-radius: 50%;
	border: none;
	font-family: Kessel_105 W00 Book, Verdana, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 50px;
}
.active input.button {
	font-size: 18px;
	padding: 26px 11px;
	margin-top: 5px;
	margin-bottom: 27px;
	width: 120px;
	min-height: 115px;
}
#timeline-events .left {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 8.5%;
	padding-left: 75px;
}
#timeline-events .right {
	float: right;
	width: 46%
}
#buttons .timeline-border {
	border-top: 5px solid #fff;
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	z-index: 1;
}
.top {
	display: none;
}
.time {
	display: inline-block;
	margin: 0 2%;
	color: #fff;
}
.active .top {
	display: none;
}
.active .bottom {
	font-size: 14px;
	width: 240px;
}
.time.active {
	position: relative;
	margin: -30px 0;
	text-transform: uppercase;
	width: 350px;
}
h5.bottom {
	word-wrap: break-word;
	width: 155px;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 1px;
}
@media (max-width:1605px) {
#timeline-events {
	width: 70%;
}
.getlook #timeline-events {
	width: 100%;
}
.left {
	width: 66%;
}
.right {
	width: 33%;
}
.stockist-col.right {
	width: 50%;
}
}
@media (max-width:1024px){
    .block-items.stockist-results .block-item{
        margin-right: 15px
    }
}
@media (max-width:990px) {
.content {
	margin-top: -2px;
}
.hidden-menu-icon {
	top: 11px;
}
.shortlist-widget {
	top: 0;
}
}
@media (max-width:768px) {
.box-wrapper-even, .box-wrapper-odd {
	width: 100%;
}
.box-wrapper-odd .box-news {
	border-top: none;
	border-bottom: 1px solid #ccc;
}
.main-content-news::after {
	border-left: none;
}
}
@media (max-width:557px) {
.btn-search {
	padding: 12px;
	background-position: center;
}
}
/* Tiny Scrollbar */


#scrollbar1 .viewport {
	height: 560px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar {
	background: #1b1b1b;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 12px;
}
#scrollbar1 .track {
	background: #1b1b1b;
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	background: #333333;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#scrollbar1 .thumb .end {
	background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar1 .disable {
	display: none;
}
.overview .block-items {
	width: 100%;
}
.noSelect {
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Dorf+ Style */
.dorf_plus {
	position: relative;
}
.dorf_plus img {
	display: block;
}
.dorf_plus .panel-text {
	color: #000;
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 1.5;
}
.dorf_plus .panel-text h2 {
	font-size: 15px;
	letter-spacing: normal;
}
.dorf_plus .panel-text:after, .dorf_plus:after {
	content: '';
	clear: both;
	display: block;
}
.dorf_plus .panel-left {
	float: left;
	width: 50%;
}
.dorf_plus .panel-right {
	float: right;
	width: 48%;
}
.dorf_plus .intro-left {
	float: left;
	position: relative;
	width: 64.516129%;
}
.dorf_plus .intro-left .texture {
	width: 100%;
}
.dorf_plus .intro-left .intro-copy {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 30px;
	font-size: 12px;
}
.dorf_plus .intro-copy p {
	line-height: 1.5;
}
.dorf_plus .instruction {
	font-weight: bold;
	font-size: 14px;
}
.dorf_plus .intro-left h2 {
	font-size: 59px;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.dorf_plus .intro-right {
	float: left;
	width: 35.483871%;
}
/* Quote Panel */
.dorf_plus_quote_panel .quote-text {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	margin-top: -30px;
	padding: 0 10%;
}
.dorf_plus_quote_panel .quote-text span:before {
	content: "\201C";
	font-size: 140px;
	position: absolute;
	color: #7a7a7a;
	margin-top: -42px;
	margin-left: -60px;
}
.dorf_plus_quote_panel .quote-text span:after {
	content: "\201D";
	font-size: 140px;
	color: #7a7a7a;
	position: absolute;
	margin-top: -25px;
	margin-left: 15px;
}
/* Panel 1 */
.dorf_plus_product_panel_1 {
	background-color: #F4F4F4;
}
.dorf_plus_product_panel_1 .panel-text {
	position: absolute;
	top: 40%;
	left: 30px;
	width: 45%;
}
/* Panel 2 */
.dorf_plus_product_panel_2 {
	background-color: #FFF;
}
.dorf_plus_product_panel_2 .panel-text {
	position: absolute;
	top: 60px;
	right: 50px;
	width: 40%;
	color: #000;
}
/* Panel 3*/
.dorf_plus_product_panel_3 {
	background-color: #FFF;
}
.dorf_plus_product_panel_3 .panel-text {
	padding: 40px;
}
.dorf_plus.dorf_plus_product_panel_3 .panel-text h2, .dorf_plus.dorf_plus_product_panel_2 .panel-text h2 {
	font-size: 27px;
	padding: 10px 20px 0 0;
}
.dorf_plus_product_panel_3 .flexslider {
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}
.dorf_plus_product_panel_3 .flex-control-nav {
	bottom: 390px;
	z-index: 2;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}
.dorf_plus_product_panel_3 .flex-control-paging li a {
	text-indent: 9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
}
.dorf_plus_product_panel_3 .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 1);
}
/* Panel Interview */
.dorf_plus_interview {
	background-color: #303030;
	padding: 50px;
}
.dorf_plus.dorf_plus_interview .panel-text {
	color: #FFF;
}
.dorf_plus.dorf_plus_interview .panel-text h2 {
	font-size: 22px;
}
.dorf_plus.dorf_plus_interview .panel-text b {
	font-size: 16px;
	font-weight: 700;
}
/* Video Panel */
.dorf_plus_video_panel {
	cursor: pointer;
}
.dorf_plus_video_panel:before {
	content: '';
	border-top: 80px solid transparent;
	border-left: 130px solid #000;
	border-bottom: 80px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -80px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dorf_plus_video_panel:hover:before {
	opacity: 1;
}
.dorf_plus .panel-button {
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -125px;
}
.dorf_plus .panel-button .btn-white-border {
	font-weight: 700;
	font-size: 14px;
	padding: 15px 50px;
}
/* Dorf+ Landing */
.dorf_plus_landing {
	position: relative;
}
.dorf_plus_landing_block {
	position: absolute;
	right: 12%;
	top: 23%;
	width: 40%;
	color: #000;
	text-align: right;
}
.dorf_plus_landing_block.white {
	color: #FFF;
	right: initial;
	text-align: left;
	left: 12%;
}
.dorf_plus_landing_block h2 {
	font-size: 59px;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.dorf_plus_landing_button .btn-default {
	padding: 10px 82px;
	font-weight: 700;
	font-size: 15px;
}
.dorf_plus .panel-interview-image {
	padding-top: 20px;
}
.dorf_plus_range h2 {
	position: absolute;
	width: 100%;
	top: 30%;
	text-align: center;
	letter-spacing: 5px;
}
.sub-gallery {
	border-top: 1px solid #FFF;
	padding-top: 50px;
}
.sub-gallery .page-title {
	font-size: 30px;
	letter-spacing: normal;
}
.product-item > .right-sub-inside .box-widget + .box-widget {
	margin-top: 10px;
}
.product-details .block-people a {
	display: inline-block;
	font-size: 0;
	overflow: hidden;
}
.product-details .block-people a img {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-details .block-people a:hover img {
	opacity: 0.5;
}
/**************************************/

.main-content-moodboard, .main-content-moodboards {
	overflow: hidden;
	max-width: none;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
	color: black;
}
.main-content-moodboard:before, .main-content-moodboards:before {
	max-width: none;
	content: "";
	background: #FFF none repeat scroll 0 0;
	width: 500%;
	height: 100%;
	top: 0;
	padding-bottom: 10px;
	left: -250%;
	position: absolute;
	z-index: -1;
}
.main-content-moodboard .no-moodboard-found {
	height: 400px;
	padding: 50px 0px;
	font-size: 14px;
}
.main-content-moodboards .moodboard-item {
	float: left;
	width: 25%;
	padding: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.main-content-moodboards .clearfix.foreach
{
	display: none;
}
.main-content-moodboards .moodboard-item a {
	position: relative;
	display: block;
}
.main-content-moodboards .moodboard-item .url-wrapper {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 15px;
	transition: all 0.5s ease 0s;
}
.main-content-moodboards .moodboard-item:hover .url-wrapper {
	background: rgba(0, 0, 0, 0.5);
}
.main-content-moodboards .moodboard-item img {
	width: 100%;
	display: block;
	border: 1px solid #aaa;
}
.main-content-moodboards .moodboard-item h2 {
	font-size: 14px;
	height: 34px;
	padding: 10px 0;
	letter-spacing: 3px;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.main-content-moodboards .moodboard-item .desc {
	font-size: 12px;
	height: 57px;
	overflow: hidden;
}
.main-content-moodboard .moodboard-item-head {
	padding-left: 15px;
	padding-right: 15px;
}
.main-content-moodboard .moodboard-item-head h1 {
	padding-bottom: 20px;
	padding-right: 26%;
	margin-top: 20px;
	font-size: 30px;
}
.main-content-moodboard .moodboard-item-full, .main-content-moodboard .moodboard-item-related {
	padding: 0px 15px;
	float: left;
}
.main-content-moodboard .moodboard-item-full {
	width: 70%;
}
.main-content-moodboard .moodboard-item-full img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.main-content-moodboard .moodboard-item-full .description {
	font-size: 14px;
	float: left;
	width: 66.66666%;
	margin-bottom: 30px;
	padding-right: 5px;
	box-sizing: border-box;
}
.main-content-moodboard .moodboard-item-full .description a {
	text-decoration: none;
	font-weight: 700;
	color: rgb(0, 0, 0);
}
.main-content-moodboard .moodboard-item-full .share-buttons-container {
	float: left;
	width: 33.33333%;
	margin-bottom: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}
.main-content-moodboard .moodboard-item-related {
	width: 30%;
}
.main-content-moodboard .moodboard-item-related #scrollbar1 .scrollbar .track {
	background: #e4e4e4;
}
.main-content-moodboard .moodboard-item-related #scrollbar1 .scrollbar .track .thumb {
	background: #cccccc;
}
.main-content-moodboard .moodboard-item-related > h2 {
	text-transform: uppercase;
	font-size: 14px;
	height: 21px;
	padding: 0px;
	letter-spacing: 1px;
	overflow: hidden;
	border-bottom: 0px solid #000;
	margin-bottom: 20px;
}
.main-content-moodboard .moodboard-item-related .no-moodboard-product {
	margin-top: 15px;
}
.main-content-moodboard .moodboard-item-related .block-items {
	width: auto !important;
	margin: 0px -10px;
	padding-right: 10px;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item {
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 15px;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item h2 {
	height: 46px;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item h2 a {
	color: #000;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item .block-price {
	display: none;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item .back .block-buttons {
	padding: 5px;
}
.main-content-moodboard .moodboard-item-related .block-items .block-item .back .block-button-item a {
	font-size: 9px;
}
.main-content-moodboard .moodboard-item-comments {
	padding: 0px 15px;
	margin-bottom: 60px;
}
.main-content-moodboard .moodboard-item-comments .fb-comments {
	position: relative;
	margin: 20px -8px 0px;
	width: 70% !important;
}
.main-content-moodboard .moodboard-item-comments .fb-comments:before {
	content: "YOUR COMMENTS";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 55px;
	background: white;
	z-index: 10;
	font-size: 14px;
	font-weight: 900;
	text-shadow: 0px 0px 0px black;
	padding: 23px 8px 0px;
	box-sizing: border-box;
}
.main-content-moodboard .moodboard-item-comments .fb-comments > div, .main-content-moodboard .moodboard-item-comments .fb-comments > span {
	z-index: 2;
}
.main-content-moodboard .moodboard-item-comments .fb-comments > span, .main-content-moodboard .moodboard-item-comments .fb-comments > span > iframe {
	width: 100% !important;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider_story {
	width: 100%;
	margin: 0;
	position: relative;
	min-height: 650px
}
.flex-viewport {
	padding-bottom: 0px
}
.flexslider_story .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider_story .slides img {
	max-width: 100%;
	display: block;
}
.flexslider_story .slides {
	margin: 0;
	padding: 0 0 100px 0;
	zoom: 1;
}
.flexslider_story .slides > li {
	position: relative;
}
.story-board-bg {
	background-position: center center;
	background-size: cover;
	height: 510px;
}
.story-caption {
	width: 395px;
	position: absolute;
	right: 72px;
	top: 90px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.story-caption h3 {
	font-family: "Kessel_105 W00 Bold";
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 0 0 15px;
	margin: 0
}
.story-caption p {
	font-family: "Kessel_105 W00 Book";
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 40px
}
.caption-btn {
	font-family: "Kessel_105 W00 Book";
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 10px 28px;
	transition: -moz-all 0.5s ease 0s;
	transition: -webkit-all 0.5s ease 0s;
	transition: -ms-all 0.5s ease 0s;
	transition: -o-all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
.caption-btn:hover {
	background: #fff;
	color: #000;
}
.show-date {
	width: 139px;
	height: 139px;
	background-color: #fff;
	position: absolute;
	margin: 0 auto;
	bottom: -70px;
	right: 0;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.history-date {
	bottom: -13px;
	left: 0;
	position: absolute;
	right: 0;
	width: 139px;
	margin: 0 auto;
	font-family: "Kessel_105 W00 Bold";
	font-size: 24px;
	color: #000;
	text-align: center;
	z-index: 2;
}
/* Direction Nav */
.flexslider_story .flex-direction-nav {
	bottom: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.flexslider_story .flex-direction-nav li a {
	width: 15px;
	height: 71px;
	margin: -13px 0 0;
	display: block;
	background: url(../images/story-nav-btn.png) no-repeat 0 0;
	position: absolute;
	top: -164px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1
}
.flexslider_story .flex-direction-nav li .flex-next {
	background-position: -29px 0;
	right: 50%;
	margin-right: -11%;
	font-size: 0
}
.flexslider_stroy .flex-direction-nav a.flex-prev::before {
	content: ""
}
.flexslider_story .flex-direction-nav li .flex-prev {
	left: 50%;
	margin-left: -11%;
	font-size: 0
}
.flexslider_story .flex-direction-nav a::before {
	content: "";
	font-size: 0
}
.flexslider_story .flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flexslider_story .flex-control-nav {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 110px;
	text-align: right;
	padding: 0
}
.flexslider_story .flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flexslider_story .flex-control-nav li:first-child {
	margin: 0;
}
.flexslider_story .flex-control-paging li a {
	width: 10px;
	height: 9px;
	display: block;
	background-color: #808080;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}/*
.flexslider_story .flex-control-paging li a:hover {
    background-position: 0 -13px;
}*/
.flexslider_story .flex-control-paging li a.flex-active {
	background-color: #fff;
	cursor: default;
}
/*dorf quality*/
.dorf-quality h2 {
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 50px 0
}
.quality-block {
	width: 100%;
	float: left;
	margin-bottom: 50px
}
.quality-icon {
	width: 13.5%;
	float: left
}
.quality-info {
	width: 82%;
	float: right
}
.quality-info h4 {
	font-size: 20px;
	letter-spacing: 0.5px
}
.quality-info p {
	font-size: 13px;
	letter-spacing: 0.7px
}
/*--youtube block--*/
.qality-video {
	width: 100%;
	float: left;
	margin-bottom: 50px
}
.youtube-container {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.youtube-player {
	display: block;
	width: 100%; /* assuming that the video has a 16:9 ratio */
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
	display: block;
}
img.youtube-thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: -97px;
	height: auto
}
div.play-button {
	left: 50%;
	top: 50%;
	margin-left: -6.5em;
	margin-top: -6.5em;
	position: absolute;
	background: none;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 6.5em 0 6.5em 13em;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#youtube-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.related-quality {
	width: 100%;
	float: left
}
.view-quality {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.view-quality-thumb {
	width: 25%;
	float: left
}
.view-quality-thumb img {
	width: 100%;
}
.view-quality-info {
	width: 72%;
	float: right
}
.view-quality-info h5 {
	font-size: 15px;
	letter-spacing: 0.5px
}
.view-quality-info p {
	font-size: 13px;
	letter-spacing: 0.7px
}
.quality-bottom {
	width: 100%;
	float: left;
	margin-bottom: 50px
}
.quality-bottom p {
	font-size: 16px;
	letter-spacing: 0.5px
}
.download-warranty a {
	border: 1px solid #fff;
	font-size: 16px;
	padding: 10px 20px;
	float: right;
	font-family: "Kessel_105 W00 bold", Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
 -webkit- transition: all 0.5s ease 0s;
 -moz- transition: all 0.5s ease 0s;
 -ms- transition: all 0.5s ease 0s;
 -o- transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.download-warranty a:hover {
	background: #fff;
	color: #000
}


/*****GDD-213******/
.form-item{
	padding:10px 0;
}
.captcha img{
	float:left;
	margin-right:2%;
	margin-left: 66px;
}
.form-item-captcha-response{
	height: 60px;
}
#edit-captcha-response{
	width: 180px;
	margin: 10px 0;
}
#edit-actions{
	    margin: 50px 0;
}
.form-item .description{
	display: none;
}
.form-item-captcha-response .description{
	display: block;
	
}

.form-item-captcha-response label{
	display: none;
}
.captcha {
    padding: 10px 0;
}
#edit-name, #edit-pass{
	width: 380px;
}
@media (max-width:499px) {
	.captcha img{
		margin-left: 0px;
	}
	#edit-name, #edit-pass{
		width: inherit;
	}
}
/*****GDD-213******/

@media (max-width:1024px) {
.main-container {
	padding: 0 15px
}
}
@media (max-width:992px) {
.show-date {
	width: 110px;
	height: 110px;
	bottom: -50px
}
.stockist-results .block-location{
    height: 170px
}
}
@media (max-width:767px) {
.post-block-items.brochures .block-item {
	min-height: 250px;
}
.post-block-items .block-description {
	padding: 0 0 0 10px;
    margin-bottom: 30px;
}
.post-block-items.videos .block-item{
	min-height: 180px;
}
.story-caption {
	width: 96%;
	left: 0;
	right: 0;
	margin: 0 auto
}
.show-date {
	width: 80px;
	height: 80px;
	bottom: -40px
}
.history-date {
	font-size: 20px
}
.flexslider_story .flex-direction-nav li .prev {
	margin-left: -20%
}
.flexslider_story .flex-direction-nav li .next {
	margin-right: -20%
}
.flexslider_story .flex-control-nav {
	display: none
}
div.play-button {
	border-width: 3.5em 0 3.5em 6em;
	margin-left: -2.5em;
	margin-top: -5.5em
}
}
@media (max-width:520px){
    .stockist-results .block-location{
        height: auto
    }
    .display-store{
        width: 100%;
        float:left;
        margin-top: 10px;
        position:relative;
        text-align: center
    }
}
@media (max-width:479px) {
.caption-btn {
	font-size: 12px;
	padding: 10px 5px;
	width: 100%
}
.flexslider_story .flex-direction-nav li .flex-prev {
	margin-left: -22%
}
.flexslider_story .flex-direction-nav li .flex-next {
	margin-right: -22%
}
.dorf-quality h2 {
	font-size: 18px
}
.quality-icon, .view-quality-thumb {
	width: 100%;
}
.quality-info, .view-quality-info {
	width: 100%;
	margin-top: 20px;
}
.quality-info h4 {
	font-size: 14px
}
.download-warranty a {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 13px
}
}
 @media (max-width:568px) {
.col-left::after, .col-main.with-sidebar::before {
	border: none;
}
.sidebar-widget {
	position: relative
}
.sidebar-widget ul {
	display: none;
	background-color: #fff;
}
.sidebar-widget ul li {
	border-bottom: 1px solid #000
}
.sidebar-widget > ul > li > a {
	color: #242424
}
.sidebar-widget > ul > li.active > a {
	color: #000
}
.sidebar-widget h2 {
	border: 1px solid #fff;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 8px;
	cursor: pointer
}
#block-gwa-catalog-product-range-list .sidebar-widget h2 {
	padding-top: 8px
}
.downArrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
	height: 0;
	outline: medium none;
	position: absolute;
	right: 13px;
	top: 14px;
	width: 0;
}
.upArrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	border-top: 0;
	height: 0;
	outline: medium none;
	position: absolute;
	right: 13px;
	top: 14px;
	width: 0;
}
.with-sidebar .breadcrumb {
	display: none
}
 }
@media (max-width:520px){
	.story-board-bg {
	background-position: center right
}
}

.selections .block-space a,
.comparison .block-thumbnail a
{
	display: block;
	position: relative;
}
.selections .block-space a .external-brand,
.comparison .block-thumbnail a .external-brand
{
	top: auto;
	right: auto;
	left: 10px;
	bottom: 10px;
}
@media (max-width:480px){
    .block-items .block-item{
        max-width: 100%
    }
    .stockist-results h3,
    .block-items.stockist-results .block-item,
    .stockist-results .block-location{
        height: auto
    }
    .stockist-results .block-map{
        position: relative;
    }
}
/*****GDD-773******/
.product-page .flip-container1 .back{
	display: none;
}
.product-page .block-items .block-item {
    width: 33%;
    max-width: 225px;
    float: left;
    padding: 0 10px;
}
.product-page .block-items .block-product {
    margin-bottom: 45px;
    padding: 0 12px;
}
.product-page .block-items .block-product h2 {
    font-size: 13px;
}
.product-page .block-items .block-product .block-price{
	float:left;
	margin-top: 5px;
}
.product-page .block-items .block-product .block-btns{
	 position: absolute;
	 float:left;
	 right:0;
}
.product-details-bottom .product-page .block-items .block-product .block-btns {
     position: relative; 
 }
 .product-details-bottom .block-btns-cont{
 	display: none
 }
 .product-details-bottom .block-item.block-product{
 	min-width: 155px;
 }
 .product-details-bottom .product-sliders .flex-viewport{
	min-height: 250px
}
.product-page .block-items .block-product .compare-btn{
	float:left;
	margin-left: 5px;
}
.product-page .block-items .block-product .block-btns-cont{
	position:relative;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext:after {
    content: '';
    display: block;
    position: absolute;
    left: 63px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 7px solid white;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    height: 10px;
    background-color: white;
    color: #000;
    text-align: center;
    font-family: Kessel_105 W00 Bold,Verdana,Arial,sans-serif;
    padding: 10px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -69px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext.block-button-item a {border:none;padding:0px;}
.tooltip .tooltiptext.block-button-item a:hover {color:grey;}
@media (max-width: 769px){
	.product-page .block-items .block-product h2 {
	    font-size: 14px;
	}
}
@media (max-width: 460px){
	.product-page .block-items .block-product h2 {
	    font-size: inherit;
		height: 70px;
	}
	.product-page .block-items .block-product .block-btns-cont {
	    margin-top: 20px;
	    margin-left: -6px;
		
	}
	.product-page .block-items .block-product .block-btns {
	    left: 0;
	    right: inherit;
	}
	.product-page .block-items .block-product {
	    margin-bottom: 60px;
	}
	.tooltip .tooltiptext {
	    font-size: 8px;
	    padding: 5px;
	}
	.tooltip .tooltiptext.block-button-item a {font-size: 8px !important;}
	.tooltip .tooltiptext {
	    visibility: hidden;
	    width: 90px;
	    height: 10px;
	    background-color: white;
	    color: #000;
	    text-align: center;
	    font-family: Kessel_105 W00 Bold,Verdana,Arial,sans-serif;
	    padding: 10px;
	    position: absolute;
	    z-index: 1;
	    top: 100%;
	    left: 50%;
	    margin-left: -48px;
	}
	.tooltip .tooltiptext:after {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 43px;
	    bottom: 100%;
	    width: 0;
	    height: 0;
	    border-bottom: 7px solid white;
	    border-top: 7px solid transparent;
	    border-left: 7px solid transparent;
	    border-right: 7px solid transparent;
	}
}
/*****GDD-773******/
/*****GDD-890******/
.webform-confirmation{
	text-align: center;
}
.webform-confirmation p{
	padding:15px;
}
.webform-confirmation h4{
	clear: both;
    padding-top: 100px;
}
    
.content .links{
	text-align: center;
	padding-bottom: 100px;
}
.content .links a{
	color: white;
}

/*****GDD-890******/

.block-btns-cont .compare-btn{ float:left; margin-right:5px;}
.block-btns-cont .block-btns{margin-left: 30%;}
.flipper .back {display:none;}

/* DD-475 */
#webform-client-form-4 .form-item-captcha-response {float: left;height: auto;}
#webform-client-form-4 #edit-captcha-response {width: 220px;height: 24px;padding: 0 2.5%;font: normal 12px/24px arial;color: #333333;border: 1px solid #d4d4d4;text-transform: none;}
#webform-client-form-4 .form-item-captcha-response .description { font-family: Kessel_105 W00 Book,Verdana,Arial,sans-serif;font-size: 11px;color: #ffffff;}
#webform-client-form-4 .captcha  {float: left;width: 100%;margin: 0 ;}
#webform-client-form-4 .cancel-btn {margin-left: 10px;}
#webform-client-form-4 .captcha  img {margin-left: 0;margin-top: 16px;}
#webform-client-form-4 #edit-captcha-response.error {    border: 2px solid red;}
#webform-client-form-4 input.form-file.contact-btn.text-white {color: #000;}
#webform-client-form-4 .form-actions { display: inline;margin: 0 10px 0 0;}
/* DD-475 */