@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'UniversLTStd45Light';
    src: url('../fonts/universltstd-light-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'UniversLTStd55Roman';
    src: url('../fonts/universltstd-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversLTStd55Oblique';
    src: url('../fonts/universltstd-obl-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-obl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'UniversLTStd65Bold';
    src: url('../fonts/universltstd-bold-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversLTStd65BoldOblique';
    src: url('../fonts/universltstd-boldobl-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-boldobl-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'atsackersgothicregular';
    src: url('../fonts/atsackersgothic-light-webfont.woff2') format('woff2'),
         url('../fonts/atsackersgothic-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'UniversLTStd57Condensed';
    src: url('../fonts/universltstd-cn-webfont.woff2') format('woff2'),
         url('../fonts/universltstd-cn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	margin:0px;
	font-family: 'UniversLTStd45Light', Helvetica, Arial, sans-serif;
	overflow-x:hidden!important;
}

::-moz-selection { background: #0062db; color:#fff; }
::selection { background: #0062db; color:#fff; }

.clear {
	clear:both;
}

.tinycaption {
	font-size:10px;
}

p.tinycaption {
	margin-top:-15px;
}

.herocontainer img {
	width:100%;
}

.quotebutton_holder {
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:20px;
}

.quotebutton_holder_center {
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
}

.quotebutton_holder_two {
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:20px;
}

.quotebutton_holder_three {
	padding:  0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

.quotebutton {
	background-color:#0062db;
	background-image:url(../images/teclab-blue-gradient.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:bottom right;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton:hover {
	background-color:#0062db;
	background-image:url(../images/teclab-blue-gradient.png);
	background-repeat:no-repeat;
	background-size: 600% 600%;
	color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_two {
	background-color:#fff;
	border:2px solid #0062db;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#0062db;
	padding:8px;
	padding-left:14px;
	padding-right:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-top:20px;
}

.quotebutton_two:hover {
	border:2px solid #0062db;
	background-color:#0062db;
	color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_three {
	background-color:#fff;
	border:2px solid #787878;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#333;
	padding:8px;
	padding-left:14px;
	padding-right:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-top:20px;
}

.quotebutton_three:hover {
	border:2px solid #787878;
	background-color:#787878;
	color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_four {
	background-color:#fff;
	border:2px solid #787878;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#333;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-top:20px;
	font-size:12px;
}

.quotebutton_four:hover {
	border:2px solid #0062db;
	background-color:#0062db;
	color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_five {
	border:2px solid #0062db;
	background-color:#0062db;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-top:20px;
	font-size:12px;
}

.quotebutton_five:hover {
	background-color:#fff;
	border:2px solid #787878;
	color:#333;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_five_inv {
	border:2px solid #787878;
	background-color:#787878;
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-top:20px;
	font-size:12px;
}

.quotebutton_five_inv:hover {
	background-color:#fff;
	border:2px solid #787878;
	color:#333;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.quotebutton_six {
	width:150px;
	display:inline-block;
	margin: 0px 0px 20px 0px;
	padding:4px;
	padding-left:2px;
	padding-right:2px;
}


/* styles for svg icon colors the script svg-img.js converts any img svg with class svg to inline code that can be targeted with css */ 

span.linkicon {
  width: 24px; height: 16px;
}
span.linkicon img.svg {
  width: 24px; height: 16px; margin-bottom: 3px; opacity: 1.0;
}

svg path,
svg circle, svg polygon, svg rect {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
span.linkicon {
	display:inline-block;
   /* padding-top:9px; */
   position: relative;
}
span.linkicon img {
	width:24px;
	height:16px;
}
span.linkicon svg {
   width: 24px;
	height: 16px;
	position: absolute;
	top:4px;
	left:0px;
	
}
a span.linkicon svg path, a span.linkicon svg polygon, a span.linkicon svg circle, a span.linkicon svg rect {
    fill: #ffffff;
}
   
a:hover span.linkicon svg path, a:hover span.linkicon svg polygon, a:hover span.linkicon svg circle, a:hover span.linkicon svg rect {
    fill: #787878;
}
a span.svgblack-magenta svg path, a span.svgblack-magenta svg polygon, a span.svgblack-magenta svg circle, a span.svgblack-magenta svg rect {
    fill: #000000;
	stroke:black;
	stroke-width:0;
}
/* set the size via span display inline-block, height, width */   
a:hover span.svgblack-magenta svg path, a:hover span.svgblack-magenta svg polygon, a:hover span.svgblack-magenta svg circle, a:hover span.svgblack-magenta svg rect {
    fill: #e0e0e0;
	stroke:black;
	stroke-width:2;
}

/* linkicon-fade used for inline icons */
.linkicon-fade {
	filter: alpha(opacity=100);
	opacity: 1.0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	
}
.linkicon-fade:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	
}
/* 15 px tall inline icon (used on sitemap) */
img.linkicon-inline-15 {
	width: 12px!important;
	height: 15px;
	margin-top:-2px;
	margin-left:5px;
}
.ilb {
	display:inline-block;
}

.row {
	margin-right:0px;
	margin-left:0px;
}

.row-interior {
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}

.row-interior-colorconfig {
	padding-left:100px;
	padding-right:100px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 1024px) {


.row-interior-colorconfig {
	padding-left:30px;
	padding-right:30px;
}
}

@media (max-width: 800px) {


.row-interior-colorconfig {
	padding-left:20px;
	padding-right:20px;
}
}

.row ul {
	list-style-type: square;
	margin-top:20px;
	line-height: 24px;
}

.row ul li {
	color:#333;
}

.multicolinterior {
	padding-right:15px;
	padding-left:15px;
}

.multicolinterior img {
	width:100%;
}

.quadcol {
	width:25%;
	float: left;
}

.pentacol {
	width:20%;
	float: left;
}

.pentacolcabone {
	width:12%;
	float: left;
}

.pentacolcab {
	width:22%;
	float: left;
}

.pentacolcab img.cabthumb {
	height:150px;
	width:auto;
}

.pentacolcab img.cabthumbdesk {
	height:124px;
	width:auto;
}

.pentacolcab img.cabthumbstacked {
	height:260px;
	width:auto;
}

@media (max-width: 1200px) {
.pentacolcab img.cabthumb {
	height:110px;
	width:auto;
}

.pentacolcab img.cabthumbdesk {
	height:90px;
	width:auto;
}

.pentacolcab img.cabthumbstacked {
	height:190px;
	width:auto;
}
}

@media (max-width: 600px) {
.pentacolcabone {
	width:100%;
	float: left;
}

.pentacolcab {
	width:50%;
	float: left;
}
}

.cabcol p {
	text-align:center;
}

a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#0062db;
}

a:hover {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#000;
	text-decoration:none;
}

strong, b {
	font-family: 'UniversLTStd55Roman', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

strong em, em strong, strong i, i strong, b em, em b, b i, i b {
	font-family: 'UniversLTStd55Oblique', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1, h2 {
	font-family: 'atsackersgothicregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	color:#0062db;
}

h3, h4, h5, h6 {
	font-family: 'UniversLTStd55Roman', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	color:#333;
}

h1 {
	font-size: 32px;
	line-height:48px;
}

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

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

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


@media (max-width: 1100px) {
    h1 {
	font-size: 24px;
	line-height:32px;
    }
	
    h2 {
	font-size: 20px;
	line-height:30px;
    }
	
    h3 {
	font-size: 16px;
	line-height:23px;
    }
}

@media (max-width: 767px) {
    h1 {
	font-size: 18px;
	line-height:24px;
    }
	
    h2 {
	font-size: 16px;
	line-height:23px;
    }
	
    h3 {
	font-size: 14px;
	line-height:18px;
    }
}


/* forces anchors to land below the fixed header */
.anchorfix {
	padding-top:80px;
	margin-top: -80px;
}

/* forces anchors to land below the fixed header
this version forces the padding to land under other elements via z-index */
.anchorfixtwoholder {
	display:block;
	position:relative;
} 
.anchorfixtwo {
	padding-top: 80px;
	margin-top: -80px;
	position:absolute;
	z-index:-1;
	height:0px;
} 


/* forces anchors to land below the fixed header
this version forces the padding to land under other elements via z-index */
.anchortwofixholder {
	position:relative;
	min-width:1px;
	min-height:1px;
	display:inline-block;
	/* width:100%; */
	padding:0;
	margin:0;
}
.anchortwofix {
	padding-top: 80px;
	margin-top: -80px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position:absolute;
	z-index:-1;
	display:inline-block;
	height:1px;
}
table .anchortwofix {
	padding-top: 90px;
	margin-top: -90px;
}
/* = BEGIN Navigation
----------------------------------------------- */
form.navbar-form.navbar-right {
	float: right;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

form.navbar-form.navbar-right div.form-group {
	width:200px;
	display: inline-block;
	margin:0px;
	padding:0px;
}

form.navbar-form.navbar-right div.form-group input.form-control {
	width:200px;
	margin:0px;
}


.navbar-shadow {
	-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
	box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
}

#navy {
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
	box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
}

#logo span.site-name a.navbar-brand {
	padding-top: 0px;
}

#logo span.site-name a.navbar-brand img.tlogo {
	margin-top:0px;
	padding:0px;
	margin:15px 0px 15px 15px;
	width:173px;
	height:44px;
}

div.collapse.navbar-collapse.navbar-ex1-collapse {
	background:#ffffff;
}

.nav>li.search-mobile {
	display:none;
}

@media (max-width: 767px) {
    .nav>li.search-mobile {
	display:block!important;
}
}

@media (max-width: 800px) {

#navy {
	position:relative!important; 
}
}
	   



.nav>li.search-mobile form.navbar-form.navbar-right {
	float: left;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav>li.search-mobile form.navbar-form.navbar-right div.form-group {
	width:200px;
	display: inline-block;
	margin:0px;
	padding:0px;
}

.nav>li.search-mobile form.navbar-form.navbar-right div.form-group input.form-control {
	width:200px;
	margin:0px;
}

.nav>li.search-mobile form.navbar-form.navbar-right button.btn.btn-default {
	margin:0px;
	display:none;
}

.btn-default-go {
	margin:0px;
}

.search-desktop {
	display:block;
	background:#f2f2f2;
	overflow:hidden;
}

@media (max-width: 767px) {
    .search-desktop  {
	display:none!important;
}
}

.site-main [class*="navigation"] a,
.more-link {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
}

.site-main [class*="navigation"] a:hover,
.more-link:hover {
    color: #fff;
    background: pink;
    text-decoration: none;
}

.more-link {
    float: right;
    margin: 10px 0;
}

.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}

[class*="navigation"] .nav-previous {
    float: left;
}

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand>img {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar-brand>img:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar.navbar-default {
    background-color: #ffffff;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: -2px;
    border-bottom: 0;
	font-size:13px;
}

.navbar-default .navbar-nav > li > a {
    color: #606060;
    line-height: 32px;
}

.navbar > .container .navbar-brand {
    color: #333333;
    font-size: 24px;
    margin: 8px 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0062db;
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #606060;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #606060;
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}

.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #333333;
    color: #fff;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
	margin: 0px;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a.lastmenurow {
	white-space:normal;
}

.navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
}

.navbar-toggle {
	margin-top: 24px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.nav.navbar-nav {
    float: right;
	font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}



@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
    }
}

.workbenchmenu {
	padding-left:0px;
}

@media (max-width: 767px) {
    .workbenchmenu {
        padding-left:0px;
    }
}

.nav-image {
	padding-right:8px;
}

@media (max-width: 1000px) {
    .nav-image  {
        display:none;
    }
}

.dropdown-toggle-first {
	padding-left:0px;
}
/* = END Navigation
----------------------------------------------- */

.row .divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 20px;
	padding-top: 20px;
}

.row li.divider {
	background:none!important;
}


.fadelink a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.fadelink a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

#layerslider h1 {
	font-size: 36px;
	line-height: 52px;
	text-align:left;
	color:#333;
}

#layerslider h2 {
	font-size: 38px;
	line-height: 52px;
	text-align:left;
	color:#333;
}

#layerslider h3 {
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	color:#333;
}

.justblue {
	color: #0062db;
}

.justgray {
	color: #333;
}

.justcenter {
	text-align:center;
}

.justsmall {
	font-size:smaller;
}

.justbig {
	font-size:larger;
}

ul.sitemap {
	display: block;
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-top:20px;
	line-height: 1.4;
}

ul.sitemap li {
	margin-bottom:5px;
}

ul.sitemap ul {
	display: block;
	list-style-type: none;
	padding:0px;
	margin-left:10px;
	line-height: 1.4;
}

.sitemaplink {
	font-size: 12px;
}

.footer {
	background:#f2f2f2;
	padding-bottom:50px;
}

.footer ul {
	display: block;
	list-style-type: none;
	padding:0px;
	margin:0px;
	line-height: 1.4;
}


.footer ul li {
	margin-bottom:5px;
}

.footlink {
	font-size: 12px;
}

.col-duo-quad-holder {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
}

.col-duo-quad {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .col-duo-quad {
		width:50%;
    }
	.col-duo-quad-holder {
		width:100%;
	}
}

@media (max-width: 500px) {
    .col-duo-quad {
		width:100%;
    }
}



.duo {
	position: relative;
	min-height: 1px;
}

.duocol {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .duocol {
		width:100%;
	}
}

.duocol-seventyfive {
	width:75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-sixtytwo {
	width:62%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-sixtysix {
	width:66.666%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-thirtyeight {
	width:38%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-twentyfive {
	width:25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-thirtythree {
	width:33.333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-twentyfive-temp {
   display:block;
}


.duocol-dim-sixfoot-front {
	width:55%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-sixfoot-gap {
	width:14%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
	display:block;
}


.duocol-dim-sixfoot-side {
	width:31%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-eightfoot-front {
	width:67.8%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-eightfoot-gap {
	width:5.7%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
	display:block;
}


.duocol-dim-eightfoot-side {
	width:26.5%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-eightfootstacked-front {
	width:67.8%;
}


.duocol-dim-eightfootstacked-gap {
	width:3%;
}

.duocol-dim-eightfootstacked-side {
	width:29.2%;
}


.duocol-dim-tenfoot-front {
	width:71%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-tenfoot-gap {
	width:5%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
	display:block;
}


.duocol-dim-tenfoot-side {
	width:24%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-twelvefoot-front {
	width:74.3%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-twelvefoot-gap {
	width:4.7%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
	display:block;
}


.duocol-dim-twelvefoot-side {
	width:21%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:0px;
	padding-bottom:20px;
}


.duocol-dim-sixtyfour {
	width:64%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-dim-thirtysix {
	width:36%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
.duocol-dim-sixfoot-front, .duocol-dim-eightfoot-front, .duocol-dim-tenfoot-front, .duocol-dim-twelvefoot-front, .duocol-dim-eightfootstacked-front {
	width:100%;
		margin-left:auto;
		margin-right:auto;
		float:none;
}


.duocol-dim-sixfoot-gap, .duocol-dim-eightfoot-gap, .duocol-dim-tenfoot-gap, .duocol-dim-twelvefoot-gap, .duocol-dim-eightfootstacked-gap {
	display:none;
}


.duocol-dim-sixfoot-side {
	width:56%;
		margin-left:auto;
		margin-right:auto;
		float:none;
}


.duocol-dim-eightfoot-side, .duocol-dim-tenfoot-side, .duocol-dim-twelvefoot-side, .duocol-dim-eightfootstacked-side {
	width:43%;
		margin-left:auto;
		margin-right:auto;
		float:none;
}


}

@media (max-width: 767px) {
    .duocol-dim-thirtysix {
		width:56%;
}
    .duocol-dim-sixtyfour {
		width:100%;
}
}

@media (max-width: 767px) {
.duocol-seventyfive, .duocol-sixtysix, .duocol-twentyfive, .duocol-thirtythree, .duocol-thirtyeight, .duocol-thirtyeight, .duocol-sixtytwo {
		width:100%;
}

.duocol-twentyfive-temp {
   display:none;
}
.duocol-twentyfive-interior {
		width:50%;
		float:left;
}
}


@media (max-width: 400px) {
    .duocol-twentyfive-interior, .duocol-thirtythree-interior {
		width:100%;
}
}

.hexa {
	position: relative;
	min-height: 1px;
}

.hexacol {
	width:16.666%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}



.hexacolcab {
	width:16.666%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}



.hexacolcab p {
	text-align:center;
}

.hexacolcab img {
	height:200px;
	width:auto;
}

.hexacolcab img.thirtycab {
	height:150px;
	width:auto;
}

.hexacolcab img.thirtysixcab {
	height:125px;
	width:auto;
}

.hexacolcab img.thirtysixcab.islandcab {
	height:100px;
	width:auto;
}

.hexacolcab img.stackedfifteen {
	height:300px;
	width:auto;
}



@media (max-width: 1152px) {
    .hexacol, .hexacolcab {
		width:33.333%;
	}
}

@media (max-width: 767px) {
    .hexacol, .hexacolcab {
		width:50%;
	}
}

@media (max-width: 400px) {
    .hexacol, .hexacolcab {
		width:100%;
	}
}

.penta {
	position: relative;
	min-height: 1px;
}

.pentacol {
	width:20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 1300px) {
    .pentacol {
		width:20%;
	}
}

@media (max-width: 767px) {
    .pentacol {
		width:33.3333%;
	}
}

@media (max-width: 400px) {
    .pentacol {
		width:100%;
	}
}



.tri {
	position: relative;
	min-height: 1px;
}

.tricol, .tricolspecial, .tricolnuts {
	width:33.3333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

	.tricolnuts img.thirtysixcab {
		height:100px;
			width:auto;
	}
@media (max-width: 767px) {
    .tricol {
		width:33.3333%;
	}
    .tricolspecial {
		width:100%;
	}
    .tricolnuts {
		width:50%;
	}
}

@media (max-width: 400px) {
    .tricol, .tricolspecial, .tricolnuts {
		width:100%;
	}
}

.hownumber {
	font-size:50px;
}

.seating-options-color, .seating-options-tech {
	padding-bottom:20px;
}

.seating-options-color-col {
	width:25%;
	float:left;
	position:relative;
	text-align:left;
}

.seating-options-color-col p {
	text-align:left;
}

.seating-options-color-col p.seating-options-color-img img {
	width:80%;
}

.seating-options-color-col p.seating-options-color-txt {
	text-align:left;
	position:absolute;
	top: 5px;
	left: 5px;
	color:#fff;
	font-size:10px;
}

.seating-options-tech-col {
	width:50%;
	float:left;
}

.seating-options-tech-col p {
	text-align:left;
}

.seating-options-tech-col p img {
	width:47px;
}

.seating-options-arms-col {
	width:25%;
	float:left;
}

.seating-options-arms-col p {
	width:80%;
	text-align:left;
	font-size:10px;
}

.seating-options-arms-col p img {
	width:80%;
	border:2px #dddddd solid;
}

.storage-home-full {
	margin:auto;
	display:none;
}

.storage-home-med {
	margin:auto;
	width:700px;
	display:none;
}

.storage-home-mob {
	margin: auto;
	width: auto;
	display:none;
}

@media (min-width: 768px) {
    .storage-home-full {
		display:inline-block;
	}
}

@media (max-width: 767px) {
    .storage-home-med {
		display:inline-block;
	}
}

@media (max-width: 400px) {
    .storage-home-mob {
		display:inline-block;
	}
}



.top, .row ul.top {
	margin-top:0px;
	padding-top:0px;
}



.bottom {
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Styles for magnific-popup dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}


/**
 * BEGIN Fade-zoom animation for magnific-popup
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
 * END Fade-zoom animation for magnific-popup
 */
 
 /**
 * TABLE USED ON ESD PAGES
 */
 table.tably tr td {
	border: 1px solid #6b6b6b;
} 
/**
 * TABLE USED ON Accessories, fume-hoods, shelving PAGES
 */
 table.tably-two tr td {
	border: 1px solid #6b6b6b;
	padding:5px;
}

/* MAKE TABLES SCROLLABLE ON SMALL DEVICES */
/* This technique also uses a script to insert a shadow - see code ON Accessories, fume-hoods, shelving PAGES */
/* https://www.456bereastreet.com/archive/201309/responsive_scrollable_tables/ */
	.scrollable {
	overflow-x:auto;
}
	.scrollable.has-scroll {
	position:relative;
	overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
	position:absolute;
	top:0;
	left:100%;
	width:50px;
	height:100%;
	border-radius:10px 0 0 10px / 50% 0 0 50%;
	box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
	content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
	overflow-x:auto;
}
	.scrollable > div::-webkit-scrollbar {
	height:12px;
}
.scrollable > div::-webkit-scrollbar-track {
	box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
	background:#f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
	border-radius:6px;
	background:#ccc;
}

 
 /**
 * BEGIN OPTIONS BAR
 */
.options-bar {
	background:#f2f2f2;
	text-align:center;
}

.options-bar div.options-bar-item {
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img {
	height:51px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-170 {
	height:51px;
	width:85px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-184 {
	height:51px;
	width:92px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-212 {
	height:51px;
	width:106px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

@media (max-width: 1000px) {

.options-bar div.options-bar-item {
	padding-top:7px;
	padding-bottom:7px;
	padding-right:15px;
	padding-left:15px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img {
	height:37px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-170 {
	height:37px;
	width:62px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-184 {
	height:37px;
	width:67px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-212 {
	height:37px;
	width:77px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}
}

@media (max-width: 767px) {

.options-bar div.options-bar-item {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left:8px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img {
	height:25px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-170 {
	height:25px;
	width:42px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-184 {
	height:25px;
	width:45px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.options-bar div.options-bar-item img.nav-icon-212 {
	height:25px;
	width:52px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}
}

 /**
 * POPUP BENCH FEATURES AJAX PAGES
 */
.feature-detail {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

.feature-detail .row p {
	font-size: 14px;
}
.feature-detail .row h2.detailstitle {
	font-size: 16px;
	margin-top: 0px;
 }
 
.feature-detail .row .divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom:7px;
	padding-top:0px;
}


 /**
 * QUOTE AJAX PAGE
 */
.quote-pop {
	max-width:400px;
	padding-top:30px;
	margin-left: auto;
	margin-right: auto;
}
 /**
 * CABINET DETAILS AJAX PAGES
 */
.cab-detail {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

.cab-detail .row p {
	font-size: 11px;
}
.cab-detail .row h2.detailstitle {
	font-size: 16px;
	margin-top: 0px;
 }
 
.cab-detail .row .divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom:7px;
	padding-top:0px;
}
.detailsblack {
	color: #000000;
}

.detailsdark {
	color: #525252;
}

.detailslight {
	color: #a9a9a9;
}
.duocol-cab-fifteen {
	width:25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-fifteen {
	width:75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-eighteen {
	width:27%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-eighteen {
	width:73%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-twentytwo {
	width:32%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-twentytwo {
	width:68%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-twentyfour {
	width:35%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-twentyfour {
	width:65%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-thirty {
	width:40%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-thirty {
	width:60%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-thirtysix {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-thirtysix {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-cab-fourtytwo, .duocol-cab-fourtysix, .duocol-cab-fourtyeight, .duocol-cab-fiftytwo, .duocol-cab-fiftyeight {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-text-fourtytwo, .duocol-text-fourtysix, .duocol-text-fourtyeight, .duocol-text-fiftytwo, .duocol-text-fiftyeight {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-cab-fifteen .multicolinterior p,.duocol-cab-eighteen .multicolinterior p, .duocol-cab-twentytwo .multicolinterior p, .duocol-cab-twentyfour .multicolinterior p, .duocol-cab-thirty .multicolinterior p, .duocol-cab-thirtysix .multicolinterior p, .duocol-cab-fourtytwo .multicolinterior p, .duocol-cab-fourtysix .multicolinterior p, .duocol-cab-fourtyeight .multicolinterior p, .duocol-cab-fiftytwo .multicolinterior p, .duocol-cab-fiftyeight .multicolinterior p {
	 text-align:center;
}

.duocol-cab-fifteen .multicolinterior p img {
	max-width:180px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}
.duocol-cab-eighteen .multicolinterior p img {
	max-width:180px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-twentytwo .multicolinterior p img {
	max-width:220px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-twentyfour .multicolinterior p img {
	max-width:240px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-thirty .multicolinterior p img {
	max-width:300px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-thirtysix .multicolinterior p img {
	max-width:360px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-fourtytwo .multicolinterior p img {
	max-width:360px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-fourtysix .multicolinterior p img {
	max-width:420px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-fourtyeight .multicolinterior p img {
	max-width:480px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-fiftytwo .multicolinterior p img {
	max-width:520px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.duocol-cab-fiftyeight .multicolinterior p img {
	max-width:580px;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

@media (max-width: 600px) {
    .duocol-text-fifteen, .duocol-cab-fifteen, .duocol-text-eighteen, .duocol-cab-eighteen, .duocol-text-twentytwo, .duocol-cab-twentytwo, .duocol-text-twentyfour, .duocol-cab-twentyfour, .duocol-text-thirty, .duocol-cab-thirty, .duocol-text-thirtysix, .duocol-cab-thirtysix, .duocol-text-fourtytwo, .duocol-cab-fourtytwo, .duocol-text-fourtysix, .duocol-cab-fourtysix, .duocol-text-fourtyeight, .duocol-cab-fourtyeight, .duocol-text-fiftytwo, .duocol-cab-fiftytwo, .duocol-text-fiftyeight, .duocol-cab-fiftyeight {
		width:100%;
	}
	.duocol-cab-fifteen .multicolinterior p,.duocol-cab-eighteen .multicolinterior p, .duocol-cab-twentytwo .multicolinterior p, .duocol-cab-twentyfour .multicolinterior p, .duocol-cab-thirty .multicolinterior p, .duocol-cab-thirtysix .multicolinterior p, .duocol-cab-fourtytwo .multicolinterior p, .duocol-cab-fourtysix .multicolinterior p, .duocol-cab-fourtyeight .multicolinterior p, .duocol-cab-fiftytwo .multicolinterior p, .duocol-cab-fiftyeight .multicolinterior p {
	 text-align:left;
    }
    .duocol-cab-fifteen .multicolinterior p img {
	max-width:100px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-eighteen .multicolinterior p img {
	max-width:120px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-twentytwo .multicolinterior p img {
	max-width:150px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-twentyfour .multicolinterior p img {
	max-width:165px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-thirty .multicolinterior p img {
	max-width:200px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-thirtysix .multicolinterior p img {
	max-width:220px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
    .duocol-cab-fourtytwo .multicolinterior p img, .duocol-cab-fourtysix .multicolinterior p img, .duocol-cab-fourtyeight .multicolinterior p img, .duocol-cab-fiftytwo .multicolinterior p img, .duocol-cab-fiftyeight .multicolinterior p img {
	max-width:220px;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    }
}
div#finish-options.zoom-anim-dialog {
	width:75%;
	margin:auto;
	margin-top:30px;
}

div#finish-options p {
	font-size:11px;
}

@media (max-width: 600px) {

div#finish-options.zoom-anim-dialog {
	width:90%;
}
}

.storage_table {
	display:table;
	width:100%;
	padding-bottom:50px;
}

.storage_table_row {
	display:table-row;
	width:100%;
	vertical-align:center;
}

.storage_table_cell {
	display:table-cell;
	width:32%;
	position:relative;
}

.storage_flipper_door_photo, .storage_wall_photo {
	width:100%;
	text-align:center;
	position:absolute;
	top:0;
}

.storage_flipper_door_photo p, .storage_wall_photo p, .storage_interlocking_photo p, .storage_mobile_photo p, .storage_tall_photo p {
	text-align:center;
}

.storage_flipper_door_photo p img, .storage_wall_photo p img, .storage_interlocking_photo p img, .storage_mobile_photo p img, .storage_tall_photo p img {
	width:70%;
}

.storage_tall_photo p img {
	width:90%;
}

.storage_tall_photo {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.storage_interlocking_photo, .storage_mobile_photo {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}

a.storage_hover {
	width:100%;
	text-align:center;
	position:absolute;
	display:block;
	color:rgba(0,0,0,0.0);;
	background-color:rgba(255,255,255,0.0);
}
a.storage_hover:hover {
	color:rgba(0,0,0,1.0);;
	background-color:rgba(255,255,255,0.7);
}

a.storage_hover span {
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 767px) {
    a.storage_hover span {
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 500px) {
    a.storage_hover span {
		font-size: 8px;
		line-height: 12px;
	}
}

a.storage_hover_flipper {
	height:22%;
	display:inline-block;
	position:absolute;
	top:0%;
}

a.storage_hover_flipper span {
	display:inline-block;
	position:relative;
	top:37%;
}

a.storage_hover_interlocking {
	height:65%;
	display:inline-block;
	position:absolute;
	top:35%;
}

a.storage_hover_interlocking span {
	display:inline-block;
	position:relative;
	top:37%;
}

a.storage_hover_wall {
	height:41%;
	display:inline-block;
	position:absolute;
	top:0%;
}

a.storage_hover_wall span {
	display:inline-block;
	position:relative;
	top:43%;
}

a.storage_hover_mobile {
	height:56%;
	display:inline-block;
	position:absolute;
	top:44%;
}

a.storage_hover_mobile span {
	display:inline-block;
	position:relative;
	top:45%;
}

a.storage_hover_tall {
	height:100%;
	display:inline-block;
	position:absolute;
	top:0%;
}

a.storage_hover_tall span {
	display:inline-block;
	position:relative;
	top:45%;
}

@media (max-width: 500px) {
	a.storage_hover_flipper span {
		top:17%;
	}
	a.storage_hover_interlocking span {
		top:30%;
	}
	a.storage_hover_wall span {
		top:30%;
	}
	a.storage_hover_mobile span {
		top:30%;
	}
	a.storage_hover_tall span {
		top:40%;
	}
}


/* BEGIN GOOGLE CUSTOM SEARCH */
input.gsc-search-button.gsc-search-button-v2 {
		   display:none!important;
	   }
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px !important;
}
form.gsc-search-box.gsc-search-box-tools {
	margin-bottom: 0px !important;
}
  .gsc-input {
	background-image:none !important;
}
input#gsc-i-id1.gsc-input {
   text-indent: 0px !important;
	background-color:#fff !important;
}
.gsc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4 !important;
}
.gsc-input::-moz-placeholder { /* Firefox 19+ */
  color: #a4a4a4 !important;
}
.gsc-input:-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4 !important;
}
.gsc-input:-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4 !important;
}

div.gsc-input-box {
	border: 1px #ccc solid !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
td.gsib_a input.gsc-input {
	margin: -2px 0px 0px !important;
	font-size: 14px !important;
}
.gsc-control-cse {
	font-family: 'UniversLTStd45Light', Helvetica, Arial, sans-serif !important;
	background-color: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
	padding: 1em;
	padding-top: 6px !important;
}
.gsc-cursor-page {
	color: #ffffff !important;
}

.gsc-cursor-page a {
	color: #ffffff !important;
}
div.gsc-adBlock {
	display:none!important;
}
div.gsc-tabsArea {
	display:none!important;
}
span#gs_cb50.gscb_a {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
span#gs_cb50.gscb_a:hover {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gsst_a .gscb_a {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gsst_a:hover {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

div.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	text-transform: none!important;
}
	
	.gsib_b {height:20px !important;}
	#gs_tti50.gsib_a {width:150px !important;}
/* END GOOGLE CUSTOM SEARCH */

.cabdata p {
	max-width:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.cabdata p.quotebutton_holder_two {
	padding-bottom:5px;
}
	
.cabdata p a.quotebutton_four {
	display:block;
	margin-top: 5px;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
	
.cabdata p a.quotebutton_four:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
	
.cabdata p a.quotebutton_five {
	display:block;
	margin-top: 5px;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
	
.cabdata p a.quotebutton_five:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}


   .hover-trans-holder {
      position:relative;
   }

   .hover-trans-holder img {
      width:90%;
   }
   .hover-trans {
      position:absolute;
      top: 0;
      left: 0;
      width:100%;
      opacity: 1.0;
      z-index:3;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear;
   } 
   .hover-trans p {
      text-align:center;
   } 
   .hover-trans:hover {
      opacity: 0;
      -webkit-transition: 0.6s linear;
      -moz-transition: 0.6s linear;
      transition: 0.6s linear;
   }
   .hover-trans-full {
      position:relative; top: 0; left: 0; width:100%; z-index:2;
   }
   .hover-trans-full p {
      text-align:center;
   }
	.hover-trans-full p:last-of-type {
		padding-bottom:10px;
	}

/* BEGIN STYLES FOR CABINET DIMENSIONS SVG */
.cab_dimensions, .cab_dimensions_notop {
	padding-right:0;
}
.cab_dimensions img {
	margin-top: -20px;
	margin-bottom: -20px;
}
.cab_dimensions_notop img {
	margin-bottom: -20px;
}

/* BEGIN STYLES FOR TOGGLE BUTTON USED FOR WORKBENCH DIMENSIONS */
.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;	/* hole off color */
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: #666; /* toggle off color */
  border-radius: 10px;
  box-shadow: 0 3px 2px rgba(154, 153, 153, 0.2); /* toggle off dropshadow */
  transition: all 0.2s ease;
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  /* background: rgba(79, 46, 220, 0.5); */
	background-color:transparent; /* this is the stupid flash */
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

#cbx:checked + .toggle:before {
  background: #569bf0;/* hole on color blue */
}
#cbx:checked + .toggle span {
  background: #0062db; /* toggle on color blue */
	
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 2px rgba(154, 153, 153, 0.2); /* toggle on dropshadow */
}
#cbx:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

#cbx2:checked + .toggle:before {
  background: #569bf0;/* hole on color blue */
}
#cbx2:checked + .toggle span {
  background: #0062db; /* toggle on color blue */
	
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 2px rgba(154, 153, 153, 0.2); /* toggle on dropshadow */
}
#cbx2:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}


/* BEGIN STYLES FOR FLOATING BOTTOM TAB */
	div.floaty {
		margin-left:-5px;
		margin-bottom:25px;
		display:inline-block;
		width:auto;
		background:#0062db;
		position: fixed;
		bottom:0px;
		left:0px;
		z-index:900000;
		padding: 10px 20px 10px 20px;
-webkit-border-top-right-radius: 5px;	
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
		
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.31);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	}
	div.floaty:hover {
		margin-left:0px;
		background:#0062db;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	}
	div.floaty p {
		color:white; text-align:center;margin:0; padding: 0px 0px 0px 0px;
	}
	div.floaty p a {
		color:white; text-align:center;margin:0; padding: 0px 0px 0px 0px; text-decoration:none;
	}
	.footer {
		padding-bottom:50px;
	}

@media (max-width: 450px) {

	div.floaty {
		display:none;
	}
}
/* END STYLES FOR FLOATING BOTTOM TAB */

img.spinny {
		-webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
				transform: rotate(359deg);
		}
}

/* BEGIN STYLES FOR WORK-SURFACE COLS */
	.wsurface_img_col {
		width:300px; float:left;
	}
	.wsurface_img_col img {
		width:100%;
		height:auto;
	}
	.wsurface_txt_col {
		width: calc(100% - 300px); float:left;
	}
	

@media (max-width: 600px) {
	.wsurface_img_col {
		width:150px; float:left;
	}
	.wsurface_txt_col {
		width: calc(100% - 150px); float:left;
	}
	
}
/* END STYLES FOR WORK-SURFACE COLS */

/* BEGIN STYLES FOR BASE CABINET PREVIOUS NEXT LINKS */
		  p.cab-cycle {
			  text-align: center; margin:0; padding:0; text-transform: uppercase;
		  }
		  .cab-cycle a{
			  color:rgb(140, 140, 140);
			  -webkit-transition: 0.3s linear;
			  -moz-transition: 0.3s linear;
			  transition: 0.3s linear;
		  }
		  .cab-cycle a:hover {
			  color:#0062db;
			  -webkit-transition: 0.3s linear;
			  -moz-transition: 0.3s linear;
			  transition: 0.3s linear;
		  }
		  a.cab-cycle-prev {
			  border-right: 1px solid rgb(140, 140, 140);
			  padding-right:15px; 
		  }
		  a.cab-cycle-next {
			  padding-left:15px;
		  }

/* END STYLES FOR BASE CABINET PREVIOUS NEXT LINKS */