/*--Designed and built by: https://bluefishwebsolutions.co.uk--*/

/*--Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, div {
	display: block;
	}

ol, ul {
	list-style: none;
	}

.sidebarRightMain ul {
	list-style: disc;
	margin: 0 0 0 30px;
}	
	
.sidebarRightMain ul li {
	margin: 0 0 20px 0;
}
	
blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

strong {
	font-weight: bold;
}	
	
/* remember to define visible focus styles! 

:focus {
	outline: ?????;
	} */

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	}	
	
* {
	-webkit-text-size-adjust: none;
}

/*--Colour Pad*/

/*--Typography*/

/*--Main*/

	
body {
	background: #FFF;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #facf01;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

/*--Page*/

div#page-wrapper {

}

/*--Header*/

#header_wrapper {
	margin: 0;	
	height: 191px;
	padding: 0px;
	text-align: center;
	background: #0d1f2d url(images/robinson_builders_merchant_header_img.png) no-repeat bottom center;
}

body#rbm-fabrications #header_wrapper,
body#fabthanks #header_wrapper {
	background: #0d1f2d;
}

.infoStrip {
	height: 41px;
	background: #ff2b2a;
	color: #FFF;
}

.infoStrip div.one {
	position: relative;
}

.infoStrip ul  {
	position: absolute;
	left: 0;
}

.infoStrip ul li {
	height: 29px;
	display: inline-block;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 6px 25px 0 0;
	text-align: left;
}

.infoStrip ul li.delivery {
	background: url(images/van.png) no-repeat;
	padding: 0 0 0 55px;
}

.infoStrip ul li.family {
	background: url(images/family.png) no-repeat;
	padding: 0 0 0 51px;
}

.infoStrip ul li.facebook {
	/*background: url(images/facebook.png) no-repeat;*/
	padding: 0 0 0 40px;
}

.infoStrip a {
	color: #FFF;
}

.infoStrip a:hover {
	color: #facf01;
	text-decoration: none;
}

.infoStrip p.contact{
	background: #facf01;
	color: #0d1f2d;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px 11px 20px;
	margin: 0;
	position: absolute;
	right: 0;
}

p.social {
	position: absolute;
	top: 6px;
	left: 140px;
}

p.social a {
	margin: 0 10px 0 0;
}

p.social a:hover {
	opacity: .8;
}

header {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

a#logo {
	width: 310px;
	height: 85px;
	display: block;
	position: absolute;
	top: 38px;
	/*left: 310px;*/
}

a#logo img {
	width: 100%;
}

a:hover#logo {
	opacity: .8;
}

.opening {
	position: absolute;
	right: 0;
	top: 45px;
	color: #FFF;
}

.opening span {
	font-weight: 600;
}

.opening p {
	margin: 0;
}

body#rbm-fabrications a#logo,
body#fabthanks a#logo {
	width: 310px;
	height: 88px;
	top: 32px;
	left: 315px;
}

/*--Nav*/

.nav_wrapper {
	height: 60px;
	display: block;
	position: relative;
	z-index: 99;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

body#default .nav_wrapper {
	margin: 0 0 30px 0;
}

.nav_inner {
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}

ul.menu {
	position: absolute;
	z-index: 1;
	top: 13px;
}

ul.topMenu {
	position: absolute;
	top: -178px;
	right: 182px;
}

ul.menu li,
ul.topMenu li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu li a,
ul.topMenu li a,
ul.menu li span.menuItem {
	position: relative;
	display: block;
	font-size: 14px;	
	line-height: 18px; /*match font-size*/
	font-weight: 600;
	color: #0d1f2d;
	background: none;
	text-decoration: none;
	padding: 0 20px;
	text-transform: uppercase;
	border-right: 1px solid #CCC;
	text-align: center;
}

ul.topMenu li a {
	font-size: 9px;
	line-height: 16px;
	font-weight: 400;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	color: #FFF;
}

ul.topMenu li a:hover {
	color: #facf01;
}

ul.menu li a#general {
	padding: 0 20px 0 15px;
}

ul.menu li a#tools {
	padding: 0 0 0 20px;
	border-right: none;
}

ul.menu li a.single {
	padding: 9px 20px;
}

ul.topMenu li a#contact {
	padding: 0 0 0 10px;
	border-right: none;
}

ul.menu li a:hover {
	background: none;
	/*color: #ff2b2a;*/
	color: #facf01;
}

/*--SubNav*/

.subNav {
	background: #facf01;
	padding: 20px 0; 
}

.subNav h3 {
	margin: 0 0 10px 0;
	padding: 0 20px;
	color: #000;
	
}

.subNav h3 a {
	text-decoration: none;
	color: #FFF;
}

.subNav li {
	padding: 0;
}

body#garden-renovation-hornsea .subNav li,
body#garden-renovation-leven .subNav li,
body#kitchen-living-area-renovation-hornsea .subNav li,
body#mezzanine-flooring .subNav li {
	padding: 5px 20px;
}

.subNav li a {
	display: block;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	color: #000;
}

.subNav li a:hover {
	background: #FFF;
	color: #000;
}

/*--Responsive Nav*/	

div.button_inner {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

div.button_inner p {
	display: none;
}

/*--slider*/

.content-slider-container {
	height: 400px;
	margin: 0 0 40px 0;
	visibility: hidden;
	position: relative;
}

#slider  {
	height: 400px;
}

.content-slider-container div.column {
	width: 940px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

div.slide {
	width: 940px;
	height: 400px;
	position: relative;
}

div.slide h2 {
	background: rgba(0,0,0, .7);
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	padding: 15px 20px;
	position: absolute;
	bottom: 35px;
	left: 30px;
	z-index: 99;
	margin: 0;
}

.bx-controls {
	width: 100%;
	height: 39px;
	text-align: center;
	/*margin: -42px auto 0 auto;*/
	padding: 0;
	z-index: 99;
	position: relative;
}

.bx-pager-item {
	display: inline-block;
	padding: 18px 0 0 0;
}

div.bx-pager-item a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	outline: 0;
	background: #EEE;
	border-radius: 10px;
	border: 2px solid #FFF;
}

div.bx-pager-item a.active, 
div.bx-pager-item a:hover {
	background: #97b158;
}

/*--slider header*/

.slider-container {
	width: 940px;
	height: 400px;
	margin: 0 auto 40px auto;
	visibility: hidden;
	position: relative;
	/*background: #EEE;*/
}

.bxslider li img {
	/*width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	/*display: block;*/
}

.bxslider liS
/*.bxslider li img*/ {
	height: 400px;
}

.slide-info-container {
	width: 940px;
	margin: 0 auto;
}

.slide-info {
	width: 450px;
	height: 155px;
	background: rgba(0, 0, 0, .7);
	padding: 20px 30px 20px 20px;
	position: absolute;
	top: 110px;
	color: #FFF;
}

.slide-info p {
	margin: 0;
}

.slide-info a {
	width: 85px;
	position: absolute;
	top: 195px;
	left: 375px;
}

#bx-pager {
	position: absolute;
	bottom: 0;
}

#bx-pager a {
	width: 313px;
	display: block;
	float: left;
	padding: 14px 0 16px 0;
	text-align: center;
	/*text-transform: uppercase;*/
	font-weight: 600;
	color: #facf01;
	background: rgba(0, 0, 0, .5);
	text-decoration: none;
	text-align: center;
	margin: 0;
}

#bx-pager a:hover {
	background: #facf01;
	color: #000;
}

#bx-pager a.offer.active {
	background: #facf01;
	color: #0d1f2d;
}

#bx-pager a:nth-child(2) {
	width: 314px;
}

/*--Content*/

.key-areas {
	padding: 0;
	margin: 0 0 20px 0;
}

.key-areas h2 {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.key-areas div.twoA {
	width: 412px;
	margin: 0 20px 0 24px;
	background: #EEE;
}

.key-areas div.twoB {
	width: 460px;
	margin: 0;
}

.key-areas div.twoA a.ka {
	display: block;
}

.key-areas div.twoB a.ka {
	width: 220px;
	background: #EEE;
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}

.key-areas div.twoB a.ka:nth-child(even) {
	margin: 0 0 20px 0;
}

.key-areas a.ka img {
	width: 100%;
}

.key-areas div.twoA a.ka h2 {
	margin: 12px 0 8px 15px;
	color: #0d1f2d;
}

.key-areas div.twoA a.ka p {
	margin: 0 15px 0 15px;
	padding: 0 0 22px 0;
	color: #333;
}

.key-areas div.twoB a.ka h2 {
	margin: 5px 0 10px 15px;
	color: #0d1f2d;
} 

.key-areas a.ka:hover {
	text-decoration: none;
	opacity: .8;
} 

.fab div.twoA {
	width: 450px;
	margin: 0 40px 40px 0;
}

.fab div.twoB {
	width: 450px;
	margin; 0 0 40px 0;
}

/*--Product Pages*/

.product-list {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	/*height: 700px;*/
	background: #EEE;
	padding: 0 0 10px 0;
	min-height: 410px;
}

.product-list:nth-child(3n) {
	margin: 0 0 20px 0;
}

.product-list img {
	width: 100%;
	display: block;
	margin: 0 0 1px 0;
}

.product-list ul {
	padding: 15px 20px;
}

.product-list ul li ul {
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.product-list h3 {
	width: 300px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ff2b2a;
	color: #FFF;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}

.product-list h3 a {
	color: #FFF;
	text-decoration: none;
}

.product-list ul li h3 {
	width: 260px;
	background: none;
	text-transform: none;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.product-list ul li h3 a {
	color: #84c449;
}

/*--Logos*/

.logos {
	margin: 20px 0 0 59px;
}

.logos img {
	height: 40px;
	float: left;
	margin: 0 10px;
}

div.column-wrapper {
	clear: both;
}
	
div.column {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

.singleColumn {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body#customer-information .singleColumn p br {
	display: none;
}

.singleImage {
	width: 100%;
	/*margin: 0 0 30px 0;*/
}

div.one.singleColumn {
	margin-bottom: 40px;
}
	
div.one {
	margin-bottom: 40px;
}	

.intro {
	text-align: center;
	padding: 0;
	color: #0d1f2d;
}

.intro h2.fab,
.intro h2.case {
	font-size: 30px;
	line-height: 36px;
}

div.twoA {
	width: 430px;
	float: left;
	padding: 0 00 0;
	margin: 0 40px 40px 0;
}

div.twoB {
	width: 460px;
	float: left;
	margin: 0 0 40px 0;
}

body#company-history div.twoA,
body#meet-the-team div.twoA,
body#customer-information div.twoA,
body#garden-renovation-hornsea div.twoA,
body#garden-renovation-leven div.twoA,
body#kitchen-living-area-renovation-hornsea div.twoA,
body#mezzanine-flooring div.twoA {
	width: 600px;
	margin: 0 40px 40px 0;
}

body#company-history div.twoB,
body#meet-the-team div.twoB,
body#customer-information div.twoB,
body#garden-renovation-hornsea div.twoB,
body#garden-renovation-leven div.twoB,
body#kitchen-living-area-renovation-hornsea div.twoB,
body#mezzanine-flooring div.twoB {
	width: 300px;
}

body#company-history div.twoA img {
	width: 100%;
	margin: 0 0 20px 0;
}

.person {
	width: 100px;
	float: left;
	margin: 0 20px 20px 0;
}

.person img {
	width: 100%;
	display: block;
}

.person h3 {
	background: #EEE;
	text-align: center;
	padding: 10px 0;
}

div.threeA,
div.threeB,
div.threeC {
	width: 300px;
	float: left;
	margin: 0 21px 40px 0;
}

.slider-intro-container {
	width: 345px;
	position: relative;
}

.slider-intro {
	width: 680px;
	position: absolute;
	top: 114px;
	z-index: 99;
	color: #FFF;
	padding: 0px 130px;
	text-align: center;
}

.slider-intro h1 {
	margin: 0 0 20px 0;
}

.slider-intro h1 img {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fec81e;
}

.slider-intro p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 35px 0;
}

.slider-intro a.button {
	margin: 0 15px;
}

a.button {
	background: #facf01;
	color: #000;
	padding: 8px 30px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
}

a:hover.button {
	background: #0d1f2d;
	color: #FFF;
}
		
.sidebarRightMain {
	width: 600px;
	margin: 0 40px 40px 0;
	float: left;
}

.sidebarRightMain h4 {
	margin: 0 0 10px 0;
}

.sidebarRight {
	width: 300px;
	float: right;
	margin: 0 0 40px 0;
}

p.read-more {
	width: 65px;
	background: #4091ce;
	padding: 5px 10px;
	float: right;
}

p.read-more a {
	color: #FFF;
	text-decoration: none;
}

div.clear {
	clear: both;
}

.accreditation {
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #e0e7cd;
	margin: 0 0 40px 0;
}

body#accreditations .sidebarRightMain .accreditation:nth-child(4) {
	margin: 0;
	border-bottom: none;
}

.accreditation img {
	width: 120px;
	float: left;
	margin: 0 20px 0 0;
}

.accred-text {
	margin: 0 0 0 140px;
}

/*--title*/

.title {
	background: #EEE;
	/*color: #FFF;*/
	padding: 20px 0;
	margin: 0 0 40px 0;
}

.title h1 {
	margin: 0;
}

.column-wrapper.title div.column {
	position: relative;
}

.column-wrapper.title div.one {
	margin: 0;
}

.title img {
	position: absolute;
	right: 0;
	top: -8px;
}

/*--offers*/

.offer {
	margin: 0 0 30px 0;
}

.offer img {
	display: block;
}

/*--case study*/

div.one.casestudies {
	margin: 0 0 20px 0;
}

.casestudies a:nth-child(3n) {
	margin: 0 0 20px 0;
}

a.case-study {
	width: 300px;
	height: 320px;
	margin: 0 20px 20px 0;
	background: #EEE;
	display: block;
	float: left;
	text-decoration: none;
	color: #333;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
}

a:hover.case-study {
	background: #facf01;
}

a.case-study img {
	width: 100%;
}

.case-study-info {
	padding: 10px 20px;
}

.case-study-info h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.case-study-info p {
	margin: 0 0 10px 0;
}

.case-study-details {
	background: #EEE;
	padding: 20px;
}

.thumbnails {
	margin: 40px 0 40px 0;
}

body#mezzanine-flooring .thumbnails {
	padding: 0 0 0 90px;
}

.thumbnails img {
	width: 280px;
	float: left;
	margin: 0 40px 0 0;
}

.thumbnails img:nth-child(2n) {
	margin: 0 0 0 0;
}

.thumbnailsMore {
	margin: 0 0 40px 0;
}

.thumbnailsMore img {
	width: 173px;
	float: left;
	margin: 0 40px 0 0;
}

.thumbnailsMore img:nth-child(3n) {
	margin: 0 0 0 0;
}

/*--terms and conditions*/		

body#terms-and-conditions .singleColumn,
body#privacy-policy .singleColumn {
	text-align: left;
}

.terms-and-conditions {
	border: 1px solid #FFF;
	margin: -2px auto 0 auto;
}

.terms-and-conditions h2 {
	background: #facf01 url(images/arrow_expand.png) no-repeat 758px;
	color: #0d1f2d;
	padding: 10px 40px 10px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	cursor: pointer;
}

.terms-and-conditions-closed h2 {
	border-bottom: none;
	background: #facf01 url(images/arrow_collapse.png) no-repeat 758px;
	color: #0d1f2d;
}

.terms-and-conditions-body {
	padding: 20px 20px 0px 50px;
	display: none;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.terms-and-conditions-body p span {
	font-weight: 600;
	display: inline-block;
	float: left;
	margin: 0 0 0 -30px;
}

.terms-and-conditions-closed .terms-and-conditions-body {
	display: block;
}

.data-buttons {
	width: 100%;
	height: 33px;
	clear: both;
	margin: 0 0 20px 0;
}

.data-button {
	float: right;
	width: 110px;
	margin-left: 10px;
	padding: 5px 10px;
	text-decoration: none;
	border: solid 1px #facf01;	
	background-repeat: no-repeat;
	background-position: 110px center;
	background-color: #facf01;
	color: #0d1f2d;
}

.data-button:hover {
	background-color: #c8a601;
	border-color: #c8a601;
	text-decoration: none;
}

#dataExpand {
	background-image: url(images/arrow_expand.png);
}

#dataCollapse {
	background-image: url(images/arrow_collapse.png);
}

/*--clear fix*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*--contact form*/		

.contactFab {
	background: #EEE;
	padding: 40px 0 5px 0;
}

.contactFab h3 {
	margin: 0;
}

form#contactForm {
	width: 500px;
	height: auto;
	margin: 20px auto 60px auto;
	/*padding: 20px;*/
}

form#offersForm {
	display: block;
	float: left;
}

form#contactForm input, #contact-area textarea,
form#offersForm input {
	padding: 5px;
	width: 500px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #ccc;
	box-shadow: none;
}

form#offersForm input {
	width: 435px;
	/*float: left;*/
	padding: 0;
	margin: 0 13px 0 0;
	padding: 0 10px;
}

form#contactForm textarea {
	width: 500px;
	height: 120px;
	box-shadow: none;
	margin: -20px 0 0 0;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 5px;
}

form#contactForm textarea:focus, #contact-area input:focus {
	border: 1px solid #cfcfcf;
}

form#contactForm input.button,
form#offersForm input.button {
	width: 500px;
	clear: both;
	border: none;
	/*height: 40px;*/
	display: block;
	text-align: center;
	background: #facf01;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	margin: 20px 0 0 0;
	padding: 8px 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
}

form#offersForm input.button {
	width: auto;
	display: inline-block;
	margin: 0;
}

label {
	clear: both;
	padding: 0 0 5px 0;
	display: block;
	text-align: left;
}

label.error {
	color: #FF0000;
	margin: 0;
	font-size: 12px;
}

form#offersForm label.error {
	color: #facf01;
}

div.one.thankyou {
	width: 500px;
	margin: 0 auto;
	min-height: 250px;
}

/*--map*/

.map {
	height: 300px;
	display: block;
	margin: 0;
}

/*--signup*/

.signup {
	background: #ff2b2a;
	padding: 40px 0;
	margin: 0;
}

.signup div.one {
	margin: 0;
}

.signup p {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	float: left;
	margin: 0 20px 0 0;
	padding: 2px 0 0 0; 
}

/* --gallery--*/

.sliding-gallery-container {
	width: 832px;
	padding: 15px 27px 20px 80px;
	visibility: hidden;
}

.img-gallery-container {
	width: 915px;
	/*background: #FF0000;*/
	margin: 0 0 0 12px;
}

ul.sliding-gallery {
	margin: 0;
	padding: 0;
	/*background: #ccc;*/
}

ul.sliding-gallery li {
	width: 135px;
}

ul.img-gallery li {
	width: 210px;
	/*: #CCC;*/
}

ul.sliding-gallery img {
	width: 135px;
	height: 50px;
	display: block;
}

ul.img-gallery img {
	width: 210px;
	height: 280px;
	display: block;
}

.sliding-gallery-container .bx-controls {
	width: 900px;
	margin: -48px 0  0 -60px;
}

.img-gallery-container .bx-controls {
	display: none;
}

.sliding-gallery-container .bx-next {
	width: 12px;
	height: 50px;
	background: url(images/slider_next.png);
	display: block;
	position: absolute;
	right: 0px;
	/*top: 5px;*/
	text-indent: -9999px; 
}

.sliding-gallery-container  .bx-prev {
	width: 12px;
	height: 50px;
	background: url(images/slider_prev.png);
	display: block;
	position: absolute;
	left: 0px;
	/*top: 5px;*/
	text-indent: -9999px; 
}

/*--suppliers*/

.suppliers {
	/*background: #EEE;*/
	background: #FFF;
	text-align: center;
	padding: 25px 0 30px 0;
}

.suppliers div.one {
	margin: 0;
}

.suppliers  h3 {
	margin: 0;
}

/*--footer*/		
	
div#footer-wrapper {
	clear: both;
	padding: 30px 0;
	background: #333;
	color: #FFF;
	margin: 0;
	text-align: center;
}
	
footer {
	width: 940px;
	margin: 0 auto;
}

div#address.one {
	margin: 0;
}

footer p {
	margin: 0 0 20px 0;
	/*padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCC;*/
}

footer p.address {
	margin: 0 0 10px 0;
}

footer p.small {
	font-size: 10px;
	line-height: 14px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCC;
}

footer p.sec {
	margin: 0 0 10px 0;
}

footer p.sec img {
	/*width: 75px;*/
}

.tel {
	margin: 0 20px;
}

div.one.terms {
	margin: 0;
}

div.terms p {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

div.terms p span {
	margin: 0 20px 0 0;
}

.map {
	display: block;
}

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../img/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: 16px/1.3 Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  
  /* overide styles from basic above */
  
  border-radius: 0;
  border: none;
  background: #facf01;
  color: #000;
  text-shadow: none;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #aaa 0 0 7px;
  -webkit-box-shadow: #aaa 0 0 7px;
  box-shadow: #aaa 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../img/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */
	/* 768px upwards, is desktop */

   @media only screen and (max-width: 768px) {

		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		body#company-history div.twoA,
		body#meet-the-team div.twoA, 
		body#customer-information div.twoA,
		div.twoB,
		body#company-history div.twoB,
		body#meet-the-team div.twoB, 
		body#customer-information div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container	{
			float: none;
			width: 100%;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		div.one.singleColumn,
		div.twoA,
		.fab div.twoA,
		.fab div.twoB,
		body#company-history div.twoA,
		body#meet-the-team div.twoA, 
		body#customer-information div.twoA,
		div.twoB,
		body#company-history div.twoB,
		body#meet-the-team div.twoB, 
		body#customer-information div.twoB,
		div.one.casestudies,
		body#garden-renovation-hornsea div.one,
		body#garden-renovation-leven div.one,
		body#kitchen-living-area-renovation-hornsea div.one,
		body#mezzanine-flooring div.one,
		body#garden-renovation-hornsea div.twoA, 
		body#garden-renovation-leven div.twoA,
		body#kitchen-living-area-renovation-hornsea div.twoA,
		body#mezzanine-flooring div.twoA,
		body#garden-renovation-hornsea div.twoB, 
		body#garden-renovation-leven div.twoB,
		body#kitchen-living-area-renovation-hornsea div.twoB,
		body#mezzanine-flooring div.twoB {
			width: 95%;
			margin: 0 2.5% 20px 2.5%;
		}
		
		body#garden-renovation-hornsea div.one img,
		body#garden-renovation-leven div.one img,
		body#kitchen-living-area-renovation-hornsea div.one img,
		body#mezzanine-flooring div.one img,
		.fab div.twoA img {
			width: 100%;
		}
		
		.intro h2.case {
			font-size: 24px;
			line-height: 30px;
		}
		
		a.case-study {
			width: 100%;
			height: auto;
		}
		
		.thumbnails,
		.thumbnailsMore	{
			margin: 20px 0 20px 0;
		}
		
		.thumbnails img,
		.thumbnailsMore img	{
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		body#mezzanine-flooring .thumbnails {
			padding: 0;
		}
		
		.people .person:nth-child(3n) {
			margin: 0 0 20px 0;
		}
		
		.opening {
			display: none;
		}
		
		.singleImage {
			width: 95%;
			margin: 0 2.5% 0 2.5%;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
   
		/*--header*/
   
		#header_wrapper {
			height: 140px;
			padding: 0px;
			margin: -140px 0 0 0;
		}
		
		.infoStrip div.column,
		.infoStrip div.one {
			margin: 0;
		}
		
		.infoStrip {
			height: 40px;
			position: relative;
			z-index: 99;
		}
		
		.infoStrip ul {
			position: absolute;
			left: 10px;
			top: 8px;
		}
		
		.infoStrip ul li {
			margin: 0 10px 0 0;
		}
		
		.infoStrip ul li.delivery,
		.infoStrip ul li.family,
		.infoStrip ul li.facebook	{
			background: none;
			padding: 0;
			font-size: 9px;
			line-height: 12px;
		}
		
		.infoStrip p.contact {
			/*width: 100%;*/
			padding: 10px;
			right: 0;
			top: 0;
			font-size: 12px;
		}
		
		.infoStrip p.contact a {
			color: #333;
		}
		
		p.social {
			left: 80px;
		}
		
		a#logo,
		body#rbm-fabrications a#logo,
		body#fabthanks a#logo {
			width: 220px;
			height: 60px;
			left: 10px;
			top: 20px;
			z-index: 999;
		}
		
		body#rbm-fabrications a#logo, 
		body#fabthanks a#logo {
			width: 220px;
			top: 20px;
		}
		
		a#logo img {
			width: 100%;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: 140px;
			background: #0d1f2d url(images/robinson_builders_merchant_header_img.png) no-repeat bottom center;
			padding: 0px;
			margin: 0 0 0 0;
		}
		
		body#rbm-fabrications div.button_inner,
		body#fabthanks div.button_inner	{
			background: #0d1f2d;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 99px;
			z-index: 999;
			margin: 0;
		}
		
		div.button_inner p a span {
			background: #facf01;
			display: block;
			width: 30px;
			height: 5px;
			margin: 0 0 3px 0;
		}
		
		div.button_inner p a {
			cursor: pointer;
			color: #000;	
			padding: 0;
			border-radius: 5px 5px 0px 0px;	
		}
		
		div.nav_wrapper {
			background: #fff;
			clear: both;
			height: auto;
			display: none;
			margin-bottom: 0px;
			overflow-y: hidden;
			padding: 0px 0px;
			border-bottom: 1px solid #e0e7cd;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.topMenu {
			top: 0;
			right: 0;
			width: 100%;
			text-align: center;
			position: none;
			position: relative;
			z-index: 99;
			margin: 7px 0 0 0;
		}
		
		ul.topMenu li {
			float: none;
		}
		
		ul.menu {
			left: 0;
			top: 0;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
		}

		ul.menu li a,
		ul.topMenu li a,		
		ul.menu li span.menuItem {
			position: relative;
			display: block;	
			margin-right: 0px;						
			height: auto;
			border: none;
			font-size: 16px;		
			text-decoration: none;			
			margin: 0;
			padding: 7px;
		}

		ul.topMenu li a {
			color: #0d1f2d;
			font-weight: 600;
		}
		
		ul.menu li a br {
			display: none;
		}	 
		
		ul.topMenu li a#contact,
		ul.menu li a#general,
		ul.menu li a#tools {
			padding: 7px;
		}
		
		ul.menu li a.single {
			padding: 7px;
		}
		
		ul.topMenuli a#home {
			padding: 0 7px 7px 7px;
		}
		
		
		
		ul.menu li a:not(:only-child):not(.btnMenu) {
			width: 220px;
			
		}

		ul.menu li span.menuItem ~ a.btnMenu {
			left: 0;
			width: 280px;
		}

		ul.menu li a.btnMenu {
			position: absolute;
			left: 248px;
			top: 0;			
			width: 32px;	
			padding: 0;
			height: 32px;	
			background: none;				
		}

		ul.menu li a.btnMenu span,
		ul.menu li a.btnMenu:hover span	{			
			display: block;
			position: absolute;
			right: 0;
			top: 3px;			
			padding: 0 0 0 0;
			margin: 3px;
			cursor: pointer;
			height: 28px;
			width: 28px;
			font-size: 16px;
			line-height:20px;			
			text-align: center;
			font-weight: bold;
			z-index: 10;			
		}

		ul.menu li a.btnMenuExpand {			
			display: block;						
		}

		ul.menu li a.btnMenuContract {			
			display: none;						
		}	

		ul.menu li ul a,		
		ul.menu li ul span.menuItem {		
			width: auto;
		}

		ul.menu li ul,
		ul.menu li ul ul,
		ul.menu li ul ul ul {
			left : 0;
			display: none;
			position : static;			
			box-shadow: inset 0 0 20px #000;
			margin: 10px -20px;
			padding: 15px 10px 10px 20px;			
		}

		ul.menu li ul ul,
		ul.menu li ul ul ul {
			margin: 10px -10px 10px -20px;
		}

		/*--slider*/	
		
		.slider-container {
			display: none;
		}
		
		/*--intro*/
		
		.intro br {
			display: none;
		}
		
		.intro h1,
		.intro h2.fab {
			width: 90%;
			margin: 0 5%;
			font-size: 24px;
			line-height: 30px;
		}
		
		/*--key areas*/
		
		.key-areas {
			width: 95%;
			margin: 0 2.5%;
			padding: 0;
		}
		
		.key-areas div.column {
			margin: 0;
		}
		
		.key-areas div.twoA {
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		.key-areas div.twoB {
			width: 100%;
			margin: 0;
		}
		
		.key-areas div.twoB a.ka {
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		/*--product pages*/
		
		.product-list,
		.product-list:nth-child(3n)	{
			width: 95%;
			margin: 0 2.5% 20px 2.5%;
			height: auto;
			min-height: 0;
		}
		
		.product-list h3 {
			width: 100%;
		} 
		
		/*--title*/
		
		.column-wrapper.title div.column {
			margin: 0;
		}
		
		.title {
			padding: 0;
			margin: 0 0 20px 0;
		}
	
		.title h1 {
			font-size: 24px;
			line-height: 30px;
			padding: 10px 10px 15px 10px;
			margin: 0;
		}
		
		/*--offers page*/
		
		.offer {
			width: 95%;
			margin: 0 2.5% 20px 2.5%;
		}
		
		.offer img {
			width: 100%;
		}
		
		/*--form*/
		
		form#offersForm {
			width: 95%;
			margin: 0 2.5%;
		}
		
		.contactFab {
			padding: 5px 0 5px 0;
		}
		
		form#contactForm,
		form#contactForm input,
		form#offersForm input,
		label,
		form#contactForm textarea,
		form#contactForm input.button,
		form#offersForm input.button	{
			width: 100%;
			margin: 0;
		}
	
		form#contactForm input {
			margin: 0 0 10px 0;
		} 
	
		form#contactForm textarea {
			margin: -20px 0 10px 0;
		}
	
		form#offersForm input {
			margin: 0 0 10px 0;
		}
	
		form#contactForm {
			margin: 0 0 30px 0;
		}
	
		body#contact-find-us h2 {
			padding: 0 10px;
		}
		
		/*--suppliers*/
		
		.suppliers {
			padding: 0;
		}
		
		.sliding-gallery-container,
		.img-gallery-container {
			/*display: none;*/
			width: 95%;
			margin: 0 2.5%;
			padding: 0;
		}
		
		.sliding-gallery-container .bx-controls {
			display: none;
		}
		
		.title img {
			display: none;
		}
		
		/*--signup*/

		.signup {
			padding: 20px 0;
		}
		
		.signup div.column {
			margin: 0;
		}
		
		.signup p {
			float: none;
			width: 95%;
			margin: 0 2.5% 15px 2.5%;
			text-align: center;
		}
		
		.terms-and-conditions h2 {
			background-position: 97%;
		}
		
		/*--footer*/
		
		div#footer-wrapper {
			width: 100%;
			padding: 15px 0;
		}
		
		footer div.terms ul li {
			float: none;
			margin-right: 0px;
		}
		
		footer { 
			width: 95%;
			margin: 0 2.5%;
			font-size: 11px;
			line-height: 16px;
		}
		
		footer h2 {
			margin: 0 0 10px 0;
		}
		
		.tel,
		span.web,
		span.reg {
			display: block;
			clear: both;
		}
		
		div.one.terms span {
			margin: 0 10px 0 0;
		}	
	
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
	/* Selectively overriding mobile portrait */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

		.key-areas div.twoB a.ka {
			width: 48.75%;
			margin: 0 2.5% 20px 0;
		}
	
		.product-list, .product-list:nth-child(3n) {
			width: 46.5%;
			margin: 0 0 20px 2.5%;
			min-height: 410px;
		}
		
		.product-list:nth-child(3n) {
			margin: 0 0 20px 2.5%;
		}
		
		.terms-and-conditions h2 {
			background-position: 98.5%;
		}
	
		.people .person:nth-child(3n) {
			margin: 0 20px 20px 0;
		}
	
	}
