
html, body {
	height:*;
	background-color:#ffffff;
	margin:0;
	font-family:"Montserrat", arial, sans-serif;
}

.container {
	display:table;
	width:1200px;
	margin:0 auto;
	padding:0px 50px;
	clear:both;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover,
input[type="file"],
input[type="file"]:hover,
select, 
select:hover,
option,
option:hover {
	cursor:pointer;
}

header {
	display:table;
	width:100%;
	height:80px;
	background-color:#ffffff;
	box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);
	position:fixed;
	z-index:800;
}

.logo {
	display:table;
	float:left;
}
.logo a img {
	height:80px;
}

.logo-footer a img {
	width:90%;
	max-width:90%;
}

.logo-footer h4 {
	line-height:30px;
}

nav {
	display:table;
	float:right;
}

nav a {
	display:table;
	text-decoration:none;
	margin:0;
	font-size:14px;
	font-weight:700;
	color:#175271;
	padding-left:12px;
	padding-right:12px;
	line-height:80px;
	height:100%;
	float:left;
	background-color:#ffffff;
}

nav a:hover {
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
	
}

.menu {
	display: none;
	width: 100%;
	background-color: rgba(23, 82, 113, 0.8);
	position: absolute;
	top: 80px;
	padding-top:50px;
	padding-bottom:50px;
}

.menu a {
	color:#ffffff;
	font-weight:500;
	font-size:14px;
	text-decoration:none;
	padding:10px 20px;
	border-radius:50px;
}

.menu a:hover {
	color:#175271;
	background-color:#fba586;
}

.menu-home,
.menu-about,
.menu-inventory,
.menu-delivery,
.menu-reviews,
.menu-contact {
	display:none;
	width:100%;
}





article section {
	padding:50px 0px;
}

.sections {
	display:table;
	width:100%;
	padding-top:80px;
}

/*
.viewport-height {
	height: calc(100vh - 80px);
}
*/


.viewport-height-alt {
	height: calc(100vh - 180px);
}

.center-photo {
	display:table;
	margin:auto;
}

.rounded {
	border-radius:50px;
}

img.rounded {
	border-radius:50px;
	max-width:100%;
}

.two-col {
	padding:0px 20px;
}

.section-hero-home {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/hero-17.jpg);
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
}

.section-hero-about {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/pexels-pixabay-37347.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}

.section-project-1 {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-size:cover;
	background-position:center -90px;
	background-attachment:fixed;
}

.section-project-2 {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/sos-chair-mat-banner-copy-1024x581.jpg);
	background-size:cover;
	background-position:center -90px;
	background-attachment:fixed;
}

.section-project-3 {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/Voodoo-Imme-Cowork.jpeg);
	background-size:cover;
	background-position:center -90px;
	background-attachment:fixed;
}

.section-white {
	display:table;
	width:100%;
	background-color:#ffffff;
/*
	background-image:url(images/hero.jpg);
	background-size:cover;
	background-position:center -90px;
*/
}

.section-inv {
	width:calc(100% - 300px);
	display:inline-table;
	float:right;
	background-color:#ffffff;
/*
	background-image:url(images/hero.jpg);
	background-size:cover;
	background-position:center -90px;
*/
}

.section-white-bgphoto {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(images/Willow_-_Indeal_-_Reception_03_View03.jpeg);
	background-size:cover;
	background-position:center -90px;
}

.section-blue {
	display:table;
	width:100%;
	background-color:#175271;
/*
	background-image:url(images/hero.jpg);
	background-size:cover;
	background-position:center -90px;
*/
}

.section-white {
	display:table;
	width:100%;
	background-color:#ffffff;
}

.section-peach {
	display:table;
	width:100%;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
/*
	background-color:#175271;
	background-image:url(images/hero.jpg);
	background-size:cover;
	background-position:center -90px;
*/
}

.section-map {
	display:table;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/map.jpg);
	background-size:cover;
	background-position:center 0px;
}

section[class^="section-"] {
	background-size: cover;
	background-attachment:fixed;
}

h1 {
	font-size:40px;
	font-weight:800;
}

h2 {
	font-size:36px;
	font-weight:800;
}

h3 {
	font-size:28px;
	font-weight:800;
	margin-top:0px;
}

h4 {
	font-size:22px;
	font-weight:800;
}

h5 {
	font-size:20px;
	font-weight:800;
}

h6 {
	font-size:16px;
	font-weight:800;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h36.white {
	color:#ffffff;
}

h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
	color:#000000;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
	color:#175271;
}

h1.peach,
h2.peach,
h3.peach,
h4.peach,
h5.peach,
h6.peach {
	color:#fdbd8d;
}

p {
	line-height:23px;
	font-size:15px;
}

p.white {
	color:#ffffff;
}

ul.white {
	color:#ffffff;
}

ul.white > li {
	padding-bottom:15px;
}

p.black {
	color:#000000;
}

p.grey {
	color:#66666f;
}

a.btn-white-blue {
	display:table;
	color:#175271;
	background-color:#ffffff;
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-white-blue:hover {
	color:#ffffff;
	background-color:#175271;
}

a.btn-white-peach {
	display:table;
	color:#175271;
	background-color:#ffffff;
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-white-peach:hover {
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
}

a.btn-peach-white {
	display:table;
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
/*
	background-color:#fba586;
*/
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-peach-white:hover {
	color:#175271;
	background-image: none;
	background-color:#ffffff;
}

a.text-peach-white {
	color:#fba586;
	text-decoration:none;
	font-weight:700;
	white-space: nowrap;
}

a.text-peach-white:hover {
	color:#ffffff;
}

a.text-blue-white {
	color:#175271;
	text-decoration:none;
	font-weight:700;
	white-space: nowrap;
}

a.text-blue-white:hover {
	color:#ffffff;
}

a.text-blue-peach {
	color:#175271;
	text-decoration:none;
	font-weight:700;
	white-space: nowrap;
}

a.text-blue-peach:hover {
	color:#fba586;
}

a.btn-blue-white {
	display:table;
	color:#ffffff;
	background-color:#175271;
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-blue-white:hover {
	color:#175271;
	background-color:#ffffff;
}

a.btn-blue-peach {
	display:table;
	color:#ffffff;
	background-color:#175271;
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-blue-peach:hover {
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
}

a.btn-peach-blue {
	display:table;
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
	line-height:40px;
	padding:0px 50px;
	border-radius:50px;
	text-decoration:none;
	font-weight:700;
}

a.btn-peach-blue:hover {
	color:#ffffff;
	background-image:none;
	background-color:#175271;
}

a.peach {
	color:#fdbd8d;
	font-weight:700;
	text-decoration:none;
}

a.peach:hover {
	color:#ffffff;
}

a.peach-white {
	color:#fdbd8d;
	font-weight:700;
	text-decoration:none;
}

a.peach-white:hover {
	color:#ffffff;
}

a.peach-blue {
	color:#fdbd8d;
	font-weight:700;
	text-decoration:none;
}

a.peach-blue:hover {
	color:#175271;
}

a.blue-peach {
	color:#175271;
	font-weight:700;
	text-decoration:none;
}

a.blue-peach:hover {
	color:#fdbd8d;
}

.left {
	display:table;
	margin:none;
	margin-bottom:50px;
}

.center {
	display:table;
	margin:auto;
	margin-bottom:50px;
}

.right {
	display:table;
	float:right;
	margin:none;
	margin-bottom:50px;
}







.col-third {
	display:table;
	float:left;
	width:33.33%;
}

.col-two-thirds {
	display:table;
	float:left;
	width:66%;
}

.photo-holder p.black {
	font-weight:600;
}

.col-third .photo-holder {
	display:table;
	width:90%;
	border:solid 1px #ff0000;
	height:100vh;
	position:relative;
}

.col-third-photo-desc-btn {
	display:table;
	float:left;
	width:33.33%;
	/*height:100vh;*/
	/*border:solid 1px #0000ff;*/
	padding-bottom:20px;
}

.col-fourth-photo-desc-btn {
	display:table;
	box-sizing:border-box;
	padding:0px 20px;
	float:left;
	width:25%;
	/*height:100vh;*/
	/*border:solid 1px #0000ff;*/
}

.col-third-photo-desc-btn .photo-holder {
	display:table;
	width:90%;
	/*height:100vh;*/
	position:relative;
	/*border:solid 1px #ff0000;*/
}

.col-third-photo-desc-btn:nth-child(4),
.col-third-photo-desc-btn:nth-child(7),
.col-third-photo-desc-btn:nth-child(10),
.col-third-photo-desc-btn:nth-child(13),
.col-third-photo-desc-btn:nth-child(16),
.col-third-photo-desc-btn:nth-child(19),
.col-third-photo-desc-btn:nth-child(22) {
    clear: left;
}

.photo-holder .btn-holder {
	display:none;
}

.photo-box-holder {
	
}

.photo-box-holder .btn-box {
	
}

.col-third-photo-desc-btn .photo-holder p.btn-holder {
	position:absolute;
	bottom:0px;
	width:100%;
	display:table;
}

.col-third:nth-child(1) .photo-holder,
.col-third-photo-desc-btn:nth-child(1) .photo-holder {
	float:left;
}

.col-third:nth-child(2) .photo-holder,
.col-third-photo-desc-btn:nth-child(2) .photo-holder {
	margin:auto;
}

.col-third:nth-child(3) .photo-holder,
.col-third-photo-desc-btn:nth-child(3) .photo-holder {
	float:right;
}

.col-third > div img {
	width:100%;
	box-sizing: border-box;
	border-radius:7px;
}

.col-fourth {
	display:table;
	float:left;
	width:25%;
}







.section-white .col-third-photo-desc-btn > div img {
	width:100%;
	box-sizing: border-box;
	border-radius:7px;
/*
	border-image: linear-gradient(to top right, #bb6536, #fba586);
	border-width: 7px;
	border-style: solid;
	padding:7px;
*/

}

.section-peach .col-third-photo-desc-btn > div img {
	width:100%;
	box-sizing: border-box;
	/*border: solid 7px #ffffff;*/
	border-radius:7px;
}


.col-two-thirds {
	display:table;
	width:66%;
	float:left;
}

.col-half {
	display:table;
	width:50%;
	float:left;
}

.col-fourth {
	display:table;
	width:25%;
	float:left;
}

.col-photo {
	width:100%;
	box-sizing: border-box;
	border-radius:7px;
}


.col-bg-blue {
	background-color: #175271;
	border-radius:50px;
	box-sizing:border-box;
	padding:40px;
}

.col-bg-black {
	background-color: rgba(0, 0, 0,  0.7);
	border-radius:50px;
	box-sizing:border-box;
	padding:40px;
}

.col-bg-white {
	background-color: rgba(255, 255, 255,  0.8);
	border-radius:50px;
	box-sizing:border-box;
	padding:40px;
	box-shadow:0px 0px 50px rgba(0, 0, 0,  0.2);
}

.col-bg-photo {
	border-radius:50px;
	box-sizing:border-box;
	padding:40px;
	background-position: center;
	background-size: cover;
	height:300px;
}

a.phone-blue-peach {
	color:#175271;
	font-weight:700;
	text-decoration:none;
}

a:hover.phone-blue-peach {
	color:#fba586;
}




.silver {
	color:#99999f;
	font-weight:600;
}

.bg-blue {
	background-color:#175271;
}

.bg-peach {
	background-image: linear-gradient(to top right, #bb6536, #fba586);
}









footer {
	display:table;
	width:100%;
	background-color:#ffffff;
	box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);
	padding:50px 0px 0px 0px;
	z-index:200;
	position:relative;
}

.footer-address-hours,
.footer-call,
.footer-social {
	margin-top:0px;
	padding-top:25px;
}

.footer-hours {
	font-size:18px;
	line-height:36px;
}

.footer-hours strong {
	font-weight:800;
}

footer div.copyright {
	display:table;
	width:100%;
	font-size:13px;
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
	padding:50px 0px;
}


.hide {
	display:none;
}



.show-more {
	cursor:pointer;
	position:relative;
}

.col-photo {
	position:relative;
}

.more-images {
	position:absolute;
	bottom:0px;
	background-color: rgba(23, 82, 113, 0.8);
	color:#ffffff;
	padding:7px 0px 7px 0px;
	margin:10px;
	text-align:center;
	border-radius:7px;
	width:calc(100% - 20px);
	font-size:13px;
	font-weight:700;
}

article.list-inv {
	background-color:#ffffff;
}

.side-menu {
	display:table;
	float:left;
	background-color: #ffffff;
	/*box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);*/
	padding:20px 20px 20px 20px;
	color:#175271;
	font-weight:600;
	line-height:30px;
	z-index:50;
	width:300px;
}

.section-inv {
	display:table;
	float:right;
	padding:50px 0px;
}

.container-2 {
	width:100%;
	margin:0 auto;
	padding:0px 50px;
	max-width:1200px;
}

.sort {
	display:table;
	clear:both;
	margin:auto;
	margin-top:-35px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
}

div.price {
	cursor:pointer;
	display:inline-table;
	color:#99999f;
	font-size:12px;
	font-weight:700;
	padding:5px 20px 5px 20px;
	font-size:11px;
	font-weight:700;
	margin-right:0px;
}

div.high-low {
	cursor:pointer;
	display:inline-table;
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
	padding:5px 10px;
	border-radius:25px;
	font-size:11px;
	font-weight:700;
}

div.low-high {
	cursor:pointer;
	display:none;
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
	padding:5px 10px;
	border-radius:25px;
	font-size:11px;
	font-weight:700;
}

div:hover.high-low {
	color:#ffffff;
	background-image: none;
	background-color: #175271;
}

div:hover.low-high {
	color:#ffffff;
	background-image: none;
	background-color: #175271;
}

/*
.side-open {
	cursor:pointer;
	position:absolute;
	right:-7px;
	top:0px;
	padding:20px;
	height:100%;
	display:none;
}

.side-close {
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	font-size:20px;
	padding:20px;
	color:#ff0000;
}
*/

.side-btn {
	cursor:pointer;
	border-radius:50PX;
	padding:5px 10px 5px 10px;
	margin-left:0px;
	margin-bottom:3px;
	font-size:13px;
	line-height:15px;
}

div:hover.side-btn {
	color:#ffffff;
	background-image: linear-gradient(to top right, #bb6536, #fba586);
}

.side-btn-hi {
	background-color:#175271;
	cursor:pointer;
	color:#ffffff;
	border-radius:50PX;
	padding:5px 10px 5px 10px;
	margin-left:
	0px;
	margin-bottom:3px;
	line-height:15px;
}

.ndi {
	display:table;
	padding:10px 5px 15px 40px;
	position:absolute;
	right:0px;
	top:80px;
	z-index:75;
	border-bottom-left-radius:50px;
	/*
	box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);
	*/
}









.star {
	color:#ffcc33;
	font-size:25px;
}

.more-popup {

	cursor:pointer;
	display:none;
	position:fixed;
	top:80px;
	left:0px;
	width:calc(100% - 60px);
	height:calc(100vh - 140px);
	background-color:#ffffff;
	margin:30px;
	padding: 50px 0px 0px 0px;
	box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);
	border-radius:50px;
	z-index: 300;
	overflow-x: hidden;
}

.more-popup img {
	border-radius: 7px;
}

.more-popup > .container {
    width:100%;
    height:100%;
}

.more-popup > .container div[class^="popup-"] {
    display: table;
    height: 100%;
}

.close-popup {
	position:absolute;
	top:0px;
	right:0px;
	padding:30px;
	font-size:30px;
	color:#cc0000;
	cursor:pointer;
}

div[class^="popup-"] div img {
	max-width:300px;
}







div[class^="popup-"] {
	display:none;
	margin:auto;
	text-align:center;
}


div[class^="popup-"] .col-third {
	display:inline-table;
	float:none;
	width:33%;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
}










.finishes-text {
	display:table;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#175271;
	clear:both;
	margin-top:-10px;
}

.finishes-img {
	display:table;
	margin:auto;
	clear:both;
	padding-bottom:20px;
}

img.the-img {
	display:table;
	width:600px;
	max-width:100%;
}

img.the-img-mobile {
	display:none;
	width:100%;
}

.eb {
	color:#ffffff;
	font-weight:600;
	font-size:10.3px;
	line-height:16px;
}

.ebc {
	display:table;
	float:right;
	margin-top:-15px;
}

.eb img {
	width:185px;
}













* {
	box-sizing: border-box;
}

/* Container for flexboxes */
.row {
	display: flex;
	flex-wrap: wrap;
}

/* Create four equal columns */
.column {
	flex: 25%;
	padding: 20px;
	max-width:25%;
}

/* Create four equal columns */
.column-half {
	flex: 50%;
	padding: 20px;
	max-width:25%;
}

/* Create four equal columns */
.column-3 {
	flex: 33%;
	padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
	.column-3 {
	flex: 50%;
	}
	.column {
	flex: 50%;
	}
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.row {
	flex-direction: column;
	}
}









































.menu-btn {
	display:none;
	position:fixed;
	top:0px;
	right:0px;
	width:80px;
	height:80px;
	font-size: 40px;
	text-align: center;
	padding-top: 6px;
	color:#cccccf;
	z-index:850;
}

.temp-pad {
	padding-right:50px;
}



@media screen and (max-width: 768px) {

	header {
		height:50px;
	}

	.sections {
		padding-top:50px;
	}

	.container,
	.container-2 {
		padding:0px 20px;
		width:100%;
	}

	.logo {
		width:100%;
		background-color:#ffffff;
		box-sizing:border-box;
		padding-left:20px;
		z-index:1000;
	}

	.logo a img {
		width: 200px;
		height: auto;
	}

	.menu-btn {
		display:table;
	}

	nav {
		position:fixed;
		width:100%;
		top:-360px;
		left:0px;
		background-color:#ffffff;
		z-index:900;
		box-shadow:0px 0px 50px rgba(0, 0, 0, 0.20);
	}

	nav a {
		float:none;
		width:100%;
		font-size:16px;
		font-weight:700;
		line-height:48px;
		float:none;
		text-align:center;

	}

	.col-fourth,
	.col-half,
	.col-third,
	.col-two-thirds,
	.col-half {
		width:100%;
		padding:40px 20px;
	}


	.col-third-photo-desc-btn .photo-holder,
	.col-third-photo-desc-btn {
		width:100%;
		padding:0px 0px;
	}

	.col-third {
		min-height:160px;
	}

	.btn-peach-white,
	.btn-white-peach,
	.btn-peach-blue,
	.btn-blue-peach,
	.btn-blue-white,
	.btn-white-blue {
		display:table;
		width:100%;
		padding:0px 0px;
		text-align:center;
	}

	a.btn-peach-white,
	a.btn-white-peach,
	a.btn-peach-blue,
	a.btn-blue-peach,
	a.btn-blue-white,
	a.btn-white-blue {
		display:table;
		width:100%;
		padding:0px 0px;
		text-align:center;
	}

	footer .container {
		padding:0px 0px;
	}

	.copyright .container {
		padding:0px 20px;
	}

	.side-menu {
		width:100%;
		box-sizing:border-box;
		margin-top:-2px;
	}

	.section-inv {
		width:100%;
		float:none;
	}

	.hide-res {
		display:none;
	}

	.container-2 .row .column {
		width:100%;
		max-width:100%;
		flex:100%;
		padding:20px 0px;
	}

	.ndi {
		right: 0px;
		top: 50px;
	}

	.ndi p a {
		padding:0px 20px;
		font-size:12px;
	}

	.sort {
		margin-top: 0px;
        margin-bottom: -10px;
	}

	.sort .price {
		display:none;
	}


	img.the-img {
		display:none;
	}

	img.the-img-mobile {
		display:table;
		width:100%;
	}


	.two-col {
		padding:20px 0px;
	}

	.side-btn-hi {

	}

	.more-popup {
		width:calc(100% - 20px);
		top:50px;
		padding: 40px 0px 5px 0px;
		margin:10px;
		height:auto;
		position:absolute;
		border-radius:20px;
		box-shadow:0px 0px 250px rgba(0, 0, 0, 1);
		max-width:100%;
	}

	.more-popup .container {
		width:100%;
		box-sizing:border-box;
		margin:0;
		padding:0;
	}

	div[class^="popup-"] {
		display:table;
	}


	div[class^="popup-"] .col-third {
		display:table;
		float:none;
		width:100%;
		padding:5px 10px 5px 10px;
	}

	.more-popup img {
		width: calc(100% - -0px);
	}
	
	
    div[class^="popup-"] .col-third {
    	margin-left:0px;
    	margin-right:0px;
    	margin-bottom:40px;
    }


	.close-popup {
		top:-20px;
		right:-20px;
	}

	.temp-pad {
		padding-right:20px;
	}


	section[class^="section-"] {
		background-attachment:scroll;
	}


	.section-project-1 {
		background-position:center center;
	}

	.section-project-2 {
		background-position:center center;
	}

	.section-project-3 {
		background-position:center center;
	}

	.section-white-bgphoto {
		background-position:center center;
	}


	.section-inv {
		padding:0px 0px 20px 0px;
	}

	.section-inv h3.center {
		margin-bottom:20px;
		text-align:center;
	}

	.side-btn-hi {
		background-color:#175271 !important;
	}


	.finishes-text {
		font-size:12px;
	}

	img.the-img {
		width:100%;
	}

	.ebc {
		float:none;
	}


/*
	* {
		border:solid 1px #ff0000;
	}
*/

}








