/* Body/HTML */
body,
html {
  background: #000;
  color: #d0cbbf;
  /*
  font-family: Georgia, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
  */
font-family:Georgia,Microsoft JhengHei,sans-serif;
  /*'Merriweather'*/
  font-size: 0.9em;
  font-weight: 400;
  /*letter-spacing: 0.05em;*/
}
p {
  font-family: arial, sans-serif;
  color: #ececec;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #d0cbbf;
  text-decoration: underline;
}
h1 {
  clear: both;
  color: #d4d4d4;
  font-size: 20px;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
h2 {
  clear: both;
  font-size: 15px;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
/* image bg-gallery */
.bg-gallery {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  height: 100%;
  margin: 0 auto;
  min-height: 664px;
  /*max-width: 1600px;*/
  min-width: 950px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
.bg-gallery #galleryslideshow-holder {
  margin: auto;
}
.bg-gallery #galleryslideshow-holder div {
  max-width: 1600px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.bg-gallery #galleryslideshow-holder div img {
  width: 100%;
}
.galleryslideshow-content {
  display: none;
}
.galleryslideshow-content-show {
  display: block;
}
/*
.home .bg-gallery {
	background: url(images/home_bg.jpg) no-repeat #000 center top;
}

.hero{
	background: url(images/belgravia_bg.jpg) no-repeat #000;
	width: 1024px;
	margin: auto;
}

.leather{
	background: url(images/leather_bg.jpg) no-repeat #000;
}

.contact{
	background: url(images/contact_bg.jpg) no-repeat #000;
}

.blurred{
	background: url(images/blurred_bg.jpg) no-repeat #000;
}
*/
/* Containers */
.container {
  min-height: 100%;
  padding-top: 25px;
  position: absolute;
  width: 100%;
  z-index: 950;
}
.container .content {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
}
.main-content {
  font-size: 1.15em;
  line-height: 1.75em;
  margin: 250px auto 20px;
  max-width: 1200px;
  min-height: 200px;
  min-width: 950px;
  padding: 18px 20px 0;
  position: relative;
}
.main-content a {
  color: #d0cbbf;
  /*text-decoration: underline;*/
}
.main-content ul {
	margin-left: 20px;
}
.main-content ul li {
	padding-left: 20px;
}
.faq .main-content h2 {
  background: url(images/faq-border.png) left top no-repeat;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}
.narrow .container {
  padding-top: 50px;
}
.narrow .container .content {
  background: none;
}
.narrow .main-content {
  margin: 20px auto;
  width: 650px;
}
.two-col .main-content {
  margin: 250px auto 20px;
  min-height: 450px;
}
.two-col .main-content .content-inner {
  float: left;
  margin-right: 400px;
}
.two-col .main-content .form-content {
  position: absolute;
  right: 0;
  width: 350px;
}
.home .content {
  margin: 550px auto 0;
  padding-bottom: 10px;
}
.home .content .main-content {
  text-align: center;
}
.home .content h1 {
  display: none;
}
.product .container,
.customize-your-sofa .container {
  min-height: 0;
}
.product .container .content,
.customize-your-sofa .container .content {
  margin-top: 0;
}
.product .main-content,
.customize-your-sofa .main-content {
  margin: 0 auto;
  min-height: 150px;
}
.product .main-content p,
.customize-your-sofa .main-content p {
  float: left;
  width: 660px;
}
.product .main-content .range-button,
.customize-your-sofa .main-content .range-button {
  float: right;
}
.product .main-content .button-image-twoline,
.customize-your-sofa .main-content .button-image-twoline {
  right: 20px;
  position: absolute;
  top: 62px;
}
.product .container {
  bottom: 0;
}
/* CTA Panels */
.panels a,
.panels a:hover {
  text-decoration: none;
}
.panel-container {
  border-left: 1px solid #1a1a1a;
  display: table-cell;
  display: inline-table;
  min-height: 200px;
  padding: 8px 10px;
  width: 166px;
}
.panel-container h2 {
  background: 0 none;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0;
  min-height: 50px;
  padding-top: 0;
  text-align: center;
}
.panel-container .panel-content {
  min-height: 100px;
  padding: 10px 0 20px;
  text-align: center;
}
.panel-container .panel-content img {
  border: 3px solid #565656;
  width: 153px;
}
.panel-container .panel-button {
  display: table;
  margin: auto;
  text-decoration: none;
  vertical-align: bottom;
}
.panel-container:first-child {
  border-left: 0 none;
}
/* Leathers Section */
.covering-panels {
  margin-top: 30px;
}
.covering-container {
  display: table-cell;
  display: inline-table;
  margin: 0 47px 30px 0;
  /*width: 298px;*/
  /*&:nth-child(3n+0) {
		margin-right:0;
	}*/
  /*.covering-text {
		border-top: 4px solid #565656;
		margin-top: 180px;
	}*/
}
.covering-container h2 {
  background: url(images/faq-border.png) left bottom repeat-x;
  color: #d4d4d4;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  width: 50%;
}
.covering-container .covering-content {
  background-position: center top;
  background-repeat: no-repeat;
  border: 4px solid #565656;
  padding: 20px 20px 10px;
}
.covering-container .covering-content .customizer_coverings li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.covering-container .covering-content .customizer_coverings li a {
  color: ##ececec;
  font-family: arial, sans-serif;
  text-decoration: none;
}
.covering-container .covering-content .customizer_coverings li a span {
  display: block;
  font-size: 0.8em;
  margin-top: -5px;
}
.covering-container .covering-content .customizer_coverings li img {
  border: 2px solid #292522;
  margin: 0 10px;
  width: 110px;
}
.range-panels {
  margin-top: 30px;
}
.range-container {
  display: table-cell;
  display: inline-table;
  margin: 10px 12px 30px;
  width: 290px;
}
.range-container:nth-child(3n+0) {
  /*margin-right:0;*/
}
.range-container h2 {
  background: url(images/faq-border.png) left bottom repeat-x;
  color: #d4d4d4;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.range-container .range-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #565656;
  height: 152px;
}
.range-container .range-text {
  padding: 20px 20px 10px;
}
.product-tabs {
  background: url(images/faq-border.png) left bottom repeat-x;
  list-style-type: none;
  margin: 40px 0 50px;
  padding-bottom: 10px;
}
.product-tabs li {
  border-left: 1px solid #b7b7b7;
  display: inline-block;
  display: inline-table;
  padding: 3px 10px;
}
.product-tabs li a {
  font-size: 1.2rem;
}
.product-tabs li:first-child {
  border-left: 0 none;
  padding-left: 0;
}
.product-tabs li.active a {
  color: #b7b7b7;
  /*text-decoration: none;*/
}
/* Customizer */
.customize-your-sofa {
  /*.container {
        .content {
            background: none;
        }
    }*/
}
.customize-your-sofa .main-content {
  margin: 0 auto;
  min-width: 950px;
  max-width: 1600px;
  /*min-height: 600px;
		width: auto;*/
}
.customize-your-sofa .main-content p {
  width: 100%;
}
.customize-your-sofa .customizer_coveringtypes li {
  display: inline-block;
  float: left;
  list-style-type: none;
}
.customize-your-sofa .customizer_coveringtypes li h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 20px;
}
.customize-your-sofa .customizer_coveringtypes li h3 span a {
  background: url(images/expand-collapse.png) no-repeat right 6px;
  display: inline-block;
  font-size: 0.75em;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
}
.customize-your-sofa .customizer_coveringtypes li h3 span a.show {
  background: url(images/expand-collapse.png) no-repeat right bottom;
}
.customize-your-sofa .customizer_coveringtypes li .about-covering-content {
  display: none;
  width: 100%;
}
.customize-your-sofa .customizer_coveringtypes li .customizer_coverings {
  /*height: 80px;
				overflow: hidden;
				width: 100%;*/
}
.customize-your-sofa .customizer_coveringtypes li .customizer_coverings li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  /*a {
						height: 100px;
						width: 100px;
					}*/
}
.customize-your-sofa .customizer_coveringtypes li .customizer_coverings li span.ajax {
  background: #ffffff url(images/ajax-loader.gif) no-repeat center center;
  display: block;
  height: 75px;
  left: 7px;
  opacity: 0.4;
  position: absolute;
  top: 2px;
  width: 75px;
  z-index: 9999;
}
.customize-your-sofa .customizer_coveringtypes li .customizer_coverings li img {
  border: 2px solid #292522;
  margin: 0 5px 5px;
  width: 75px;
}
.customize-your-sofa .bx-viewport {
  left: 45px;
  max-height: 130px;
}
.customize-your-sofa .bx-pager,
.customize-your-sofa .slidesjs-pagination {
  display: none;
}
.customize-your-sofa .bx-wrapper .bx-controls-direction a.disabled {
  cursor: default;
  display: block;
  opacity: 0.25;
}
#preview {
  background: #2F2824;
  border: 1px solid #565656;
  color: #d4d4d4;
  display: none;
  line-height: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 20002;
}
#preview h3 {
  font-size: 16px;
  margin: 10px 0 20px;
}
#preview img {
  max-width: 200px;
}
.customizer_container {
  /*margin: auto;
	position: relative;
	width: 1024px;*/
  background-color: #000;
  max-width: 1600px;
  min-width: 940px;
  padding: 0 15px 5px;
}
#customizer {
  /*background: url(images/nav_bg.png) repeat;*/
  background: url(images/nav_bg.png) repeat left top;
  /*height: 200px;
	max-width: 1600px;
	width: 100%;
	min-width: 950px;
	padding: 0 15px;*/
}
#customizer_inner {
  padding: 5px 30px 0;
  position: relative;
}
#customizer_inner h2 {
  margin-top: 20px;
  margin-left: 10px;
  border-bottom: 1px solid #2c2826;
  width: 230px;
  padding-bottom: 10px;
}
.fancybox-skin {
  background-color: #d0cbbf !important;
}
.modal-content * {
  color: #000 !important;
}
.modal-content h1 {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.modal-content .product-dimensions {
  margin: 0 auto 20px;
  width: 450px;
}
.modal-content .dims-panel {
  margin: 20px auto 0;
  width: 450px;
}
.modal-content .dims-panel th,
.modal-content .dims-panel td {
  font-size: 1.2em;
  padding: 5px 0;
  text-align: left;
}
.modal-content .dims-panel th {
  font-weight: bold;
  width: 30%;
}
/* Buttons */
.button-image {
  background: transparent;
  /* Old browsers */
  background-position: center top;
  background-repeat: no-repeat;
  height: 40px;
}
.button-image:hover {
  background-position: center bottom;
}
.button-image-oneline-narrow {
  width: 165px;
}
.button-image-oneline-medium {
  width: 185px;
}
.button-image-oneline-wide {
  width: 205px;
}
.button-image-twoline {
  display: block;
  float: right;
  height: 61px;
  width: 235px;
}
button[type=submit],
input[type=submit],
.panel-button,
.home_button,
.customizer_button,
.hero_button {
  border: none;
  color: #fff;
  display: block;
  font-family: Georgia, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 20px;
  padding: 12px;
  text-align: center;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #cf5454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2NmNTQ1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjYTIxODMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5MTIyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #cf5454 2%, #a21832 3%, #791226 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #cf5454), color-stop(3%, #a21832), color-stop(100%, #791226));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cf5454 2%, #a21832 3%, #791226 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cf5454 2%, #a21832 3%, #791226 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cf5454 2%, #a21832 3%, #791226 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cf5454 2%, #a21832 3%, #791226 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5454', endColorstr='#791226', GradientType=0);
  /* IE6-8 */
}
button[type=submit]:hover,
input[type=submit]:hover,
.panel-button:hover,
.home_buttons:hover,
.customizer_button:hover,
.hero_button:hover {
  text-decoration: none;
  transition: background 0.5s ease;
  background: #791226;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5MTIyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2EyMTgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjU0NTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #791226 0%, #a21832 98%, #cf5454 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #791226), color-stop(98%, #a21832), color-stop(100%, #cf5454));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #791226 0%, #a21832 98%, #cf5454 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #791226 0%, #a21832 98%, #cf5454 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #791226 0%, #a21832 98%, #cf5454 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #791226 0%, #a21832 98%, #cf5454 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#791226', endColorstr='#cf5454', GradientType=0);
  /* IE6-8 */
  cursor: pointer;
}
.customizer-buttons {
  position: absolute;
  right: 50px;
  top: 10px;
}
.customizer-buttons .customizer_button {
  float: right;
  margin-left: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.hero_button {
  height: 62px;
  float: right;
  width: 190px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 15px;
  margin-top: 5px;
  margin-right: 20px;
}
.hero_button p {
  margin-top: 5px;
}
.hero_button span {
  width: 180px;
  font-size: 10px;
  font-family: arial, sans-serif;
  background: url(images/after_arrow.png) no-repeat right;
  padding-right: 20px;
}
input[type=submit] {
  padding: 0;
}
/* FAQ Section */
.faq_content {
  margin-left: 40px;
  margin-top: 160px;
  width: 90%;
}
.faq_content h2 {
  text-align: left;
  width: 210px;
  border-top: 1px solid #4f4f4f;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
/* Forms */
form {
  margin-top: 40px;
  position: relative;
}
label {
  display: none;
}
textarea,
input {
  background: #fff;
  border: 0;
  clear: both;
  display: inline-block;
  font-family: Georgia, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
  font-size: 0.9rem;
  margin: 0 0 20px 0;
  padding: 6px 10px;
  width: 300px;
}
textarea {
  height: 100px;
}
input:-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  color: #fff;
}
.field-validation-error {
  display: inline-block;
  margin-left: 10px;
}
/* Misc */
.last {
  margin-right: 0px;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}
.fancybox-outer {
  padding-bottom: 32px;
}
.fancybox-close {
  background-image: none;
  border-top: 1px solid #000;
  bottom: 10px;
  color: #000;
  cursor: pointer;
  font-size: 1.6em;
  height: 26px;
  left: 2.5%;
  position: absolute;
  padding-top: 10px;
  text-align: center;
  top: inherit;
  width: 95%;
  z-index: 8040;
}
.fancybox-close:hover {
  color: #000;
  text-decoration: underline;
}
.workshop .fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  cursor: pointer;
}
.workshop .fancybox-close {
  left: auto;
  display: block;
  border: 0;
  text-indent: -999999px;
  background: url('fancybox/fancybox_sprite.png') top left no-repeat;
}
.workshop .fancybox-skin {
  background: none !important;
}
.workshop .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#workshopGallery ul {
  text-align: center;
}
#workshopGallery ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
/* Media Queiries */
@media screen and (max-width: 1024px) {
  .customize-your-sofa .customizer_coveringtypes li .customizer_coverings li img {
    width: 50px;
  }
  span.ajax {
    height: 50px;
    width: 50px;
  }
  #preview h3 {
    font-size: 13px;
    margin: 10px 0 20px;
  }
  #preview img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .customize-your-sofa .customizer_coveringtypes li .customizer_coverings li img {
    width: 60px;
  }
  .customize-your-sofa .customizer_coveringtypes li .customizer_coverings li span.ajax {
    height: 60px;
    width: 60px;
  }
  .covering-container .covering-content .customizer_coverings li img {
    width: 100px;
  }
  #preview h3 {
    font-size: 15px;
    margin: 10px 0 20px;
  }
  #preview img {
    max-width: 150px;
  }
}
/*
	.container{
		min-height: 768px;
		margin: auto;
		width: 100%;
		max-width: 1200px
	}
	.home{
		background: url(images/home_bg_large.jpg) no-repeat top center fixed; 
	}
	#home_sections_container{
		margin: auto;
		margin-top: 490px;
	}
	.home_sections{
		margin-right: 5.5%;
	}

	.first{
		margin-right: 20px; 
	}

	.last{
		margin-right: 0px; 
	}

*/
/*# sourceMappingURL=site.css.map */