
/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles 
  #FlexSlider 
  #FancyBox
  #Layout
  #Font-Face */
  
/* #Reset & Basics
================================================== */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
  
    
/* #Basic Styles
================================================== */
  body { 
    background-color: #fbfbfb;
    

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

    
      font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      
    font-weight: normal;      
    font-size: 14px; 
    text-transform: none;
    color: #404040;
    line-height: 1.8em;
}
::-moz-selection {
       background-color: #000;
       color: #fff;
}
::selection {
  background: #FFF7B6;
  color: black;
}
abbr {
  border-bottom: 1px dotted #dbe3e5;
} 
/* #Typography
================================================== */
  .logo {   
    
      font-family: "Asap";
      
    
    font-weight: normal;      
    font-size: 32px; 
    text-transform: none;
    color: #303030;
  }
  .logo a, .logo a:hover, .logo a:visited, .logo a:active {
    color: #303030;    
    line-height: 45px;
  }
h1, h2, h3, h4, h5, h6, .collection_title, .headline, p.subtitle { 
    
      font-family: "Asap";
      
    font-weight: normal;    
    text-transform: none;
    color: #303030;
    display:block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .collection_title { font-weight: inherit; }
h1 a, h1 a:visited, .collection_title a, .collection_title a:visited { color: #303030 }
h1 a:hover, h1 a:active, .collection_title a:hover, .collection_title a:active { color: #d91b5b }
h1, .h1, h1.home, h2.title, .collection_title { font-size: 32px;  line-height: 1.5em; margin: 0 auto 20px; clear:both; font-weight: normal;}
h1.home { margin: 0 auto 15px; border-top: 1px solid #dbe3e5; border-bottom: 1px solid #dbe3e5; padding: 12px 0;  }
h1.product_name { margin-bottom: 15px; }
h2, .h2 { font-size: 26px; margin-bottom: 0.75em }
h3, .h3, h1.blog_title { font-size: 24px; line-height: 35px; margin: 0 auto 15px 0; text-align: left; }
h1.collection_title, div.collection_title { margin-bottom: 0; line-height: 32px; display: inline; }
h1.collection_title_tags, div.collection_title_tags { padding-right: 25px; border-right: solid 1px #dbe3e5; }
h4, .h4, h4.title a { font-size: 18px; line-height: 32px; margin: 0 0 10px 0; text-align: left; padding: 0; border-bottom: 1px solid #dbe3e5; padding-bottom:8px;}
h4.title a { border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}
h5, .h5 { font-size: 18px; padding-bottom: 1em; }
h5.sub_title { padding-bottom: 5px; }
h6, .h6 { font-size: 16px; padding-bottom: 1em;}
.footer h6 { color: #404040; }
.subheader { color: #777; }
p { margin: 0 0 15px; font-style: normal; line-height: 1.7em; }
p img { margin: 0; }
em, i { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 90%; }

/*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #dbe3e5; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #dbe3e5; border-width: 1px 0 0; clear: both; margin: 12px 0; height: 0; }
.quote {
     font-size: 16px;
     line-height: 22px;
     text-align: center;
     margin: 0 0 20px 0;
     font-style: italic;
  }
/* #Links
================================================== */
  a, a:visited { color: #d91b5b; text-decoration: none; outline: 0; -webkit-transition: color .1s linear; -moz-transition: color .1s linear; -o-transition: color .1s linear; -ms-transition: color .1s linear; transition: color .1s linear; }
a:hover, a:focus { color: #282c30; }
/* #Lists
================================================== */
  ul, ol { margin-bottom: 20px; }
  ul { list-style: circle outside; }
  ol { list-style: decimal; }
  ul, ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; }
  ul.large li { line-height: 21px; }
  ul.none { list-style: none outside; margin-left: 0;}
  ul.border {
    list-style: none outside;
    line-height: 26px;
  }
  ul.border li {
    border-bottom: 1px solid #dbe3e5;
    list-style: none outside none;
    padding: 12px 0;
    margin-bottom: 0;
  }

/* #Menu
================================================== */

.header div.header_border {
  border-bottom: solid 1px #dbe3e5;
  padding-bottom: 15px;
}
.homepage {
  padding-bottom: 15px;
}
.nav {
  text-align:right;
}
.nav ul {
    display: block;
    margin: 0 auto;
    border: none;
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline-block;
    padding: 0 0 0 16px;
    position: relative;
    margin: 0;
    border: 0;
}
.nav ul li {
  *display: inline;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:active {
    
      font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
      
    font-weight: normal;      
    font-size: 14px; 
    text-transform: none;
    color: #7b858f;
    position: relative;
    display:block;
    letter-spacing: 0px;
    padding-bottom: 10px;
}
.nav ul li a.active, nav ul li a.active:visited, nav ul li a.active:active {
  color: #3d4247;
}
.nav ul.search_nav {
  margin-bottom: 5px;
}
.nav ul li a:hover, nav ul li a:focus {
  color: #00afd8;
}
.nav ul li.current_page_item a {
  color: #00afd8;
}
.nav ul li.current_page_ancestor a {
  color: #00afd8;
} 
.nav ul.menu {
  display: inline;
}  

.nav ul li a.cart, .nav ul li a.navicon, input[type="submit"].guest_button {
    
    background: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/cart_dark.png?16503691241575155832) no-repeat 9px 7px;
  

  padding: 5px 10px 5px 30px;
  border: solid 1px #dbe3e5;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

input[type="submit"].guest_button, input[type="submit"].guest_button:hover {
  background: none;
  color: #d91b5b;
  padding: 8px 20px 8px 10px;
}

.nav ul li a.cart.active {
  color: #3d4247;
  border-color: #dbdbdb;
}

.nav ul li a.cart:hover, .nav ul li a.cart.active:hover {
  background-position: 9px -43px;
  color: #00afd8;
}

ul.menu li.navicon_button {
  display: none;
}
ul.menu li a.navicon {
    
    background: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/menu_dark.png?16503691241575155832) no-repeat 9px 6px;
  
  padding-left: 35px;
}

ul.menu li a.navicon:hover {
  background-position: 9px -96px;
}

/* sub-levels link */
.menu ul a, .menu li:hover > ul a  {
  padding: 10px 0 10px 15px;
  background: none;
  text-align: left;
}

/* sub-level ul */
.menu ul {
  position: absolute;
  left: 10px;
  top: 25px;
  
    background-color: #fbfbfb;
  
  border: solid 1px #ddd;
  border-bottom-color: #bbb;
  z-index: 100;
  display: none;
  width: 200px;
}
ul.menu ul li {
  display: block;
  border-bottom: solid 1px #f4f4f4;
  text-align:left;
  padding: 0;
}
.menu ul li a {
  display:block;
}
/* sub-sub-level dropdown */
.menu ul ul {
  left: 200px;
  top: -1px;
}
/* show dropdown ul on hover */
.menu li:hover > ul {
  display: block;
}

.toggle_menu {
  position: relative;
  overflow: hidden;
  display: none;
  top: -16px;
}



ul.top_menu {
  padding-top: 0px;
}

ul.top_menu li a, ul.top_menu li a:visited, ul.top_menu li a:active {
  font-size: 12px;
  color: #b3b3b3;
}

ul.top_menu li a:hover {
  color: #00afd8;
}

#currencies {
  width: inherit;
  padding: 6px 6px 6px 10px;
  font-size: 12px;
  margin-bottom: 0;
  min-width: 65px;
}

.mobile_menu_container {
  display: inline;
}
.nav ul.mobile_menu {
  background-color: #1B1B1B;
  margin-bottom: 1em;
  clear: both;
}

.nav ul.mobile_menu li {
  border: none;
  text-align: left;
  display: block;
  border-top: 1px solid #313335;
  padding-left: 0
}

.nav ul.mobile_menu .search_box {
  margin: 6px 0 6px 20px;
  width: 85%;
}

.nav ul.mobile_menu li a {
  color: #9DA0A4;
  text-decoration: none;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  padding: 10px 0 10px 20px;
}

.nav ul.mobile_menu li ul li a {
  padding-left: 40px;
}

.nav ul.mobile_menu li ul ul li a {
  padding-left: 60px;
}

.nav ul.mobile_menu li.active, .mobile_menu li:hover{
  background-color: #111;
}

.nav ul.mobile_menu li.active a, .nav ul.mobile_menu li a:hover {
  color: #fff;
}

.container div.collection_nav {
  border-bottom: solid 1px #dbe3e5;
  padding-bottom: 15px;
  margin-bottom: 1.5em;
}
.collection_menu, .collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -3px;
  margin: 0;
}
.collection_menu li {
  padding-left: 20px;
}

.collection_menu li a, .sidebar a {
  color: #7b858f;
}

.collection_menu li span.active, .sidebar li.active a, ul.blog_list a.active {
  color: #3d4247;
}

.collection_menu li a:hover, .collection_menu li span.active:hover, .sidebar a:hover {
  color: #00afd8;
}

ul.blog_list li ul { margin-top: 12px; margin-left: 15px; }

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't 
  exceed the width of columns they are put into when resizing window. 
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that 
  are children of the grid that you want to resize with grid. 
*/
  .product_row img, .product_image_col img, .article img, .blog_content img, .section img, .thumbnail img, .logo img, .page img, .sidebar img, #target img { 
    max-width: 100%;
    height: auto; }
.zoomImg {
    max-width: inherit !important;
    cursor: pointer;
  } 
    
/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"> tag to allow it to resize.
  To restrict the width, wrap with an additional <div class="video-wrapper">
*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,  
  .video-container object,  
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-wrapper {
    width: 600px;
    max-width: 100%;
  }
/* #Buttons
================================================== */
  
a.button, 
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"], 
  .action_button, 
  a.action_button, 
  input.action_button[type="submit"], 
  input.action_button[type="button"] {
    background: #dbdbdb;
    color: #ffffff;
    border: 0;
    padding: 8px 20px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    
      font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
      
    font-weight: normal;      
    font-size: 14px; 
    text-transform: none;
    display: inline-block;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-appearance: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }

  a.button:hover, 
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .action_button:hover, 
  input.action_button[type="submit"]:hover, 
  input.action_button[type="button"]:hover {
    background: #3d4247;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }

  a.button:active, 
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {

    }

  .disabled {
    pointer-events: none;
    opacity: 0.5;
  }

/* #Tabs
================================================== */
  ul.tabs { 
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
    border-bottom: solid 1px #dbe3e5;
    border-top: 0;
    list-style: none outside; 
    margin-left: 0;
}
ul.tabs li { 
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside; 
    margin-left: 0;
}
ul.tabs li a { 
    display: block; 
    text-decoration: none;
    width: auto; 
    height: 29px; 
    padding: 0px 15px; 
    line-height: 30px; 
    border: solid 1px #dbe3e5;
    border-width: 1px 0 0 1px; 
    margin: 0;  
    background: #f5f5f5;
    font-size: 13px; }
ul.tabs li a.active { 
    
      background-color: #fbfbfb;
    
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-right-width: 1px;
    margin: 0 -1px 0 0;
    color: #404040;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
ul.tabs li:first-child a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; }
ul.tabs li:last-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
ul.tabs-content { margin: 0; display: block; border: 0;}
ul.tabs-content > li { display:none; border: 0;}
ul.tabs-content > li.active { display: block; border: 0;}
  
  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
ul.tabs:after {
    clear: both; }
ul.tabs {
    zoom: 1; }
    
/* #Forms
================================================== */
  form { 
    margin-bottom: 20px; }
fieldset { 
    margin-bottom: 20px; }
input[type="text"], 
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea, 
  select {
    border: 1px solid #ccc;
    padding: 9px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; 
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    appearance: none;}
select {  
    background: #f9f9f9 url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/select.png?16503691241575155832) no-repeat right center;
    cursor: pointer;
    -webkit-padding-end: 30px; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input[type="number"] {
  padding: 5px;
}
input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus, 
  textarea:focus {
    border: 1px solid #aaa;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
label,
  legend { 
    display: block;
    font-weight: normal;
    margin-bottom: 4px; }
input[type="checkbox"] {
    display: inline; }
label span,
  legend span {
    font-weight: normal;
    font-size: 13px; }
textarea {
    width: 95%;
  }

input.contact_email {
  width: 230px;
  display: inline;
}
.sign_up {
  margin-left: 10px !important;
}
#target {
  padding: 20px;
  text-align: center;
}
#customer input[type="text"],
#customer input[type="email"],
#customer input[type="password"] {
  width: 93%;
}
#customer_login {
  margin-bottom: 2px;
}

/* #Tables
================================================== */


  table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
  }
  table a:visited {
      color: #999999;
      font-weight:bold;
      text-decoration:none;
    }
  table a:active,
    table a:hover {
      color: #bd5a35;
      text-decoration:underline;
    }
  table {
      color:#666;
      text-shadow: 1px 1px 0px #fff;
      background:#eaebec;
      border:#ccc 1px solid;
      margin-bottom: 20px;
      -moz-border-radius:2px;
      -webkit-border-radius:2px;
      border-radius:2px;
    }
  table img {
      max-width: inherit !important;
    }
  table th {
      padding:15px 20px;
      border-top:1px solid #ccc;
      border-bottom:1px solid #e0e0e0;
      background: #ededed;
      background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
      background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    }
  table th:first-child{
      text-align: left;
      padding-left:20px;
    }
  table tr:first-child th:first-child{
      -moz-border-radius-topleft:3px;
      -webkit-border-top-left-radius:3px;
      border-top-left-radius:3px;
    }
  table tr:first-child th:last-child{
      -moz-border-radius-topright:3px;
      -webkit-border-top-right-radius:3px;
      border-top-right-radius:3px;
    }
  table tr{
      padding-left:12px;
    }
  table tr td:first-child{
      text-align: left;
      padding-left:12px;
      border-left: 0;
    }
  table tr td {
      padding:12px;
      border-bottom:1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      background: #fafafa;
      background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
      background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    }
  table tr td.value input {
      margin-bottom: 0;
    }
  table tr.even td{
      background: #f6f6f6;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
      background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
    }
  table tr:last-child td:first-child{
      -moz-border-radius-bottomleft:3px;
      -webkit-border-bottom-left-radius:3px;
      border-bottom-left-radius:3px;
    }
  table tr:last-child td:last-child{
      -moz-border-radius-bottomright:3px;
      -webkit-border-bottom-right-radius:3px;
      border-bottom-right-radius:3px;
    }
  table tr:hover td{
      background: #f2f2f2;
      background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
      background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
    }


table tr.order_summary td.label { text-align: right;}

/* #Misc
================================================== */
.remove{ color: #404040; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.right { float:right; position: relative; }
.left { float: left; }
.center { text-align: center; }
.relative { position: relative; }
.inline { display: inline; }
.align_right { text-align:right }
.align_left { text-align: left; }
.container div.mobile_only { display:none; }
.no_border { border: none !important; }
.extra_padding { padding-top: 4px; }
div.hidden { display: none; }
div#gift-card-outer-container { background-color: #eee; }
#grid .column,
  #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px; }
#grid .column:hover,
  #grid .columns:hover {
    background: #bbb;
    color: #333; }
#grid .example-grid { overflow: hidden; }
/* #Site Styles
================================================== */
  div.container {
      margin: 0 auto;
      padding: 20px 0;
  }
  div.content {
    padding: 15px 0px 0px 0px;
    
  }
  .logo a {
    margin: 0;
    padding-top: 5px;
    display:block;
  }
  div.section {
     margin: 10px 0;
  }
  .homepage_content {
    
      background-color: #fbfbfb;
      border-top: solid 1px #fbfbfb;
      border-bottom: solid 1px #fbfbfb;
    
  }
  div.product_section {
    margin: 5px 0;
  }
  .breadcrumb {
    margin-bottom: 1em;
  }
  #category {
    width: 100%;
  }
  .featured_content p {
    margin-bottom: 0;
  }
  .paginate {
    text-align:center;
  }
  .paginate span,  a.tag {
    border: solid 1px #dbe3e5;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 2px; 
    padding: 5px 10px;
    display: inline-block;
  }
  a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0;
  }
  .featured_collections { margin-bottom: 10px }
  .paginate span:hover, a.tag:hover {
    color: #282c30;
  }
  .paginate .current {
    background-color: #f2f2f2;
  }
  .paginate .deco {
    border: none;
  }
  .thumbnail {
    position: relative;
    text-align:center;
    margin-bottom: 1em;
  }
.thumbnail a {
    display:block;
    padding-bottom:0.5em;
    color: #404040;
  }
.thumbnail a:hover {
    color: #d91b5b;
  }
  .new {
    position: relative;  
    display: inline;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
  }
  .thumbnail img {
    margin-bottom: 0.75em;
  }
  .thumbnail .price, .thumbnail .sold_out, .sold_out {
    font-weight: bold;
    color: #404040;
  }
  .thumbnail .sale, .sale {
    color: #b91b5b;
  }
  .sale_banner, .new_banner {
    position: absolute;
    top: 0;
    background: #b91b5b;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .new_banner {
    background: #d91b5b;
  }
  .thumbnail .price, .thumbnail .title {
    display: block
  }
  .cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight:bold;
    display: none;
  }
  #estimated-shipping, .excluding_tax {
    display: block;
  }
  .cart_image {
    float:left;
    margin-right: 20px;
  }
  .quantity_label {
    display: none;
  }
  .price_total_text {
    font-weight: normal;
    display: none;
  }
  .was_price {
    text-decoration: line-through;
    color: #9da6ae;
    font-style: italic;
    text-shadow:none;
    font-weight:normal;
  } 
  .thumbnail .quick_shop {
    display:none;
    padding: 5px 0;
    background-color: #888;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .thumbnail .quick_shop:hover {
    color: #ffffff;
    background-color: #dbdbdb;
  }
  .thumbnails a {
    display:block;
    margin-bottom: 1em;
  }
  .twittercont {
    display: inline-block;
    margin-left: 6px;
  }
  .facebookcont {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    min-width: 88px;
    top: -7px;    
  }
  a.pinterestcount {
    background:url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/pinit.png?16503691241575155832) no-repeat;
    font:11px Arial,sans-serif;
    text-indent:-9999em;
    font-size:.01em;
    color:#cd1f1f;
    height:20px;
    width:41px;
    background-position:0 0;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -20px;
  }
  a.pinterestcount:hover{
    background-position:0 -21px;
  }
  a.pinterestcount:active{
    background-position:0 -42px;
  }
  a.polyvore {
    display: inline-block;
    margin-left: 6px;
  }
  .arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
  }
  .modal {
    margin: 10px 0;
    display: none;
    background-color: #ffffff;
  }
  .modal_product {
    width: auto;
    line-height:0px;
    max-width: 940px;
  }
  .modal_product img {
    cursor: pointer;
  }
  .modal_image {
    text-align:center;
  }
  .modal a {
    padding-bottom: 0;
  }
  .modal p.modal_price, p.modal_price {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .modal form {
    margin-bottom: 10px;
  }
  .modal a {
    color: #d91b5b;
    font-style: italic;
  }
  .modal a:hover {
    color: #282c30;
  }
  .notify_form .submit {
    padding: 8px 8px !important;
  } 
  .product_image_col {
    margin-top: 15px;
    text-align:center;
  }
  .meta {
    font-size: 13px;
  }
  .meta p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  p.meta {
    margin-bottom: 10px;
  } 
  .comment-body p.meta {
    margin-bottom: 5px;
  }
  .sidebar_title {
    margin-bottom: 0;
  }
  .blog_list {
    margin-left: 0
  }
  .blog_list li {
    list-style: none;
    padding-left: 0;
  }
  .toggle span {
    color: #9da6ae;
    font-weight:bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:smaller;
    float: right;
    display: none;
  }  
  .sidebar p {
    font-size: 13px;
  }
  .sidebar .search {
    padding-top: 8px;
  }
  .sidebar .search input {
    width: 100%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
  }  
  .meta .label, .label {
    color: #9da6ae;
  }
  .blog_meta, .blog_meta a {
    color: #9da6ae;
  }
  .blog_meta a:hover {
    color: #282c30;
  }
  .blog_meta p {
    padding-right: 40px;
  }
  .container .blog_content {
    padding-left: 40px;
    border-left: solid 1px #dbe3e5;
  }
  .count {
    font-style: normal;
    font-size: 13px;
  }
  #tag_filter, #sort-by {
    margin-bottom: 0; 
  }
  .container div.tag_filter {
    display: none;
  }
  .section_select {
    text-align: right;
  }
  .checkout {
    display:block;
    float:right;
    margin-top: 0px;
  }
  .or {
    font-size:smaller;
    font-style: italic;
    padding: 0 10px;
  }
  input.quantity {
    width: 35px;
    display: inline;
    margin-bottom: 1em;
  }
  .inline_purchase {
    display: inline-block;
    margin-left: 20px;
    margin-top: 24px;
  }
  .subtotal {
    text-align:right;
  }
  .mobile_left {
    text-align: right;
  }
  h4.title a.subscribe {
    background: url("//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/rss-icon.png?16503691241575155832") no-repeat 0 4px;
    display: inline;
    padding: 5px 10px 5px 32px;
    font-size: smaller;
  }
 h4.title a.subscribe:hover {
    background-position: 0 -121px;
  }
  h4.title a.twitter {
    background: url("//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/twitter-icon.png?16503691241575155832") no-repeat 0 4px;
    display: inline;
    padding: 5px 0px 5px 32px;
    font-size: smaller;
  }
  h4.title a.twitter:hover {
    background-position: 0 -121px;
  }
  div.article { 
    margin-bottom: 35px;
  }
  .comment {
    margin-bottom:20px;
  }
  .comment-body h6 {
    padding-bottom: 0.25em;
  }
  .social_buttons {
    height: 22px;
  }
  .items_left {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -12px;
  }
  .gravatar { 
    width: 100px !important;
  }
  .gravatar img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
  .red {
    color: #C33;
  }
  .address p {
    margin-bottom: 5px;
  }
  div#disqus_thread ul, div#disqus_thread li {
      border: none;
  }
  .search_page {
    padding: 40px 0 60px 0;
  }

/* #Footer
================================================== */
  div.footer {
    background-color: #f5f5f5;
    
    
      border-top: solid 1px #dbe3e5;
    

    font-size: 13px; 
    line-height: 1.7em;
    color: #404040;
    padding: 10px 0;
    margin-top: 2em;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .footer a {
    color: #101623;
  }
  .footer a:hover {
    color: #3d4247;
  }
  .contact-form {
    margin-bottom: 0;
  }
  .payment_methods img {
    height: 26px;
    width: 38px;
  }
  form.search {
    margin-bottom: 0px;
  }
  input.search_box {
    padding: 6px 6px 6px 28px;
    background: #fff url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/search.jpg?16503691241575155832) no-repeat 6px;
    border: solid 1px #dbe3e5;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
  }
  .search_box:focus {
    background-color: #fff;
  }
  .payment_methods {
    margin: 4px 0 6px 0;
  }
  .payment_methods img {
    padding-right: 4px;
    height: 24px;
    width: 40px;
  }
  .credits_right {
    text-align: right;
  }
  .icons {
    list-style: none outside; 
    margin-left: 0;
    border: 0;
  }
  .footer .social_icons li {
    border: 0;
    float: left;
    padding: 0 0 8px 0;
  }
  .footer .social_icons li a {
    display: inline-block;
    -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; -ms-transition: all .1s linear; transition: all .1s linear;
    }

  .footer ul {
    list-style: none outside; 
    margin-left: 0;
  }
  .footer li {
    padding: 6px 0;
    list-style: none outside none;
    margin-bottom: 0;
  }
  .footer ul.footer_menu li:first-child {
    margin-left: 0;
    padding-top: 0;
  }

/* #jQuery FlexSlider v2.2
================================================== */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none;}
ul.slides li {border:none; padding: 0; margin-bottom: 0; position: relative;}

/* FlexSlider Necessary Styles
*********************************/ 
html[xmlns] .slides {display: block;}
.flexslider {margin: 0; padding: 0; z-index: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; height: auto; margin: 0 auto;}
.flex-pauseplay span {text-transform: capitalize;}


  #homepage_slider .slides img {
    width: 100%;
  }
  

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; clear:both; overflow: hidden}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {text-align: center; position: relative;}
.carousel li {margin-right: 5px;border: 0}

.flex-caption {margin:0; width: 100%; position: absolute; top: 25%; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .7)}
.flexslider .headline { font-size: 50px; margin-bottom: 0.2em; line-height: 55px; font-weight: normal }
.flexslider p.subtitle { font-size: 23px; line-height: 28px; font-weight: normal }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px; height: 60px; margin: -20px 0 0; display: block; background: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/arrow_sprite.png?16503691241575155832) no-repeat 0 0; z-index: 10; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -120px; right: -36px; }
.flex-direction-nav .flex-prev {background-position: 0 -60px; left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 15px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 15px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 20px; right: 4%; width: auto; z-index: 10;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 
}
.flex-control-nav li a.flex-active {
  background: rgba(255,255,255,0.7);
  cursor: default;
}
.flex-control-paging li a:hover { background: rgba(255,255,255,0.7); }
.flex-control-thumbs {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-thumbs li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-thumbs {position: static; overflow: hidden;}
.flex-control-thumbs li, .flex-control-thumbs li:first-child {width: 22%; vertical-align: top; margin: 15px 4% 0 0;}
.flex-control-thumbs li:nth-child(4n) {margin: 15px 0 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
#product_slider .flex-active-slide a:hover {cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}
#product_slider { margin-bottom: 2em }
#product_slider .slides img {
  width: auto !important;
}

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #ffffff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/arrow_sprite.png?16503691241575155832');
  background-position: 0 -180px;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
} 

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/fancybox_loading.gif?16503691241575155832') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background-position: 0 -30px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.gallery .fancybox-close {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

.fancybox-close:hover {
  background-position: 0 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/blank.gif?16503691241575155832'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -180px;
}

.fancybox-prev span:hover {
  left: 10px;
  background-position: 0 -60px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -240px;
}

.fancybox-next span:hover {
  right: 10px;
  background-position: 0 -120px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/fancybox_overlay.png?16503691241575155832);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
*/
.cloudzoom-lens {
  border:none;
  border:1px solid #888;
  width:225px;
  height:175px;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
  cursor:pointer;
  z-index: 10;
}
.cloudzoom-zoom {
  border:1px solid #888;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
  background-color: #fbfbfb;
}
.cloudzoom-zoom-inside {
  border:none;
  box-shadow:none;
}
.cloudzoom-caption {
  display:none; 
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-family: sans-serif;
  font-size:11px;
}
.cloudzoom-blank {
  background-image:url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/blank.gif?16503691241575155832');
}
div.cloudzoom-ajax-loader {
  background: #000 url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/fancybox_loading.gif?16503691241575155832') center center no-repeat;
  width: 44px;
  height: 44px;
  opacity: 0.6;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cloudzoom-lens + div { display: none !important }

/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing 
    #Media Queries */
/* #Base 960 Grid
================================================== */
    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 281px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
    .container .one-fifth.column                { width: 172px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
        .container .one-fifth.column                { width: 133px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }
        .container .one-fifth.column { width: 140px; }
        .container .one-fifth.column:nth-child(2n)  { margin-left: 20px }

        

        .container .logo.column       { width: 200px; }
        .container .nav.column        { width: 90px; margin-left: 10px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
        .container .one-fifth.column  { width: 200px;}
        .container .one-fifth.column:nth-child(2n)  { margin-left: 20px }

        

        .container .logo.column       { width: 200px; }
        .container .nav.column        { width: 210px; margin-left: 10px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* #Media Queries
================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) { 
    input.contact_email {
      width: 170px;
    }
    h1.collection_title_tags, div.collection_title_tags {
      border-right: 0;
      margin-right: 0;
      padding-right: 0;
    }
    .cloudzoom-lens {
      width:140px;
      height:120px;
    }
  }
/* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .nav ul li { padding: 0 0 0 10px; }
    .flex-caption { top: 0; }
    input.search_box { width: inherit !important;}
  }
/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .collection_menu { display: none; }
    .container div.tag_filter { display: block; }
    #tag_filter, #sort-by {
      margin: 1.5em 0 0.5em 0; 
    }
    .blog_filter {
      display: block !important;
      width: 100%;
    }
    .blog h2 { margin-top: 1.5em }
    .section_select { text-align: center; }
    .or {
      text-align: center;
      width: 100%;
      display: inline-block;
      padding-left: 0;
      padding-bottom: 5px;
    }
    .toggle span {
      display: block;
    }
    .toggle_list {
      display: none;
    }
    select { 
      width:100%; 
    }
    input.contact_email {
      width: 94%;
    }
    .search_page_text {
      text-align: left;
    }
    a.button, 
    button,
    .action_button, 
    a.action_button, 
    textarea {
      width: 85%;
    }

    .flexslider a.action_button {
      width: initial;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input.action_button[type="submit"], 
    input.action_button[type="button"],
    .sign_up {
      margin-left: 0 !important;
      width: 100%;
    }

    .cart_icons {
      display: none;
    }
    .credits_right {
      text-align: left;
    }
    .container .column.thumbnail, .container .columns.thumbnail {
      margin-top: 1em;
    }
  .title_column {
      float:left;
    }
  .subtotal_amount {
      text-align:right;
    }
  .mobile_left {
      text-align:left;
    }
  .container div.mobile_only {
      display:block;
    }
  .quantity_label {
    display: inline;
  }  
  .price_total {
    text-align: right;
  }
  .price_total_text {
    display:block;
  }
  .update_subtotal, .price_total, .remove_column, .checkout_table_header {
      display: none;
    }
  .mobile_right {
      text-align: right;
    }
  .quick_shop {
      display: none !important;
    }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th, table tr td {
      padding: 2px;
    }
  input.action_button {
      margin-bottom: 1em !important;
    }
  .multiple_product_images {
      display: none;
    }
  .flex-caption {
    top: 0;
  }
  .flex-caption .headline {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .flex-caption p.subtitle {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .container .blog_content {
    padding-left: 0;
    border: 0;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile_hidden { display: none !important }
    ul.menu li.navicon_button { display:inline-block }
    ul.menu li { padding: 0 0 0 10px; }
    ul.nav_buttons { position: relative; top: 10px }
  }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .mobile_hidden { display: none !important }
    ul.menu li.navicon_button { display:inline-block; }
    ul.menu li a.cart { padding-left: 25px; }
    ul.menu li a.navicon { padding-left: 28px; }
    ul.menu li { padding: 0 }
    ul.nav_buttons { position: relative; top: 10px; text-indent: -1000em; text-align: left }
    .cart_count { display: none;}
    input.search_box { width: 240px !important;}
    .flex-caption .headline, .flex-caption p.subtitle{
        font-size: 1.1em;
        font-height: 1.1em;
      }
    .flex-caption p.subtitle {
      font-size: 0.9em;
      line-height: 0.9em;
      margin-bottom: 0.5em;
    }  
    .flex-caption .action_button {
      padding: 4px 15px;
      font-size: 12px;
    }
    .flex-direction-nav .flex-prev {display: none;}
    .flex-direction-nav .flex-next {display: none;}

    h1, h2, h1.home, h1.blog_title, h3, h4, h5, h6, .title a { 
        font-size: 150%;
      }
    h1, h1.home, h1.blog_title, .title a, h2 {
        padding:0;
      }
}
@media
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2) {
    ul.menu li a.navicon {
        
        background-image: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/menu_dark2x.png?16503691241575155832);
      
      background-size: 20px 119px;
    } 
    input.search_box {
      background: #fff url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/search2x.jpg?16503691241575155832) no-repeat 6px;
      background-size: 14px 14px; 
    }
    .nav ul li a.cart {
        
        background-image: url(//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/cart_dark2x.png?16503691241575155832);
      
      background-size: 16px 64px;
    }
}

@-moz-document url-prefix() {
  input.search_box {
    position: relative;
    top: 8px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: 100%;
     }
}

/* #Icons
================================================== */
@font-face {
  font-family: 'mobilia';
  src: url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/mobilia.eot?16503691241575155832');
  src: url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/mobilia.eot?%23iefix&16503691241575155832') format('embedded-opentype'),
       url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/mobilia.woff?16503691241575155832') format('woff'),
       url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/mobilia.ttf?16503691241575155832') format('truetype'),
       url('//cdn.shopify.com/s/files/1/0623/9013/t/22/assets/mobilia.svg?16503691241575155832') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mobilia";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-youtube:before { content: '\e812'; } /* '' */
.icon-phone:before { content: '\e810'; } /* '' */
.icon-menu:before { content: '\e80d'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-plus:before { content: '\e80a'; } /* '' */
.icon-minus-circled:before { content: '\e80b'; } /* '' */
.icon-rss:before { content: '\e80c'; } /* '' */
.icon-cart:before { content: '\e80e'; } /* '' */
.icon-flickr:before { content: '\e800'; } /* '' */
.icon-youtube-squared:before { content: '\e811'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-gplus:before { content: '\e804'; } /* '' */
.icon-pinterest:before { content: '\e805'; } /* '' */
.icon-tumblr:before { content: '\e806'; } /* '' */
.icon-linkedin:before { content: '\e807'; } /* '' */
.icon-instagram:before { content: '\e809'; } /* '' */
.icon-mail-circled:before { content: '\e80f'; } /* '' */
.icon-vimeo:before { content: '\e801'; } /* '' */

.social_icons a { font-size: 30px; color: #66717a; opacity: 0.8; }
.social_icons a:hover { color: #9da6ae; opacity: 1; }
.icon-cancel { font-size: 18px; }
.remove, .remove:visited { color: #404040; }
.remove:hover, .remove:active { color: #d91b5b; }

.top_menu .social_icons a, .top_menu .social_icons a:hover, .top_menu .social_icons a:active { font-size: 22px; }
.top_menu .social_icons li { padding-left: 0;}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
    
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/

/* 
   Swatches Styles
*/



.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:30px !important; 
  height:30px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:30px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

/* CUSTOM */

#callUs {
    text-transform: uppercase;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: normal;
    font-size: 16.44px;
    color: #383839;
    line-height: 0px;
}

.nav ul li a.cart:hover {
    color: #d91c53!important;
}

.nav ul li a.cart {
    border: none;
    padding-right: 0px;
    padding-bottom: 0.7em;
}

li.navicon_button + li {padding-left:0;}

a#customerLink:hover {
    color: #d91d53;
}
a#customerLink {
    font-size: 14px;
      color: #383839;
    padding-bottom: 7px!important;
}

div.header ul.social_icons li a {
    padding-bottom: 6px!important;
}

div.header ul.social_icons li {
    vertical-align: middle!important;
}

form.search input.search_box {
    width: 140px;
    border: 1px solid #a3a3a6;
    font-size: 16.44px;
    font-family: "Arial Narrow", Arial, sans-serif;
}

ul.main.menu li {
    padding-left: 1.5em;
    padding-right: 0.75em;
}

ul.main.menu li a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #383839;
    font-size: 14.44px;
    text-transform: uppercase;
    font-weight: bold;
}

ul.main.menu li a:hover {
    color: #d71155!important;
}

#customLogo {
      width: 250px;
}

div.header .container .two-thirds.column {
    width: 690px;
}

#homepage_slider {
    overflow: visible;
    z-index: 99;
}

.index li#homepageImage.flex-active-slide {
    height: 402px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background: #efefef;
}

li#homepageImage {
    width: 960px!important;
    display: block!important;
    margin: 0 auto!important;
    float: none!important;
}

.flex-caption {
    top: 8.5%;
}

div.flex-caption div.container {
    padding-top: 0%!important;
}

div.flex-caption div.container {
    padding-bottom: 0!important;
}

.video-wrapper {
    width: 50%!important;
    padding-left: 4.5%!important;
}

#vidWrap {
    margin-left: 0%;
    margin-right: 0%;
}

div#face.container {
    margin-top: 4%;
    margin-left: 0%;
    padding-left: 0%!important;
}

#facebookHome {
    height: 36px;
}

div#facebookHome h1 {
    float: left;
    font-size: 1.4em;
    color: #454f4e;
    font-family: "bebas-neue",sans-serif!important;
    font-style: normal;
    font-weight: 400!important;
    text-transform: uppercase;
    z-index: 1000;
    letter-spacing: 0.1em;
    margin-right: 1.5%;
    text-shadow: none;
    margin-top: 0.5px;
}

#twitterHome,.fb_iframe_widget {float:left!important;}

body.index .flex-prev, body.index .flex-next {display:none;}

div#facebookHome h1 {
    margin-left: 2px;
}

div#homeVid {
    margin-right: 4.5%!important;
      padding-top: 2%!important;
  text-align:left;
}

.flexslider .headline, h1.headline {
    font-family: 'Raleway', sans-serif!important;
    font-weight: 400!important;
    font-size: 2em;
    line-height: 1em;
    color: #3d4247!important;
    text-transform: uppercase!important;
    text-shadow: none!important;
    margin-bottom: 0.6em;
    margin-right: 0%;
    width: 100%;
    margin-top: 20%;
}

div#homeCTA a {
    margin-bottom: 6%!important;
    width: 70%!important;
}

p.subtitle {
    font-family: 'Raleway', sans-serif!important;
    font-weight: 400!important;

    text-transform: uppercase!important;
    text-shadow: none!important;
}

a.action_button {
    background: #d71155;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: normal;
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase!important;
    letter-spacing: .05em;
    border: 1px solid #850833;
    box-shadow: 0.358px 0.934px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0.358px 0.934px 2px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0.358px 0.934px 2px 0px rgba(0, 0, 0, 0.16);
    box-shadow: inset 1.364px 1.463px 2px 0px rgba(255, 255, 255, 0.004);
    -moz-box-shadow: inset 1.364px 1.463px 2px 0px rgba(255, 255, 255, 0.004);
    -webkit-box-shadow: inset 1.364px 1.463px 2px 0px rgba(255, 255, 255, 0.004);
    margin-bottom: 0.5em;
    border-radius: 3px;
}

a.action_button:hover {
    background: #d71155;
}
.video-wrapper {
    max-width: 100%;
    margin-top: 0%;
}

.video-container {
    position: relative;
    padding-top: 0%;
    height: 0;
    overflow: hidden;
    outline: 9px solid white;
}

.video-container {
    margin-right: 0%!important;
    padding-bottom: 56.25%;
}

div#facebookHome h1 {
    margin-left: -8px;
}

.fb_iframe_widget span {
    overflow: visible!important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
  float: left;
}

.fb-like.fb_iframe_widget span {
    margin-top: 0.4em!important;
}

.container .sixteen.columns {
    width: 960px;
  margin-left:0;
  margin-right:0px;
}

div#homeBanner {
    margin: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    padding: 0.5%!important;
    background: #fff;
}

#PromoAlpha,#Promo,#PromoOmega {
  width:31.1%;
}

div#Promo, div#PromoAlpha, div#PromoOmega {
    margin: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    float: left;
}

div#Promo img, div#PromoAlpha img, div#PromoOmega img {
    vertical-align: middle;
}

div#Promo, div#PromoAlpha {
  margin-right:3%;
}

#extraTwo div.container {padding:0;}

#extraOne div.section {margin-bottom:0;}

div#Promo:hover, div#PromoAlpha:hover, div#PromoOmega:hover {
    opacity: 0.6;
}

div#featuredOn h1 {
    float: left;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 42px;
    color: #343434;
    text-transform: uppercase;
        margin-bottom: 0;
    margin-top: 1.5%;
    margin-right: 1%;
    margin-left: 2%;

}

div#featuredOn img {
    max-width: 50px;
}

div#featuredOn img {
    cursor: pointer;
}

div#featuredOn li {
    display: inline;
    list-style-type: none;
    padding: 0 1.75%;
}

.fancybox-inner {overflow:hidden!important;}

h1#taraTitle {
    text-align: left;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 85px;
    margin-bottom: 1%!important;
    color: #222;
}

div#taraText p {
    text-align: justify;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3a3a3a;
    letter-spacing: 0.5px;
}

a#taraBtn {
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 44px;
    color: #fff;
    background: #d91d5e;
    text-transform: uppercase;
    width: 50%;
    padding: 2% 5%;
}

div#taraText {
    float: left;
    width: 58%;
    padding-left: 2%;
}

div#taraImage {
    float: right;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 1.5%;
}
}
div#taraImage {
    border: 1px solid #bfbfbf;
    display: inline-block;
    padding: 0.5%;
    background: #fff;
    text-align: center;
}
div#extraFour {
    background-color: #e9e9e9;
    width: 100%;
}

h2#collectionTitle {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2.5%;

}

#productHome {padding-top:0;}

div.section.product_section.clearfix div.eight.columns.alpha {
    width: 280px;
}

div#product_slider ul.slides li a img {
    margin-left: 0%;
    margin-right: 0%!important;
}

#product_slider .slides img {
    width: auto !important;
}

.flexslider .slides li {
    text-align: center;
}

div#product_slider ul.slides {
    border: 1px solid #d6d6d6;
}

div.clearfix.breadcrumb {display:none;}

div#product_slider ol.flex-control-nav.flex-control-thumbs li {
    border: 1px solid #d6d6d6;
}

.flex-control-thumbs li, .flex-control-thumbs li:first-child {
    width: 21%;
    vertical-align: top;
    margin: 15px 12px 0 0;
}

h1.product_name {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase!important;
    margin-bottom: 1%;
    margin-top: 0%;
    margin-right: 5%;
}

p.modal_price {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300!important;
    font-size: 26px;
    color: #db2462;
    margin-bottom: 0;
}

div#socialBtns {
    float: right;
    margin-bottom: 0%;
    margin-top: 10%!important;
}

.spr-header-title {display:none;}

div.cloudzoom-zoom{
  width: 476px!important;
  height: 405px!important;
  top: 140px!important;
  left: 35.35%!important;  
}

div.cloudzoom-lens {
	width:50%;!important;
  	height:30%!important;
}

.selector-wrapper, div.select select {display:none!important;}

div.swatch.clearfix div.header {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin-right: 9.5%;
}

div.swatch-element.color input:checked + label {
    box-shadow: none!important;
    border: 2px solid #fff!important;
    outline: #d91c5d solid 2px !important;
}

div.swatch-element.color label {
    border-style: none;
  cursor:pointer;
}

.swatch input:checked + label {
    outline: 2px solid #d91c5d;
    box-shadow: none!important;
}

div.swatch-element label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: normal;
}

.swatch input:checked + label {
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    border-color: transparent;
}

div.swatch-element label {
    cursor: pointer;
    padding-left: 10%;
    padding-right: 10%;
}
.swatch label {
    background-color: #fbfbfb;
    border: 1px solid #838282;
}

.swatch label {
    background-color: #fbfbfb;
    border: 1px solid #838282;
}

div.left input {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #838282;
    text-align: center;
}

a#size-chart-trigger:hover {
    text-decoration: underline!important;
}

a#size-chart-trigger {
    margin-top: 8px!important;
    text-decoration: none!important;
}

#size-chart-trigger {
    color: #d91c5d!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    text-decoration: underline!important;
    float: left!important;
    padding-left: 8px;
    margin-top: 10px;
    margin-left: -30px;
}

div.left {
    width: 50%;
}

.left {
    float: left;
}

div.left label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10%;
  float:left;
}
div.purchase.clearfix.inline_purchase input {
    background: #d91c5d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
}

.inline_purchase {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
}

form {
    margin-bottom: 7px;
}

div#relatedSide h2#relatedTitle {
    font-family: 'Raleway', sans-serif!important;
    font-weight: lighter;
    font-size: 19px;
    color: #747474;
    text-transform: uppercase;
    text-align: center;
    margin-top: 6%;
}


.related-products #shopProducts {width:189px;}

div#relatedSide div.info span.title {
    font-size: 9px!important;
}

.spr-badge.spr-badge {
    margin-left: 5%;
    float: left;
}

.thumbnail a {
    color: #fdb813!important;
}

.related-products .spr-badge-caption {display:none!important;}

div#relatedSide div#shopProducts:hover {
    outline: 1px solid #d6d6d6!important;
}

div#relatedSide a.quick_shop.action_button {
    font-size: 15px!important;
    padding: 0%!important;
    right: 25.5%!important;
	background: rgba(0,0,0,0.45);
    -pie-background: rgba(0,0,0,0.45);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Abel', sans-serif!important;
    font-weight: 400!important;
    text-align: center;
    border: none!important;
    box-shadow: none!important;
    padding: 3% 4%;
    margin-bottom: 0;
    top: 40%;
  color:#fff!important;
}

.related-products {
 width:189px;
  margin-right:0;
  margin-left:0;
  list-style-type: none;
}

div.info span.title {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400!important;
    color: #3e3e3f;
    text-transform: uppercase;
    margin-top: -5%px;
}

#shopProducts {margin-right:0;}



#relatedTitle {margin-bottom:1em;}

.related-products #shopProducts {
    width: 188px;
}

.related-products #shopProducts {
    width: 175px;
    margin-left: 13px;
    margin-top: 5px;
}

.spr-badge-starrating {
    margin: 0 20px 0 0!important;
}

spr-badge.spr-badge {
    margin-left: 2%;
    float: left;
}

ul.tabs a.active:hover {
    cursor: default;
}

ul.tabs li a.active {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #101623;
    color: #fff;
    text-transform: uppercase;
    top: 0px;
    padding-top: 1px;
}
ul.tabs li:last-child a {
    border-width: 0px 0px 0 0px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

div.description ul.tabs-content {
    padding-right: 1%!important;
    padding-bottom: 1%!important;
}

ul.tabs {
    border-color: #999;
    margin-bottom: 0;
}

ul.tabs-content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 3%;
}

ul.tabs li a.active {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #101623;
    color: #fff;
    text-transform: uppercase;
    top: 0px;
    padding-top: 1px;
}

div#shopify-product-reviews span, div#shopify-product-reviews p, div#shopify-product-reviews a, div#shopify-product-reviews h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
}

h3.spr-review-header-title {
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    font-weight: bold!important;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase!important;
    text-shadow: none!important;
}

#customReview .spr-header {display:none;}

.spr-reviews {margin:0;}

.spr-container {
    padding: 0px;
}
.spr-container {
    border: none!important;
 
}

.spr-container {
    padding: 0px!important;
    
}

ul#customReview {padding:0!important;}

ul#customReview li#customReview a.active {
    background: #d91c5d;
    border-color: #d91c5d;
}

ul#customReview.tabs-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.spr-review {
 border-top:none!important;
  padding: 0px!important;
}

span.spr-starratings.spr-review-header-starratings {
    color: #fdb813;
    float: left;
    margin-right: 2%;
    margin-bottom: 0%;
}

span.spr-review-header-byline strong:first-child {
    color: #d91c5d!important;
}

.spr-form {
    margin: 2px 0 0 0!important;
    padding: 4px 0 0 0!important;
    border-top: none!important;
}

input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
    background: #d7114f;
}

.spr-review-reportreview {display:none;}

ul.tabs {margin-top:6px;}

div#Newsletter.container.content {
    padding-top: 0!important;
    height: 46px!important;
}

div#Newsletter {
    background: #101623;
}

p#newsletterMessage {
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    float: left;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 15px;
}

div#Newsletter.container.content input.contact_email {
    margin-top: 5.5px;
    padding-bottom: 16px;
    padding-top: 18.5px;
    height: 0px!important;
}

input.contact_email {
    color: #6b6868;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0%;
    width: 280px;
    border: none;
}

div#Newsletter.container.content input.action_button.sign_up {
    height: 33px;
    margin-top: 7px;
    padding-top: 6px;
    float: right;
    margin-right: 54.5px;
    padding-bottom: 25.5px!important;
    font-size: 15px;
}

input.action_button.sign_up:hover {
    background: #d7114f;
    opacity: 0.98;
}

input.action_button.sign_up {
    background: #d7114f;
}


div#Newsletter.container.content input.action_button.sign_up {
    text-transform: none;
}

div.footer div.container {
    padding-bottom: 0px;
}

div.footer div.three.columns ul.footer_menu li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline;
    letter-spacing: 0.1em;
}

.footer ul.footer_menu li:first-child {
    margin-left: 0;
    padding-top: 0;
}

div.footer div.three.columns {
    width: 100%!important;
    text-align: center;
}

#AuthorizeNetText {
    display: none!important;
}

div.AuthorizeNetSeal a img {
    border: 0px;
    margin: 0px;
    text-decoration: none;
}
.payment_methods img {
    float: left!important;
}
.payment_methods img {
    padding-right: 4px;
    height: 24px;
    width: 40px;
}

p.credits, p.credits a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #7e7f7f!important;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

div.footer div.ten.columns.credits_right {
    width: 250px;
    float: right;
    margin-right:0;
}

div.footer div.six.columns {
    width: 450px;
}

.index .spr-badge-caption,.collection .spr-badge-caption {display:none;}

div#shopProducts.one-third.column.alpha.thumbnail.even:hover, div#productHome div.one-third.column.thumbnail:hover,
div#productHome div.one-third.column.thumbnail.odd:hover{
    outline: 1px solid #adadad;
    box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
}

.index .spr-badge.spr-badge,.collection .spr-badge.spr-badge {
    margin-left: 0%;
    float: left;
    margin-right: 51%;
}

a.quick_shop.action_button {
    background: rgba(0,0,0,0.45);
    -pie-background: rgba(0,0,0,0.45);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Abel', sans-serif!important;
    font-weight: 400!important;
    text-align: center;
    border: none!important;
    box-shadow: none!important;
    padding: 3% 4%;
    margin-bottom: 0;
    top: 40%;
    color:#fff!important;
    right: 21%;
}
a.quick_shop.action_button:hover {
    background: rgba(0,0,0,0.75)!important;
    -pie-background: rgba(0,0,0,0.75);
}

#shopProducts.one-third.column.thumbnail.alpha.even.product-items{ margin-left:0px;}

#shopProducts:nth-child(2){ 
  margin-left:30px;
}


#shopProducts:nth-child(3){ 
  margin-left:30px;
}

div.sixteen.columns.clearfix.collection_nav {
    text-align: center;
}

div#shopProductImages.container {
    padding-top: 0px!important;
}

div#shopProductImages div#homepage_slider.flexslider {
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    padding: 0.5%!important;
    background: #fff;
}

div#shopProductImages div#homepage_slider.flexslider {
    border-top: none!important;
}

div.content {
    padding: 0px 0px 0px 0px;
}

h1.collection_title {
    font-family: 'Raleway', sans-serif!important;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center!important;
}

.container div.collection_nav {border-bottom:none;}

div#shopProducts.one-third.column:hover {
    outline: 1px solid #adadad;
    box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 3px 5.196px 4px 0px rgba(0, 0, 0, 0.04);
}

div#shopText h1 {
    color: #ed1e79;
    font-family: 'Raleway', sans-serif!important;
    font-weight: normal!important;
    font-size: 17px;
    line-height: 17px;
    text-transform: capitalize!important;
    text-shadow: none!important;
}

div#shopText p {
    color: #222;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-weight: normal;
    font-size: 16px;
}

div#shopProductImages div#homepage_slider.flexslider {
    border-top: none!important;
    /* width: 100%; */
    max-width: 960px;
}

#newsMediaContent img {
    margin-bottom: 3%;
    margin-right: 2%;
    float: left;
}

div#newsMediaTitle {
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 2%;
}

img#jenn {
    margin-right: 3.5%!important;
}

.vieraShorter img {
    margin-right: 4.5%!important;
}

img#us {
    margin-right: 4.5%!important;
}

div.ten.columns.alpha.blog_content {
    padding-right:3%;
    width: 67%;
    padding-left: 0;
    border-left: none;
    margin-right: 0;
}
div.ten.columns.alpha.blog_content h2 {
    font-family: 'Raleway', sans-serif!important;
    color: #f64997;
}

.facebookcont {margin-left:0;}

body.blog div.blog_content img {
    margin-right: 5%;
    float: left;
    margin-top: 0%;
    margin-bottom: 1%;
}

a#blogBtn {
    background: #fbfbfb!important;
    color: #d91d53;
    border: none;
    font-size: 14px!important;
    line-height: 14px!important;
    width: 53%!important;
    padding-left: 0%!important;
    padding-right: 0%!important;
    text-align: left;
}

p#cusBlog {color:#000;}

a#blogExce {
    color: #000!important;
}

form.contact-form .ten.columns.page {
    margin-right: 4.5%;
}

form.contact-form .five.columns.offset-by-one {
    margin-bottom: 3%;
}

#retailerForm {
    margin-right: 1%;
    width: 43.5%;
    margin-left: 8%;
  float:right;
}

#regularForm {
  float:left;
    width: 45%;
}
#contactFormSub {
    margin-top: 11.5%;
}

input.submit.action_button {
    width: 100%!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    font-size: 15px!important;
    text-transform: uppercase!important;
    padding: 8px 20px!important;
    background: #db2462!important;
    border-radius: 0px!important;
}

#cfwrap {
    width: 218%;
}

#retailerForm {
    float: right;
    display: none;
}

input#checkout.action_button {
    width: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #d71155;
    border-radius: 0px;
}

.cart .container div.collection_nav {

    padding-top: 28px;
}


.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #d91c53 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.swatch .tooltip {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: rgba(251,251,251,.95);
    color: gray;
    bottom: 100%;
    padding: 6px;
    display: block;
    position: absolute;
    width: 100px;
    left: -33px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.homepage {
    padding-bottom: 0px;
}

.header div.header_border {
    padding-bottom: 0px;
}

.fancybox-inner .container.section {
    padding-left: 13%!important;
    padding-top: 2.5%!important;
    padding-bottom: 50px!important;
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
    height: 100%;
}

.inline_purchase {
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
}


/* CUSTOMER */

body.customers-login div.sixteen.columns.clearfix.collection_nav {
    margin-top: 15px;
}

div.sixteen.columns.clearfix.collection_nav {
    text-align: center;
}
body.customers-login div.container.main.content div.sixteen:first-child h1.collection_title {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 26px;
    color: #db2462;
    background: #101623;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 126px;
    padding-right: 126px;
    margin-right: 20px;
}

body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 32%;
    padding-right: 32%;
}
body.customers-login div.sixteen.columns.clearfix.collection_nav {
    margin-top: 15px;
}

body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 32%;
    padding-right: 32%;
}

body.customers-login label.login, body.customers-register label.login {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}
body.customers-login #customer input[type="email"], body.customers-register #customer input[type="email"] {
    margin-bottom: 10px!important;
}

body.customers-login label.login, body.customers-register label.login {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}

body.customers-login #customer input[type="text"], body.customers-login #customer input[type="email"], body.customers-login #customer input[type="password"], body.customers-register #customer input[type="text"], body.customers-register #customer input[type="email"], body.customers-register #customer input[type="password"] {
    float: right;
    width: 56%;
    margin-top: -40px;
    margin-bottom: -1px;
    padding: 3px!important;
    border-color: #000;
    border-radius: 0px;
}

body.customers-login input.btn.action_button {
    float: right;
    margin-top: 0px;
    width: 35%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px 20px;
    background: #db2462;
    border-radius: 0px;
}

body.customers-login div.container.main.content div.sixteen:nth-child(3) h1.collection_title {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 26px;
    color: #db2462;
    background: #101623;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 117px;
    padding-right: 126px;
    margin-right: 20px;
}

div.action_bottom {
    text-align: center;
}

body.customers-login div.action_bottom input.action_button, body.customers-register div.action_bottom input.action_button {
    float: none;
    margin-top: -20px;
    width: 60%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px 20px;
    background: #db2462;
    border-radius: 0px;
}

.action_bottom p.right,#login_form p.right {display:none;}

body.customers-login .right a {
    color: #8a8787;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}

.container .six.columns {
    width: 325px;
}

#login_form {
    padding-left: 0px;
    margin-left: 0;

}

#customer_login .right {float:left;}

body.customers-login label.login, body.customers-register label.login {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}

body.customers-login div.sixteen.columns.clearfix.collection_nav {margin-bottom:0px;margin-top:2%;}


  @media only screen and (min-width: 768px) and (max-width: 959px) {
    
    html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    

    .logo a {
    padding-top: 10%;
}
    
 
    
    #customLogo {
    margin-right: 0;
}
    
    ul.main.menu li a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #383839;
    font-size: 14.44px;
    text-transform: uppercase;
    font-weight: bold;
}
    
    ul.main.menu li {
    padding-left: 2.8em;
      padding-right:0;
}
    
  
    input.search_box {
    width: 79% !important;
    margin-right: 0;
}
    
    form.search {
    margin-bottom: 0px;
    width: 180px;
    }
    
    ul.nav_buttons.menu {margin-right:1%!important;}
    
    
    
   

    div#Promo, div#PromoAlpha {
    margin-right: 2.95%;
}
    
    div#featuredOn h1 {
      margin-left:0.5%;
          margin-top: .75%;
    }
    
    
    div#featuredOn img {
    max-width: 37px;
}
    
    .spr-badge-starrating {
    margin: 0 0px 0 0!important;
}
    
    
    #shopProducts:nth-child(2) {
    margin-left: 18px;
}
    
        #shopProducts:nth-child(3) {
    margin-left: 18px;
}

    
    .index .spr-badge.spr-badge, .collection .spr-badge.spr-badge {
    margin-left: 1%;
    float: left;
    margin-right: 48%;
}
    
    div.info span.title {font-size:11px;}
    
    p#newsletterMessage {
      margin-left:2%;
      margin-right:2%;
  }
    
    input.contact_email {width:220px;}
   
    
    div#Newsletter.container.content input.action_button.sign_up {
    margin-right: 27.5px;
    padding-left:20px;
      padding-right:20px;
    }
    
    div.footer div.three.columns ul.footer_menu li {font-size:13px; }
    
    div.footer div.six.columns {
    width: 380px;
      margin-right:0;
}
    div.footer div.ten.columns.credits_right {
    width: 204px;
    float: right;
    margin-right: 2px;
      margin-left:0;
}
    
    p.credits, p.credits a {font-size:13px;}
    
    
    
    div.section.product_section.clearfix div.eight.columns.alpha {
    width: 205px;
    margin-left: 5px;
		
    }
    
    .modal_price {
     width:70%!important; 
      
    }
    
    div#socialBtns {
    float: left;
    margin-bottom: 0%;
    margin-top: 2%!important;
}
    
    div.swatch-element label {
    cursor: pointer;
    padding-left: 0%;
    padding-right: 0%;
}
    
    .swatch .swatch-element {
    margin: 0px 13px 15px 0;
    }
    
    div.swatch.clearfix div.header {margin-right:2.25%;}
    
    div[data-option-index="1"] div.header {margin-right:4.2%!important;}
    
    
    div.left label {margin-right:19%;}
    
    #size-chart-trigger {margin-left:75px;}
    
    
    .flex-control-thumbs li, .flex-control-thumbs li:first-child {
    width: 21%;
    vertical-align: top;
    margin: 15px 9px 0 0;
}
    
    div.purchase.clearfix.inline_purchase input {
    margin-bottom: 6%;
    }
    
    div#relatedSide h2#relatedTitle {margin-top:1%;}
    
    .flex-control-thumbs li, .flex-control-thumbs li:first-child {
    width: 46%;
    }
    
    .flex-control-thumbs li:nth-child(odd) {margin-left:0;margin-right:5px;}
     .flex-control-thumbs li:nth-child(even) {margin-right:0;margin-left:5px;}

    .related-products #shopProducts {
    width: 135px;
    margin-left: 18px;
    margin-top: 5px;
}
    
    .related-products {
    width: 170px;
    }
    
    #relatedSide {float:right;}
    

    .flex-caption {
    top: 0%;
    }
    
    div.flex-caption div.container {
    padding-top: 0%!important;
}
    
    div.flex-caption div.container {
    padding-bottom: 0!important;
}
    
    .container {
    width: 750px;
}
    
    .video-wrapper {
    width: 53%!important;
          padding-left: 0%!important;
    margin-top: 1.5%!important;

}
    
    #vidWrap {
    margin-left: 2%;
    margin-right: 2%;
}
    
    
    div#face.container {
    margin-top: 4%;
    margin-left: 0%;
    padding-left: 0%!important;
}
    div.flex-caption div.container {
    padding-top:2%!important;
}

    #facebookHome {
    height: 40px;
}
    
    div#facebookHome h1 {
    margin-left: 0%!important;
}
    
    div#homeVid {
    padding-right: 0%!important;
}
    
    div#homeVid {
    width: 43%!important;
    padding-left: 3%!important;
    padding-top: 0.5%!important;
    margin-right: 0%!important;
}
    .flexslider .headline, h1.headline {
    margin-top: 7%;
}
    
    div#customLogo.one-third.column.logo.alpha {
    left: -1.75%;
}
    .index li#homepageImage.flex-active-slide {
    height: 344px;
}
    
    body.index .flexslider {
    margin-bottom: 1%!important;
}
    
    li#homepageImage {
    width: auto!important;
    }
    
    .container .one-third.column {
    width: 237px!important;
}
    .container .two-thirds.column {
    width: 492px!important;
}
    .nav ul.top_menu li {
    padding: 0 0 0 12px!important;
}
    
        .nav ul.social_icons li {
    padding: 0 0 0 0px!important;
}
    ul.main.menu {
    margin-left: -8%!important;
}
    ul.top_menu.search_nav li#customSearch {
    padding-left: 0em!important;
}
    
    .container .sixteen.columns {
    width: 750px!important;
}
    div#customLogo.one-third.column.logo.alpha {
    left: -1.85%;
}
    
    ul.main.menu li a {font-size:12.44px;}
    
    form.search input.search_box {
    width: 110px!important;
}
    form.search {
    margin-bottom: 0px;
    width: 149px;
}
    
    p#newsletterMessage {
    margin-left: 2%!important;
    margin-right: 2%!important;
}
    input.contact_email {
    width: 190px!important;
}
    div#Newsletter.container.content input.action_button.sign_up {
    margin-right: 17.5px!important;
    padding: 6px 37px!important;
}
    
    p.credits, p.credits a {
 font-size: 11px!important;
    margin-bottom: 0;
    margin-top: 1%;

}
    body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 27%;
    padding-right: 27%;
}
    
    .container .offset-by-five {
    padding-left: 195px;
}
    
    .related-products {
    width: 156px;
}
    div#relatedSide h2#relatedTitle {padding-left:12%;}
    
    
     .three.columns.update_subtotal_text.align_right {
      text-align:left!important;
    }
    

    
  } /* END IPAD */
    




  @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    

    .index li#homepageImage.flex-active-slide {
    height: 594px;
}
    .container {
    width: 420px;
}
    
    .video-wrapper {
    margin-top: 0%!important;
    width: 100%!important;
    float: none!important;
}
    .video-wrapper {
    width: 51%;
          padding-left: 0%!important;
    max-width: 100%;
    }
    
    div#face.container {
    text-align: center;
}
    
   #facebookHome {
    height: 80px;
}     

    div#face.container {
    text-align: center;
}
    
    div#homeVid {
    float: none!important;
    padding-top: 0%!important;
}
    div#homeVid {
    width: 100%!important;
    text-align: center!important;
          margin-right: 0%!important;

}
    div#homeCTA a {
    margin-top: 2%!important;
}
    div#homeCTA p {
    font-size: 1.5em!important;
    line-height: 1.5em!important;
    float: none!important;
    text-align: center!important;
}
    
    li#homepageImage {
    width: auto!important;
}
    
    .video-container {
    margin-right: 0%!important;
    padding-bottom: 56%;
}
    
    div#facebookHome h1 {
    font-size: 1.5em!important;
    margin-left: 32.5%!important;
    margin-right: 32.5%!important;
    margin-bottom: 1%!important;
}
    
    .fb_iframe_widget {
    margin-left: 47.5px!important;
}
    #twitterHome, .fb_iframe_widget {
     float: none!important; 
}
    .flexslider .headline, h1.headline {   
      margin-top: 3%;
      font-size: 1.75em;
    }
    div#homeCTA a {
    margin-top: 0%!important;
}
    
    div#homeCTA a {
    margin-bottom: 2%!important;
    }
    
    
    div.header .container .two-thirds.column {
    width: 184px;
    margin-top: 1%;
    margin-left: 0;
}
    
   .container {
    width: 460px;
}
    
    .container .sixteen.columns {width:100%;}
    
    div.container {padding:0;}
    
    div#taraText {
    clear: both;
    width: auto;
}
    
    div#extraFour {
    background-color: #e9e9e9;
    width: 100%;
    }
    
        div#taraImage {
    clear: both;
    text-align: center!important;
    padding: 1%;
    margin-top: 5%;
}
    
    div#taraText {
    clear: both;
    width: auto;
    margin-bottom: 4%;
}
    
    div#taraImage {
    float: none;
    margin-right: 0%;
    position: relative;
    margin-bottom: 5%;
    margin-top: 4.5%;
}
    
    .index .spr-badge.spr-badge, .collection .spr-badge.spr-badge {
    margin-left: 0%;
    float: none;
    margin-right: 0;
}
    
    #shopProducts {
    margin-right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: none;
}
    
    div#Newsletter.container.content {
    padding-top: 0!important;
    height: 46px!important;
    text-align: center;
    float: none;
    width: 100%;
}
    
    p#newsletterMessage {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 100%;
    text-align: center;
      margin-bottom: 8%;
}
    div.footer {margin-top:9em;}
    
    div#Newsletter.container.content input.contact_email {
    margin-top: 0;
    padding-bottom: 16px;
    padding-top: 18.5px;
    height: 0px!important;
    border: 1px solid #6b6868;
    }
    
    div#Newsletter.container.content input.action_button.sign_up {
    margin-right: auto!important;;
    padding: 13px 30px!important;;
    margin-left: auto!important;;
    width: 100%;
    height: 49px;
    margin-top: 4%;
}
    div.footer div.six.columns {
    width: 100%;
}
    
    .payment_methods img {
    padding-right: 35px;
    height: 48px;
    width: 80px;
    padding-left: 35px;
}
    
    div.footer div.six.columns {
    width: 100%;
    float: none;
    text-align: center;
}
    
    div.footer div.ten.columns.credits_right {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
}
    
    .nav ul li a:hover, nav ul li a:focus {
    color: #f64997;
}
    .nav ul.mobile_menu li a {
      text-transform:uppercase;
          font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
      letter-spacing:0.05em;
    }
      
    div.ten.columns.alpha.blog_content {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
    
    a#blogBtn {
      text-align:center;
    }
    
    body.blog .fb_iframe_widget {
    margin-left: 0!important;
}
    .page .ten.columns {
      width:100%;
      float:none;
    }
    
    .page .five.columns .h6 {display:none;}
    
    body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 12%;
    padding-right: 12%;
}
    
     body.customers-login .container .six.columns {
    width: 325px;
    MARGIN-LEFt: 12.25%;
     }
    
   .collection .sixteen.columns.alpha {margin-bottom:1%;}

      
div.section.product_section.clearfix div.eight.columns.alpha {
    width: 100%;
    float: none;
}

.product .eight.columns.omega {text-align:center;}


h1.product_name {margin-right:0%;}

.modal_price {width:100%!important;float:none!important;}

span.current_price {
    margin-right: 0;
}
.spr-summary {margin-top:-4%!important;}


div#socialBtns {
    float: none;
    margin-bottom: 0%;
    margin-top: 0%!important;
    width: 100%;
}

.fb_iframe_widget {
    margin-left: 0px!important; 
}

    a.pinterestcount {top:-7px;}
    
    div.swatch-element label {
    cursor: pointer;
    padding-left: 8%;
    padding-right: 8%;
}
    
    div.left label {margin-right: 14%;}
    
    .inline_purchase {float:left;}
    
    #product_slider .slides img {
    width: 100% !important;
}
    
    div.description ul.tabs-content {
    padding-right: 1%!important;
    padding-bottom: 1%!important;
    text-align: left;
          margin-bottom: 5%;
}
    .related-products {
    width: 100%;
      float:none;
    }
    
    div#relatedSide div.info span.title {
    font-size: 15px!important;
}
    
    div.info span.title, div.info,.related-products * {
    font-size: 16px!important;
    text-align: center;
    padding: 0;
}
    .spr-badge-starrating {
    margin: 0!important;
}
    
    .spr-badge.spr-badge {
    margin-left: 0;
    float: none;
}
    
    #customReview .spr-header {
     display: initial!important;
}
    
    .spr-summary {
    margin-top: 0%!important;
    line-height: 2em;
}
    
    div#shopText h1 {margin-top:5%;}
    
    div#shopProductImages.container {
    padding-top: 0px!important;
    margin-bottom: 5%;
}
    
    #cfwrap {
    width: 100%;
}
    
    #regularForm {
    float: none;
    width: 100%;
         margin-left:auto;
      margin-right:auto;
}
    
    #retailerForm {
    float: none;
    width: 100%;
      margin-left:auto;
      margin-right:auto;
}
    
   .page input[type="text"], .pageinput[type="number"], .pageinput[type="password"], .page input[type="email"], .page input[type="tel"], .page textarea, .page select {
      width:100%;
    }
    
  .page  input.submit.action_button {
    width: 105%!important;
  }
    #contactFormSub {
    margin-top: 0%;
}
       .page .ten.columns + .five.columns h6:first-child {
     margin-top:5%;
   }
   

    
  } /* END MINI */

 @media only screen and (min-width: 0px) and (max-width: 479px) {

       html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    

    .index li#homepageImage.flex-active-slide {
    height: 594px;
}
    .container {
    width: 300px!important;
}
    
    .video-wrapper {
    margin-top: 0%!important;
    width: 100%!important;
    float: none!important;
}
    .video-wrapper {
    width: 51%;
          padding-left: 0%!important;
    max-width: 100%;
    }
    
    div#face.container {
    text-align: center;
}
    
   #facebookHome {
    height: 80px;
}     

    div#face.container {
    text-align: center;
}
    
    div#homeVid {
    float: none!important;
    padding-top: 0%!important;
}
    div#homeVid {
    width: 100%!important;
    text-align: center!important;
          margin-right: 0%!important;

}
    div#homeCTA a {
    margin-top: 2%!important;
}
    div#homeCTA p {
    font-size: 1.5em!important;
    line-height: 1.5em!important;
    float: none!important;
    text-align: center!important;
}
    
    li#homepageImage {
    width: auto!important;
}
    
    .video-container {
    margin-right: 0%!important;
    padding-bottom: 56%;
}
    
    div#facebookHome h1 {
    font-size: 1.5em!important;
    margin-left: 32.5%!important;
    margin-right: 32.5%!important;
    margin-bottom: 1%!important;
}
    
    .fb_iframe_widget {
    margin-left: 47.5px!important;
}
    #twitterHome, .fb_iframe_widget {
     float: none!important; 
}
    .flexslider .headline, h1.headline {   
      margin-top: 3%;
      font-size: 1.75em;
    }
    div#homeCTA a {
    margin-top: 0%!important;
}
    
    div#homeCTA a {
    margin-bottom: 2%!important;
    }
    
    
    div.header .container .two-thirds.column {
    width: 184px;
    margin-top: 1%;
    margin-left: 0;
}
    
   .container {
    width: 460px;
}
    
    .container .sixteen.columns {width:100%;}
    
    div.container {padding:0;}
    
    div#taraText {
    clear: both;
    width: auto;
}
    
    div#extraFour {
    background-color: #e9e9e9;
    width: 100%;
    }
    
        div#taraImage {
    clear: both;
    text-align: center!important;
    padding: 1%;
    margin-top: 5%;
}
    
    div#taraText {
    clear: both;
    width: auto;
    margin-bottom: 4%;
}
    
    div#taraImage {
    float: none;
    margin-right: 0%;
    position: relative;
    margin-bottom: 5%;
    margin-top: 4.5%;
}
    
    .index .spr-badge.spr-badge, .collection .spr-badge.spr-badge {
    margin-left: 0%;
    float: none;
    margin-right: 0;
}
    
    #shopProducts {
    margin-right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: none;
}
    
    div#Newsletter.container.content {
    padding-top: 0!important;
    height: 46px!important;
    text-align: center;
    float: none;
    width: 100%;
}
    
    p#newsletterMessage {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 100%;
    text-align: center;
      margin-bottom: 8%;
}
    div.footer {margin-top:9em;}
    
    div#Newsletter.container.content input.contact_email {
    margin-top: 0;
    padding-bottom: 16px;
    padding-top: 18.5px;
    height: 0px!important;
    border: 1px solid #6b6868;
    }
    
    div#Newsletter.container.content input.action_button.sign_up {
    margin-right: auto!important;;
    padding: 13px 30px!important;;
    margin-left: auto!important;;
    width: 100%;
    height: 49px;
    margin-top: 4%;
}
    div.footer div.six.columns {
    width: 100%;
}
    
    .payment_methods img {
    padding-right: 35px;
    height: 48px;
    width: 80px;
    padding-left: 35px;
}
    
    div.footer div.six.columns {
    width: 100%;
    float: none;
    text-align: center;
}
    
    div.footer div.ten.columns.credits_right {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
}
    
    .nav ul li a:hover, nav ul li a:focus {
    color: #f64997;
}
    .nav ul.mobile_menu li a {
      text-transform:uppercase;
          font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
      letter-spacing:0.05em;
    }
      
    div.ten.columns.alpha.blog_content {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
    
    a#blogBtn {
      text-align:center;
    }
    
    body.blog .fb_iframe_widget {
    margin-left: 0!important;
}
    .page .ten.columns {
      width:100%;
      float:none;
    }
    
    .page .five.columns .h6 {display:none;}
    
    body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 12%;
    padding-right: 12%;
}
    
     body.customers-login .container .six.columns {
    width: 325px;
    MARGIN-LEFt: 12.25%;
     }
    
   .collection .sixteen.columns.alpha {margin-bottom:1%;}

      
div.section.product_section.clearfix div.eight.columns.alpha {
    width: 100%;
    float: none;
}

.product .eight.columns.omega {text-align:center;}


h1.product_name {margin-right:0%;}

.modal_price {width:100%!important;float:none!important;}

span.current_price {
    margin-right: 0;
}
.spr-summary {margin-top:-4%!important;}


div#socialBtns {
    float: none;
    margin-bottom: 0%;
    margin-top: 0%!important;
    width: 100%;
}

.fb_iframe_widget {
    margin-left: 0px!important; 
}

    a.pinterestcount {top:-7px;}
    
    div.swatch-element label {
    cursor: pointer;
    padding-left: 8%;
    padding-right: 8%;
}
    
    div.left label {margin-right: 14%;}
    
    .inline_purchase {float:left;}
    
    #product_slider .slides img {
    width: 100% !important;
}
    
    div.description ul.tabs-content {
    padding-right: 1%!important;
    padding-bottom: 1%!important;
    text-align: left;
          margin-bottom: 5%;
}
    .related-products {
    width: 100%;
      float:none;
    }
    
    div#relatedSide div.info span.title {
    font-size: 15px!important;
}
    
    div.info span.title, div.info,.related-products * {
    font-size: 16px!important;
    text-align: center;
    padding: 0;
}
    .spr-badge-starrating {
    margin: 0!important;
}
    
    .spr-badge.spr-badge {
    margin-left: 0;
    float: none;
}
    
    #customReview .spr-header {
     display: initial!important;
}
    
    .spr-summary {
    margin-top: 0%!important;
    line-height: 2em;
}
    
    div#shopText h1 {margin-top:5%;}
    
    div#shopProductImages.container {
    padding-top: 0px!important;
    margin-bottom: 5%;
}
    
    #cfwrap {
    width: 100%;
}
    
    #regularForm {
    float: none;
    width: 100%;
         margin-left:auto;
      margin-right:auto;
}
    
    #retailerForm {
    float: none;
    width: 100%;
      margin-left:auto;
      margin-right:auto;
}
    
   .page input[type="text"], .pageinput[type="number"], .pageinput[type="password"], .page input[type="email"], .page input[type="tel"], .page textarea, .page select {
      width:100%;
    }
    
  .page  input.submit.action_button {
    width: 105%!important;
  }
    #contactFormSub {
    margin-top: 0%;
}
  
   #customLogo {
    width: 100%;
    margin-left: auto;
     margin-right:auto;
}
    
   ul.nav_buttons {
    position: relative;
    top: -7px;
   }
   
   div.header .container .two-thirds.column {
    width: 100%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
   }
   
   .container .sixteen.columns {
    width: 100%;
    text-align: center;
}
   
   div#facebookHome h1 {
    font-size: 1.5em!important;
    margin-left: 25.5%!important;
    margin-right: 25.5%!important;
    margin-bottom: 1%!important;
}
   
   #twitter-widget-0,.hcount .count-,.count-ready .count-o {display:none!important;visibility:hidden!important;}
   
   .flex-caption .action_button {
    padding: 9px 15px;
    font-size: 20px;
}
   
   .index li#homepageImage.flex-active-slide {
    height: 507px;
}
   div#Promo, div#PromoAlpha,div#PromoOmega {
    margin-right: auto!important;
     margin-left:auto!important;
     float:none;
     width:100%;
     margin-bottom:5%;
}
   
   div#featuredOn h1 {
    margin-top: 0%;
    margin-right: 30%;
    margin-left: 0%;
    width: 100%;
   }
   
   div#featuredOn li {
    padding: 1% 6.5%!important;
}
   
   div#featuredOn ul {margin-left:0;}
   
   h1#taraTitle {
    text-align: center!important;
   }
   
   div#taraText p {margin-bottom:0;}
   
   p#newsletterMessage {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 0.95em;
}
   
   .payment_methods img {
    padding-right: 10px;
    height: 48px;
    width: 80px;
    padding-left: 10px;
   }
   
   div.left label {
    margin-right: -13%;
}
   
   #size-chart {
    background: white;
    padding: 5px;
   }
   
   body.customers-login div.container.main.content div.sixteen:first-child h1.collection_title {
       padding-left: 60px;
    padding-right: 60px;
    margin-right: 0;
   }
   
   body.customers-login div.container.main.content div.sixteen:nth-child(3) h1.collection_title {
        padding-left: 55px;
    padding-right: 55px;
    margin-right: 0;
   }
   
   
   body.customers-login .container .six.columns {
    width: 100%;
   }
   
   body.customers-login .right a {font-size:12px;}
   
   body.customers-login input.btn.action_button {
         padding: 4px 13px;
   }
   
   body.customers-login div.sixteen.columns.clearfix.collection_nav {margin-top:8%;}
   
   body.customers-login .six.columns.offset-by-five {margin-left:2%;margin-right:2%;}
   
   body.customers-login div.clearfix#customer, body.customers-register div.clearfix#customer {
    padding-left: 2%;
    padding-right: 2%;
}
   #create-customer {padding-right:4%;}
   
   body.customers-login div.action_bottom input.action_button, body.customers-register div.action_bottom input.action_button {
    padding: 4px 4px;
   }  
   
   .page .ten.columns + .five.columns h6:first-child {
     margin-top:5%;
   }
   
       #newsMediaContent img {

    float: none!important;
    width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
       }
   
   div#newsMedia {
    height: auto!important;
}
   
   body.blog div.blog_content img {
    margin-right: auto;
    float: none;
    width:100%;
    margin-left:auto;
}
   
  } /* End Phone */

ul.related-products #shopProducts:nth-child(2) {
    margin-left: 13px;
}
div#Newsletter.container.content input.action_button.sign_up {

    margin-right: 48.5px;
padding:7px 30px;
  
}

p#newsletterMessage {margin-left:5%;margin-right:5%;}

#customer_logout_link:hover {
    color: #d91c53!important;
}

#target input.contact_email {
      border: 1px solid #6b6868;
}
  
div#Promo, div#PromoAlpha {
    margin-right: 2.65%;
}

div#featuredOn li {
  padding:0 2.5%;
}

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
  color:#fdb813!important;
}
    
    span.spr-starrating.spr-summary-starrating {
    color: #fdb813!important;
}

div#featuredOn li {
    padding: 0 1.8%;
}


#customTopics {
    font-family: "Asap"!important;
    font-weight: normal!important;
    border-bottom: 1px solid #dbe3e5;
    width: 100%;
    color: #f64997!important;
}
#hookedUpColor {
    font-family: "Asap"!important;
    font-weight: normal!important;
}

#comment-submit {background: #d7114f;}

body.article div.ten.columns.alpha.blog_content img {margin:3%;}

body.blog a#blogBtn.action_button {display:none;}

body.blog .ten.columns.alpha.blog_content:hover{
   opacity:0.8;
}


.flexslider .headline, h1.headline {
    margin-top: 11%;
    font-size: 1.75em;
      line-height: 1.25em;
}

@media (max-width:479px) {
  
  
.flexslider .headline, h1.headline {
    margin-top: 8%;
    font-size: 1.35em;
}
}

@media (min-width:480px) and (max-width:767px) {
  
  
.flexslider .headline, h1.headline {
    margin-top: 4%;
    font-size: 1.5em;
}
}



#fancybox-inner{
    -webkit-overflow-scrolling: touch;
}



/* CTA Text */

@media(min-width:960px) {
  h1.headline {font-size:1.75em!important;} 
  h1.headline {margin-top:11%!important;} 
  p.subtitle {font-size:em!important;} 


}

@media(min-width:768px) and (max-width:959px) {
  h1.headline {font-size:1.5em!important;} 
  h1.headline {margin-top:13%!important;} 
  p.subtitle {font-size:em!important;} 

  
}

@media(min-width:480px) and (max-width:767px) {
  h1.headline {font-size:1.5em!important;} 
  h1.headline {margin-top:4%!important;} 
  p.subtitle {font-size:1.5em!important;} 
  
}

@media (max-width:479px) {
  h1.headline {font-size:1.35em!important;} 
  h1.headline {margin-top:8%!important;} 
  p.subtitle {font-size:1.5em!important;} 
}

a.action_button {font-size:22px!important;}




.collection div.sixteen.columns.clearfix.collection_nav {padding-top:1em!important;}



.page div.sixteen.columns.clearfix.collection_nav  {padding-top:0em!important;}






.blog div.sixteen.columns.clearfix.collection_nav  {padding-top:1em!important;}





.page div.sixteen.columns.clearfix.collection_nav#contacty  {padding-top:1em!important;}



small.excluding_tax em {
font-size: 0.85em;
}