@charset "utf-8";

/* CSS Document */
@import url(//fonts.googleapis.com/css?family=open+sans:400,600);
@import url('main-menu.css');
@import url('modalwindows.css');

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

.highlight {
    background-color: #FFFF00;
    color: #333;
    padding: 3px;
}

a {
    color: #333;
}

.text,
.textsmallwh {
    color: #fff;
}

img {
    border: none;
    outline: none;
}

body {
    background-color: #666;
    margin-top: 20px;
    font-family: 'Open Sans', 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333;
    margin: 0;
    padding: 0;
}

.largeText {
    font-size: 1.2em;
    font-weight: bold;
}

input[type=button],
a.button {
    background-color: #202020;
    border: none;
    color: #fff;
    line-height: 35px;
    height: 35px;
    font-size: 1.1em;
    padding: 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    display: inline-block;
}

input[type=button]:hover,
a.button:hover {
    background-color: #999;
}

input[type=button].small {
    font-size: 10px;
    padding: 0 10px;
    line-height: 22px;
    display: inline-block;
    margin-top: -3px;
}

input[type=button].small.signup {
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 17px;
    margin: 0;
    height: 25px;
}

#outerPageContainer {
    width: 950px;
    margin: 30px auto;
    background-color: #fff;
    padding: 6px;
    text-align: left;
}

div.pageMessage {
    margin-bottom: 6px;
    padding: 20px;
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
}

#pageHeader {
    display: block;
    background-color: #333;
    margin: 6px 0;
    border-bottom: 5px #666 solid;
    height: 45px;
    position: relative;
    z-index: 1;
}

#pageHeader .title {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 45px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-stretch: expanded;
    width: 475px;
}

#pageHeader .title.recycled:after {
    content: " ";
    background: url(../images/recycle.png) 0 0 no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px auto;
    position: absolute;
    margin: 0 0 0 10px;
    top: 10px;
}

#pageHeader .dropdown {
    float: right;
    position: relative;
    padding: 8px 20px;
    z-index: 1;
    width: 300px;
}

.split-btn {
    float: right;
    font-size: 1.1em;
}

.split-btn .spb-toggle {
    font-size: 14px;
    padding: 7px 9px;
    background: #ccc;
    color: black;
    cursor: pointer;
    cursor: hand;
}

.split-btn .spb-primary,
.split-btn .spb-secondary {
    max-width: 300px;
}

.split-btn .spb-primary a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #666;
}

.split-btn a {
    padding: 8px 15px;
    background: #999;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.1em;
}

.split-btn a:hover {
    background: #666;
}

.split-btn a:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.split-btn .spb-toggle {
    font-size: 24px;
    padding: 7px 9px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: url(../images/splitarrow.png) #717171 center no-repeat;
    border-left: 1px #999 solid;
}

#pageHeader .searchField {
    float: right;
    position: relative;
    padding: 8px 12px;
    width: 280px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search {
    padding: 5px 15px 5px 30px;
    background: url('../images/search.png') no-repeat 8px 6px;
}

.rounded {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.light input[type=text] {
    border: 1px solid #acb1b7;
    background-color: #fcfcfc !important;
    font-size: 1.1em;
    width: 200px;
    outline: none;
}

#pageHeader .light {
    width: 200px;
    height: 25px;
    padding: 0;
}

.searchPageContainer .light {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hintlist {
    display: none;
    position: absolute;
    top: 38px;
    left: 20px;
    max-height: 300px;
    width: 248px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hintlist.open {
    display: block;
}

.hintlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hintlist ul li {
    background-color: #efefef;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 30px;
    border-bottom: #ccc 1px solid;
}

.hintlist ul li:last-child {
    border-bottom: none;
}

.hintlist ul li:hover {
    background-color: #fff;
}

.hintlist ul li a {
    display: block;
    font-size: 1.1em;
    text-decoration: none;
}

.hintlist ul li a:hover {
    display: block;
    font-size: 1.1em;
    text-decoration: underline;
}

.searchPageContainer {
    background-color: #666;
    margin-bottom: 6px;
    padding: 10px 20px;
    height: 30px;
    overflow: hidden;
}

.searchPageContainer .numcount {
    display: inline-block;
    font-size: 1.3em;
    font-style: italic;
    color: #CFCFCF;
    margin-left: 10px;
}

.noproductstodisplay {
    display: none;
    float: right;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 28px;
}

#pageContentContainer .pageSubheader:first-child {
    margin-top: 0;
}

.pageSubheader {
    background-color: #666;
    color: #fff;
    border: 1px #666 solid;
    height: 35px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.pageSubheader .title {
    float: left;
    position: relative;
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 35px;
}

.pageSubheader .right {
    float: right;
    position: relative;
    line-height: 35px;
    width: 100px;
}

.pageSubheader .right a {
    text-decoration: none;
    color: #ccc;
    position: absolute;
    font-size: 1.1em;
}

.pageSubheader .right a:hover {
    text-decoration: none;
    color: #fff;
}

.pageSubheader .right a:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #ccc transparent;
    top: 13px;
    right: -20px;
    position: absolute;
    margin-left: 5px;
}

#pageContentContainer {
    margin-bottom: 6px;
    height: auto;
    height: auto;
    display: block;
}

#topBannerContainer,
#bannerContainer {
    margin-bottom: 6px;
}

#topBannerContainer {
    background-color: #333;
    width: 950px;
    position: relative;
    height: 165px;
    color: #fff;
}

#topBannerContainer .logoContainer {
    padding: 20px;
}

.logoContainer img {
    cursor: pointer;
}

#topBannerContainer .quote {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 235px;
}

#topBannerContainer .quote span {
    display: inline-block;
    width: inherit;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    width: inherit;
    text-align: justify;
    text-justify: distribute;
    color: #ccc;
}

#topBannerContainer .quote span:before {
    content: '"';
    font-family: "Times New Roman", Times, serif;
    color: #ccc;
}

#topBannerContainer .quote span:after {
    content: '"';
    font-family: "Times New Roman", Times, serif;
    color: #ccc;
}

#bannerContainer {
    height: 75px;
    width: 950px;
    background-color: #000;
    overflow: hidden;
}

#bannerContainer img {
    height: 75px !important;
    width: 950px !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}

/* OPEN HOME PAGE SPECIFIC */

#group1,
#group2,
#group3 {
    margin-bottom: 6px;
    position: relative;
}

#group1 .header,
#group2 .header,
#group3 .header,
#leftnav ul li.header {
    background-color: #999;
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
}

#group1 {
    background-color: #fff;
    position: relative;
    height: 382px;
}

#group1 .left {
    position: absolute;
    left: 0px;
    height: inherit;
    width: 300px;
    background-color: #fff;
    overflow: hidden;
}

#group1 .right {
    position: absolute;
    right: 0px;
    height: inherit;
    width: 644px;
    background-color: #333;
    overflow: hidden;
}

#group1 .right img {
    height: inherit;
    width: 644px;
}

#slideshow {
    position: relative;
    height: inherit;
}

#slideshow img {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#slideshow img.active {
    z-index: 3
}

#group2 {
    background-color: #fff;
    position: relative;
    height: 488px;
}

#group2 .welcome {
    background-color: #fff;
    color: #333;
    padding: 6px 20px;
    position: absolute;
    left: 0px;
    height: 90px;
    width: 693px;
    font-size: 1.2em !important;
    text-align: justify;
}

#group2 .welcome img {
    display: block;
    margin-bottom: 10px;
}

.welcome h6 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1.8em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    letter-spacing: -1px;
}

.welcome h7 {
    position: relative;
    margin-top: -5px;
    margin-bottom: 6px;
    color: #999;
    font-size: 1.6em;
}

.welcome h6,
.welcome h7 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

#group2 .welcome .pricelist {
    position: absolute;
    right: 0;
    left: auto;
}

#group2 .locations {
    position: absolute;
    right: 0px;
    width: 211px;
    height: inherit;
    overflow: hidden;
}

#group2 .locations a {
    color: inherit;
    text-decoration: none;
}

#group2 .featuredproducts {
    background-color: #fff;
    position: absolute;
    top: 136px;
    left: 0px;
    height: 290px;
    width: 733px;
}

#group2 .featuredproducts .header {
    line-height: 30px;
    height: 30px;
    margin-bottom: 2px;
    color: #fff;
}

#hmcarousel {
    height: 258px;
    width: 744px;
    background-color: #333;
}

#group3 {
    position: relative;
    height: 60px;
}

#group3 .left {
    width: 488px;
    float: left;
    position: relative;
    height: inherit;
    background-color: #666;
}

#group3 .right {
    width: 460px;
    float: right;
    position: relative;
    background-color: #4f4e4e;
    height: inherit;
}

.partners {
  display:flex;
  justify-content: space-around;
  flex-direction:row;

    padding: 0 10px;
    height: inherit;
    background-color: #333;
    height: 60px;
    margin-bottom: 5px;
}

.partner a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.partner {
    cursor: pointer;
    margin-top: 0;
    height: 60px;
    width: auto;
    background: url(../images/partners.png) no-repeat 0 0;
    display: inline-block;
    opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.partner:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.partners .nuheat {
    background-position: 0 -140px;
    background-size: 111px auto;
    width: 62px;
}

.partners .custom {
    background-position: 0 16px;
    background-size: 150px auto;
    width: 133px;
}

.partners .mk {
    background-position: 0 -22px;
    background-size: 110px auto;
    width: 70px;
}

.partners .schulter {
    background-position: 0 -143px;
    background-size: 180px auto;
    width: 68px;
}

.partners .sigma {
    background-position: 0 -284px;
    background-size: 150px auto;
    width: 113px;
}

.partners .aquamix {
    background-position: 0 -373px;
    background-size: 162px auto;
    width: 125px;
}

.partners .trugard {
  background-position: 0 -341px;
    background-size: 125px auto;
    width: 110px;
}

#group3 #newsletterform {
    padding: 8px 0 0 20px;
    position: relative;
}

#group3 #newsletterform p {
    padding: 0;
    margin: 0 0 0px 0;
    color: #ccc;
    font-weight: 400;
    font-size: 1.2em;
}

#group3 #newsletterform input[type=text] {
    display: inline-block;
    margin-top: 3px;
    padding: 4px;
    color: #fff;
    width: 350px;
    outline: none;
    border: none;
    background-color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

#leftnav {
    background-color: #fff;
}

#leftnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftnav ul li {
    position: relative;
    line-height: 30px;
    height: 30px;
    font-size: 1.2em;
    margin-bottom: 2px;
    background-color: #333;
    text-transform: uppercase;
}

#leftnav ul li.active {
    background-color: #666;
}

#leftnav ul li.active a {
    color: #fff;
    font-weight: bold;
}

#leftnav ul li.active a:after {
    content: " ";
    display: block;
    float: right;
    margin-top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
}

#leftnav ul li:last-child {
    margin-bottom: 0;
}

#leftnav ul li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 15px;
    color: #ccc;
    text-decoration: none;
}

#leftnav ul li a:hover {
    background-color: #999;
    color: #fff;
}

#leftnav .boxcounter {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    background-color: #cc0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .8em;
    color: #fff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.locations .social-icons {
    margin:5px 0 0 0;
    padding:0;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width:65%;
}

.locations .social-icons div.socialicon {
   
}

.locations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.locations ul li {
    position: relative;
    overflow: hidden;
    height: 456px;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 2px;
    background-color: #333;
    text-transform: uppercase;
    padding: 0;
}

.locations ul li div.location {
    padding: 15px 0 10px 15px;
    color: #fff;
}

.locations ul li:last-child {
    margin-bottom: 0;
}

.locations ul li:nth-child(3) {
    background-color: #4b4b4b !important;
}

.locations ul li:nth-child(4) {
    background-color: #6b6b6b !important;
}

.locations ul li.header {
    line-height: 30px;
    height: 30px;
}

.locations ul li p {
    font-weight: normal;
    font-size: 1.1em;
    margin: 10px 0 0 0;
    padding: 0;
    color: #ccc;
}

/* CLOSE HOME PAGE SPECIFIC */

/* OPEN ABOUT US SPECIFIC */

#aboutusContainer,
#careersContainer {
    display: block;
    position: relative;
    overflow: hidden;
}

#aboutusContainer .textContainer,
#careersContainer .textContainer {
    float: left;
    position: relative;
    width: 600px;
    background-color: #333;
}

#aboutusContainer .imageContainer {
    float: right;
    position: relative;
    width: 344px;
    background: url(../images/aboutus/img.jpg) center no-repeat;
    background-size: cover;
}

#careersContainer .imageContainer {
    float: right;
    position: relative;
    width: 344px;
    background: url(../images/careers/img.jpg) center no-repeat;
    background-size: cover;
}

#aboutusContainer .textContainer .content,
#careersContainer .textContainer .content {
    padding: 30px;
}

#aboutusContainer .textContainer .content p,
#careersContainer .textContainer .content p {
    color: #fff !important;
    font-size: 10pt;
    padding-top: 0;
    margin-top: 0;
}

#aboutusContainer a,
#careersContainer a {
    color: #fff;
}

#aboutusContainer a:hover,
#careersContainer a:hover {
    text-decoration: none;
}

#careersContainer ul {
    margin: 0;
    padding: 0 0 20px 20px;
    list-style: square;
    color: #fff;
}

#careersContainer ul li {
    color: #fff;
    line-height: 30px;
    font-size: 1.2em;
}

/* CLOSE ABOUT US SPECIFIC  */

/* OPEN ABOUT US SPECIFIC */

#contactusContainer {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#contactusContainer .textContainer {
    float: right;
    position: relative;
    width: 600px;
    min-height: 400px;
    background-color: #333;
}

#contactusContainer .imageContainer {
    float: left;
    position: relative;
    width: 344px;
    min-height: 400px;
    background: url(../images/contactus/ct-image.jpg) center no-repeat;
    background-size: cover;
}

#contactusContainer .textContainer .content {
    padding: 30px;
    font-size: 1.2em;
}

#contactusContainer .textContainer .content p {
    color: #fff !important;
    font-size: 10pt;
    padding-top: 0;
    margin-top: 0;
}

/* CLOSE ABOUT US SPECIFIC  */

#serieslistingContainer .row {
    display: block;
    position: relative;
    /*overflow: auto;*/
}

#serieslistingContainer .row .item {
    float: left;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    height: 300px;
    width: 233px;
    height: 236px;
    overflow: hidden;
}

#serieslistingContainer .row .lg {
    width: 312px;
}

/*#serieslistingContainer .row .item:nth-child(4n){margin-right:0;}*/

#serieslistingContainer .row .item .imageThumb {
    border: 3px #999 solid;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#serieslistingContainer .row .item .imageThumb img {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

#serieslistingContainer .row .item .seriesName {
    background-color: #333;
    height: 30px;
    text-align: center;
}

#serieslistingContainer .row .item .seriesName a {
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    font-size: 1.2em;
}

#serieslistingContainer .row .item .seriesName a:hover {
    color: #fff;
}

#serieslistingContainer .imageThumb .recycled {
    background: url(../images/recycle.png) 0 0 no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 30px auto;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#seriesDescription .roomscene .recycled {
    background: url(../images/recycle.png) 0 0 no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 40px auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.ca-icon {
    position: relative;
}

.ca-icon .recycled {
    background: url(../images/recycle.png) 0 0 no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 30px auto;
    position: absolute;
    bottom: 10px;
    left: 8px;
}

#pageSubNav {
    background-color: #333;
    color: #fff;
    display: block;
    overflow: auto;
    margin-bottom: 6px;
    width: 100%;
}

#pageSubNav .imagebox {
    float: left;
    position: relative;
    width: 150px;
    border-right: 6px #fff solid;
}

#pageSubNav .imagebox img {
    width: 100%;
    height: 100%;
}

#pageSubNav .submenu {
    padding: 20px 0 15px 20px;
    overflow: auto;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#pageSubNav .submenu a.nav {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
}

#pageSubNav .submenu a.nav:hover {
    text-decoration: underline;
}

#pageSubNav .submenu a {
    color: #fff;
}

#pageSubNav .submenu .note {
    margin-top: 20px;
    width: 100%;
    float: left;
    display: block;
    font-size: 1.2em;
}

#pageSubNav .submenu .linkcol {
    float: left;
    position: relative;
    width: 33%;
}

.maindescription {
    background-color: #333;
    padding: 20px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1.2em;
}

.maindescription a {
  color:#fff;
}

.flexgroup {
    padding: 20px;
}

.productGroup {
    background-color: #ccc;
    margin-bottom: 6px;
    overflow: auto;
    font-size: 1.1em;
}

.productGroupSpecs {
    padding: 10px;
    width: 722px;
    float: right;
    position: relative;
}

.productGroupImage {
    float: left;
    position: relative;
    border-right: 6px solid #fff;
    width: 200px;
    text-align: center;
    background-color: #fff;
}

.productGroupImage img {
    width: 100%;
}

.groupProducts .stockcode,
.groupProducts .note,
.groupProducts .spec,
.groupProducts th {
    color: #333;
    padding: 5px;
}

.groupProducts th {
    font-weight: bold;
    text-align: center;
}

.groupProducts .flexstockcode {
    font-weight: bold;
    width: 200px;
    border-bottom: 1px #999 solid;
}

.groupProducts .flexnote {
    width: 400px;
    border-bottom: 1px #999 solid;
}

.groupProducts .flexspec {
    width: 50px;
    text-align: center;
    border-bottom: 1px #999 solid;
}

.groupProducts tbody tr:nth-child(2n) {
    background-color: #dddddd;
}

.groupProducts tbody tr:hover,
.groupSpecTable tbody tr:hover {
    background-color: #fff !important;
}

.groupNote {
    color: #333;
    margin: 10px 0 0 0;
    background-color: #f0f0f0;
    padding: 20px;
}

.groupOuterTable a {
    color: #333;
}

.groupOuterTable a:hover {
    text-decoration: none;
}

.groupOuterTable {
    border: none;
    background-color: #ccc;
    margin-bottom: 6px;
    font-size: 1.1em;
}

.groupOuterTable .imageCell {
    width: 250px;
    background-color: #fff;
    color: #333;
}

.groupOuterTable .imageCell img {
    width: 244px;
}

.groupOuterTable .infoCell {
    float: left;
    /*fix for  buggy browsers*/
    display: table-column;
    width: 674px;
    background-color: #ccc;
    color: #333;
    padding: 10px;
}

.groupSpecTable th {
    text-align: center;
    border-bottom: none !important;
}

.groupSpecTable tbody .stockcode {
    font-weight: bold;
    width: 100px;
    border-bottom: 1px #999 solid;
    padding: 5px;
}

.groupSpecTable tbody .note {
    width: 300px;
    border-bottom: 1px #999 solid;
    padding: 5px;
}

.groupSpecTable tbody .spec {
    width: 50px;
    text-align: center;
    border-bottom: 1px #999 solid;
    text-align: center;
    padding: 5px;
}

.groupSpecTable tbody .empty {
    width: 50px;
    border-bottom: 1px #999 solid;
    padding: 5px;
}

.groupSpecTable tbody tr:nth-child(2n) {
    background-color: #dddddd;
}

.groupOuterTable .infoCell h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.groupOuterTable .infoCell h3,
.groupOuterTable .imageCell h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.sawSpecs {
    background-color: #ccc;
    padding: 10px;
    overflow: auto;
}

.sawSpecs .left {
    float: left;
    width: 45%;
}

.sawSpecs .right {
    float: right;
    width: 55%;
}

.sawSpecs .sawspec,
.sawSpecs .sawspectype {
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
}

.sawSpecs .sawspectype {
    font-weight: bold;
    margin-right: 3px;
    text-wrap: supress;
    width: 150px;
}

.sawSpecs .right .sawspectype {
    width: 175px;
}

/* OPEN SERIES SPEC SPECIFIC */

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

#seriesDescription {
    overflow: auto;
    margin-bottom: 6px;
}

#seriesDescription .roomscene {
    float: left;
    position: relative;
    width: 310px;
    height: 450px;
}

#seriesDescription .roomscene .roomscene_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#seriesDescription .roomscene .eurostyle {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    background-color: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 1.1em;
    text-align: justify;
}

#seriesDescription .roomscene .roomscene_img .euro_pinitbutton {
    position: absolute;
    top: 5px;
    left: 5px;
}

#seriesDescription .fieldSection {
    color: #333;
    float: right;
    position: relative;
    width: 634px;
    min-height: 450px;
    padding-bottom: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#seriesDescription .fieldSection.whitewall {
    color: #333;
    float: none;
    position: relative;
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#seriesDescription .fieldSection a {
    color: #333;
}

#seriesDescription .fieldSection .specsheet {
    background-color: #333;
    margin-bottom: 6px;
    position: relative;
    /*height:65px;*/
}

#seriesDescription .fieldSection .specsheet img {
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

#seriesDescription .fieldSection .specsheet a {
    color: #ccc;
    text-decoration: none;
    font-size: 1.1em;
}

#seriesDescription .fieldSection .specsheet a:hover {
    color: #fff;
    text-decoration: none;
}

#seriesDescription .fieldSection .specsheet .spectext {
    color: #fff;
    font-size: 1.2em;
    padding: 10px 20px;
    /*width: 50%;
  height: 50%;
  overflow: auto;
  overflow-y: hidden;
  margin: auto;
  position: absolute;
  top: 0;  bottom: 0;
  
  right: auto; left: 20px;
  text-align: left;*/
}

#seriesDescription .fieldSection .specsheet .sheetlink {
    width: 50%;
    height: 50%;
    overflow: auto;
    overflow-y: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    text-align: right;
}

#seriesDescription .fieldSection .specsheet .sheetlink a {
    margin-left: 10px;
}

#seriesDescription .fieldSection .content {
    overflow: auto;
}

#seriesDescription .fieldSection .content .fieldtile {
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    min-width: 200px;
    max-width: 200px;
}

#seriesDescription .fieldSection .content .fieldtile img {
    margin: 0 auto 6px auto;
}

#seriesDescription .fieldSection .content .fieldtile .fieldinfo {
    text-align: left;
    padding: 5px;
    /*height:50px;*/
    color: #333;
    background-color: #efefef;
    /*max-width:100px;*/
}

#seriesDescription .fieldSection .content .fieldtile .fieldinfo .note {
    font-style: italic;
    font-size: 10px;
}

.seriesspectable {
    background-color: #333;
    padding: 20px;
}

.seriesspectable h1 {
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: normal;
}

.seriesspectable table {
    border-collapse: collapse;
    border: 0px #999 solid;
    width: 100%;
    background-color: #ccc;
}

.seriesspectable table th {
    width: 11%;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    border-right: 1px #434343 solid;
    border-bottom: 1px #434343 solid;
    border-top: 1px #434343 solid;
}

.seriesspectable table th:first-child {
    border-left: 1px #434343 solid;
}

.seriesspectable table td {
    text-align: center;
    padding: 5px 0;
    border-right: 1px #434343 solid;
    border-bottom: 1px #434343 solid;
    font-size: 11px;
    color: #333;
}

.seriesspectable table tr td {
    border-left: 1px #434343 solid;
}

.seriesspectable table tbody tr:nth-child(2n) {
    background-color: #efefef;
}

#tileProducts .sectionheader {
    border-top: 1px #ccc solid;
    padding: 10px 0 0 15px;
    color: #333;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#tileSizeList,
#tileOtherList {
    margin-bottom: 10px;
}

#tileSizeList .note,
#tileOtherList .note {
    font-style: italic;
    font-size: 11px;
}

#tileSizeList .itemContainer,
#tileOtherList .itemContainer {
    background-color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0px 10px 15px;
    color: #333;
    min-width: 140px;
}

#tileOtherList .itemContainer {
    min-width: 190px;
    margin: 0 5px 15px 15px;
}

#tileSizeList.whitewall .itemContainer{
    width: 24% !important;
    margin: 0 0 3% 1%;
    overflow:visible;
}
#tileSizeList.whitewall .itemContainer:nth-child(4n){
    margin-right:0;
}

#tileSizeList .itemContainer .frameContainer {
    margin-right: 6px;
    padding-left: 82px;
    padding-bottom: 60px;
    display: block;
}

#tileOtherList .itemContainer .frameContainer {
    margin-right: 6px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-bottom: 60px;
    display: block;
}

#tileSizeList .itemContainer .coloursContainer {
    position: absolute;
    left: 0;
    top: 0;
}

#tileSizeList .itemContainer .coloursContainer.whitewall .whitewallColour {
    float: left;
    position:relative;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    border: 1px #CCC solid;
}

#tileSizeList .itemContainer .coloursContainer.whitewall .whitewallColour:before{
    content:" ";
    position:absolute;
    width:95%;
    height:95%;
    background-color:#fff;
    border:1px #666 solid;
    top:-2px; left:-2px; right:auto; bottom:auto;
    margin:auto;
}

#tileSizeList .itemContainer .coloursContainer a {
    font-size: 11px;
    color: #333;
    text-decoration: none;
}

#tileSizeList .itemContainer .coloursContainer .colour {
    line-height: 15px;
    height: 15px;
    margin-bottom: 3px;
    font-size: 11px;
    cursor: pointer;
}

#tileSizeList .itemContainer .coloursContainer .colour img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

#tileSizeList .itemContainer .sizeinfo,
#tileOtherList .itemContainer .sizeinfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 8px;
    height: auto;
    color: #333;
    background-color: #efefef;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#general_note {
    width: 100%;
    clear: both;
    margin-top: 20px;
    border-top: #efefef 1px solid;
}

#general_note div {
    font-style: normal;
    padding: 10px;
    font-size: 1.1em;
}

#tileSizeList #general_note {
    margin-top: 0;
    border-top: none;
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#tileSizeList #general_note div {
    font-style: normal;
    padding: 0;
    font-size: 1.2em;
}

/* CLOSE SERIES SPEC SPECIFIC */

#locationsContainer {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#locationsContainer .left {
    float: left;
    position: relative;
    width: 300px;
    background-color: #333;
}

#locationsContainer .right {
    float: right;
    position: relative;
    width: 650px;
}

#locationsContainer #leftnav {
    padding-bottom: 2px;
}

#locationsContainer .left .pageMessage {
    padding: 20px;
    color: #fff;
    font-size: 14px !important;
}

#locationsContainer .right .content {
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 635px;
    display: block;
}

#locationsContainer h1 {
    margin: 0 0 10px 0;
    color: #999;
    font-size: 26px;
    font-weight: normal;
    display: block;
    border-bottom: #efefef 1px solid;
    padding-bottom: 5px;
}

.locationbar {
    display: table;
    width: 100%;
}

.locationbar .lrow {
    display: table-row;
    width: 100%;
}

.locationbar .info {
    float: left;
    display: table-column;
    width: 40%;
    height: inherit;
    color: #333;
    font-size: 1.1em;
}

.locationbar .info .box {
    margin-bottom: 10px;
    background: #efefef;
    margin-right: 10px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.locationbar .info .box .lg {
    font-size: 1.2em;
}

.locationbar .map {
    float: left;
    display: table-column;
    width: 60%;
}

.locationbar .map img {
    width: 100%;
}

.locationbar .locationimage {
    float: left;
    display: inline-block;
    width: 617px;
    height: 350px;
    margin-top: 10px;
    border: 1px #ccc solid;
    padding: 10px;
}

.locationbar .locationimage img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#footerContainer .socialicon {
    display: inline-block !important;
    margin-right: 15px;
}

#footerContainer .socialmediaContainer {
    position: relative;
    width: 400px;
    text-align: left;
}

#footerContainer {
    background-color: #333;
    position: relative;
    height: 35px;
}

#footerContainer .left {
    color: #ccc;
    font-size: 1.2em;
    position: absolute;
    left: 20px;
    line-height: 35px;
}

#footerContainer .right {
    color: #ccc;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
    line-height: 35px;
}

#footerContainer a {
    color: #fff;
    text-decoration: none;
}

#footerContainer a:hover {
    color: #ccc;
}

#footerContainer p {
    margin: 0 0 5px;
    padding: 0;
}

.socialmediaContainer {
    position: absolute;
    width: auto;
    text-align: center;
    right: 25px;
    bottom: 20px;
}

.socialmediaContainer a {
    display: block;
    height: 100%;
    width: 100%;
}

.socialmediaContainer .socialicon:last-child {
    margin-right: 0;
}

.socialicon {
    background: url(../images/socialmedia_sprite.png) no-repeat 0 0;
    display: inline-block;
    overflow: hidden;
    height: 31px;
    width: 31px;
    /*opacity:0.3;
	filter:alpha(opacity=30);*/
    cursor: pointer;
    margin-right: 10px;
    background-color: transparent;
    background-size: 200px auto;
}

.socialicon:hover {
    /*opacity:.8;
	filter:alpha(opacity=80)*/
}

.twitter {
    background-position: 0 -112px;
    background-size: 450px auto;
}

.instagram {
    background-position: 0 -150px;
    background-size: 450px auto;
}

.houzz {
    background-position: 0 -188px;
    background-size: 450px auto;
}

.pinterest {
    background-position: 0 -225px;
    background-size: 450px auto;
}

.facebook {
    background-position: 0 -261px;
    background-size: 450px auto;
}

.threads {
    background-position: 0 -300px;
    background-size: 450px auto;
}

.pricelist {
    position: relative;
    background: #4f4e4e;
}

.pricelist:hover {
    background: #333;
}

.pricelist.light {
    position: relative;
    background: #ccc;
    padding: 2px;
}

.pricelist.light:hover {
    background: #f1f1f1;
}

/*.pricelist:after{
	content: " ";
	position:absolute;
	top:0;
	left:20px;
	right:auto;
	bottom:0;
	margin:auto;
	height:10px;
	width:10px;
	background-color:#fff;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}*/

.pricelist a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 15px;
    background: url(../images/download-icon-red.png) no-repeat;
    background-size: auto 15px;
    margin-left: 10px;
}

.pricelist .whiteborder {
    border: 0px dashed #ccc;
}

.pricelist.light .whiteborder {
    border: 0px solid #999;
}

.pricelist a,
.pricelist.light a {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    color: #ccc;
    line-height: 60px;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
}

.pricelist.light a {
    line-height: 50px;
    color: #666;
    font-size: 1.6em;
}

.mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background:rgba(0, 0, 0, 0.8);*/
    background-color: #000;
    z-index: 9999999;
}

.pricelist_window {
    display: none;
    position: absolute;
    z-index: 99999999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*margin:auto;*/
    height: 430px;
    width: 500px;
}

.pricelist_window .header {
    height: 45px;
    background: #333;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 45px;
    padding-left: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.pricelist_window .body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    /*height: 230px;*/
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pricelist_window .body p {
    font-size: 1.2em;
    line-height: 1.8em;
}

.pricelist_window .body a.download {
    background: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 75px;
    display: block;
    text-decoration: none;
    line-height: 75px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.pricelist_window .body a.download:hover {
    background: #666;
}

.pricelist_window .body a.download:after {
    content: " ";
    background: url(../images/download-icon-red.png) no-repeat;
    width: 25px;
    height: 20px;
    /* display: block; */
    position: absolute;
    /* right: 20px; */
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 10px;
}

.pricelist_window .body hr {
    border: none;
    border-top: 1px #999 solid;
    margin-top: 15px;
}

.pricelist_window .body ol {
    padding: 0;
    margin: 0 0 20px 15px;
}

.pricelist_window .body ol li {
    font-size: 1.1em;
    line-height: 1.8em;
}

.boxes .pricelist_window a.dismiss {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    left: auto;
    margin: auto;
    opacity: 0.8;
}

/* used on series spec page */

.variancebox {
    background-color: #efefef;
    /* margin: 0 auto; */
    padding: 10px;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 70%;
    min-width: 444px;
    /* margin: 10px auto; */
    display: block;
    text-align: center;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.variancebox .title {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.variancebox .block p {
    font-size: 1.1em;
    font-size
}

/*******************************************/

.txtinput,
textarea,
select {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border: 1px #666 solid;
    background-color: #fff;
    box-sizing: border-box;
}

textarea {
    resize: none;
    height: 75px;
}

/*******************************************/

#orderformContainer {
    background-color: #333;
    color: #fff;
    font-size: 1.2em;
    padding: 20px 30px;
}

#orderformContainer td {
    position: relative;
}

#orderformContainer .divider {
    border: 1px #666 solid;
    margin: 10px 0;
    border-collapse: collapse;
}

#orderformContainer .formContainer {
    background: #3c3c3c;
    padding: 20px;
}

#orderformContainer td.header {
    font-size: 16px;
    border-bottom: 1px #666 solid;
    padding-bottom: 5px;
    font-weight: bold;
    color: #ccc;
    padding-top: 30px;
}

#orderformContainer .error:before {
    content: "";
    display: inline-block;
    background: url('../images/icon-error.png') 0 0 no-repeat;
    background-size: 20px auto;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: auto;
    margin: auto;
}

#orderformContainer .field.short.error:before {
    right: 25px;
}

#orderformContainer .invalid-email {
    background-color: #ff0000;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: -27px;
    border-radius: 3px;
}

#orderformContainer .invalid-email:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ff0000 transparent;
    position: absolute;
    right: auto;
    left: 20px;
    bottom: auto;
    top: -10px;
}

#orderformContainer .add_product {
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    background-color: #666;
    padding: 5px 10px;
    margin: 5px 5px;
    display: inline-block;
}

.validationerror {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    display: none;
}

#orderformContainer .validationerror:before {
    content: "";
    display: inline-block;
    background: url('../images/icon-error.png') 0 0 no-repeat;
    background-size: 20px auto;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
}

#orderformContainer a {
    color: #f0f0f0;
}

.alert {
    padding: 10px 0 10px 50px;
    /*border-radius:5px;*/
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    display: none;
}

.alert.success {
    background-color: #00cc00;
}

.alert.failed {
    background-color: #ff0000;
}

.alert.success:before {
    content: "";
    background: url('../images/success-check-icon.png') 0 0 no-repeat;
    display: inline-block;
    background-size: 25px auto;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    margin: auto;
}

.alert.failed:before {
    content: "";
    background: url('../images/success-check-icon.png') 0 0 no-repeat;
    display: inline-block;
    background-size: 25px auto;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    margin: auto;
}

a.place-another-order,
a.printable-version {
    font-size: 12px;
    color: #fff !important;
    position: relative;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block;
    background-color: #666;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 5px;
}

a.place-another-order {
    padding-left: 20px;
}

a.printable-version:hover,
a.place-another-order:hover {
    background-color: #999;
}

a.printable-version:before {
    content: "";
    background: url('../images/print-icon.png') 0 0 no-repeat;
    display: inline-block;
    background-size: 16px auto;
    height: 16px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
}

.old_price {
    display:inline-block;
    text-decoration: line-through;
    opacity:.75;
}
.new_price {
    display:inline-block;
    color:#ff0000;
}

.price_value {
    white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
    .variancebox {
        width: 100%;
        position: relative;
        clear: both;
    }

    .variancebox .block p,
    #general_note div {
        font-size: 11px;
    }

    .variancebox .title {
        font-size: 11px;
    }

    #seriesDescription .fieldSection {
        /*padding-bottom:100px;*/
    }
}

@media only screen and (min-device-pixel-ratio: 1.5) {
    .variancebox {
        width: 100%;
        position: relative;
        clear: both;
    }

    .variancebox .block p,
    #general_note div {
        font-size: 11px;
    }

    .variancebox .title {
        font-size: 11px;
    }

    #seriesDescription .fieldSection {
        /*padding-bottom:100px;*/
    }
}