/*
============================================================================
Action Flooring | November 2016
============================================================================
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

.top-phone-number {
	display: inline-block !important;
	visibility: visible !important;
	float: left;
}

/*
============================================================================
Links and Helpers
============================================================================
*/

.site-footer * {
    color: white !important;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	background-color: #FFFFFF !important;
}
body {
	overflow-x: hidden;
}




/*
============================================================================
Typography
============================================================================
*/
body {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	color: #3c3533 !important;
}
h1 {
	font-size: 2.5em;
}
h2 {
	color: #64afbe;
	font-size: 2em;
	border-left: 4px solid #64afbe;
	padding: 10px 0 10px 30px;
}
h3 {
	font-size: 1.5em;
}
h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
p {
	line-height: 24px;
}
p.large-text {
	font-size: 1.25em;
	line-height: 30px;
	color: #1a1a1a;
}
a {
	text-decoration: none !important;
}
h1 a, 
h2 a, 
h3 a, 
h4 a {
	font-size: inherit !important;
}
.editor-content a {
	color: #64afbe;
}
a:hover {

}
a:focus {

}
a:active {

}
iframe, 
object, 
embed {
	max-width: 100%;
}


/*
============================================================================
Page Layout
============================================================================
*/
.top-page-bar {
	display: none;
} 
.fullscreen .editor-content > .content-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-content-wrapper .content-wrapper {
	border-top: 0 !important;
}

/*
============================================================================
General
============================================================================
*/
.quick-nav {
	border-bottom: none;
}
.top-site-bar {
	background: ;
}
.top-site-bar .quick-nav a {
	color: #7d736e;
}
.top-site-bar .quick-nav.content-wrapper {
	max-width: none;
}



/* 
=============================
Import Scripts
=============================
*/
.search-toggle-jquery .search-link-jquery {
	width: 25px;
	height: 25px;
	padding: 0;
	background: url('../images/search-icons/search-black.png');
}
.search-toggle-jquery.search-close {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 1001;
	opacity: 1;
}
.search-toggle-jquery.search-close .search-link-jquery {
	background: url('../images/search-icons/close-white.png');
}
.search-toggle-jquery.search-close .search-link-jquery:hover {
	opacity: 0.7;
}

.quick-search.site-search {
	display: inline;
	width: 0;
	padding: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
}
.quick-search.site-search.search-form-visible {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgba(31, 31, 31, 0.95);
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	z-index: 1000;
}
.quick-search.site-search > form {
	display: none;
	position: relative;
	border-left: 0;
	border-right: 0;
	background-color: transparent;
	border: 1px solid #fff;
	width: 50%;
}
.quick-search.site-search.search-form-visible form {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	
	padding: 25px;
}
.quick-search.site-search .search-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff !important;
}
.quick-search.site-search .search-button {
	width: 25px;
	display: none;
	background-image: url('../images/search-icons/search-white.png');
	position: absolute;
	top: 0;
	left: auto;
	right: 12px;
}
.quick-search.site-search.search-form-visible .search-button {
	display: block;
}

@media (max-width: 482px) {
	.search-toggle-jquery {
		display: none;
	}
}

/*
============================================================================
Navigation
============================================================================
*/
.navigation-wrapper {
	width: 100%;
	height: auto;
	line-height: 60px;
	margin: 0 auto;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navigation-wrapper .content-wrapper {
	max-width: none;
}
.navigation-wrapper .site-header img {
	width: 100%;
	max-width: 250px;
}
.navigation-wrapper .logo-white {
	display: none;
}
.navigation-wrapper .logo-dark {
	display: block;
}

.top-site-bar {
	border-bottom: 0;
}


@media (max-width: 767px) {
	.navigation-wrapper {
		background-color: #FFFFFF !important;
	}
}
@media (min-width: 768px) {
	.has-fullscreen-gallery .navigation-wrapper {
		position: absolute;
	}
	.has-fullscreen-gallery .sticky .navigation-wrapper {
		position: relative;
	}
	.has-fullscreen-gallery .navigation-wrapper .logo-dark {
		display: none;
	}
	.has-fullscreen-gallery .navigation-wrapper .logo-white {
		display: block;
	}
	.page-header-wrapper.sticky {
		background-color: #FFFFFF;
	}
	.navigation-wrapper .site-header,
	.navigation-wrapper .primary-nav {
		text-align: center;
	}
   
}

/* Sticky Navigation */
.page-header-wrapper.sticky  {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
        background: white;
}
.page-header-wrapper.sticky .site-header {
	display: none;
}
.navbar-nav > li > a {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase !important;
}

@media (max-width: 767px) {
	.navbar {
		border: 0;
	}
	.navbar .navbar-btn {
		border:0;
	}
	.navbar .navbar-btn:before {
		content: '';
	}
	.navbar .navbar-btn span.icon-bar {
		background-color: #3c3533;
	}
	.navbar .navbar-btn:hover span.icon-bar {
		background-color: #64afbe !important;
	}
	.navbar-collapse {
		border: 0;
		background-color: #F2F3F4;
	}
	.navbar-collapse.collapsing, 
	.navbar-collapse.collapse.in {
		position: absolute;
		width: 100%;
		z-index: 100;
	}
	.navbar-collapse .navbar-nav {
		text-align: left;
	}
	.navbar-collapse .navbar-nav > li {
		width: 100%;
	}
	.navbar-collapse .navbar-nav > li > a {
		margin-top: 0;
	}
	.navbar-collapse .navbar-nav > li > a,
	.navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-collapse.collapsing .navbar-nav,
	.navbar-collapse.in .navbar-nav  {
		padding-left: 0;
		overflow: hidden;
		margin: 0;
	}
	.navbar-nav .dropdown li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.navbar-nav .dropdown-menu {
		padding: 0;
		margin: 0;
	}
	.navbar-nav .open .dropdown-menu {
		margin: 0;
	}
	.dropdown-submenu.sui-dropdown-submenu-negative-offset > a:before {
		display: none;
	}
	.navbar-collapse .dropdown-menu a {
		margin-top: 0;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding-left: 35px;
	}
	.navbar-nav .open .open .dropdown-menu > li > a {
		padding-left: 55px;
	}
	.caret {
		display: none;
	}
	.navbar-collapse .navbar-nav > li > a,
	.navbar-collapse .navbar-nav > li:last-child > a,
	.navbar-collapse .navbar-nav .dropdown-menu a,
	.navbar-collapse .dropdown-menu > li:last-child > a,
	.navbar-collapse .navbar-nav .open .dropdown-menu,
	.navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
		border-bottom: 0;
	}
	.dropdown-submenu.sui-dropdown-submenu-negative-offset > a:before {
		display: none;
	}

	/* Text */
	.navbar-default .collapsing .navbar-nav > .active > a,
	.navbar-default .navbar-nav > li.current.active:first-child,
	.navbar-default .navbar-nav > li.current.active,
	.navbar-default .navbar-nav > li.current.active > a > strong,
	.navbar-default .navbar-nav > li,
	.navbar-default .navbar-nav > li:hover,
	.navbar-default .navbar-nav > li:first-child:hover,
	.navbar-default .navbar-nav > li.active:first-child:hover,
	.navbar-default .dropdown.active,
	.navbar-default .dropdown.open > a,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-collapse .dropdown-menu a, 
	.navbar-collapse .dropdown-menu:not(.dropdown-submenu) > li > a > strong {
		font-weight: 700 !important;
	}

	/* Colors */
	.navbar-default .navbar-collapse {
		background-color: #FFFFFF;
	}
	.navbar-default .collapsing .navbar-nav >.active > a, 
	.navbar-default .navbar-nav li > a, 
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .current.active > a > strong, 
	.navbar-default .in .nav > .active:not(.open) > a, 
	.dropdown-menu:not(.dropdown-submenu) > li > a > strong {
		color: #3c3533 !important;
	}
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:focus > a,
	.navbar-default .navbar-nav > li.current:hover > a,
	.navbar-default .navbar-nav > li.current:hover > a strong,
	.navbar-default .navbar-nav > .open > li:hover > a,
	.navbar-default .navbar-nav > .open > li:focus > a,
	.navbar-default .in .nav > .active:not(.open) > a:hover {
		color: #64afbe !important;
	}
	.navbar .navbar-btn,
	.navbar .navbar-btn:hover,
	.navbar .navbar-btn:focus, 
	.navbar .navbar-btn:active, 
	.navbar .navbar-btn.active, 
	.navbar .navbar-btn.disabled, 
	.navbar .navbar-btn[disabled] {
		background-color: transparent !important;
	}
	.navbar-collapse.collapsing, 
	.navbar-collapse.collapse.in {
		border-bottom: 1px solid #64afbe;
	}

	.dropdown-submenu.open > a,
	.dropdown-submenu.open > a:hover,
	.dropdown-submenu.open > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .current.active > a,
	.navbar-nav .open .open .dropdown-menu {
		color: #3c3533!important;
	}
	.dropdown-submenu.open > a:after {
		border-right: 4px solid transparent !important;
		border-bottom: 4px solid transparent !important;
		border-top: 4px solid transparent !important;
		border-left: 4px solid transparent !important;
	}
}

@media (min-width: 768px) {
	.site-header,
	.navbar {
		border-radius: 0;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-nav > li {
		float: none;
		display: inline-block !important;
	}
	.navbar-nav > li > a {
		padding: 8px 20px !important;
		display: inline-block;
		vertical-align: middle;
		position: relative; 
		overflow: hidden;
	}
	.caret {
		display: none;
	}
	.dropdown-menu {
		text-align: left;
		padding: 0;
		margin: 0; 
	}
	.navbar-nav > li:first-child,
	.dropdown-menu > li:first-child,
	.dropdown-submenu > li:first-child {
		display: none !important;
	}

	/* Base Navigation Color */
	.navbar-nav > li > a,
	.navbar-nav > li:first-child > a ,
	.navbar-nav .dropdown a,
	.navbar-nav .dropdown .dropdown-menu a,
	.navbar-nav .dropdown .dropdown-menu.open > a {
		color: #3c3533 !important;
	}
	.has-fullscreen-gallery .navbar-nav > li > a,
	.has-fullscreen-gallery .navbar-nav > li:first-child > a {
		color: #FFFFFF !important;
	}
	.sticky .navbar-nav > li > a,
	.sticky .navbar-nav > li:first-child > a {
		color: #3c3533 !important;
	}
	.navbar-nav > li:hover > a, 
	.navbar-nav > li:focus > a,
	.navbar-nav > li:hover > a > strong,
	.navbar-nav > li:first-child:hover > a,
	.navbar-nav .current.active:hover > a,
	.navbar-nav .dropdown:hover > a,
	.navbar-nav .dropdown.active .current.active:hover,
	.navbar-nav .dropdown-menu.open > li:focus a,
	.navbar-nav .dropdown-menu.open > li:hover a {
		color: #64afbe !important;
	}
	.navbar-nav .dropdown .dropdown-menu, 
	.navbar-nav .dropdown .dropdown-menu.open > li:hover a {
		background-color: #FFFFFF !important;
	}

	/* active color */
	.navbar-nav > li.active a,
	.navbar-nav > li.active a strong,
	.navbar-nav .dropdown .current.active a,
	.navbar-nav .dropdown .current.active a > strong, 
	.navbar-nav .dropdown-menu > .active > a,
	.navbar-nav .dropdown-menu > .active > a:hover {
		color: #3c3533;
	}

	/* font weight */
	.navbar-nav > li > a,
	.navbar-nav strong, 
	.navbar-nav > .active > a {
		font-weight: 700 !important;
	}
	.navbar-nav > li > a { 
		display: inline-block; 
		vertical-align: middle; 
		-webkit-transform: translateZ(0); 
		transform: translateZ(0); 
		box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
		-webkit-backface-visibility: hidden; 
		backface-visibility: hidden; 
		-moz-osx-font-smoothing: grayscale; 
		position: relative; 
		overflow: hidden; 
	}
}


/*
============================================================================
Carousel
============================================================================
*/
.carousel-overlay {
    background: rgba(32,31,37,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-caption {
	width: 100%;
	left: 0 !important;
	right: 0 !important;
}
.carousel-caption .gallery-item-title, 
.carousel-caption .gallery-item-caption, 
.carousel-caption .gallery-item-button {
	background: transparent !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.carousel-caption .gallery-item-title, 
.carousel-caption .gallery-item-caption {
	color: #FFFFFF !important;
}
.carousel-caption .gallery-item-caption {
	font-size: 1.5em !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.carousel-caption .gallery-item-button .btn {
	background-color: #64afbe !important;
	border: 1px solid #64afbe !important;
	border-radius: 0;
	letter-spacing: 1px;
	padding: 12px 30px;
}
@media (min-width: 768px) {
	.carousel-caption .gallery-item-title {
		font-size: 3.875em;
	}
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen, 
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner, 
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
		height: 650px;
		max-height: 650px;
		width: 100% !important;	
	}
}

@media (min-width: 1024px) {
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen, 
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner, 
	.has-fullscreen-gallery .shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
		height: 650px;
		max-height: 650px;
		width: 100% !important;	
	}
}

.page.with-sidebar .side-column-left .content-wrapper {
	background-color: transparent;
}
.side-nav ul li {
	border-bottom: 1px solid #F4F4F4;
}


/*
============================================================================
Custom Classes
============================================================================
*/
.request {
	color: #FFFFFF !important;
	background: #64afbe;
	padding: 12px 30px;
}


/*
============================================================================
Features & Lists
============================================================================
*/
.featured-content {
	max-width: 1170px;
	margin: 0 auto;
}
.layout-grid-row, 
.layout-grid-row-data {
	border-bottom: 0;
}
.related-image {
	border: 0 !important;
}
.related-title {
	font-size: 1.5em;
	margin-bottom: 15px;
}
.related-title a {
	 color: #7d736e;
}
.related-summary {
	color: #7d736e;
}
.related-link.hidden {
	display: block !important;
	visibility: visible !important;
	margin-bottom: 15px;
}
.related-link a {
	font-size: 0.875em;
	letter-spacing: 1px;
	text-transform: uppercase;
    text-align: center;
	color: #64afbe;
	width: 150px;
	height: 65px;
	line-height: 65px;
	display: block;
	background-image: url('../images/button.png'); 
}
.related-link:hover a {
	opacity: 0.7; 
}

.medium-feature .layout-grid-row-data .cell {
	background-color: #FFFFFF;
}
.medium-feature .middle-right {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

/*
============================================================================
Footer
============================================================================
*/
.site-footer {
	background: #7d736e;
	background: url('../images/footer-bg.jpg');
	background-size: cover;
	background-position: center;
}
.site-footer .content-wrapper table {
	max-width: 1170px;
	margin: 0 auto;
}

/*
============================================================================
Responsive Table
============================================================================
*/


@media only screen and (max-width: 800px) {
	
	#responsive-table {
        width: 1170px !important;
        overflow-y: scroll;
            display: block;
    }
}
	

/*
============================================================================
ZH - 2/23/2018
============================================================================
*/
.full-restraint {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.editor-content .medium-feature {
	margin: 50px 0 20px 0 !important;
}


/*
 * ============================================================================
 *  Frontpage Default Layout // Homepage
 *  Using Large features and Full Features only
 * ============================================================================
 */

 #featured-four-boxes td,
#featured-three-boxes td,
#featured-two-boxes td {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    border: 5px solid #fff;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
}

#featured-four-boxes td:hover,
#featured-three-boxes td:hover,
#featured-two-boxes td:hover {
    z-index: 2;
}

#featured-four-boxes td {
    min-height: 550px;
    height: 550px;
	vertical-align: middle !important;
    background-position: center center !important;
}

#featured-three-boxes td {
    min-height: 400px;
    height: 400px;
	vertical-align: middle !important;
}

#featured-two-boxes td {
    min-height: 440px;
    height: 440px;
    vertical-align: middle !important;
}

#featured-four-boxes .feature-content,
#featured-three-boxes .feature-content,
#featured-two-boxes .feature-content {
    display: block;
    position: relative;
    padding: 50px;
    overflow: hidden;
}

#featured-four-boxes .feature-content {
    text-align: left;
    padding: 15px;
}

#featured-two-boxes .feature-content {
    width: 60%;
    height: 65%;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#featured-four-boxes,
#featured-four-boxes h3,
#featured-three-boxes,
#featured-three-boxes h3,
#featured-two-boxes,
#featured-two-boxes h3 {
    color: white;
    text-shadow: 5px 5px 6px rgba(0, 0, 0, .4);
}

#featured-three-boxes h3,
#featured-two-boxes h3 {
    text-transform: uppercase;
}

#featured-four-boxes td::before,
#featured-three-boxes td::before,
#featured-two-boxes td::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}


#featured-three-boxes td::before {
    height: 400px;
}

#featured-two-boxes td::before {
    height: 440px;
}

#featured-four-boxes td:hover::before,
#featured-three-boxes td:hover::before,
#featured-two-boxes td:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

#featured-four-boxes .feature-content::after,
#featured-three-boxes .feature-content::after,
#featured-two-boxes .feature-content::after {
    content: '';
    width: 15%;
    background-color: white;
    height: 2px;
    display: inline-block;
}

#featured-four-boxes .feature-content a,
#featured-three-boxes .feature-content a,
#featured-two-boxes .feature-content a {
    display: block;
    color: white;
    margin-top: 10px;
    font-size: .8em;
}


@media (min-width: 768px) {
    .frontpage.default .editor-content>.content-wrapper {
        max-width: none;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    #featured-four-boxes td h3,
    #featured-three-boxes td h3,
    #featured-two-boxes td h3 {
        -webkit-transition: -webkit-transform 2.35s;
        transition: transform 2.35s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #featured-four-boxes td:hover h3,
    #featured-three-boxes td:hover h3,
    #featured-two-boxes td:hover h3 {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    #featured-four-boxes td .link-content,
    #featured-three-boxes td .link-content {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.55s;
        transition: opacity 0.2s, transform 0.55s;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        height: 0;
    }
    #featured-four-boxes td:hover .link-content,
    #featured-three-boxes td:hover .link-content {
        display: block;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.55s;
        transition-duration: 0.55s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        height: auto;
    }

}

@media (max-width: 1060px) {
    #featured-four-boxes td,
    #featured-three-boxes td {
        width: 100% !important;
        display: block !important;
        vertical-align: middle !important;
    }
    #featured-four-boxes td .feature-content,
    #featured-three-boxes td .feature-content {
        text-align: left !important;
    }

    #featured-four-boxes td .feature-content {
        padding: 150px 0;
    }

    #featured-four-boxes td .link-content {
        display: block;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.55s;
        transition-duration: 0.55s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        height: auto;
    }
}



@media (min-width: 768px) {
	#content-table {
		-webkit-box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		-moz-box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		background-color: white;
		position: relative;
	}
	
	#price-table {
		-webkit-box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		-moz-box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		box-shadow: 9px -4px 16px 0px rgba(0,0,0,0.09);
		background-color: white;
	}
	#price-table {
		right: -34px;
		position: absolute;
		width: auto !important;
	}
	#price-table h3 {
		font-size: 4em;
		font-weight: 900;
	}
	#wood-landingpage h4 {
	font-size: 2.1em;
	}
	#price-table td {
		padding: 20px 50px;
	}
}