.zoom {
    width:120%; left:-10%; position:relative; margin-top:2.6em; padding-top:-10%;
}

a {
    cursor: pointer;   
}

/*  Reset ♥
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
------------------------------------------------------- */
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;
  font:inherit;
  vertical-align:baseline;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
  }
body { line-height:1; background-color:#fff;}
ol, ul { list-style:none;  }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing:0; }
/* remember to define focus styles. Hee Haw */
:focus { outline:0; }

input {
  margin: 0;
}

/* Inline Elements & Typography
------------------------------------------------------- */
body,
input,
textarea {
  }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  font-weight:700;
  }

h1 {
  font-size:32px;
  margin-bottom:10px;
  line-height:1em;
  }

h2 {
  font-size:28px;
  margin-bottom:10px;
  line-height:1.25em;
  }

h3 {
  font-size:20px;
  margin-bottom:10px;
  line-height:1.5em;
  }

h4, h5 {
  font-size:15px;
  margin-bottom:0px;
  line-height:1.67em;
  }

.small {
  font-size: 12px;
}

/* Links */
a.current {
  color:#ccc;
  text-decoration:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  a:hover {
    color:#ccc;
    }
  a:active {
    color:#ccc;
    background: none;
    }
a.active {
    display:none;
}

a.top {
position: relative;
top:0;
display: block;
height: 0;
width:0;
}

a {    
  font-family: 'italic', "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color:#000;
  text-decoration:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  a:hover {
    color:#000;
    }
  a:active {
    color:#000;
    background: none;
    }

.ccc {
  color:#ccc;
}

abbr {
  border-bottom:1px dotted #000;
  cursor:help;
  }

address { font-style:italic;}
small {
  display: block;
  font: 400 12px/1.67 'Open Sans', sans-serif;
  color: rgba(0,0,0,.5);
}

strong,
.strong { font-weight:bold;}
em      { font-style:italic;}

hr {
  margin:0 0 20px;
  border:0;
  height:1px;
  background:#f8f8f8;
  }

img { max-width: 100%;}

/* Block Quotes */
blockquote,
q {
  quotes:none;
  font-style:italic;
  padding-left:20px;
  margin-bottom:20px;
  border-left: 10px solid rgba(0, 0, 0, .10);
  }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content:'';
  }

/* Code Blocks & Pre */
code,
pre {
  padding:5px;
  font-family:Menlo, Bitstream Vera Sans Mono, Monaco, Consolas, monospace;
  font-size:12px;
  border-radius:3px;
  }
code {
  padding:5px;
  background:#f8f8f8;
  border:1px solid #ddd;
  }
pre {
  display:block;
  padding:10px;
  margin-bottom:10px;
  font-size:12px;
  word-break:break-all;
  word-wrap:break-word;
  white-space:pre;
  white-space:pre-wrap;
  background:#f8f8f8;
  border:1px solid #ddd;
  border-radius:3px;
  }
  pre code {
    padding:0;
    color:inherit;
    background-color:transparent;
    border:0;
    }
.pre-scrollable {
  max-height:300px;
  overflow-y:scroll;
  }

/* sub/superscripts */
sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  _vertical-align:bottom;
  position:relative;
  font-size:75%;
  }
sup {
  top:.5em;
  bottom:1em;
  }

select,
textarea,
input[type=text] {
  display:inline-block;
  height:30px;
  width:95%;
  max-width:400px;
  margin-bottom:10px;
  font-size:13px;
  font-weight:500;
  line-height:20px;
  color:#a0a0a0;
  vertical-align:middle;
  padding:4px 6px;
  -webkit-border-radius:1px;
          border-radius:1px;
  }
textarea,
input[type=text] {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
     -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
          box-shadow:1px 1px 2px rgba(0,0,0,0.1);
  -webkit-transition:border linear .2s, box-shadow linear .2s;
     -moz-transition:border linear .2s, box-shadow linear .2s;
       -o-transition:border linear .2s, box-shadow linear .2s;
          transition:border linear .2s, box-shadow linear .2s;
  }
  textarea:focus,
  input[type=text]:focus {
    outline:thin dotted\8; /* ie8 below */
    color:#404040;
    border-color:#00395D;
    border-width:1px;
    }

textarea {
  height:200px;
  max-width:none;
  }
input[type=submit] {
  background-color:#00395D;
  cursor:pointer;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  border:none;
  padding:9px 20px;
  -webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
     -moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
          box-shadow:2px 2px 4px rgba(0,0,0,0.1);
  }
  input[type=submit]:hover {
    background-color:#002f4c;
    }
  input[type=submit]:active {
    position:relative;
    top:1px;
    }

table {
  width:100%;
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:20px;
  table-layout:fixed;
  }
  th,
  td {
    padding:4px 0;
    line-height:20px;
    text-align:left;
    vertical-align:top;
    border-bottom:1px solid #d5d5d5;
    }
  th {
    font-weight:bold;
    }
  thead th {
    vertical-align:bottom;
    color:#57594D;
    }

.icon {
  vertical-align:top;
  height: 25px;
  width: 25px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/sprite.svg) 0 -85px  no-repeat;
}

.icon.twitter       { background-position: 0  -85px ;}
.icon.facebook      { background-position: 0 -115px ;}
.icon.tumblr        { background-position: 0 -145px ;}

a:hover .icon.twitter       { background-position: -120px  -85px;}
a:hover .icon.facebook      { background-position: -120px -115px ;}
a:hover .icon.tumblr        { background-position: -120px -145px ;}

/* Layout
------------------------------------------------------- */
.container {
    overflow:hidden;
    width:100.000%;
}
.container2 {
    width:100.000%; margin:0 auto;
}
 
/* Columns
------------------------------------------------------- */
.gutter1 {width:5%; height:100%; z-index:1; border-left:1px solid rgba(0, 0, 0, .25); border-right:1px solid rgba(0, 0, 0, .25); position:fixed; top:0; left:29%;}
.gutter2 {width:5%; height:100%; z-index:1; border-left:1px solid rgba(0, 0, 0, .25); border-right:1px solid rgba(0, 0, 0, .25); position:fixed; top:0; right:29%;}
.gutter1b {width:5%; height:100%; z-index:1; border-left:1px solid rgba(0, 0, 0, .25); border-right:1px solid rgba(0, 0, 0, .25); position:fixed; top:0; left:29%;}
.gutter2b {width:5%; height:100%; z-index:1; border-left:1px solid rgba(0, 0, 0, .25); border-right:1px solid rgba(0, 0, 0, .25); position:fixed; top:0; right:29%;}
.col0    { float: left; width:04.1666%; max-width: 50px;}
.col1    { float: left; width:08.3333%; max-width: 100px;}
.col2fixed    { float: left; width: 200px;}
.col2    { float: left; width:16.6666%; max-width: 200px;}
.headermain { float: left; width:16.6666%; max-width: 200px;}
.col3    { float: left; width:25.0000%; max-width: 300px;}
.col3nomax { float: left; width:25.0000%; max-width: 1000px;}
.col3fixed    { float: left; width: 300px;}
.col3b    { float: left; width:25.0000%; max-width: 300px;}
.col4    { float: left; width:33.3333%; max-width: 400px;}
.col4nomax { float: left; width:33.3333%; max-width: 1000px}
.col4nomaxnofloat { width:33.3333%; max-width: 1000px}
.col5    { float: left; width:41.6666%; max-width: 500px;}
.col6    { float: left; width:50.0000%; max-width: 600px;}
.col6nofloat    { width:50.0000%; max-width: 600px; margin:0 auto;}
.col6b    { float: left; width:50.0000%; max-width: 600px;}
.col6nomax { float: left; width:50%;}
.col7    { float: left; width:58.3333%; max-width: 700px;}
.col7nofloat    { width:60%; max-width: 700px; margin:0 auto;}
.col8    { float: left; width:66.6666%; max-width: 800px;}
.col9    { float: left; width:75.0000%; max-width: 900px;}
.col9nofloat    { width:75.0000%; max-width: 900px; margin:0 auto;}
.col9nomax { float: left; width:75.0000%;}
.col10   { float: left; width:83.3333%; max-width: 1000px;}
.col11   { float: left; width:91.6666%; max-width: 1100px;}
.col12   { float: left; width:100.000%; max-width: 1200px;}
.col12nofloat    {margin: 0 auto; width:100.000%; max-width: 1200px;}
.margin0  { margin-left:04.1666%; }
.margin1  { margin-left:08.3333%; }
.margin2  { margin-left:16.6666%; }
.margin3  { margin-left:25.0000%; }
.margin4  { margin-left:33.3333%; }
.margin5  { margin-left:41.6666%; }
.margin6  { margin-left:50.0000%; }
.margin7  { margin-left:58.3333%; }
.margin8  { margin-left:66.6666%; }
.margin9  { margin-left:75.0000%; }
.margin10 { margin-left:83.3333%; }
.margin11 { margin-left:91.6666%; }
.margin12 { margin-left:100.0000%; }
.marg4 { margin:40px; }
/* Padding
------------------------------------------------------- */
.padem13h{ padding:0 1.3em; }
.pad0    { padding:5px; }
.pad0y   { padding-top:5px; padding-bottom: 5px; }
.pad0x   { padding-left:5px; padding-right: 5px; }
.pad1    { padding:10px; }
.pad2    { padding:20px; }
.pad21h  { padding:10px 20px; }
.pad2h   { padding:0 20px; }
.pad4    { padding:40px; }
.pad4y   { padding-top:40px; padding-bottom: 40px; }
.pad4h   { padding-left:40px; padding-right:40px; }
.pad8    { padding:80px 40px; }
.pad4c   { padding:40px; }
.pad1y   { padding-top: 10px; padding-bottom: 10px;}
.pad2y   { padding-top: 20px; padding-bottom: 20px;}
.pad1x   { padding-left: 10px; padding-right: 10px;}
.pad2x   { padding-left: 20px; padding-right: 20px;}

/* Margin
------------------------------------------------------- */

.space-bottom1 { margin-bottom: 10px;}
.space-bottom2 { margin-bottom: 20px;}
.space-bottom4 { margin-bottom: 40px;}

.space-top1 { margin-top: 10px;}
.space-top2 { margin-top: 20px;}
.space-top4 { margin-top: 40px;}

/* Additional Utility Classes
------------------------------------------------------- */
.key {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-right: 1px solid rgba(0, 0, 0, .25);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.keyline-top {
  border-top: 1px solid rgba(0, 0, 0, .25);
}
.keyline-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.keyline-right {
  border-right: 1px solid rgba(0, 0, 0, .25);
}
.keyline-left {
  border-left: 1px solid rgba(0, 0, 0, .25);
}
.keyline-top {
  border-top: 1px solid rgba(0, 0, 0, .25);
}

.fr   { float:right; }
.fl   { float:left; }
.text-right { text-align: right;}
.show { display:block; }
.hide { display:none; }
.nofloat      { float: none;}
.quiet  { color: rgba(0,0,0,.5); }
.center       { text-align:center; }
.circle       { border-radius: 50%; }
.inline       { display: inline-block; }
.block        { display: block; }
.animate {
          transition: all 200ms;
  -webkit-transition: all 200ms;
     -moz-transition: all 200ms;
       -o-transition: all 200ms;
}
.contain { position: relative;}
.truncate {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  }

.center-y {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
   -opera-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.dark * { color: white;}
.clip { overflow: hidden;}

.z1   { z-index:   1;}
.z10  { z-index:  10;}
.z100 { z-index: 100;}

.pin-right {
  position: absolute;
  right: 0;

}

.round { border-radius: 3px;}

/* Markup free clearing
Details: http://www.positioniseverything.net/easyclearing.html
------------------------------------------------------- */
.clearfix:after {
  content:'';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

.clearfix { display:inline-block; }

.off {
    float:right; display:block;
    }


.top1
{margin-top: 100px;}
.top2
{margin-top: 200px;}
.top3
{margin-top: 300px;}
.top4
{margin-top: 400px;}
.top5
{margin-top: 500px;}

.bot1
{margin-bottom: 100px;}
.bot2
{margin-bottom: 200px;}
.bot3
{margin-bottom: 300px;}
.bot4
{margin-bottom: 400px;}
.bot5
{margin-bottom: 500px;}    



/* Tablet Layout
------------------------------------------------------- */
@media only screen and (max-width:770px) {
  .hide-tablet { display:none; }
  .show-tablet { display:block; }
  }

/* Mobile Layout
------------------------------------------------------- */
@media only screen and (max-width:640px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col7nofloat,
.col3nomax,
.col4nomaxnofloat,
    .col6nomax,
    .col8,
  .col9,
  .col10,
  .col11,
.col12nomax,
    .col12 { width:100%; max-width:100%; }
      .headermain { width:33.3333%; max-width:33.3333%; }
.off {
    display:none;
    }
.margin0,
  .margin1,
  .margin2,
  .margin3,
  .margin4,
  .margin5,
  .margin6,
  .margin7,
  .margin8,
  .margin9,
  .margin10,
  .margin11,
  .margin12 { margin-left:0; }
    .marg4 { margin-left:20px; margin-right:20px; }
  .pad4c { padding:0; }
  .pad4,
  .pad4h { padding-left:20px; padding-right:20px; }
  .pad8 { padding:40px 20px; }
.gutter1,
.gutter2,
  .hide-mobile { display:none; }
  .show-mobile { display:block; }
  .mobilecover { padding-bottom:100%; }
    .cart-interface { padding-left:20px}
.zoom {
    width:140%; left:-20%; position:relative; margin-top:2.6em; padding-top:-10%;
    }
    
.top1
{margin-top: 10px;}
.top2
{margin-top: 20px;}
.top3
{margin-top: 30px;}
.top4
{margin-top: 40px;}
.top5
{margin-top: 50px;}    
    
.bot1
{margin-bottom: 10px;}
.bot2
{margin-bottom: 20px;}
.bot3
{margin-bottom: 30px;}
.bot4
{margin-bottom: 40px;}
.bot5
{margin-bottom: 50px;}    
    
}