@font-face {
  font-family: 'FreightMicro BoldSC';
  src: url("fonts/hinted-FreightMicroBoldSC.eot");
  src: url("fonts/hinted-FreightMicroBoldSC.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-FreightMicroBoldSC.woff2") format("woff2"), url("fonts/hinted-FreightMicroBoldSC.woff") format("woff"), url("fonts/hinted-FreightMicroBoldSC.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FreightMicro BookSC';
  src: url("fonts/hinted-FreightMicroBookSC.eot");
  src: url("fonts/hinted-FreightMicroBookSC.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-FreightMicroBookSC.woff2") format("woff2"), url("fonts/hinted-FreightMicroBookSC.woff") format("woff"), url("fonts/hinted-FreightMicroBookSC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FreightMicro Book';
  src: url("fonts/hinted-FreightMicroBook.eot");
  src: url("fonts/hinted-FreightMicroBook.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-FreightMicroBook.woff2") format("woff2"), url("fonts/hinted-FreightMicroBook.woff") format("woff"), url("fonts/hinted-FreightMicroBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
* {
  color: black;
  font-family: 'FreightMicro Book', serif; }

h1, .totalPrice {
  font-family: 'FreightMicro BoldSC', serif;
  text-tranform: lowercase; }

h2, label, h2 a {
  font-family: 'FreightMicro BookSC', serif;
  font-size: 1em;
  text-transform: lowercase; }

p {
  font-family: 'FreightMicro Book', serif;
  margin-bottom: 0; }

h2 {
  margin-top: 0;
  margin-bottom: 0; }

.collapsing {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s; }

.form-style-1 {
  position: relative;
  background-color: #F2F2F2;
  padding: 10px 20px;
  text-align: left;
  /* Chrome, Firefox, Opera*/
  /* Internet Explorer*/
  /* Microsoft Edge*/ }
  .form-style-1 .form-control::placeholder {
    color: #ccc;
    font-family: "FreightMicro BookSC"; }
  .form-style-1 :-ms-input-placeholder.form-control {
    color: #ccc;
    font-family: "FreightMicro BookSC"; }
  .form-style-1 .form-control::-ms-input-placeholder {
    color: #ccc;
    font-family: "FreightMicro BookSC"; }
  .form-style-1 .form-group label {
    font-size: 0.9em;
    margin-bottom: 0; }
  .form-style-1 .form-group textarea {
    width: 100%;
    height: 6em; }
  .form-style-1 .form-footer {
    text-align: center; }

.spinner {
  width: 100%;
  height: 128px;
  right: 0;
  background-image: url(/images/spinner-128x128.gif);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 500;
  display: none; }

body {
  font-size: 18px;
  width: 100%;
  min-width: 320px;
  text-align: center; }

header, section {
  margin-bottom: 0.8em; }

#sister-links {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.25;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 320px;
  width: 100%;
  height: 32px;
  padding: 0;
  background-color: black;
  z-index: 99; }
  #sister-links * {
    color: #fff;
    display: inline-block; }
  #sister-links p {
    font-size: 0.9em;
    width: 100px; }
  #sister-links i {
    width: 10%;
    max-width: 220px;
    padding: 0 1px;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px); }
  #sister-links a {
    color: #fff;
    height: 2em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px); }

#header {
  padding-top: 40px; }
  #header .logo {
    margin: 0 auto; }

#announcement {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  padding: 10px 15px 30px; }

.pb-hack {
  height: 0;
  padding-bottom: 75%; }

.hide-slides {
  visibility: hidden; }

.sp-arrow {
  padding: 20px;
  transition: all 1s; }

.sp-arrow {
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.3); }

.sp-next-arrow:after, .sp-next-arrow:before,
.sp-previous-arrow:after, .sp-previous-arrow:before {
  width: 30%;
  height: 30%; }

.sp-previous-arrow:before, .sp-next-arrow:before {
  top: 20%; }

.sp-button {
  width: 12px;
  height: 12px;
  border: 2px solid #999; }

.sp-selected-button {
  background-color: #999; }

address {
  margin-bottom: 0.5em;
  line-height: 1.2; }

#hours {
  line-height: 1; }
  #hours p:first-child {
    padding-bottom: 0.5em; }

#call a {
  color: #000;
  text-decoration: none; }

#walk-in {
  margin-top: 0.85em;
  font-size: 0.85em; }

.nav-item {
  max-width: 600px;
  margin: 1.5em auto;
  padding-bottom: 1px; }
  .nav-item h2 {
    font-size: 1.4em;
    line-height: 0.8;
    margin-bottom: 5px; }
    .nav-item h2 a {
      color: #777 !important;
      cursor: pointer; }
  .nav-item a:link, .nav-item a:visited {
    text-decoration: none; }
  .nav-item a:hover, .nav-item a:active {
    text-decoration: none; }

#menus-list, #apparel-nav {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 10px; }
  #menus-list li, #apparel-nav li {
    display: inline;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid black; }
    #menus-list li a, #apparel-nav li a {
      color: black; }
    #menus-list li a:hover, #apparel-nav li a:hover, #menus-list li a:active, #apparel-nav li a:active {
      text-decoration: underline; }
  #menus-list li:last-child, #apparel-nav li:last-child {
    border-right: none; }

#feedback-form .spinner {
  top: 25%; }
#feedback-form .statusMsg {
  text-align: center;
  line-height: 1.2;
  font-size: 1.2em; }
#feedback-form .helptext {
  font-size: 0.7em;
  font-style: italic; }

#gc-accordion {
  background-color: #F2F2F2; }
  #gc-accordion #giftOf {
    padding: 1em; }
    #gc-accordion #giftOf * {
      margin: 0 auto; }
    #gc-accordion #giftOf p {
      font-size: 0.9em;
      padding-top: 0.9em;
      line-height: 1.2;
      text-align: center;
      max-width: 480px; }
  #gc-accordion #gc-form #gc-options {
    text-align: center; }
    #gc-accordion #gc-form #gc-options .giftoption {
      display: inline-block;
      padding: 24px; }
      #gc-accordion #gc-form #gc-options .giftoption .giftcert {
        width: 2.5em; }
      #gc-accordion #gc-form #gc-options .giftoption * {
        display: inline-block;
        margin: 0 auto; }
  #gc-accordion #gc-form #giftCertAJAX {
    text-align: center; }

#apparel-form {
  border: 10px solid #F2F2F2; }

#apparel-body {
  padding: 10px; }

#apparel-nav {
  padding-bottom: 0;
  background-color: #fff; }
  #apparel-nav ul {
    margin-bottom: 5px;
    padding-left: 0;
    cursor: pointer; }

.apparel-item {
  margin-left: 1em; }

.size-options {
  margin-left: -20px; }

#apparel-cart {
  background: #F2F2F2;
  padding: 10px 0 0 0;
  margin: 0; }

.shipping {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1; }

.totalPrice {
  font-size: 2em; }

/* Apparel image thumbnails */
.mkr_SldItem {
  display: inline-block;
  margin: 5px; }

.mkr_SldItem .thumbHolder {
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle; }

.mkr_SldItem .thumbHolder span {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.mkr_SldItem .thumbHolder span img {
  margin-left: auto;
  margin-right: auto; }

/* modal body */
.modal-body div.spinicon {
  font-size: 3.25em;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto; }

#big-image-modal .modal-body img.img-responsive {
  margin: 0 auto; }

#mailing-link {
  margin-top: 20px; }

#social {
  font-size: 1.5em;
  margin-top: 2em; }
  #social ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #social ul li {
      display: inline;
      padding: 0;
      margin: 0 .5em; }
      #social ul li i {
        color: #777 !important; }
      #social ul li i:hover {
        color: #000 !important; }

.credits {
  margin: 3em 0; }
  .credits * {
    font-size: 14px;
    color: #777; }

.modal {
  -ms-overflow-style: none; }

#newsletterModalTitle {
  margin: 0 auto; }

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px); }
  @media (max-width: 767px) {
    .modal-dialog {
      min-height: -webkit-calc(100vh - 20px);
      min-height: -moz-calc(100vh - 20px);
      min-height: calc(100vh - 20px); } }

.modal-header {
  padding: 8px !important;
  position: relative; }
  .modal-header .btn-right {
    position: absolute;
    top: 0;
    right: 10px; }
    .modal-header .btn-right .close-btn {
      font-size: 2em; }

#map {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left; }

/*# sourceMappingURL=main.css.map */
