
@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans&display=swap');

body {
	margin:0;
	padding:0;
	font-family: "Montserrat";
	background-image: -moz-linear-gradient(top, #EEE, #FFF);
	background-image: -ms-linear-gradient(top, #EEE, #FFF);
	background-image: -webkit-linear-gradient(top,  #EEE, #FFF);
	background-image: -o-linear-gradient(top,  #EEE, #FFF);
	background-image: linear-gradient(top,  #EEE, #FFF);
	background-repeat: no-repeat;
	min-height:100%;
	font-weight: 400;
	color:#666;
}

a {
	color: #b5d35c;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #999999;
}

h3 {
	font-weight:bold;
	font-size: 16px;
}

.header {
	position:relative;
	float:left;
	clear:left;
	left:50%;
	width:1086px;
	height:80px;
	margin-top:10px;
	margin-left:-543px;
}

.header>#main_logo {
	position:relative;
	float:left;
	width:400px;
	height:96px;
	margin-top:0px;
	margin-left:5px;
	cursor: pointer;
	z-index:10;
}
.header>#main_logo>#d {
	float:left;
	clear:none;
	background-image: url('/images/logo_d@1x.gif');
	width:132px;
	height:95px;
}
.header>#main_logo>#unsmuir {
	font-family: "Open Sans";
	width:260px;
	float:left;
	clear:none;
	color:#666;
	font-size:30px;
	font-weight: 300;
	margin-top: 50px;
	margin-left:4px;
}



.header>.nav {
	position:relative;
	float:right;
	width:680px;
	height:78px;
	margin:0;
}

.nav>ul,
.nav>ul>li {
	position:relative;
	float:right;
	clear:none;
	margin:52px 0 0 0;
	padding:0;
	list-style: none;
}

.nav>ul>li {
	margin-left:22px;
	margin-top:6px;
}
.nav>ul>li>a {
	color:#999;
	font-weight: 400;
	font-size: 18px;
	line-height:22px;
	text-transform:uppercase;
	cursor: pointer;
	text-decoration: none;
}

.nav>ul>li>a:hover {
	color:#b5d35c;
}
.nav>ul>li>a.current {
	color:#000;
}

.footer {
	position:relative;
	float:left;
	clear:left;
	width:1086px;
	left:50%;
	margin: 10px 0 10px -543px;
	text-align:right;
	font-size: 15px;
}

.wrap {
	position:relative;
	float:left;
	clear:left;
	width:1086px;
	min-height:600px;
	left:50%;
	margin-top:2px;
	margin-left:-543px;
	background-color: #fff;
	border: 1px solid white;
	overflow-y: visible;
}
.wrap>div.page_header {
	position:relative;
	float:left;
	clear:left;
	z-index:10;	
	margin-bottom: 20px;
	width:100%;
}
h1 {
	font-weight: 300;
	font-size: 40px;
	line-height:44px;
	color: #666;
	text-align:left;
	text-shadow: 1px 1px #fff;
	margin:10px 0 0 0;
}
.home h1  {
	width:100%;
	margin:28px 0 0 20px;
	font-size: 63px;
}
.home2 h1  {
	margin-top:16px;
	text-align: center;
	width:100%;
}
.panewrap>h1 {
	margin-bottom:8px;
}
.panewrap>p {
	margin-bottom:0;
}
h2 {
	font-weight: 300;
	font-size: 24px;
	line-height:24px;
	text-align:left;
	color:#666;
	text-shadow: 1px 1px white;
	margin:0 0 0 0;
}
.home h2  {
	margin:8px 0 0 20px;
}


.green_button {
	position:relative;
	float:left;
	clear:left;
	z-index:10;	
	width:220px;
	height:24px;
	margin:8px 0 0 20px;
	background-color:#b5d35c;
	border-radius: 6px;
	padding: 1px;
	box-shadow: 2px 2px 4px #999;
	color: white;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}
.green_button:hover {
	background-color: #95af44;
}
.green_button>p {
	position:absolute;
	top:2px;
	left:10px;
	margin:0;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color:#fff;
}
.green_button>.arrow {
	position:absolute;
	top:12px;
	left:190px;
	width:16px;
	height:19px;
	background-image: url('/images/button_arrow@1x.png')
}

.green_button>.icon {
	position:absolute;
	top:5px;
	right:10px;
	width:16px;
	height:19px;
	font-family: "FontAwesome";
	font-size: 15px;
	color:#FFF;
	margin:0;
}


.home>.wrap>.green_button {
	width: 200px;
}
.home>.wrap>.green_button>.arrow {
	left:174px;
}

.choice_box {
	background-image: -moz-linear-gradient(top, #EEE, #FFF);
	background-image: -ms-linear-gradient(top, #EEE, #FFF);
	background-image: -webkit-linear-gradient(top,  #EEE, #FFF);
	background-image: -o-linear-gradient(top,  #EEE, #FFF);
	background-image: linear-gradient(top,  #EEE, #FFF);
	background-repeat: no-repeat;
	width:300px;
	height:150px;
	position:absolute;
	top:400px;
	left:50%;
	z-index:20;
	border-radius:4px;
	border:4px solid white;
}
.choice_box.left {
	margin-left: -320px

}
.choice_box.right {
	margin-left:20px;
}


.green_button.login {
	position:absolute;
	top:0;
	left:50%;
	margin-left:380px;
	width: 160px;
}
.green_button.login>p {
	margin:4px;
	font-size: 12px;
	line-height: 14px;
}
.green_button.login>.arrow {
	top:2px;
	left:116px;
}

.green_button.send {
	top:0;
	left:50%;
	margin-left:-50px;
	width: 80px;
	margin-bottom:20px;
}
.green_button.invoice {
	top:0;
	left:50%;
	margin-left:-50px;
	width: 80px;
	margin-bottom:20px;
}
.green_button.send>p,
.green_button.home>p {
	width: 60px;
	text-align:center;
}

.green_button.go_home {
	float:left;
	clear:both;
	margin-left: 220px;	
}
.green_button.download_invoice {
	float:left;
	clear:none;
	margin-left: 20px;	
}
.green_button.go_home>p,
.green_button.download_invoice>p {
	width: 94%;
}



.our-products>.wrap>.panewrap>.green_button.samples {
	margin-top: 0;
	width: 200px;
	float:right;
	clear:right;
	position: relative;
	z-index: 20;
}
.our-products>.wrap>.panewrap>.green_button.samples.checkout>p,
.our-products>.wrap>.panewrap>.green_button.samples.checkout>p>span {
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
.our-products>.wrap>.panewrap>.green_button.samples.checkout {
	left: CALC(50% + 220px);
	width: 270px;
	position: fixed;
	bottom: 50px;
	font-size: 13px;
}


.our-products>.wrap>.panewrap>.green_button {
	position:relative;
	float:right;
	clear:none;
	margin-top:0px;
}

.our-products>.wrap>.panewrap>.green_button.materials,
.our-products>.wrap>.panewrap>.green_button.colors,
.our-products>.wrap>.panewrap>.green_button.pulls,
.our-products>.wrap>.panewrap>.green_button.start_designing {
	position:absolute;
	top:0;
	right:0;
}
.our-products>.wrap>.panewrap>.green_button.start_designing {
	width:380px;
}
.our-products>.wrap>.panewrap>.green_button.start_designing>.arrow {
	left:356px;
}

.home_image {
	position:absolute;
	top:0;
	left:0;
	width:1086px;
	height:600px;
	display:none;
	z-index:0;	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

}
.home_image>img {
	display:none;
}
.home_image_overlay {
	position:absolute;
	top:0;
	left:0;
	width:1086px;
	height:100px;
	background-color:#fff;
	z-index:9;	
	opacity: .5;
}

.home_image>.photo_credit {
	position:absolute;
	bottom: 6px;
	right:6px;
	font-size: 11px;
	color: #000;
	text-align:right;
	width: 300px;
}

.submenu {
	margin:0;
	padding:0;
	width:1086px;
	height:44px;
	background-color:#b5d35c;
	list-style: none;
}
.submenu>li {
	position:relative;
	float:left;
	clear:none;
	padding:14px 20px;
	margin:0;
	list-style: none;
	font-size:18px;
	color:#fff;
}
.submenu>li>a {
	font-size:18px;
	color:#fff;
	text-transform: capitalize;
}
.submenu>li>a.current, .submenu>li>a:hover {
	color:#000;
}

.panewrap{
	position:relative;
	float:left;
	clear:left;
	margin:12px 20px;
	padding:0;
	width:1050px;
	min-height:400px;
}


.full {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:12px;
}
.full>.title_bar {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	background-color:#bbbbbb;
	border-radius:4px;
}
.full>.title_bar>h3 {
	font-size: 18px;
	color:#FFF;	
	margin:12px;
}
.full>.title_bar>p {
	font-size: 12px;
	color:#000;	
	margin:2px 0 6px 12px;
}
.full>.title_bar>p>a,.info_pane>p>a {
	color:#dcfa80;
}
.full>.title_bar>p>a:hover,.info_pane>p>a:hover {
	color:#fff;	
}

.boxes_bar {
	position:relative;
	float:left;
	clear:left;
	width:100%;
}
.boxes_bar .box {
	font-family: "Open Sans";
	position:relative;
	float:left;
	clear:none;
	margin:10px;
}
.boxes_bar .box.materials {
	margin-bottom:10px;
	margin-left: 10px;
}
.boxes_bar .box.full {
	width: calc(100% - 20px);
}
.boxes_bar .box.half {
	width: calc(50% - 20px);
}
.boxes_bar .box.third {
	width: calc(33% - 20px);
	min-height:300px;
}
.boxes_bar .box.quarter {
	width: calc(25% - 20px);
}
.boxes_bar .box.fifth {
	width: calc(20% - 20px);
}

.boxes_bar.pulls .box.quarter {
	min-height:240px;
	height:auto;
}

.boxes_bar .box>.swatch {
	position:relative;
	float:left;
	clear:none;
	height:100px;
	width:100%;
	background-color:#fff;
	box-shadow: 1px 1px 3px #999;
	margin-bottom:6px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor:pointer;
}
.boxes_bar .box.materials>.swatch {
	width:100%;
}

/*
.boxes_bar .box.color {
	width:126px;
}
.boxes_bar .box.color>.swatch {
	width:126px;
}
*/
.boxes_bar .box.color.melamine_color {
	width:15.5%;
	margin: 4px;
}
.boxes_bar .box.color.melamine_color>.swatch {
	width:100%;
}


.boxes_bar .box>.swatch>.sample_link {
	position:absolute;
	width:50px;
	top:10px;
	right:10px;
	border-radius: 4px;
	border: 1px solid white;
	text-align:center;
	background-color:#b1c17f;
	color:#fff;
	cursor:pointer;
	display:none;
}
.boxes_bar .box>.swatch>.sample_link:hover {
	border: 1px solid black;
	background-color:#fff;
	color:#000;
}
.boxes_bar .box>.swatch>.sample_link>p {
	font-size:11px;
	line-height: 12px;
	margin:3px;
	font-weight: bold;
}
.boxes_bar .box>h4 {
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 0 0;
	float: left;
	clear: left;
}
.boxes_bar .box>p {
	line-height:16px;
	font-size:11px;
	margin:1px 0 0 0;
	float:left;
	clear:left;
}


.info_title_wrap {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin:0;	
}
.info_title_wrap>.info_title_tab {
	position:relative;
	float:left;
	clear:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #666;
	margin-right:1px;
	padding: 2px 10px;
	font-weight:bold;
	cursor:pointer;
}
.info_title_wrap>.info_title_tab:hover {
	background-color: #888;
}
.info_title_wrap>.info_title_tab.current,
.info_title_wrap>.info_title_tab.current:hover {
	background-color: #acacac;
}

.info_wrap {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #acacac;
}
.info_wrap>.info_pane {
	position:relative;
	float:left;
	clear:none;
	margin:24px;
	display:none;
}
.info_pane>dl {
	position:relative;
	float:left;
	clear:left;
	width:95%;
	margin-top:12px;
	margin-left:5%;	
	font-size:13px;
}
.info_pane>dl>dt {
	float:left;
	clear:left;
	width:200px;
	margin-top:0;
	text-align:right;
	font-weight:bold;
}
.info_pane>dl>dd {
	float:left;
	clear:none;
	width:500px;
	margin-top:0;
	text-align:left;
	margin-left:10px;
}



.panewrap>.right {
	float:left;
	clear:none;
	width:740px;
	min-height:430px;
	background-color: #eee;
	border-radius:4px;
	border: 3px solid white;
	box-shadow: 2px 2px 6px #999;
	margin-left: 10px;
}

.panewrap>.right.green {
	float:right;
}

.panewrap>.right.who-we-are {
	float:right;
	width:520px;
	height:770px;
}

.panewrap>.right>.block {
	position:relative;
	float:left;
	clear:none;
	width:720px;
	min-height:400px;
	height:auto;
	margin: 10px;
	background-repeat: no-repeat;
}

.panewrap>.top {
	float:left;
	clear:left;
	width:1034px;
	min-height:321px;
	background-color: #eee;
	border-radius:4px;
	border: 3px solid white;
	box-shadow: 2px 2px 6px #999;
}
.panewrap>.top>.block {
	position:relative;
	float:left;
	clear:none;
	width:1014px;
	height:300px;
	margin: 10px;
	background-repeat: no-repeat;
}


.panewrap>.left {
	position:relative;
	float:left;
	width:260px;
	min-height:300px;
	padding-right:10px;
	margin-right:10px;
}
.panewrap>.left>p {
	margin-top:6px;
}

.showcase .panewrap>.left {
	width:340px;
}
.showcase .panewrap>.right {
	width:740px;
	min-height:430px;
	background-color: #acacac;
}
.showcase .panewrap>.right>.block {
	width:720px;
	min-height:400px;
	height:auto;
}


.panewrap>.right>.block>.bottom_band {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:44px;
	background-color:#bfd13d;
	opacity:.5;
	z-index:10;
}
.panewrap>.right>.block>.bottom_title {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:44px;
	z-index:11;
	text-align:right;
}
.panewrap>.right>.block>.bottom_title>p {
	margin:10px 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
}
.panewrap>.right>.block>.bottom_title>p {
	display:none;
}

.slideshow {
	position:relative;
	float:left;
	clear:left;
	width:720px;
	height:500px;
	overflow:hidden;
}
.slideshow>.one_image {
	position:absolute;
	top:0;
	left:0;	
	width:720px;
	height:500px;
	display:none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.slideshow>.one_image>img {
	position:absolute;
	top:0;
	left:0;	
	z-index:1;
}
.pinterest_button {
	width:43px;
	height:21px;
	position:absolute;
	bottom:10px;
	right:12px;	
	z-index:10;
}	
.slideshow>.one_image>.pinterest_button {
	display:none;
}	

.slideshow>img {
	position:absolute;
	top:0;
	left:0;	
	display:none;
}


ul.descriptive {
	
}
ul.descriptive>li {
	margin:10px 0 0 0;
	padding:0;
	list-style: square;
}

.contact .formwrap {
	position:relative;
	margin:30px;
	width:670px;
	height:300px;
}
.contact input[type=text],textarea {
	width:670px;
	position:relative;
	float:left;
	clear:left;
	margin-top:5px;
	border-radius:4px;
	padding:6px;
	font-size: 16px;
}
.contact textarea {
	height:120px;
}

.our-products form {
	position:relative;
	float:left;
	clear:left;
	margin:30px;
	width:90%;
}


.right>.formwrap {
	width:100%;
}

.right>.formwrap>#samples_form {
	text-align:left;
	width:100%;
	margin: 15px;
}

#sample_total {
	margin:0;
	padding:0;	
}

.right>.formwrap>#samples_form>table {
	width:580px;
	margin:0;
}
.right>.formwrap>#samples_form>table table.colors {
	width:580px;
	margin:0;
}

#samples_form>table.mailing_address {
	display:none;
}

#samples_form table th {
	vertical-align: top;
	background-color: #666;
	padding:3px;
	color:#fff;
}
#samples_form table td {
	vertical-align: top;
	padding:4px;
}
#samples_form table td>p {
	margin:0;
	font-size:12px;
	line-height: 14px;
}
#samples_form table td h4 {
	margin:0;
	font-size:14px;
	line-height: 16px;
	font-weight: bold;
}
#samples_form>table td.checkbox {
	text-align:center;
}

#samples_form div.swatch {
	position:relative;
	float:left;
	clear:none;
	width:80px;
	height:40px;
	background-color:#fff;
	box-shadow: 1px 1px 3px #999;
	margin-bottom:6px;
}

dl {
	width:500px;
	margin-top:20px;
	margin-left:300px;	
}
dl dt {
	float:left;
	clear:left;
	width:120px;
	text-align:right;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
}
dl dt>p {
	margin-top:2px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
dl dd {
	float:left;
	clear:none;
	width:300px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	font-size: 12px;
}
dl dd>h2 {
	margin-top: 20px;
}
dl dd>p {
	margin-top:2px;
	font-size:16px;
	line-height:16px;
}

dl dd>input[type=text] {
	width:280px;
	font-size: 14px;
}
dl dd>input[type=password] {
	width:80px;
}
dl dd>input.city,
dl dd>input.phone {
	width:190px;
}
dl dd>input.state,
dl dd>input.cc_ccv {
	width:26px;
}
dl dd>input.zip {
	width:50px;
}

form .error {
	color:#900;
	font-weight:bold;
}
#citystatezip {
	display:none;
}

#billing_form input[type=submit] {
	background-color:#b5d35c;
	border-radius: 6px;
	border: none;
	padding: 2px 6px;
	color: white;
	cursor: pointer;
}

#billing_form input[type=submit]:hover {
	background-color: #95af44;
}




#login {
	position: absolute;
	top:0;
	left:50%;
	margin-left:250px;
	width:290px;
	height:36px;
	background-color:#959595;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #b5d35c;
	z-index:20;
}
#login>.login>div.user_name {
	float:left;
	clear:left;
	margin:4px 0 2px 6px;
}

#login>.login>div.user_name>a.profile {
	font-weight: bold;
	color: #fff;
	font-size:12px;
}

#login>.login>div.logout {
	background-color: #9aae61;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 10px;
	/* line-height: 0px; */
	height: auto;
	cursor: pointer;
	width: 40px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}
#login>.login>div.logout:hover {
	background-color: #aec276;
}



.login_popup {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 130px;
	width: 410px;
	border: 1px solid black;
	z-index: 100;
	background-color: #fff;
	display: none;
}

.login_popup>form#login_form {
	margin: 10px;
}
.login_popup>p {
	font-size: 11px;
	margin-top: 0;
}
.login_popup>p.left {
	float:left;
	margin-left: 10px;
}
.login_popup>p.right {
	float:right;
	margin-right: 10px;
}
.login_popup>form#login_form>input[type=text],
.login_popup>form#login_form>input[type=password] {
	width: 130px;
	margin: 4px;
	padding: 4px;
	color: #ccc;
}
.login_popup>form#login_form>input[type=submit] {
	margin: 2px;
	padding: 2px 6px;
	background-color: #b5d35c;
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-weight:bold;
	border: 0;
}
.login_popup>form#login_form>input[type=submit].disabled,
.login_popup>form#login_form>input[type=submit].disabled:hover {
	color: #666;
	background-color: #999;
	cursor:default;
}

form#login_form input.error {
	color: #900;
	border: 1px solid red;
}

form#login_form input[type=submit]:hover {
	background-color: #95af44;
}

.login_popup>#login_form>.ajax-loader {
	width: 16px;
	height: 16px;
	background-image: url(/images/ajax-loader1.gif);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-left: 0px;	
	display:none;
}

.scroller>.ajax-loader {
	width: 100%;
	height: 100%;
	background-image: url(/images/ajax-loader1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #111;
}


.new_member_popup {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 130px;
	width: 410px;
	border: 1px solid black;
	z-index: 100;
	background-color: #fff;
	display: none;
}
.new_member_popup>form#new_member_form {
	margin: 10px;
}



.top>.block {
	width:1014px;
	height:445px;
	overflow: hidden;
}
.top>.block>.image {
	position:absolute;
	top:0;
	left:1014px;
	width:1014px;
	height:445px;
}
.controls {
	position:absolute;
	left: 0px;
	bottom:40px;
	width:57px;
	height:50px;
	z-index:10;
}
.top .controls {
	top:220px;
}


.our-products .top>.block>.image>img {
	position:absolute;
	top:0;
	left:0;
	width:1114px;
	height:445px;
}

.our-products .top>.block>.top_band {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:66px;
	background-color:#b5d35c;
	opacity:.8;
	z-index:10;
}

.our-products .top>.block>.top_title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:66px;
	z-index:11;
	text-align:right;
}

.our-products .top>.block>.top_title>p.pull_title {
	margin:20px;
	font-size: 24px;
	font-weight: bold;
	color:#FFF;
}
.our-products .top>.block>.top_title {
	display:none;
}

.our-products .top>.block>.bottom_band {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:44px;
	background-color:#bfd13d;
	opacity:.5;
	z-index:10;
}
.our-products .top>.block>.bottom_title {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:44px;
	z-index:11;
	text-align:right;
}
.our-products .top>.block>.bottom_title>p {
	margin:10px 20px;
	font: bold 14px/15px Arial, Sans-Serif;
	color:#000;
}



.bottom {
	position:relative;
	float:left;
	width:100%;
	margin:20px 0;
}
.bottom>.block {
	position:relative;
	float:left;
	clear:none;
	width:198px;
	margin-right: 10px;
	margin-bottom: 10px;
	height:198px;
	border: 1px solid black;
	background-color:white;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}
.bottom>.block#pull1 {
	background-image: url(/images/pulls_short_new/1.jpg);
}
.bottom>.block#pull2 {
	background-image: url(/images/pulls_short_new/2.jpg);
}
.bottom>.block#pull3 {
	background-image: url(/images/pulls_short_new/3.jpg);
}
.bottom>.block#pull4 {
	background-image: url(/images/pulls_short_new/4.jpg);
}
.bottom>.block#pull5 {
	background-image: url(/images/pulls_short_new/5.jpg);
}
.bottom>.block#pull6 {
	background-image: url(/images/pulls_short_new/6.jpg);
}
.bottom>.block#pull7 {
	background-image: url(/images/pulls_short_new/7.jpg);
}
.bottom>.block#pull8 {
	background-image: url(/images/pulls_short_new/8.jpg);
}
.bottom>.block#pull9 {
	background-image: url(/images/pulls_short_new/9.jpg);
}
.bottom>.block#pull10 {
	background-image: url(/images/pulls_short_new/10.jpg);
}


.bottom>.block>.top_band {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
	background-color:#fff;
	opacity:.7;
	z-index:1;
}
.bottom>.block>.top_band.highlight {
	background-color:#b5d35c;
	z-index:2;
	opacity:.7;
	display:none;
}

.bottom>.block>.top_title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
	z-index:3;
	text-align:left;
	color:#000;
}
.bottom>.block>.top_title>h2 {
	margin:8px 0 0 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color:#000;
	text-shadow: none;
}
.bottom>.block>.top_title>p {
	margin:4px 0 0 10px;
	font: bold 12px/14px Arial, Sans-Serif;
	color:#000;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	.header>#main_logo>#d {
		background-image: url('/images/logo_d@2x.gif'); 
       -webkit-background-size: 132px 96px; 
	}

	green_button>.arrow {
		background-image: url('/images/button_arrow@2x.png');
       -webkit-background-size: 16px 19px; 
	}
}


.home>.wrap>.star {
	position:absolute;
	top:420px;
	left:0;
	width: 100%;
	height:120px;
	z-index: 20;
	background-color: #fff;
	opacity:.8;
}
.home>.wrap>.star_copy {
	position:absolute;
	top:420px;
	left:0;
	width: 90%;
	margin-left:30px;
	margin-top:10px;
	z-index: 21;
}
.home>.wrap>.star_copy>h2 {
	text-align:left;
	text-shadow: none;
	color:#666;
	font-size: 22px;
	margin:0 0 0 0;
}
.home>.wrap>.star_copy>p {
	text-align:left;
	color:#666;
	font-size: 14px;
}
.home>.wrap>.star_copy>p>a {
	color:#666;
	text-decoration: underline;
}
.home>.wrap>.star_copy>p>a:hover {
	color: #b5d35c;
}


.wrap>.star2 {
	position:absolute;
	top:400px;
	left:60px;
	background-image: url('/images/star.png');
	background-size: cover;
	width: 160px;
	height: 160px;
	cursor: pointer;
	z-index: 20;
	transform:rotate(-12deg);
	-ms-transform:rotate(-12deg); /* IE 9 */
	-webkit-transform:rotate(-12deg); /* Opera, Chrome, and Safari */	
}

.wrap>.star2>.highlight {
	width: 160px;
	height: 160px;
	position:absolute;
	top:0;
	left:0;
	background-image: url('/images/star_a.png');
	background-size: cover;
	display:none;
}
.wrap>.star2>.copy {
	position:absolute;
	width: 150px;
	top:50px;
	color:#fff;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.boxes_bar h2 {
	font-weight: 900;
	font-size: 30px;
	line-height:30px;
	color: #b5d553;
	text-align:left;
	text-shadow: 1px 1px #000;
	margin:16px 0 2px 0;
}



div.new_materials_box {
	position:absolute;
	left: 10px;
	bottom: 50px;
	clear:left;
	z-index:10;	
	width:300px;
	color: white;
	cursor: pointer;
	font-size: 30px;
	text-align: center;	
	left: 50%;
	margin-left: -150px;
	text-shadow: 2px 2px 10px black;
	display:none;
}
div.new_materials_box:hover {
	color:#f5fcba;
}


.wrap.covid_message {
	padding: 10px 40px;
	width: 1006px;
	margin-top: 12px;
	min-height: auto;
}
.wrap.covid_message>h2 {
	font-size: 24px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}



.wrap.new_home_text {
	padding: 10px 40px;
	width: 1006px;
	margin-top: 12px;
	display: none;
}

.new_home_text h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #333;
}

.new_home_text p {
	font-weight: 300;
	margin:6px 0 6px 0;
	color:#333;
}

.play_pause {
	font-family:fontawesome;
	font-size: 50px;
	z-index:10;
	color: #b5d35c;
	position:absolute;
	bottom:20px;
	left:20px;	
	cursor:pointer;
}


#samples_form table td>p.small {
	font-size:9px;	
	line-height: 10px;
}


.scrim {
	position:absolute;
	background-color:#000;
	opacity:0.8;
	width:100%;
	z-index: 21;
	min-height: 1000px;
	display: none;
}

.material_focus {
	width: 600px;
	height: 500px;
	left: 50%;
	margin-left: -200px;
	z-index: 100;
	background-color: #fff;
	position:absolute;
	z-index:21;
}
.material_focus>.close {
	position:absolute;
	top:6px;
	right:6px;
	background-color: #eee;
	border: 1px solid #999;
	font-weight: bold;
	padding: 2px 4px;
	cursor:pointer;
	z-index:22;
}

.material_focus>.swatch {
	width: 580px;
	height: 300px;
	position:relative;
	float:left;
	clear:left;
	margin: 10px;
	background-position: top left;
	background-size: contain;
	background-repeat: repeat-x;
}

.material_focus>.text {
	width: 580px;
	height: 180px;
	position:relative;
	float:left;
	clear:left;
	margin: 0 10px;
	font-size: 12px;
}


.message_box {
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-150px;
	width:300px;
	min-height:100px;
	z-index:101;
	border-radius: 10px;
	background-color:#EEE;	
	border: 3px solid white;
	box-shadow: 2px 2px 8px #000;
	padding:10px;
}
.message_box>p {
	color:#000;
	font-size:14px;
	line-height:16px;
}
.message_box>h2 {
	text-shadow: none;
}




.address_block.submit {
	display:none;
}


.checkoutWrap {
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 430px;
}

.checkoutWrap>h2,
.checkoutWrap>h3,
.checkoutWrap>h4 {
	font-weight: bold;
	margin: 20px 40px;
}

.checkoutWrap .loginForm,
.checkoutWrap .registerForm {
	width: 100%;
}

.checkoutWrap>.checkoutForm,
.paymentForm {
	position:relative;
	float:left;
	width: 90%;
	margin-left: 30px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top:10px;
	margin-bottom:10px;
}
.checkoutWrap>.paymentForm {
	display:none;
}

.checkoutWrap h3 {
	margin: 0;
	font-weight:bold;
}
.checkoutWrap h4 {
	font-size: 12px;
	margin: 0;
	font-weight:bold;
}

.little_green_loader {
	position:relative;
	float:left;
	clear:left;
	width:50px;
	height:50px;
	background-image: url(/images/green-ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}


.checkoutWrap .loginForm>div,
.checkoutWrap .registerForm>div,
.checkoutWrap>.checkoutForm>div {
	position: relative;
	float:left;
	clear:left;
}

.checkoutWrap>.checkoutForm>div.submit,
.checkoutWrap>.checkoutForm>div.first_name,
.checkoutWrap>.checkoutForm>div.last_name,
.checkoutWrap>.checkoutForm>div.phone,
.checkoutWrap>.checkoutForm>div.company,
.checkoutWrap>.checkoutForm>div.address1,
.checkoutWrap>.checkoutForm>div.address2,
.checkoutWrap>.checkoutForm>div.city,
.checkoutWrap>.checkoutForm>div.state {
	display: none;
}

.checkoutWrap>.checkoutForm>div.country {
	margin-top: 8px;
}

.checkoutWrap>.checkoutForm>div.zip {
	width: 100px;
	float: left;
	clear: left;
	margin-right: 24px;
}


.finalPaymentForm {
	position:relative;
	float:left;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 50%;
	margin-left: 25%;
	margin-top:10px;
	margin-bottom:10px;
}


p.use_shipping {
	margin: 0;
	font-weight:bold;
	font-size: 12px;
	color: #b5d35c;
	text-decoration: underline;
	cursor: pointer;
}
p.use_shipping:hover {
	color: #999;
}



input#frmNameCC, 
input#frmCCNum, 
input#frmCCAddress,
input#frmCCAddress2,
input#frmCCCity,
input#frmCCState,
input#frmFirstNameCC,
input#frmLastNameCC,
input#frmCCBusiness,
input#frmCCPhone,
input#shipping_company, 
input#shipping_address, 
input#shipping_address2 {
	width: 300px;
}


input#frmCCCVC {
	width: 90px;
	
}
input#frmCCZip {
	width: 120px;
}

input#zip {
	width: 100px;
}
input#city {
	width: 110px;
}


.checkoutWrap label {
	position: relative;
	float:left;
	clear:left;
	margin: 3px 4px;
}

.checkout_popup input[type=text],
.checkoutWrap input[type=text] {
	position: relative;
	float:left;
	width: 200px;
	font-size: 16px;
	padding: 4px;
	margin: 6px 0px;
	color: #ccc;
	border: 1px solid #ddd;
}
.checkout_popup select {
	position: relative;
	float:left;
	font-size: 16px;
	padding: 4px;
	margin: 0px 6px 0 0;
	color: #000;
	border: 1px solid #ddd;
}

.checkout_popup form div,
.checkoutWrap form div {
	position:relative;
	float:left;
	clear:left;
}

.checkout_popup div.frmCCExp>input,
.checkoutWrap div.frmCCExp>input {
	width: 128px;
	margin: 6px 8px 6px 0px;
}


.checkoutWrap textarea {
	border: 1px solid #ddd;
}

.checkoutWrap textarea.required,
.checkout_popup input.required,
.checkoutWrap input.required {
	border: 1px solid #F00;
}

input.green_submit {
	position:relative;
	float:left;
	clear:left;
	z-index:10;	
	background-color:#b5d35c;
	font-weight:bold;
	border-width: 1px;
	border-radius: 6px;
	padding: 1px;
	box-shadow: 2px 2px 4px #999;
	color: #FFF;
	width:auto;
	padding: 4px 12px;
	cursor: pointer;
/* 	margin-top: 20px; */
}
.checkout_popup input.green_submit:hover,
.checkoutWrap input.green_submit:hover {
	background-color: #95af44;
}
.checkout_popup input.green_submit.disabled,
.checkoutWrap input.green_submit.disabled {
	background-color:#ccc;
	cursor:default;
}



.paymentForm select,
.checkoutWrap select {
	position: relative;
	float:left;
	font-size: 16px;
	padding: 4px;
	margin: 3px 4px;
	border: 1px solid black;
	border-radius: 0;
}
.checkoutWrap select#state {
	margin: 8px 4px;
}
.checkoutWrap table.item_summary div.swatch {
	position:relative;
	float:left;
	clear:none;
	width:90px;
	height:18px;
	background-color:#fff;
	box-shadow: 1px 1px 3px #999;
	margin-bottom:6px;
}
div#item_summary h2 {
	margin: 30px;
}

table.item_summary {
	width: calc(100% - 60px);
	margin: 30px;	
}
table.item_summary td {
	background-color: #fff;
	margin: 1px;
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

table.item_summary td p.paint_swatch {
	font-size: 12px;
	margin:0;
}

table.item_summary th {
	font-weight:bold;
	text-align: left;
	background-color: #fff;
	margin: 1px;
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

.shipping_options .icon {
	top:5px;
	right:10px;
	width:16px;
	height:19px;
	font-family: "FontAwesome";
	font-size: 15px;
	color:#DDD;
	margin:0 6px 0 0;
}

.shipping_options>.shipping_option {
	cursor:pointer;
}
.shipping_options>.shipping_option:hover,
.shipping_options>.shipping_option.selected {
	font-weight:bold;
}
.shipping_options>.shipping_option:hover .icon {
	color: #b5d35c;
}
.shipping_options>.shipping_option.selected .icon {
	color: #b5d35c;
}

.green_button.sample_back {
	position: absolute;
	top: 0;
	right: 20px;
	width: 100px;
	height: 20px;
	font-weight: bold;
	padding: 2px;
}




.login_pane,.billing_pane,.terms_pane,.orders_list{
	width:calc(100% - 30px);
	position:relative;
	margin-top:10px;
	margin-left:30px;
}
.login_pane>.register_window {
	position:relative;
	float:left;
	clear:none;
	margin-left:30px;
	width:calc(50% - 30px);
}
.login_pane>.forgot_window {
	position:relative;
	float:left;
	clear:none;
	margin-left:80px;
	width:calc(100% - 30px);
	display:none;
}

.login_pane>.reset_window {
	position:relative;
	float:left;
	clear:none;
	margin-left:200px;
	width:400px;
	display:none;
}
.login_pane>.login_window {
	position:relative;
	float:left;
	clear:none;
	margin-left:30px;
	width:calc(50% - 30px);
}
.login_pane dl {
	width:100%;
	margin-top:10px;
	margin-left:0;	
}
.login_pane dl>dt {
	float:left;
	clear:left;
	width:35%;
	text-align:right;
	margin-top:2px;
	font-size:13px;
	font-weight:bold;
}

.login_pane dl>dd {
	float:left;
	clear:none;
	width:50%;
	text-align:left;
	margin-left:10px;
	margin-top:4px;
}

.login_pane dl dd>input[type=text],
.login_pane dl dd>input[type=password] {
	width:160px;
	font-size: 14px;
}

.register_popup p.forgot {
	width: 100%;
	float:left;
	clear:left;
	margin-top:20px;
	text-align:center;
	font-size:14px;
}
p.forgot>a {
	cursor:pointer;
}


.add_sample {
	position:absolute;
	top: -10px;
	right: -10px;
	z-index:10;	
	background-color:#b5d35c;
	font-weight:bold;
	border-width: 1px;
	border-radius: 6px;
	padding: 1px;
	box-shadow: 2px 2px 4px #999;
	color: #FFF;
	width:auto;
	padding: 2px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align:center;
}

.sample_added {
	position:absolute;
	top: -10px;
	right: -10px;
	z-index:10;	
	background-color:#b5d35c;
	font-weight:bold;
	border-width: 1px;
	border-radius: 6px;
	padding: 1px;
	box-shadow: 2px 2px 4px #999;
	color: #FFF;
	width:auto;
	padding: 2px 6px;
	cursor: pointer;
	font-family: "FontAwesome";
	font-size: 15px;
}
.sample_added:hover {
	background-color:#d45d5d;
}

div.code {
	display:none;
}

.register_popup,
.comment_popup {
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	top:-2000px;
	min-height:100px;
	z-index:100;
	border-radius: 10px;
	padding:16px;
	background-image: -moz-linear-gradient(top, #EEE, #FFF);
	background-image: -ms-linear-gradient(top, #EEE, #FFF);
	background-image: -webkit-linear-gradient(top,  #EEE, #FFF);
	background-image: -o-linear-gradient(top,  #EEE, #FFF);
	background-image: linear-gradient(top,  #EEE, #FFF);
	background-repeat: no-repeat;
	box-shadow: 2px 2px 2px #999;
	padding-bottom: 50px;
}

.register_popup p,
.comment_popup p {
	margin: 0;
	padding: 0;
}


.register_popup .green_button>p,
.comment_popup .green_button>p {
	margin:2px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align:left;
}

.register_popup .green_button,
.comment_popup .green_button {
	position:relative;
	clear:none;
	font-size: 12px;
	padding: 4px;
	border: 0;
	font-weight:bold;
	width: auto;
	height: auto;
}
.register_popup .green_button {
	float:left;
}
.comment_popup .green_button {
	float:right;
}

.close_button {
	background-position: top left;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
	background-image: -moz-linear-gradient(top, #666, #000);
	background-image: -ms-linear-gradient(top, #666, #000);
	background-image: -webkit-linear-gradient(top, #666, #000);
	background-image: -o-linear-gradient(top, #666, #000);
	background-image: linear-gradient(top, #666, #000);
	color:#fff;
	padding:6px 11px;
	border-radius:15px;
	font-weight: bold;
}
.close_button:hover {
	background-image: -moz-linear-gradient(top, #999, #333);
	background-image: -ms-linear-gradient(top, #999, #333);
	background-image: -webkit-linear-gradient(top, #999, #333);
	background-image: -o-linear-gradient(top, #999, #333);
	background-image: linear-gradient(top, #999, #333);
}


.alert-box-wrapper {	
	bottom: 0px;
	position: fixed;
	background-color: #000;
	width: 100%;
	min-height: 70px;
	z-index: 100;
}

.alert-box-wrapper .banner-content {
	color: #fff;
	width: 90%;
	margin-left: 5%;
}

.alert-box-wrapper .close {
	position:absolute;
	top:6px;
	right:6px;
	background-color: #eee;
	border: 1px solid #999;
	font-weight: bold;
	padding: 2px 4px;
	cursor:pointer;
	z-index:22;
}

.cab_outter {
	position:relative;	
}

