/* #jQuery FlexSlider v2.0
================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none; border: none;} 
ul.slides li {border:none; padding: 0; margin-bottom: 0; position: relative;}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0 0 20px 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { 
  display: block;
  max-width: 100%; height: auto; margin: 0 auto;
}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; clear:both; overflow: hidden}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {text-align: center}
.carousel li {margin-right: 5px;border: 0}

.flex-caption {margin:0; width: 100%; position: absolute; top: 60%; color: #fff; text-shadow: 0 0 6px rgba(0, 0, 0, .7)}
.flexslider .headline { font-size: 40px; margin-bottom: 0.2em; line-height: 55px; font-weight: normal }
.flexslider p.subtitle { font-size: 22px; line-height: 28px; font-weight: normal }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { background: url(../images/icons-2.png) no-repeat; width: 31px; height: 31px; margin: -20px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; border: 3px solid #444; border-radius: 31px; }
.flex-direction-nav .flex-next {background-position: -393px 0; right: -36px; }
.flex-direction-nav .flex-prev {background-position: -356px 0; left: -36px;}
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 20px; right: 3%; width: auto;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 
}
.flex-control-nav li a.flex-active {
  background: rgba(255,255,255,0.7);
  cursor: default;
}
.flex-control-paging li a:hover { background: rgba(255,255,255,0.7); }
.flex-control-thumbs {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-thumbs li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-thumbs {position: static; overflow: hidden;}
.flex-control-thumbs li, .flex-control-thumbs li:first-child {width: 22%; vertical-align: top; margin: 15px 4% 0 0;}
.flex-control-thumbs li:nth-child(4n) {margin: 15px 0 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
#product_slider .flex-active-slide a:hover {cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #ffffff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/arrow_sprite.png');
    background-position: 0 -180px;
    }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background-position: 0 -30px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.gallery .fancybox-close {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

.fancybox-close:hover {
  background-position: 0 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    }

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -180px;
}

.fancybox-prev span:hover {
  left: 10px;
  background-position: 0 -60px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -240px;
}

.fancybox-next span:hover {
  right: 10px;
  background-position: 0 -120px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*
Cloud Zoom CSS. (c)2012 Star Plugins.
*/
.cloudzoom-lens {
  border:none;
  border:1px solid #888;
  width:225px;
  height:175px;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
  cursor:pointer;
}
.cloudzoom-zoom {
  border:1px solid #888;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
.cloudzoom-zoom-inside {
  border:none;
  box-shadow:none;
}
.cloudzoom-caption {
  display:none; 
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-family: sans-serif;
  font-size:11px;
}
.cloudzoom-blank {
  background-image:url('../images/blank.gif');
    }
div.cloudzoom-ajax-loader {
  background: #000 url('../images/fancybox_loading.gif') center center no-repeat;
    width: 44px;
    height: 44px;
    opacity: 0.6;
    }

/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing 
#Media Queries */
/* #Base 960 Grid
================================================== */
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px; }/*40*/
.container .two.columns                     { width: 100px; }/*100*/
.container .three.columns                   { width: 160px; }/*160*/
.container .four.columns                    { width: 215px; }/*220*/
.container .four-2.columns                  { width: 218px; }
.container .five.columns                    { width: 280px; }/*280*/
.container .six.columns                     { width: 340px; }/*340*/
.container .seven.columns                   { width: 400px; }/*400*/
.container .eight.columns                   { width: 460px; }/*460*/
.container .nine.columns                    { width: 520px; }/*520*/
.container .ten.columns                     { width: 580px; }/*580*/
.container .ten-2.columns                   { width: 620px; }
.container .eleven.columns                  { width: 640px; }/*640*/
.container .twelve.columns                  { width: 700px; }/*700*/
.container .thirteen.columns                { width: 760px; }/*760*/
.container .fourteen.columns                { width: 820px; }/*820*/
.container .fifteen.columns                 { width: 880px; }/*880*/
.container .sixteen.columns                 { width: 940px; }/*940*/

.container .one-third.column                { width: 300px; }
.container .one-third-2.column              { width: 355px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container                                  { width: 768px; }
  .container .column,
  .container .columns                         { margin-left: 10px; margin-right: 10px;  }
  .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
  .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
  .alpha.omega                                { margin-left: 0; margin-right: 0; }

  .container .one.column,
  .container .one.columns                     { width: 28px; }
  .container .two.columns                     { width: 76px; }
  .container .three.columns                   { width: 124px; }
  .container .four.columns                    { width: 172px; }
  .container .four-2.columns                  { width: 170px; }
  .container .five.columns                    { width: 220px; }
  .container .six.columns                     { width: 268px; }
  .container .seven.columns                   { width: 316px; }
  .container .eight.columns                   { width: 364px; }
  .container .nine.columns                    { width: 412px; }
  .container .ten.columns                     { width: 460px; }
  .container .ten-2.columns                   { width: 500px; }
  .container .eleven.columns                  { width: 508px; }
  .container .twelve.columns                  { width: 556px; }
  .container .thirteen.columns                { width: 604px; }
  .container .fourteen.columns                { width: 652px; }
  .container .fifteen.columns                 { width: 700px; }
  .container .sixteen.columns                 { width: 748px; }

  .container .one-third.column                { width: 236px; }
  .container .two-thirds.column               { width: 492px; }

  /* Offsets */
  .container .offset-by-one                   { padding-left: 48px; }
  .container .offset-by-two                   { padding-left: 96px; }
  .container .offset-by-three                 { padding-left: 144px; }
  .container .offset-by-four                  { padding-left: 192px; }
  .container .offset-by-five                  { padding-left: 240px; }
  .container .offset-by-six                   { padding-left: 288px; }
  .container .offset-by-seven                 { padding-left: 336px; }
  .container .offset-by-eight                 { padding-left: 384px; }
  .container .offset-by-nine                  { padding-left: 432px; }
  .container .offset-by-ten                   { padding-left: 480px; }
  .container .offset-by-eleven                { padding-left: 528px; }
  .container .offset-by-twelve                { padding-left: 576px; }
  .container .offset-by-thirteen              { padding-left: 624px; }
  .container .offset-by-fourteen              { padding-left: 672px; }
  .container .offset-by-fifteen               { padding-left: 720px; }
}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container { width: 300px; }
  .container .columns,
  .container .column { }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .ten-2.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column  { width: 96%; }

  .container .logo.column       { width: 200px; }
  .container .nav.column        { width: 90px; margin-left: 10px; }


  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen { padding-left: 0; }

}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 420px; }
  .container .columns,
/*  .container .column { margin: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
*/
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .ten-2.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column { width: 420px; }

  .container .logo.column       { width: 200px; }
  .container .nav.column        { width: 210px; margin-left: 10px; }
  .container .four-2.columns	  { width: 408px; }
}


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { 
  #contact_email {
    width: 185px;
    padding-left: 10px;
  }
  .collection_menu {
    display: none;
  }
  #tag_filter {
    display: block;
  }
  h1.collection_title_tags, div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .cloudzoom-lens {
    width:140px;
    height:120px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .nav ul.main.menu li a { font-size: 11px; }
  .nav ul li { padding: 0 0 0 5px; font-size: 11px; }
  .flex-caption { top: 0; }
  .or, .tablet-hide { display: none; }
  .tablet-show { display: block; }
  .top-nav.tablet-show { height: auto; text-align: center; }
  .top-nav ul.top_menu { line-height: 35px; }
  .top-nav ul.top_menu li a { letter-spacing: -0.3px; }
  img.nav-open {
    vertical-align: bottom;
    cursor: pointer;
  }
  .hidden-search {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    z-index: 9999;
  }
  .hidden-search-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    top: 45%;
    z-index: 99999;
  }
  .hidden-search-content .search_box{
    font-size: 20px;
    background-size: 19px;
    padding: 7px 7px 7px 30px;
    width: 261px;
  }
  .nav-close {
    position: fixed;
    top: 20px;
    right: 27px;
    color: #fff;
  }
  .thumbnail h6.title { font-size: 13px; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #contact_email {
    width: 64%;
  }
  #sign_up{
    width: 25%!important;
  }
  .search_page_text {
    text-align: left;
  }
  a.button, 
  button,
  .action_button, 
  a.action_button, 
  textarea {
    width: 85%;
	display: inline;
  }

  .flexslider a.action_button {
    width: initial;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"], 
  input.action_button[type="button"] {
    margin-left: 0;
    width: 100%;
  }

  .cart_icons, .or {
    display: none;
  }
  .credits_right {
    text-align: left;
  }
  .container .column.thumbnail, .container .columns.thumbnail {
    margin-top: 1em;
  }
  table[style] {
    max-width:98% !important;
  }
  tr, td {
    display:block;
    width:100% !important;
    max-width:100% !important;
    padding:0px !important;
    text-align: center;
  }
  .title_column {
    float:left;
  }
  .subtotal_amount {
    text-align:right;
  }
  .mobile_left {
    text-align:left;
  }
  .container div.mobile_only {
    display:block;
  }
  .quantity_label {
    display: inline;
  }  
  .price_total {
    text-align: right;
  }
  .price_total_text {
    display:block;
  }
  .update_subtotal, .price_total, .remove_column, .checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th, table tr td {
    padding: 2px;
  }
  input.action_button {
    margin-bottom: 0.5em !important;
    width: 85%!important;
  }
  .multiple_product_images {
    display: none;
  }
  .flex-caption {
    top: 40%;
  }
  .flex-caption .headline {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .flex-caption p.subtitle {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .container .blog_content {
    padding-left: 0;
    border: 0;
  }
  #quantity {
    margin: 0px auto;
  }
  .mobile-hide, .footer_menu { display: none; }
  .mobile-show { display: block; }
  .pos-rel { position: relative; }
  .footer h6 { border-bottom: 1px solid #d0d0d0; text-indent: 10px; padding: 7px 0; }
  .block-control {
    display: block;
    text-decoration: none;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/icons-2.png) -520px -3px no-repeat;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
  }
  .block-control.block-show {
    background: url(../images/icons-2.png) -483px -4px no-repeat;
  }
  .footer-wrap.mobile-show.bg-footer {
    margin: 10px!important;
    border-bottom: 0px;
	width:96%;
  }
  .payment_methods {
    margin: 4px 0;
    text-align: center;
  }
  .footer ul {
    padding: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  ul.footer_menu li {
    text-indent: 15px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile_hidden { display: none !important }
  ul.menu li { padding: 0 0 0 10px; }
  .navicon_button { display: block; }
  .top-nav { height: auto; }
  .top-nav ul.top_menu { text-align: center; }
  .search-mobile {
    display: block;
    clear: both;
    padding: 5px 0;
  }
  .top-nav .search_box { margin: 0 auto; }
  .nav { margin: 0px; border-top: 0px; }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .mobile_hidden { display: none !important }
  .top-nav { height: auto; }
  .search-mobile {
    display: block;
    clear: both;
    padding: 5px 0;
  }
  .top-nav .search_box { margin: 0 auto; }
  .top-nav ul.top_menu { text-align: center; }
  .navicon_button { display: block; }
  .nav { margin: 0px; border-top: 0px; }
  ul.menu li a.cart { padding-left: 25px; }
  ul.menu li a.navicon { padding-left: 28px; }
  ul.menu li { padding: 0 }
  .cart_count { display: none;}
  ul.mobile_menu input.search_box { width: 240px !important;}
  .flex-caption .headline, .flex-caption p.subtitle{
    font-size: 1.1em;
    font-height: 1.1em;
  }
  .flex-caption p.subtitle {
    font-size: 0.9em;
    line-height: 0.9em;
    margin-bottom: 0.5em;
  }  
  .flex-caption .action_button {
    padding: 4px 15px;
    font-size: 12px;
  }
  .flex-direction-nav .flex-prev {display: none;}
  .flex-direction-nav .flex-next {display: none;}

  h1, h2, h1.home, h1.blog_title, h3, h4, h5, h6, .title a { 
    font-size: 105%;
  }
  h1, h1.home, h1.blog_title, .title a, h2 {
    padding:0;
  }
  .four-2 {
    width: 280px !important;
  }
  #contact_email {
    width: 194px;
  }
  #sign_up {
    width: 80px;
    padding: 0px;
    margin-bottom: 0px !important;
  }
}
@media
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2) {
    ul.menu li a.navicon {
        
      background-image: url(../images/menu_dark2x.png);
      
      background-size: 20px 119px;
    } 
    input.search_box {
      background: #fff url(../images/search2x.jpg) no-repeat 6px;
      background-size: 14px 14px; 
    }
    .nav ul li a.cart {
        
      background-image: url(../images/cart_dark2x.png);
      
      background-size: 16px 64px;
    }
  }

@-moz-document url-prefix() {
  input.search_box {
    position: relative;
    top: 1px;
  }
  .inline_purchase {
    position: relative;
    top: 12px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
Upload your font files to Assets and then
copy your FontName into code below and remove
comment brackets */

/*  @font-face {
font-family: 'FontName';
src: url('FontName.eot');
src: url('FontName.eot?iefix') format('eot'),
url('FontName.woff') format('woff'),
url('FontName.ttf') format('truetype'),
url('FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }
*/

@font-face {
  font-family: 'open_sans_semibold';
  src: url('opensans-semibold-webfont.eot');
  src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('opensans-semibold-webfont.woff2') format('woff2'),
    url('opensans-semibold-webfont.woff') format('woff'),
    url('opensans-semibold-webfont.ttf') format('truetype'),
    url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}

.spacer{
	clear:both;
	margin:0 0 15px 0;
	padding:0;
	}
.boxred{
	clear:both;
	width:100%;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	background:#F00;
	text-align:center;
	color:#FFF;
	}
.boxgreen{
	clear:both;
	width:100%;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	background:#090;
	text-align:center;
	color:#FFF;
	}		
.editqty {
	border: 1px solid #FF0000;
	padding: 2px 4px 2px 4px;
	height: 15px;
	width: 10px;
}
.editqty:hover {
	background: #fff98a;
}
.inplace_save {
	font-size: 10px;
	border: 0;
	background: #fff98a;
	padding: 0;
	margin: 0;
}
.inplace_cancel {
	width: 18px;
	height: 18px;
	background: #fff98a;
	border: 0;
	padding: 0px 4px 2px 4px;
	margin: -4px 0 0 0;
}
.inplace_field{
	width:15px;
	}
.bgyellow {
	height: 15px;
	padding: 2px 0 2px 0;
}
.textfield{
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  background: #fff; 
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; 
  appearance: none;
  }
.textfieldr{
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  background: #fff; 
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; 
  appearance: none;
  }

.selectfield{
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    color: #55595c;
  }
.red{
	color:#F00;
	}
.redk{
	color:#F00;
	font-weight:normal;
	font-size:14px;
	}

.m10{
	width:10%;
	float:left;
	}
.m80{
	width:85%;
	margin-left:10px;
	float:left;
	}		