/* overall defaults */
* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 62.5%;
}
/* fonts */
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('fonts/proximanova-bold-webfont.eot');
  src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-bold-webfont.woff') format('woff'),
       url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
       url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('fonts/proximanova-reg-webfont.eot');
  src: url('fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-reg-webfont.woff') format('woff'),
       url('fonts/proximanova-reg-webfont.ttf') format('truetype'),
       url('fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_thin';
  src: url('fonts/proximanova-thin-webfont.eot');
  src: url('fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-thin-webfont.woff') format('woff'),
       url('fonts/proximanova-thin-webfont.ttf') format('truetype'),
       url('fonts/proximanova-thin-webfont#proxima_novathin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_black';
  src: url('fonts/proximanova-black-webfont.eot');
  src: url('fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanova-black-webfont.woff') format('woff'),
       url('fonts/proximanova-black-webfont.ttf') format('truetype'),
       url('fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'eb_garamondregular';
  src: url('fonts/ebgaramond-webfont.eot');
  src: url('fonts/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/ebgaramond-webfont.woff') format('woff'),
       url('fonts/ebgaramond-webfont.ttf') format('truetype'),
       url('fonts/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* main page layout elements */
body {
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
  background-color: #ffffff;
  background: url(/National_Library/oe_/https://decoart.com/img/background.jpg);
  max-width: 1175px;
  margin: 0px auto 0px auto;
  color: #4c4c4c;
  line-height: 16px;  line-height: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  background-color:#fff;
  max-width: 1175px;
}
#container {
  /*max-width: 975px;*/
  width: 975px;
  position: relative;
  overflow: auto;
  background: #fff;
  padding: 15px 0px 0px 0px;
  margin: 0 auto;
  font-size: 16px; font-size: 1.6rem;
  line-height: 22px; line-height: 2.2rem;
}
#masthead_newsletter {
  display:none;
}
#content {
  padding:10px 25px 20px 25px;
}
#right_call_to_action_block {
  width:40%; 
  float:right; 
  margin:0px 0px 50px 20px; 
  padding:20px; 
  border:1px solid #CCCCCC;
}

/* popup elements */
#gray_background {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.popup {
  background: #ffffff;
  position: fixed;
  top: 50px;
  left: 50%;
  width: 600px;
  padding: 16px;
  z-index:1002;
  overflow: auto;
  border:1px solid #333333;
  margin-left:-300px;
  max-height:600px;
}
.popup_button {
  cursor: pointer;
}
#video_popup_content iframe {
  width:800px;
  height:450px;
}
.video_popup {
  width:800px;
  margin-left:-400px;
}
.video_popup h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px; font-size: 2.2rem;
}
.video_popup p {
  font-size: 16px; font-size: 1.6rem;
  margin: 0px;
}
.product_popup {
  width:800px;
  margin-left:-400px;
}
.product_popup h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px; font-size: 2.2rem;
  line-height: 24px;
}
.product_popup h4 {
  margin-bottom:10px;
}
.product_popup img {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  margin-right:15px;
}
.product_popup #product_copy {
  font-size: 16px; font-size: 1.6rem;
  line-height:20px;
  margin: 0px;
}

/* text/tag elements */
p {
  margin: 5px 0px 18px 0px;
}
a {
  color: #4c4c4c;
  text-decoration:none;
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
}
a:focus { 
  outline: none; 
}
a:hover {
  text-decoration:underline;
}
p a, li a {
  text-decoration:underline;
}
img {
  border:0px;
}
h1 {
  font-size: 28px;  font-size: 2.8rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight: normal;
}
h2 {
  font-size: 24px; font-size: 2.4rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight: normal;
}
h3 {
  font-size: 22px; font-size: 2.2rem;
  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
  font-weight:normal;
}
h4 {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 18px; font-size: 1.8rem;
  line-height: 18px; line-height: 1.8rem;
}
ul {
  margin: 0px 0px 30px 25px;
}
ul li {
  line-height: 20px; line-height: 2rem;
  margin-bottom:10px;
}

/* display styling */
strong {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
.thin {
  font-family: 'proxima_nova_thin', 'Arial', 'Sans-Serif';
}
.black {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
}
.bold {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
a.bold {
  text-decoration: none;
}
.garamond {
  font-family: 'eb_garamondregular','Garamond', 'Arial', 'Sans-Serif';
}
.error {
  text-align:center;
  background-color: #cccccc;
  padding:20px;
  margin:20px;
}
.disclaimer {
  font-style: italic;
}
#full_content p.disclaimer {
  font-size: 14px; font-size: 1.4rem;
}
.shadow  {
  -moz-box-shadow: 2px 2px 3px #cdcdcd;
  -webkit-box-shadow: 2px 2px 3px #cdcdcd;
  box-shadow: 2px 2px 3px #cdcdcd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd');
}
.spacer_10 {
  margin-bottom: 10px;
  overflow: auto;
}
.spacer_20 {
  margin-bottom: 20px;
  overflow: auto;
}
.show_level1 {
  display: block !important;
}
.show_level2 {
  display: none;
}
.show_level3 {
  display: none;
}
.show_level4 {
  display: none;
}

/* common masthead elements */
#masthead {
  position: relative;
  margin-bottom: 0px;
  height: 125px;
  padding: 0px;
  max-width: 975px;
  margin-left:auto;
  margin-right:auto;
}
#masthead_logo {
  float:left;
  width:225px;
  margin: 20px 50px 15px 0px;
}
#masthead_main {
  margin-top:15px;
  float:right;
  max-width:700px;
  color: #666666;
}
#masthead_toolbar {
  float:right;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
#masthead_toolbar a {
  color: #666666;
}
#masthead_toolbar img {
  position: relative; 
  top: 9px;
  width: 30px;
  margin-left:5px;
}
#masthead_nav {
	float:right;
  padding:34px 5px 0px 10px;
  clear:both;
  word-spacing:25px;
  max-width:750px;
}
#masthead_nav a {
  font-family:'proxima_nova_rgbold','Arial', 'Sans-Serif';
  text-decoration:none;
  font-size: 16px; font-size:1.6rem;
  color: #666666;
  padding-left:6px;
}
#masthead_nav a:hover {
  color: #996699;
}
#masthead_mobile_nav, #nav_drawer {
	display: none;
}
#nav_drawer {
  float:left;
}
#nav_drawer a:link, #nav_drawer a:visited,#nav_drawer a:active {
  color:#ccc;
}

/* page header/title bars */
#page_header {
  overflow: auto;
}
#simple_title_bar {
	color:#fff;
  text-align:center;
  overflow:auto;
  margin-bottom:20px;
  padding:20px;
}
#bold_title_bar {
  color:#fff;
  text-align:center;
  margin-bottom:20px;
  padding-top:25px;
  height:95px;
  background-color: #5ca6a4;
}
#graphic_title_bar {
  top: -20px;
  position: relative;
  margin-bottom: -40px;
}
#product_title_bar {
  color:#fff;
  text-align:center;
  margin-bottom:0px;
  background-color: #5ca6a4;
}
#product_title_bar.two_line {
  padding-top:40px;
  padding-bottom: 25px;
}
#product_title_bar.three_line, #product_title_bar.four_line {
  padding-top:30px;
  padding-bottom: 18px;
}
#simple_title_bar h1 {
	font-size: 38px; font-size: 3.8rem;
}
#bold_title_bar h1 {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 52px; font-size: 5.2rem;
  font-weight: normal;
  line-height: 0px; line-height: 0rem;
  margin-top: 45px;
}
#product_title_bar h1 {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 40px; font-size: 4rem;
  font-weight: normal;
  line-height: 42px; line-height: 4.2rem;
  margin-top: 0px;
}
#product_title_bar h1.smaller {
  font-size: 35px; font-size: 3.5rem;
  line-height: 43px; line-height: 4.3rem;
}
#product_title_bar h2 {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 40px; font-size: 4rem;
  font-weight: normal;
  line-height: 42px; line-height: 4.2rem;
  margin-top: 0px;
}
#product_title_bar h2.smaller {
  font-size: 35px; font-size: 3.5rem;
}
#product_title_bar h3 {
  font-family: 'proxima_nova_rgregular', 'Arial', 'Sans-Serif';
  font-weight: normal;
  font-size: 18px; font-size: 1.8rem;
}
#breadcrumbs {
  font-size: 12px; font-size: 1.2rem;
  line-height: 12px; line-height: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
#product_title_bar #bottle_shot {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
#product_title_bar.two_line #bottle_shot {
  margin-top: -55px;
}
#product_title_bar.three_line #bottle_shot {
  margin-top: -50px;
}
#product_title_bar.four_line #bottle_shot {
  margin-top: -40px;
}

/* sidebar elements */
h2.sidebar {
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  font-size: 20px; font-size: 2rem;
  color: #666666;
}
h3.sidebar {
  margin-bottom:5px;
  font-size: 16px; font-size: 1.6rem;
  line-height: 13px; line-height: 1.3rem;
  font-family: 'proxima_nova_black', 'Arial', 'Sans-Serif';
  color: #666666;
}

/* content elements */
#right_call_to_action_block h1 {
  margin-bottom: 20px;
}
#content h2 {
  margin: 30px 0px 30px 0px;
}
#content h3 {
  margin: 0px 0px 20px 0px;
}
#divider {
  height: 4px;
  background-color: #666666;
  width: auto;
}
.line_after {
  position: relative;
  overflow: hidden;
}
.line_after:after {
  position: absolute;
  top: 40%;
  overflow: hidden;
  width: 100%;
  height: 4px;
  content: '\a0';
  background-color: #666666;
  margin-left:10px;
}
#full_content {
  clear:both;
  margin-top: 20px;
}
#page_nav {
  width: 700px;
  padding-left: 25px;
  text-align:center;
  margin-top: 10px;
}
#page_nav a.current {
  color:#4c4c4c;
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
#page_nav #level1 {
  font-size: 18px; font-size: 1.8rem;
}
#page_nav #level2 {
  font-size: 14px; font-size: 1.4rem;
}
#left_main_content {
  float: left;
  width: 710px;
  padding-left: 25px;
}
#left_main_content ul {
  line-height: 20px;
  padding-left: 18px;
  margin-left: 0px;
}
#left_main_content ul li {
  margin-bottom: 5px;
}
#left_main_content #content_intro {
  width: 700px;
}
#right_sidebar {
  width: 194px;
  background-color: #e5e5e5;
  float: right;
  color:#666666;
  font-size:14px; font-size:1.4rem;
  padding: 25px 16px 25px 16px;
  line-height: 18px; line-height: 1.8rem;
}
#right_sidebar h3 {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 18px; font-size: 1.8rem;
  line-height: 20px; line-height: 2rem;
}
#right_sidebar a.bold {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  text-decoration:none;
}
#right_sidebar ul {
  padding-left: 18px;
  margin-left: 0px;
  margin-top: 5px;
}
#right_sidebar ul li {
  line-height: 18px; line-height: 1.8rem;
  margin-bottom: 7px;
}
#right_sidebar #video_thumb img {
  border: 2px solid #ffffff;
  width: 190px;
  height: 106px;
}
#right_sidebar #video_thumb img.play_button {
  display: block;
  width: 55px;
  height: 55px;
  left: 72px;
  margin-bottom: -56px;
  position: relative;
  top: -86px;
  border: 0px;
}
#right_sidebar #project_thumb img {
  border: 2px solid #ffffff;
  width: 190px;
  height: 190px;
}
#left_main_content #main_three_columns {
  width: 730px;
  overflow: auto;
  margin-bottom: 10px;
}
#left_main_content #main_three_columns #column {
  width: 220px;
  float: left;
  margin-right: 20px;
  overflow: auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content #main_three_columns #column img {
  margin-bottom: 5px;
}
#left_main_content #main_three_columns #column h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
#left_main_content #main_three_columns #column.video_gallery {
  height: 200px;
}
#left_main_content #main_three_columns #column.video_gallery_tall {
  height: 250px;
}
#left_main_content #main_three_columns #column #video_thumb img.thumb {
  width: 220px;
}
#left_main_content #main_three_columns #column #video_thumb img.play_button {
  margin-top: -100px;
  float: left;
  position: relative;
  left: 82px;
}

#main_four_columns {
  width: 950px;
  overflow: auto;
  margin-bottom: 10px;
}
#main_four_columns #column {
  width: 220px;
  float: left;
  margin-right: 15px;
  overflow: auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#main_four_columns #column img {
  margin-bottom: 5px;
}
#main_four_columns #column h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
#main_four_columns #column.video_gallery {
  height: 190px;
}
#main_four_columns #column.video_gallery_tall {
  height: 260px;
}
#main_four_columns #column #video_thumb img.thumb {
  width: 220px;
}
#main_four_columns #column #video_thumb img.play_button {
  margin-top: -100px;
  float: left;
  position: relative;
  left: 82px;
}

#left_main_content #main_wide_product {
  width: 730px;
  overflow: auto;
  margin-bottom: 30px;
  clear: both;
}
#left_main_content #main_narrow_product {
  width: 330px;
  height: 240px;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
}
#left_main_content #main_wide_product #product_image {
  width: 220px;
  float: left;
  margin-right: 20px;
  overflow:auto;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content #main_narrow_product #product_image {
  width: 80px;
  float: left;
  margin-right: 20px;
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
}
#left_main_content #main_wide_product #product_info {
  width: 460px;
  float: left;
}
#left_main_content #main_wide_product.mixed_with_columns #product_info {
  font-size: 14px; font-size: 1.4rem;
  line-height: 18px; line-height: 1.8rem;
  margin-top: 40px;
}
#left_main_content #main_narrow_product #product_info {
  width: 230px;
  float: left;
}
#left_main_content #main_wide_product #product_info h3,
#left_main_content #main_narrow_product #product_info h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
#left_main_content #main_wide_product.mixed_with_columns #product_info h3 {
  margin-bottom: 10px;
}

/* funky sidebar stuff */
#bottom_content {
  display: none;
  margin-left: 25px;
  clear: left;
}

/* mid-page separator bars */
#bar_header {
  overflow: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 12px 20px 12px 20px;
  padding: 10px 10px 10px 13px;
}
#bar_header h2 {
  font-size: 30px; font-size: 3rem;
  line-height: 30px; line-height: 3rem;
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  color: #ffffff;
  font-weight: normal;
}
#line_separator {
  clear: left;
  height: 2px;
  border-top: 2px solid #aaaaaa;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* woos and sliders */
#big_woo #slides {
  margin-bottom:10px;
  overflow: auto;
  height: 360px;
}
#big_woo #slides img {
  border:1px solid #cdcdcd;
  padding:13px;
  width: 670px;
  height: 330px;
}
#big_woo .slide {
  position: absolute;
  display: inline;
}
#big_woo #dots {
  text-align:center;
  margin-bottom:20px;
}
#big_woo #dots img.dot {
  margin-left:5px;
  margin-right:5px;
}
#big_woo #big_image img {
  width: 700px;
  margin-bottom: 15px;
}
#medium_woo {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: auto;
}
#medium_woo #text {
  float: left;
  width: 220px;
}
#medium_woo #feature {
  float: right;
  width: 460px;
  height: 257px;
  overflow: hidden;
}
#medium_woo #feature_image {
  margin-bottom: 15px;
  float: right;
  width: 460px;
  height: 257px;
  overflow: hidden;
}
#medium_woo #feature_title {
  width: 460px;
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
}
#medium_woo #feature_title .subhead {
  font-family: "proxima_nova_thin","Arial","Sans-Serif";
  font-size: 20px; font-size: 2rem;
  line-height: 26px; line-height: 2.6rem;
}
#middle_content .feature h4 .subhead {
  font-family: "proxima_nova_thin","Arial","Sans-Serif";
  font-size: 20px; font-size: 2rem;
}
#medium_woo #feature img.thumb {
  width: 460px;
  height: 257px;
}
#medium_woo #feature img.play_button {
  display: block;
  left: 200px;
  margin-bottom: -167px;
  position: relative;
  top: -167px;
  border: 0px;
}
.spanish_medium_woo_video_link { 
  position: relative;
  float: right;
  clear: both;
  top: -45px;
  margin-bottom: -40px;
  font-size:12px; font-size: 1.2rem; 
}
.spanish_medium_woo_video_link img {
  margin:7px 0px -5px 0px;
}
#little_woo {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: auto;
}
#little_woo #text {
  float: left;
  width: 340px;
}
#little_woo #feature {
  float: right;
  width: 340px;
  height: 190px;
  overflow: hidden;
}
#little_woo #feature_title {
  width: 340px;
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: right;
}
#little_woo #feature img.thumb {
  width: 340px;
  height: 190px;
}
#little_woo #feature img.play_button {
  display: block;
  left: 140px;
  margin-bottom: -78px;
  position: relative;
  top: -135px;
  border: 0px;
}
.spanish_little_woo_video_link {
  position:relative;
  top:-20px;
  margin-bottom:-20px;
  font-size:1.2rem;
}
.spanish_little_woo_video_link img {
  margin:2px 2px -5px 0px;
}
#wide_page_big_woo {
  float: right;
  margin-left:30px;
  height: 340px;
  width: 588px;
}
#wide_page_big_woo #slides {
  border:1px solid #cdcdcd;
  width: 560px;
  height: 280px;
  padding: 13px;
  background-color:#ffffff;
  margin-bottom:10px;
  overflow:auto;
}
#wide_page_big_woo #slides img {
  width: 560px;
  height: 280px;
}
#wide_page_big_woo .slide {
  position: absolute;
  isplay: inline;
}
#wide_page_big_woo #dots {
  text-align:center;
  margin-bottom:20px;
}
#wide_page_big_woo #dots img.dot {
  margin-left:5px;
  margin-right:5px;
}


/* product swatch elements */
.swatches {
  width: 730px;
  /* overflow: auto; */ /* turned this off because it breaks print and doesn't seem necessary */
}
.swatch {
  float: left;
  height: 130px;
  margin-right: 20px;
  width: 100px;
}
.small_swatch {
  height: 80px;
}
.huge_swatch {
  height: 250px;
  width: 220px;
}
.swatch_color {
  height: 100px;
  margin-bottom: 3px;
}
.small_swatch .swatch_color {
  height: 50px;
}
.huge_swatch  .swatch_color {
  height: 220px;
}
.swatch_color img {
  width: 100px;
  height: 100px;
}
.small_swatch .swatch_color img {
  height: 50px;
}
.huge_swatch .swatch_color img {
  height: 220px;
  width: 220px;
}
.swatch_color img.swatch_border {
  border: 1px solid #cdcdcd;
}
.swatch_name {
  font-size: 10px; font-size: 1rem;
  line-height: 12px; line-height: 1.2rem;
}
.huge_swatch .swatch_name {
  font-size: 12px; font-size: 1.2rem;
}
#swatch_color_families {
  background-color: #e5e5e5;
  padding: 10px 0px 0px 13px;
  width: 687px;
  overflow: auto;
  margin-bottom: 25px;
}
.swatch_color_family_on,
.swatch_color_family_off {
  float: left;
  text-align: center;
  margin-right:0px;
  font-size: 14px; font-size: 1.4rem;
  padding: 13px;
}
.swatch_color_family_on {
  background-color: #ffffff;
}
#swatch_color_families .color_family_color img {
  width: 70px;
  height: 70px;
}
#swatch_color_families .color_family_color img.border_class {
  border:1px solid #aaaaaa;
  width: 68px;
  height: 68px;
}

/* form elements */
form {
  margin: 0px;
  padding: 0px;
}
select {
  border: 1px solid #cccccc;
  background-color:#ffffff;
  border-radius: 2px;
  color: #4c4c4c;
  padding: 4px 4px 4px 4px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
select option {
  background-color:#ffffff;
  padding: 0px 5px 0px 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
input[type=text] {
  /*
  border: 1px solid #cccccc;
  color: #4c4c4c;
  */
  border-radius: 2px;
  border: 0px;
  background-color: #dddddd;
  color: #4c4c4c;
  padding: 4px 4px 4px 6px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
textarea {
  border: 0px;
  background-color: #dddddd;
  border-radius: 2px;
  color: #4c4c4c;
  padding: 4px 4px 4px 4px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgregular','Arial','Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
}
label {
  font-size: 14px; font-size: 1.4rem;
}
form label.fielderror {
  color: #cc0000;
}
form input.fielderror,
form select.fielderror,
form textarea.fielderror {
  background-color: #ffc1b4;
}
form .g-recaptcha.fielderror iframe{
  border: 3px solid #cc0000;
}
form .g-recaptcha{
  margin-bottom:15px;
}
@media all and (max-width:430px){
  .g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}
form .form_error_bottom {
  color: #cc0000;
  margin-left: 10px;
  font-size: 14px; font-size: 1.4rem;
}
.fancy_button {
  text-decoration: none;
  cursor:pointer;
  background: #ccc2b6;
  padding: 4px 10px 2px 10px;
  margin: 5px 0px 10px 0px;
  display: inline-block;
  /* border: 1px solid #cccccc; */
  font-size: 14px; font-size: 1.4rem;
  background-color:#bcbcbc;
  /*background: -moz-linear-gradient(top, #ffffff, #bbbbbb);                                                              */  /* Firefox 3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));                              */  /* WebKit */
  /*background: -o-gradient(top, bottombottom,from(#ffffff),to(#bbbbbb));                                                 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#bbbbbb)"; */  /* IE8+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#bbbbbb);       */  /* IE7 and lower */
}

/* misc content elements */
#call_to_action_link {
  float: right;
  font-size: 14px; font-size: 1.4rem;
  margin-right: 10px;
  margin-left: 50px;
}
table.availability_chart {
  border-collapse: collapse;
  font-size: 14px; font-size: 1.4rem;
  line-height: 16px; line-height: 1.6rem;
}
table.availability_chart td {
  border: 1px solid #999999;
  padding: 5px;
  text-align: center;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
table.availability_chart td.major {
  text-align:right;
}
table.availability_chart td.seller {
  text-align:left;
}
table.availability_chart td.seller .address {
  font-family:'proxima_nova_rgregular','Arial','Sans-serif';
}
table.availability_chart th {
  border: 1px solid #999999;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 12px; font-size:1.2rem;
  vertical-align: top;
}
table.availability_chart th.product_column {
  width: 85px;
}
table.availability_chart th.noborder {
  border: none;
}
table.availability_chart img {
  margin:0px;
  padding:0px;
  float:none;
}
/*
table.availability_chart th.rotate {
  height: 140px;
  white-space: nowrap;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
}
table.availability_chart th.rotate > div {
  transform: translate(15px, 52px) rotate(306deg);
  width: 30px;
}
table.availability_chart th.rotate > div > span {
  border-bottom: 1px solid #999999;
  padding: 2px 8px 2px 8px; 
}
*/
#availability_chart_text {
  display:none;
  background-color:#e5e5e5;
  padding: 15px;
  font-size: 14px; font-size: 1.4rem;  
}
#availability_chart_text .address {
  font-size: 14px; font-size: 1.4rem;
}
#testimonial .testimonial_quote {
  font-style:italic;
  margin-bottom:0px;
}
#testimonial .testimonial_name {
  font-style:italic;
  margin-top:0px;
  text-align:right;
}


/* footer elements */
#footer{
  clear:both;
  margin: 25px 0 25px 0;
  padding: 25px 0px 25px 25px;
  font-size: 16px; font-size: 1.6rem;
  background-color: #E5E5E5;
  overflow:hidden;
}
#footer #about_3_column {
  display:none;
}
#footer #helping_artist_link {
	width:250px;
	float:left;
	margin:0 0 0 200px;
}
#footer #helping_artist_link img {
	vertical-align:middle;
  width: 52px;
  height: 52px;
}
#footer #social_links  {
  margin: 0 20px 30px 0;
  overflow:auto;
}
#footer #social_links img {
  width: 52px;
  height: 52px;
}
#footer .social_link {
  float:right;
  margin-right:10px;
  font-family:'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  color:#666666;
}
#footer .social_link a {
  color: #666666;
}
#footer .social_link img {
  vertical-align:middle;
}
#footer_links {
  clear:both;
}
#footer .footer_link_column {
  float:left;
  margin-right:40px;
}
#footer .footer_link_column h5 {
  font-family: 'proxima_nova_rgbold', 'Arial', 'Sans-Serif';
  font-size: 14px; font-size: 1.4rem;
  color:#343434;
  margin:0 0 3px 0;
}
#footer .footer_link_column a {
  display:block;
  font-size: 12px; font-size: 1.2rem;
  color:#4c4c4c;
  line-height: 18px; line-height: 1.8rem;
  font-family:'proxima_nova_rgregular','Arial','Sans-serif';
}
#mobile_footer, #mobile_footer_drawer {
	display:none;
}

/* TABLET VERTICAL -  720, BUT FORCING CHANGE EARLY SO NAV DOESN'T WRAP */
/* @media all and (max-width: 1000px) { */
@media all and (max-width: 1000px) {
  body {
    width: 680px;
  }
  #wrapper {
    width: 680px;
    margin: 0;
    padding: 0;
  }
  #masthead {
    height: 85px;
    padding: 0;
    width: 665px;
    margin: 0 0 0 15px;
  }
  #masthead_logo {
    width:160px;
    margin: 20px 15px 0 0;
  }
  #masthead_logo img {
    width:160px;
  }
  #masthead_main {
    margin:20px 15px 0 0;
    width:460px;
  }
  #masthead_toolbar {
    font-size: 13px; font-size: 1.3rem;
    margin:0px 5px 0 0;
  }
  #masthead_toolbar img {
    width:20px;
    top: 4px;
  }
  #masthead_nav {
    word-spacing:8px;
    padding:20px 0px 0 5px;
    width:460px;
    margin: 0;
  }
  #masthead_nav a {
    font-size: 12px; font-size: 1.2rem;
    padding-left:6px;
  }
  #page_nav {
    clear: both;
    width: 600px;
    line-height: 16px; line-height: 1.8rem;
    margin-top: 20px;
  }
  #page_nav #level1 a {
    font-size: 14px; font-size: 1.4rem;
  }
  #page_nav #level2 a {
    font-size: 12px; font-size: 1.2rem;
  }
  #container {
    width: 650px;
    position: relative;
    overflow: none;
    background: #fff;
    padding: 15px 15px 0px 15px;
    margin: 0;
    font-size: 14px; font-size: 1.4rem;
  }
  #left_main_content {
    width: 600px;
  }
  #left_main_content #content_intro {
    width: 600px;
  }
  #big_woo #big_image img {
    width: 600px;
    margin-bottom: 20px;
  }
  #big_woo #slides {
    height: 312px;
  }
  #big_woo #slides img {
    width: 570px;
    height: 281px;
  }
  #medium_woo {
    width: 600px;
    margin-right: 0px;
  }
  #medium_woo #feature {
    width: 340px;
    height: 190px;
  }
  #medium_woo #feature img.thumb {
    width: 340px;
    height: 190px;
  }
  #medium_woo #feature img.play_button {
    left: 140px;
    margin-bottom: -78px;
    top: -135px;
  }
  #medium_woo #feature_title {
    width: 340px;
  }
  #medium_woo #feature_image {
    width: 340px;
    height: 190px;
  }
  #medium_woo #feature_image img {
    width: 340px;
    height: 190px;
  }
  .spanish_medium_woo_video_link { 
    margin-left: 260px; 
    top: -83px; 
  }
  #little_woo {
    width: 600px;
  }
  #little_woo #text {
    width: 290px;
  }
  #little_woo #feature {
    width: 300px;
    height: 168px;
  }
  #little_woo #feature img.thumb {
    width: 300px;
    height: 168px;
  }
  #little_woo #feature img.play_button {
    margin-bottom: -48px;
    left: 114px;
    top: -126px;
  }
  #little_woo #feature_title {
    width: 300px;
  }
  #wide_page_big_woo {
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
  #left_main_content #main_wide_product {
    width: 600px;
  }
  #left_main_content #main_narrow_product {
    width: 290px;
    margin-right: 10px;
  }
  #left_main_content #main_wide_product #product_info {
    width: 360px;
  }
  #left_main_content #main_narrow_product #product_info {
    width: 200px;
  }
  #left_main_content #main_wide_product.mixed_with_columns #product_image {
    width: 200px;
    height: 200px;
    margin-right: 4px;
  }
  #left_main_content #main_wide_product.mixed_with_columns #product_image img {
    width: 190px;
    height: 190px;
  }
  #left_main_content #main_narrow_product #product_image {
    margin-right: 10px;
  }
  #left_main_content #main_wide_product #product_info h3 {
    font-size: 20px; font-size: 2rem;
  }
  #left_main_content #main_wide_product.mixed_with_columns #product_info h3 {
    font-size: 16px; font-size: 1.6rem;
  }
  #bar_header {
    margin-bottom: 20px;
  }
  #bar_header h2 {
    font-size: 22px; font-size: 2.2rem;
    line-height: 22px; line-height: 2.2rem;
    margin: 0px;
  }  
  .swatches {
    width: 620px;
  }
  .swatches .swatch_color {
    height: 105px;
    width: 105px;
  }  
  .swatches .small_swatch .swatch_color {
    height: 50px;
  }
  .swatches .huge_swatch .swatch_color {
    width: 185px;
    height: 185px;
  }
  .swatches .swatch {
    width: 105px;
    height: 135px;
    margin-right: 19px;
  }
  .swatches .small_swatch {
    height: 80px;
  }
  .swatches .huge_swatch {
    width: 185px;
    height: 215px;
  }
  .swatches .swatch_color img {
    width: 105px;
    height: 105px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 50px;
  }
  .swatches .huge_swatch .swatch_color img {
    width: 185px;
    height: 185px;
  }
  #swatch_color_families {
    padding: 10px 0px 0px 13px;
    width: 590px;
  }  
  #swatch_color_families .color_family_color img {
    width: 56px;
    height: 56px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 54px;
    height: 54px;
  }
  #call_to_action_link {
    margin-left:30px;
  }
  #simple_title_bar h1 {
    font-size: 22px; font-size: 2.2rem;
  }
  #bold_title_bar {
    margin-bottom:20px;
    padding-top:15px;
    height:65px;
  }  
  #product_title_bar.two_line,
  #product_title_bar.three_line {
     padding-bottom: 1px;
  }
  #product_title_bar.four_line {
    padding-top: 25px;
  }
  #bold_title_bar h1 {
    font-size: 32px; font-size: 3.2rem;
    line-height: 0px; line-height: 0rem;
    margin-top: 32px;
  }  
  #product_title_bar h1 {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
  }
  #product_title_bar h1.smaller {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
  }  
  #product_title_bar h2 {
    font-size: 32px; font-size: 3.2rem;
    line-height: 34px; line-height: 3.4rem;
    margin-bottom: 20px;
  }
  #product_title_bar h2.smaller {
    font-size: 30px; font-size: 3rem;
    line-height: 32px; line-height: 3.2rem;
    margin-top: 3px;
  }
  #product_title_bar.four_line h2 {
    margin-bottom: 1px;
  }
  #product_title_bar.four_line h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px; font-size: 1.6rem;
    line-height: 18px; line-height: 1.8rem;
  }
  #product_title_bar.four_line br {
    display: none;
  }
  #product_title_bar h3 {
    font-size: 18px; font-size: 1.8rem;
  }
  #graphic_title_bar {
    width: 650px;
  }
  h1 {
    font-size: 20px; font-size: 2rem;
  }
  h2 {
    font-size: 20px; font-size: 2rem;
    margin: 10px 0px 10px 0px;
  }
  h3 {
    font-size: 16px; font-size: 1.6rem;
    margin: 20px 0px 20px 0px;
  }
  #content h2 {
    margin-bottom: 20px;
  }
  #right_sidebar {
    margin-right: 20px;
  }
  #footer #social_links img {
    width: 42px;
    height: 42px;
  }
  #footer #helping_artist_link {
    display:none;
  }
  #footer .footer_link_column {
    margin-right:30px;
    margin-bottom:5px;   
  }
  #nav_drawer {
    display:none;
  }
  #footer #about_5_column {
    display:none;
  }
  #footer #about_3_column {
    display:block;
  }
  #footer h5.purchase_3_column {
    margin-top:10px;
  }
  .video_popup {
    width:600px;
    margin-left:-310px;
  }
  #video_popup_content iframe {
    width:600px;
    height: 337px;
  }  
  .product_popup {
    width:600px;
    margin-left:-310px;
  }
  #left_main_content #main_three_columns {
    width: 640px;
  }
  #left_main_content #main_three_columns #column {
    width: 190px;
    margin-right: 15px;
  }
  #left_main_content #main_three_columns #column img {
    margin-bottom: 0px;
  }
  #left_main_content #main_three_columns #column img.category_thumb {
    width: 190px;
  }
  #left_main_content #main_three_columns #column #feature_title a {
    margin-bottom: 10px;
    font-size: 14px; font-size: 1.4rem;
    font-family: 'proxima_nova_rgregular','Arial','Sans-Serif'; 
  }
  #left_main_content #main_three_columns #column.video_gallery {
    height: 170px;
  }
  #left_main_content #main_three_columns #column #video_thumb img.thumb {
    width: 190px;
  }
  #left_main_content #main_three_columns #column #video_thumb img.play_button {
    margin-top: -85px;
    left: 70px;
  }
  #main_four_columns {
    width: 640px;
  }
  #main_four_columns #column {
    width: 190px;
    margin-right: 15px;
  }
  #main_four_columns #column img {
    margin-bottom: 0px;
  }
  #main_four_columns #column #feature_title a {
    margin-bottom: 10px;
    font-size: 14px; font-size: 1.4rem;
    font-family: 'proxima_nova_rgregular','Arial','Sans-Serif'; 
  }
  #main_four_columns #column.video_gallery {
    height: 190px;
  }
  #main_four_columns #column #video_thumb img.thumb {
    width: 190px;
  }
  #main_four_columns #column #video_thumb img.play_button {
    margin-top: -85px;
    left: 70px;
  }
  #bottom_content {
    display: block;
    width: 360px;
  }  
  #bottom_content #video_thumb {
    width: 190px;
    line-height: 16px;line-height: 1.6rem;
  }
  #bottom_content #project_thumb {
    width: 190px;
    line-height: 16px;line-height: 1.6rem;
  }  
  #bottom_content #intro {
    float: right;
    width: 160px;
  }
  #bottom_content #item {
    float: left;
    width: 200px;
  }
  #bottom_content #item img {
    width: 190px;
  }
  #bottom_content #item img.play_button {
    border: 0 none;
    display: block;
    height: 55px;
    left: 72px;
    margin-bottom: -56px;
    position: relative;
    top: -86px;
    width: 55px;
  }
  #bottom_content ul {
    margin-bottom: 10px;
  }
  #right_sidebar #primary_chunk {
    display: none;
  }  
  #right_sidebar {
    padding-top: 5px;
  }
  table.availability_chart th.product_column {
    width: 70px;
  }
  table.availability_chart th img {
    width: 60px;
  }
  #product_popup_content table.availability_chart th.product_column {
    width: 55px;
  }
  #product_popup_content table.availability_chart th img {
    width: 45px;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: block !important;
  }
  .show_level3 {
    display: none;
  }
  .show_level4 {
    display: none;
  }
}

/* PHONE HORIZONTAL, GENERALLY 480 BUT FORCING CHANGE EARLY SO NAV DOESN'T WRAP */
@media all and (max-width: 700px) {
  body {
    width: 440px;
  }
  #wrapper {
    width: 440px;
  }
  #masthead {
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    width: 425px;
    margin: 0;
    height:60px;
  }
  #masthead_logo {
    width:140px;
    padding:0;
    margin:10px 0 0 10px;
  }
  #masthead_logo img {
    width:140px;
    padding:0;
    margin:3px 0 0 0;
  }
  #masthead_newsletter {
    display:none;
  }
  #masthead_main {
    float:left;
    margin: 0;
    width:270px;
  }
  #masthead_toolbar {
    display:none;
  }
  #masthead_nav {
    width:270px;
    word-spacing:5px;
    margin: 0 0 0 0;
    padding-top:10px;
    clear:none;
    float:left;
  }
  #masthead_nav a {
    font-size: 15px; font-size: 1.5rem;
    line-height: 21px; line-height: 2.1rem;
  }
  #page_nav {
    width: 390px;
    margin-top: 10px;
  }
  #container {
    width: 440px;
    padding: 0;
    line-height: 20px; line-height: 2rem;
    font-size: 16px; font-size: 1.6em;
  }
  #left_main_content {
    width: 390px;
  }
  #left_main_content #content_intro {
    width: 390px;
  }
  #big_woo #big_image img {
    width: 390px;
  }
  #big_woo #slides {
    height: 213px;
  }
  #big_woo #slides img {
    width: 370px;
    height: 182px;
  }
  #medium_woo {
    width: 390px;
  }
  #medium_woo #text {
    width: 390px;
  }
  #medium_woo #feature {
    margin-right: 25px;
  }
  #medium_woo #feature_title {
    width: 340px;
    margin-right: 25px;
  }
  #medium_woo #feature_image {
    margin-right: 25px;
  }
  .spanish_medium_woo_video_link { 
    clear: none;
    float: none;
    top: -20px; 
    margin-bottom: -10px; 
    margin-left:24px;
  }
  .spanish_medium_woo_video_link img {
    float: left;
    margin: 0px 3px 0px 0px;
  }
  #little_woo {
    width: 390px;
  }
  #little_woo #text {
    width: 390px;
  }
  #little_woo #feature {
    float: none;
    width: 390px;
  }
  #little_woo #feature img.thumb {
    width: 340px;
    height: 190px;
    margin-left: 25px;
  }
  #little_woo #feature img.play_button {
    top: -144px;
    margin-bottom: -45px;
    left: 160px;
  }
  #little_woo #feature_title {
    width: 340px;
    margin-left: 24px;
    float: none;
  }
  #wide_page_big_woo {
    width: 390px;
    height: 240px;
  }
  #wide_page_big_woo #slides {
    width: 390px;
    height: 195px;
    border: none;
    padding: 0px;
  }
  #wide_page_big_woo #slides img {
    width: 390px;
    height: 195px;
  }
  #left_main_content #main_wide_product {
    width: 390px;
  }
  #left_main_content #main_narrow_product {
    margin-right: 0px;
    width: 390px;
  }
  #left_main_content #main_wide_product #product_image {
    width: 150px;
  }
  #left_main_content #main_narrow_product #product_image {
    margin-right: 20px;
  }
  #left_main_content #main_wide_product #product_image img {
    width: 150px;
    height: 150px;
  }
  #left_main_content #main_wide_product #product_info {
    width: 220px;
  }
  #left_main_content #main_narrow_product #product_info {
    width: 290px;
  }
  #left_main_content #main_wide_product #product_info h3,
  #left_main_content #main_narrow_product #product_info h3 {
    font-size: 18px; font-size: 1.8rem;
    margin: 0px;
  }
  #left_main_content #main_wide_product.mixed_with_columns {
    display: none;
  }
  #left_main_content #main_wide_product #product_info p,
  #left_main_content #main_narrow_product #product_info p {
     font-size: 14px; font-size: 1.4rem;
    line-height: 18px; line-height: 1.8rem;
  }
  #left_main_content #main_three_columns {
    width: 420px;
  }
  #left_main_content #main_three_columns #column {
    margin-right: 10px;
  }
  #main_four_columns {
    width: 420px;
  }
  #main_four_columns #column {
    margin-right: 10px;
  }
  #right_sidebar {
    display: none;
  }
  .swatches {
    width: 410px;
  }
  .swatches .swatch {
    width: 120px;
    height: 150px;
    margin-right: 14px;
  }
  .swatches .small_swatch {
    height: 90px;
  }
  .swatches .huge_swatch {
    width: 185px;
    height: 215px;
  }
  .swatches .swatch_color {
    width: 120px;
    height: 120px;
  }
  .swatches .small_swatch .swatch_color {
    height: 60px;
  }
  .swatches .swatch .swatch_color img {
    width: 120px;
    height: 120px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 60px;
  }
  .swatches .huge_swatch .swatch_color img {
    height: 185px;
    width: 185px;
  }
  #swatch_color_families {
    padding: 10px 0px 0px 13px;
    width: 380px;
  }  
  #swatch_color_families .color_family_color img {
    width: 50px;
    height: 50px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 48px;
    height: 48px;
  }
  #swatch_color_families .swatch_color_family_on,
  #swatch_color_families .swatch_color_family_off {
    padding: 11px;
  }
  #call_to_action_link {
    margin-bottom: 10px;
  }
  #simple_title_bar h1 {
    font-size: 24px; font-size: 2.4rem;
  }
  #bold_title_bar h1 {
    font-size: 30px; font-size: 3rem;
    line-height: 0px; line-height: 0rem;
  }
  #product_title_bar h1 {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
  }
  #product_title_bar h1.smaller {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
  }
  #product_title_bar h2 {
    font-size: 30px; font-size: 3rem;
    line-height: 30px; line-height: 3rem;
    margin-bottom: 15px;
  }
  #product_title_bar h2.smaller {
    font-size: 28px; font-size: 2.8rem;
    line-height: 28px; line-height: 2.8rem;
  }
  #product_title_bar img#bottle_shot {
    display: none;
  }
  #product_title_bar.two_line {
    padding-top: 30px;
  }
  #graphic_title_bar {
    width: 440px;
  }
  h1 {
    font-size: 24px; font-size: 2.4rem;
  }
  h2 {
    font-size: 22px; font-size: 2.2rem;
  }
  h3 {
    font-size: 20px; font-size: 2rem;
  }
  #right_call_to_action_block {
	  width:100%; 
	  float:left; 
	  margin:0px 0px 30px 0px; 
	  padding:0px 0px 20px 0px; 
	  border:0px;
    border-bottom:2px solid #4e4e4e;
  }
  .shadow  {
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  -ms-filter: none;
	  filter: none;
  }
  #footer #social_links  {
    text-align:center;
  }
  #google_translate_element {
    display:none;
  }
  #footer {
    margin-bottom: 0px;
  }
  #footer_links {
    display:block;
    height:400px;
  }
  #footer .footer_link_column {
    margin-bottom:15px;	 
    clear: left;
  }
  #footer .footer_link_column h5 {
    font-size: 18px; font-size: 1.8rem;
  }
  #footer .footer_link_column a {
    font-size: 15px; font-size: 1.5rem;
    line-height: 21px; line-height: 2.1rem;
  }
  #nav_drawer {
    display:none;
  }
  #footer h5.purchase_3_column {
    margin-top:0px;
    width: 300px;
  }
  .video_popup {
    width:400px;
    margin-left:-215px;
  }
  #video_popup_content iframe {
    width:400px;
    height: 225px;
  }  
  .product_popup {
    width:400px;
    margin-left:-215px;
  }
  #availability_chart_graphic {
    display:none;
  }
  #availability_chart_text {
    display: block;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: none;
  }
  .show_level3 {
    display: block !important;
  }
  .show_level4 {
    display: none;
  }
  .expendable_level3 {
    display: none !important;
  }
}

/* PHONE SIZE */ 
@media all and (max-width: 430px) { /* and (orientation:portrait) { */
  body {
    width: 290px;
  }
  #wrapper {
    width: 290px;
  }
  #masthead {
    margin: 0px;
    width: 290px;
    padding: 10px 0 0 5px;
    height:25px;
  }
  #masthead_logo {
    width:130px;
    float:left;
    margin: 0 20px 0 0;
  }
  #masthead_logo img {
    width:130px;
    margin:5px 0 0 0;
  }
  #masthead_main {
    float:left;
    width:100px;
    color: #666666;
    margin-left:40px;
    padding:0;
    max-width:300px;
  }
  #masthead_toolbar {
    display:none;
  }
  #masthead_newsletter {
   display:none;
  }
  #masthead_nav {
   display:none;
  }
  #simple_title_bar {
    padding:20px 10px 20px 10px;
    line-height: 24px; line-height: 2.4rem;
  }
  #nav_drawer{
	  top:-1px;
	  right:5px;
	  background:#4e4e4e;
	  z-index:999;
	  width:280px;
	  text-align:center;
	  display:none;
  }
  #nav_drawer a {
    display:block;
    line-height: 28px; line-height: 2.8rem;
    font-size: 19px; font-size: 1.9rem;
  }
  #nav_drawer a:link, #nav_drawer a:visited, #nav_drawer a:active {
    color:#fff;
  }
  #bold_title_bar {
    text-align: center;
  }
  #bold_title_bar h1.split_when_small {
    line-height:26px !important; line-height:2.6rem !important;
    margin: 5px 0px 30px 0px !important;
  }
  #graphic_title_bar {
    width: 290px;
  }
  #container {
    width: 290px;
    position: relative;
    overflow: auto;
    background: #fff;
    padding: 15px 0px 0px 0px;
    font-size: 16px; font-size: 1.6rem;
  }
  #left_main_content {
    width: 240px;
  }
  #left_main_content #content_intro {
    width: 240px;
  }
  #big_woo #big_image img {
    width: 240px;
  }
  #big_woo #slides {
    height: 123px;
  }
  #big_woo #slides img {
    width: 240px;
    height: 118px;
    padding: 0px;
  }
  #big_woo #slides img.shadow {
    border: none;
  }
  #medium_woo {
    width: 240px;
  }
  #medium_woo #text {
    width: 240px;
  }
  #medium_woo #feature {
    margin-right: 0px;
    width: 240px;
    height: 134px;
    float: none;
  }
  #medium_woo #feature img.thumb {
    width: 240px;
    height: 134px;
  }
  #medium_woo #feature img.play_button {
    left: 80px;
    margin-bottom: -28px;
    top: -105px;
  }
  #medium_woo #feature_title {
    width: 240px;
    margin-right: 0px
  }
  #medium_woo #feature_image {
    width: 240px;
    height: 134px;
    margin-right: 0px;
  }
  #medium_woo #feature_image img {
    width: 240px;
    height: 134px;
  }
  .spanish_medium_woo_video_link { 
    margin-left:0px; 
  }
  #little_woo {
    width: 240px;
  }
  #little_woo #text {
    width: 240px;
  }
  #little_woo #feature {
    width: 240px;
    height: 134px;
  }
  #little_woo #feature img.thumb {
    width: 240px;
    height: 134px;
    margin-left: 0px;
  }
  #little_woo #feature_title {
    width: 240px;
    margin-left: 0px;
  }
  #little_woo #feature img.play_button {
    left: 80px;
    margin-bottom: -28px;
    top: -105px;
  }
  #wide_page_big_woo {
    width: 240px;
    height: 160px;
  }
  #wide_page_big_woo #slides {
    width: 240px;
    height: 120px;
  }
  #wide_page_big_woo #slides img {
    width: 240px;
    height: 120px;
  }  
  #left_main_content #main_wide_product {
    width: 240px;
  }
  #left_main_content #main_narrow_product {
    width: 240px;
  }
  #left_main_content #main_wide_product #product_image {
    width: 240px;
  }
  #left_main_content #main_narrow_product #product_image {
    margin-right: 10px;
  }
  #left_main_content #main_wide_product #product_image img {
    width: 220px;
    height: 220px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #left_main_content #main_wide_product #product_info {
    width: 240px;
    text-align: center;
  }
  #left_main_content #main_narrow_product #product_info {
    width: 150px;
  }
  #left_main_content #main_three_columns {
    width: 240px;
  }
  #left_main_content #main_three_columns #column {
    width: 240px;
    text-align: center;
  }
  #left_main_content #main_three_columns #column #video_thumb img.thumb {
    width: 240px;
  }
  #left_main_content #main_three_columns #column.video_gallery {
    height: auto;
    margin-bottom: 20px;
  }
  #left_main_content #main_three_columns #column.video_gallery_tall {
    height: auto;
    margin-bottom: 20px;
  }
  #left_main_content #main_three_columns #column #video_thumb img.play_button {
    margin-top: -98px;
    left: 90px;
  }
  #left_main_content #main_three_columns #column img.category_thumb {
    width: 220px;
    margin-left: 10px;
  }
  #main_four_columns {
    width: 240px;
  }
  #main_four_columns #column {
    width: 240px;
    text-align: center;
  }
  #main_four_columns #column #video_thumb img.thumb {
    width: 240px;
  }
  #main_four_columns #column.video_gallery {
    height: auto;
    margin-bottom: 20px;
  }
  #main_four_columns #column.video_gallery_tall {
    height: auto;
    margin-bottom: 20px;
  }
  #main_four_columns #column #video_thumb img.play_button {
    margin-top: -98px;
    left: 90px;
  }
  #main_four_columns #column img.category_thumb {
    width: 220px;
    margin-left: 10px;
  }
  #bottom_content {
    width: 240px;
  }
  #bottom_content #intro {
    width: 240px;
    float: none;
    text-align:center;
  }
  #bottom_content #item {
    margin-left:25px;
  }
  .swatches {
    width: 260px;
  }
  .swatches .swatch {
    width: 112px;
    height: 140px;
    margin-right: 15px;
  }
  .swatches .small_swatch {
    height: 86px;
  }
  .swatches .huge_swatch {
    width: 220px;
    height: 250px;
    margin-left: 8px;
  }
  .swatches .swatch_color {
    width: 112px;
    height: 112px;
  }
  .swatches .small_swatch .swatch_color {
    height: 56px;
  }
  .swatches .huge_swatch .swatch_color {
    height: 220px;
    width: 220px;
  }
  .swatches .swatch .swatch_color img {
    width: 112px;
    height: 112px;
  }
  .swatches .small_swatch .swatch_color img {
    height: 56px;
  }
  .swatches .huge_swatch .swatch_color img {
    height: 220px;
    width: 220px;
  }
  #swatch_color_families {
    width: 220px;
    padding: 10px;
  }
  #swatch_color_families .swatch_color_family_on,
  #swatch_color_families .swatch_color_family_off {
    width: 210px;
    padding: 5px;
    line-height: 1rem;
  }
  #swatch_color_families .color_family_color {
    float: left;
  }
  #swatch_color_families .color_family_name {
    float: left;
    padding-top: 5px;
  }
  #swatch_color_families .color_family_color img {
    width: 100px;
    height: 20px;
    margin-right: 10px;
  }
  #swatch_color_families .color_family_color img.border_class {
    width: 98px;
    height: 18px;
  }
  #call_to_action_link {
    float: none;
    margin:10px 0px 10px 0px;
  }  
  p {
    margin-bottom:15px;
  }
  h2.sidebar {
    margin: 10px 0px 10px 10px;
  }
  h3 {
    margin-bottom:10px;
  }
  #masthead_mobile_nav {
    width:110px;
	  display:block;
	  float:left;
	  margin: 10px 0 0 0px;
  }
  /*
  #menu {
	  font-size:1.0em;
s	  font-family:'proxima_nova_rgbold','Arial','Sans-serif';
	  vertical-align:bottom;
  }
	#menu img {
	  padding-left:10px;
	  vertical-align:middle;
  }
  */
  #nav_drawer {
    display:none;
  }
  #page_nav {
    width: 240px;
  }
  #footer_links {
    display:none;
    margin-top:10px;
  }
  #footer #social_links {
    margin:0 10px 0 0;
    float:right;
    width:100px;
  }
  #footer .social_link {
    padding: 0 0 8px 0;
    margin: 0 8px 0 0;
  }
  #mobile_menu_button {
    cursor: pointer;
    font-size: 16px; font-size: 1.6rem;
  }
  #google_translate_element {
    display:none;
  }
  #mobile_footer{
    display:block;
  }
  #mobile_footer a {
    display:block;
    font-size: 13px; font-size: 1.3rem;
    line-height: 22px; line-height: 2.2rem;
  }
  #more {
    display:block;
    width:100px;
    font-weight:bold;
    margin: 8px 0 0 0;
    padding: 2px 0 2px 0;
    text-decoration:none;
    cursor: pointer;
  }
  #footer .footer_link_column a {
    font-size: 13px; font-size: 1.3rem;
    line-height: 22px; line-height: 2.2rem;
  }
  .video_popup {
    width:260px;
    margin-left:-130px;
    padding: 5px;
  }
  .video_popup h2 {
    font-size: 18px; font-size: 1.8rem;
  }
  #video_popup_content iframe {
    width:260px;
    height:146px;
  }  
  .product_popup {
    width:240px;
    margin-left:-135px;
    padding: 15px;
  }
  .product_popup img {
    max-width: 220px;
    max-height: 300px;
    margin:20px auto 0px auto;
    text-align:center;
  }
  .product_popup h2 {
    font-size: 18px; font-size: 1.8rem;
  }
  .product_popup img {
    float:none;
  }
  .show_level1 {
    display: none;
  }
  .show_level2 {
    display: none;
  }
  .show_level3 {
    display: none;
  }
  .show_level4 {
    display: block !important;
  }
  .expendable_level4 {
    display: none;
  }

  .img-responsive{
    width: 100%;
    height: auto;
  }
} 

