/* Styling by Media City Way

Table of contents
--------------------------------------------------
- Fonts
- Reset
- Grid
- Header
- Top Header (Logo and Nav)
- Slider
- Footer
*/

/* FONTS
-------------------------------------------------- */
@font-face{font-family:futurabd;src:url(fonts/Futura-TTF/FuturaBT-Bold.ttf) format("truetype")}
@font-face{font-family:futurabk;src:url(fonts/Futura-TTF/FuturaBT-Book.ttf) format("truetype")}
@font-face{font-family:futurahv;src:url(fonts/Futura-TTF/FuturaBT-Heavy.ttf) format("truetype")}
@font-face{font-family:futuralt;src:url(fonts/Futura-TTF/FuturaBT-Light.ttf) format("truetype")}
@font-face{font-family:futuramd;src:url(fonts/Futura-TTF/FuturaBT-Medium.ttf) format("truetype")}

/* 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {outline: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  font-family:futurabk;
	color: #2e2925;
	line-height: 1;
	overflow-x:hidden;
}

a {text-decoration:none;border:0 none;}
img {width:100%;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
input[type="submit"], button {
  cursor: pointer;
}

/* Grid
-------------------------------------------------- */
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; 
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {float:left;}

.col-1 {width: 8.3333333333%;}
.col-2 {width: 16.6666666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.3333333333%;}
.col-5 {width: 41.6666666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.3333333333%;}
.col-8 {width: 66.6666666667%;}
.col-9 {width: 75%;}
.col-10{width: 83.3333333333%;}
.col-11{width: 91.6666666667%;}
.col-12{width: 100%;}

.contain {    
  display: inline-block;
  width: 100%;
}

/* Atomic
-------------------------------------------------- */
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f19 {font-size:19px;}
.f21 {font-size:21px;}
.f23 {font-size:23px;}
.f26 {font-size:26px;}
.f36 {font-size:36px;}
.f40 {font-size:40px;}
.f52 {font-size:52px;}

.l19 {line-height:19px}
.l20 {line-height:20px}
.l24 {line-height:24px;}
.l28 {line-height:28px;}
.l34 {line-height:34px;}
.l40 {line-height:40px;}
.l52 {line-height:52px;}

.b {font-family:futurabd;}
.bk {font-family:futurabk;}
.l {font-family:futuralt;}
.m {font-family:futuramd;}
.h {font-family:futurahv;}

.up {text-transform:uppercase;}
.bold {font-weight:600;}

.gr {color:#2e2925;}
.lightgrey {background: #C7C7C7;}
.dgrey {color:#2e2925 !important}
.dgrey:after {background:#2e2925 !important}

.nowrap {white-space:nowrap;}

.new:after {
    content: "NEW";
    background: #2e2925;
    color: #fff;
    position: relative;
    left: 10px;
    font-size: 10px;
    padding: 6px 5px 4px;
    border-radius: 5px;
    top: -3px;
}


/** Alert **/
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;text-align:center;}
.alert-success{color:#3c763d;background-color:#dff0d8;clear:both;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-info{color:#31708f;background-color:#d9edf7;clear:both;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;clear:both;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;clear:both;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}

.nocookie {text-align: center;}

/* Header
-------------------------------------------------- */

header {height:40px;width:100%;background:#000;}
header a {color:#fff;}

.navbar, .distnavbar {
    overflow: hidden;
}

.navbar a, .distnavbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 5px 0 0;
    text-decoration: none;
    font-family:futuralt;
    font-size:14px;
}

.dropdown {
    float: right;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    background: none;
    padding: 9px 0px 11px;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: futurabk;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown .dropbtn .menu-icon {
    width: 32px;
    position: relative;
    top: 3px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:-12px;
    background-color: #000;
    width: 228px;
    padding: 20px 20px 20px 0;
    z-index: 1000;
}
.dropdown-content .col-3 {width:40%}
.dropdown-content .col-9 {width:60%}

.dropdown-content a {
    float: none;
    color: #fff;
    padding: 6px 16px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .col-3 {margin-bottom:10px;}
.dropdown-content .col-3 img {
  height: 21px;
  width: 45px;
  margin-left: 40%;
}

.distnavbar .mobnav button {
  border: none;
  outline: none;
  color: white;
  background: none;
  padding: 9px 0px 11px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: futurabk;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.distnavbar .mobnav button.js-toggle-left-slidebar img {
    margin-left: -9px;
}
.distnavbar .mobnav button img {
    height: 15px;
    width: auto;
    margin-top: 2px;
    position: relative;
    top: 2px;
}
.distnavbar .mobnav button.js-toggle-right-slidebar {
    color: #fff;
    float: right;
}

/* Top Header
-------------------------------------------------- */

.topheader {
  padding-top: 40px;
}
.topheader .col-3, .topheader .col-2 {
  padding-top: 75px;
  font-family: futurabd;
  font-size:21px;
  text-align:center;
}
.topheader .col-6 img, .topheader .col-8 img {
  width:238px;
  display: block;
  margin: 0 auto;
}
.topheader .est {
    width: 26%;
    padding-top:50px;
    text-align:left;
    float:left;
}
.topheader img {
    width: 48%;
    float:left;
}
.topheader .year {
    width: 26%;
    text-align:right;
    padding-top:50px;
    float:left;
}

.midheader {
  padding-top: 45px;
  text-transform:uppercase;
  clear:both;
}
.midheader .container {
  text-align:center;
}
.midheader a {
    color: #2e2925;
    margin: 0 27px;
    font-size: 16px;
    padding-bottom: 5px;
    position:relative;
    font-family:futuramd;
}
.midheader a:hover:before {
    content: "";
    width: 58px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: calc(50% - 29px);
    top: 30px;
}

.midheader .container a:first-child {margin-left: 0;}
.midheader .container a:last-child {margin-right: 0;}


/* Top Header
-------------------------------------------------- */

.slider {
  margin: 40px 0;
  background: #e6e6e6;
}
.slider .slidecontain {
  width: 100%;
  max-width: 1600px;
  padding:0;
  height: 340px;
  display: block;
  margin: 0 auto;
}
.slider .slidecontain .col-4 {
  background: rgba(46,41,37,0.95);
  background: #2e2925;
  padding:40px 20px;
  height: 340px;
  text-align:center;
  color:#fff;
  position: relative;
  left: 5px;
}
.slider .slidecontain .col-4 h1 {
  text-transform:uppercase;
  margin-bottom:10px;
}

/* Ranges
-------------------------------------------------- */

.ranges {
  text-align:center;
  margin-bottom: 75px;
}
.ranges section {
  max-width:1600px;
  margin:0 auto;
}
.ranges section a {
  color:#000;
}
.ranges .rangeimg {
  border:1px solid #a9a8a9;
  height:238px;
  object-fit: cover;
  object-position: center;
}
.ranges h2 {
  color:#000;
  text-transform:uppercase;
  margin: 40px 0 20px;
  height:45px;
  padding: 0 30px;
}
.ranges .rangetxt {
  color: #2e2925;
  margin-top: 35px;
  display: block;
  text-transform:uppercase;
}
.ranges .arrow {
  height:20px;
  margin-top:10px;
  position:unset;
}

/* Find a Distributor
-------------------------------------------------- */
.home .find {
  background: #E6E6E6;
  padding-bottom: 60px;
}
.find p, .thanks p {
  color:#000;
  margin-bottom:65px;
}
.find .container h3 {
  color:#75767a;
  text-align:center;
  padding:60px 0 90px;
}
.find .container h3:before {
    content: "";
    width: 100px;
    height: 5px;
    background: #75767a;
    display: inline-block;
    position: absolute;
    left: calc(50% - 50px);
    top: 130px;
}
.find input[type="text"], .find input[type="tel"], .find input[type="email"] {
  font-size: 26px;
  width: 96%;
  padding: 9px 0 6px;
  border: 1px solid #000;
  border-radius: 10px;
  text-align:center;
  text-transform:uppercase;
  color:#000;
  font-family: futuralt;
  -webkit-appearance: none;
}
.find input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:none;
  color:#808080;
}
.find input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  text-transform:none;
  color:#808080;
}
.find input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  text-transform:none;
  color:#808080;
}
.find input[type="text"]:-moz-placeholder { /* Firefox 18- */
  text-transform:none;
  color:#808080;
}
.find input[type="submit"] {
  font-size: 28px;
  width: 100%;
  padding: 9px 0 6px;
  border: 1px solid #000;
  border-radius: 10px;
  background:#000;
  color:#fff;
  font-family: futuramd;
  -webkit-appearance: none;
}

/* Become a Distributor */
.lightgrey .container h3 {
  color: #2E2925;
}
.lightgrey .container h3:before {
  content: unset;
}
.lightgrey .col-6 {
  width: 40%;
  margin: 0 5% 25px;
}
.lightgrey .col-6 img {
  width: 35px;
  float: left;
  margin-right:50px;
}
.lightgrey .col-6 span {
  margin-top: 8px;
  display: block;
  float: left;
}
.lightgrey .col-12 {
  text-align: center;
}
.lightgrey .addlink {
    margin: 50px 0 65px;
}
.lightgrey .addlink img {
  width: 60px;
  display: inline-block;
}
.lightgrey .col-12 a {
  margin-left: 25px;
  background-color: #75767A;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 35px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 7px;
  vertical-align: top;
  transition: background-color 0.5s ease;
}
.lightgrey .col-12 a:hover, .lightgrey .col-12 a:focus {
  background-color:#2E2925;
}

/* About Pages
-------------------------------------------------- */
.about, .distribute {
    padding: 100px 0 80px;
}
.distribute h1 {
  text-align:center;
  color:#2e2925;
  text-transform:uppercase;
}
.about h1:after, .distribute h1:after {
    content: "";
    width: 58px;
    height: 3px;
    background: #2e2925;
    display: inline-block;
    position: absolute;
    left: calc(50% - 29px);
    bottom: 50px;
}
.about h1 {
  text-align:center;
  color:#2e2925;
}
.about h1:after {
    background: #2e2925;
}

/* Register Page
-------------------------------------------------- */
.register input[type="text"], .register input[type="tel"], .register input[type="email"], .register input[type="number"], .password input[type="password"] {
  border: 1px solid #2E2925;
  background: #C7C7C7;
  border-radius: 0;
  padding: 6px 6px 4px;
  text-align: left;
  text-transform: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 20px;
  width:96%;
  height: 35px;
}

.register textarea {
  border: 1px solid #2E2925;
  background: #C7C7C7;
  border-radius: 0;
  padding: 5px 6px 4px;
  text-align: left;
  text-transform: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 50px;
  width: 98%;
  font-family: futuralt;
  -webkit-appearance: none;
  height: 150px;
  resize: none;
}
.register input[type="submit"], .password input[type="submit"], .register button, .registerbtn {
  font-size: 28px;
  width: 200px;
  padding: 9px 0 6px;
  border: 1px solid #000;
  border-radius: 10px;
  background: none;
  color: #000;
  font-family: futuralt;
  -webkit-appearance: none;
  margin: 0 auto 50px;
  display: block;
  text-align: center;
}
.registerbtn {margin: 20px 0 50px;}

.regsuccess {
    margin: 100px 0 5px;
}
.regsuccess h1 {
    margin-bottom:50px;
}
.regsuccess h1:after {
    content: unset;
}
.regsuccess a {
    color: #2e2925;
}
.regsuccess .container .col-12 {
    text-align: left;
}

/* Products Pages
-------------------------------------------------- */
.products {
  text-align:center;
  padding: 100px 0;
}
.products .rangeimg {
  border:1px solid #a9a8a9;
  height:300px;
  padding:5%;
  object-fit: cover;
  object-position: center;
}
.products .col-4, .range .col-4 {
  width: 32.666667%;
  margin-bottom: 60px;
}
.products .col-4:nth-child(3n + 2), .range .col-4:nth-child(3n + 2) {
  margin:0 1%;
}
.products .col-4 a, .range .col-4 a {
  text-align: center;
  color: #2e2925;
  text-transform:uppercase;
}
.products .col-3, .products .col-12 {
  text-align:left;
}
.products .col-3 h1, .products .col-12 h1 {
  margin-bottom: 20px;
}
.products .col-3 a, .products .col-12 a {
  color: #2e2925;
  line-height:24px;
  margin-bottom: 10px;
  display: inline-block;
  width:100%;
}
.products .col-12 a.col-3 {
    width: 70%;
}

.products .col-12 a.col-3:nth-child(odd) {
    width:30%;
}


.products h2, .range h2 {
  padding: 20px 30px 10px;
  height: 70px;
}
.products .arrow, .range .arrow {
  height: 20px;
  display: inline-block;
  width: 15px;
  position: relative;
  top: 2px;
}
a.modelbutton {
  padding: 20px;
  display: block;
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

/* range Pages
-------------------------------------------------- */
.range {
  text-align:center;
  padding: 0px;
}
.header h1 {
  text-transform: uppercase;
  margin: 60px 0 24px;
  text-align: center;
}
.range .rangeimg {
  border:1px solid #a9a8a9;
  height:400px;
  padding:5%;
  object-fit: cover;
  object-position: center;
}

/* Products
-------------------------------------------------- */
.prevnext {
    text-align: center;
    margin: 45px 0;
}
.prevnext a {
    color:#2e2925;
}
.product {text-align:center;margin-top:100px}
.product:after, .info:after, .prodinfo:after, .prodtable:after, .options:after {
    content: " ";
    display: inline-block;
    width: 100%;
}
.info {
    margin: 75px auto;
    padding: 0 15%;
}
.info h1, .prodinfo h1 {
  text-align:center;
  margin-bottom:50px;
}
.info h1:after, .prodinfo h1:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #2e2925;
  display: inline-block;
  position: absolute;
  left: calc(50% - 40px);
  top: 40px;
}
.prodinfo {
    margin: 75px auto 45px;
    padding: 0 230px;
}
.prodtable {
    padding: 0;
    margin-bottom: 50px;
    width:100%;
}
.specs {
    float: left;
    width: 100px;
    text-align: center;
}
.specs a, .data a, .pdata a {
    color: #2e2925;
}
.specs a img, .data a img, .pdata a img {
    width: 40px;
    display: block;
    margin: 50px auto 5px;
}
#showspecs {display:none;}

.data, .pdata {
  float: left;
  width: 100px;
  text-align: center;
  margin-left: 15%;
  margin-left: calc(33.333% - 134px);
  margin-bottom:50px;
}
.pdata {
  margin-left: 29%;
  margin-left: calc(50% - 150px);
}
.specs, .data, .pdata {
    position: relative;
    z-index: 1;
}

.helpful {
    margin: 0px 0 10px;
    background: #e6e6e6;
    clear: both;
}
.helpful .container {
  padding: 0px 10px;
}
#accordion h2, #accordion-recent h2, #accordion-find h2 {
  text-align:center;
  color: #75767a;
  padding:60px 0;
  position:relative;
}
#accordion h2:after, #accordion-recent h2:after, #accordion-find h2:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #75767a;
  display: inline-block;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 37px;
}
.accordion-toggle {
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding:30px 0 80px;
}

.accordion-content.default {
  display: block;
}

.accordion-content .find {
  margin: 0;
}
.accordion-content .container {
  width: 100%;
}

.accordion-toggle .view {
  font-size: 14px;
  line-height: 200%;
  font-weight: normal;
  color: #7fbf34;
  text-align: left;
}

.arrow {
  position:absolute;
  right:0;
}

.arrowUp:before, .arrowDown:before {
  content: " ";
  width: 32px;
  height: 45px;
  background: url(https://richardbutlerfurniture.com/images/svg/left-arrow-sign.svg);
  display: block;
  background-size: cover;
}

.arrowDown:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Full *MODEL NAME* Range
-------------------------------------------------- */
table#specifications {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 19px;
}
table#specifications th {
    padding-top: 10px;
    padding-bottom: 4px;
    text-align: left;
    font-family: futurahv;
    color: #2E2925;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
table#specifications th:nth-child(3) { 
    width: 150px;
}
table#specifications td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0px 4px;
    font-family: futurabk;
}
table#specifications td:nth-child(2) {
    text-transform: uppercase;
}
table#specifications th:nth-child(5), table#specifications td:nth-child(5) {
    text-align:right;
}

/* Full *MODEL NAME* Range
-------------------------------------------------- */
.otherstock .col-4 {
    margin-bottom: 15px;
}
.otherstock img.rangeimg {
    width: 85px;
    float: left;
    height: 75px;
    object-fit: cover;
    object-position: center;
    margin-right: 30px;
}
.otherstock a {
    color: #2E2925;
    text-transform: uppercase;
}

.otherstock img.arrow {
    position: relative;
    width: 10px;
}


/* Recent Models
-------------------------------------------------- */

.recent .col-3 {
    width: 23.5%;
    width: calc(25% - 15px);
    margin: 0 7.5px 60px;
}
.recent .col-3:last-child {
    margin-bottom: 80px;
}
.recent .col-3 .rangeimg {
    height: 245px;
    object-fit: cover;
    object-position: center;
}
#accordion-recent .recent .col-3 h2 {
    text-align: center;
    color: #75767a;
    text-transform: uppercase;
    padding: 40px 0 0 0 !important;
    position: relative;
}

#accordion-recent .recent .col-3 h2:after {
    display: none;
}

/* Portfolio
-------------------------------------------------- */
.ctaproject {
    background: #e6e6e6;
    text-align: center;
    padding: 65px 0;
    margin-bottom: 10px;
}
.ctaproject h2 {
    color: #75767a;
}
.ctaproject h2:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #75767a;
    display: inline-block;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -33px;
}
.ctaproject .find {
    padding-top: 83px;
}


/* Contact Pages
-------------------------------------------------- */
.contact .container .col-12 {
  padding-bottom: 40px;
}
.contact .container .col-4 img {
  margin: 0 20px 65px;
  width: 25px;
  float:left;
}
.contact .container .col-4 a, .privacy a {
  color:#2e2925;
}
.contact .f19 {
  line-height:28px;
}
.thanks p a {
    color: #000;
    white-space: nowrap;
}

/* Contact Pages
-------------------------------------------------- */
.form {
  margin:30px 0 40px;
}
.form .col-6 {
  width: 49.5%;
  margin: 0 0.5% 0 0;
}
.form .col-6:nth-child(2) {
  margin: 0 0 0 0.5% !important;
}
.form label {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.form input[type="text"], .form input[type="email"], .logform .signin input[type="text"], .logform .signin input[type="email"], .logform .signin input[type="tel"], .logform .signin input[type="password"] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 19px;
  font-family: futuralt;
  padding: 7px 10px 3px;
  box-sizing: border-box;
  border:1px solid #2e2925;
  background:#c7c7c7;
}
.form textarea {
  width:100%;
  resize:none;
  height:120px;
  font-size: 19px;
  font-family: futuralt;
  padding: 5px 10px;
  box-sizing: border-box;
  border:1px solid #2e2925;
  background:#c7c7c7;
}
.logform .signin input[type="text"], .logform .signin input[type="email"], .logform .signin input[type="tel"], .logform .signin input[type="password"], .logform .signin textarea {
  background:#fff;
}

.form input[type="submit"], .form button, .logform .signin input[type="submit"], .logform .signin button, .logform a.signup, .ctaproject a {
    width: 180px;
    padding: 12px 5px 8px;
    font-size: 17px;
    font-family: futuramd;
    text-transform: uppercase;
    margin: 50px auto 0;
    display: block;
    border: 1px solid #2e2925;
    border-radius: 10px;
    background: #fff;
    color: #2e2925;
}

input[type="submit"]:hover, .register button:hover, .logform .signin button:hover, .form button:hover, .ctaproject a:hover {
    background: #2e2925;
    color: #fff;
}

.ctaproject a {
  margin: 0px 15px;
  display: inline-block;
}

.logform {
  margin:0 auto 40px;
  width:100%;
  max-width: 400px;
}
.logform .signin input[type="text"], .logform .signin input[type="email"], .logform .signin input[type="tel"], .logform .signin input[type="password"] {
  border:0 none;
  border-bottom:1px solid #2e2925;
  padding: 12px 0 10px;
}

.logform .signin input[type="submit"], .logform .signin button, .logform a.signup {
    width: 100%;
    max-width:180px;
    margin: 0;
}

.logform .noacc {margin:30px 0 50px;display:inline-block;width:100%;}
.logform .noacc .col-8 {padding-top:10px;min-width:250px;}
.logform a.signup {
  background: #75767a;
  color:#fff;
  text-align:center;
}

/* Thank you page
-------------------------------------------------- */
.thanks {margin:100px 0;}
.thanks .container h3 {
  color:#75767a;
  text-align:center;
  padding:0 0 60px;
  position:relative;
}
.thanks .container h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #75767a;
  display: inline-block;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 37px;
}
.thanklink, .lightgrey .col-12 a.thanklink {
  width: 25%;
  text-align: center;
  display: inline-block;
  border: 1px solid #2e2925;
  border-radius: 10px;
  line-height: normal !important;
  padding: 8px 5px 4px;
  color: #2e2925;
  margin: 0 3%;
}
.checkout .thanklink, .lightgrey .col-12 a.thanklink {
  width: 27%;
}
.lightgrey .col-12 a.thanklink {
  background-color:#fff;
  text-transform: unset;
}
.thanklink:first-child, .lightgrey .col-12 a.thanklink:first-child {
  margin: 0 3% 0 6%;
}
.thanklink:last-child, .lightgrey .col-12 a.thanklink:last-child {
  margin: 0 6% 0 3%;
}
.checkout .thanklink:last-child, .checkout .lightgrey .col-12 a.thanklink:last-child {
    margin: 0 3% 6%;
}
.thanklink:hover, .lightgrey .col-12 a.thanklink:hover {
  background: #2e2925;
  color: #fff !important;
}

/* Footer
-------------------------------------------------- */
footer .topfooter {
  background:#2e2925;
  padding:50px 0;
  color:#fff;
  display:table;
  width:100%;
}
footer .topfooter a {
  text-align: center;
  padding: 5px 98px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 25px;
  color:white;
}

footer .midfooter {
  background: #75767a;
  padding: 25px 0;
  color: #fff;
  display: table;
  width: 100%;
}
footer .midfooter a {
  color:white;
  text-transform:uppercase;
}

footer .btmfooter {
  background:#a9a8a9;
  padding: 25px 0;
  color: #fff;
  display: table;
  width: 100%;
}
footer .btmfooter {
  font-size: 15px;
  color:white;
}
footer .btmfooter a {
  text-transform:uppercase;
  color:white;
}
footer .btmfooter .col-6 {
  text-align:right;
}
footer .btmfooter .col-6:first-child {
    text-align: left;
}
footer .btmfooter .col-6 a {
    text-transform: none;
}

/*** Admin ***/
select, .nonukcost {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    font-size: 19px;
    font-family: futuralt;
    padding: 7px 10px 3px;
    box-sizing: border-box;
    border: 1px solid #2e2925;
    margin-right: 2%;
}
select:nth-child(even) {
    margin-right: 0%;
}

.grecaptcha-badge {
    display: none !important;
}

.flexthis {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.flexthis br {
    display: none;
}
.flexthis label {
    width: calc(50% - 25px);
    margin-bottom: 10px;
}
.flexthis label:nth-child(8n + 2), .flexthis label:nth-child(8n + 4) {
    background: #f0f0f0;
}

/*** Add to Cart ***/

.atc .furnspecs {display: none;margin-bottom:36px;}
.options {
  width:100%;
  padding: 0 !important;
}
.options > .col-6 {
  padding: 0 5px 0 0;
}
.options > .col-6:nth-child(2) {
  padding: 0 0 0 5px;
}
.options > .col-6 > .col-6 {
  padding: 0;
}
.options select {
  width: 100%;
  font-size: 21px;
  padding: 11px 15px 8px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  height: 44px;
  color: #2e2925;
}
.options input[type="tel"], .options input[type="text"], .options input[type="number"] {
  border: 1px solid black;
  padding: 12px 0 8px 14px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 21px;
  font-family: futuralt;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.options .col-6 .droptitle {
  border: 1px solid black;
  border-right: 0 none;
  padding: 12px 0 8px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-family: futuralt;
  height:44px;
}
.col-6.mvdown {
    float: right;
}
input.order {
  width: 250px;
  height: 44px;
  margin: 0 auto;
  display: block;
  border: 1px solid #000;
  background: #75767A;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-family: futuramd;
  padding: 10px 0 8px;
}
.output {
  text-align: center;
  margin: 0;
}
p#fabrictxt {
    margin-bottom: 17px;
}
.nocheckout a, .nocheckout a img {
    cursor: not-allowed;
    opacity: 0.25;
}
.inbasket {
  width: 39px;
  background: #000;
  padding: 13px 6px 9px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 18%;
  right: calc(50% - 34px);
  top: 35px;
}
.nocheckout .inbasket {
  display:none;
}

.regsuccess .col-12 a.thanklink {
    width: 25% !important;
}

ul.privacy {
    list-style-type: disc;
    margin-left: 2em;
}


/*** Print button ***/
button.print {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #000;
    font-family: futuramd;
    font-size:16px;
    border: 0 none;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    z-index: 10;
}
button.print:hover {background: #75767a;}


/*Media Queries*/
@media (max-width:1340px) {
  .ranges .slick-list {
    width: 75%;
  }
  .slidecontain .container {
    width: 78%;
  }
}

@media (max-width:1240px) {
  .dropdown-content {
    right: 0px;
  }
  .contact .col-4 {
    width: 50%;
  }
  .contact .col-4:last-child {
    width: 100%;
  }
  .thanklink {
    width: 24.5% !important;
  }
  .thankyou .thanklink {
    width: 24.9% !important;
  }
  .prodinfo, .prodtable {
    padding: 0 50px;
  }
  .products .rangeimg {
    height: 240px;
  }
  .regsuccess .col-12 a.thanklink {
    width: 24% !important;
  }
}
@media(min-width:992px) and (max-width:1240px) {
  .container {
    width: 960px;
  }
  .slidecontain .container {
    width: 79%;
  }
  .ranges .rangeimg {
    height: 189px;
  }
  .topheader .est, .topheader .year {
      padding-top:3vw;
  }
  .otherstock img.rangeimg {
    margin-right: 15px;
  }
  .otherstock span {
    font-size:17px;
    line-height: 24px;
  }
}
@media(max-width:991px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  .midheader a {margin: 0px 17px;}
  .about, .products, .distribute {padding:100px 30px 80px !important}
  .slidecontain .col-4 {width: calc(50% - 5px);}
  .products .rangeimg, .range .rangeimg {
    height: 300px;/*fallback*/
    height: 35vw;
  }
  .products .col-4, .range .col-4 {
    width: 49% !important;
  }
  .products .col-4:nth-child(3n + 2), .range .col-4:nth-child(3n + 2) {
    margin:0;
  }
  .products .col-4:nth-child(even), .range .col-4:nth-child(even) {
    margin: 0 0% 60px 2% !important;
  }
  .products .col-4:nth-child(5), .range .col-4:nth-child(5) {
    margin: 0 0 60px 0 !important;
  }
  #accordion, #accordion-recent, #accordion-find {
    padding: 0;
    position: relative;
  }
  .arrow {
    top: 35%;
    top: calc(50% - 22px);
  }
  #accordion h2, #accordion-recent h2, #accordion-find h2 {
    padding: 50px 0;
    font-size:40px;
    line-height:48px;
  }
  #accordion h2:after, #accordion-recent h2:after, #accordion-find h2:after {
    height: 3px;
    bottom: 30px;
  }
  #accordion-recent .recent h2 {
    font-size: 19px;
    line-height: 19px;
  }
  
  .ctaproject h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .ctaproject h2:after  {
    height: 3px;
    bottom: -32px;
  }
  
  .thanklink, .thanklink:first-child, .thankyou .thanklink {
    width: 100% !important;
    max-width: 350px !important;
    display: block !important;
    margin: 0 auto 15px !important;
  }
  .prodtable {
    padding: 0 !important;
  }
}

@media(min-width:768px) and (max-width:1240px) {
  .lightgrey .col-6 span {
    display: unset;
    width: 60%;
    width: calc(100% - 85px);
    text-align: left;    
  }
}

@media(max-width:991px) {
  .regsuccess .col-12 a.thanklink {
    width: 100% !important;
    max-width: 350px;
  }
  footer .btmfooter .col-6:first-child {width:37%;}
  footer .btmfooter .col-6:last-child {width:63%;}
}
@media(max-width:800px) {
  footer .col-3 {width:100%;margin-bottom:20px;}
  footer .col-6:first-child, footer .col-6:last-child {width:100% !important;}
  footer .col-6:last-child {margin-bottom:20px;}
  footer .col-6 {text-align:left !important;}
  footer .midfooter, footer .btmfooter {padding: 25px 0 0;}
  footer .btmfooter {padding-bottom: 18px;}
}
@media(min-width:768px) and (max-width:991px) {
  .topheader .est, .topheader .year {
    padding-top: 3vw;
    width:22%;
  }
  .topheader img {
    width:56%;
  }
  .slidecontain .container {
    width: 82%;
  }
  .ranges .rangeimg {
    height: 18vw;
  }
  .recent .col-3 .rangeimg {
    height: 20vw;
    object-fit: cover;
    object-position: center;
  }
  
  .find .go {width:16.6666666667%;}
  .find .col-3 {width:33.3333333333%}
  .find .col-4 {width:25%}
  
  .col-3.others {
    width: 25%;
  }
  .col-9.otherstock {
    width: 75%;
  }
  .col-9.otherstock .col-4 {
    width: 50%;
  }
}
@media(min-width:768px) {
  .navbar .mobnav {display:none;}
  .col-3.others {
    padding-right: 30px;
  }
  .products .col-3 {
    padding-right: 10px;
  }
}
@media(max-width:767px) {
  .navbar .dropdown {display:none}
  #accordion h2, #accordion-recent h2, #accordion-find h2 {
    padding: 50px;
  }
  .mobnav button {
    border: none;
    outline: none;
    color: white;
    background: none;
    padding: 9px 0px 11px;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: futurabk;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobnav button img {
    height: 15px;
    width: auto;
    margin-top: 2px;
    position: relative;
    top: 2px;
  }
  .mobnav button.js-toggle-right-slidebar {
    color: #fff;
    float: right;
  }
  button.js-toggle-left-slidebar img {
    margin-left: -9px;
  }
  .topheader .col-4 {width:25%;}
  .topheader .col-4:nth-child(2) {width:50%;}
  .topheader .est, .topheader .year {
    padding-top: 3vw;
  }
  .midheader {display:none !important;}
  .slidecontain .container {
    width: 90%;
  }
  .ranges .slick-list {
    width: 80%;
  }
  .ranges .col-3:nth-child(2n+1) {margin:0 1% 12% 0;}
  .ranges .col-3:nth-child(2n+2) {margin:0 0% 12% 1%;}
  .ranges .rangeimg {
    height: 38vw;
  }
  .find .go {width:16.6666666667%;}
  .find .col-3 {width:66.6666666667%}
  .find .col-4 {width:8.3333333333%;clear:both;}
  .contact .col-4 {
    width: 100% !important;
  }
  .form .col-6, .find .col-6 {
    width: 100% !important;
    margin: 0 !important;
  }
  .lightgrey .col-6 {
    margin-bottom: 20px !important;
  }
  .register input[type="text"], .register input[type="tel"], .register input[type="email"], .register input[type="number"] {
    width:100%;
  }
  .col-3.others, .col-9.otherstock {
    width:100%;
  }
  .col-3.others {
    text-align:center;
  }
  .options > .col-6, .options > .col-6:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  .products .col-3 {
    display: none;
  }
  .products .col-9 {
      width: 100%;
  }
  .lightgrey .col-6 {
    width: 100%;
    margin: 0 5% 25px;
  }
  .lightgrey .col-6 span {
    display: unset;
    width: 65%;
    width: calc(100% - 120px);
    text-align: left;
  }
  .options form .col-6 {width: 100%;}
  .options form .col-6 .col-6 {width: 50%;}
  
  button.print span {display:none;}
}

@media(max-width:700px) {
  footer .btmfooter .col-6 {
    width: 100%;
    text-align: left;
  }
}

@media(max-width:675px) {
  table#specifications {
    font-size: 16px;
  }
  table#specifications th {
    padding-right: 30px;
  }
  table#specifications td {
    padding: 10px 30px 4px 0px;
  }
}

@media(max-width:500px) {
  .ctaproject a {
    margin: 0px;
    width: 100%;
    max-width: 300px;
  }
  .ctaproject a:last-child {
    margin-top: 30px;
  }
}
@media(max-width:450px) {
  .logform .col-8, .logform .col-4 {
      width: 100%;
      margin-bottom: 10px;
  }

  .logform form .col-4 {
      position: relative;
      top: -47px;
  }
  .logform form .col-8 {
      position: relative;
      top: 57px;
  }
  .logform .signin input[type="submit"], .logform a.signup {
    margin: 0;
  }
}

@media(min-width:421px) and (max-width:767px) {
  .recent .col-3 {
    width: 45.5%;
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
  .recent .col-3 .rangeimg {
    height: 40vw;
  }
}
@media(min-width:621px) and (max-width:767px) {
  .col-9.otherstock .col-4 {
    width: 50%;
    clear: none;
  }
}

@media(max-width:620px) {
  .topheader .col-4 {width:10%;}
  .topheader .col-4:nth-child(2) {width:80%;}
  .topheader .est, .topheader .year {
    padding-top: 6vw;
    width:25%;
  }
  .topheader img {
    width:50%;
  }
  .slidecontain .container {
    width: 94%;
  }
  .col-9.otherstock .col-4 {
    width: 100%;
    clear: none;
  }
  .find .container h3:before {
    top: 180px;
  }
  .slider{margin:20px 0;}
  .slidecontain .col-4 {
    width: 100%;
    background: transparent !important;
    padding:135px 10px 0 !important;
  }
  .slidecontain .col-4 h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .slidecontain .col-4 p {
    display:none;
  }
  table#specifications  {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flexthis {
    display: block;
    flex-wrap: unset;
  }
  .flexthis label {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    display: inline-block;
  }
  .flexthis label:nth-child(8n + 2) {
    background: unset;
  }
  .flexthis label:nth-child(8n + 4) {
    background: unset;
  }
  .flexthis label:nth-child(4n + 2) {
    background: #f0f0f0;
  }
}


@media(max-width:480px) {
    .specs, .data, .pdata {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .prodinfo .checkout,
    .prodinfo .nocheckout {
        margin-bottom: 50px;
    }
}

  
@media(max-width:450px) {
  .products .col-4, .range .col-4, .products .col-4:nth-child(even), .range .col-4:nth-child(even) {
    width: 100% !important;
    margin: 0 0% 60px 0% !important;
  }
  .products .rangeimg, .range .rangeimg {
    height: 300px; /*Fallback*/
    height: 100%;
  }
  .prodinfo {
    margin: 0px auto 45px;
  }
  footer .btmfooter .col-6 span:nth-child(2) {
    display: none;
  }
  footer .btmfooter .col-6 span {
    display: block;
  }
}

@media(max-width:420px) {
  .topheader .col-4 {width:0%;}
  .topheader .col-4:nth-child(2) {width:100%;}
  .topheader .est, .topheader .year {
    padding-top: 6vw;
    width:25%;
  }
  .topheader img {
    width:50%;
  }
   .ranges .slick-list {
    width: 80%;
  }
  .ranges .rangeimg {
    height: 69vw;
  }
  .recent .col-3 {
    width: 100%;
    margin:0 0 50px;
  }
  .recent .col-3 .rangeimg {
    height: auto;
    min-height: 245px;
  }
  .find input {
    font-size:18px !important;
  }
  .ranges section {
    width: 100%;
    margin: 0 auto;
  }
  .nocheckout, .checkout {
    margin-top: -50px;
  }
  footer .topfooter a {
    padding: 5px 30px;
  }
  .f52 {font-size:42px;}
  .contact .container .col-4:last-child img {
    margin: 0 20px 120px;
  }
  .data:nth-child(4) {
    margin-bottom: 50px;
  }
  .options .col-6 .droptitle {
    border-right: 1px solid black;
    text-align: left;
    padding-left: 14px;
  }
  .thanklink, .thanklink:first-child {
    width: 100% !important;
  }
  .mvup, .mvdown {
    width:100% !important;
    margin-top:44px;
  }
  .col-6.mvup {
    margin-bottom: 20px;
    margin-top: -107px;
  }
  input.order{width:100%;}
}