@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F2F2F2;
	margin: 0;
	padding: 90px 0 0 0;
	font-size: 1em;
	position: relative;
}

/* NAVIGATION BAR */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	text-transform: lowercase;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(58,59,76,0.15);
	z-index: 901;
}

.main-navigation-content {
	width: 96%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto 0 auto;
}

nav a.logo {
	text-decoration: none;
	float: left;
	margin-top: 15px;
	text-decoration: none;
}

nav ul.top {
	float: right;
	list-style-type: none;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.2px;
	z-index: 999;
}

nav ul.top li {
	display: inline;
	position: relative;
}

nav ul.top li:hover a {
	color: #456FCB;
}

nav ul.top li a {
	text-decoration: none;
	color: #3A3B4C;
	padding: 39px 0px 35px 70px;
	margin-top: 30px;
	line-height: 4.2em;
}

nav ul.top li.active a {
	color: #456FCB;
}

nav ul.top li ul.inner li.active a {
	color: #456FCB;
}

nav ul.top li ul.inner {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(58,59,76,0.15);
	border-left: 1px solid rgba(58,59,76,0.15);
	border-right: 1px solid rgba(58,59,76,0.15);
	font-size: 0.85em;
	color: #818385;
}

nav ul.top li:hover > ul.inner {
	display: block;
	padding: 0;
	left: 0%;
	z-index: 1;
	color: #3A3B4C;
	line-height: 1em;
	margin-top: 11%;
	margin-left: 38%;
}

nav ul.top li ul.inner li {
	display: block;
	float: left;
}

nav ul.top li ul.inner li {
	display: block;
	float: left;
	color: #3A3B4C;
	width: 100%;
}

nav ul.top li ul.inner li:hover {
	background-color: #3A3B4C;
}

nav ul.top li ul.inner li:hover a {
	color: #F0F0F0;
	border-bottom: none;
}

nav ul.top li ul.inner li a {
	color: #3A3B4C;
	border-bottom: none;
	padding: 3px 0 0 20px;
}

/* SITE-WIDE ELEMENTS */

.content-wrap {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 80px 0 80px 0;
	overflow: hidden;
}

.content-wrap-top-home-main {
	width: 96%;
	max-width: 1000px;
	margin: 20px auto 0 auto;
	position: relative;
	padding: 40px 0 40px 0;
	overflow: hidden;
}

.content-wrap-section {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.content-left {
	width: 46%;
	float: left;
	margin-top: 30px;
}

.content-right {
	width: 46%;
	float: right;
	margin-top: 30px;
}

.content-left p, .content-right p {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 100%;
}

.content-wrap-no-pad {
	width: 96%;
	max-width: 1000px;
	margin: 20px auto 0 auto;
	position: relative;
	padding: 40px 0 0 0;
	overflow: hidden;
}

article.grey {
	background-color: #F4F4F4;
	min-height: 300px;
	display: block;
	overflow: hidden;
}

article.white {
	background-color: #FFFFFF;
	min-height: 300px;
	display: block;
	overflow: hidden;
}

ul.standard-bullets {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 100%;
}

ul.standard-bullets-small {
	font-size: 0.8em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	width: 70%;
	float: left;
	margin-top: 20px;
}

ul.standard-bullets li {
	clear: both;
	width: 90%;
}

ul.standard-bullets-small li {
	clear: both;
	padding-bottom: 10px;	
	width: 90%;
}

p.list-spare {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 96%;
	line-height: 1em;
}

article.get-quote-cta {
	background-color: #D44245;
	min-height: 100px;
	display: block;
	overflow: hidden;
}

article.get-quote-cta.ebay-block {
	background-color: #3A3B4C;
}

footer.content-footer {
	background-color: #272727;
	min-height: 200px;
	display: block;
	overflow: hidden;
}

footer.legal-footer {
	background-color: #3A3B4C;
	min-height: 40px;
	display: block;
	overflow: hidden;
}

.content-wrap-footer {
	width: 96%;
	max-width: 1000px;
	margin: 0px auto 0 auto;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
}

.content-wrap-footer p.left {
	font-family: 'Roboto', Arial, sans-serif;
	color: #EDEDED;
	font-size: 0.8em;
	font-weight: 300;
	text-align: center;
	padding-bottom: 0;
}

.content-wrap-footer p.left span {
	color: #CACACA;
}

.content-wrap-footer p.right {
	font-family: 'Roboto', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 300;
	text-align: right;
	float: right;
	padding-bottom: 0;
}

.content-wrap-footer p.right span {
	color: #D8D8D8;
}

/* ARTICLES */



/* HEADERS */

.top-header h1.homepage {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #456FCB;
	font-size: 2.25em;
	font-weight: 400;
	text-align: left;
	clear: both;
	float: left;
	width: 80%;
	margin: 10px auto 0 auto; 
	padding-bottom: 0;
}

.top-header h1.homepage span.red {
	color: #D44245;
}

.top-header h1.homepage span.punctuation {
	color: #454545;
}

.top-header h2.homepage {
	font-size: 0.9em;
	color: #454545;
	float: left;
	text-align: left;
	padding: 0 0 190px 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	margin-top: 5px;
}

article.get-quote-cta h3.get-quote-cta {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 2.3em;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 0 auto; 
	padding-bottom: 10px;
}

h3 {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #3A3B4C;
	font-size: 2.25em;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 0 auto; 
	padding-bottom: 10px;
}

h3.rightoffset {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #D44245;
	font-size: 2.25em;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 0 50%; 
	padding-bottom: 10px;
}

h3.blue {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #456FCB;
	font-size: 2.3em;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 0 auto; 
	padding-bottom: 10px;
}

h3.dark {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #3A3B4C;
	font-size: 2.3em;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 0 auto; 
	padding-bottom: 10px;
}

/* PARAGRAPHS */



/* CTAs */

a.red-right-cta {
	float: left;
	margin-left: 50%;
	border: 2px solid #D44245;
	color: #D44245;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: 10px;
	display: block;
	clear: both;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.red-right-cta:hover {
	color: #FFFFFF;
	background-color: #D44245;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.red-left-cta {
	float: left;
	border: 2px solid #D44245;
	color: #D44245;
	text-decoration: none;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: 10px;
	display: block;
	clear: both;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.red-left-cta:hover {
	color: #FFFFFF;
	background-color: #D44245;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.blue-left-cta {
	float: left;
	border: 2px solid #456FCB;
	color: #456FCB;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: 10px;
	display: block;
	clear: both;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.blue-left-cta:hover {
	color: #FFFFFF;
	background-color: #456FCB;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.cta-red {
	font-family: 'Roboto', Arial, sans-serif;
	height: 30px;
	width: 120px;
	float: left;
	border-radius: 4px;
	background-color: #D44245;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	line-height: 1.4em;
	text-decoration: none;
}

a.cta-red-second {
	font-family: 'Roboto', Arial, sans-serif;
	height: 36px;
	width: 140px;
	float: left;
	margin-left: 30px;
	border-radius: 2px;
	background-color: #D44245;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 200;
	text-align: center;
	line-height: 1.4em;
	color: #FFFFFF;
}

a.news-cta {
	float: right;
	border: 2px solid #D44245;
	color: #D44245;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: -62px;
	clear: both;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.news-cta:hover {
	color: #FFFFFF;
	background-color: #D44245;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.get-quote-cta {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	width: 100px;
	text-decoration: none;
	border-radius: 24px;
	margin: 40px auto 0 auto;
	display: block;
	clear: both;
	text-align: center;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.get-quote-cta:hover {
	color: #D44245;
	background-color: #FFFFFF;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.product-get-quote-cta {
	float: left;
	border: 2px solid #D44245;
	color: #D44245;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: 10px;
	text-decoration: none;
	clear: both;
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.product-get-quote-cta:hover {
	color: #FFFFFF;
	background-color: #D44245;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.product-more-products-cta {
	float: left;
	border: 2px solid #D44245;
	color: #D44245;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 30px;
	border-radius: 24px;
	margin-top: 10px;
	text-decoration: none;
	margin-left: 20px;
	display: block;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.product-more-products-cta:hover {
	color: #FFFFFF;
	background-color: #D44245;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.price-criteria-cta {
	margin: 15px auto 15px auto;
	border: 2px solid #3A3B4C;
	color: #3A3B4C;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	padding: 10px 0px;
	text-decoration: none;
	width: 140px;
	border-radius: 24px;
	text-align: center;
	display: block;
	clear: both;
	cursor: pointer;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.price-criteria-cta:hover {
	color: #FFFFFF;
	background-color: #3A3B4C;
	-webkit-transition: color, background-color 0.2s; /* Safari */
    transition: color, background-color 0.2s;
}

a.price-criteria-cta.larger-price-cta {
	width: 220px;
}

/* HOME */

.top-header {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	border-bottom: 4px solid #E4C883;
	overflow: hidden;
	background: url(../images/home/london-skyline-sofa.jpg) no-repeat; 
	background-size: 110%; 
	background-position: bottom center;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

img.uk-flag {
	width: 70px;
	float: left;
	margin-top: 10px;
	display: block;
}

.top-header img.top-home-telephone-box {
	position: absolute;
	top: 5%;
	right: 0;
	width: 24%;
}

p.standard {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 48%;
}

p.standard-rightoffset {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-left: 50%;
	width: 48%;
}

p.standard-white {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 20px auto 0 auto;
	width: 48%;
}

p.skinny {
	font-size: 0.9em;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 48%;
}

img.k6-sofa {
	position: absolute;
	bottom: 0%;
	right: 0;
	width: 60%;
}

img.telephone-box {
	position: absolute;
	top: 10%;
	left: 0;
	width: 30%;
}

img.telephone-box.union-jack {
	bottom: none;
	top: 10%;
}


img.iconic-products {
	position: absolute;
	top: 24%;
	right: 0;
	width: 46%;
}


.case-study-block {
	width: 30%;
	min-height: 262px;
	vertical-align: top;
	margin: 30px 1.4% 0 1.4%;
	/*background-color: #3A3B4C;*/
	background-color: #F0F0F0;
	display: inline-block;
}

.case-study-block.larger-case {
	width: 47%;
}

.case-study-block:hover p.customer-review {
	display: block;
}

.case-image {
	width: 100%;
	height: 140px;
	margin-top: 0;
}


.case-image.ebay-product {
	height: 320px;
}

p.customer-name {
	width: 95%;
	font-size: 1em;
	text-align: center;
	color: #3A3B4C;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 10px auto 0 auto;
}

p.customer-name.product-name {
	margin: 20px auto;
}

p.ebay-product-price {
	font-size: 1.75em;
	font-weight: 500;
	text-align: center;
	background-color: #3A3B4C;
	font-family: 'Roboto', Arial, sans-serif;
	margin: 0;
	padding: 25px 0;
	color: #FFFFFF;
}

p.customer-location {
	width: 95%;
	font-size: 0.8em;
	text-align: center;
	color: #3A3B4C;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 2px auto 0 auto;
	padding-bottom: 15px;
}

p.customer-review {
	width: 85%;
	font-size: 0.8em;
	text-align: center;
	color: #3A3B4C;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.2px;
	margin: 0px auto 15px auto;
	display: none;
}

.client-grid-item {
	float: left;
	width: 19%;
	height: 60px;
	margin: 20px 30px 0px 30px;
}

.client-grid-item#grid1 img  {
	height: 50%;
	margin: auto auto auto auto;
	display: block;
}

.client-grid-item#grid2 img  {
	height: 30%;
	margin: 5px auto auto auto;
	display: block;
}

.client-grid-item#grid3 img  {
	height: 50%;
	margin: -5px auto auto auto;
	display: block;
}

.client-grid-item#grid4 img  {
	height: 60%;
	margin: -8px auto auto auto;
	display: block;
}

.client-grid-item#grid5 img  {
	height: 60%;
	margin: auto auto auto auto;
	display: block;
}

.client-grid-item#grid6 img  {
	height: 60%;
	margin: auto auto auto auto;
	display: block;
}

.client-grid-item#grid7 img  {
	height: 60%;
	margin: 2px auto auto auto;
	display: block;
}

.client-grid-item#grid8 img  {
	height: 40%;
	margin: 8px auto auto auto;
	display: block;
}

.client-grid-item#grid9 img  {
	height: 60%;
	margin: 10px auto auto auto;
	display: block;
}

.client-grid-item#grid10 img  {
	height: 50%;
	margin: 15px auto auto auto;
	display: block;
}

.client-grid-item#grid11 img  {
	height: 70%;
	margin: 8px auto auto auto;
	display: block;
}

.client-grid-item#grid12 img  {
	height: 100%;
	margin: 0px auto auto auto;
	display: block;
}

.client-grid-item#publishgrid1 img  {
	height: 50%;
	margin: 5px auto auto auto;
	display: block;
}

.client-grid-item#publishgrid2 img  {
	height: 30%;
	margin: 8px auto auto auto;
	display: block;
}

.client-grid-item#publishgrid3 img  {
	height: 50%;
	margin: -5px auto auto auto;
	display: block;
}

.client-grid-item#publishgrid4 img  {
	height: 60%;
	margin: -8px auto auto auto;
	display: block;
}

.publication-item {
	width: 96%;
	margin-top: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	overflow: hidden;
}

#bottom-item {
	width: 96%;
	margin-top: 20px;
	overflow: hidden;
}

.publisher-logo {
	float: left;
	width: 20%;
}

.publisher-logo img#pub1 {
	height: 29px;
	margin-top: 22px;
	float: right;
}

.publisher-logo img#pub2 {
	height: 27px;
	margin-top: 20px;
	float: right;
}

.publisher-logo img#pub3 {
	height: 55px;
	margin-top: 6px;
	float: right;
}

.publisher-logo img#pub4 {
	height: 23px;
	margin-top: 22px;
	float: right;
}

.publisher-logo img#pub5 {
	height: 25px;
	margin-top: 22px;
	float: right;
}

.publisher-logo img#pub6 {
	height: 34px;
	margin-top: 16px;
	float: right;
}

.publication-details {
	float: right;
	width: 75%;
}

h4.news-title {
	float: left;
	width: 70%;
	font-size: 1.15em;
	color: #3A3B4C;
	margin-top: 0;
	text-align: left;
	padding: 0 0 0 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

p.news-desc {
	float: left;
	clear: both;
	width: 70%;
	font-size: 0.8em;
	margin-top: -20px;
	color: #3A3B4C;
	text-align: justify;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

/* PRODUCT PAGES */

.product-header {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	border-bottom: 4px solid #E4C883;
	overflow: hidden;
	min-height: 350px;
}

.product-header-list {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	border-top: 1px solid rgba(58,59,76,0.1);
	background-color: #FFFFFF;
	overflow: hidden;
	min-height: 350px;
}

#pillar {
	background: url(../images/products/pillar/pillar-letterbox-bg.png) no-repeat; 
	background-size: 60%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#sofa {
	background: url(../images/products/k6-sofa/sofa-1-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#k6-kiosk {
	background: url(../images/products/k6/k6-2-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#original-jubilee-interior {
	background: url(../images/products/interiors/interior-1.jpg) no-repeat; 
	background-size: auto 100%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	border-top: 4px solid #E4C883;
	border-top: 
}

#reproduction-jubilee-interior {
	background: url(../images/products/interiors/interior-2.jpg) no-repeat; 
	background-size: auto 100%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	border-top: 4px solid #E4C883;
	background-color: #FFFFFF;
}

#reproduction-jubilee-frame {
	background: url(../images/products/interiors/interior-3.jpg) no-repeat; 
	background-size: auto 100%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	border-top: 4px solid #E4C883;
	background-color: #FFFFFF;
}

#k6-door {
	background: url(../images/products/k6-door/k6-door-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#bgt-head {
	background: url(../images/bgt/bgt-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#xfactor-head {
	background: url(../images/products/k6-sofa/sofa-1-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#disney-head {
	background: url(../images/walt-disney/disney-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#bluejeans-head {
	background: url(../images/bluejeans/bluejeans-cut.png) no-repeat; 
	background-size: 55%; 
	background-position: center right;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}


.content-wrap-product-head {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
}

h1.product-title {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #D44245;
	font-size: 2.9em;
	font-weight: 400;
	text-align: left;
	float: left;
	width: 40%;
	margin: 30px auto 0 auto; 
	padding-bottom: 0;	
	clear: both;
}

h1.section-title {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #3A3B4C;
	font-size: 2.9em;
	font-weight: 400;
	text-align: left;
	float: left;
	width: 100%;
	margin: 30px auto 0 auto; 
	padding-bottom: 0;	
	clear: both;
}

h2.section-sub-title {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #3A3B4C;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
	float: left;
	width: 100%;
	margin: 30px auto 0 auto; 
	padding-bottom: 0;	
	clear: both;
}

h2.product-title {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #D44245;
	font-size: 2.9em;
	font-weight: 400;
	text-align: left;
	float: left;
	width: 40%;
	margin: 30px auto 0 auto; 
	padding-bottom: 0;	
	clear: both;
}

p.product-main-desc {
	font-size: 0.9em;
	color: #454545;
	text-align: justify;
	float: left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	width: 40%;	
	clear: both;
}

.product-price-est {
	width: 21%;
	float: left;
	clear: both;
}

.product-price-est h2 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #456FCB;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	float: left;
	padding-bottom: 0;
}

.product-price-est h3 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #456FCB;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	float: left;
	margin-top: 13px;
	padding-bottom: 13px;
}

.product-price-est p {
	font-family: 'Roboto Condensed';
	color: #454545;
	font-size: 1.6em;
	font-weight: 300;
	text-align: left;
	float: left;
	width: 100%;
	padding-bottom: 0;
	margin-top: -8px;
 	letter-spacing: 1px;
}

.product-time-est {
	width: 21%;
	float: left;
	margin-left: 2%;
}

.product-time-est h2 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #456FCB;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	float: left;
	padding-bottom: 0;	
}

.product-time-est h3 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #456FCB;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	float: left;
	margin-top: 13px;
	padding-bottom: 13px;	
}

.product-time-est p {
	font-family: 'Roboto Condensed';
	color: #454545;
	font-size: 1.6em;
	font-weight: 300;
	text-align: left;
	float: left;
	padding-bottom: 0;
	margin-top: -8px;
 	letter-spacing: 1px;
}

span.mini {
	font-size: 0.75em;
}

p.product-information {
	font-size: 0.9em;
	color: #454545;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	width: 70%;
	margin: 20px auto 0 auto
}

ul.product-bullets {
	width: 80%;
	margin: 40px auto 20px auto;
}

ul.product-bullets li {
	font-size: 0.9em;
	color: #454545;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	width: 70%;
	margin: 20px auto 0 auto
}

h4.product-lower-detail {
	font-family: 'Slabo 27px', Arial, sans-serif;
	color: #3A3B4C;
	font-size: 1.8em;
	font-weight: 400;
	text-align: left;
	float: left;
	width: 100%;
	padding-bottom: 0;	
}

.pricing-box-wrap {
	width: 100%;
	margin: 0 auto 0 auto;
}

.pricing-box {
	width: 35%;
	min-height: 262px;
	vertical-align: top;
	margin: 20px 7% 0 7%;
	/*background-color: #3A3B4C;*/
	background-color: #F0F0F0;
	display: inline-block;
}

.pricing-box .top-red-price {
	width: 100%;
	background-color: #D44245;
	height: 90px;
	margin-top: 0;
	padding-top: 20px;
}

.pricing-box .top-red-price-small {
	width: 100%;
	background-color: #D44245;
	height: 40px;
	margin-top: 0;
	padding-top: 20px;
}

p.price-type {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin-top: 0;
}

p.price-amount {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 1.5px;	
	margin-top: 0;
}

p.price-small-detail {
	font-size: 0.8em;
	color: #454545;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	width: 70%;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}

.full-line-sep {
	width: 100%;
	height: 1px;
	background-color: #D8D8D8;
}

.gallery-wrap {
	width: 50%;
	margin-top: 80px;
	float: left;
}

.gallery-wrap.full-width-gallery {
	width: 100%;
	margin-top: 40px;
	float: none;
}

.gallery-wrap.full-width-gallery img.product-gallery-img {
	width: 24.2%;
    display: inline-block;
    margin: 1px;
    padding: none;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}

img.product-gallery-img {
	width: 23%;
    display: inline-block;
    margin: 1px;
    padding: none;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}

img.product-gallery-img:hover {
	opacity: 0.8;
}

img.crown-picture {
	float: right;
	border-radius: 4px;
	border: 4px solid #F0F0F0;
}

/* GET QUOTE */

.get-quote-header {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	border-bottom: 4px solid #E4C883;
	min-height: 200px;
	background: url(../images/contact-winter.jpg) no-repeat; 
	background-size: 100%; 
	background-position: top center;
	overflow: hidden;
	background-color: #FFFFFF;
}

h2.get-quote-detail {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #456FCB;
	font-size: 1em;
	margin-top: -3px;
	font-weight: 500;
	text-align: left;
	clear: both;
	padding-bottom: 0;
}

p.get-quote-detail {
	font-family: 'Roboto Condensed';
	color: #454545;
	font-size: 1.6em;
	font-weight: 300;
	text-align: left;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 0;
	margin-top: -8px;
 	letter-spacing: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.00);
}

.contact-visit-details {
	float: left;
	margin-left: 0px;
}

p.address {
	font-family: 'Roboto Condensed';
	color: #454545;
	font-size: 1.4em;
	font-weight: 300;
	float: left;
	text-align: left;
	width: 100%;
	padding-bottom: 0;
	overflow: hidden;
	display: block;
	line-height: 1.6em;
	margin-top: -8px;
 	letter-spacing: 1px;
}

article.red-map {
	/*background-color: #3A3B4C;*/
	background-color: #FFFFFF;
	min-height: 302px;
	display: block;
	position: relative;
	overflow: hidden;
}

#map {
	width: 60%;
	float: right;
	/*border-left: 1px solid #3A3B4C;
	border-top: 1px solid #3A3B4C;
	border-bottom: 1px solid #3A3B4C;*/
	height: 272px;
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #CCC;
}

/* TABLE */

table.spares {
	width: 100%;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(58,59,76,0.3);
}

table.spares thead {
	background: #3A3B4C;
	/* background: linear-gradient(#49708f, #293f50); */
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	border: none;
}

table tbody tr:hover {
	background-color: #d4e5ff;
}

tbody tr:nth-child(even) {
	background: #F0F0F2;
}

th:nth-child(0) {
	text-align: left;
}

th, td {
	padding: 10px;
	text-align: left;
}