/*--Designed and built by: http://stuarthancock.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;*/
	vertical-align: center;
	}
	
/* 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;
	margin: 0;
	}

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

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

strong {
	font-weight: bold;
}	

.green {
	color: #00b050;
}

td.green {
	background: #00b050;
}

.blue {
	color: #0070c0;
}

td.blue {
	background: #0070c0;
}

.orange {
	color: #ff9933;
}

td.orange {
	background: #ff9933;
}

.red {
	color: #ff0000;
}

td.red {
	background: #ff0000;
}

td.grey {
	background: #EEE;
}
	
/* 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;
	}	

table#stockList {
	margin: 0 0 30px 0;
	font-size: 11px;
	line-height: 15px;
}

table#manufacturer {
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 30px auto;
}

#stockList th,	
#stockList td,
#manufacturer th,	
#manufacturer td,
#manufacturer td.price {
	border: solid 1px #CCC;
	padding: 5px 10px;
	/*text-align: center;*/
	vertical-align: center;
}	

#manufacturer td.price {
	border-right: none;
}

#manufacturer td.button {
	border-left: none;
}

#manufacturer td.bg {
	background: #CCC;
}

p.highlight {
	background: #CCC;
	padding: 5px 10px;
	display: inline-block;
}

#stockList th,
#manufacturer th {
	background: #333;
	color: #FFF;
	border: solid 1px #333;
}

p.stockList {
	display: none;
}
	
* {
	-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 30px 0;
	font-weight: 300;
}

body#endless_standard_belts .twoA h3 {
	margin: 0;
}

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

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

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

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

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

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

p {
	margin: 0 0 20px 0;
}

a {
	color: #84c449; 
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

/*--Page*/

div#page-wrapper {

}

/*--Header*/

#header_wrapper,
#header_wrapper_new {
	margin: 0;
	height: 172px;
	padding: 0px;
	text-align: center;
	background: #FFF;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}

#header_wrapper_new {
	height: 275px;
}

.contact-strip {
	background: #84c449;
	text-align: left;
	padding: 10px 0 15px 0;
}

.contact-strip .twoA,
.contact-strip .twoB {
	width: 470px;
}

.contact-strip .twoA p {
	text-transform: uppercase;
}

.contact-strip .twoB  {
	text-align: right;
}

.contact-strip .twoB p span  {
	margin: 0 0 0 40px;
}

.contact-strip a {
	color: #FFF;
	text-decoration: none;
}

.contact-strip p {
	margin: 0;
	color: #FFF;
}

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

a#logo {
	width: 458px;
	height: 66px;
}

a#logo {
	width: 940px;
	height: 210px;
}

.content {
	margin: 172px 0 0 0;
}

.contentNew {
	margin: 275px 0 0 0;
}

/*--Nav*/

.nav_wrapper {
	display: block;
	position: absolute;
	z-index: 99;
}

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

ul.menu {
	position: absolute;
	z-index: 1;
	top: 31px;
	right: 0;
}

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

ul.menu li a,
ul.menu li span.menuItem {
	position: relative;
	display: block;
	font-size: 14px;	
	line-height: 14px; /*match font-size*/
	font-weight: 300;
	color: #333;
	background: none;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
}

ul.menu li a#contact {
	padding: 10px 0 10px 20px;
}

ul.menu li a:hover {
	background: none;
	color: #84c449;
}

/*--SubNav*/

.subNav {
	background: #84c449;
	padding: 20px 0;
	margin: 0 0 30px 0;	
}

.subNav h3 {
	color: #FFF;
}

.subNav h3,
.subNav ul li h3 {
	margin: 0 0 10px 0;
	padding: 0 20px;
	
}

.subNav li h3 {
	padding: 0;
}

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

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

.subNav li {
	padding: 0;
}

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

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

ul.subNav li ul {
	background: #91ca5c;
	margin: 0 0 10px 0;
}

ul.subNav li ul li a {
	padding: 6px 0 6px 30px;
}

/*--Responsive Nav*/	

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

div.button_inner p {
	display: none;
}

/*--slider header / singleImage*/

.slider-container {
	height: 338px;
	margin: 0 0 20px 0;
	visibility: hidden;
	position: relative;
}

.image {
	height: 107px;
	margin: 0 0 20px 0;
}

.singleImage {
	/*height: 338px;*/
	margin: 0 0 30px 0;
}

.singleImage.large {
	height: 400px;
	margin: 0 0 20px 0;
	position: relative;
}

.contentImage {
	margin: 0 0 20px 0;
}

.contentImage.single {
	margin: 0 0 20px 160px;
}

#slider  {
	height: 338px;
}

#slider div.slide,
#slider div.slide img {
	width: 100%;
}

#slider div.slide,
#slider div.slide img {
	height: 338px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ie8 #slider div.slide {
	-ms-behavior: url(/backgroundsize.min.htc);
}

.slider-container div.column {
	width: 600px;
	margin: 0 auto;
}

div.slide {
	width: 600px;
	height: 338px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

div.slide h2,
.singleImage h1,
.singleImage h2 {
	background: rgba(0,0,0, .7);
	color: #FFF;
	/*font-size: 24px;*/
	padding: 15px 30px;
	position: absolute;
	bottom: 52px;
	left: 30px;
	z-index: 99;
	margin: 0;
}

.singleImage h1 {
	bottom: 30px;
}

a.bx-prev,
a.bx-next  {
	height: 15px;
	width: 14px;
	position: absolute;
	top: 0px;
	display: block;
	text-indent: -9999px;
	z-index: 99;
}

a.bx-prev {
	left: -27px;
	top: -50px;
	background: url(images/previous.png);
}

a.bx-next {
	right: -27px;
	top: -50px;
	background: url(images/next.png);
}

.bx-controls {
	width: 100%;
	height: 39px;
	text-align: center;
	margin: -50px 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: 10px;
	height: 10px;
	border: 2px solid #FFF;
	margin: 0 5px;
	outline: 0;
	background: #FFF;
	border-radius: 10px;
}

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

/*--intro / manufacturer*/

.intro,
.manufacturer {
	text-align: center;
}

.intro h2 {
	margin: 0;
	padding: 0 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.intro div.one {
	margin: 0 0 30px 0;
}

.column.intro {
	margin: 0 auto 30px auto;
}

/*--Content*/

.mainImage {
	margin: 0 0 20px 0;
}

p.standard {
	font-weight: 600;
	font-style: italic;
}

p.description {
	margin: -10px 0 10px 0;
}

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

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

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

.intro {
	text-align: center;
}

div.twoA,
div.twoB {
	width: 450px;
	float: left;
}

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

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

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

a.button {
	background: #84c449;
	color: #FFF;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
	display: inline-block;
}

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

.sidebarRightMain .twoA,
.sidebarRightMain .twoB {
	width: 280px;
	float: left;
	margin: 0 40px 0 0;
} 

.sidebarRightMain .twoB {
	margin: 0;
}

.sidebarRightMain .twoA img,
.sidebarRightMain .twoB img {
	width: 100%;
}

.img-container {
	margin: 0 0 20px 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;
}

.tip {
	background: #EEE;
	padding: 20px 20px 5px 20px;
	margin: 0 0 40px 0;
	font-size: 12px;
	line-height: 16px;
}

.tip h3 {
	margin: 0 0 10px 0;
}

.tip img {
	width: 100%;
	margin: 0 0 20px 0;
}

.items {
	background: #84c449;
	padding: 20px;
	color: #FFF;
	margin: 30px 0 0 0;
}

.anchor{
  display: block;
  height: 142px; /*same height as header*/
  margin-top: -142px; /*same height as header*/
  visibility: hidden;
}

/*--clear fix*/

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

.cf:after {
    clear: both;
}

/*--Slider Thumbnail Container*/

.sliding-gallery-container {
	background: #eee;
	padding: 20px 30px 5px 30px;
	position: relative;
	margin: 30px 0 20px 0;
}

.sliding-gallery-container .bx-controls {
	width: 100%;
	height: 15px;
	background: none;
	margin: 0 auto;
}

ul.sliding-gallery {
	width: 600px;
	margin: 0;
	padding: 0;
}

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

ul.sliding-gallery a.gallery {
	height: 90px;
	display: block;
}

ul.sliding-gallery a img {
	width: 160px;
	display: block;
	background: #FFF;
}

/*--contact / request form*/		

.contact {
	text-align: center;
}

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

form#contactForm div.twoA,
form#contactForm div.twoB {
	width: 370px;
	float: left;
}

form#contactForm div.twoA {
	margin: 0 40px 40px 0;
}

form#requestForm {
	width: 260px;
}

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

form#requestForm input, #contact-area textarea {
	width: 260px;
	margin: 0 0 15px 0;
}

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

form#requestForm textarea {
	width: 260px;
	height: 150px;
}

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

form#contactForm input.button,
form#requestForm input.button {
	width: 370px;
	clear: both;
	border: none;
	
	height: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

form#requestForm input.button {
	width: 260px;
}

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

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

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

/*--title*/

.title {
	/*background: #0698e7;*/
}

.title div.one {
	margin: 0 0 30px 0;
}

.title h1 {
	/*color: #FFF;*/
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}

.title p {
	font-size: 14px;
	color: #FFF;
	padding: 0 0 20px 0;
}

body#contact-us .title h1 {
	padding: 20px 0 0 0;
}

/*--links*/

.links-container {
	height: 158px;
	margin: 0 0 30px 0;
}

a.link {
	width: 280px;
	height: 158px;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

a:hover.link {
	opacity: .9;
}

a.link h4 {
	width: 280px;
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 10px 0;
}

.links-container a.link:nth-child(2) {
	margin: 0;
}

/*--cover*/

.cover {
	width: 600px;
	min-height: 221px;
	position: relative;
	background: url(images/map_yorkshire.png) no-repeat right top;
}

.cover p.cleaned {
	width: 310px;
}

/*--call today*/

.call-today {
	width: 330px;
	background: #414141;
	padding: 15px;
	color: #FFF;
	font-family: 'Arvo', serif;
	font-weight: 700;	
	margin: 40px 0 0 0;
}

body#commercial-cleaning .call-today {
	margin: 0;
}

body#commercial-cleaning .call-today,
body#domestic-cleaning .call-today {
	width: 570px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}

.call-today p {
	margin-bottom: 0;
	float: left;
	text-align: right;
}

.call-today p.free {
	width: 130px;
	font-size :14px;
	line-height: 14px;
	text-align: right;
	margin: 0 10px 0 0;
}

.call-today p.number {
	font-size: 28px;
	line-height: 30px;
	color: #98c417;
}

.call-today span {
	color: #98c417;
}

/*--request quote form*/

.request-a-quote {
	background: #0b98e7;
	padding: 20px;
	color: #FFF;
}

.request-a-quote h2 {
	border-bottom: 1px dashed #55b7ee;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

/*--testimonial*/

.testimonial {
	padding: 10px 0 20px 0;
}

.testimonial p {
	font-style: italic;
	margin: 0;
}

.bubble {
    position: relative;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 21px;
}
.bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}

.bubble-right {
    position: relative;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 21px;
}
.bubble-right:after {
   content: "";
   position: absolute;
   top: 100%;
   right: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}

.testimonial h4,
.testimonial-right h4 {
	color: #0698e7;
	margin: 0 0 10px 0;
}

.testimonial-right h4 {
	float: right;
}

.testimonial h5 {
	font-size: 14px;
	COLOR: #414141;
}

a.viewTestimonials {
	float :right;
}

a.back {
	display: block;
	margin: 0 0 20px 0;
}

/*--products homepage*/

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

.products a {
	width: 300px;
	height: 210px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}

.products a:hover {
	opacity: .8;
}

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

.products a img {
	width: 100%;
}

.products a h3 {
	width: 300px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #84c449;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}

/*--product page*/

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

.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-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #84c449;
	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;
}

/*--about us*/

.about {
	background: #84c449;
	padding: 30px 0;
	text-align: center;
	margin: 0 0 40px 0;
	color: #FFF;
}

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

.about  div.twoB {
	width: 440px;
	float: left;
	text-align: left;
}

/*--footer*/		
	
div#footer-wrapper {
	clear: both;
	padding: 30px 0 20px 0;
	background: #333;
	color: #FFF;
	position: relative;
	z-index: 99;
	margin: 0;
	text-align: center;
}
	
footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	border-bottom: 1px dashed #484848;
	text-align: center;
}

div#address.one {
	margin: 0;
}

footer p {
	margin: 0;
}

footer h3 {
	color: #FFF;
	margin: 0 0 20px 0;
}

div.column-wrapper.terms {
	background: #333;
	color: #FFF;
	text-align: center;
	padding: 0 0 20px 0;
}

div.one.terms {
	margin: 0;
	text-align: center;
}

div.terms {
	height: 40px;
	clear: both;
	font-size: 14px;
}

div.terms p {
	margin: 0;
}

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

div.terms ul {
	clear: both;
}	

div.terms ul li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 20px;
}

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

.smallMap {
	width: 100%;
}

/* `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: #84c449;
  color: #FFF;
  text-shadow: none;
  padding: 10px;
  font-size: 18px;

  /* 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_wrapper {
			height: 101px;
			padding: 0px;
			margin-bottom: 0px;
		}
		
		header	{
			height: auto;
		}
		
		.contact-strip {
			/*width: 300px;*/
			height: 26px;
			padding: 6px 10px 0 10px;
			/*display: none;*/
		}
		
		.contact-strip p {
			font-size: 12px;
		}
		
		.contact-strip div.column {
			margin: 0;
		}
		
		.contact-strip div.twoA {
			margin: 0;
		}
		
		.contact-strip div.twoB {
			display: none;
		}
		
		a#logo {
			width: 175px;
			/*height: 60px;*/
			left: 10px;
			top: 10px;
			z-index: 999;
		}
		
		a#logo img {
			width: 100%;
		}
		
		div.button_wrapper,
		div.button_inner {
			height: auto;
			background: #FFF;
			padding: 0px;
			margin: 0;
		}
		
		div.button_inner p {		
			display: inline;
			position: absolute;
			right: 10px;
			top: 23px;
			z-index: 99;
			margin: 0;
		}
		
		div.button_inner p a span {
			background: #333;
			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;	
		}	
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 320px;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.product-list,
		.product-list:nth-child(3n) {
			width: 300px;
			margin: 0 10px;
		}
		
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 300px;
			margin: 0 0 10px 0;
		}
		
		.product-list,
		.product-list:nth-child(3n)	{
			min-height: 310px;
			margin: 0 10px 10px 10px;
		}
		
		header,
		div.nav_inner,
		div.button_inner,
		ul.menu {
			margin: 0px auto;
		}
		
		div.nav_wrapper {
			background: #fff;
			clear: both;
			height: auto;
			display: none;
			margin:  69px  0 0 0;
			overflow-y: hidden;
			padding: 0px 0px;
			border-bottom: 1px solid #CCC;
		}
		
		div.nav_inner,
		ul.menu {
			clear: both;
			position: relative;
		}	
		
		ul.menu {
			left: 0;
			top: 0;
			margin: 10px 0;
		}
		
		ul.menu li {
			display: block;
			float: none;
			position: relative;
			text-align: left;
		}

		ul.menu 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: 10px;
		}

		ul.menu li a#home,
		ul.menu li a#contact {
			padding: 10px 0 10px 10px;
		}
		
		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;
		}

		.content {
			margin: 101px 0 0 0;
		}
		
		.singleImage.large {
			height: 136px;
		}
		
		.singleImage.large img {
			width: 100%;
		}
		
		div.slide h2, 
		.singleImage h1, 
		.singleImage h2 {
			left: 10px;
			bottom: 10px;
			font-size: 18px;
			padding: 10px;
		}
		
		h2 {
			font-size: 18px;
			line-height: 24px;
		}
		
		.column.intro,
		.intro div.one {
			margin: 0 0 20px 0;
		}
		
		.intro h2 {
			padding: 0 10px;
		}
		
		.intro br {
			display: none;
		}
		
		.products a,
		.products a:nth-child(3n) {
			width: 320px;
			height: 40px;
			margin: 0 0 1px 0;
		}
		
		.products a img {
			display: none;
		}
		
		.products a h3 {
			width: 100%;
		}
		
		.manufacturer h2 {
			margin: 0 0 10px 0;
		}
		
		.manufacturer p {
			padding: 0 25px;
		}
		
		.manufacturer p br,
		.manufacturer p span	{
			display: none;
		}
		
		.column.title {
			margin: 0;
		}
		
		.title div.one {
			margin: 0;
		}
		
		.title h1 {
			font-size: 18px;
			padding: 10px;
		}
		
		.column-wrapper.contact div.one {
			width: 300px;
			margin: 0 10px;
		}
		
		body#contact_us h2 {
			margin: 0 0 0 10px;
		}
		
		.column-wrapper.contact div.one p br {
			display: none;
		}
		
		/*.column-wrapper.contact div.column h2 {
			padding: 0 10px;
		}*/
		
		.img-container {
			margin: 0;
		}
		
		body#polyround_pu_round_drive_belting table#stockList {
			display: none;
		}

		p.stockList {
			display: block;
		}

		.items {
			margin: 20px 0;
		}
		
		.contentImage,
		.singleImage,
		.image {
			width: 100%;
		}
		
		.singleImage {
			height: 169px;
		}
		
		.image {
			height: 53px;
		}
		
		form#contactForm,
		form#contactForm input,
		label,
		form#contactForm textarea,
		form#contactForm input.button {
			width: 100%;
		}
	
		form#contactForm {
			margin: 0 0 30px 0;
		}
	
		body#contact h2 {
			padding: 0 10px;
		}
		
		div#footer-wrapper {
			width: 100%;
			padding: 5% 0 0 0;
		}
		
		footer { 
			margin: 0;
		}
		
		footer h3 {
			margin: 0 0 10px 0;
		}
		
		div#address.one {
			width: 280px;
			padding: 0 20px;
		}
		
		p.contactInfo span {
			display: block;
			clear: both;
		}
		
		footer div.terms ul li {
			float: none;
			margin-right: 0px;
		}
		
		div.column-wrapper.terms {
			padding: 0;
		}
	
		div.column-wrapper.terms div.column {
			margin: 0;
		}
	
		div.one.terms {
			width: 100%;
			padding: 5% 0;
			margin: 0;
			font-size: 11px;
			line-height: 16px;
			text-align: center;
		} 
	
		div.one.terms p {
			margin: 0 0 5px 0;
		}
	
		div.one.terms p span {
			display: block;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 12px;
		}
	
		div.one.terms p.policies span {
			float: left;
			margin: 0 5px;
		}
	
		div.terms {
			height: auto;
		}
	
    }
	
	
/* #Mobile (Landscape)
================================================== */

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

    @media only screen and (min-width: 480px) and (max-width: 767px) {
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 480px;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.product-list,
		.product-list:nth-child(3n) {
			width: 460px;
			margin: 0 10px;
		}
		
		a#logo {
			top: -10px;
		}
		
		div.button_inner p {
			top: 6px;
		}
		
		div.nav_wrapper {
			margin: 49px 0 0 0;
		}
		
		ul.menu,
		div.nav_inner {
			margin: 10px 0;
		}
		
		.singleImage.large {
			height: 204px;
		}
		
		.singleImage {
			height: 260px;
		}
		
		.image {
			height: 82px;
		}
		
		.intro h2 {
			padding: 0 20px;
		}
		
		div.one.products {
			width: 460px;
			margin: 0 10px;
		}
		
		.products a,
		.products a:nth-child(3n) {
			width: 225px;
			height: 168px;
			margin: 0 10px 10px 0;
		}
		
		.products a:nth-child(2n) {
			margin: 0 0 10px 0;
		}
		
		.products a img {
			display: block;
		}
		
		.manufacturer p {
			padding: 0 50px;
		}
		
		.product-list,
		.product-list:nth-child(2n)	{
			width: 225px;
			float: left;
			margin: 0 0 10px 10px;
			min-height: 330px;
		}
		
		.product-list:nth-child(3n)	{
			width: 225px;
			margin: 0 0 10px 10px;
			clear: none;
			float: left;
		}
		
		.product-list ul li h3 {
			font-size: 16px;
			width: 225px;
		}
		
		.product-list h3 {
			width: 100%;
		}
		
		.product-list ul {
			padding: 10px;
			font-size: 12px;
		}
		
		.column-wrapper.contact div.one {
			width: 460px;
			margin: 0 10px;
		}
		
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 225px;
			margin: 0 10px 10px 0;
			clear: none;
		}
		
		.sidebarRightMain .twoB {
			margin: 0 0 10px 0;
		}
		
		div#footer-wrapper {
			padding: 3% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
		
		div#address.one{
			width: 400px;
			margin: 0 10px;
			padding: 0 30px;
		}
		
		p.contactInfo span {
			display: inline;
		}
		
		div.one.terms {
			width: 460px;
			margin: 0 10px;
			padding: 3% 0;
		}
		
		div.one.terms p span {
			display: inline;
		}
		
		div.one.terms p span:nth-child(2) {
			display: block;
		}
		
		div.one.terms p.policies {
			margin: 0 0 0 85px;
		}
		
	}
	
/* #Mobile (iPhone 5 Landscape)
================================================== */

    @media only screen and (min-device-width : 568px) and (max-device-width : 568px) and (orientation : landscape) {
	
		/*#header_wrapper {
			background: #00FF00;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 568px;
			clear: both;
			margin: 20px auto;
		}
		
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.column-wrapper.contact div.one,
		.product-list,
		.product-list:nth-child(3n) {
			width: 548px;
			margin: 0 10px;
		}
	
		.singleImage.large {
			height: 242px;
		}
	
		.singleImage.large {
			height: 242px;
		}
	
		.image {
			height: 101px;
		}
	
		div.one.products {
			width: 548px;
			margin: 0 10px;
		}
	
		.products a,
		.products a:nth-child(3n) {
			width: 269px;
			height: 193px;
			margin: 0 10px 10px 0;
		}
	
		.products a:nth-child(2n) {
			margin: 0 0 10px 0;
		}
		
		.product-list,
		.product-list:nth-child(2n)	{
			width: 269px;
			float: left;
			margin: 0 0 10px 10px;
			min-height: 353px;
		}
		
		.product-list:nth-child(3n)	{
			width: 269px;
			margin: 0 0 10px 10px;
			clear: none;
			float: left;
		}
		
		.product-list ul li h3 {
			font-size: 16px;
			width: 269px;
		}
	
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 269px;
			margin: 0 10px 10px 0;
			clear: none;
		}
	
		.sidebarRightMain .twoB {
			margin: 0 0 10px 0;
		}
	
		div#footer-wrapper {
			padding: 3% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
		
		div#address.one {
			width: 488px;
			margin: 0 10px;
			padding: 0 30px;
		}
	
		div.one.terms {
			width: 548px;
			margin: 0 10px;
			padding: 3% 0;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 129px;
		}
	
	}
	
/* #Mobile (iPhone 6 Portrait)
================================================== */

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
		
		/*#header_wrapper {
			background: #FF0000;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 375px;
			clear: both;
			margin: 20px auto;
		}
	
		div.nav_inner,
		ul.menu {
			margin: 10px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.column-wrapper.contact div.one,
		.product-list,
		.product-list:nth-child(3n) {
			width: 355px;
			margin: 0 10px;
		}
	
		a#logo {
			top: -10px;
		}
		
		div.button_inner p {
			top: 6px;
		}
	
		div.nav_wrapper {
			margin: 49px 0 0 0;
		}
		
		.singleImage.large {
			height: 160px;
		}
	
		.image {
			height: 63px;
		}
	
		.intro h2 {
			padding: 0 20px;
		}
	
		.products a,
		.products a:nth-child(3n) {
			width: 100%;
		}
		
		.product-list,
		.product-list:nth-child(3n) {
			min-height: 351px;
			margin: 0 10px 10px 10px;
		}
		
		.product-list h3 {
			width: 100%;
		}
		
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 355px;
		}
		
		div#footer-wrapper {
			padding: 2% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
	
		div#address.one {
			width: 355px;
			margin: 0 10px;
			padding: 0;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 42px;
		}
	}
	
/* #Mobile (iPhone 6 Landscape)
================================================== */

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
	
		/*#header_wrapper {
			background: #0000FF;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 667px;
			clear: both;
			margin: 20px auto;
		}
	
		div.nav_inner,
		ul.menu {
			margin: 10px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.column-wrapper.contact div.one,
		.product-list,
		.product-list:nth-child(3n) {
			width: 647px;
			margin: 0 10px;
		}
	
		a#logo {
			top: -10px;
		}
		
		div.button_inner p {
			top: 6px;
		}
	
		div.nav_wrapper {
			margin: 49px 0 0 0;
		}
		
		.singleImage.large {
			height: 284px;
		}
	
		.image {
			height: 115px;
		}
		
		div.one.products {
			width: 647px;
			margin: 0 10px;
		}
	
		.products a,
		.products a:nth-child(2n),	
		.products a:nth-child(3n) {
			width: 318px;
			height: 220px;
			margin: 0 10px 10px 0;
		}
	
		.products a:nth-child(2n) {
			margin: 0 0 10px 0;
		}
	
		.product-list,
		.product-list:nth-child(2n)	{
			width: 318px;
			float: left;
			margin: 0 0 10px 10px;
			min-height: 380px;
		}
		
		.product-list:nth-child(3n)	{
			width: 318px;
			margin: 0 0 10px 10px;
			clear: none;
			float: left;
		}
		
		.product-list ul {
			font-size: 14px;
		}
		
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 318px;
			margin: 0 10px 10px 0;
			clear: none;
		}
		
		.sidebarRightMain .twoB {
			margin: 0 0 10px 0;
		}
		
		.singleImage {
			height: 366px;
		}
		
		div#footer-wrapper {
			padding: 1% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
	
		div#address.one {
			width: 647px;
			margin: 0 10px;
			padding: 0;
		}
	
		div.one.terms {
			width: 647px;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 176px;
		}
	
	}
	
/* #Mobile (iPhone 6+ Portrait)
================================================== */

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
	
		/*#header_wrapper {
			background: #666666;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 414px;
			clear: both;
			margin: 20px auto;
		}
	
		div.nav_inner,
		ul.menu {
			margin: 10px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.column-wrapper.contact div.one,
		.product-list,
		.product-list:nth-child(3n) {
			width: 394px;
			margin: 0 10px;
		}
	
		a#logo {
			top: -10px;
		}
		
		div.button_inner p {
			top: 6px;
		}
	
		div.nav_wrapper {
			margin: 49px 0 0 0;
		}
	
		.singleImage.large {
			height: 176px;
		}
	
		.image {
			height: 70px;
		}
	
		.product-list,
		.product-list:nth-child(3n) {
			min-height: 383px;
			margin: 0 10px 10px 10px;
		}
	
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 394px;
		}
	
		div#footer-wrapper {
			padding: 2% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
	
		div#address.one {
			width: 394px;
			margin: 0 10px;
			padding: 0;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 61px;
		}
		
	
	}
	
/* #Mobile (iPhone 6+ Landscape)
================================================== */

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
	
		/*#header_wrapper {
			background: #EEE;
		}*/
	
		header,
		div.nav_inner,
		div.button_inner,
		div.column,
		footer,
		ul.menu,
		div.one,
		div.twoA,
		div.twoB,
		div.threeA,
		div.threeB,
		div.threeC,
		div.fourA,
		div.fourB,
		div.fourC,
		div.fourD,
		div.sidebarRightNav,
		div.sidebarRightMain,
		div.sidebarRight,
		.slider-container,
		div.one.products {
			float: none;
			width: 736px;
			clear: both;
			margin: 20px auto;
		}
	
		div.nav_inner,
		ul.menu {
			margin: 10px auto;
		}
	
		div.sidebarRightMain,
		div.sidebarRight,
		.singleColumn,
		.column-wrapper.contact div.one,
		.product-list,
		.product-list:nth-child(3n) {
			width: 716px;
			margin: 0 10px;
		}
	
		a#logo {
			top: -10px;
		}
		
		div.button_inner p {
			top: 6px;
		}
	
		div.nav_wrapper {
			margin: 49px 0 0 0;
		}
		
		.singleImage.large {
			height: 313px;
		}
	
		.image {
			height: 128px;
		}
		
		div.one.products {
			width: 716px;
			margin: 0 10px;
		}
	
		.products a,
		.products a:nth-child(2n),	
		.products a:nth-child(3n) {
			width: 232px;
			height: 172px;
			margin: 0 10px 10px 0;
		}
	
		.products a:nth-child(3n) {
			margin: 0 0 10px 0;
		}
	
		.product-list,
		.product-list:nth-child(2n)	{
			width: 353px;
			float: left;
			margin: 0 0 10px 10px;
			min-height: 403px;
		}
		
		.product-list:nth-child(3n)	{
			width: 353px;
			margin: 0 0 10px 10px;
			clear: none;
			float: left;
		}
		
		.product-list ul {
			font-size: 14px;
		}
		
		.sidebarRightMain .twoA, 
		.sidebarRightMain .twoB {
			width: 353px;
			margin: 0 10px 10px 0;
			clear: none;
		}
		
		.sidebarRightMain .twoB {
			margin: 0 0 10px 0;
		}
		
		.singleImage {
			height: 404px;
		}
		
		div#footer-wrapper {
			padding: 2% 0 0 0;
		}
		
		footer {
			margin: 0;
		}
	
		div#address.one {
			width: 716px;
			margin: 0 10px;
			padding: 0;
		}
	
		div.one.terms {
			width: 716px;
		}
	
		div.one.terms p.policies {
			margin: 0 0 0 213px;
		}
	
	}