
/* VA.CSS Document by Kolen Mackey:  http://www.kolenmackey.com for Datadial 16/09/17 */

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two');

@import url(/css/fonts/entypo/entypo.css);
/* entypo */
[class*="icon-"]:before {
  font-family: 'icomoon', sans-serif;
}

/*@font-face {
    font-family: 'Shadows Into Light Two';
    src: url(/css/fonts/'Shadows Into Light Two'.ttf);
}*/




body {
	/*background:#f9f9f9 url(/img/background1.jpg) center top repeat;*/
	background:#fafafa;
	font-family: 'Open Sans', sans-serif;
	/*color:#555b63;*/
	color: #5e656e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	margin:0 0 0.8em;
	
}

h1, .h1 {
	font-size:42px;
	line-height: 52px;
	letter-spacing: -1px;
	font-weight: 300;
}

h2, .h2 {
	font-size:26px;
	line-height: 32px;
	font-weight: 300;
}
h3, .h3 {
	font-size:22px;
	line-height:30px;
	font-weight: 400;
}
h4, .h4 {
	font-size:20px;
	line-height:28px;
	font-weight: 400;
}
h5, .h5 {
	font-size:18px;
	line-height:24px;
}
h6, .h6 {
	font-size:16px;
	line-height:24px;
	font-weight: 600;
}
p {
	margin-bottom:16px;
	line-height: 24px;
}

fieldset > legend {
	color:#6f9298;
	border-color:#ccc;
	padding-bottom:5px;
}



a, a:link, a:focus, .btn {
	color:#6f9aa2;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-outt;
	transition: all 200ms ease-in-out;
	text-decoration: none;
}
.btn{
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 400;

}
.button,
a.btn-primary,
a.button{
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 400;
	background-color: #6f9aa2;
	color: #fff;
	border:none;
	padding: 10px 25px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
}
.button.line,
a.button.line{
	background-color: #fff;
	border:1px dotted #99b1ca;
	color: #8da3ba;
	border-radius: 4px;
	font-size: 14px;
	font-weight:600;
}
a.button.sm{
	padding: 6px 15px;
	font-size: 13px;
}
a.button span,
a.btn span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.button.buy{
	background-color: #6b8b5c;
	margin-left: 20px;
}

a.btn-primary:hover,
a.button:hover{
	color: #fff;
	background-color: #6e8190;
	text-decoration: none;
}

.button.line:hover,
a.button.line:hover{
	border-style: solid;
	background-color: #fff;
	color: #8da3ba;
}
.button.buy:hover{
	color: #fff;
	background-color: #7a9e69;
}
.btn.h2{
	font-size: 18px;
	padding: 10px 30px;
	letter-spacing: 0;
}
#footer a:hover{
	color: #97b6b9;
}
img{
	max-width: 100%;
	height: auto;
}
.featimg{
	background: url() center/cover no-repeat;
}
.alt-font {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Shadows Into Light Two', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";*/
    text-transform: none;
    /*word-spacing: -8px;*/
    letter-spacing: 1px;
}
.alt-colour {
	color:#97b6b9;
}
.alt-colour-dark {
	color:#6f9298;
}
.alt-colour2 {
	color:#d2b361;
}
.text-muted {
	color:#999;
}

.form-control:focus,
.bootstrap-select.open > button {
	/*border-color:#97b6b9 !important;*/
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #97b6b9 !important;*/
	box-shadow:none; 
	border-color: #fff;
}

.placeholder {
	color:#c9c6c5;
}

.panel {
	border-radius:0;
	padding:20px;
	border:1px solid #97B6B9;
}

.error {
	background-color:#ffe8e8 !important;
	color:#555b63 !important;
}

#site-container {
	/*width:1080px;*/
	width:100%;
	max-width:1460px;
	overflow: hidden;
	padding: 0 20px;
	margin: 0 auto;
}
#site-container.docked{
	padding-top:150px;
}
#site-container.docked  #bkg_header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	z-index:1000;
	padding:0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
	   -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
			box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
	border-top:4px solid #97b6b9;
}
#site-container.docked #bkg_header .head-cta{
	display:none;
}
#site-container.docked #bkg_header #masthead {
	box-shadow:none;
	margin:0 auto;
	max-width:1460px;
	border:none;
}

.head-cta {
   width:100%; 
   padding:6px;
   text-align: center;
   background-color: #97b6b9;
   color: white;
   font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	display: block;
	height: 80px;
	font-size: 14px;
}
#menu_icon{
	display: none;
}
.bordered {
	border:3px solid #e3e4e8;
}

.modal-lg {
	width:auto;
    /*max-width: 980px;*/
	max-width: 1460px;
	padding: 0 20px;
}
#confirmation-dialog {
	height:100%;
	padding:20px;
	
}
#confirmation-dialog .modal-lg {
	margin:50px auto;
}

.modal-content {
	padding:30px;
}
.modal-content #mainFabricSearch_content {
	padding:0 15px;
}

.modal-header {
	border:none;
	padding:0;
	min-height:0;
	position:absolute;
	top:0px;
	right:0px;
}
.modal-header button.close {
	color:#fff;
	background-color:#97b6b9;
	margin:0;
	padding:4px 10px 6px 11px;
	border-radius: 0 3px;
	opacity:1;
}
.modal-header button.close:hover {
	background-color:#d9534f;
}

.invalid-if-visible {
	visibility:hidden;
	width:1px;
	height:1px;
	border:none;
	position:absolute;
}

.help-icon {
	color:#d2b361;
	font-size:20px;
	cursor:pointer;
}

.tooltip .tooltip-inner {
	background-color:#97b6b9;
}
.tooltip.top .tooltip-arrow {	border-top-color:#97b6b9; }

.table > thead > tr > th  {
	border-bottom:1px solid #97B6B9;
	color:#6f9298;
	font-weight:normal;
}


#masthead,
#content,
#footer {
	margin-bottom:8px;
	background-color:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24);
	padding: 0 15px;
	border:1px solid #f5f5f5;
}

#content {
	padding-top:15px;
	padding-bottom:15px;
	min-height:400px;
	position: relative;
	border-top:1px solid #efefef;

}

#usp-bar {
    padding: 0px 20px 20px 20px;
	text-align: center;
}


#masthead {
	position:relative;
	height:150px;
	margin-top: 60px;
	z-index: 1040;
}

#masthead-logo {
	display: block;
	width:500px;
	height: 75px;
	position:absolute;
	z-index:1;
	left:31px;
	top:23px;
	background:#fff url(/img/masthead-logo.png) 0 center / contain no-repeat;
}

#masthead ul {
	list-style:none;
	margin:0;
	padding:0;
}
#masthead ul li {
	list-style:none;
	margin:0 0 0 3px;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
#masthead ul li a {
	display:block;
}


input[type=text].form-control,
input[type=password].form-control,
textarea.form-control {
	border-radius:0;
	border:1px solid #ccc;
	box-shadow: none;
}

.number {
	max-width:100px;
}
.positiveNumber {
	padding-left:10px;
	padding-right:10px;
}

#masthead-search input[type=text] {
	display:inline-block;
	font-size:11px;
	width:270px;
	padding:2px 12px;
	height:27px;
}
#masthead-search button {
	font-size:21px;
	color:#97b6b9;
	padding:6px 3px;
	font-weight:normal;
}
#masthead-search button:hover,
#masthead-search button:focus {
	text-decoration:none;
}

#footer {
	clear:both;
	padding:60px 40px 40px;
}
#footer a {
	color:inherit;
	
}
#footer .h4{
	margin: 0 0 20px;
}
#footer ul li{
	margin: 5px 0;
}
#footer ul li a{
	display: block;
	padding: 2px 0;
} 
#footer-credit {
	text-align:right;
	color:#9da3ad;
	margin:10px 60px;
	text-transform:uppercase;
	font-size:12px;
}
#footer-credit a {
	color:#9da3ad;
}
#footer .h1 {
	margin:0;
}

.dialog-content {
	display:none;
}

/* slider */

.slider {
	background-color: #fff;
	position: relative;
	display: block;
	margin: -10px -10px 0;
	padding: 0;
	z-index: 0;
}
#home .slider{
	margin: 0;
}
.slider ul {
	padding:0;
	margin: 0;
	list-style: none;
}

.slider ul li {
	float: left;
	list-style: none;
	position:relative;
	background: url() center / cover no-repeat;
	padding:0;
	margin: 0;
}
.slider ol.dots {
	position:absolute;
	bottom:18px;
	right:70px;
	padding:0;
	margin:0;
	z-index: 900;
}
.slider ol.dots li {
	float:left;
	width:8px;
	height:8px;
	background-color:#d8d8d8;
	overflow:hidden;
	text-indent:-100px;
	margin-right:13px;
	border-radius:5px;
	cursor:pointer;
}
.slider ol.dots li.active {
	background-color:#97b6b9;
}

.slide-caption {
	background-color: #fff;
	color:#54636e;
	text-decoration:none;
	display: block;
	text-align: center;
	padding: 30px 50px 20px;
	margin: 0;
	min-height: 250px;
}
.slide-caption h4 {
	font-weight:bold;
}
.slide-caption p {
	margin: 0;
	font-size:14px;
}
.slider .bx-wrapper{
	background: none;
	padding: 0;
	margin: 0;
	min-height: 10px;
}
.slider .bx-controls{
	position: absolute;
	bottom:0;
	width:100%;
}
/* buttons */
.btn, a.btn {
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	padding:10px 15px;
	text-align: center;
}
.btn.inline {
	padding:6px 15px;
}
.btn-default {
	background-color:#97b6b9;
	border-color:#97b6b9;
}
.btn-success {
	background-color:#729c76;
	border-color:#729c76;
}
.btn-success:hover {
	background-color:#97b999;
	border-color:#97b999;
}
.btn-info,
.btn-info:hover {
	background-color:#82868c;
	border-color:#82868c;
	color:#fff !important;
}
.btn-info:hover {
	background-color:#9299a4;
	border-color:#9299a4;
}
.btn-more { /* site specific */
	/*text-align:left;*/
	position:relative;
	/*padding-right: 30px !important;*/
}
/*.btn-more:after {
	font-family:"icomoon";
	content: "\e766";
	position:absolute;
	right:11px;
	top:50%;
	font-size:14px;
	font-weight:normal;
	line-height:34px;
	margin-top:-16px;

}*/
.btn.btn-link {
	color:#6f9aa2;
}

.dropdown-menu > li > a:hover {
	background-color:#9CC2CB;
	color:#fff;
}

/* custom form */
.custom-checkbox,
.custom-radio {
	margin-bottom:1rem;
	display:block;
	cursor:pointer;
}

/* grid image links */
ul.image-link-grid li a {
	display:block;
	text-decoration:none !important;
	color:inherit;
}
ul.image-link-grid li a:hover {
	opacity:0.9;
}
ul.image-link-grid li a strong {
	display:block;
	text-transform:uppercase;
	line-height: 18px;
}
ul.image-link-grid li a span {
	color:#97b6b9;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
ul.image-link-grid li a img {
	display:block;
	margin-bottom:10px;
	width:100%;
	border:3px solid #e3e4e8;
}

ul.heavy-image-link-grid li a {
	display:block;
	padding:9px;
	background-color:#e3e4e8;
	color:inherit;
	text-decoration:none !important;
	position:relative;
}
ul.heavy-image-link-grid li a:hover {
	-webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.4);
}
ul.heavy-image-link-grid li a label {
	position:absolute;
	top:17px;
	left:0px;
	color:#fff;
	background-color:#afa9a9;
	text-transform:uppercase;
	padding:0 15px;
	line-height:30px;
}
ul.heavy-image-link-grid li a strong {
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
}
ul.heavy-image-link-grid li a img {
	display:block;
	margin-bottom:10px;
	width:100%;
}


/* fabric chooser */
.fabric-chooser-filters ul {
	margin-bottom:20px;
}
.fabric-chooser-filters .remove-filter:after {
	content:"\2715";
	color:#97b6b9;
	display:block;
	margin-top:1px;
	margin-left:-30px;
	position:absolute;
	cursor:pointer;
	font-family:"icomoon";
	font-size: 18px;
	line-height: 20px;
	text-decoration:none !important;
}
.fabric-chooser-filters a {
	display:block;
	margin-left:30px;
	color:inherit;
	font-size: 14px;
	padding: 4px 0;
	/*text-transform:uppercase;*/
}
.fabric-chooser-filters .active a {
	/*color:#6f9aa2;*/
	color: #d3b263;
}
.fabric-chooser-filters h5 {
	cursor:pointer;
	padding-bottom:5px;
	border-bottom:1px solid #e6e5e6;
	margin-bottom:5px;
	position:relative;
	color: #d3b263;
}
.fabric-chooser-filters h5:after {
	content:"\e924";
	display:block;
	position:absolute;
	line-height:inherit;
	right:0px;
	top:0px;
	font-family:"icomoon";
	color:#97b6b9;
}
.fabric-chooser-filters h5.closed {
	border-color:transparent;
	color:#555b63;
}
.fabric-chooser-filters h5.closed:after{
	content:"\e926";
}

.fabric-chooser-search-results.image-link-grid img {
	margin-bottom:5px !important;
}
.fabric-chooser-search-results.image-link-grid strong {
/*	color:#97b6b9;
	text-align:center;*/
	font-size:12px;
}

.fabric-chooser-result-count {
	border-bottom:1px solid #e6e5e6;
	margin:-5px 0 30px;
	text-transform:uppercase;
	padding-bottom: 10px;
}

/* product summaries */
dl.product-summary:before,
dl.product-summary:after {
	content: " ";
    display: table;
}
dl.product-summary:after {
	clear:both;
}
dl.product-summary dt {
	float:left;
	clear:left;
	color:#6f9298;
	font-weight:normal;	
	width: 33.3333%;
	padding: 0 15px 0 0;
	position:relative;
	overflow:visible;
}
dl.product-summary dt img {
	display: block;
	position: absolute;
	top: 0;
	left: 220%;
	width: 164px;
	border:3px solid #e3e4e8;
}
dl.product-summary dt.separator {
	margin-top:20px;
	font-weight:bold;
	color:#d2b361;
}
dl.product-summary dd {
	float:left;
	width: 38%;
	padding: 0 0 0 15px;
}



/* product page */
.was-price {
	text-decoration:line-through;
	font-size:13px;
}

a.section-help {
    /*color: #b3b2ad;*/
    margin: 0 0 30px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	text-align:left;
	position: relative;
	display: block;
	
}
a.section-help:hover{
	color: #d2b361;
}
a.section-help span{
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	position: absolute;
	top:-1px;
	left:-37px;
	/*color: #d2b361;*/
}
.fabric-certification-logos {
    /*float: right;
	padding-top: 20px;*/
}
.fabric-certification-logos img {
    margin: 0 0 8px;
}

.measuring-guides {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.measuring-guides li {
    display: inline-table;
    padding: 0px;
    margin: 20px;
    width: 150px;
    text-align: center;
}
.measuring-guides img {
    display: block;
    border: 1px solid gray;
    padding: 0px;
    margin: 0px;
    margin-bottom:10px;
    -webkit-box-shadow: 2px 3px 6px 0px rgba(173,173,173,1);
    -moz-box-shadow: 2px 3px 6px 0px rgba(173,173,173,1);
    box-shadow: 2px 3px 6px 0px rgba(173,173,173,1);
}


/* ----------------------------------------------------------------------- Homepage */
#home #content{
	padding:6px 5px 5px;
}
#home #intro .txtbox{
	padding:50px 30px;
	
}

#home #intro p{
	color: #5b5858 !important;
}
#home #content > .col-xs-12{
	padding:0;
}
#home #usp-bar{
	margin: 5px 0;
}
#home .panel {
	margin:4px 0 0;
	color:#fff;
	border:none;
}
#home .panel h1,
#home .panel .h1 {
	
    /*font-family:'Shadows Into Light Two', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";*/
	text-transform:none;
	padding-bottom:10px;
	/*word-spacing:-8px;*/
	/*letter-spacing: 2px;*/
	font-size: 26px;
	line-height: 32px;
}
#home #social > .row > .col-xs-6:first-of-type .h1{
	/*word-spacing:-8px;*/
	/*letter-spacing: 2px;*/
	font-size: 26px;
	line-height: 32px;
}
#home .yellow-panel {
	background-color:#d3b263;
	padding: 0;
	color: #fff;
}
#home .yellow-panel span{
	color: #fff !important;
}
#home .cream-panel {
	background-color:#dfd6c7;
}
#home .beige-panel {
	background-color:#eaeaea;
	color: #6e8190;
}
#home .blue-panel{
	color:#6e8190;
	background-color: #eae7e2;
}
#home .green-panel {
	background-color:#97b6b9;
}
#home .wallpaper-panel {
	background:url(/img/wallpaper-background.jpg) center top repeat;
}
#home .wallpaper-panel input {
	background-color:#b2b5bb;
	border-color:#b2b5bb;
	color:#fff;
}
#home #Blog{
	padding:40px 30px;
}
#home #Blog .btn{
	color: #5e656e;
}
#home #blog-items a {
	text-decoration:none;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}
#home #blog-items img {
	border:4px solid #fafafa;
	display:block;
	margin-bottom:10px;
	width: 100%; /* account for borders */
	height: auto;
}

#home audio {
	width:100%;
	height:40px;
}
#home .google-view {
	background-color:#6e8190; 
	padding:20px; 
	color:#FFF; 
	margin:10px 0 0; 
	height:340px;
}
#home #shop{
	position: relative;
	min-height: 450px;
}
#home #shop:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	
}
#home #shop .h1 {
	width:65%;
	float: left;
	/*word-spacing: -5px;*/
	
}
#home #shop .h1 + div{
	display: inline-block;
	vertical-align: top;
	width:59%;
	float: left;
}
#home #shop .h1 + div img{
	display: block;
	width:48%;
	height: auto;
	border:2px solid #fff;
	margin: 0 0 4px;
}
#home #shop .h1 + div + div{
	padding: 0 30px 20px 0;
	width:35%;
	position: absolute;
	top:50px;
	right:50px;
}
#home #video{
	margin: 4px 0;
	background-color: #c3c0bc;
	color: #fff;
}
#home #social{
	padding: 50px;
}
#home #social >.row  > .col-xs-6{
	padding: 0 40px;
}
#social .gdpr {
	display: block;
	padding:0;
	border: none;
	border-radius: 4px;
	background:none;
	margin: 0 0 15px 0;
}
#social .gdpr a{
	color: inherit;
}
.slide-caption p.alt-font {
	border-bottom: 1px dashed #bfcede;
	color: #99b1ca;
	font-size: 24px;
	line-height: 32px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	width:100%;

}
/* ----------------------------------------------------------------------- Fabric Collections */

/*Fabric Collections*/
/*#fabric #usp-bar{
	position: absolute;
	top:30px;
	width:100%;
	z-index: 100;
	text-align: center;
}*/
#usp-bar{
	margin: 30px -30px 0;
	padding: 30px 0;
	/*background: #eae7e2;*/
	background: #c3c0bc;
}
#fabric #usp-bar .usp-item{
	width:33%;
	max-width:336px;
	padding: 0 5px;
}

#fabric .txtbox{
	padding-right:50px;
	/*start*/
	display: block;
	width:71.2%;
	padding:40px 50px 30px;
	background: #fff;
	margin: 0px auto 0;
	float: none;
	position: relative;
	z-index: 100;
	text-align: center;
}

#fabric .txtbox h1{
	/*color: #d3b263;*/

}
#fabric h1 span{
	color: #d3b263;
}
#fabric .txtbox h2.alt-font {
	width: 80%;
	text-align: center;
	margin: 0 auto 30px;
	color: #99b1ca;
	font-size: 24px;
	line-height: 32px;
	padding: 0 50px;
	border-bottom: 1px dashed #bfcede;
	word-spacing: 0px;
	letter-spacing: 0px;
}
#fabric .txtbox h3.alt-font{
	font-size: 24px;
	line-height: 32px;
	color: #99b1ca;
}
#fabric .txtbox ul{
	display: inline-block;
	text-align:left;
}
#fabric .txtbox ul li{
	
}

#fabric .slidebox{
	padding:0;
	/*start*/
	display: block;
	width:100%;
	float:none !important;
	z-index: 0;
	margin: 0 auto;
}

/*#fabric .slidebox img{
	width:100%; 
	max-height: 600px;
}*/




/*Results*/

#fabricSearch_content{
	padding: 50px 0;
}
.fabric-chooser-filters{
	padding-right: 50px;
}
#resultbox{
	padding-top: 30px;
	display: block;
}
ul#results{
	display: block;
	padding: 0;
	margin: 0 -15px;
}
/*ul#results:after{
	content:"";
	display: inline-block;
	width:100%;
}*/
ul#results li{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 20px;
	width:25%;
	margin: 0 -2px 20px;
	
}
ul#results li.blank{
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
ul#results li a{
	color:inherit;
}
ul#results li a img {
	border: 3px solid #e3e4e8;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
ul#results li a strong {
	display: block;
	line-height: 18px;
	text-transform: uppercase;
	font-size:12px;
}
ul#results li a span {
  color: #97b6b9;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#resultbox{
	display: block;
	margin:0;
}
#resultbox h5{
	font-weight: 600;
	text-transform: none;
	margin: 0;
}
/* ----------------------------------------------------------------------- Made to Measure */
#m2m h1{
  /*color: #d3b263;*/
  letter-spacing: -0.5px;
  margin-top: 20px;
  text-transform: none;
}

#m2m h2.alt-font {
	font-size: 24px;
	line-height: 32px;
}
#m2m .slidebox{
	padding-top:10px;
}

#m2m .txtbox{
	padding-left:30px;
	padding-right: 30px;
}
/*#m2m .slider ul li{
	height: 692px;
}*/


/* ----------------------------------------------------------------------- Furniture */
#furniture .txtbox{
	padding-right:50px;
	/*start*/
	display: block;
	width:71.2%;
	padding:10px 50px 30px;
	background: #fff;
	margin: 0px auto 0;
	float: none;
	position: relative;
	z-index: 100;
}
#furniture .txtbox h1{
	text-transform: none;
	margin-top: 20px;
	/*color: #d3b263;*/
	letter-spacing: -0.5px;
}
#furniture .slidebox{
	padding:0;
	/*start*/
	display: block;
	width:100%;
	float:none !important;
	z-index: 0;
	margin: -2px auto 0;
}
/*#furniture .slidebox img{
	width:100%; 
	max-height: 600px;
}*/
#furniture .fabricsample{
	display: inline-block;
	vertical-align:middle;
	right:40px;
	border-radius: 50%;
	overflow: hidden;
	width:170px;
	position: absolute;
	top:-60px;
	left:25px;
}
#furniture h1.hasFabric {
	margin-left: 180px;
}
#furniture .fabricsample + h2{
	display: inline-block;
	vertical-align:middle;
	margin: 0;
	padding: 0 30px;
	text-transform: none;
}
/* ----------------------------------------------------------------------- Brochures */
#brochure #intro .featimg {
  background: rgba(0, 0, 0, 0) url("/uploads/moodboard-crop.jpg") no-repeat scroll center center / cover ;
  float: none;
  height: 450px;
  margin: -10px -10px 30px;
  display: block;
}
#brochure #intro .txtbox {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: none;
  margin: 0px auto 0;
  padding: 30px 50px;
  position: relative;
  width: 71.2%;
  z-index: 100;
}
#brochure .brochure{
	max-width: 960px;
	margin: 0 auto;
	padding:20px;
}
#brochure .brochure .img img{
	width:100%;
}
#brochure .brochure .txt{
	padding: 30px 15px 0;
}
/* ----------------------------------------------------------------------- Product */
#ProductInfo{
	/*Curently used only on fabric.aspx*/
}
#ProductInfo #content{
	padding-top:50px;
}

#product{
	display: block;
	margin:0;
	min-height: 600px;
	
}
#product.homeware{
	min-height: 650px;
}
#MyItem .alt-colour2,
#MyChoice h1 .alt-colour{
	text-transform: lowercase;
}
#product h2{
	text-transform: none;
	margin-bottom: 20px;
}
#product h2 span{
	font-weight: 400;
}

#product .fabric-display #main-image {
	display:block;
	width:100%;
	margin-bottom:10px;
}

#product .slider li img{
	width:100%;
}
#product .buybox{
	text-align: right;
}
.titlebox{
	display: block;
	padding: 0 0 30px;
}
.titlebox h1{
	margin: 0;
	padding: 0 0 5px 0;
}
.titlebox h6{
	margin: 5px 0 0;
	/*text-transform: uppercase;*/
}
.modal .titlebox h6{
	display: none;
}
.titlebox h6 span,
.titlebox h6 a{
	color: #99b1ca;
	font-size: 13px;
	text-transform: uppercase;
}
.titlebox h6 a{
	padding-left:20px;
	position: relative;
	display: inline-block;
}
.titlebox h6 a span{
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top:5px;
	left:0;
	height: 100%;
}
.titlebox .fabric-certification-logos{
	padding: 0;
	display: inline-block;
	width:auto;
	position: absolute;
	top:0;
	right:15px;
}
.titlebox .fabric-certification-logos img{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px 8px;
}
#product:after{
	content:".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#product .imgbox{
	max-width:540px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 70px;
	float: left;
}

#product .imgbox .slider{
	border: 3px solid #e3e4e8;
	overflow: visible;
	margin: 0;
}
#product .imgbox .slider .bx-controls {
	position: absolute;
	width: 100%;
	top: 100%;
	bottom: auto;
	height: 70px;
}
#product .imgbox .hover-instruction {
    position: absolute;
    top: 20px;
    left: 20px;
    color: black;
    font-size: larger;
    padding: 6px;
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
}
#product .bx-wrapper .bx-prev {
    left: 0;
}
#product .bx-wrapper .bx-next{
	right:0;
}
#product #made-for-you,
#product .lowerbox,
#product .txtbox{
	padding:0;	
	display: inline-block;
	vertical-align: top;
	width:58%;
	float:right;
}
#product #made-for-you{
	margin:30px 0 0;
}
#product.homeware .txtbox{
	padding: 0 20px;
}
#product .txtbox h2.alt-font {
  border-bottom: 1px dashed #bfcede;
  color: #99b1ca;
  font-size: 24px;
  line-height: 32px;
  margin: 30px auto 30px;
  padding: 0 50px 10px;
  text-align: center;
}
#product dl{
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	padding: 0 4px;
	width:60%;
	position: relative;
	
}

#product dl.wide{
	width:100%;
	margin: 0 0 30px 0;
}
#product dl dt{
	text-transform:uppercase;
	padding: 4px 0;
	color:#838f9a;
	width:45%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	font-size: 12px;
}
#product dl dd {
	padding: 4px 0 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width:55%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	font-size: 14px;
}
#product dl dd.desc p{
	font-size: inherit;
	margin: 0 0 5px 0;
	text-transform: none;
}
#product dl dd.price small{
	color: #838f9a;
}

#product.homeware dl dt{
	width:30%;
}
#product.homeware dl dd{
	width:70%;
}
#product #buy-controls .form-group{
	text-align: right;
	border-bottom:1px solid #e6e5e6;
	margin: 0 0 10px 40%;
	padding: 10px 0;
	
}
#product #buy-controls .form-group label,
#product #buy-controls .form-group input{
	display: inline-block;
	vertical-align: middle;
}
#product #buy-controls .form-group label{
	padding: 0 20px 0 0;
}
#product #buy-controls{
	padding: 0 0 50px 0;
}


#product .fabric-certification-logos {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top:-10px;
	right:0;
	text-align: right;
	width:auto;
}


ul#order-options{
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	padding: 0 22px 0 2px;
	width:40%;
}

#order-options li{
	display: block;
	margin: 0 0 10px 0;
}
#order-options .button{
	width:100%;
	
}
#order-options .btn-more {
	color:#fff;
	background: #d3b263;
	text-transform:uppercase;
	text-align: center;
	border:none;
}
#order-options li:nth-of-type(1) .btn-more{
	background-color: #6b8b5c;
	color:#fff;
}
#order-options li:nth-of-type(3) .btn-more{
	background-color: #a4a39e;
	color:#fff;
}
#order-options .btn:not(.btn-success):after{
	display: none;
}
#order-options .btn:not(.btn-success):hover{
	background:#555b63;
	color: #fff;
}
#product #resultbox{
	margin: 0;
	padding: 0;
}

#product #resultbox ul{
	margin-top:30px;
}

#product.homeware #buy-controls .h1{
	font-weight:400;
}


#product #made-for-you h2 span{
	color: #d3b263;
	font-weight: 400;
}
#product ul#product-types{
	display: block;
	margin: 0 -10px;
	padding: 0;
}
#product ul#product-types li{
	display: inline-block;
	vertical-align: top;
	width:33.3%;
	margin: 0 -2px 10px;
	padding: 0 10px 0;
}
#product-types .btn {
	background-color:transparent;
	border-color:transparent;
	text-transform:uppercase;
	color:inherit;
}
#product-types .btn {
	font-weight:400;
	font-size:16px;
	line-height: 25px;
	border:1px solid #e6e5e6;
	border-radius: 4px;
	padding: 8px 40px 8px 15px;
	text-transform: none;
	text-align: left;
}
#product-types .btn:after {
	content: "\e92f";
	font-family: "icomoon";
	font-size:18px;
	color:#9fa3ae;
	position: absolute;
	right:10px;
	
}
#product-types .btn:hover:after{
	color: #fff;
}
#product-types .btn:hover{
	background-color:#d3b263;
	color: #fff;
	border-color:#d3b263;
}
#product h2.productType{
	margin: 0 0 20px;
	display: block;
}
a#proceed-with-product-type{
	font-size: 16px;
	background-color: #6b8b5c;
}
/*
a#proceed-with-product-type {
	border:2px solid #e6e5e6;
	color:#6e8190;
	text-transform:none;
	padding:0;
	margin:0 0 10px 0;
	display:block;
	position:relative;
	font-size:20px;
	font-weight:400;
	border-radius: 8px;
	overflow: hidden;
}

a#proceed-with-product-type:hover {
	background-color:#efefef;
	border-color:#efefef;

}

a#proceed-with-product-type:hover:after,
a#proceed-with-product-type:hover strong,
a#proceed-with-product-type:hover {
	
}
a#proceed-with-product-type:after {
	font-family:"icomoon";
	content: "\e92f";
	position:absolute;
	right:20px;
	top:50%;
	font-size:24px;
	font-weight:normal;
	line-height:34px;
	margin-top:-16px;
	color: #d3b263;
}
a#proceed-with-product-type img {
	display: inline-block;
	vertical-align: middle;
	width:25%;
	border-right:2px solid #efefef;
}
a#proceed-with-product-type span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px 0 20px;
	width:73%;
}
a#proceed-with-product-type span strong{
	color:#d3b263;
}*/
#product{
	
}

/*-------------------------Modal Fabric Picker*/
.modal .fabric-chooser-fabric-details{

}
.modal  #product .imgbox{
	display: none;
}
.modal #product .lowerbox{
	margin-top: 50px;
}
.modal #product .lowerbox, 
.modal #product .txtbox {
	width: 48%;

	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.modal #product .lowerbox{
	padding: 20px 0;
}
.modal #product .txtbox{
	float:left;
	padding: 20px 0;
}
.modal .titlebox{
	padding:20px 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #e6e5e6;
}
.modal .fabric-certification-logos,
.modal .titlebox h6 {
	display: none;
}
.modal #product .txtbox h2.alt-font{
	margin-top: 0;
	border:none;
	text-align: left;
	padding: 0;
}
/*.modal a#proceed-with-product-type span {
	padding: 0 50px 0 20px;
}*/

/* ----------------------------------------------------------------------- MadeFor You */


#MadeForU .header > h1{
	width:50%;
}
#MadeForU #content{
	padding-top:50px;
}
#MadeForU .itemframe{
	position: static;
}
#MadeForU #MyItem{
	background: #f6f6f6;
	border:1px solid #eae7e2;
	padding: 50px 20px 20px;
}


#MyItem h2{
	text-transform: none;
}
#MyItem h2 span{
	font-weight: 400;
}
#MyItem .place-order-button {
	border-top:1px solid #ccc;
	display: block;
	margin: 30px 0 0;
	padding: 20px 0;
	text-align: center;
	
}
#MyItem  .place-order-button button {
	
}
#MyItem .customiser-summary {
	padding: 0;
}
#MyItem ol{
	padding: 20px 0;
	counter-reset: custom-counter;
}

#MyItem ol li {
	margin-bottom:20px;
	padding: 0 0 0 50px;
	color: #6e8190;
	position: relative;
	display: block;
	min-height: 30px;
}

/*#MyItem ol li:nth-of-type(1),
#MyItem ol li.active{
	color: #6e8190;
}*/
#MyItem ol li span{
	font-weight: 600;
}
/*#MyItem ol li .required{
	font-weight: 400;
	text-decoration: underline;
}*/

#MyItem ol li:before {
  background: none;
  border:1px solid #b3b2ad;
  color: #6e8190;
  content: counter(custom-counter, decimal);
  counter-increment: custom-counter;
  font-size: 13px;
  height: 30px;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top:-4px;
  font-weight:bold;
  width: 30px;
  z-index:500;
	border-radius: 50%;
}

/*#MyItem ol li:nth-of-type(1):before,
#MyItem ol li.active:before {
	background: #6e8190;
	border-color:#6e8190;
	color:#fff;
}*/

#summary-quote {
	font-size:30px;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
	margin:0 0 20px;
}
#summary-quote span {
	padding-left:20px;
	font-weight: 400;
}



#MyChoice section{
	display: block;
	margin: 50px 0 80px;
	padding: 0 0 0 40px;
	position: relative;
	clear: both;
}
#MyChoice section > h3{
	text-transform: none;
	border-bottom: 1px solid #e6e5e6;
	padding: 0 0 5px 0;
	font-weight: 300;
	margin: 0 0 10px;
	color: #555b63;
}
#MyChoice h3.fabric-name{
	border:none;
}
#MyChoice .alt-font{
	margin: 15px 0 5px;
}
#MyChoice section .counter{
	border:1px solid #d8d8d8;
	color: #97b6b9;
	font-size: 13px;
	height: 30px;
	left:-3px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top:4px;
	font-weight:bold;
	width: 30px;
	border-radius: 50%;
}
#MyChoice section .change-fabric-button {
	padding: 10px 0;
	margin-bottom: 20px;
	width:100%;
	
}
#MyChoice section .choose-fabric-button {
	margin-bottom:2px; /* for validation message */
}
/*#MyChoice section .change-fabric-button a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	background: #efefef;
	font-weight:500;
	margin: 5px;
	border:1px solid #e6e5e6;
	border-radius: 4px;
}*/
#MyChoice.furniture section .Qty{
	display: inline-block;
	vertical-align: top;
	float: right;
	width:60%;
	border-top:1px solid #e6e5e6;
	padding: 10px 0;
	text-align: right;
	margin: -40px 0 10px;
}
#MyChoice.curtains section .Qty{
	display:block;
	vertical-align: top;
	border-top:1px solid #e6e5e6;
	padding: 20px 0 0;
	margin: 10px 0;
	clear:both;
	text-align: right;
}
#MyChoice #primary-fabric .info {
	text-align: left;
	padding: 20px 0 0 0;
}
#MyChoice #primary-fabric .info .fabric-name{
	text-transform: uppercase;
}
#MyChoice .quantity{
	margin: 0 auto;
	display: block;
}
#MyChoice .quantity span,
#MyChoice .quantity input{
	display: inline-block;
	vertical-align: middle;
	
}
#MyChoice .quantity span{
	font-size:13px;
	margin: 0 5px 0 0;	
}
#MyChoice .quantity input{
	max-width:50px;
	margin: 0;
}
#MyChoice a.section-help{

}
#MyChoice label{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

section .block-grid-compact label.custom { 
	margin-right:35px;
}


#MyChoice .bootstrap-select .btn.dropdown-toggle {
	border-color:#e6e5e6;
	padding: 10px 25px 10px 20px;
}
#MyChoice #hangs-on-the-wrap {
	padding-top:30px;
	text-align: right;
}
#MyChoice #hangs-on-the-wrap a.section-help {
	top:0;
}
#MyChoice label.pad {
	padding: 5px 0;
}
#MyChoice label.pad span{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
#MyItem .place-order-button.dim button {
	border:1px solid #e6e5e6;
	background:none;
	color:#ccc;
}

#MadeForU{
	
}

/* ----------------------------------------------------------------------- Made for You Dialogs */
#CurtainDialog #measurements-help-dialog .modal-dialog.modal-lg {
	max-width: 1180px;
}
#QuiltsDialog #edging-help-dialog .modal-dialog.modal-lg{
	max-width:850px;
}

#FurnitureDialog .modal-dialog.modal-lg,
#RomBlindsDialog #lining-help-dialog .modal-dialog.modal-lg,
#RomBlindsDialog #mechanism-help-dialog .modal-dialog.modal-lg,
#RomBlindsDialog #measurements-help-dialog .modal-dialog.modal-lg,
#SwedBlindsDialog #lining-help-dialog .modal-dialog.modal-lg,
#SwedBlindsDialog #measurements-help-dialog .modal-dialog.modal-lg, 
#CushionDialog #style-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #measurements-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #cord-options-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #treatments-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #lining-help-dialog .modal-dialog.modal-lg {
	max-width: 780px;
}
#LampDialog #style-help-dialog .modal-dialog.modal-lg,
#LampDialog #fitting-types-help-dialog .modal-dialog.modal-lg,
#LampDialog #size-help-dialog .modal-dialog.modal-lg,
#CurtainDialog #lining-help-dialog .modal-dialog.modal-lg,
#CurtainDialog #heading-type-help-dialog .modal-dialog.modal-lg {
	max-width: 600px;
}

#FurnitureDialog #water-repellency-help-dialog .modal-dialog.modal-lg,
#QuiltsDialog #size-help-dialog .modal-dialog.modal-lg,
#CushionDialog #size-help-dialog .modal-dialog.modal-lg,
#RomBlindsDialog #cord-options-help-dialog .modal-dialog.modal-lg,
#SwedBlindsDialog #cord-options-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #border-help-dialog .modal-dialog.modal-lg,
#RolBlindsDialog #pelmet-help-dialog .modal-dialog.modal-lg {
	max-width: 400px;
}


/* ----------------------------------------------------------------------- Photo Galleries */
.rte ul,
.rte ol{
	
}
.rte ul li,
.rte ol li{
	margin: 10px 0;
	padding: 0 0 0 15px;
}

#Photo #content {
	padding: 50px 15px;
}
#Photo .intro{
	display: block;
	max-width:780px;
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: center;
}
#Photo .intro ul{
	text-align: left;
}
#Photo .gallery-category{
	display: block;
	margin: 0 -20px 50px;
	padding: 0 0 60px;
}
#Photo .gallery-category .txtbox{
	display: block;
	width:50%;
	padding: 0 0 20px;
	margin: 0 auto;
	text-align: center;
}
#Photo .gallery-category .bx-controls{
	bottom:auto;
	top: 100%;
	border:1px solid #e6e5e6;
	height: 60px;
}
#Photo .slider-full-caption {
	padding:20px 20px 20px 40px;
	position:absolute;
	top:100%;
	width:350px;
	max-width:100%;
	left:0px;
	/*background-color:rgba(211, 178, 99, 0.9);*/
	background-color:rgba(85, 91, 99, 0.9);
	color:#a6b8cb;
	min-height:100px;
	height: 80%;
	transition: top ease-in-out 0.6s;
}

#Photo .slider-full-caption span{
	/*content:"\e9bf";
	font-family:"icomoon";*/
	font-size: 16px;
	color:#fff;
	display: inline-block;
	width:40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:-40px;
	left:0;
	background:inherit;
	text-align: center;
	cursor: pointer;

}
#Photo .slider-full-caption a {
	color:#fff;
	margin:5px 0;
	font-size: 14px;
	display: block;
	padding: 5px 0;
}
#Photo .slider-full-caption a:after{
	content:"\e923";
	font-family: "icomoon";
	position: relative;
	float: right;
}


#Photo .slider .bx-wrapper {
	height:500px !important;
	border:1px solid #ff6600;
}
#Photo .slider .bx-viewport {
	height:500px !important;
	border:1px solid #000;
}
#Photo .slider .bx-viewport img{
	height: 100%;
	width:auto;
}

#Photo .bxslider li{
	width:auto !important;
	border-right:1px solid #fff;
	height: 720px;
}
#Photo .bxslider li img{
	height:100%;
}
#Photo .bxslider{
	padding-bottom: 80px;
}

#Photo {
	
}
#Photo {
	
}
#Photo {
	
}
#Photo {
	
}



/* ----------------------------------------------------------------------- Main catoegory pages */
.m2m #intro .featimg,
.furniture #intro .featimg{
	background:url('/uploads/1231B-72a1951.jpg') center/cover no-repeat;
	margin: -10px -10px 30px;
	height: 650px;
	display:block;
	float: none;
}
.m2m #intro .featimg{
	background-image:url('/uploads/1231B-92a2466.jpg');
}
.m2m #intro .txtbox,
.furniture #intro .txtbox {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: none;
  margin: -130px auto 0;
  padding: 30px 50px 30px;
  position: relative;
  width: 71.2%;
  z-index: 100;
}

.m2m #intro .txtbox h1 + div {
	display: block;
	padding: 2px !important;
	width:800px !important;
	position: absolute; 
	left:0;
	margin: 0 0 20px 0;
	bottom:100%;
	height: 450px;
	border:1px solid #eaeaea;
}
.m2m #intro .txtbox h1 + div iframe{
	width:100%;
	height: 100%;

}
/* ----------------------------------------------------------------------- Basic Pages */
#BasicPage{
	
}
#BasicPage #QuillContent{
	display: block;
	padding: 50px 0;
	margin: 0 auto;
	max-width:1060px;
}
/* ----------------------------------------------------------------------- Basket */
/* basket-lines with product descriptions */
.basket-line {
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #e3e4e8;
	min-height: 160px;
}
.basket-line:last-child {
	border:none;
	padding-bottom:0;
}
.basket-lines .basket-line:last-child {
	border-bottom:none;
}
.basket-line .basket-description {
	padding-left:185px;
	position:relative;
}
.basket-line .offertxt{
	padding-left:185px;
}
.basket-line .basket-description img {
	position:absolute;
	left:15px;
	top:0px;
	width:150px;
	border:3px solid #e3e4e8;
}

.basket-line .basket-description dl {
/*	text-transform:uppercase;*/
	font-size:12px;
	margin-bottom:10px;
}
.basket-line .basket-description dl:before,
.basket-line .basket-description dl:after {
	content: " ";
	display: table;
}
.basket-line .basket-description dl:after {
	clear:both;
}
.basket-line .basket-description dl dt {
	width:50%;
	float:left;
	clear:left;
	font-weight:normal;
	color:#6f9298;
}
.basket-line .basket-description dl dd {
	width:50%;
	float:left;
}

#basket #QuillContent{
	display: block;
	padding: 50px 0;
	/*max-width:1060px;*/
	margin: 0 auto;
}
#basket #basketForm{
	padding: 0 15px;
}
#basket #basketfooter,
#basket #basketbox{
	padding: 0 50px 0 0;
}
#basket #deliverybox{
	
}
#basket #basket-heading {
	border-bottom:1px solid #97b6b9;
	padding-bottom:10px;
	margin-bottom:20px;
}
#basket #basket-footer {
	border-top:1px solid #97b6b9;
	padding-top:10px;
	margin-top:10px;
}
#basket .basket .message {
	padding:6px;
}

#basket .basket-item-quantity-unit {
	border:1px solid #ccc;
	border-top:none;
}

#basket .basket-line h4 {
	font-size:14px;
	color:#6f9298;
	font-weight:bold;
}

#basket_wrap{
	
}

#checkout #QuillContent{
	display: block;
	padding: 20px 15px;
	max-width:1060px;
	margin: 0 auto;
}

#checkout-steps {
	margin-bottom:2em;
	overflow:hidden;
	text-align: center;
	
}
#checkout-steps div {
	padding:15px;
	text-align:center;
	color:#afaaa9;
	font-size:20px;
	display: inline-block;
	vertical-align: top;
	width:25%;
	margin: 0 -2px;
}
#checkout-steps div span  {
	display:block;
	font-size:22px;
	border:1px solid #e6e5e6;
	border-radius:50%;
	width:50px;
	height: 50px;
	line-height: 48px;
	margin: 0 auto 10px;
}
#checkout-steps div.active {
	color:#d3b263;
}
#checkout-steps div a {
	display:block;
	text-transform:uppercase;
	font-size:11px;
}

#checkout #Loginbox{
	padding: 0 30px 0 0;
}
#checkout #Nubi{
	padding:0 0 0 30px;
}
#Nubi .fields{
	display: block;
	margin: 5px 0;
}
#checkout .dropdown-toggle,
#checkout input + input,
#Loginbox input,
#checkout select,
#Nubi .fields input{
	margin: 10px 0;
	border-radius:0;
}
#checkout #Nubi label{
	font-size: 14px;
}

#checkout .addressbox{
	display: block;
	margin: 0 auto;
	float: none;
	width:100%;
	max-width: 800px;
}
#checkout #address-form + .col-xs-2,
#checkout #address-form > .col-xs-3 {
	width:100%;
	border:1px solid #ffcc00;
}

#checkout #delivery-form .iradio_square-aero{
	margin-left: 10px;
}

#basket-heading {
	border-bottom:1px solid #97b6b9;
	padding-bottom:10px;
	margin-bottom:10px;
}
#basket-delivery {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
#basket-footer {
	border-top:1px solid #97b6b9;
	padding-top:10px;
	margin-top:10px;
}
#checkout .basket-line h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
#checkout .basket-description strong{
	color:#d3b263;
}
.gdpr{
	display: block;
	padding: 20px;
	border:1px solid #e6e5e6;
	border-radius: 4px;
	background: #fcfcfc;
}
.gdpr p{
	font-size: 13px;
	line-height: 20px;
}
.accordion-frame{
	display: block;
}
.accordion-frame .accordion-title{
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #e6e5e6;
	padding-bottom: 5px;
}
.accordion-frame .accordion-title:after{
	content:"\e921";
	font-family: "icomoon";
	position: relative;
	display: inline-block;
	padding: 0 10px;
	float: right;
}
.accordion-frame .accordion-content{
	display: none;
	padding: 20px;
	border:1px solid #e6e5e6;
	border-radius: 4px;
	background: #fcfcfc;
}
.accordion-frame.active .accordion-content{
	display: block;
}
.accordion-frame.active .accordion-title{
	color: #d3b263;
	border-bottom: none;
}
.accordion-frame.active .accordion-title:after{
	content:"\e92c";
}
/* ----------------------------------------------------------------------- Footer Pages */
#contact #QuillContent{
	padding-top: 50px;
	max-width:1180px;
	margin: 0 auto;
}
#faqs #QuillContent{
	padding-top: 50px;
	margin: 0 auto;
}
#faqs .questions{
	float: right;
	margin-bottom: 50px;
}
#archive #QuillContent{
	padding-top: 50px;
	margin: 0 auto;
}
#feedback #QuillContent{
	padding-top: 50px;
	margin: 0 auto;
	max-width:1180px;
}
/* ----------------------------------------------------------------------- Login */
#login #QuillContent,
#account #QuillContent{
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}
#account .details input,
#account .details .selectpicker{
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------------- Search Results */
#SearchBox .results {
	padding: 0;
	margin: 0 -14px;
}
#SearchBox .results li{
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	width:25%;
	padding: 0 15px 30px;
}
#SearchBox .results li a img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	border: 3px solid #e3e4e8;
}
#SearchBox .results li a strong {
	display: block;
	text-transform: uppercase;
	line-height: 18px;
}
#SearchBox .results li a span {
	color: #97b6b9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#SearchBox #search-form{
	display: block;
	padding: 0;
	max-width:600px;
	margin: 0 auto;
}
#SearchBox #search-form input{
	display: inline-block;
	vertical-align: top;
	width:70%;
	margin: 0 -2px;
}
#SearchBox #search-form button{
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	width:29%;
	border-radius: 0;
}

/* ----------------------------------------------------------------------- xxx */

/* ----------------------------------------------------------------------- xxx */
/* ----------------------------------------------------------------------- xxx */
/* ----------------------------------------------------------------------- xxx */
/* ----------------------------------------------------------------------- xxx */





/*----------------------------------------------------------------------------------------------------------------------- Begin Responsive Queries*/
/* ----------------------------------------------------------------------- Min Withs Smallest to largest */
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 1024px) {
	#sideMenu{
		display: none;
	}
	#MadeForU #MyItem{
		background: #fcfcfc;
		border:1px solid #e3e4e8;
		padding: 50px 80px 20px;
		position: absolute;
		z-index: 900;
		top:-30px;
		width:50%;
		width:100%;
		max-width:590px;
		overflow: auto;
		margin: 0;
		
	}
	#MadeForU #MyChoice {
		padding: 0 80px 50px 20px;
	}
	#MadeForU #MyItem.docked{
		position: fixed;
		top:20px;
	}

	#MadeForU #MyItem.docked.base{
		position: absolute;
		top:auto;
		bottom:10px;
	}
	.modal-content #mainFabricSearch_content {
		padding:0;
	}
    #home .brochure-panel {
        height: 400px;
    }
}
@media only screen and (min-width: 1280px) {
	ul#primary-nav {
		position:absolute;
		z-index:999;
		bottom:-1px;
		left:122px;
		right:35px;
		/*border-top:1px solid #e2e4e7;*/
		text-align: justify;
		height: 45px;
	}
	ul#primary-nav:after{
		content:"";
		display: inline-block;
		width:100%;
		height: 0px;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	ul#primary-nav li {
		margin:0;
		text-align: left;
	}
	ul#primary-nav li a {
		color:#6e8190;
		text-transform:uppercase;
	}
	ul#primary-nav li .trigger{
		display: none;
	}
	ul#primary-nav > li {
		position:relative;
	}
	ul#primary-nav > li > a {
		line-height:40px;
		display:block;
		padding:0 5px;
		font-weight:400;
		font-size: 15px;
		letter-spacing: 0.5px;
		border-bottom: 4px solid #fff;
	}
	ul#primary-nav > li:hover > a {
		border-bottom: 4px solid #97b6b9;
	}
	/*ul#primary-nav > li:last-child.active > a,
	ul#primary-nav > li:last-child:hover > a {
		border-bottom: 4px solid #BD5353;
	}*/
	ul#primary-nav li a:hover {
		color:#83b4b9;
		text-decoration:none;
	}
	ul#primary-nav li ul {
		display:none;
		list-style:none;
		margin:0;
		padding:20px 10px;
		position:absolute;
		z-index:100;
		left:-25px;
		top:100%;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		background-color:#fff;
		border-top:1px solid #e2e4e7;
	}
	ul#primary-nav li:last-child ul {
		left:auto;
		right:0px;
	}
	ul#primary-nav li:hover ul {
		display:inline-block;
	}
	ul#primary-nav li ul li {
		display: block;
	}
	ul#primary-nav li ul li a {
		line-height:28px;
		padding:4px 15px;
		display:block;
		min-width:250px;
		text-transform: none;
	}
	
	#fabric.fabric ul#primary-nav > li:nth-of-type(3) > a,
	ul#primary-nav > li.active > a {
		border-color:#97b6b9;
	}
	ul#primary-nav ul li.active > a {
		color:#d3b263;
	}

	ul#secondary-nav {
		display: inline-block;
		padding: 20px 0;
		position: absolute;
		top:20px;
		right:35px;
	}
	ul#secondary-nav li {
		margin:0 0 0 20px;
		border:1px solid #e6e5e6;
		padding: 5px 15px;
		height: 40px;
		border-radius: 4px;
		position: relative;
	}
	ul#secondary-nav li > span,
	ul#secondary-nav li a{
		display: inline-block;
		vertical-align: middle;
		color: inherit;
		font-weight:400;
	}
	ul#secondary-nav li:hover{
		background: #efefef;
	}
	ul#secondary-nav li a:hover{
		color: #444;
	}
	
	ul#secondary-nav li a{
		font-size: 13px;
		text-transform: uppercase;
		padding: 0 10px;
		line-height: 30px;
	}
	ul#secondary-nav li #masthead-basket-item-count {
	  background: #fff none repeat scroll 0 0;
	  border: 1px solid #e6e5e6;
	  border-radius: 50%;
	  color: #444;
	  display: block;
	  font-size: 11px;
	  font-weight: 600;
	  height: 25px;
	  right: -12px;
	  line-height: 24px;
	  position: absolute;
	  text-align: center;
	  top: -12px;
	  width: 25px;
		overflow: hidden;
	}
	/*ul#primary-nav li:nth-of-type(1) ul{
		width:600px; 
	}
	ul#primary-nav li:nth-of-type(1) ul li{ 
		display: inline-block;
		margin: 3px -2px;
		width:50%;
		padding: 0 20px 0 0;
	}*/
	
	
	#searchbox{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top:40px;
		right:380px;
	}
	#search_icon{
		display: none;
	}
	#masthead-search input[type="text"]{
		height: 40px;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		border:1px solid #e6e5e6;
	}
	#masthead-search button{
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		border:1px solid #e6e5e6;
		width:40px;
		height: 40px;
		text-align: center;
		background: none;
	}
	#home .slider .bx-controls {
		bottom: 45%;
	}
	/*#home .slider .featimg { 
		height: 680px;
	}*/
	#home .slider ul li .slide-caption {
		position:absolute;
		z-index:9000;
		top: calc(100% - 100px);
		left:0;
		right:0;
		margin: 0 auto;
		padding: 30px;
		background-color: #fff;
		color:#54636e;
		text-decoration:none;
		width:50%;
		height: 50%;
		overflow:visible;
		border:1px solid #f5f5f5;
		text-align: center;
		transition: top 0.5s ease-in-out 0.6s;
	}
	
	#home .slider ul li .slide-caption:hover{
		top:50%;
	}
	
	#home .slider ul li .slide-caption i{
		position: absolute;
		top:10px;
		right:10px;
		font-size: 20px;
		color: #A4AEB5;
	}
	#home .slider ul li .slide-caption:after{
		 -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
		transition: transform 0.5s ease-in-out 0.6s;
	}
	#home .slider ul li:hover .slide-caption:after{
		background: #d3b263;
		color:#fff;
		    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	}

	#home .slide-caption p.alt-font {
	  border-bottom: 1px dashed #bfcede;
	  color: #99b1ca;
	  font-size: 24px;
	  line-height: 32px;
	  margin: 0 auto 30px;
	  padding: 0 50px 10px;
	  text-align: center;
	  width: 90%;
	}

	#home .bx-wrapper .bx-pager{
		display: none;
	}
	#login #secondary-nav .login,
	#basket #secondary-nav .basket {
		background: #b3b2ad;
		border-color: #b3b2ad;
	}
	#login #secondary-nav .login *,
	#basket #secondary-nav .basket *{
		color:#fff;
		
	}
	
	.usp-item {
		padding: 0px; 
		text-align: center;
		display: inline-block;
		max-width:366px;
		float: none;
	}
	#Photo .gallery-category li:hover .slider-full-caption{
		top:20%;
	}
	
}
@media only screen and (min-width: 1440px) {
	.container {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 1680px) {
	body,
	p{
		font-size: 16px;
	}
	#home #intro .txtbox{
		padding: 60px 8%;
	}
	#home .slider .featimg {
		height: 680px;
	}
	/*#home .slider .bx-controls {
		bottom: 0; 
	}*/
	/*#home #video,
	#home #shop{
		width:49.8%;
		display: inline-block;
		vertical-align: top;
		height: 650px;
		
	} 
	#home #video{
		float: right;
		background:#6a6a68;
		padding:0;
		overflow: hidden;
	}*/
	#home #intro .foto{
		border-right:4px solid #fff;
	}
	#home #video iframe{
		width: 50%;
		height: 400px;
		margin: 0 0 -5px 0;
		border:none;
		border-right:4px solid #fff;
	}
	#home #video{
		position: relative;
	}
	#home #video h3{
		padding:50px 40px 36px;
		text-transform: none;
		line-height: 32px;
		width:50%;
		margin: 0;
		position: absolute;
		top:0;
		right:0;
	}
	#home #shop{
		padding: 50px 40px 0;
	}
	#home #intro h1,
	#home #shop .h1{
		word-spacing:-0px;
		letter-spacing: -1px;
		font-size: 26px;
		line-height: 32px;
	}
	
	
	.cream-panel{
		background-color: #eaeaea;
	}
	#furniture .slider,
	#furniture .slider ul li,
	#fabric .slider,
	#fabric .slider ul li{
		width: auto !important;
		border-right: 1px solid #fff;
		height: 720px;	
	}
	#furniture .slider ul li img,
	#fabric .slider ul li img{
		width:auto;
		height: 720px;
	}

	ul#results li{
		width:20%;
	}
	
	/*#landing .txtbox h1 + div {
		border:1px solid #ccc; 
		display: block; 
		padding: 0 !important;
		width:100% !important;
	}
	#landing .txtbox h1 + div > iframe{
		width:100%;
		height:350px;		
	}*/
	
	#landing #resultbox,
	#furniture #resultbox,
	.furniture #resultbox{
		margin-top: 30px;
	}
	#fabric #resultbox.category ul#results,
	#furniture #resultbox #results,
	.furniture #resultbox #results{
		text-align: center;
	}
	
/*	#furniture .slider, 
	#furniture .slider ul li{
		height:650px;
	}*/
	#furniture .txtbox {
		padding-left: 30px;
		padding-right: 30px;
	}
	#fabric #resultbox.category ul#results,
	#furniture #resultbox{
		margin-top: 30px;
	}
	#fabric #resultbox.category ul#results li,
	#furniture ul#results li{
		width:25%;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:20%;
	}
	#MadeForU #MyItem{
		max-width:685px;
	}
	
	#SearchBox .results li{
		width:20%;
	}
}

/* ----------------------------------------------------------------------- MAX Withs Largest to smallest */

@media only screen and (max-width: 1679px) {
	#site-container {
		padding: 0 30px;
	}
	.head-cta {
		padding: 6px;
		font-size: 13px;
	}
	#masthead {
		height: 120px;
		/*margin-top: 30px;*/
	}
	#masthead-logo {
		width: 450px;
		top:13px;
	}
	#masthead, #content, #footer {
		margin-bottom: 4px;
	}
	#searchbox {
		top: 20px;
	}
	ul#secondary-nav {
		top: 0;
	}
	#home #shop {
	  padding: 50px 40px 0;
	}
	#home #video{
		position: relative;
	}
	#home #video h3 {
		line-height: 32px;
		margin: 0;
		padding: 150px 40px 36px;
		position: absolute;
		right: 0;
		text-transform: none;
		top: 0;
		width: 30%;
	}
	#home #video iframe{
		border-right:4px solid #fff;
		margin-bottom: -5px;
		width:70%;
		height: 487px;
	}
	#home #intro .foto {
	  border-right: 4px solid #fff;
	}
	#home #intro .txtbox {
	  padding: 60px 8%;
	}
	#MadeForU .itemframe.col-xs-6 {
		width: 50%;
		max-width: 600px;
	}
	
	
	
	/*Fabric Product Display*/
	#product .imgbox {
		max-width: 580px;
		width:40%;
	}
	#product .txtbox,
	#product .lowerbox{
		width:60%;
		padding: 0 15px 0 30px;
	}
	#product .txtbox{
		float:right;
	}
	.modal #product .lowerbox, 
	.modal #product .txtbox {
		/*width: 49%;*/
	}
	#furniture .slider,
	#furniture .slider ul li,
	#fabric .slider,
	#fabric .slider ul li{
		width: auto !important;
		border-right: 1px solid #fff;
		height: 650px;	
	}
	#furniture .slider ul li img,
	#fabric .slider ul li img{
		width:auto;
		height: 650px;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:20%;
	}
}
@media only screen and (max-width: 1439px) {
	
	
}
@media only screen and (max-width: 1279px) {
	
	h1, .h1 {
		font-size: 38px;
		line-height: 44px;
		letter-spacing: -1px;
		font-weight: 300;
	}
	#confirmation-dialog iframe {
		overflow-y:auto !important;
		min-height:800px;
	}
	#home .slider{
		border:1px solid #e6e5e6;
	}
	.slide-caption .h1 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 20px;
	}
	.slide-caption p.alt-font {

		font-size: 24px;
		line-height: 32px;
	}
	.slider .bx-controls{
		/*position:relative;*/
		height: 60px;
	}
	#home .slider .bx-controls {
		bottom: 36%;
	}
	.slider ol.dots {
		bottom: 15px;
		left: 55px;
	}
	.slider ul li img{
		width:100%; 
		height: auto;
	}
	
	#masthead{
		height: 100px;
		
	}
	#masthead-logo{
		width:500px;
		top:auto;
		bottom:15px;
		left:30px;
	}
	#search_icon,
	#menu_icon{
		display: block;
		width:40px;
		height:40px;
		line-height: 40px;
		background: #efefef;
		position: absolute;
		right:30px;
		bottom:30px;
		text-align: center;
		font-size: 20px;
		border-radius:50%;
	}
	#menu_icon span:before{
		line-height: 42px;
	}
	#search_icon.active,
	#menu_icon.active{
		background: #b3b2ad;
		color: #fff;
	}
	
	#menu_icon:after,
	#search_icon:after,
	ul#secondary-nav li:after{
		content:"";
		text-transform: uppercase;
		font-size: 11px;
		font-weight:bold;
		text-align: center;
		position: relative;
		display: block;
		color: #ccc;
		line-height: 20px;
	}
	ul#secondary-nav li.basket:after{
		content:"basket";
	}
	ul#secondary-nav li.login:after{
		content:"login";
	}
	#search_icon:after{
		content:"search";
	}
	#menu_icon:after{
		content:"menu";
	}
	
	ul#primary-nav {
		display: block;
		margin:6px 0 0 0;
		position:absolute;
		z-index:999;
		top:100%;
		right:-110%;
		border-top:1px solid #e2e4e7;
		border-bottom:3px solid #e2e4e7;
		background-color: #fff;
		width:100%;
		padding: 20px 30px;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		transition: right ease-in-out 0.6s;
		overflow-x: scroll;
	}
	ul#primary-nav.active{
		right:0;
	}
	ul#primary-nav li {
		margin:4px 0;
		padding: 2px 0;
		display: block;
	}
	ul#primary-nav li a {
		color:#6e8190;
		text-transform:uppercase;
	}
	ul#primary-nav li .trigger{
		display: block;
		width:40px;
		height: 41px;
		line-height: 40px;
		position: absolute;
		top:2px;
		right:0;
		text-align: center;
		cursor: pointer;
		border:1px solid #e6e5e6;
		border-radius: 50%;
		color: #8da3ba;
		transition: transform ease-in-out 0.2s;
	}
	ul#primary-nav > li {
		position:relative;
	}
	ul#primary-nav > li > a {
		line-height:45px;
		display:block;
		padding:0 5px;
		font-weight:400;
		font-size: 18px;
		letter-spacing: 0.5px;
		border-bottom: 1px solid #fff;
		max-width:80%;
	}
	ul#primary-nav > li.active > a {
		color:#97b6b9;
	}
	ul#primary-nav li.active > .trigger:before{
		content:"\e97f";
		color:#d3b263;
	}
	ul#primary-nav li a:hover {
		color:#83b4b9;
		text-decoration:none;
	}
	ul#primary-nav li ul {
		display:none;
		list-style:none;
		margin:0;
		padding:20px 0;
		position:relative;
		z-index:100;
		background-color:#fff;
		border-top:1px solid #e6e5e6;
		border-bottom:1px solid #e6e5e6;
	}

	ul#primary-nav li.active ul {
		display:block;
	}
	ul#primary-nav li ul li {
		display: block;
	}
	ul#primary-nav li ul li a {
		line-height:28px;
		padding:4px 0;
		display:block;
		min-width:250px;
		text-transform: none;
		font-size: 16px;
	}

	ul#primary-nav li.active > a {
		color:#d3b263;
	}
	/*UpperNav*/
	ul#secondary-nav {
		line-height:40px;
		height:40px;
		display: inline-block;
		position: absolute;
		top:auto;
		bottom:30px;
		right:95px;

	}
	ul#secondary-nav li {
		margin:0 0 0 20px;
		position: relative;
	}
	
	ul#secondary-nav li > span,
	ul#secondary-nav li a {
		display: inline-block;
		vertical-align: middle;
	
		width:40px;
		height: 40px;
		line-height: 40px;
		color:#6f9aa2;
		border-radius: 50%;
	}
	ul#secondary-nav li a {
		position: relative;
		z-index: 10;
	}
	ul#secondary-nav li span {
		position: absolute;
		z-index: 0;
		top:0;
		left:0;
		text-align: center;
		background-color: #efefef;
		font-size: 16px;
	}
	ul#secondary-nav li a strong {
		font-weight: 400;
		display: none;
	}
	ul#secondary-nav li #masthead-basket-item-count {
		background: #fff;
		color: #444;
		display: block;
		width:25px;
		height: 25px;
		line-height: 25px;
		font-size: 11px;
		font-weight: 600;
		text-align: center;
		border-radius: 50%;
		position: absolute;
		top:-12px;
		left:25px;
		border:1px solid #e6e5e6;
	}
	ul#secondary-nav li {
		
	}
	#searchbox {
		display: inline-block;
		position: absolute;
		right: 225px;
		top:auto;
		bottom:30px;
		vertical-align: top;
	}
	#searchbox{
		height: 40px;
		padding: 40px 0 0 0;
		z-index: 5000;
	}
	#search_icon {
	  display: block;
	  right: 0;
	  top: 0;
	  line-height: 42px;
	}
	#masthead-search{
		background:#fff;
		display: none;
		margin: 39px 0 0 0;
		padding: 20px 40px;
		border-top: 1px solid #e2e4e7;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		transition: right ease-in-out 0.6s;
	}
	#searchbox.active #masthead-search{
		display: block;
	}
	#masthead-search button {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid #e6e5e6;
		display: inline-block;
		height: 40px;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		width: 40px;
	}
	#masthead-search input[type="text"] {
		border: 1px solid #e6e5e6;
		display: inline-block;
		height: 40px;
		margin: 0;
		vertical-align: middle;
		width:250px;
	}
	#usp-bar{
		padding:5px;
	}
	.usp-item {
	  padding: 0;
	}
	#home #intro .txtbox {
		padding: 40px 5%;
	}
	#home #shop .h1 + div + div{
		right:20px;
	}
	#account #secondary-nav .logout.active .icon-user,
	#login #secondary-nav .login span,
	#basket #secondary-nav .basket span:not(#masthead-basket-item-count) {
		background: #b3b2ad;
		border-color: #b3b2ad;
		color: #fff;
	}
	/*Fabric Collections*/
	#fabric .txtbox {
		margin: -100px auto 0;
		padding: 10px 40px 30px;
		width: 80%;
	}
	.modal-dialog {
		margin: 30px 0;
	}
	#MadeForU #MyItem {
		max-width:470px;
		padding: 40px 40px 20px;
	}
	#MyItem .place-order-button button {
		font-size: 16px;
	}
	#MadeForU #MyChoice{
		padding: 0 30px 30px 20px;
	}
	/*Fabric Product Display*/
	#product .imgbox {
		width:50%;
	}
	#product .txtbox, 
	#product .lowerbox {
		width: 50%;
		padding: 0 0 0 30px;
	}
	/*#product .txtbox{
		width:100%; 
	}*/
	#product dl,
	ul#order-options{
		width:100%;
	}
	ul#order-options{
		padding: 0 2px;
	}
	
	#product .txtbox h2.alt-font {
		font-size: 24px;
		line-height: 32px;
	}
	/*a#proceed-with-product-type span {
		padding: 0 40px 0 10px;
	}*/
	.modal #product dl {
		width: 100%;
	}
	#product.homeware .imgbox{
		width:45%;
	}
	#product.homeware .txtbox{
		width:55%;
		padding: 0 0 0 20px;
	}
	#product #made-for-you{
		width:100%;
	}
	#Photo .bxslider li{
		height: 600px;
	}
	#Photo .gallery-category li .slider-full-caption.active{
		top:20%;
	}
	#Photo .gallery-category .txtbox{
		width:80%;
	}
	.m2m #intro .featimg, 
	.furniture #intro .featimg {
		height:auto;
	}
	.m2m #intro .txtbox, 
	.furniture #intro .txtbox {

		margin: -100px auto 0;
		padding: 40px 50px 30px;
		width: 90%;
	}
	.m2m #intro .txtbox h1 + div {
		display: block;
		width:100% !important;
		max-width: 620px;
		left: 0;
		margin: 0 0 10px 0;
		height: 350px;
	}
	/*--------------------------Basket & Checkout*/

	#basket #basketbox{
		width:100%;
		padding: 0;
	}
	#basket #basketfooter,
	#basket #deliverybox{
		width:50%;
		float: none;
		margin: 0 auto;
		display: block;
		clear: both;
	}
	#basket #basketfooter,
	#basket #deliverybox{
		padding: 30px 0 0;
	}
	#furniture .slider,
	#furniture .slider ul li,
	#fabric .slider,
	#fabric .slider ul li{
		height: 500px;	
	}
	#furniture .slider ul li img,
	#fabric .slider ul li img{
		width:auto;
		height: 500px;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:25%;
	}
}
@media only screen and (max-width: 1023px) {
	#masthead{
		height: 85px;
	}
	#masthead-logo {
	  bottom:5px;
	  width:50%;
	}
	#menu_icon,
	#searchbox,
	ul#secondary-nav{
		bottom:25px;
	}
	#masthead-search{
		margin: 20px 0 0 0;
		padding: 20px;
		min-width: 344px;
	}
	#home .slider{
		margin:0;
	}
	#intro .featimg,
	.slider li img{
		min-height: 450px;
	}
	.slider ul li img{
		width:100%; 
		height: auto;
	}
	.slider ol.dots {
		bottom: 10px;
		left: 55px;
		right:55px;
		text-align: center;
	}
	.slider ol.dots li{
		display: inline-block;
		float: none;
	}
	#home .slider .bx-controls {
		bottom: 38%;
	}
	#home #intro .foto {
		border:none;
	  	border-bottom: 4px solid #fff;
		position: relative;
		width:100%;
		display: block;
		float: none;
	}
	#home #intro .txtbox {
	  padding: 40px 40px;
		display: block;
		width:100%;
		float: none;
	}
	#home #shop .h1,
	#home #shop .h1 + div + div,
	#home #shop .h1 + div {
		display:block;
		float: none;
		vertical-align: top;
		width: 100%;
		position: relative;
		top:auto;
		right:auto;
		min-height: initial !important;
	}
	#home #shop .h1 + div + div{
		padding: 20px 0 0 0;
		clear: both;
	}
	#home #video h3 {
	  padding: 40px 40px;
	  position: relative;
	  text-transform: none;
	  width: 100%;
	}
	#home #video iframe {
	  border:none;
	  border-bottom: 4px solid #fff;
	  height: 430px;
	  margin-bottom:0;
	  width: 100%;
	}
	#home #social {
	  padding:40px 30px;
	}
	#home #social > .row > .col-xs-6 {
		width:100%;
		padding: 0 30px;
	}
	#footer {
		clear: both;
		padding: 40px 30px 40px;
	}
	#footer > .col-xs-3{
		width:50%;
		padding-bottom: 20px;
	}
	.usp-item {
	  padding:0 4px;
		display: inline-block;
		text-align: center;
		width:auto;
		float: none;
	}
	.usp-item img{
		display: inline-block;
	}
	.usp-item:nth-last-of-type(2){
		display: none;
	}
	/*Fabric Collections*/
	#fabric .txtbox {
		padding:30px;
		width: 84%;
	}
	#fabric .txtbox h2.alt-font {
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
		color: #99b1ca;
		font-size: 24px;
		line-height: 32px;
		padding: 0 50px;
		border-bottom: 1px dashed #bfcede;
	}
	#fabric .fabric-certification-logos {
		 padding-top: 20px; 
	}
	/*Fabric Results*/

	
	.fabric-chooser-filters {
		padding: 10px 15px;
		width:100%;
	}
	.fabric-chooser-filters ul {
	  	margin-bottom: 0;
		padding:0;
	}
	.fabric-chooser-filters ul.list-unstyled li:not(:first-of-type){
		display: inline-block;
		vertical-align: top;
		border:1px solid #e6e5e6;
		border-radius: 4px;
		margin: 5px 5px 5px 0;
		overflow: hidden;
		position: relative;
	}
	.fabric-chooser-filters ul.list-unstyled li:first-of-type{
		margin: 0 0 5px;
		padding: 10px 0 0;
	}
	.fabric-chooser-filters ul.list-unstyled li h5{
		margin: 0;
		padding:10px 0;
		border-bottom:1px solid #e6e5e6;
		display: block;
	}
	.fabric-chooser-filters ul li a{
		padding: 8px 15px;
		margin: 0;
	}
	.fabric-chooser-filters ul.list-unstyled:not(.fabric) li.active{
		border-color:#979B9F;
	}
	.fabric-chooser-filters ul.list-unstyled:not(.fabric) li.active a {
	  	color: #d3b263;
		margin-left: 40px;
	}
	.fabric-chooser-filters .remove-filter{
		display:inline-block;
		vertical-align: middle;
		width:40px;
		background:#979B9F;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
	}
	.fabric-chooser-filters .remove-filter:after{
		position: relative;
		margin: 0;
		width:40px;
		text-align: center;
		line-height: 35px;
		color: #fff;
	}
	#sideMenu{
		display: block;
		margin: 0 15px 0;
		border-bottom: 1px solid #e6e5e6;
		padding: 0 0 10px;
		font-weight: 600;
		cursor: pointer;
	}
	.fabric-chooser-filters h5.closed:after,
	#sideMenu:after{
		content:"\e980";
		font-family: "icomoon";
		color:#ccc;
		display: inline-block;
		padding: 0;
		float: right;
		font-weight: normal;
		font-size: 16px;
	}
	#sideMenu span{
		font-weight: normal;
		color: inherit;
		font-size: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	#sideMenu.active{
		color: #97b6b9;
		border-color: #97b6b9;
	}
	.fabric-chooser-filters h5:after,
	#sideMenu.active:after{
		content:"\e97f";
		color: inherit;
	}
	#sideMenu span{
		margin-right: 20px;
	}
	#sidebox{
		display: none;
	}
	#sidebox.active{
		display: block;
	}
	#resultbox.col-xs-9{
		width:100%;
	}
	ul#results{
		margin: 0 -10px;
	}
	ul#results li {
		display: inline-block;
		margin: 0 -2px 20px;
		padding: 0 10px;
		text-align: left;
		vertical-align: top;
		width: 25%;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:25%;
	}
	#MadeForU .header > h1 {
		width: 100%;
	}
	#MadeForU #MyItem {
		position: relative;
		top:auto;
		right:auto;
		margin: 30px auto 0;
		width:100%;
		display: block;
	}
	#customiser .itemframe{
		display: block;
		width:100%;
		padding: 0;
	}
	#MadeForU #MyChoice{
		display: block;
		width:100%;
		padding: 0 20px 30px;
	}
	#MadeForU #MyItem.docked {
		right: auto;
	}
	#MadeForU .itemframe.col-xs-6 {
		width: 100%;
		max-width: 100%;
		padding: 0 16px 30px;
	}
	#MadeForU #MyItem {
		max-width:100%;
		padding: 40px 40px 20px;
	}
	#MyChoice.furniture section .Qty {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	
	
	
	#product-types .btn {
		padding: 10px 40px 10px 10px;
		font-size: 16px;
	}
	#ProductInfo #content {
		padding-top: 30px;
	}
	#product .imgbox {
		max-width: 580px;
		padding-bottom: 60px;
		width: 100%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	#product.homeware{
		padding-bottom: 0;
	}
	#product.homeware .imgbox,
	#product.homeware .txtbox,
	#product .txtbox, 
	#product .lowerbox {
		width: 100%;
		padding: 0;
		margin: 50px auto;
		display: block;
		float: none;
	}
	
	#product.homeware .imgbox{
		padding-bottom: 60px;
	}
	
	#product.homeware #buy-controls{
		padding: 0;
	}
	#furniture ul#results li,
	#ProductInfo ul#results li {
		width: 33.3%;
	}
	.titlebox{
		max-width: 580px;
		display: block;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	#product ul#product-types li {
		width: 33.3%;
		margin: 0 -2px 20px;
	}
	ul#order-options,
	#product dl {
		width: 100%;
	}
	#product dl{
		margin: 30px 0;
		padding: 0 4px;
		position: relative;
	}
	ul#order-options {
		padding: 0 0 50px 0;
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}
	#usp-bar,
	#home #usp-bar{
		padding: 15px 0;
	}
	#product {
		margin: 0;
	}
	ul#order-options{
		padding-bottom: 0;
	}
	#product .txtbox{
		margin-bottom:0;
	}
	.modal #product .lowerbox, 
	.modal #product .txtbox {
		width:100%;
		float:none;
	}
	#Photo .bxslider li{
		height: 500px;
	}
	#furniture .fabricsample{
		right:25px;
		width:170px;
		top:-60px;
		left:25px;
		margin: 0 auto;
	}
	#furniture h1.hasFabric{
		margin: 120px 0 30px;
	}

	#furniture .txtbox {
		width: 84%;
		padding: 10px 30px 30px;
		text-align: center;
		margin: -80px auto 0;
	}
	#furniture .fabricsample + h2{
		padding: 0;
	}
	#brochure #intro .txtbox, 
	.m2m #intro .txtbox, 
	.furniture #intro .txtbox {
		margin: -100px auto 0;
		padding: 30px 20px 30px;
		width: 90%;
	}
	.m2m #intro .txtbox h1 + div {
		display: block;
		width:100% !important;
		max-width: 620px;
		left: 0;
		margin: 0 0 20px;
		height: 330px;
		position: relative;
	}
	dl.product-summary dt img {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 164px;
		border: 3px solid #e3e4e8;
		margin: 20px 0;
	}
	#brochure .brochure {
		padding: 20px 0;
	}
	#brochure #content{
		padding-bottom: 50px;
	}
	/*--------------------------Basket & Checkout*/
	#basket #basketfooter,
	#basket #deliverybox{
		width:100%;
	}
	
	#checkout-steps div {
		padding: 15px;
		font-size: 14px;
		font-weight: 600;
	}
	#checkout #Loginbox,
	#checkout #Nubi{
		width:100%;
		padding:20px 0;
	}
	#register-form #form-group > div{
		width:100%;
	}
	/*--------------------------Basket & Checkout*/
	#card_types li{
		width:49.8%;
	}
	.block-grid-3 > li:nth-of-type(3n+1){
		clear:none;
	}
	#checkout #QuillContent{
		padding: 20px 0;
	}
	#account .history{
		width:100%;
		margin-bottom: 50px;
	}
	#account .details{
		width:100%;
	}
	#furniture .slider,
	#furniture .slider ul li,
	#fabric .slider,
	#fabric .slider ul li{
		height: 455px;	
	}
	#furniture .slider ul li img,
	#fabric .slider ul li img{
		width:auto;
		height: 455px;
	}
	
}
@media only screen and (max-width: 767px) {
    #masthead {
        height: 80px;
        margin-top: 70px;
    }
	#masthead-logo {
		width: 44%;
		height: 50px;
		bottom:15px;
	}
		
	h1, .h1 {
		font-size:32px;
		line-height: 38px;
	}

	h2, .h2 {
		font-size:24px;
		line-height: 32px;
	}
	h3, .h3 {
		font-size:20px;
		line-height: 28px;
	}
	h4, .h4 {
		font-size:18px;
		line-height: 26px;
	}
	h5, .h5 {
		font-size:16px;
		line-height: 24px;
	}
	h6, .h6 {
		font-size:14px;
		line-height:22px;
		font-weight: 600;
	}
	p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom:2em;
	}
	#home #video iframe{
		height: 336px;
	}
	/*Fabric Results*/
	ul#results li {
	  width: 50%;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:33.3%;
	}
	#fabric .txtbox {
	  margin: 0 auto 0;
	  padding: 10px 30px 0;
	  width: 100%;
	}
	#fabric #usp-bar{
		padding: 10px 16px;
	}
	#fabric #usp-bar .usp-item {
	  width: 49%;
	  padding: 0 4px;
	}
	#sideMenu{
		margin: 0;
	}
	#sidebox,
	#resultbox{
		padding-left:0;
		padding-right: 0;
	}
	ul#results{
		margin: 0 -6px;
	}
	#MyChoice {
		padding: 0 0 20px;
	}
	.modal-content {
		padding: 30px;
	}
	.modal-body {
		padding: 15px 0;
	}
	#product .txtbox, #product .lowerbox {
		width: 100%;
		padding: 0;
	}
	#usp-bar,
	#home #usp-bar{
		padding: 5px 5px 0;
	}
	.usp-item {
	 	width:50%;
		float: left;
		padding: 10px;
	}
	.slider .bx-wrapper .bx-prev {
		left: 0;
		bottom:5px;
	}
	.slider .bx-wrapper .bx-next {
		right: 0;
		bottom:5px;
	}
	/*.slider li img{
		min-height: 250px;
	}*/
	.slider-alt .bx-wrapper .bx-pager.bx-default-pager a,
	.slider .bx-wrapper .bx-pager.bx-default-pager a {
		width: 5px;
		height: 5px;
		margin: 0 4px 5px;
	}
	#home .slider .bx-controls {
		bottom: 45%;
	}
	#product ul#product-types li {
		width: 50%;
	}
	#Photo .bxslider li{
		height: 450px;
	}
	.m2m #intro .txtbox h1 + div {
		height: 250px;
	}
	#login #Loginbox{
		width:100%;
	}
	/*_________________Basket & checkout*/
	#basket #QuillContent{
		padding: 30px 0 50px;
	}
	#basket #content{
		padding: 20px 0;
	}
	#basketbox .basket-line{
		border-bottom:1px solid #e6e5e6;
		padding: 0 0 0 32%;
		position: relative;
		min-height: 180px;
	}
	#basketbox .basket-line  > .row{
		margin:0;
		padding: 0;
	}
	#basketbox .basket-line .basket-description{
		padding: 0;
		position:initial;
		width:100%;
	}
	#basketbox .basket-line .basket-controls{
		position: absolute;
		top:0;
		left:100%;
	}
	#basketbox .basket-line .basket-figures{
		width:90%;
		text-align: right;
	}
	
	#basketbox .basket-line .offertxt {
		padding-left:0;
	}
	#basketbox .basket-line .Idiscount {
		text-align: right;
		width:35%;
	}
	#basketbox .basket-line .basket-description > img{
		position: absolute;
		width:30%;
		height: auto;
		margin:0;
		left:0;
	}
	#basketbox .basket-line .basket-figures .Inet,
	#basketbox .basket-line .basket-figures .Iqty,
	#basketbox .basket-line .basket-figures .Iprice{
		width:100%;
		white-space: nowrap;
		padding: 0 10px 10px 0;
	}
	#basketbox .basket-line .basket-figures .Inet:before,
	#basketbox .basket-line .basket-figures .Iqty:before,
	#basketbox .basket-line .basket-figures .Iprice:before{
		content:"";
		display: inline-block;
		vertical-align: top;
		padding: 0 20px 0 0;
	}
	#basketbox .basket-line .basket-figures .Inet:before{
		content:"Net:";
	}
	#basketbox .basket-line .basket-figures .Iprice:before{
		content:"Price:";
	}
	#basketbox .basket-line .basket-figures .Iqty:before{
		content:"Qty:";
		padding: 5px 0;
	}
	#basketbox .basket-line .basket-figures .Iqty input{
		display: inline-block;
	}
	.modal-content .basket-line .basket-description {
		padding-left: 15px;
	}
	#checkout-steps{
		margin: 0 -15px 20px;
	}
	#checkout .basket-line .basket-description {
		padding-left: 85px;
		position: relative;
		width: 100%;
	}
	#checkout .basket-line .col-xs-1{
		margin-left: 53%;
	}
	#checkout .basket-description.offer{
		width:58%;
	}
	#checkout .basket-description.offer + div{
		width:20%
	}
	#checkout .basket-line .col-xs-1,
	#checkout .basket-line .col-xs-2{
		font-weight: 600;
	}
	#faqs .questions,
	#faqs .answers{
		width:100%;
		float: none;
	}
	#feedback #testimonials li,
	#archive #press-items .press-item{
		width:100%;
		margin-bottom: 40px;
	}
	#intro .featimg,
	.slider li img{
		min-height: 380px;
	}
	#SearchBox .results li{
		width:33.3%;
	}
}
@media only screen and (max-width: 599px) {

}
/*iphone6 + regular android*/
@media only screen and (max-width: 479px) { 
	#site-container {
		padding: 0 20px;
	}
	h1, .h1 {
		font-size:26px;
		line-height: 34px;
	}

	#masthead, #content, #footer {
		margin-bottom: 4px;
	}
	#masthead{
		/*height:110px;*/
		height:80px;
        margin-top: 52px;
	}
	#searchbox {
		right: 190px;
	}
	#menu_icon {
		right: 15px;
	}
	ul#secondary-nav {
		right: 74px;
	}
	ul#secondary-nav li {
		margin: 0 0 0 15px;
	}
	ul#primary-nav{
		margin-top:4px;
		padding: 20px 15px;
	}
	ul#primary-nav > li > a {
		font-size: 16px;
	}
	ul#primary-nav li ul {
		padding: 10px 0;
	}
	
	/*#masthead-logo {
		width:auto; 
		bottom:auto;
		top:8px;
		left:30px;
		right:30px;
		margin: 0 auto;
		background-size: contain;
		background-position: center;
	}*/
	#masthead-logo {
		width:50px;
		height: 50px;
		top:-15px;
		bottom:0;
		left:15px;
		margin: auto 0;
		background:url(../img/VA_icon.png) center / contain no-repeat;
	}
	#masthead-logo:after{
		content:"home";
		text-transform: uppercase;
		font-size: 11px;
		font-weight:bold;
		text-align: center;
		position: absolute;
		top:100%;
		display: block;
		color: #ccc;
		line-height: 20px;
		width:100%;
	}
	.head-cta {
		white-space: nowrap;
		font-size: 12px;
		padding:0;
		line-height: 35px;
	}
	#menu_icon,
	#searchbox,
	ul#secondary-nav{
		/*bottom:10px; */
	}
	#masthead-search {
		position: fixed;
		top: 100px;
		left: 5px;
		padding: 20px 10px;
		text-align: center;
		right: 5px;
		min-width:initial;
	}
	#masthead-search input[type="text"] {
		width: 230px;
	}
	.slider{
		border:1px solid #efefef;
	}
	.slider,
	.slider .slide-caption{
		
	}
	.slider .slide-caption{
		padding: 20px 20px 0;
	}
	.slide-caption p.alt-font {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.slide-caption .h1 {
		font-size: 26px;
		line-height: 32px;
		margin: 0 0 10px;
		
	}
	.slider ol.dots {
	  padding: 0 30px;
	}
	#brochure #intro .featimg{
		height: 350px;
	}
	#intro .featimg,
	.slider li img{
		min-height: 350px;
	}

	.usp-item {
		padding:0 0 5px;
		width:100%;
		text-align: center;
	}
	#home #video h3,
	#home #shop,
	#home #intro .txtbox {
		padding: 40px 20px;

	}
	#home #intro .row.equal-height {
		display: block;
	}
	#home #intro *{
		max-width:100%;
		word-break:normal;
	}
	
	#home #shop .h1 + div img {
	  margin: 4px 0;
	  width: 100%;
	}
	#home .panel h1, #home .panel .h1 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 0;
	}
	#home #video iframe {
		height: 200px;
	}
    #home .brochure-panel {
        height: auto;
    }
    #home .flipsnak {
        height: 160px;
    }
    #home #social > .row > .col-xs-6 {
        padding: 10px 0;
    }
	#footer{
		padding: 30px 20px;
	}
	#footer > .col-xs-3{
		width:100%;
		padding: 0 0 10px;
	}
	#footer-credit{
		display: block;
		float: none;
		padding: 20px 0;
		margin: 0;
		text-align: center;
	}
	#fabric #usp-bar{
		padding-bottom: 5px;
	}
	#fabric #usp-bar .usp-item{
		float: none;
		width:100%;
		padding: 0 0 10px 0;
	}
	#fabric .txtbox {
		padding: 10px 0 0;

	}
	a#proceed-with-product-type{
		font-size: 16px;
		display: block;
	}
	ul#results li {
		padding: 0 6px 20px;
	}
	#product ul#results li {
		padding: 0 6px;
	}
	#MadeForU #MyItem{
		margin: 0 0 20px;
	}
	#MadeForU #MyChoice{
		padding: 0 0 30px;
	}
	#MyChoice h1{
		padding: 0 10px;
	}
	#MyChoice section:first-of-type{
		padding: 1px 0;
	}
	#MyChoice section{
		margin:50px 10px 60px;
	}
	#MyChoice section:first-of-type > h3{
		padding: 0 0 5px 0;
		margin:0 0 20px 40px;
	}
	#MyChoice .mob-full > div{
		width:100%;
		margin:5px 0;
	}
	#primary-fabric > div{
		margin: 0 auto;
		padding: 0;
	}
	#MyChoice #primary-fabric .info .fabric-name{
		padding: 20px 0 10px;
	}
	#MyChoice #primary-fabric div div[class*="col-"] {
		float: none;
		display: inline-block;
		vertical-align: top;
		width:100%;
		padding: 0;
	}
	#MyChoice .Qty .col-xs-4:nth-of-type(1){
		width:100%;
	}
	#MyChoice .Qty .col-xs-4{
		width:50%;
		padding: 0 0 10px;
	}
	#MyChoice label {
		font-size: 13px;
	}
	#MyChoice section .block-grid-compact label.custom {
		margin-right: 0;
	}
	#MyChoice .block-grid-2 > li {
		width:100%;
		display: block;
		margin: 0 auto;
		min-height: 40px;
		float: none;
		padding: 0 15px;
	}
	#MyChoice .block-grid-2 > li .iradio_square-aero {
		margin-left:20px;
	}
	#MyChoice .block-grid-2 > li input[type="text"]{
		margin:0 0 5px 0;
	}
	
	#MyChoice .form-group .control-label,
	#MyChoice .form-group .col-xs-8{
		width:100%;
	}
		
	#MyItem .place-order-button button {
		font-size: 16px;
	}
	#MadeForU .itemframe.col-xs-6 {
		padding: 0 0 20px;
	}
	#MadeForU #MyItem {
		max-width:100%;
		padding: 30px 16px 20px;
	}
	#confirmation-dialog {
		padding: 0;
	}
	dl.product-summary dt,
	dl.product-summary dd{
		width:100%;
		float: none;
		display: block;
	}
	.hide-for-print .pull-right{
		float:none !important;
	}
	#print-order,
	#place-order{
		display: block;
		width:100%;
		margin: 10px 0;
	}
	
	#furniture ul#results li,
	#ProductInfo ul#results li,
	#product ul#product-types li {
		width: 50%;
	}
	#ProductInfo ul#results li{
		padding: 0 6px;
	}
	#product.fabric-display{
		margin: 0 -15px;
	}
	.modal-content #product.fabric-display {
		margin: 0;
	}
	#ProductInfo #content #product.homeware{
		margin: 0 -15px;
	}
	
	#product.homeware dl dt,
	#product.homeware dl dd {
		width: 100%;
	}
	#product.homeware .imgbox{
		margin-top: 0;
	}
	#product #buy-controls .form-group{
		margin: 0;
	}
	#product dl h3{
		padding-bottom: 10px;
	}
	.titlebox {
		padding: 20px 0 20px;
		
	}
	.titlebox.homeware {
		margin: 0 -15px 0;
	}
	/*.titlebox h6 {
		margin:0; 
		position: absolute;
		top: 0;
		left: 0;
		padding: 0; 
		width:73%;
		line-height: 18px;
	}*/
	.titlebox .fabric-certification-logos {
		padding: 0;
		display: block;
		width: auto;
		/*position: relative;*/
		right: 0;
		float: none;
		text-align: right;
	}
	.modal .titlebox .fabric-certification-logos{
		display: none;
	}
	.titlebox .fabric-certification-logos img {
		width:40px;
		margin: 0 0 0 5px;
	}
	#fabric .slidebox,
	#product .imgbox{
		padding: 0 0 60px;
	}
    #product .imgbox .hover-instruction {
        display: none;
    }
	#fabric .slidebox .bx-controls {
		position: absolute;
		width: 100%;
		top: 100%;
		bottom: auto;
		height: 60px;
	}
	#furniture .slider,
	#furniture .slider ul li,
	#fabric .slider,
	#fabric .slider ul li{
		height: 280px;	
	}
	#furniture .slider ul li img,
	#fabric .slider ul li img{
		width:auto;
		height: 280px;
		min-height: initial;
	}
	#product .txtbox, 
	#product .lowerbox{
		padding: 10px 0;
	}
	#product .lowerbox,
	#product .txtbox{
		margin: 0;
	}
	#product .buybox button{
		display: block;
		margin: 10px auto 30px;
		width:90%;
	}
	#product.homeware #buy-controls .h1{
		float: none;
		display:block;
		text-align: center;
		width:100%;
		font-weight:400;
	}
	#product #made-for-you {
		margin: 0;
	}
	#product ul#product-types li {
		width: 100%;
		margin: 0 0 10px;
	}
	#product-types .btn {
		padding: 10px 40px 10px 10px;
		font-size: 16px;
	}
	#fabric .txtbox h2.alt-font,
	#product .txtbox h2.alt-font {
		font-size: 24px;
		line-height: 32px;
		margin: 20px auto 30px;
		width:100%;
		padding: 0;

	}
	ul#order-options {
		padding:0;
	}
	#ProductInfo #resultbox,
	#product #resultbox {
		margin: 0 -15px;
	}
	#product dl{
		padding: 20px 4px 30px;
	}
	#fabric #resultbox.category ul#results.wideCol li{
		width:50%;
	}
	/*a#proceed-with-product-type:after {
		right: 5px;
		top:auto;
		bottom:0px;
	}
	a#proceed-with-product-type img {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		border-right: 2px solid #efefef;
		float: left;
		
	}
	a#proceed-with-product-type span {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 20px 0 10px;
		width: 70%;
		margin: 0;
		font-size: 18px;
	}*/
	.modal-content {
		padding: 30px 20px;
	}
	.modal .titlebox {
		padding: 20px 0 0;
	}
	/*.modal a#proceed-with-product-type img,
	.modal a#proceed-with-product-type span{ 
		display: block;
		width:100%;
		float: none;
		margin: 0; 
		border:none;
	}
	.modal a#proceed-with-product-type img {
		height: 200px;
	}
	.modal a#proceed-with-product-type span{
		padding: 10px 30px 10px 10px;
	}*/
	.modal #choose-different-fabric-button{
		font-size: 13px;
		padding: 10px;
		width:100%;
	}
	.modal .fabric-chooser-fabric-details{
		margin: 0 -15px;
	}
	#furniture .txtbox {
		width: 100%;
		padding: 10px 0 30px;
		margin: 0;
		
	}
	#furniture .fabricsample{
		width:130px;
		top:-10px;
	}
	#furniture #resultbox{
		margin: 0 -15px;
	}
	#Photo .intro {
		padding: 0 0 50px;
	}
	#Photo .gallery-category .txtbox{
		width:100%;
	}
	#brochure #intro .txtbox, 
	.m2m #intro .txtbox, 
	.furniture #intro .txtbox {
		margin: 0 auto 0;
		padding: 0 0 30px;
		width: 100%;
	}
	.m2m #intro .txtbox h1 + div {
		height: 200px;
	}
	#MyChoice  .widthbox > div{
		width:100%;
		margin: 0 0 5px 0;
	}
	#MyChoice #secondary-fabric.Quilts .row{
		margin: 0;
	}
	#MyChoice #secondary-fabric.Quilts .row > .col-xs-6{
		width:100%;
		display: block;
		padding:0;
		
	}
	
	
	#brochure .brochure{
		margin: 0 -15px;
	}
	#brochure .brochure .img,
	#brochure .brochure .txt{
		width:100%;
		padding: 10px 0;
	}
	/*----------------------basket & checkout*/
	#basket #content{
		padding: 0 0 20px 0;
	}
	#basketbox{
		padding: 30px 0 50px;
	}
	#basketbox #basket-heading{
		display: none;
	}
	#basketbox .basket-line {
		padding: 0 0 10px;
	}
	#basketbox .basket-line .basket-figures #quantity{
		width:30px;
		display: inline-block;
		vertical-align: middle;
	}
	#basketbox .basket-line .basket-figures .basket-item-quantity-unit{
		display: inline-block;
		vertical-align: middle;
		background: none;
		border:none;
		padding-left: 5px;
	}
	.modal-content .basket-line .basket-description > img,
	#basketbox .basket-line .basket-description > img {
		position: relative;
		width: 100%;
		margin: 0 auto 20px;
		display: block;
		left:auto;
	}
	.modal-content .basket-line .basket-description,
	#basketbox .basket-line .basket-description{
		width:100%;
		text-align: right;
		float: none;
	}
	.modal-content .basket-line .basket-figures,
	#basketbox .basket-line .basket-figures{
		width:85%;
		text-align: right;
		padding-right:5px;
	}
	
	#basketbox .basket-line .basket-controls{
		min-height: 35px;
		padding: 10px 5px 0 0;
		text-align: right;
		width:15%;
	}
	#basket .basket-line .basket-description dl,
	#basket .basket-line .basket-description h4{
		width:100%;
		text-align: left;
		margin-bottom: 20px;
	}

	
	#basketbox .basket-line .offertxt{
		width:60%;
	}
	#basketbox .basket-line .Idiscount{
		width:30%;
		text-align:right;
	}
	#basketbox .basket-line .offer-message .message {
		font-size: 13px;
	}
	
	#basketfooter #ctl01_promoCodeEntry div{
		max-width:100%;
	}
	#basketfooter div.pull-right,
	#basketfooter div.pull-left{
		float: none !important;
		display: block;
		margin: 0 0 20px;
	}
	
	#deliverybox .btn,
	#basketfooter .btn{
		display: block;
		width:100%;
		float: none;
	}
	
	#checkout-steps div{
		display: block;
		margin: 0;
		padding: 5px 0;
		width:100%;
		text-align: left;
	}
	#checkout-steps div span{
		margin: 0 10px 0 0;
		display:inline-block;
		vertical-align: middle;
		text-align: center;
		width:35px;
		height: 35px;
		line-height: 33px;
		font-size: 16px;
	}
	#checkout-steps div a{
		display: inline-block;
		vertical-align: middle;
		padding:0 0 1px;
		margin-left: 10px;
		
	}
	#checkout .addressbox label.col-xs-4,
	#checkout .addressbox div.col-xs-8{
		width:100%;
		float:none;
		display: block;
	}
	#checkout #QuillContent{
		padding:30px 0;
	}
	#checkout .headerlabel{
		margin: 0 -15px 30px;
	}
	#checkout #delivery-form .custom-radio {
		padding: 0 15px;
		margin: 0 0 20px;
		width:100%;
	}
	#checkout .basket-line .basket-description {
		padding:10px 15px;
		position: relative;
		width: 100%;
	}
	#checkout .basket-description.offer {
		width: 60%;
	}
	#checkout .basket-line .basket-description h4{
		margin-left: 31%;
		min-height: 64px;
	}
	.basket-line .basket-description img {
		top: 10px;
	}
	
	.basket-line .basket-description dl dt{
		width:40%;
	}
	/*#checkout .basket-line .basket-description + div + div,*/
	.basket-line .basket-description dl dd{
		width:60%;
		text-align: left;		
	}
	#ctl01_promoCodeEntry div{
		width:100%;
	}
	#checkout #basket-heading{
		display: none;
	}
	#checkout .basket-line .fullprice,
	#checkout .basket-line .baseprice,
	#checkout .basket-line .qty{
		margin: 0;
		padding: 0 15px 0 35%;
		width:100%;
		text-align: right;
		display: block;
	}
	#checkout .basket-line .fullprice:before,
	#checkout .basket-line .baseprice:before,
	#checkout .basket-line .qty:before{
		content:"Quantity";
		display: inline-block;
		vertical-align: top;
		width:30%;
		position: absolute;
		left:0;
		padding: 0 0 0 15px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 400;
		color: #6f9298;
		white-space: nowrap;
		text-align: left;
		
	}
	#checkout .basket-line .baseprice:before{
		content:"Item Price";
	}
	#checkout .basket-line .fullprice:before{
		content:"Price + vat";
	}
	#checkout #basket-footer .grandtot .col-xs-10,
	#checkout #basket-footer .vat .col-xs-10,
	#checkout #basket-footer .tot .col-xs-10,
	#checkout #basket-delivery .row div:nth-of-type(1){
		width:60%;
	}
	#checkout #basket-footer .grandtot .col-xs-2,
	#checkout #basket-footer .vat .col-xs-2,
	#checkout #basket-footer .tot .col-xs-2,
	#checkout #basket-delivery .row div:nth-of-type(2){
		width:40%;
		text-align: right;
	}
	#checkout #payment_form .form-group .col-xs-4,
	#checkout #payment_form .form-group .col-xs-8{
		width:100%;
	}
	#checkout #card_types li {
		width: 100%;
	}
	#checkout .gopay{
		display: block;
		width:100%;
		float: none;
		text-align: center;
	}
	#checkout .gopay button{
		width:100%;
	}
	#checkout #sumbox{
		padding:0;

	}
	#checkout .basket-line h4 {
		font-size: 16px;
		line-height: 22px;
	}
	#sumbox .basket-line .basket-description img,
	#deliverybox .basket-line .basket-description img {
		top: 0;
		position: relative;
		left: 0;
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
	#sumbox .basket-line .basket-description h4,
	#deliverybox .basket-line .basket-description h4 {
		 margin-left:0; 
		 min-height: 20px; 
	}
	#deliverybox .basket-line .basket-description dl dt {
		width: 40%;
		text-align: left;
	}
	#deliverybox .basket-line .basket-description dl dd {
		width: 60%;
		text-align: left;
	}
	
	#archive #press-items .press-item .col-xs-8,
	#archive #press-items .press-item .col-xs-4{
		width:100%;
		display: block;
	}
	
	
	
	#account #QuillContent{
		margin: 0 -15px;
	}
	#account #QuillContent #details-form .col-xs-8,
	#account #QuillContent #details-form .col-xs-4{
		width:100%;
		margin-bottom: 5px;
	}
	#account #QuillContent #brochure-form .form-group .selectpicker,
	#account #QuillContent #brochure-form .form-group input{
		margin-bottom: 5px;
	}
	#account #QuillContent #brochure-form .form-group .col-xs-8,
	#account #QuillContent #brochure-form .form-group .col-xs-4{
		width:100%;
	}
	#account #order-dialog #basket-heading{
		display: none;
	}
	#account #order-dialog #basket_wrap {
		padding-top: 30px;
	}
	#account #order-dialog .basket-line .basket-description{
		width:100%;
		padding: 0 15px;
	}
	#account #order-dialog .basket-line .basket-description.offer{
		width:70%;
		padding: 0 15px;
	}
	#account #order-dialog .basket-line .basket-description.offer + div{
		width:1%;
		padding: 0;
	}
	#account #order-dialog .basket-line .basket-description.offer + div + div{
		width:29%;
		padding-right: 30px;
	}
	#account #order-dialog .basket-line .basket-description img{
		position: relative;
		top:auto;
		left:auto;
		margin-bottom: 20px;
	}
	#account #order-dialog .basket-line .qty,
	#account #order-dialog .basket-line .baseprice,
	#account #order-dialog .basket-line .fullprice{
		width:100%;
		padding: 0 30px;
	}
	#account #order-dialog #basket-footer {
		padding: 10px 15px 10px 0;
	}
	#account #order-dialog #basket-footer .row{
		margin: 0;
		padding: 0 15px;
	}
	
	#account .history table th{
		display: none;
	}
	#account .history table tbody tr{
		border: 1px solid #e6e5e6;
		margin-bottom: 30px;
	}
	#account .history table tbody tr td{
		display: block;
		width:100%;
		border-top: none;
	}
	#account .history table tbody tr td:before{
		content:"";
		display:inline-block;
		width:50%;
	}
	#account .history table tbody tr td:nth-child(1):before{
		content:"Date";
	}
	#account .history table tbody tr td:nth-child(2):before{
		content:"Order #";
	}
	#account .history table tbody tr td:nth-child(3):before{
		content:"Amount";
	}
	#account .history table tbody tr td:nth-child(4):before{
		content:"View";
	}
	#SearchBox{
		margin: 0 -15px;
	}
	#SearchBox .results {
		padding: 0;
		margin: 0 -8px;
	}
	#SearchBox .results li{
		width:50%;
		padding: 0 8px 20px;
		font-size: 13px;
	}
	#SearchBox #search-form input,
	#SearchBox #search-form button{
		display: block;
		margin: 5px 0;
		width:100%;
	}
	
}
/*Iphone 4&5*/
@media only screen and (max-width: 359px) { 
	

	
}

/* Size and Orientation */
@media only screen and (max-width: 479px) and (orientation: portrait){ 

}
/* Landscape Orientation */
@media screen and (orientation: landscape) {

}

/* Portrait Orientation */
@media screen and (orientation: portrait) {

}

/*--------------------------------------------------------------------- End Responsive Queries*/





