/** Shopify CDN: Minification failed

Line 44:4 Expected identifier but found "*"
Line 45:4 Expected identifier but found "*"
Line 217:4 Expected identifier but found "*"
Line 236:4 Expected identifier but found "*"
Line 244:4 Expected identifier but found "*"
Line 322:2 All "@import" rules must come first
Line 2026:4 Expected identifier but found "*"
Line 2074:4 Expected identifier but found "*"
Line 2075:4 Expected identifier but found "*"

**/
    /*
   * HTML5 Boilerplate
   *
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */
  /* =============================================================================
     HTML5 element display
     ========================================================================== */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  html {
  float: right;
  display: inline;
  width: 100%;
  direction: rtl;
  }
  audio[controls], canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  /* =============================================================================
     Base
     ========================================================================== */
  /*
   * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
   *    http://clagnut.com/blog/348/#c790
   * 2. Force vertical scrollbar in non-IE
   * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
   *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
   * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
   *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
   */
  html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
  }
  body,
  button,
  input,
  select,
  textarea {
    font-family: sans-serif;
    color: #222;
  }
  /* =============================================================================
     Links
     ========================================================================== */
  a:focus {
    outline: thin dotted;
  }
  /* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
  a:hover, a:active {
    outline: 0;
  }
  /* =============================================================================
     Typography
     ========================================================================== */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: bold;
  }
  blockquote {
    margin: 1em 40px;
  }
  dfn {
    font-style: italic;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  /* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
  pre,
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
  }
  /* Improve readability of pre-formatted text in all browsers */
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  q {
    quotes: none;
  }
  q:before, q:after {
    content: "";
    content: none;
  }
  small {
    font-size: 85%;
  }
  /* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  /* =============================================================================
     Lists
     ========================================================================== */
  ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
  }
  dd {
    margin: 0 0 0 40px;
  }
  nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* =============================================================================
     Embedded content
     ========================================================================== */
  /*
   * Improve image quality when scaled in IE7
   * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
   */
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  /*
   * Correct overflow displayed oddly in IE9 
   */
  svg:not(:root) {
    overflow: hidden;
  }
  /* =============================================================================
     Figures
     ========================================================================== */
  figure {
    margin: 0;
  }
  /* =============================================================================
     Forms
     ========================================================================== */
  form {
    margin: 0;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  /* 
   * 1. Correct color not inheriting in IE6/7/8/9 
   * 2. Correct alignment displayed oddly in IE6/7 
   */
  legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
  }
  /* Indicate that 'label' will shift focus to the associated form element */
  label {
    cursor: pointer;
  }
  /*
   * 1. Correct font-size not inheriting in all browsers
   * 2. Remove margins in FF3/4 S5 Chrome
   * 3. Define consistent vertical alignment display in all browsers
   */
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  /*
   * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
   * 2. Correct inner spacing displayed oddly in IE6/7
   */
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  /*
   * 1. Display hand cursor for clickable form elements
   * 2. Allow styling of clickable form elements in iOS
   */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  /*
   * Consistent box sizing and appearance
   */
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
  }
  input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"], input[type="text"], input[type="email"] {background:url(/cdn/shop/t/2/assets/inputbg.jpg?v=178685340553565069071494310690) top left repeat-x #ffffff;}

  /* 
   * Remove inner padding and border in FF3/4
   * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
   */
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  /* Remove default vertical scrollbar in IE6/7/8/9 */
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  /* Colors for form validity */
  input:invalid, textarea:invalid {
    background-color: #f0dddd;
  }
  /* =============================================================================
     Tables
     ========================================================================== */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* =============================================================================
     Primary styles
     Author: 
     ========================================================================== */
  ::-moz-selection {
    background: #ffffff;
    color: #000000;
    text-shadow: none;
  }
  ::selection {
    background: #ffffff;
    color: #000000;
    text-shadow: none;
  }
  @font-face {
    font-family: 'OstrichSansBlack';
    src: url("/cdn/shop/t/2/assets/ostrich-black-webfont.eot?v=58686591130986458241494310657");
    src: url("/cdn/shop/t/2/assets/ostrich-black-webfont.eot?%23iefix&v=58686591130986458241494310657") format('embedded-opentype'), url("/cdn/shop/t/2/assets/ostrich-black-webfont.woff?v=125465261510372777201494310657") format('woff'), url("/cdn/shop/t/2/assets/ostrich-black-webfont.ttf?v=136482121197294476801494310657") format('truetype'), url("/cdn/shop/t/2/assets/ostrich-black-webfont.svg%23OstrichSansBlack?0") format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'BebasNeueRegular';
    src: url("/cdn/shop/t/2/assets/BebasNeue-webfont.eot?v=107661685466780143141494310682");
    src: url("/cdn/shop/t/2/assets/BebasNeue-webfont.eot?%23iefix&v=107661685466780143141494310682") format('embedded-opentype'), url("/cdn/shop/t/2/assets/BebasNeue-webfont.woff?v=150664130948291525911494310682") format('woff'), url("/cdn/shop/t/2/assets/BebasNeue-webfont.ttf?v=158368943875853756661494310682") format('truetype'), url("/cdn/shop/t/2/assets/BebasNeue-webfont.svg%23BebasNeueRegular?0") format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300);

  @font-face {
      font-family: 'Social Icons';
      src: url("/cdn/shop/t/2/assets/socialicons-webfont.eot?v=42847831625997240341494310668");
      src: url("/cdn/shop/t/2/assets/socialicons-webfont.eot?%23iefix&v=42847831625997240341494310668") format('embedded-opentype'), url("/cdn/shop/t/2/assets/socialicons-webfont.woff?v=3689798473358558441494310669") format('woff'), url("/cdn/shop/t/2/assets/socialicons-webfont.ttf?v=37066704111339533391494310669") format('truetype'), url("/cdn/shop/t/2/assets/socialicons-webfont.svg%23SocialicoRegular?0") format('svg');
      font-weight: normal;
      font-style: normal;
  }
  body {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    /*
    
    */

  }
  p {
    margin: 0 0 15px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
  }
  a {
    text-decoration: underline;
    color: #ffffff;
  }
  a:hover {
    text-decoration: underline;
    color: #dedede;
  }
  .container {
    width: 1035px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    background-color: #000000;
  }
  #header {position:relative;
    margin: 0 0 27px 0;
  }
  #header h1 {
    font-size: 48px;
    font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
    font-weight: normal;
  }
  #header h1 a {
    color: #e7ecee;
  }
  #header h1 a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .header_cart {
    float: left;
    width: 250px;
    text-align: right;
    margin: 5px 0 0 0;
  }
  .header_cart p {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0 0 0;
    color: #ffffff;
  }
  .header_cart p span {
    display: block;
    font-size: 12px;
    text-decoration: none;
  }
  .header_cart span {
    color: #dedede;
  }
  .header_cart .b_rect {
    float: right;
    margin: 0 0 0 15px;
  }
  .header_cart .header_account {
    text-transform: uppercase;
    font-weight: normal;
  }
  .header_cart .header_account a {
    margin: 0 0 0 12px;
    font-size: 10px;
  }
  .oldie .catlist_arrow {
    display: none;
  }
  .oldie #nav ul ul {
    margin-top: 0;
  }
  #nav.clearfix {
    padding: 0;
  }
  #nav {
    margin: 0 0 0 0;
    background-color: #000000;
    position: relative;
    z-index: 1000;
    border-top: 3px solid #ffffff;
  }
  #nav ul {
    width: 745px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 20px;
  }
  #nav ul li {
    list-style: none;
    float: right;
  }
  #nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 22px 25px;
    display: block;
    text-transform:uppercase;
  }
  #nav ul li a.active {
    background-color: #ffffff;
    color: #000000;
  }
  #nav ul li a:hover {
    background-color: #ffffff !important;
    color: #000000;
  }
  #nav ul ul {
    position: absolute;
    display: none;
    z-index: 20;
  }


  #nav ul ul ul {position:relative;margin:0px;padding:0px;display:block;}
  #nav ul ul.navsubmenu {  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);background: #fff;  width:980px;left:50%;margin: 0px 0 0 -500px;  padding: 10px;}
  #nav ul ul li.navsubmenucolumn {float:left;width:25%;}
  #nav ul ul li a {display:block;border-bottom:solid #000 1px;background:none!important;color: #000;  font-weight: 700;  padding: 10px 0px;  margin: 0 10px;}
  #nav ul ul li a:hover {color:#333;}
  #nav ul ul ul {width:auto!important;margin:0px;padding:0px;}
  #nav ul ul ul li {width:auto!important;float:none;}
  #nav ul ul li ul li a {border-bottom:solid #000 0px;font-weight:400;padding:7px 0px 3px 0px;}
  #nav svg {display:none!important;}

  #nav ul li.linkid-Learn ul li a, #nav ul li.linkid-Chelsea ul li a, #nav ul li.linkid-Pro ul li a {border-bottom:0px;}
  #nav ul li.linkid-Learn, #nav ul li.linkid-Chelsea, #nav ul li.linkid-Pro {position:relative;}
  #nav ul li.linkid-Learn ul, #nav ul li.linkid-Chelsea ul, #nav ul li.linkid-Pro ul {width:254px;left:0px;margin-left:0px;}
  #nav ul li.linkid-Learn ul li.navsubmenucolumn, #nav ul li.linkid-Chelsea ul li.navsubmenucolumn, #nav ul li.linkid-Pro ul li.navsubmenucolumn {float:none;width:auto;}



  #nav ul li.hover ul {
    display: block;
  }
  #nav form {
    float: left;
    width: 198px;
    height: 28px;
    border: 1px solid #000000;
    background:url(/cdn/shop/t/2/assets/inputbg.jpg?v=178685340553565069071494310690) top left repeat-x #ffffff;
    margin: 15px 15px 0 0;
    padding: 0 0 0 0;
  }
  #nav form input {
    vertical-align: top;
    line-height:16px;
  }
  #nav form input:focus {
    outline: none;
  }
  #nav form #go {
    margin: 6px 0 0 6px;
  }
  body.catalog #nav .nav_catalog {
    background-color: #ffffff;
    color: #000000;
  }
  #q {
    background: none;
    font-size: 14px;
    color: #000000;
    border: none;
    width: 169px;
    height: 16px;
    line-height: 1;
    margin: 7px 0 0 0;
    padding: 0;
  }
  .rslides {position: relative;list-style: none;overflow: hidden;padding:0px;  margin: 0px 0 0 0;z-index:10;}
  .rslides li {width:100%;position: absolute;display: none;left: 0;top: 0;}
  .rslides li:first-child {position: relative;display: block;float: left;}
  .rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}

  #marquee {
    position: relative;
    margin: 45px 0 0 0;
    width: 960px;height:404px!important;
    overflow: hidden;
  }
  #marquee .slide {
    display: block;
    position: relative;
    width: 960px;
  }
  #marquee .slide img {
    display: block;
    max-width: 100%;
  }
  #marquee .slide .slide_content {
    width: 328px;
    color: #e7ecee;
    padding: 10px 10px 15px 15px;
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    top: 30px;
  }
  #marquee .slide .slide_content h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  #marquee .slide .slide_content div p {
    color: #e7ecee;
  }
  #marquee .slide .slide_content p {
    color: #b0c1c7;
  }
  #marquee .slide .slide_content .svg_tag {
    width: 161px;
    height: 90px;
    float: left;
  }
  #marquee .slide .slide_content .slide_tag {
    width: 142px;
    display: block;
    text-decoration: none;
    height: 76px;
    padding: 14px 5px 0 14px;
    position: absolute;
    z-index: 100;
    left: 15px;
  }
  #marquee .slide .slide_content .slide_tag p {
    margin: 0;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  #marquee .slide .slide_content .slide_tag .slide_price {
    font-size: 57px;
    font-size: 57px;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 57px;
    width: 124px;
    overflow: hidden;
  }
  #marquee .slide .slide_content .slide_desc {
    float: right;
    width: 154px;
    font-size: 16px;
    line-height: 21px;
    padding: 4px 0 0 0;
    margin: 0;
  }
  #marquee #marquee_content {
    width: 328px;
    color: #e7ecee;
    padding: 10px 10px 15px 15px;
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    top: 30px;
  }
  #marquee #marquee_content h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  #marquee #marquee_content div p {
    color: #e7ecee;
  }
  #marquee #marquee_content p {
    color: #b0c1c7;
  }
  #marquee #marquee_content #tag_svg {
    width: 161px;
    height: 90px;
    float: left;
  }
  #marquee #marquee_content #marquee_tag {
    width: 142px;
    display: block;
    text-decoration: none;
    height: 76px;
    padding: 14px 5px 0 14px;
    position: absolute;
    z-index: 100;
    left: 15px;
  }
  #marquee #marquee_content #marquee_tag p {
    margin: 0;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  #marquee #marquee_content #marquee_tag #marquee_price {
    font-size: 57px;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 57px;
    width: 124px;
    overflow: hidden;
  }
  #marquee #marquee_content #marquee_desc {
    float: right;
    width: 154px;
    font-size: 16px;
    line-height: 21px;
    padding: 4px 0 0 0;
    margin: 0;
  }
  #main {
    padding: 44px 0 30px 0;
  }
  #home_side {
    font-size: 14px;
    line-height: 21px;
  }
  #home_side h3, #sortable h3 {
    font-size: 16px;
    line-height: 13px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  #home_side h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;font-weight:normal;
  }
  #home_side .homeselector, .collection-style .homeselector {
    width: 300px;
    margin: 0 0 30px 0;
  }
  .collection-style .homeselector {
    margin: 0 19px 30px 0;
  }
  .collection-style .sortable-class {
    float: left;
  }
  #home_side .homeselector select, .collection-style .homeselector select {
    width: 300px;
    height: 41px;
  }
  #home_side .homeselector span, .collection-style .homeselector span {
    width: 268px;
  }
  .gray_box {
    padding: 30px 20px;
    margin: 0 0 45px 0;
    background-color: #1a1a1a;
    color: #858585;
  }
  .gray_box h3 {
    margin: 0 0 26px 0;
    color: #ffffff;
  }
  .gray_box h5 {
    color: #ffffff;
    font-weight: normal;
  }
  .gray_box .alt {
    color: #858585;
  }
  .gray_box .action_bottom {
    margin: 0;
  }
  .rss_button {
    background-image: url("/cdn/shop/t/2/assets/img-dark-gray_rss_mask.png?v=118406515921907059231494310688");
    background-repeat: no-repeat;
    background-color: #ffffff;
    float: left;
    margin: -1px 0 0 10px;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
  }
  #recent_blog_posts {
    padding-bottom: 1px;
  }
  #recent_blog_posts h3 span {
    float: left;
  }
  #recent_blog_posts h3 a {
    color: #ffffff;
  }
  #recent_blog_posts h3 a:hover {
    color: #ffffff;
  }
  #recent_blog_posts .post {
    margin: 0 0 7px 0;
    padding: 0 0 1px 0;
  }
  #recent_blog_posts .post h4 {
    margin: 0 0 2px 0;
  }
  #recent_blog_posts .post h4 a {
    text-decoration: none;
    color: #ffffff;
  }
  #recent_blog_posts .post h4 a:hover {
    text-decoration: underline;
  }
  #recent_blog_posts .post_date {
    font-size: 12px;
    margin: 0 0 9px 0;
    color: #858585;
  }
  #sortable {
    padding: 0 0 1px 0;
    margin: 0 0 9px 0;
  }
  #sortable h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
  }
  #sortable select {
    margin: 0 0 30px 0;
  }
  #sortable p {
    margin: -4px 0 30px 0;
  }
  #main h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 13px 0;
  }
  #main h2 {
    color: #ffffff;
  }
  h1 a {
    color: #ffffff;
  }
  h1 a:hover {
    color: #ffffff;
  }
  h2 {font-weight:normal;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px 0;
  }
  h3, .spr-header-title {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 12px 0;
    font-weight: normal;
    color: #ffffff;
  }
  h3 .note {
  }
  h4 {
    font-size: 16px;
    line-height: 16px;
    color: #dedede;
    margin: 0 0 15px 0;
  }
  h5, h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .col66 {
    width: 630px;
  }
  .col33 {
    width: 300px;
  }
  #home_content {
    padding: 0 0 29px 0;
  }
  #home #primary_column {
    line-height: 21px;
    font-size: 14px;
  }
  #home h2 {
    margin: 0 0 19px 0;
    line-height: 32px;
  }
  #home h3 {
    font-weight: normal;
    letter-spacing: 1px;
  }
  #primary_column {
    padding: 4px 0 0 0;
    line-height: 21px;
    color: #ffffff;
  }
  .template-cart #primary_column {
    padding: 4px 0px 20px 0px;
  }
  .masonry {
    width: 990px;
  }
  .large_products {
    padding: 0 0 12px 0;
  }
  .collection-style .large_products {
    clear: both;
  }
  .large_products .large_product {
    background: #ffffff;
    float: left;
    width: 300px;
    margin: 0 30px 30px 0;
    position: relative;
    overflow: hidden;
  }
  .large_products .large_product .large_product_image {
    width: 300px;
    overflow: hidden;
    height: 300px;
    position: relative;
    min-height: 80px;
  }
  .large_products .large_product .large_product_image img {
    position: absolute;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
  }
  .large_products .large_product .large_product_sale {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    color: #ffffff;
      background: #fff;
      height: 24px;
      text-align: center;
      top: 22px;
      right: -26px;
      font: bold 14px Arial;
      width: 120px;
      line-height: 24px;

      /* Newer browsers (incl IE9) */
      transform: rotate(45deg);

      /* Safari */
      -webkit-transform: rotate(45deg);

      /* Firefox */
      -moz-transform: rotate(45deg);

      /* IE */
      -ms-transform: rotate(45deg);

      /* Opera */
      -o-transform: rotate(45deg);  
  }
  .large_products .large_product .large_product_image:hover {
    text-decoration: none;
  }
  .large_products .large_product img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .large_products .large_product a {
    display: block;
    text-decoration: none;
    font-size: 14px;
  }
  .large_products .large_product a .large_product_content {
    padding: 17px 15px 10px 13px;
  }
  .large_products .large_product a:hover .large_product_sale {
    color: #222222;
  }
  .large_products .large_product a:hover h4 {
    color: #222222;
  }
  .large_products .large_product a:hover p {
    color: #222222;
  }
  .large_products .large_product a:hover .large_product_price {
    background-color: #222222;
    color: #ffffff;
  }
  .large_products .large_product a:hover .large_product_content {
    background: #ffffff;
  }
  .large_products .large_product h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 4px 0;
    color: #000000;
    font-weight:normal;
    float: left;
    width: 100%;
  }
  .large_products .large_product h4 a:hover {
    text-decoration: underline;
  }
  .large_products .large_product p {
    margin: 0;
    color: #858585;
    float: left;
    width: 100%;
  }
  .large_products .large_product .large_product_price {
    float: right;
    margin: 0 0 15px 10px;
    background: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 18px;
    line-height: 16px;
    padding: 14px 9px 14px 10px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
    border: none;
    -webkit-font-smoothing: antialiased;
    width:auto;
  }
  .large_products .last_in_row {
    margin-right: 0;
  }
  .hgroup {
    margin: 0 0 14px 0;
    padding: 0 0 1px 0;
  }
  .hgroup h2 .header_link {
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }
  .small_products {
    margin: 0 0 43px 0;
  }
  .small_products a {
    float: left;
    display: block;
    width: 135px;
    margin: 0 30px 0 0;
  }
  .small_products img {
    display: block;
    max-width: 100%;
  }
  .small_products a:last-child, .small_products a.last {
    margin: 0;
  }
  #recently-viewed-products {
    margin: 0 0 43px 0;
  }
  .b_rect {
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;font-weight:600;
    line-height: 13px;
    padding: 11px 11px 13px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    letter-spacing: 1px;
    border: none;
    -webkit-font-smoothing: antialiased;
  }
  a.b_rect {
    text-decoration: none;
  }
  a.b_rect:hover, input.b_rect:hover {
    color: #000000;
    background: #dedede;
  }
  #customer_decline {
    background: #637479;
  }
  #footer {
    line-height: 21px;
    font-size: 14px;
    padding: 28px 15px 8px 15px;
    margin: 0 0 26px 0;
    color: #5d5b5b;
    background-color: #ffffff;
  }
  #footer h3 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
    color: #000000;
  }
  #footer p {
    margin: 0 0 20px 0;
  }
  #footer a {
    color: #000000;
  }
  #footer_left {
    width: 280px;
    margin: 0 36px 0 0;
    float: left;
  }
  #footer_mid {
    width: 300px;
    float: left;
  }
  #footer_mid ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    height: 32px;
  }
  #footer_mid ul li {
    display: inline;
    background-image: url("/cdn/shop/t/2/assets/cards.gif?v=52192515405408555771494310683");
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 32px;
    width: 50px;
    margin: 0px 0px 0px 10px;
    float: right;
  }
  #footer_mid .paypal {
    background-position: 0 0;
  }
  #footer_mid .visa {
    background-position: -50px 0;
  }
  #footer_mid .mastercard {
    background-position: -100px 0;
  }
  #footer_mid .amex {
    background-position: -150px 0;
  }
  #footer_mid .discover {
    background-position: -200px 0;
  }
  #footer_right {
    width: 286px;
    float: right;
  }
  #mail {
    height: 36px;
    border: solid #000 1px;
    color: #000;
    padding: 0 10px;
    width: 177px;
    vertical-align: top;
  }
  #mail:focus {
    outline:none;
  }
  #subscribe {
    width: 87px;
    border: none;
    color: #fff;
    background: #000;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;text-transform:capitalize;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
  }
  #subscribe:hover {
    background-color: #1a1a1a;
  }
  .copyright {
    font-size: 12px;
    color: #dedede;
  }
  .copyright .links {
    clear: right;
  }
  p.copyright_links {
    float: left;
  }
  .copyright_links a {
    display: block;
    background-color: #ffffff;
    height: 23px;
    text-decoration: none;
    text-indent: -9999px;
    float: right;
    background-image: url("/cdn/shop/t/2/assets/img-dark-social_mask.png?v=143364478511089535511494310689");
    background-repeat: no-repeat;
  }
  .copyright_links a:hover {
    background-color: #dedede;
  }
  .copyright_links .social_twitter {
    width: 33px;
  }
  .copyright_links .social_facebook {
    width: 28px;
    background-position: -33px 0;
  }
  .copyright_links .social_rss {
    width: 26px;
    background-position: -61px 0;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  #collection_description {
    margin: 0 0 30px 0;
  }
  #image {
    margin: 0 0 20px 0;
    position: relative;
  }
  #image a {
    display: block;
    max-width: 100%;
  }
  #image a img {
    width: 100%;
  }
  .loading {
    background: url("/cdn/shop/t/2/assets/img-dark-ajax-loader-large.gif?v=55890214298504543961494310688") 50% 50% no-repeat;
  }
  #thumbs ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  #thumbs ul li {
    float: left;
    height: 100px;
    margin: 0 20px 20px 0;
  }
  .back_to_catalog {
    float: right;
    margin: 9px 0 0 30px;
    font-size: 14px;
    font-weight: normal;
  }
  #product_side {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }
  #product_side .price {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
  }
  #product_side .price .price_field {
    padding: 0 12px 0 0;
  }
  #product_side .price del {
    font-size: 16px;
    color: #dedede;
    font-weight: normal;
  }
  #variants .selector {
    margin-left: -4px;
    margin-top: 2px;
  }
  #variants .selector-wrapper {
    margin: 0 0 20px 0;
  }
  #variants .selector-wrapper label {
    font-size: 16px;
    cursor: default;
    font-weight: bold;
    display: block;
  }

  #buy {
    color: #dedede;
    margin: 0 0 30px 0;
  }

  #add {
    padding: 13px 13px 10px 13px;
    margin: 0 4px 0 0;
  }
  #add.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
  }
  #description {
    margin: 0 0 14px 0;
    padding: 0 0 1px 0;
  }
  .text_share {
    font-size: 12px;
    position: relative;
  }
  .text_share .blog_share {
    position: relative;
    color: #ffffff;
    cursor: pointer;
  }
  .blog_share {
    z-index: 1;
  }
  .continue_browsing {
    font-size: 12px;
  }
  /*
  CART STUFF
  */
  .cart_table {
    width: 100%;
  }
  .cart_table tr {
    border-bottom: 1px solid #333f43;
  }
  .cart_table tr td {
    text-align: right;
    vertical-align: middle;
    padding: 30px 0;
    font-size: 14px;
    width: 130px;
    padding-right: 30px;
  }
  .cart_table tr th {
    padding: 30px 0;
  }
  .cart_table .total_row {
    border-bottom: 0;
  }
  .cart_table .total_row td {
    vertical-align: top;
  }
  .cart_table .total_row .quantity, .cart_table .total_row .total_price {
    padding-top: 35px;
  }
  .cart_table .total_row .total_price {
    font-size: 16px;
    font-weight: bold;
  }
  .cart_table .pic {
    width: 165px;
    padding-right: 0;
  }
  .cart_table .pic img {
    max-width: 135px;
  }
  .cart_table .title {
    width: auto;
  }
  .cart_table .title p {
    margin: 0;
    color: #dedede;
  }
  .cart_table .title p a {
    font-size: 16px;
    font-weight: bold;
  }
  .cart_table .notes {
    color: #dedede;
  }
  .cart_table .notes label {
    display: block;
    margin: 0 0 5px 0;
  }
  .cart_table .notes textarea {
    width: 290px;
    height: 100px;
    padding: 5px;
  }
  .cart_table .quantity input {
    width: 58px;
    height: 28px;
    text-align: center;
    padding: 0;
  }
  .cart_table .item_price {
    text-align: right;
  }
  .cart_table .remove {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .cart_table .remove .additional-checkout-buttons {
    margin: 20px 0 5px 0;
  }
  .cart_account {
    margin-top:10px;
    text-align: center;
  }
  #b_update {
    background: transparent;
    border: none;
    line-height: 24px;
    padding: 0;
    height: auto;
    width: auto;
    color: #ffffff;
  }
  .pagination {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .pagination li {
    display: inline;
    padding: 0 12px;
    font-size: 14px;
  }
  .pagination li span {
    color: #dedede;
  }
  .pagination li a {
    background: #ffffff;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 16px;
    font-weight: bold;
    padding: 10px 14px 8px 14px;
  }
  .pagination li a:hover {
    color: #000;
    background: #ccc;
    text-decoration: none;
  }
  #main .blog_pagination li a {
    font-family: 'OstrichSansBlack', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 16px;
    padding: 14px 9px 10px 10px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 16px;
    padding: 14px 9px 10px 10px;
    font-family: 'OstrichSansBlack', Helvetica, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
    border: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    color: #ffffff;
  }
  #main .blog_pagination li a:hover {
    color: #ffffff;
    background: #637479;
  }
  .body {
    position: relative;
  }
  .body img {
    max-width: 100%;
  }
  .body table {
    margin: 0 0 30px 0;
  }
  .body table th, .body table td {
    padding: 10px;
  }
  .body table th {
    text-align: left;
  }
  .body table td {
    background: #f9f9f9;
  }
  .body table tr:nth-child(2n) td {
    background: #f4f4f4;
  }
  blockquote {
    background: #f9f9f9;
    padding: 20px;
  }
  .entry {
    margin: 0 0 40px 0;
  }
  .entry h2 {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 24px;
  }
  .entry h2 a {
    color: #ffffff;
  }
  .entry h2 a:hover {
    color: #ffffff;
  }
  .entry .title {
    color: #858585;
  }
  .entry .title h3 a {
    color: #ffffff;
  }
  .entry .title h3 a:hover {
    color: #ffffff;
  }
  .entry .title p {
    font-size: 12px;
  }
  .entry .title p .blog_share {
    float: right;
    margin-left: 10px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
  }
  .entry .title p .blog_share .blog_share_icons {
    margin-top: 5px;
  }
  .entry .title p .blog_tags {
    padding: 0 0 0 10px;
  }
  .entry .entry_comment_count {
    font-size: 12px;
    color: #858585;
  }
  #error {
    padding: 18px;
    background: #f0c6c6;
    color: #7b0f0f;
    border: 1px solid #7b0f0f;
  }
  .input.error {
    border: 1px solid #da0000;
  }
  .no-js .blog_share:hover .blog_share_icons {
    display: block;
    opacity: 1;
  }
  .blog_share_icons {
    width: 207px;
    display: none;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin: 0 0 0 -104px;
    opacity: 0;
  }
  .blog_share_icons a {
    display: inline-block;
    font-family: 'Social Icons';
    font-weight: normal;
    font-size: 35px;
    line-height: 1;
    width: 35px;
    padding: 5px 3px 3px 3px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
  }
  .blog_share_icons a.first-link {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 5px;
  }
  .blog_share_icons a.last-link {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .blog_share_icons a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #fff;
  }
  .blog_share_icons span {
    position: absolute;
    left: 94px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.75); /* ie.css */
    top: -10px;
  }
  #blog_tags {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 35px 0;
  }
  #blog_tags li {
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    height: 22px;
  }
  #blog_tags li a {
    color: #ffffff;
    background: #fe6f61;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 8px;
    line-height: 22px;
  }
  #blog_tags li a span {
    font-weight: bold;
    color: #ffffff;
  }
  #blog_tags li a:hover {
    text-decoration: none;
    background: #637479;
    color: #ffffff;
  }
  #blog_tags li a.active {
    background: #637479;
    color: #ffffff;
  }
  #blog_tags li a.active:hover {
    color: #ffffff;
    background: #fe6f61;
  }
  #collection_tags {
    float: right;
    width: 340px;
    text-align: right;
    line-height: 30px;
  }
  #collection_tags .selector {
    width: 155px;
    float: right;
    text-align: left;
    margin-left: 10px;
  }
  #collection_tags .selector span {
    width: 123px;
  }
  #collection_tags .selector select {
    width: 155px;
  }
  .search_results {
    padding: 40px 0 0 0;
  }
  .search_results .result {
    margin: 0 0 40px 0;
    padding: 0 0 40px 130px;
    position: relative;
    border-bottom: 1px solid #333f43;
    min-height: 100px;
  }
  .search_results .result figure {
    position: absolute;
    left: 0;
  }
  .search_results .result p {
    margin: 0;
  }
  .search_results .result h3 small {
    font-size: 18px;
    margin-left: 10px;
  }
  .search_results .no_image {
    padding-left: 0;
    min-height: 0;
  }
  .search_results .result:last-child {
    border: none;
  }
  .input {
    background: #b0c1c7;
    background-image: none;
    border: 1px solid #384347;
    color: #1f2527;
    padding: 9px;
    margin: 0 0 2px 0;
  }
  .input:focus {
    border-color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px #ffffff;
    -moz-box-shadow: 0px 0px 5px 0px #ffffff;
    box-shadow: 0px 0px 5px 0px #ffffff;
  }
  #comments input.input {
    width: 350px;
  }
  #comments textarea {
    width: 350px;
    height: 120px;
  }
  #comments {
    /*  border-top: 1px solid ~"#333f43"; */

    padding: 30px 0 0 0;
  }
  #comments h3 span {
    font-size: 14px;
  }
  #comments .pagination li {
    font-size: 12px;
  }
  .comment {
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #333f43;
  }
  .comment.end {
    border-bottom: none;
  }
  .comment_meta {
    color: #858585;
  }
  .address_table {
    border-bottom: 1px solid #333f43;
    padding: 30px 0 15px 0;
  }
  .address_table .gray_box {
    margin: 0 0 15px 0;
  }
  .last.address_table {
    border: none;
  }
  .action_bottom .note {
    position: relative;
    top: -2px;
  }
  .action_bottom .b_rect {
    margin-right: 4px;
  }
  .ie7 .action_bottom .note {
    top: 0;
  }
  .forgot_password_link {
    font-size: 12px;
  }
  /* 
    TWITTER WIDGET
  */
  #main .twtr-ft,
  #main .twtr-hd,
  #main .twtr-user,
  #main .twtr-reply,
  #main .twtr-rt,
  #main .twtr-fav {
    display: none !important;
  }
  #main .twtr-doc {
    width: auto !important;
  }
  #main .twtr-bd {
    padding: 0 !important;
  }
  #main #twtr-widget-1 .twtr-new-results,
  #main #twtr-widget-1 .twtr-results-inner,
  #main #twtr-widget-1 .twtr-timeline,
  #main #twtr-widget-1 .twtr-doc,
  #main #twtr-widget-1 .twtr-hd a,
  #main #twtr-widget-1 h3,
  #main #twtr-widget-1 h4 {
    background-color: transparent !important;
  }
  #main .collection-style #twitter h3 {
    float: left;
    margin-right: 20px;
  }
  #main .twtr-widget {
    font-family: inherit !important;
  }
  #main .twtr-widget .twtr-tweet-wrap, #main .twtr-widget .twtr-tweet {
    overflow: visible !important;
  }
  #main .collection-style #twtr-widget-1 .twtr-tweet {
    width: 293px;
    float: left;
    border-bottom: none !important;
    margin: 0 20px 60px 0 !important;
  }
  #main .collection-style #twtr-widget-1 {
    clear: both;
  }
  #main #twitters {
    visibility: hidden;
  }
  #main #home_side:hover #twitters {
    visibility: visible;
  }
  #main #twtr-widget-1 .twtr-timeline {
    margin-right: -20px;
  }
  #main #twtr-widget-1 .twtr-tweet {
    border-bottom: none !important;
    margin: 0 3px 80px 1px !important;
    width:259px;
  }
  #main #twtr-widget-1 .twtr-tweet a {
    color: #000000 !important;
  }
  #main #twtr-widget-1 .twtr-tweet a:hover {
    color: #333333 !important;
  }
  #main #twitter-w {
    padding: 0 0 10px 0;
  }
  #main .twtr-tweet-wrap {
    padding: 0 !important;
  }
  #main #twtr-widget-1 .twtr-tweet-text p {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px 16px 13px 16px !important;
    margin: 0;
    font-size: 14px !important;
    color: #646464 !important;
    line-height: inherit !important;
    position: relative !important;
    overflow: visible;
    width:227px !important;
  }
  #main #twtr-widget-1 .twtr-tweet-text em {
    color: #1a1a1a !important;
    background: url("/cdn/shop/t/2/assets/newtwitter.jpg?v=61395559529341519131494310656") no-repeat;
    height: 19px;
    font-size: 12px;
    padding: 25px 0 0 37px !important;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    width: 198px;
    bottom: -44px;
  }
  #main #twtr-widget-1 .twtr-tweet-text em a {
    color: #dedede !important;
  }
  #main #twtr-widget-1 .twtr-tweet-text em a:hover {
    color: #dedede !important;
    text-decoration: none;
  }
  #twitter {
    padding-bottom: 39px;
  }
  .collection-style #twitter.gray_box {
    margin-bottom: 10px;
  }
  .collection-style #twitter {
    padding-bottom: 0;
    position: relative;
  }
  #twitter .b_rect {
    background-color: #ffffff;
  }
  .collection-style #twitter .b_rect {
    position: absolute;
    right: 22px;
    top: 20px;
  }
  #twitter .b_rect:hover {
    background-color: #dbdbdb;
  }
  /* =============================================================================
     DARK VARIATION
     ========================================================================== */
  .dark .container {

  }
  .dark #nav form {
    border: none;
    margin-right: 0;
  }
  .dark .copyright a {
    color: #dedede;
  }
  .dark .copyright a:hover {
    color: #ffffff;
  }
  /* =============================================================================
     Non-semantic helper classes
     Please define your styles before this section.
     ========================================================================== */
  /* For image replacement */
  .ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
  .ir br {
    display: none;
  }
  /* Hide for both screenreaders and browsers:
     css-discuss.incutio.com/wiki/Screenreader_Visibility */
  .hidden {
    display: none;
    visibility: hidden;
  }
  /* Hide only visually, but have it available for screenreaders: by Jon Neal.
    www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  /* Hide visually and from screenreaders, but maintain layout */
  .invisible {
    visibility: hidden;
  }
  /* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    zoom: 1;
  }
  /* =============================================================================
     PLACEHOLDER Media Queries for Responsive Design.
     These override the primary ('mobile first') styles
     Modify as content requires.
     ========================================================================== */
  @media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
  }
  @media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */
  }
  /* =============================================================================
     Print styles.
     Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important;
    }
    /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
      color: #444 !important;
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page  {
      margin: 0.5cm;
    }
    p, h2, h3 {
      orphans: 3;
      widows: 3;
    }
    h2, h3 {
      page-break-after: avoid;
    }
  }
  .desyrel {font-size:24px;}
  .trajan {font-size:16px;}
  h2.trajan {font-size:28px;}

  ul.tick {padding:0px;list-style-type:none;}
  ul.tick li {padding-right:20px;background:url("/cdn/shop/t/2/assets/tick.png?v=92650540846026728781494310676") 0 5px no-repeat; background-position: right;}
  strong {color:#ffffff;}
    #freedel {border-bottom:solid #000 2px;background:#505050;}
    #delspecial {border-bottom:solid #000 2px;background:#95b926;color:#fff;font-weight:700;text-transform:uppercase;padding:5px 0px;text-align:center;font-size:13px;}
    .wrapwidth {width:1000px;margin:auto;}
    .bannerheading {border-top:solid #fff 1px;}
    .bannerheadingtext {display:block;width:200px;background:#000;margin:-10px auto 0 auto;text-align:center;color:#fff;font-size:20px;}
    .owl-buttons {position: absolute;  top: 35%;width:100%;}
    .owl-prev {left: -33px;  display: block;
    position: absolute;background:none!important;padding:0px!important;text-indent:-999px;overflow:hidden;width:30px;height:30px;background-image:url("/cdn/shop/t/2/assets/arrleft.png?v=40697990910337059631494310678")!important;background-repeat:no-repeat;background-position:50% 50%;}
    .owl-next {right: -33px;
    display: block;
    position: absolute;background:none!important;padding:0px!important;text-indent:-999px;overflow:hidden;width:30px;height:30px;background-image:url("/cdn/shop/t/2/assets/arrright.png?v=160690126927908352851494310678")!important;background-repeat:no-repeat;background-position:50% 50%;}
    .owl-item-inside {border:solid #fff 1px;margin: 5px;  padding: 10px;  height: 230px;}
    .owl-item img {max-width:100%;height:auto;}
  .selector-wrapper {color:#000;}
  .featurechunk {margin-bottom:20px;margin-left:40px;padding:30px 0px;border-top:solid #222 1px;border-bottom:solid #222 1px;font-size:16px;font-weight:300;font-style:italic;float:right;width:300px;}
  #playerbox {position:absolute;top:0px;right:0px;}
  #playerbox ul, #playerbox li {margin:0px;padding:0px;list-style-type:none;}
  .jp-mute, .jp-unmute {overflow: hidden;display:block;text-indent: -9999px;width:30px;height:30px;background:url("/cdn/shop/t/2/assets/mute.jpg?v=112229813896417296241494310656") -30px 0px no-repeat;}
  .jp-unmute {background-position:-0px 0;}
  .itemthis {position:relative;}
  .producthoverbox {display:none;top:0px;position:absolute;width:100%;z-index:900;height:100%;background:url("/cdn/shop/t/2/assets/learnmore.png?v=174267697543496429701494310652") top center;}

  .rslides_nav {display:none;}
  ul.rslides_tabs  {position:absolute;bottom: 30px;z-index: 99;margin-left: 15px;padding:0px;list-style-type:none;}
  ul.rslides_tabs li {float:left;}
  ul.rslides_tabs li a {display:block;width:22px;height:22px;cursor:pointer;background:url("/cdn/shop/t/2/assets/paginate-inactive.png?v=138446615552708021891494310659") 50% 50% no-repeat;text-indent:-999px;overflow:hidden;margin-right:2px;}
  ul.rslides_tabs li.rslides_here a {background:url("/cdn/shop/t/2/assets/paginate-active.png?v=73567425668220297521494310658") 50% 50% no-repeat;}
    .rslideswrap {position:relative;}
    
    a#footerfaq {display:block;text-decoration:none;font-size:21px;line-height:23px;}
    a#footerfaq img {float:left;margin-right:5px;margin-top:2px;}
    a#footerfaq .line1 {font-weight:700;}
    
    #footer_top1 {float:left;width:42%;}
    #footer_top strong {color:#000;}
    #footer_top {padding-bottom:20px;margin-bottom:20px;border-bottom:solid #000 1px;line-height:16px;color:#000;}
    #footer_top img {float:left;margin-right:10px;margin-top:-1px;}
    #footer_top2 img {margin-top:2px;}
    #footer_top .title {margin-top:-2px;font-size:36px;line-height:36px;float:left;margin-right:10px;}
    #footer_top .line1 {font-size:14px;line-height:16px;}
    #footer_top .line2 {font-size:14px;line-height:16px;}
    #footer_top a {text-decoration:none;}
    
    #footer_top2 {float:right;width:56%;}
    .swatchvariable {cursor:pointer;float:left;border:solid #000 3px;width:36px;height:36px;}
    .swatchvariable.active {border-color:#fff;}
    .variabledescription {display:none;}
    .variabledescription.active {display:block;}
    #variantswatches {padding-bottom:10px;}
    #variantdescription {height:20px;}
    
    #variantdescription strong {text-transform:uppercase;}
    
    /**
   * BxSlider v4.1.2 - Fully loaded, responsive content slider
   * http://bxslider.com
   *
   * Written by: Steven Wanderski, 2014
   * http://stevenwanderski.com
   * (while drinking Belgian ales and listening to jazz)
   *
   * CEO and founder of bxCreative, LTD
   * http://bxcreative.com
   */


  /** RESET AND LAYOUT
  ===================================*/

  .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;text-align:center;
  }

  .bx-wrapper img {
    max-width: 100%;
    display: block;margin:auto;
  }

  /** THEME
  ===================================*/

  .bx-wrapper .bx-viewport {
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

  /* LOADER */

  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url() center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }

  /* PAGER */

  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }

  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
  }

  /* DIRECTION CONTROLS (NEXT / PREV) */

  .bx-wrapper .bx-prev {
    left: -30px;
    width:30px;height:30px;background-image:url("/cdn/shop/t/2/assets/arrleft.png?v=40697990910337059631494310678")!important;background-repeat:no-repeat;background-position:50% 50%;
  }

  .bx-wrapper .bx-next {
    right: -30px;
    width:30px;height:30px;background-image:url("/cdn/shop/t/2/assets/arrright.png?v=160690126927908352851494310678")!important;background-repeat:no-repeat;background-position:50% 50%;
  }


  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }

  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }

  /* AUTO CONTROLS (START / STOP) */

  .bx-wrapper .bx-controls-auto {
    text-align: center;
  }

  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
  }

  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
  }

  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
  }

  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
  }

  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }

  /* IMAGE CAPTIONS */

  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }

  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }
    
    .spr-icon-star {color:#edc900;}
    .spr-badge-caption {color:#000;}
    .spr-badge {padding:0 10px 10px 10px;}
    .spr-header-title {display:none!important;}
    .spr-container {padding:0px!important;border:0px!important;}
    .spr-review {
    border: 0px!important;
    background: #222;
    padding: 15px!important;
    margin-bottom: 10px;
    }
    
    
    #country_master_list {margin-right:5%;float:left;width:40%;}
    .country_list_country {font-size:13px;padding:15px 0px;border-top:solid #fff 1px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;}
    .country_list_store {background:#111;padding:15px;margin-bottom:15px;cursor:pointer;color:#ddd;}
    .country_list_store:hover {background:#222;}
    .country_list_store .line1 {font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;}
    .infowindow_content {color:#000;}
    .infowindow_content .line1 {font-weight:700;text-transform:uppercase;letter-spacing:1px;}
    .gmnoprint img { max-width: none; }
    .country_list_store img {float:right;}
    .infowindow_content img {display:none;}
    
    
    .country_list_store img {float:right;}
    .infowindow_content img {display:none;}
    
    
    
    
    ul.tabs {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    margin: 0 0 ;
    padding: 0;
  }
  ul.tabs li {
    display: block;
    float: left;
    height: 30px;
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  ul.tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    color:#fff;
    border-color: #DDDDDD !important;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    display: block;
    font-size: 13px;
    height: 29px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    width: auto;  font-weight: 700;
    text-transform: uppercase;
    border-bottom:none !important;
  }
    #tabcontent {padding:20px 0px;}
  ul.tabs li a.active {
    border-bottom: solid #000 1px!important;
  }
  ul.tabs li:first-child a.active {
    margin-left: 0;
  }
  ul.tabs li:first-child a {
    border-top-left-radius: 2px;
    border-width: 1px 1px 0;
  }
  ul.tabs li:last-child a {
    border-top-right-radius: 2px;
  }

  ul.tabs:before, ul.tabs:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }
  ul.tabs:after {
    clear: both;
  }
    
    .linkid-Home {display:none!important;}
    .groupproduct {padding:53px 0px;position:relative;}
    .groupproduct a .grouphoverbox {width:100%;height:100%;position:absolute;top:0px;left:0px;background:rgba(0,0,0,0.5);opacity:0;-webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;}
    .groupproduct a:hover .grouphoverbox {opacity:1;}
    .groupproduct a .grouphoverbox .grouphoverboxinside {    text-align: center;
      padding: 163px 10px 0 10px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      line-height: 130%;
      margin: 10px;
      border: solid #fff 1px;
      height: 219px;}
    body#home .manufacturer {display:none;}
    body#home .spr-badge {margin-top:-10px;}
    body#home .large_products .large_product h4 {padding-top:10px;}
    
    #couponstepwrapper {text-align:center;}
    #couponstepcolumn1 {float:left;width:30%;padding:0px 1%;}
    #couponstepcolumn2 {float:left;width:30%;padding:0px 1%;}
    #couponstepcolumn3 {float:left;width:30%;padding:0px 1%;}
    .couponsteptitle {font-size:20px;}
    #couponsteps {height:120px;position:relative;}
    .couponstep1 {position:absolute;margin-left:-50px;left:50%;top:15px;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;width:100px;height:100px;text-align:center;color:#fff;font-weight:700;font-size:50px;line-height:60px;}
    .couponstep1 img {width:40px;margin-top: 28px;height:auto;}
    #couponstep1_add {cursor:pointer;background:#369fb6;}
    #couponstep1_loading {display:none;background:#eee;}
    #couponstep1_complete {display:none;background:#91cd51;}
    #couponstep1_2 {    line-height: 100px;font-size: 35px;background:#515151;}
    #couponstep1_3 {background:#515151;}
    .couponstep1_add_line1 {line-height:56px;}
    .couponstep1_add_line2 {font-size:11px;line-height:13px;text-transform:uppercase;}
    .couponstepdesc {padding: 10px 0 10px 0px;height: 62px;}
    #coupon-redemption .hgroup {display:none;}
    
    
    
    #train-with-us .hgroup {display:none;}
    .standout {margin:0 0 40px 0px;text-align:center;position:relative;padding:0px 0px 20px 0px;}
    .standout:before {content:' ';display:block;width:120px;height:1px;border-bottom:solid #fff 1px;position:absolute;left:50%;bottom:0px;margin-left:-60px;}
    .standout:after {content:' ';display:block;width:160px;height:1px;border-bottom:solid #fff 1px;position:absolute;left:50%;bottom:5px;margin-left:-80px;}
    .courseleft {float:left;width:35%;}
    .courseright {background:#222;padding:30px;width:50%;float:right;}
    .coursesubdata {font-style:italic;font-size:12px;color:#999;}
    .coursetable {margin-top:40px!important;width:100%;}
    .coursetable thead {background:#222;font-weight:700;}
    .coursetable td {border-bottom:solid #333 1px;text-align:left;padding:6px 8px;background:transparent!important;}
    .coursetable .th {text-align:left;padding:6px 8px;}
    a.coursecta {border-radius: 5px;display: block;background: #fff;color: #000;text-align: center;padding: 20px;font-size: 16px;}
    .course50left {float: left;width: 45%;}
    .course50right {float: right;width: 45%;}
    .courseboxed {    min-height: 750px;text-align:center;background: #fff;color: #000;padding: 30px 30px 0 30px;margin-top: -5px;}
    .courseboxed h2 {color: #000!important;}
   .courseboxed h3 {color: #000!important;margin-bottom:6px;}
    .courseboxed .standout:after, .courseboxed .standout:before { border-color: #000!important;}
    .courseboxed a.coursecta {background:#eee;margin-top:20px;}
    .reviewitem {text-align: center;max-width: 800px;margin: auto;}
    #footer_right.footer_train {width: auto;float: none;text-align: center;}
    a.button {text-decoration:none;color:#000;background:#fff;display:inline-block;padding:8px 15px;border-radius:5px;font-weight:700;}
    a.button:hover {background:#eee;}
    #pageheaderimage {height:190px;text-align:center;color:#fff;    padding-top: 110px;}
    #pageheaderimage.phi_trainform {background:url(/cdn/shop/t/2/assets/bg-train.jpg?v=146952902847419520001494310682) 50% 50%;background-size:cover;}
    #pageheaderimage.phi_trainreview {background:url(/cdn/shop/t/2/assets/bg-train2.jpg?v=153255635494725900701494310682) 50% 50%;background-size:cover;}
    #readytotrain {position:fixed;bottom:30px;right:30px;background:#222;padding:5px;text-align:center;}
    #readytotraininside {border:double #fff 4px;padding:20px;}
    #readytotrain .line1 {color:#ccc;padding-bottom:6px;}
    #readytotrain .line2 {font-size:20px;padding-bottom:6px;}
    #readytotrain .line3 {color:#ccc;padding-bottom:6px;}
    .traininglocation {border: solid #000 1px; box-sizing: border-box;padding: 10px;margin: 0 0 6px 0;}
    .course50right .courseboxed img {width: 265px;}
    
    /****** FLIP VIDEO *****/
    .flip{width:100%;height:300px;margin:0 auto;position:relative;}
    .flip .front img {background:#fff;position:relative!important;margin:0px!important;top:auto!important;left:auto!important;}
  .flip .front{z-index:1100!important;position:relative;width:100%;height:inherit;background:#fff;text-align:center;}
  .flip .back{position:relative;z-index:1000;}
  .videoprod .videoSlate{width:100%;position:relative}
  .videoprod .videoSlate video{width:100%;height:auto}
  .opacity0{opacity:0!important}
    #homeproducts {display:none;}
    
    @media all and (min-width:1400px) {
      #pageheaderimage {height:240px;    padding-top:160px;} 
    }
    #harvey{
      margin-left: 30px;
    }
    .wrapwidth img{max-width: 100%;}
    .slider {
    direction: ltr;
    overflow: hidden;
  }
  .mobileshow{
    display: none;
  }
  .desktopshow{
    display: block;
  }
    .cufon cufontext {
  color: #fff !important;
  }
  .contactlocationfirst{
    width: 30%; float: left; margin-right: 5%;
  }
  .contactlocationsecond{
    width: 30%; float: left;
  }
#aboutpicleft {
  background: #fff none repeat scroll 0 0;
    color: #000;
    float: left;
    text-align: center;
    width: 48%;
}
#aboutpicright {
  background: #fff none repeat scroll 0 0;
    color: #000;
    float: right;
    text-align: center;
    width: 48%;
}
.aboutpaddingleftright {
  clear: both;
  color: #838383;
  font-size: 18px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.MagicZoomPlusHint{
  display: none !important;    
}
/*new custom homepage work*/
.homelocation1 {
  display: block;
  float: left;
  width: 62.5%;
}
.homelocation2 {
  float: right;
  width: 37.5%;
}
.homelocation3 {
  clear: both;
  float: left;
  width: 37.5%;
}
.homelocation4 {
  float: right;
  width: 62.5%;
}
.homelocation5 {
  float: right;
  width: 62.5%;
}
.homelocation1mobile {
  display: none;
}
.homelocation2 img {
  height: auto;
  width: 100%;
}
.homelocation4 img, .homelocation3 img, .homelocation5a img {
  height: auto;
  width: 100%;
}
.homelocation5a {
  float: left;
  width: 40%;
}
.homelocation5b {
  float: left;
  width: 60%;
}
.homelocation5b {
  padding: 30px 0 20px;
  text-align: center;
}
.homelocation5b h2 {
  color: #000;
  margin-bottom: 0 !important;
}
.homelocation5b .rslides li, .homelocation5b .rslides {
  width: 300px;
}
a.buttonstyle1 {
  border: 2px solid #111;
  color: #222;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-decoration: none;
}
.homelocation5 {
  background: #fff none repeat scroll 0 0;
}
.homelocation5b .rslides li, .homelocation5b .rslides {
  margin: auto;
  text-align: center;
}
.homelocation5b .rslides_tabs {
  display: none;
}
.homelocation5a a{ font-size: 0px; }

.home_large_products.large_products .large_product:nth-child(2n-1) {
  clear: both;
  margin-right: 10% !important;
}
.home_large_products.large_products .large_product:nth-child(2n-1) {
  clear: none;
  margin-right: 1.25% !important;
}
.home_large_products.large_products .large_product {
  float: left;
  margin: 0 0 20px;
  text-align: center;
  width: 45%;
}
.home_large_products.large_products .large_product {
  margin-right: 1.25% !important;
  width: 19%;
}

/*.large_products .large_product:nth-child(3n-2) {
  margin-right: 5% !important;
}*/
.large_products .large_product {
  text-align: center;
}
.home_large_products.large_products .large_product:nth-child(5n) {
  margin-right: 0 !important;
}
body#home .large_product_image {
  float: none;
  width: 100%;
}
.large_products .large_product .large_product_image {/*
  height: auto;*/
  min-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.large_products .large_product .large_product_image img {
  position: relative;
}
.customimage .flipimage img {
  margin: 0px !important;
  top: 0px !important;
  left: 0px !important;
}
.flipimage .img2 {
  left: 0;
  opacity: 0 !important;
  position: absolute !important;
  text-align: center;
  top: 0;
  width: 100%;
}
.flipimage:hover .img2 {
  opacity: 1 !important;
}
.flipimage:hover .img1 {
  opacity: 0 !important;
}
.socialhomeleft {
  float: left;
  width: 65%;
}
.socialhome4 {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  width: 35%;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.template-index > .container {
  margin: auto;
  padding: 0 ;
  width: 100%;
}
#home #primary_column {
  padding: 30px;
}
.socialhomelefticon {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.socialhomelefticon a {
  font-size: 20px;
  padding: 0;
  width: 32%;
}
.socialhomelefticon a {
  display: inline-block;
  width: 31%;
}
.rslides li {
  text-align: center;
}
.freedel1 {
  padding: 5px;
}
.owl-carousel {
  direction: ltr;
}
#headermobile{
  display: none;    
}
.trajan{
  text-align: left;    
}
.bannerheading .cufon-canvas canvas{
  left: 34px !important;
  top: -8px !important;
}
.template-blog #primary_column .trajan .cufon-canvas:nth-child(1) {
  right: 55px;
}
.template-blog #primary_column .trajan .cufon-canvas:nth-child(2) {
  left: 179px;
}    
.template-blog .container {
  width: 960px;
}   
.template-collection .large_product_image.center_img > img {
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.template-collection  .spr-badge {
  display: none !important;
} 
  @media screen and (max-width: 479px){
  .container {
    width: 100%;
    padding: 0px;
  }
  .wrapwidth {
    width: 100%;
  }
    #nav ul {
    width: 100%;
  }
  #homevideo iframe {
    width: 100% !important;
  }  
  /*  menu css  */
  #navigation {
    float: right;
    margin-right: 0px;
    position: relative;
    width: 40px;
    z-index: 200;
  }
  nav {
      margin: 0;
      padding: 0
  }
  #navigation ul,
  #navigation li {
      margin: 0;
      padding: 0
  }
  .flexnav:after {
      content: "";
      display: table;
      clear: both
  }
  .flexnav.show {
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      max-height: 1000px;
      width:100px;     
        
  }
  .flexnav.one-page {
      position: fixed;
      top: 30px;
      right: 5%;
      max-width: 200px
  }
  .flexnav li ul li a:link,
  .flexnav li ul li a:active,
  .flexnav li ul li a:visited,
  .flexnav li ul li a:hover {
      padding-left: 20px;
      display: block;
      background: #eee
  }
  .flexnav ul li ul li a:link,
  .flexnav ul li ul li a:active,
  .flexnav ul li ul li a:visited,
  .flexnav ul li ul li a:hover {
      background: #44825e
  }
  .flexnav ul li ul li ul li a {
      background: #cbcbc9
  }
  .flexnav li a:link,
  .flexnav li a:active,
  .flexnav li a:visited {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 8px 30px 8px 10px;
      z-index: 2;
      overflow: hidden;
      color: #000;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }
  .menu-button {
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/menu.png?3955462641447426825) 50% 50% no-repeat #fff;
      position: relative;
      float: right;
      display: block;
      height: 40px;
      width: 40px;
      text-indent: -999px;
      overflow: hidden;
      color: #fff;
      cursor: pointer
  }
  .flexnav {
      background: #fff;   
      overflow: hidden;
      margin: 0 auto;
      width: 100%;
      max-height: 0;
      padding: 0
  }
  .flexnav li {
      font-size: 100%;
      position: relative;
      margin: 0;
      padding: 0
  }
  .flexnav li ul {
      display: none;
      width: 100%
  }
  .flexnav li ul li {
      float: none;
      width: 100%
  }
  .flexnav .touch-button {
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0;
      width: 30px;
      height: 35px;
      display: inline-block;
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrowdown.png?3955462641447426825) 50% 8px no-repeat;
      text-indent: -9999px;
      overflow: hidden;
      text-align: center
  }
  .flexnav .touch-button:hover {
      cursor: pointer
  }
  .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff
  }
  .menu-button.one-page {
      position: fixed;
      top: 0;
      right: 5%;
      padding-right: 45px
  }
  .menu-button .touch-button {
      display: none
  }
  .menu-button .touch-button .navicon {
      display: none;
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666
  }
  #logo {
    float: right;
    padding: 13px 2%;
    width: 35%;
  }
  #logo  img {
    float: left;
    max-width: 100%;
  }  
  .clearthis{
    clear:both;
  }  
  #toparea {
    position: absolute;
    top: 35px;
    width: auto;
    left: 15px;
  }  
  .top-checkout-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/cart.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    height: 40px;
    margin-top: 0;
    width: 60px;
  }
  .top-checkout-link a {
    float: right;
    margin-right: 8px;
    margin-top: 10px;
    text-decoration: none;
  }
  .top-member-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/member.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 0 2px;
    width: 35px;
  }
  #freedel {
    border-top: 3px solid #fff;
    clear: both;
    position: relative;
    z-index: 99;
  }
  .bannerheading .trajan.bannerheadingtext {
    max-width: 100% !important;
  }
  .large_products .large_product {
    margin: 1%;
    width: 48%;
    min-height: 250px;
  }
  #footer{
    display:none;
  }
  .submentopen {
    width: 150px !important;
  }
  .copyright .links {
    clear: both;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
  }
  .copyright {
    font-size: 16px;
    padding: 20px;
  }
  .copyright .links span {
    display: none;
  }
  .copyright .links a {
    padding: 0px 3px;
  }
  .mobileshow{
    display: block;
  }
  .desktopshow{
    display: none;
  }
  .mobileshow #footer_mid {
    max-width: 60%;
    float: right;
  }
  ul#homeproducts {
          margin: 0;
          list-style-type: none;
          padding: 0;
  }
  ul#homeproducts li {
          margin: 0 0 10px;
          background: #fff;
          padding: 0;
          padding-right: 20px;
  }
  ul#homeproducts li a {
          color: #000;
          display: block;
          text-decoration: none;
          background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrow.png?3955462641447426825) right 50% no-repeat;

  }
  ul#homeproducts li img {

          float: right;
          margin-right: 40px;

  }
  ul#homeproducts li span {
  display: block;
  min-height: 50px;
  padding: 25px 25px 0 0;
}
  #homeproducts {
    display: block;
  }
  .desktopshowindex{
    display:none;
  }
  .rte {
    float: left;
    font-size: 12px;
    text-align: right;
    width: 62%;
  }
  #main .mobilepadding {
    padding: 20px;
  }
  .rte .desyrel {
    font-size: 14px;
  }
  .courseleft {
    width: 100%;
  }
  .courseright {
    padding: 5%;
    width: 90%;
  }
  .course50left {
    width: 100%;
  }
  .course50right {
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer {
    direction: ltr;
  }
  .standout {
    font-size: 20px !important;
    text-align: right;
  }
  #contactFormWrapper p textarea {
    width: 100% !important;
  }
  #contactFormWrapper p input {
    width: 100% !important;
  }
  #contactFormAddress {
    width: 100% !important;
  }
  .large_products .large_product .large_product_image {
    height: auto;
    min-height: 125px;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .large_product_image img {
     left: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    top: 0;  
  }
  .large_products .large_product a .large_product_content {
    padding: 7px 7px 7px 7px;
  }
  .large_products .large_product h4 {
    float: right;
    width: 100%;
    font-size: 14px;
    min-height: 55px;
  }
  .flip {
  height: auto;
  }
  .large_products .large_product p {
    float: right;
    width: 100%;
  }.large_products .large_product .large_product_price {
    padding: 14px 0px 14px 0;
    text-align: center;
  }
  #products .clearfix::after {
    clear: none;
  }
 .spr-badge {
  float: left;
  display: none !important;
}
  .manufacturer {
    display: none;
  }
  p.manufacturer {
  display: none;
  }
  .moreproduct {
    width: 100% !important;
  }
  .customerreviews {
    width: 100% !important;
  }
  div.MagicToolboxContainer a {
    float: left !important;
    max-width: 50% !important;
  }
  .MagicBoxShadow {
  float: left !important;
  left: 0 !important;
  top: 640px !important;
  }
  #collection_description .trajan {
    font-size: 12px !important;
  }
.qabox{
  padding: 20px 2%  !important;;
    width: 96% !important;   
  }
#country_master_list {
  margin-right: 0%;
  width: 100%;
  }
#map-canvas {
   width: 100% !important;
  }
  .contactlocationfirst{
    width: 100%;
  }
  .contactlocationsecond{
    width: 100%;
  }
  div.MagicToolboxSelectorsContainer {
  clear: both;
  float: left;
  width: 50%;
}
.bx-wrapper .bx-prev {
  left: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bx-wrapper .bx-next {
  right: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bxslider .MagicThumb-swap {
  max-width: 100% !important;
  width: 100% !important;
}
.bxslider .MagicThumb-swap  img {
  max-width: 70% ;
  margin: 0 auto !important;
}
.articles{
  margin: 1em 0;
  padding: 0;
  list-style: outside none none;
}
.article .rte {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
.title a {
  font-size: 23px;
  line-height: 20px;
  text-decoration: none;
}
.date {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 7px;
}
#aboutpicleft {
  width: 100%;
}
#aboutpicright {
  margin-top: 20px;
  width: 100%;
}
.aboutpaddingleftright {
  padding-left: 0px;
  padding-right: 0px;
}
.homelocation1 {
  display: none;
}
.homelocation1mobile {
  display: block;
}
.homelocation2 {
  width: 100%;
}
.homelocation3 {
  width: 100%;
}
.homelocation4 {
  width: 100%;
}
.homelocation5 {
  width: 100%;
}
.homelocation5a {
  width: 100%;
}
.homelocation5b {
  width: 100%;
}
.template-index > .container {
  display: block !important;
}
.home_large_products.large_products .large_product {
  width: 44%;
}
#home #primary_column {
  padding: 0;
}
#main .mobilepadding {
  padding: 10px;
}
.large_products .large_product .large_product_price {
  clear: both;
  float: none;
  margin: 0 13%;
  padding: 14px 10px;
  text-align: center;
}
.home_large_products.large_products .large_product:nth-child(2n-1) {
  clear: both;
  margin-right: 10% !important;
}
.large_products .large_product:nth-child(3n-1) {
  margin-right: 0 !important;
}
.socialhomeleft {
  width: 100%;
}
.socialhome4 {
  width: 100%;
}
}

  @media screen and (min-width: 480px) and (max-width: 767px){
  .container {
    width: 100%;
    padding: 0px;
  }
  .wrapwidth {
    width: 100%;
  }
    #nav ul {
    width: 100%;
  }
  #homevideo iframe {
    width: 100% !important;
  }  
  /*  menu css  */
  #navigation {
    float: right;
    margin-right: 0px;
    position: relative;
    width: 40px;
    z-index: 200;
  }
  nav {
      margin: 0;
      padding: 0
  }
  #navigation ul,
  #navigation li {
      margin: 0;
      padding: 0
  }
  .flexnav:after {
      content: "";
      display: table;
      clear: both
  }
  .flexnav.show {
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      max-height: 1000px;
      width:100px;     
        
  }
  .flexnav.one-page {
      position: fixed;
      top: 30px;
      right: 5%;
      max-width: 200px
  }
  .flexnav li ul li a:link,
  .flexnav li ul li a:active,
  .flexnav li ul li a:visited,
  .flexnav li ul li a:hover {
      padding-left: 20px;
      display: block;
      background: #eee
  }
  .flexnav ul li ul li a:link,
  .flexnav ul li ul li a:active,
  .flexnav ul li ul li a:visited,
  .flexnav ul li ul li a:hover {
      background: #44825e
  }
  .flexnav ul li ul li ul li a {
      background: #cbcbc9
  }
  .flexnav li a:link,
  .flexnav li a:active,
  .flexnav li a:visited {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 8px 30px 8px 10px;
      z-index: 2;
      overflow: hidden;
      color: #000;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }
  .menu-button {
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/menu.png?3955462641447426825) 50% 50% no-repeat #fff;
      position: relative;
      float: right;
      display: block;
      height: 40px;
      width: 40px;
      text-indent: -999px;
      overflow: hidden;
      color: #fff;
      cursor: pointer
  }
  .flexnav {
      background: #fff;   
      overflow: hidden;
      margin: 0 auto;
      width: 100%;
      max-height: 0;
      padding: 0
  }
  .flexnav li {
      font-size: 100%;
      position: relative;
      margin: 0;
      padding: 0
  }
  .flexnav li ul {
      display: none;
      width: 100%
  }
  .flexnav li ul li {
      float: none;
      width: 100%
  }
  .flexnav .touch-button {
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0;
      width: 30px;
      height: 35px;
      display: inline-block;
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrowdown.png?3955462641447426825) 50% 8px no-repeat;
      text-indent: -9999px;
      overflow: hidden;
      text-align: center
  }
  .flexnav .touch-button:hover {
      cursor: pointer
  }
  .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff
  }
  .menu-button.one-page {
      position: fixed;
      top: 0;
      right: 5%;
      padding-right: 45px
  }
  .menu-button .touch-button {
      display: none
  }
  .menu-button .touch-button .navicon {
      display: none;
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666
  }
  #logo {
    float: right;
    padding: 13px 2%;
    width: 35%;
  }
  #logo  img {
    float: left;
    max-width: 100%;
  }  
  .clearthis{
    clear:both;
  }  
  #toparea {
    position: absolute;
    top: 35px;
    width: auto;
    left: 15px;
  }  
  .top-checkout-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/cart.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    height: 40px;
    margin-top: 0;
    width: 60px;
  }
  .top-checkout-link a {
    float: right;
    margin-right: 8px;
    margin-top: 10px;
    text-decoration: none;
  }
  .top-member-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/member.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 0 2px;
    width: 35px;
  }
  #freedel {
    border-top: 3px solid #fff;
    clear: both;
    position: relative;
    z-index: 99;
  }
  .bannerheading .trajan.bannerheadingtext {
    max-width: 100% !important;
  }
  .large_products .large_product {
    width: 100%;
  }
  #footer{
    display:none;
  }
  .submentopen {
    width: 150px !important;
  }
  .copyright .links {
    clear: both;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
  }
  .copyright {
    font-size: 16px;
    padding: 20px;
  }
  .copyright .links span {
    display: none;
  }
  .copyright .links a {
    padding: 0px 3px;
  }
  .mobileshow{
    display: block;
  }
  .desktopshow{
    display: none;
  }
  .mobileshow #footer_mid {
    max-width: 60%;
    float: right;
  }
  ul#homeproducts {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  ul#homeproducts li {
    margin: 0 0 10px;
    background: #fff;
    padding: 0;
    padding-right: 20px;
  }
  ul#homeproducts li a {
    color: #000;
    display: block;
    text-decoration: none;
    background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrow.png?3955462641447426825) right 50% no-repeat;
  }
  ul#homeproducts li img {
    float: right;
    margin-right: 40px;
  }
  ul#homeproducts li span {
    display: block;
    padding: 25px 0 0 20px;
    min-height: 70px;
  }  
  #homeproducts {
    display: block;
  }
  .desktopshowindex{
    display:none;
  }
  .rte {
    float: left;
    font-size: 12px;
    text-align: right;
    width: 62%;
  }
  #main .mobilepadding {
    padding: 20px;
  }
  .courseleft {
    width: 100%;
  }
  .courseright {
    padding: 5%;
    width: 90%;
  }
  .course50left {
    width: 100%;
  }
  .course50right {
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer {
    direction: ltr;
  }
  .standout {
    font-size: 20px !important;
    text-align: right;
  }
  #contactFormWrapper p textarea {
    width: 100% !important;
  }
  #contactFormWrapper p input {
    width: 100% !important;
  }
  #contactFormAddress {
    width: 100% !important;
  }
  .large_products .large_product .large_product_image {
    height: auto;
    min-height: 125px;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .large_product_image img {
     left: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    top: 0;  
  }
  .large_products .large_product a .large_product_content {
    padding: 7px 7px 7px 7px;
  }
  .large_products .large_product h4 {
    float: right;
    width: 100%;
    font-size: 14px;
  }
  .large_products .large_product p {
    float: right;
    width: 100%;
  }.large_products .large_product .large_product_price {
    padding: 14px 0px 14px 0;
  }
  #products .clearfix::after {
    clear: none;
  }
  .spr-badge {
  float: left;
  display: none !important;
}
  .manufacturer {
    display: none;
  }
  p.manufacturer {
  display: none;
  }
  .moreproduct {
    width: 100% !important;
  }
  .customerreviews {
    width: 100% !important;
  }
  div.MagicToolboxContainer a {
    float: left !important;
    max-width: 50% !important;
  }
  .MagicBoxShadow {
  float: left !important;
  left: 0 !important;
  top: 640px !important;
  }
  #collection_description .trajan {
    font-size: 12px !important;
  }
.qabox{
  padding: 20px 2%  !important;;
    width: 96% !important;   
  }
#country_master_list {
  margin-right: 0%;
  width: 100%;
  }
#map-canvas {
   width: 100% !important;
  }
  .contactlocationfirst{
    width: 100%;
  }
  .contactlocationsecond{
    width: 100%;
  }
  div.MagicToolboxSelectorsContainer {
  clear: both;
  float: left;
  width: 50%;
}
.bx-wrapper .bx-prev {
  left: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bx-wrapper .bx-next {
  right: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bxslider .MagicThumb-swap {
  max-width: 100% !important;
  width: 100% !important;
}
.bxslider .MagicThumb-swap  img {
  max-width: 70% ;
  margin: 0 auto !important;
}
.articles{
  margin: 1em 0;
  padding: 0;
  list-style: outside none none;
}
.article .rte {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
.title a {
  font-size: 23px;
  line-height: 20px;
  text-decoration: none;
}
.date {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 7px;
}
#aboutpicleft {
  width: 100%;
}
#aboutpicright {
  margin-top: 20px;
  width: 100%;
}
.aboutpaddingleftright {
  padding-left: 0px;
  padding-right: 0px;
}
.homelocation1 {
  display: none;
}
.homelocation1mobile {
  display: block;
}
.homelocation2 {
  width: 100%;
}
.homelocation3 {
  width: 100%;
}
.homelocation4 {
  width: 100%;
}
.homelocation5 {
  width: 100%;
}
.homelocation5a {
  width: 100%;
}
.homelocation5b {
  width: 100%;
}
.template-index > .container {
  display: block !important;
}
.home_large_products.large_products .large_product {
  width: 44%;
}
#home #primary_column {
  padding: 0;
}
#main .mobilepadding {
  padding: 10px;
}
.large_products .large_product .large_product_price {
  clear: both;
  float: none;
  margin: 0 13%;
  padding: 14px 10px;
  text-align: center;
}
.home_large_products.large_products .large_product:nth-child(2n-1) {
  clear: both;
  margin-right: 10% !important;
}
.large_products .large_product:nth-child(3n-1) {
  margin-right: 0 !important;
}
.socialhomeleft {
  width: 100%;
}
.socialhome4 {
  width: 100%;
}
  }

  @media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 100%;
    padding: 0px;
  }
  .wrapwidth {
    width: 100%;
  }
    #nav ul {
    width: 100%;
  }
  #homevideo iframe {
    width: 100% !important;
  }  
  /*  menu css  */
  #navigation {
    float: right;
    margin-right: 0px;
    position: relative;
    width: 40px;
    z-index: 200;
  }
  nav {
      margin: 0;
      padding: 0
  }
  #navigation ul,
  #navigation li {
      margin: 0;
      padding: 0
  }
  .flexnav:after {
      content: "";
      display: table;
      clear: both
  }
  .flexnav.show {
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      max-height: 1000px;
      width:100px;     
        
  }
  .flexnav.one-page {
      position: fixed;
      top: 30px;
      right: 5%;
      max-width: 200px
  }
  .flexnav li ul li a:link,
  .flexnav li ul li a:active,
  .flexnav li ul li a:visited,
  .flexnav li ul li a:hover {
      padding-left: 20px;
      display: block;
      background: #eee
  }
  .flexnav ul li ul li a:link,
  .flexnav ul li ul li a:active,
  .flexnav ul li ul li a:visited,
  .flexnav ul li ul li a:hover {
      background: #44825e
  }
  .flexnav ul li ul li ul li a {
      background: #cbcbc9
  }
  .flexnav li a:link,
  .flexnav li a:active,
  .flexnav li a:visited {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 8px 30px 8px 10px;
      z-index: 2;
      overflow: hidden;
      color: #000;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }
  .menu-button {
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/menu.png?3955462641447426825) 50% 50% no-repeat #fff;
      position: relative;
      float: right;
      display: block;
      height: 40px;
      width: 40px;
      text-indent: -999px;
      overflow: hidden;
      color: #fff;
      cursor: pointer
  }
  .flexnav {
      background: #fff;   
      overflow: hidden;
      margin: 0 auto;
      width: 100%;
      max-height: 0;
      padding: 0
  }
  .flexnav li {
      font-size: 100%;
      position: relative;
      margin: 0;
      padding: 0
  }
  .flexnav li ul {
      display: none;
      width: 100%
  }
  .flexnav li ul li {
      float: none;
      width: 100%
  }
  .flexnav .touch-button {
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0;
      width: 30px;
      height: 35px;
      display: inline-block;
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrowdown.png?3955462641447426825) 50% 8px no-repeat;
      text-indent: -9999px;
      overflow: hidden;
      text-align: center
  }
  .flexnav .touch-button:hover {
      cursor: pointer
  }
  .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff
  }
  .menu-button.one-page {
      position: fixed;
      top: 0;
      right: 5%;
      padding-right: 45px
  }
  .menu-button .touch-button {
      display: none
  }
  .menu-button .touch-button .navicon {
      display: none;
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666
  }
  #logo {
    float: right;
    max-width: 131px;
    padding: 13px 2%;
    width: 35%;
  }
  #logo  img {
    float: left;
    max-width: 100%;
  }  
  .clearthis{
    clear:both;
  }  
  #toparea {
    position: absolute;
    top: 35px;
    width: auto;
    left: 15px;
  }  
  .top-checkout-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/cart.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    height: 40px;
    margin-top: 0;
    width: 60px;
  }
  .top-checkout-link a {
    float: right;
    margin-right: 8px;
    margin-top: 10px;
    text-decoration: none;
  }
  .top-member-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/member.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 0 2px;
    width: 35px;
  }
  #freedel {
    border-top: 3px solid #fff;
    clear: both;
    position: relative;
    z-index: 99;
  }
  .bannerheading .trajan.bannerheadingtext {
    max-width: 100% !important;
  }
  .large_products .large_product {
    width: 100%;
  }
  #footer{
    display:none;
  }
  .submentopen {
    width: 150px !important;
  }
  .copyright .links {
    clear: both;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
  }
  .copyright {
    font-size: 16px;
    padding: 20px;
  }
  .copyright .links span {
    display: none;
  }
  .copyright .links a {
    padding: 0px 3px;
  }
  .mobileshow{
    display: block;
  }
  .desktopshow{
    display: none;
  }
  .mobileshow #footer_mid {
    max-width: 60%;
    float: right;
  }
  ul#homeproducts {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  ul#homeproducts li {
    margin: 0 0 10px;
    background: #fff;
    padding: 0;
    padding-right: 20px;
  }
  ul#homeproducts li a {
    color: #000;
    display: block;
    text-decoration: none;
    background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrow.png?3955462641447426825) right 50% no-repeat;
  }
  ul#homeproducts li img {
  float: right;
  margin-left: 40px !important;
  margin-right: 40px !important;
}
  ul#homeproducts li span {
    display: block;
    padding: 25px 0 0 20px;
    min-height: 70px;
  }  
  #homeproducts {
    display: block;
  }
  .desktopshowindex{
    display:none;
  }
  .courseleft {
    width: 100%;
  }
  .courseright {
    padding: 5%;
    width: 90%;
  }
  .course50left {
    width: 100%;
  }
  .course50right {
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer {
    direction: ltr;
  }
  .standout {
    font-size: 20px !important;
    text-align: right;
  }
  #contactFormWrapper p textarea {
    width: 100% !important;
  }
  #contactFormWrapper p input {
    width: 100% !important;
  }
  #contactFormAddress {
    width: 100% !important;
  }
  .large_products .large_product .large_product_image {
    height: auto;
    min-height: 125px;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .large_product_image img {
     left: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    top: 0;  
  }
  .large_products .large_product a .large_product_content {
    padding: 7px 7px 7px 7px;
  }
  .large_products .large_product h4 {
    float: right;
    width: 100%;
    font-size: 14px;
  }
  .large_products .large_product p {
    float: right;
    width: 100%;
  }.large_products .large_product .large_product_price {
    padding: 14px 0px 14px 0;
  }
  #products .clearfix::after {
    clear: none;
  }
  .spr-badge {
  float: left;
  display: none !important;
}
  .manufacturer {
    display: none;
  }
  p.manufacturer {
  display: none;
  }
  .moreproduct {
    width: 100% !important;
  }
  .customerreviews {
    width: 100% !important;
  }
  div.MagicToolboxContainer a {
    float: left !important;
    max-width: 50% !important;
  }
  .MagicBoxShadow {
  float: left !important;
  left: 0 !important;
  top: 640px !important;
  }
  #collection_description .trajan {
    font-size: 12px !important;
  }
.qabox{
  padding: 20px 2%  !important;;
    width: 96% !important;   
  }
#country_master_list {
  margin-right: 0%;
  width: 100%;
  }
#map-canvas {
   width: 100% !important;
  }
  .contactlocationfirst{
    width: 100%;
  }
  .contactlocationsecond{
    width: 100%;
  }
  div.MagicToolboxSelectorsContainer {
  clear: both;
  float: left;
  width: 50%;
}
.bx-wrapper .bx-prev {
  left: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bx-wrapper .bx-next {
  right: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bxslider .MagicThumb-swap {
  max-width: 100% !important;
  width: 100% !important;
}
.bxslider .MagicThumb-swap  img {
  max-width: 70% ;
  margin: 0 auto !important;
}
.articles{
  margin: 1em 0;
  padding: 0;
  list-style: outside none none;
}
.article .rte {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
.title a {
  font-size: 23px;
  line-height: 20px;
  text-decoration: none;
}
.date {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 7px;
}
.mobileshow .rte {
  float: right;
}
.homelocation1 {
  display: none;
}
.homelocation1mobile {
  display: block;
}
.homelocation2 {
  width: 100%;
}
.homelocation3 {
  width: 100%;
}
.homelocation4 {
  width: 100%;
}
.homelocation5 {
  width: 100%;
}
.homelocation5a {
  width: 100%;
}
.homelocation5b {
  width: 100%;
}
.template-index > .container {
  display: block !important;
}
.home_large_products.large_products .large_product {
  width: 44%;
}
#home #primary_column {
  padding: 0;
}
#main .mobilepadding {
  padding: 10px;
}
.large_products .large_product .large_product_price {
  clear: both;
  float: none;
  margin: 0 13%;
  padding: 14px 10px;
  text-align: center;
}
.home_large_products.large_products .large_product:nth-child(2n-1) {
  clear: both;
  margin-right: 10% !important;
}
.large_products .large_product:nth-child(3n-1) {
  margin-right: 0 !important;
}
.socialhomeleft {
  width: 100%;
}
.socialhome4 {
  width: 100%;
}

  }

  @media only screen and (min-width: 960px) and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0px;
  }
  .wrapwidth {
    width: 100%;
  }
    #nav ul {
    width: 100%;
  }
  #homevideo iframe {
    width: 100% !important;
  }  
  /*  menu css  */
  #navigation {
    float: right;
    margin-right: 0px;
    position: relative;
    width: 40px;
    z-index: 200;
  }
  nav {
      margin: 0;
      padding: 0
  }
  #navigation ul,
  #navigation li {
      margin: 0;
      padding: 0
  }
  .flexnav:after {
      content: "";
      display: table;
      clear: both
  }
  .flexnav.show {
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      max-height: 1000px;
      width:100px;     
        
  }
  .flexnav.one-page {
      position: fixed;
      top: 30px;
      right: 5%;
      max-width: 200px
  }
  .flexnav li ul li a:link,
  .flexnav li ul li a:active,
  .flexnav li ul li a:visited,
  .flexnav li ul li a:hover {
      padding-left: 20px;
      display: block;
      background: #eee
  }
  .flexnav ul li ul li a:link,
  .flexnav ul li ul li a:active,
  .flexnav ul li ul li a:visited,
  .flexnav ul li ul li a:hover {
      background: #44825e
  }
  .flexnav ul li ul li ul li a {
      background: #cbcbc9
  }
  .flexnav li a:link,
  .flexnav li a:active,
  .flexnav li a:visited {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 8px 30px 8px 10px;
      z-index: 2;
      overflow: hidden;
      color: #000;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15)
  }
  .menu-button {
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/menu.png?3955462641447426825) 50% 50% no-repeat #fff;
      position: relative;
      float: right;
      display: block;
      height: 40px;
      width: 40px;
      text-indent: -999px;
      overflow: hidden;
      color: #fff;
      cursor: pointer
  }
  .flexnav {
      background: #fff;   
      overflow: hidden;
      margin: 0 auto;
      width: 100%;
      max-height: 0;
      padding: 0
  }
  .flexnav li {
      font-size: 100%;
      position: relative;
      margin: 0;
      padding: 0
  }
  .flexnav li ul {
      display: none;
      width: 100%
  }
  .flexnav li ul li {
      float: none;
      width: 100%
  }
  .flexnav .touch-button {
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0;
      width: 30px;
      height: 35px;
      display: inline-block;
      background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrowdown.png?3955462641447426825) 50% 8px no-repeat;
      text-indent: -9999px;
      overflow: hidden;
      text-align: center
  }
  .flexnav .touch-button:hover {
      cursor: pointer
  }
  .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff
  }
  .menu-button.one-page {
      position: fixed;
      top: 0;
      right: 5%;
      padding-right: 45px
  }
  .menu-button .touch-button {
      display: none
  }
  .menu-button .touch-button .navicon {
      display: none;
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666
  }
   #logo {
    float: right;
    padding: 13px 2%;
    width: 35%;
    max-width: 135px;
  }
  #logo  img {
    float: left;
    max-width: 100%;
  }  
  .clearthis{
    clear:both;
  }  
  #toparea {
    position: absolute;
    top: 35px;
    width: auto;
    left: 15px;
  }  
  .top-checkout-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/cart.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    height: 40px;
    margin-top: 0;
    width: 60px;
  }
  .top-checkout-link a {
    float: right;
    margin-right: 8px;
    margin-top: 10px;
    text-decoration: none;
  }
  .top-member-link {
    background: #505050 url("//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/member.png?3955462641447426825") no-repeat scroll 3px 5px;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 0 2px;
    width: 35px;
  }
  #freedel {
    border-top: 3px solid #fff;
    clear: both;
    position: relative;
    z-index: 99;
  }
  .bannerheading .trajan.bannerheadingtext {
    max-width: 100% !important;
  }
  .large_products .large_product {
    width: 100%;
  }
  #footer{
    display:none;
  }
  .submentopen {
    width: 150px !important;
  }
  .copyright .links {
    clear: both;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
  }
  .copyright {
    font-size: 16px;
    padding: 20px;
  }
  .copyright .links span {
    display: none;
  }
  .copyright .links a {
    padding: 0px 3px;
  }
  .mobileshow{
    display: block;
  }
  .desktopshow{
    display: none;
  }
  .mobileshow #footer_mid {
    max-width: 60%;
    float: right;
  }
  ul#homeproducts {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  ul#homeproducts li {
    margin: 0 0 10px;
    background: #fff;
    padding: 0;
    padding-right: 20px;
  }
  ul#homeproducts li a {
    color: #000;
    display: block;
    text-decoration: none;
    background: url(//cdn.shopify.com/s/files/1/0234/1841/t/8/assets/arrow.png?3955462641447426825) right 50% no-repeat;
  }
  ul#homeproducts li img {
  float: right;
  margin-left: 40px !important;
  margin-right: 40px !important;
}
  ul#homeproducts li span {
    display: block;
    padding: 25px 0 0 20px;
    min-height: 70px;
  }  
  #homeproducts {
    display: block;
  }
  .desktopshowindex{
    display:none;
  }
  .courseleft {
    width: 100%;
  }
  .courseright {
    padding: 5%;
    width: 90%;
  }
  .course50left {
    width: 100%;
  }
  .course50right {
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer {
    direction: ltr;
  }

  .standout {
    font-size: 20px !important;
    text-align: right;
  }
  #contactFormWrapper p textarea {
    width: 100% !important;
  }
  #contactFormWrapper p input {
    width: 100% !important;
  }
  #contactFormAddress {
    width: 100% !important;
  }
  .large_products .large_product .large_product_image {
    height: auto;
    min-height: 125px;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .large_product_image img {
     left: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    top: 0;  
  }
  .large_products .large_product a .large_product_content {
    padding: 7px 7px 7px 7px;
  }
  .large_products .large_product h4 {
    float: right;
    width: 100%;
    font-size: 14px;
  }
  .large_products .large_product p {
    float: right;
    width: 100%;
  }.large_products .large_product .large_product_price {
    padding: 14px 0px 14px 0;
  }
  #products .clearfix::after {
    clear: none;
  }
  .spr-badge {
  float: left;
  display: none !important;
}
  .manufacturer {
    display: none;
  }
  p.manufacturer {
  display: none;
  }
  .moreproduct {
    width: 100% !important;
  }
  .customerreviews {
    width: 100% !important;
  }
  div.MagicToolboxContainer a {
    float: left !important;
    max-width: 50% !important;
  }
  .MagicBoxShadow {
  float: left !important;
  left: 0 !important;
  top: 640px !important;
  }
  #collection_description .trajan {
    font-size: 12px !important;
  }
.qabox{
  padding: 20px 2%  !important;;
    width: 96% !important;   
  }
#country_master_list {
  margin-right: 0%;
  width: 100%;
  }
#map-canvas {
   width: 100% !important;
  }
  .contactlocationfirst{
    width: 100%;
  }
  .contactlocationsecond{
    width: 100%;
  }
  div.MagicToolboxSelectorsContainer {
  clear: both;
  float: left;
  width: 50%;
}
.bx-wrapper .bx-prev {
  left: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bx-wrapper .bx-next {
  right: -8px;
  top: 30% !important;
  background-size: 21px;
}
.bxslider .MagicThumb-swap {
  max-width: 100% !important;
  width: 100% !important;
}
.bxslider .MagicThumb-swap  img {
  max-width: 70% ;
  margin: 0 auto !important;
}
.articles{
  margin: 1em 0;
  padding: 0;
  list-style: outside none none;
}
.article .rte {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
.title a {
  font-size: 23px;
  line-height: 20px;
  text-decoration: none;
}
.date {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 7px;
}
.mobileshow .rte {
  float: right;
}
.template-index > .container {
  display: block;
}
  }  
